Get rid of hardcoded string length.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
33         Log: Remove unused variable 'stash' since change 26437.
34      Branch: perl
35            ! pp_hot.c
36 ____________________________________________________________________________
37 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
38         Log: Regenerate perlapi.pod.
39              Fix indentation of code examples in perlsyn.
40      Branch: perl
41            ! pod/perlapi.pod pod/perlsyn.pod
42 ____________________________________________________________________________
43 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
44         Log: Subject: [PATCH] switch / ~~ doccos
45              From: Robin Houston <robin@cpan.org>
46              Date: Wed, 21 Dec 2005 13:51:18 +0000
47              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
48      Branch: perl
49            ! pod/perlsyn.pod
50 ____________________________________________________________________________
51 [ 26441] By: merijn                                on 2005/12/22  07:02:37
52         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
53              From: "Jan Dubois" <jand@ActiveState.com>
54              Date: Wed, 21 Dec 2005 15:04:30 -0800
55              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
56      Branch: perl
57            ! win32/config.vc64
58 ____________________________________________________________________________
59 [ 26440] By: stevep                                on 2005/12/22  03:08:59
60         Log: Add documentation for method domainname() in Net::Domain.  Add some
61              additional tests for Net::Domain.  Also, since it is tested, remove 
62              test case from lib/1_compile.t.  One step closer to $500.
63      Branch: perl
64            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
65 ____________________________________________________________________________
66 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
67         Log: Avoid negating an unsigned value. (The offset in the SV body table)
68      Branch: perl
69            ! sv.c
70 ____________________________________________________________________________
71 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
72         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
73              for some cases. Although it seems that only pp_sort pays any attention
74              to it, of all the code on CPAN.
75      Branch: perl
76            ! sv.c
77 ____________________________________________________________________________
78 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
79         Log: Localise the stash variable in pp_entersub().
80      Branch: perl
81            ! pp_hot.c
82 ____________________________________________________________________________
83 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
84         Log: Undo my goto spaghetti from change 18340 - what we really need are
85              hints to compilers about likey/unlikely branches.
86      Branch: perl
87            ! pp_hot.c
88 ____________________________________________________________________________
89 [ 26435] By: stevep                                on 2005/12/21  19:04:37
90         Log: Add tests for untested math functions in POSIX
91      Branch: perl
92            + ext/POSIX/t/math.t
93            ! MANIFEST
94 ____________________________________________________________________________
95 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
96         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
97              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
98      Branch: perl
99            ! mg.c pp.c pp_hot.c sv.c
100 ____________________________________________________________________________
101 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
102         Log: Remove switch from perltodo
103      Branch: perl
104            ! pod/perltodo.pod
105 ____________________________________________________________________________
106 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
107         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
108              From: Robin Houston <robin@cpan.org>
109              Date: Wed, 21 Dec 2005 11:00:08 +0000
110              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
111      Branch: perl
112            + t/lib/feature/err
113            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
114            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
115            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
116            ! t/op/dor.t t/run/switches.t toke.c
117 ____________________________________________________________________________
118 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
119         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
120              based on copying part of change #22196 from do_chomp() to do_chop().
121      Branch: perl
122            ! doop.c
123 ____________________________________________________________________________
124 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
125         Log: Subject: [PATCH] Fix bug in change #26379
126              From: "Jan Dubois" <jand@ActiveState.com>
127              Date: Tue, 20 Dec 2005 16:42:24 -0800
128              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
129      Branch: perl
130            ! win32/win32.c
131 ____________________________________________________________________________
132 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
133         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
134              descriptive comment to include them.
135      Branch: perl
136            ! op.h
137 ____________________________________________________________________________
138 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
139         Log: Remove some hardcoded references to ./perl in tests
140      Branch: perl
141            ! t/op/closure.t t/op/magic.t t/run/runenv.t
142 ____________________________________________________________________________
143 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
144         Log: Take care in toke.c not to convert constant subroutine reference
145              proxies into full blow PVGVs with PVCVs, and recognise them and inline
146              their values. Adds a new function gv_const_sv(gv) to return the value
147              of the constant subroutine from a GV, and adds a cv parameter to
148              S_intuit_method.
149      Branch: perl
150            ! embed.fnc embed.h gv.c proto.h toke.c
151 ____________________________________________________________________________
152 [ 26426] By: merijn                                on 2005/12/20  19:56:58
153         Log: Small update on using threads on HP-UX 10.20
154              64bit is far beyond experimental by now
155      Branch: perl
156            ! README.hpux
157 ____________________________________________________________________________
158 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
159         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
160              addition of new typeglobs, and also disables initialisation of any
161              typeglob placeholders. Needed to make the new constant subroutine
162              proxy references work efficiently.
163      Branch: perl
164            ! gv.c gv.h
165 ____________________________________________________________________________
166 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
167         Log: Fix typos in regular expressions
168      Branch: perl
169            ! ext/POSIX/t/time.t
170 ____________________________________________________________________________
171 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
172         Log: Get the "cv" from the "gv" once, and be more careful so that we can
173              cope if either aren't their regular types.
174              cv_const_sv should verify the type of SV passed, instead of assuming
175              that it's a viable CV.
176      Branch: perl
177            ! op.c toke.c
178 ____________________________________________________________________________
179 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
180         Log: Croak if gv_init doesn't know how to create a typeglob from that type
181              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
182              Globs are actually first class assignable objects, so test that you
183              can create a constant subroutine that returns one.
184      Branch: perl
185            ! gv.c pod/perldiag.pod t/op/gv.t
186 ____________________________________________________________________________
187 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
188         Log: POD nits on B::Lint
189      Branch: perl
190            ! ext/B/B/Lint.pm
191 ____________________________________________________________________________
192 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
193         Log: Subject: Re: Pluggable lint patch
194              From: Joshua ben Jore <twists@gmail.com>
195              Date: Mon, 19 Dec 2005 09:22:04 -0600
196              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
197      Branch: perl
198            ! ext/B/B/Lint.pm ext/B/t/lint.t
199 ____________________________________________________________________________
200 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
201         Log: Make perlivp skip the *.ph tests by default, since these
202              files are normally not generated.
203              The -a option is now needed for it to run all tests.
204      Branch: perl
205            ! utils/perlivp.PL
206 ____________________________________________________________________________
207 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
208         Log: Subject: [TEST PATCH] %^H can now propagate into eval
209              From: Robin Houston <robin@cpan.org>
210              Date: Tue, 20 Dec 2005 12:06:15 +0000
211              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
212      Branch: perl
213            ! t/comp/hints.t
214 ____________________________________________________________________________
215 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
216         Log: Verify that the code for initialising typeglobs from other types works.
217      Branch: perl
218            ! t/op/gv.t
219 ____________________________________________________________________________
220 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
221         Log: Use PTR2IV instead of casting directly
222      Branch: perl
223            ! pp_ctl.c
224 ____________________________________________________________________________
225 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
226         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
227              than a simple boolean, so passing FALSE or TRUE is bogus.
228      Branch: perl
229            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
230            ! toke.c universal.c
231 ____________________________________________________________________________
232 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
233         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
234              the block labelled keylookup.
235      Branch: perl
236            ! toke.c
237 ____________________________________________________________________________
238 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
239         Log: Subject: [PATCH] make failing cygwin test TODO'd
240              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
241              Date: Mon, 19 Dec 2005 03:41:12 -0800
242              Message-ID: <20051219114112.GA5568@efn.org>
243      Branch: perl
244            ! lib/File/Compare.t
245 ____________________________________________________________________________
246 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
247         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
248              which it is used.
249      Branch: perl
250            ! toke.c
251 ____________________________________________________________________________
252 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
253         Log: Assert that orig_keyword, gv and gvp aren't used before the main
254              keyword parser of Perl_yylex.
255      Branch: perl
256            ! toke.c
257 ____________________________________________________________________________
258 [ 26410] By: davem                                 on 2005/12/19  22:07:49
259         Log: //g loops infinitely on tainted data
260              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
261              attached to it stays attached.
262      Branch: perl
263            ! op.c t/op/taint.t
264 ____________________________________________________________________________
265 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
266         Log: Make gv_init recognise a reference-to-something in a symbol table as
267              meaning a constant subroutine with that thing as it value
268      Branch: perl
269            ! gv.c
270 ____________________________________________________________________________
271 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
272         Log: Fix internal broken link ; reindent code examples
273      Branch: perl
274            ! pod/perlsyn.pod
275 ____________________________________________________________________________
276 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
277         Log: Fix typo.
278              Add empty lines after =items.
279      Branch: perl
280            ! pod/perldiag.pod
281 ____________________________________________________________________________
282 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
283         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
284      Branch: perl
285            ! pod/perlfunc.pod
286 ____________________________________________________________________________
287 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
288         Log: Attempt at making IO::Handle backwards compatible again
289      Branch: perl
290            ! ext/IO/lib/IO/Handle.pm
291 ____________________________________________________________________________
292 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
293         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
294              constant in inlineable constant subroutines.
295      Branch: perl
296            ! dump.c ext/Devel/Peek/t/Peek.t
297 ____________________________________________________________________________
298 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
299         Log: sort.pm deserves a new version number
300      Branch: perl
301            ! lib/sort.pm
302 ____________________________________________________________________________
303 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
304         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
305              From: Robin Houston <robin@cpan.org>
306              Date: Dec 19, 2005 6:46 PM
307              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
308      Branch: perl
309            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
310            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
311            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
312 ____________________________________________________________________________
313 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
314         Log: Missing file from last change
315      Branch: perl
316            + t/lib/common.pl
317 ____________________________________________________________________________
318 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
319         Log: Subject: [PATCH] latest switch/say/~~
320              From: Robin Houston <robin@cpan.org>
321              Date: Sat, 17 Dec 2005 20:44:31 +0000
322              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
323      Branch: perl
324            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
325            + t/lib/feature/say t/lib/feature/smartmatch
326            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
327            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
328            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
329            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
330            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
331            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
332            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
333            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
334            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
335 ____________________________________________________________________________
336 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
337         Log: Un-TODO a fixed test
338              
339              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
340              From: demerphq <demerphq@gmail.com>
341              Date: Sat, 17 Dec 2005 17:23:23 +0100
342              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
343      Branch: perl
344            ! t/op/pat.t
345 ____________________________________________________________________________
346 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
347         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
348              it's an unexpected success
349              
350              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
351              From: demerphq <demerphq@gmail.com>
352              Date: Sat, 17 Dec 2005 17:23:23 +0100
353              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
354      Branch: perl
355            ! t/test.pl
356 ____________________________________________________________________________
357 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
358         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
359              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
360              Date: Dec 17, 2005 7:52 PM
361              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
362      Branch: perl
363            ! patchlevel.h
364 ____________________________________________________________________________
365 [ 26396] By: craigb                                on 2005/12/18  00:16:42
366         Log: Two test workarounds for VMS
367      Branch: perl
368            ! lib/File/Copy.t t/op/goto.t
369 ____________________________________________________________________________
370 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
371         Log: Add some paranoia to check that GP accesses aren't being done on the
372              wrong types of SV.
373      Branch: perl
374            ! gv.h
375 ____________________________________________________________________________
376 [ 26394] By: stevep                                on 2005/12/17  19:21:35
377         Log: Upgrade to Time-HiRes-1.86
378      Branch: perl
379            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
380            ! ext/Time/HiRes/t/HiRes.t
381 ____________________________________________________________________________
382 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
383         Log: Two it's => its grammar fixes.
384      Branch: perl
385            ! op.c perl.h
386 ____________________________________________________________________________
387 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
388         Log: Move and const some definitions of variables used to save errno.
389      Branch: perl
390            ! doio.c perlio.c
391 ____________________________________________________________________________
392 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
393         Log: Add t/op/negate.t to MANIFEST.
394      Branch: perl
395            ! MANIFEST
396 ____________________________________________________________________________
397 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
398         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
399              it's used.
400      Branch: perl
401            ! sv.c
402 ____________________________________________________________________________
403 [ 26389] By: stevep                                on 2005/12/17  15:47:39
404         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
405              From: Dominic Dunlop <shouldbedomo@mac.com>
406              Date: Sat, 17 Dec 2005 15:57:54 +0100
407              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
408      Branch: perl
409            ! ext/Time/HiRes/t/HiRes.t
410 ____________________________________________________________________________
411 [ 26388] By: stevep                                on 2005/12/17  15:41:38
412         Log: Fix a typo and add some clarification to change #26387.
413      Branch: perl
414            ! pod/perlop.pod
415 ____________________________________________________________________________
416 [ 26387] By: stevep                                on 2005/12/17  15:35:45
417         Log: Addition documentation explaining aritmetic negation on strings.  Also,
418              additional test cases based partially on code by Piotr Fusik in 
419              RT #36675: -'-10' eq '+10'.
420      Branch: perl
421            + t/op/negate.t
422            ! pod/perlop.pod
423 ____________________________________________________________________________
424 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
425         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
426      Branch: perl
427            ! sv.c
428 ____________________________________________________________________________
429 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
430         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
431              sv_2uv_flags should have been else if.
432      Branch: perl
433            ! sv.c
434 ____________________________________________________________________________
435 [ 26384] By: stevep                                on 2005/12/17  04:03:05
436         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
437              that aren't quite up to SUS3.  Based on a patch by David Dyck in
438              RT #37960: POSIX/t/time fails bleadperl
439      Branch: perl
440            ! ext/POSIX/t/time.t
441 ____________________________________________________________________________
442 [ 26383] By: stevep                                on 2005/12/17  01:46:58
443         Log: Upgrade to Time-HiRes-1.85
444      Branch: perl
445            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
446            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
447            ! ext/Time/HiRes/fallback/const-c.inc
448            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
449 ____________________________________________________________________________
450 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
451         Log: Typo fixes from Robin Houston in
452              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
453      Branch: perl
454            ! sv.h
455 ____________________________________________________________________________
456 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
457         Log: s/Nullhv/NULL/g;
458              # Although I see that Robin is proposing to add some :-)
459      Branch: perl
460            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
461            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
462 ____________________________________________________________________________
463 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
464         Log: s/Nullav/NULL/g
465      Branch: perl
466            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
467            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
468 ____________________________________________________________________________
469 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
470         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
471              From: Jan Dubois <jand@activestate.com>
472              Date: Dec 16, 2005 7:12 AM
473              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
474              
475              (Without the proposed alarm.t test)
476      Branch: perl
477            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
478 ____________________________________________________________________________
479 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
480         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
481              length to copy.
482      Branch: perl
483            ! sv.c
484 ____________________________________________________________________________
485 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
486         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
487              add "new" tests before the end.
488      Branch: perl
489            ! t/comp/require.t
490 ____________________________________________________________________________
491 [ 26376] By: davem                                 on 2005/12/15  22:03:57
492         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
493      Branch: perl
494            ! pp_ctl.c
495 ____________________________________________________________________________
496 [ 26375] By: stevep                                on 2005/12/15  18:16:20
497         Log: Added test for change #26373.
498      Branch: perl
499            ! t/comp/require.t
500 ____________________________________________________________________________
501 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
502         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
503      Branch: perl
504            ! pod/perl593delta.pod pp.c t/lib/strict/refs
505 ____________________________________________________________________________
506 [ 26373] By: stevep                                on 2005/12/15  17:48:42
507         Log: Prevent require() from attempting to open directories and block 
508              devices.  This fixes RT #24404.
509      Branch: perl
510            ! embed.fnc embed.h pp_ctl.c proto.h
511 ____________________________________________________________________________
512 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
513         Log: Use PL_op_desc rather than literal strings in pp_ioctl
514      Branch: perl
515            ! pp_sys.c
516 ____________________________________________________________________________
517 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
518         Log: Expand the comment describing the intent of change 26370, and how it
519              relates to change 24660.
520      Branch: perl
521            ! toke.c
522 ____________________________________________________________________________
523 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
524         Log: Don't autovivify stashes as soon as the lexer sees them.
525              This makes defined %foo::bar:: work again.
526              Add tests for it, remove note in perldelta about having broken it.
527      Branch: perl
528            ! pod/perl593delta.pod t/op/stash.t toke.c
529 ____________________________________________________________________________
530 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
531         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
532              of using local string constants.
533      Branch: perl
534            ! doio.c
535 ____________________________________________________________________________
536 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
537         Log: More general fix for bug [perl #37915]
538              Make Net::Ping::mselect return undef on error instead of -1.
539      Branch: perl
540            ! lib/Net/Ping.pm
541 ____________________________________________________________________________
542 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
543         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
544              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
545              Date: Tue, 13 Dec 2005 10:44:47 -0800
546              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
547      Branch: perl
548            ! lib/Net/Ping.pm
549 ____________________________________________________________________________
550 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
551         Log: Silence test output to STDERR
552              because it makes the 'make test' output look ugly.
553      Branch: perl
554            ! ext/Sys/Syslog/t/00-load.t
555 ____________________________________________________________________________
556 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
557         Log: Subject: Re: [perl #37897] sprintf of version objects
558              From: John Peacock <jpeacock@rowman.com>
559              Date: Wed, 14 Dec 2005 10:12:56 -0500
560              Message-ID: <43A03678.2060700@rowman.com>
561              
562              (with some formatting tweaks and extra test cases)
563      Branch: perl
564            ! sv.c t/op/sprintf.t
565 ____________________________________________________________________________
566 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
567         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
568      Branch: perl
569            ! Porting/check83.pl
570 ____________________________________________________________________________
571 [ 26363] By: craigb                                on 2005/12/15  03:59:21
572         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
573              in order to avoid collisions with [.lib.Pod]
574      Branch: perl
575            ! configure.com installperl vms/descrip_mms.template
576 ____________________________________________________________________________
577 [ 26362] By: stevep                                on 2005/12/15  02:33:11
578         Log: Reverting change #26360 and #26361 since it appears that the bugs I
579              thought I fixed had been previously fixed with change #25953.
580      Branch: perl
581            ! pp_sort.c
582 ____________________________________________________________________________
583 [ 26361] By: stevep                                on 2005/12/15  02:02:25
584         Log: Again, FREETMPS not SAVETMPS!
585      Branch: perl
586            ! pp_sort.c
587 ____________________________________________________________________________
588 [ 26360] By: stevep                                on 2005/12/15  02:00:19
589         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
590              fixes problems with nested sorts.  (RTs #7063 and #36430).
591      Branch: perl
592            ! pp_sort.c
593 ____________________________________________________________________________
594 [ 26359] By: stevep                                on 2005/12/15  00:36:25
595         Log: Upgrade to Getopt-Long-2.35
596      Branch: perl
597            ! lib/Getopt/Long.pm
598 ____________________________________________________________________________
599 [ 26358] By: craigb                                on 2005/12/14  22:03:28
600         Log: Using the system's utime() requires a patch to vms/vmsish.h
601              that has not been submitted yet.
602      Branch: perl
603            ! vms/vms.c
604 ____________________________________________________________________________
605 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
606         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
607              correctly in TAP. (or alternatively if it really wants to skip, it
608              needs to print ok)
609      Branch: perl
610            ! lib/Pod/t/man.t
611 ____________________________________________________________________________
612 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
613         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
614              sv_2uv_flags, sv_2nv and sv_2pv_flags.
615      Branch: perl
616            ! sv.c
617 ____________________________________________________________________________
618 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
619         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
620      Branch: perl
621            ! sv.c
622 ____________________________________________________________________________
623 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
624         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
625              warn for uninitialized values.
626      Branch: perl
627            ! sv.c
628 ____________________________________________________________________________
629 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
630         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
631              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
632      Branch: perl
633            ! sv.c
634 ____________________________________________________________________________
635 [ 26351] By: davem                                 on 2005/12/14  12:46:29
636         Log: forgot to add new file to change #26350
637      Branch: perl
638            + ext/threads/shared/t/blessed.t
639 ____________________________________________________________________________
640 [ 26350] By: davem                                 on 2005/12/14  12:44:20
641         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
642              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
643              Date:  Tue, 13 Dec 2005 15:11:20 -0800
644              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
645              
646              Unlike arrays and hashes, coping blessed refs to shared scalars left
647              the copy unblessed
648      Branch: perl
649            ! MANIFEST ext/threads/shared/shared.xs
650 ____________________________________________________________________________
651 [ 26349] By: steveh                                on 2005/12/14  12:41:02
652         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
653      Branch: perl
654            ! util.c
655 ____________________________________________________________________________
656 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
657         Log: Convert range.t to test.pl
658      Branch: perl
659            ! t/op/range.t
660 ____________________________________________________________________________
661 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
662         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
663      Branch: perl
664            ! embed.fnc embed.h proto.h
665 ____________________________________________________________________________
666 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
667         Log: Inline asIV and asUV, as each is only used once, and it distracts from
668              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
669              and sv_2pv_flags. Add a comment noting the return path from the end of
670              the SvGMAGICAL case to all 4.
671      Branch: perl
672            ! sv.c
673 ____________________________________________________________________________
674 [ 26344] By: craigb                                on 2005/12/13  17:27:48
675         Log: Don't include utime.h in vms.c -- it collides with 
676              homegroun definitions in vmsish.h.
677      Branch: perl
678            ! vms/vms.c
679 ____________________________________________________________________________
680 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
681         Log: Fix realclean target for Sys::Syslog
682      Branch: perl
683            ! ext/Sys/Syslog/Makefile.PL
684 ____________________________________________________________________________
685 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
686         Log: Remove tests that were not portable to 64bit ints.
687      Branch: perl
688            ! t/op/sprintf2.t
689 ____________________________________________________________________________
690 [ 26341] By: stevep                                on 2005/12/13  12:17:57
691         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
692              friendly.
693      Branch: perl
694           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
695           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
696           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
697           +> lib/Pod/Simple/t/perlfaq3.pod
698           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
699           +> lib/Pod/Simple/t/perlvar_out.txt
700            - lib/Pod/Simple/t/test_junk1.pod
701            - lib/Pod/Simple/t/test_junk1_out.txt
702            - lib/Pod/Simple/t/test_junk2.pod
703            - lib/Pod/Simple/t/test_junk2_out.txt
704            - lib/Pod/Simple/t/test_old_perlcygwin.pod
705            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
706            - lib/Pod/Simple/t/test_old_perlfaq3.pod
707            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
708            - lib/Pod/Simple/t/test_old_perlvar.pod
709            - lib/Pod/Simple/t/test_old_perlvar_out.txt
710            ! MANIFEST lib/Pod/Simple/t/render.t
711 ____________________________________________________________________________
712 [ 26340] By: stevep                                on 2005/12/13  11:54:54
713         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
714              directory names.
715      Branch: perl
716            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
717            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
718            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
719            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
720            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
721            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
722            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
723            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
724            + lib/Pod/Simple/t/test_lib/Blorm.pm
725            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
726            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
727            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
728            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
729            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
730            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
731            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
732            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
733            + lib/Pod/Simple/t/test_lib/squaa.pm
734            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
735            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
736            + lib/Pod/Simple/t/test_lib/zikzik.pod
737            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
738            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
739            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
740            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
741            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
742            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
743            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
744            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
745            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
746            - lib/Pod/Simple/t/test^lib/Blorm.pm
747            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
748            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
749            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
750            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
751            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
752            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
753            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
754            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
755            - lib/Pod/Simple/t/test^lib/squaa.pm
756            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
757            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
758            - lib/Pod/Simple/t/test^lib/zikzik.pod
759            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
760            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
761            ! lib/Pod/Simple/t/search_10survey_specific.t
762            ! lib/Pod/Simple/t/search_12survey_cwd.t
763            ! lib/Pod/Simple/t/search_20survey_two.t
764            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
765            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
766            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
767            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
768            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
769            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
770 ____________________________________________________________________________
771 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
772         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
773              sprintf() or printf() will now croak if any of the indexes and
774              widths specified in the format string are too large.
775      Branch: perl
776            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
777 ____________________________________________________________________________
778 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
779         Log: Subject: Re: check83.pl
780              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
781              Date: Sun, 11 Dec 2005 07:19:58 -0800
782              Message-ID: <20051211151958.GA6188@efn.org>
783      Branch: perl
784            ! Porting/check83.pl
785 ____________________________________________________________________________
786 [ 26337] By: steveh                                on 2005/12/13  09:41:29
787         Log: Fix lib/File/Compare.t test failures on Win32
788              
789              Change 26225, updated by 26245, added a test for another filename with
790              a trailing space but failed to open the new filehandle in binary mode
791              
792              To compound matters, creating a file called "foo " on Win32 "succeeds"
793              but actually creates a file called just "foo", so we have actually
794              overwritten the original file with this non-binary mode version, and
795              hence some of the original tests started failing too!
796              
797              (And because of this the new test doesn't actually add anything new on
798              Win32 at the moment, but right now I can't think of a filename that
799              would have failed under 2-arg open but succeeds with 3-arg open, which
800              was the purpose of this test)
801      Branch: perl
802            ! lib/File/Compare.t
803 ____________________________________________________________________________
804 [ 26336] By: steveh                                on 2005/12/13  08:54:45
805         Log: Don't try to export Perl_pad_sv when it isn't defined
806              
807              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
808      Branch: perl
809            ! makedef.pl
810 ____________________________________________________________________________
811 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
812         Log: A suggestion by Yamashina Hio to speed up substitutions
813              with right-hand side expressions by freeing temporaries.
814              See :
815              
816              Subject: s///ge; consumes PL_tmps_stack in its loop
817              From: YAMASHINA Hio <hio@hio.jp>
818              Date: Tue, 30 Aug 2005 17:17:23 +0900
819              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
820      Branch: perl
821            ! pp_ctl.c
822 ____________________________________________________________________________
823 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
824         Log: Check that %v$foo does not crash.
825      Branch: perl
826            ! t/op/sprintf2.t
827 ____________________________________________________________________________
828 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
829         Log: Use load_module() instead of perl_eval_sv("require $mod") to
830              load modules.  This is safer since $mod comes from an external
831              source.
832      Branch: perl
833            ! ext/Storable/Storable.xs
834 ____________________________________________________________________________
835 [ 26329] By: stevep                                on 2005/12/12  13:21:03
836         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
837              test for now.
838      Branch: perl
839            ! lib/Pod/t/man.t
840 ____________________________________________________________________________
841 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
842         Log: Robin Houston points out a better way to replace
843              the C<defined %foo::bar::> construct.
844      Branch: perl
845            ! pod/perl593delta.pod
846 ____________________________________________________________________________
847 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
848         Log: Oops, change 26326 broke t/run/switches.t
849              Reverting change 24912 fixes it.
850      Branch: perl
851            ! t/run/switches.t
852 ____________________________________________________________________________
853 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
854         Log: Drop "v" prefix from sprintf("%vd", $^V).
855              
856              The sprintf documentation has this example:
857              
858              printf "version is v%vd\n", $^V;
859              
860              and it printed 'version is vv5.9.3\n'.
861      Branch: perl
862            ! sv.c t/op/sprintf.t
863 ____________________________________________________________________________
864 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
865         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
866      Branch: perl
867            ! sv.c t/uni/sprintf.t
868 ____________________________________________________________________________
869 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
870         Log: Move the rest of the data munging into the test preparation loop.
871      Branch: perl
872            ! t/op/sprintf.t
873 ____________________________________________________________________________
874 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
875         Log: Move the $data and $result munging into the test preparation loop.
876      Branch: perl
877            ! t/op/sprintf.t
878 ____________________________________________________________________________
879 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
880         Log: Disallow sprintf's vector handling for non-integer formats.
881              Avoids core dump for printf("%vs") and similar.
882      Branch: perl
883            ! sv.c t/op/sprintf.t
884 ____________________________________________________________________________
885 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
886         Log: Quench the other 2 ways obscure ways of abusing positional parameters
887              to generate bogus array indexes. These two are inside the vector
888              formatting code.
889      Branch: perl
890            ! sv.c t/op/sprintf.t
891 ____________________________________________________________________________
892 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
893         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
894              the XS fails. (Needed to bootstrap the core build)
895      Branch: perl
896            ! lib/Cwd.pm
897 ____________________________________________________________________________
898 [ 26318] By: stevep                                on 2005/12/10  15:42:39
899         Log: Upgrade to PathTools-3.14_01
900      Branch: perl
901            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
902            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
903            ! lib/File/Spec/t/Spec.t
904 ____________________________________________________________________________
905 [ 26317] By: stevep                                on 2005/12/10  15:21:37
906         Log: Subject: [PATCH] Code tweaks in sv.c
907              From: Andy Lester <andy@petdance.com>
908              Date: Fri, 9 Dec 2005 11:09:21 -0600
909              Message-ID: <20051209170921.GC16943@petdance.com>
910              
911              Includes a minor change the patch to account for code that moved
912              elsewhere.
913      Branch: perl
914            ! sv.c
915 ____________________________________________________________________________
916 [ 26316] By: stevep                                on 2005/12/10  15:14:37
917         Log: Subject: [PATCH] Excluding pad funcs when not debugging
918              From: Andy Lester <andy@petdance.com>
919              Date: Wed, 7 Dec 2005 21:58:05 -0600
920              Message-ID: <20051208035805.GA23007@petdance.com>
921      Branch: perl
922            ! pad.c
923 ____________________________________________________________________________
924 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
925         Log: A better hash for PTR_TABLE_HASH (?)
926      Branch: perl
927            ! sv.c
928 ____________________________________________________________________________
929 [ 26314] By: craigb                                on 2005/12/09  21:13:50
930         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
931              From: "John E. Malmberg" <wb8tyw@qsl.net>
932              Date: Fri, 09 Dec 2005 14:08:53 -0500
933              Message-id: <4399D645.8070803@qsl.net>\r
934      Branch: perl
935            ! vms/vms.c
936 ____________________________________________________________________________
937 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
938         Log: An alternative way of structuring ptr_table_clear so that the variables
939              can be assigned to at declaration time.
940      Branch: perl
941            ! sv.c
942 ____________________________________________________________________________
943 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
944         Log: A more efficient way to loop in ptr_table_clear
945      Branch: perl
946            ! sv.c
947 ____________________________________________________________________________
948 [ 26311] By: stevep                                on 2005/12/09  13:22:33
949         Log: Subject: Re: Pod::Simple integration
950              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
951              Date: Fri, 09 Dec 2005 07:06:00 +0100
952              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
953              
954              These files are still giving problems after attempting to convert
955              them to text in p4.  The tests pass without them, so we'll remove them
956              from the Perl distribution.
957      Branch: perl
958            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
959            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
960            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
961            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
962            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
963            ! MANIFEST
964 ____________________________________________________________________________
965 [ 26310] By: stevep                                on 2005/12/09  03:39:17
966         Log: Fixes compile errors introduce with change #26301 when compiling
967              with ithreads and DEBUGGING.
968      Branch: perl
969            ! sv.c
970 ____________________________________________________________________________
971 [ 26309] By: stevep                                on 2005/12/09  02:07:32
972         Log: Upgrade to Sys-Syslog-0.10
973      Branch: perl
974            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
975            + ext/Sys/Syslog/fallback/const-c.inc
976            + ext/Sys/Syslog/fallback/const-xs.inc
977            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
978            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
979            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
980            + ext/Sys/Syslog/t/portfs.t
981            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
982            ! ext/Sys/Syslog/t/syslog.t
983 ____________________________________________________________________________
984 [ 26308] By: stevep                                on 2005/12/09  01:41:44
985         Log: Upgrade to CGI.pm-3.15
986      Branch: perl
987            ! lib/CGI.pm lib/CGI/Changes
988 ____________________________________________________________________________
989 [ 26307] By: stevep                                on 2005/12/08  19:40:33
990         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
991      Branch: perl
992            ! pod/perltodo.pod
993 ____________________________________________________________________________
994 [ 26306] By: stevep                                on 2005/12/08  19:21:25
995         Log: One final Pod::Usage yak to shave...
996      Branch: perl
997            ! lib/Pod/Usage.pm
998 ____________________________________________________________________________
999 [ 26305] By: stevep                                on 2005/12/08  19:07:38
1000         Log: Version bump for Pod::Usage
1001      Branch: perl
1002            ! lib/Pod/Usage.pm
1003 ____________________________________________________________________________
1004 [ 26304] By: stevep                                on 2005/12/08  19:04:59
1005         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
1006              pass.
1007      Branch: perl
1008            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
1009 ____________________________________________________________________________
1010 [ 26303] By: stevep                                on 2005/12/08  15:53:36
1011         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
1012              includes a change to the Pod::Usage test file for compatibility
1013              purposes.
1014      Branch: perl
1015            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
1016 ____________________________________________________________________________
1017 [ 26302] By: craigb                                on 2005/12/08  14:47:57
1018         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
1019              structures.  They may be allocated during start-up and are torn down
1020              in an exit handler, where thread context and other Perlish support
1021              are iffy.
1022      Branch: perl
1023            ! vms/vms.c
1024 ____________________________________________________________________________
1025 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
1026         Log: Merge common code from ptr_table_fetch and ptr_table_store into
1027              S_ptr_table_find.
1028      Branch: perl
1029            ! sv.c
1030 ____________________________________________________________________________
1031 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
1032         Log: Fixup the setsockopt usage message; missing OPTVAL.
1033      Branch: perl
1034            ! ext/IO/lib/IO/Socket.pm
1035 ____________________________________________________________________________
1036 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
1037         Log: Improve the setsockopt description.
1038              Removed claim that OPTVAL might be undef as it is just treated
1039              the same as 0 and give the usual use-of-uninitialized-value
1040              warning.  Added an example.
1041      Branch: perl
1042            ! pod/perlfunc.pod
1043 ____________________________________________________________________________
1044 [ 26298] By: craigb                                on 2005/12/08  04:34:42
1045         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
1046              From: "John E. Malmberg" <wb8tyw@qsl.net>
1047              Date: Wed, 07 Dec 2005 22:26:21 -0500
1048              Message-id: <4397A7DD.8030403@qsl.net>\r
1049      Branch: perl
1050            ! vms/vms.c
1051 ____________________________________________________________________________
1052 [ 26297] By: stevep                                on 2005/12/07  20:39:24
1053         Log: One quick fix to the test for differences in error output.
1054      Branch: perl
1055            ! lib/Pod/t/Usage.t
1056 ____________________________________________________________________________
1057 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
1058         Log: Subject: [PATCH] All args in embed.fnc should be named
1059              From: Andy Lester <andy@petdance.com>
1060              Date: Wed, 7 Dec 2005 10:08:18 -0600
1061              Message-ID: <20051207160818.GA13465@petdance.com>
1062      Branch: perl
1063            ! embed.fnc embed.pl pod/perlapi.pod proto.h
1064 ____________________________________________________________________________
1065 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
1066         Log: Don't build manpages for Encode and Unicode::Normalize
1067              (when compiling perl manpages are built afterwards, not
1068              by MakeMaker like when installing modules.) This fix a
1069              bootstrap problem (now that Pod::Man uses POSIX.)
1070      Branch: perl
1071            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
1072 ____________________________________________________________________________
1073 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
1074         Log: Check in those files as text, not binary
1075      Branch: perl
1076            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
1077            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
1078            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
1079            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
1080            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
1081 ____________________________________________________________________________
1082 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
1083         Log: Remove space
1084      Branch: perl
1085            ! MANIFEST
1086 ____________________________________________________________________________
1087 [ 26292] By: stevep                                on 2005/12/07  12:36:59
1088         Log: Upgrade to podlators-2.00
1089      Branch: perl
1090            + lib/Pod/t/color.t lib/Pod/t/termcap.t
1091            - lib/Pod/t/text-errors.t
1092            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
1093            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1094            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
1095            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
1096            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
1097            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
1098 ____________________________________________________________________________
1099 [ 26291] By: stevep                                on 2005/12/07  11:38:00
1100         Log: Assimilate Pod-Simple-3.03 to the Perl core
1101      Branch: perl
1102            + (add 170 files)
1103            ! MANIFEST Porting/Maintainers.pl
1104 ____________________________________________________________________________
1105 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
1106         Log: Pull the regexp stringification code out into S_stringify_regexp, to
1107              make sv_2pv_flags clearer.
1108      Branch: perl
1109            ! sv.c
1110 ____________________________________________________________________________
1111 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
1112         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
1113      Branch: perl
1114            ! sv.c
1115 ____________________________________________________________________________
1116 [ 26288] By: stevep                                on 2005/12/07  02:10:26
1117         Log: Upgrade to CGI-3.14.
1118              
1119              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
1120              yet been applied to the actual CGI distribution yet.
1121      Branch: perl
1122            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
1123 ____________________________________________________________________________
1124 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
1125         Log: Add a ; that 26281 was lacking.
1126              (Dear Mark, please can I have back one of the two that I sent you after
1127              change 23614)
1128      Branch: perl
1129            ! util.c
1130 ____________________________________________________________________________
1131 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
1132         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
1133              into S_sv_2iuv_common.
1134      Branch: perl
1135            ! sv.c
1136 ____________________________________________________________________________
1137 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
1138         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
1139              duplication.
1140      Branch: perl
1141            ! sv.c
1142 ____________________________________________________________________________
1143 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
1144         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
1145              From: Andy Lester <andy@petdance.com>
1146              Date: Mon, 5 Dec 2005 13:46:13 -0600
1147              Message-ID: <20051205194613.GB7791@petdance.com>
1148      Branch: perl
1149            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
1150            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
1151            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
1152 ____________________________________________________________________________
1153 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
1154         Log: Subject: Re: stringification of v-string references
1155              From: John Peacock <jpeacock@rowman.com>
1156              Message-ID: <439592B4.2050101@rowman.com>
1157              Date: Tue, 06 Dec 2005 08:31:32 -0500
1158      Branch: perl
1159            ! t/op/ref.t
1160 ____________________________________________________________________________
1161 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
1162         Log: Fix typo spotted by Ronald J Kimball.
1163      Branch: perl
1164            ! ext/Sys/Syslog/Syslog.pm
1165 ____________________________________________________________________________
1166 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
1167         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
1168              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
1169              Date: Tue, 6 Dec 2005 09:56:12 -0500
1170              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
1171      Branch: perl
1172            ! ext/Sys/Syslog/Syslog.pm
1173 ____________________________________________________________________________
1174 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
1175         Log: Document why syslog($priority, "%s", $message) is a good idea
1176              if the code might be running with older versions of Sys::Syslog.
1177      Branch: perl
1178            ! ext/Sys/Syslog/Syslog.pm
1179 ____________________________________________________________________________
1180 [ 26276] By: merijn                                on 2005/12/06  14:30:53
1181         Log: Itanium blade servers added to the model list
1182      Branch: perl
1183            ! README.hpux
1184 ____________________________________________________________________________
1185 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
1186         Log: Don't use Copy for 1 and 2 character string constants.
1187      Branch: perl
1188            ! sv.c
1189 ____________________________________________________________________________
1190 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
1191         Log: Eliminate an unneeded local variable.
1192      Branch: perl
1193            ! sv.c
1194 ____________________________________________________________________________
1195 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
1196         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
1197              code into the GMAGIC block.
1198      Branch: perl
1199            ! sv.c
1200 ____________________________________________________________________________
1201 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
1202         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
1203              only constant non-"" string returned.
1204      Branch: perl
1205            ! sv.c
1206 ____________________________________________________________________________
1207 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
1208         Log: Make all the return statements closer to the final calcuation of the
1209              returned value in the reference stringification code. Pull variables
1210              into tigher scope which also allows some to become const.
1211      Branch: perl
1212            ! sv.c
1213 ____________________________________________________________________________
1214 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
1215         Log: Move the scope of origsv inwards, and rename variables to avoid the
1216              need to re-assign to sv.
1217      Branch: perl
1218            ! sv.c
1219 ____________________________________________________________________________
1220 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
1221         Log: Clone the brief return logic and thereby remove a goto.
1222      Branch: perl
1223            ! sv.c
1224 ____________________________________________________________________________
1225 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
1226         Log: As they are now the same, can fold the entire switch statement for
1227              reference type in sv_2pv_flags into a call to sv_reftype.
1228      Branch: perl
1229            ! sv.c
1230 ____________________________________________________________________________
1231 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
1232         Log: Untease the regexp stringification from the reference naming in
1233              sv_2pv_flags. (Lots of re-indentation, little real change)
1234      Branch: perl
1235            ! sv.c
1236 ____________________________________________________________________________
1237 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
1238         Log: References to version objects should stringify as VSTRING. This makes
1239              stringification consistent with the output of ref().
1240      Branch: perl
1241            ! sv.c
1242 ____________________________________________________________________________
1243 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
1244         Log: The extra return is actually a duplicated code path, and can go.
1245      Branch: perl
1246            ! sv.c
1247 ____________________________________________________________________________
1248 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
1249         Log: Fix typo in description.
1250      Branch: perl
1251            ! MANIFEST
1252 ____________________________________________________________________________
1253 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
1254         Log: Add ext/MIME/Base64/README to MANIFEST
1255      Branch: perl
1256            ! MANIFEST
1257 ____________________________________________________________________________
1258 [ 26262] By: stevep                                on 2005/12/05  16:35:14
1259         Log: Upgrade to MIME-Base64-3.07
1260      Branch: perl
1261            + ext/MIME/Base64/README
1262            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
1263            ! ext/MIME/Base64/QuotedPrint.pm
1264 ____________________________________________________________________________
1265 [ 26261] By: stevep                                on 2005/12/05  16:29:46
1266         Log: Upgrade to Digest-MD5-2.36
1267      Branch: perl
1268            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1269            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
1270 ____________________________________________________________________________
1271 [ 26260] By: stevep                                on 2005/12/05  16:20:17
1272         Log: Upgrade to CGI.pm-3.13
1273      Branch: perl
1274            + lib/CGI/t/no_tabindex.t
1275            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
1276            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
1277 ____________________________________________________________________________
1278 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
1279         Log: "Malformed UTF-8 character" was a severe warning, and can now be
1280              also a fatal error (since change #26258)
1281      Branch: perl
1282            ! pod/perldiag.pod
1283 ____________________________________________________________________________
1284 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
1285         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
1286              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1287              Date: Tue, 06 Dec 2005 00:35:52 +0900
1288              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
1289      Branch: perl
1290            ! regexec.c
1291 ____________________________________________________________________________
1292 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
1293         Log: Better variable names make code clearer
1294              
1295              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1296              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1297              Date: Sun, 04 Dec 2005 16:24:29 +0900
1298              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
1299      Branch: perl
1300            ! embed.fnc proto.h utf8.c
1301 ____________________________________________________________________________
1302 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
1303         Log: Rework the error messages from the swashget code.
1304              
1305              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1306              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1307              Date: Sun, 04 Dec 2005 16:24:59 +0900
1308              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
1309      Branch: perl
1310            ! pod/perldiag.pod utf8.c
1311 ____________________________________________________________________________
1312 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
1313         Log: Clarification and cleanup of the XS SWASHGET code
1314              
1315              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1316              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1317              Date: Sun, 04 Dec 2005 16:28:35 +0900
1318              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
1319      Branch: perl
1320            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
1321 ____________________________________________________________________________
1322 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
1323         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
1324              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1325              Date: Sat, 03 Dec 2005 12:24:05 +0100
1326              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
1327      Branch: perl
1328            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
1329 ____________________________________________________________________________
1330 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
1331         Log: NULL is a legal value for newXS()'s name parameter.
1332              (This caused strange build failures with gcc4 -O3)
1333      Branch: perl
1334            ! embed.fnc proto.h
1335 ____________________________________________________________________________
1336 [ 26252] By: stevep                                on 2005/12/04  15:30:55
1337         Log: Fix handling of author's names that had apostrophes.  Based on a patch
1338              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
1339      Branch: perl
1340            ! utils/h2xs.PL
1341 ____________________________________________________________________________
1342 [ 26251] By: davem                                 on 2005/12/03  15:20:24
1343         Log: clarify description of vector (v) sprintf format modifier
1344      Branch: perl
1345            ! pod/perlfunc.pod
1346 ____________________________________________________________________________
1347 [ 26250] By: craigb                                on 2005/12/03  15:15:47
1348         Log: In vms/vms.c, don't use the thread-specific Newx() during
1349              startup before threads are initialized.  
1350      Branch: perl
1351            ! vms/vms.c
1352 ____________________________________________________________________________
1353 [ 26249] By: stevep                                on 2005/12/03  12:31:02
1354         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
1355      Branch: perl
1356            ! pod/perlhack.pod
1357 ____________________________________________________________________________
1358 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
1359         Log: Missing chunk in change #26247.
1360      Branch: perl
1361            ! ext/Sys/Syslog/Syslog.pm
1362 ____________________________________________________________________________
1363 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
1364         Log: Sys::Syslog::syslog can accept a message without printf
1365              escapes and arguments.
1366              
1367              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
1368              From: Gisle Aas <gisle@activestate.com>
1369              Date: 03 Dec 2005 03:35:32 -0800
1370              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
1371      Branch: perl
1372            ! ext/Sys/Syslog/Syslog.pm
1373 ____________________________________________________________________________
1374 [ 26246] By: stevep                                on 2005/12/03  03:30:00
1375         Log: Upgrade to version-0.50
1376      Branch: perl
1377            ! lib/version.pm lib/version.pod lib/version.t util.c
1378 ____________________________________________________________________________
1379 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
1380         Log: Replace ^M by a space in test for bug #37716, to make
1381              Cygwin happy (found by Yitzchak)
1382      Branch: perl
1383            ! lib/File/Compare.t
1384 ____________________________________________________________________________
1385 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
1386         Log: Address Hugo's comment on Dave's change (26240)
1387      Branch: perl
1388            ! sv.c
1389 ____________________________________________________________________________
1390 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
1391         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
1392              From: Gisle Aas <gisle@ActiveState.com>
1393              Date: 28 Nov 2005 04:48:18 -0800
1394              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
1395              
1396              and
1397              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
1398      Branch: perl
1399            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
1400 ____________________________________________________________________________
1401 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
1402         Log: Subject: [PATCH] Signs, signs, everywhere a sign
1403              From: Andy Lester <andy@petdance.com>
1404              Date: Thu, 1 Dec 2005 14:24:51 -0600
1405              Message-ID: <20051201202451.GI22713@petdance.com>
1406      Branch: perl
1407            ! pp_pack.c
1408 ____________________________________________________________________________
1409 [ 26241] By: stevep                                on 2005/12/01  20:27:34
1410         Log: Nit from change #26232 noticed by H. Merijn Brand
1411      Branch: perl
1412            ! pod/perlop.pod
1413 ____________________________________________________________________________
1414 [ 26240] By: davem                                 on 2005/12/01  16:40:29
1415         Log: sprintf %NNN$ check for large values wrapping to negative
1416      Branch: perl
1417            ! sv.c t/op/sprintf2.t
1418 ____________________________________________________________________________
1419 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
1420         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
1421      Branch: perl
1422            ! makedef.pl perl.h sv.c
1423 ____________________________________________________________________________
1424 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
1425         Log: Missing #ifdef, noticed by Jan Dubois
1426      Branch: perl
1427            ! sv.c
1428 ____________________________________________________________________________
1429 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
1430         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
1431              From: Gisle Aas <gisle@ActiveState.com>
1432              Date: 01 Dec 2005 06:20:14 -0800
1433              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
1434              
1435              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
1436              From: Gisle Aas <gisle@ActiveState.com>
1437              Date: 01 Dec 2005 06:11:44 -0800
1438              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
1439      Branch: perl
1440            ! sv.c t/op/sprintf.t
1441 ____________________________________________________________________________
1442 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
1443         Log: Subject: [PATCH] Disable constant folding of sprintf
1444              From: Gisle Aas <gisle@ActiveState.com>
1445              Date: 01 Dec 2005 03:22:10 -0800
1446              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
1447      Branch: perl
1448            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
1449 ____________________________________________________________________________
1450 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
1451         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
1452              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
1453              Date: Wed, 30 Nov 2005 20:17:31 -0800
1454              Message-ID: <438E795B.9060805@ActiveState.com>
1455      Branch: perl
1456            ! sv.c
1457 ____________________________________________________________________________
1458 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
1459         Log: Revert change #26110 (already reverted in maintperl by change 26182)
1460      Branch: perl
1461            ! op.c
1462 ____________________________________________________________________________
1463 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
1464         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
1465              not siteperl
1466      Branch: perl
1467            ! pod/perlrun.pod
1468 ____________________________________________________________________________
1469 [ 26232] By: stevep                                on 2005/11/30  19:09:17
1470         Log: dor-assign (//=) was missing from perlop.pod
1471      Branch: perl
1472            ! pod/perlop.pod
1473 ____________________________________________________________________________
1474 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
1475         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
1476              From: Gisle Aas <gisle@ActiveState.com>
1477              Date: 30 Nov 2005 09:28:54 -0800
1478              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
1479      Branch: perl
1480            ! pp.c sv.c
1481 ____________________________________________________________________________
1482 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
1483         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1484              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1485              Date: Sun, 27 Nov 2005 17:02:02 +0900
1486              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
1487      Branch: perl
1488            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
1489            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
1490            ! utfebcdic.h
1491 ____________________________________________________________________________
1492 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
1493         Log: The regexp engine should check SV flags rather than SV type for
1494              determining if something is a reference, because under the debugger
1495              the value returned by the swash code is SVt_PVMG.
1496              Not doing this has the side effect of repeatedly reassigning the
1497              same array element, which causes destructors to fire on the reassignment
1498              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
1499              of save_re_context, which under the debugger involves re-entering the
1500              regexp engine, which causes corruption of the regexp engine's global
1501              state.
1502      Branch: perl
1503            ! regexec.c
1504 ____________________________________________________________________________
1505 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
1506         Log: Fix B::Concise tests after change #26226
1507      Branch: perl
1508            ! ext/B/t/optree_varinit.t
1509 ____________________________________________________________________________
1510 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
1511         Log: Revert change #22520 (optimise away my $foo = undef and similar
1512              constructs), in order to fix bug perl #37776
1513      Branch: perl
1514            ! op.c t/op/my.t
1515 ____________________________________________________________________________
1516 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
1517         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
1518              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1519              Date: Tue, 29 Nov 2005 08:07:19 +0100
1520              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
1521      Branch: perl
1522            ! lib/File/Compare.pm lib/File/Compare.t
1523 ____________________________________________________________________________
1524 [ 26224] By: stevep                                on 2005/11/29  12:36:46
1525         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
1526              which is now a prereq for podlators.
1527      Branch: perl
1528            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
1529            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
1530            + lib/Pod/Escapes/t/10_main.t
1531            + lib/Pod/Escapes/t/15_name2charnum.t
1532            ! MANIFEST Porting/Maintainers.pl
1533 ____________________________________________________________________________
1534 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
1535         Log: Typo fix, by Olivier Blin
1536      Branch: perl
1537            ! lib/Getopt/Long.pm
1538 ____________________________________________________________________________
1539 [ 26222] By: steveh                                on 2005/11/28  17:07:25
1540         Log: Fix ext/POSIX/t/time.t on Win32
1541              
1542              According to MSDN, "The string result produced by ctime contains
1543              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
1544              so we *do* want the leading zero on the day returned by strftime
1545      Branch: perl
1546            ! ext/POSIX/t/time.t
1547 ____________________________________________________________________________
1548 [ 26221] By: stevep                                on 2005/11/28  14:11:23
1549         Log: Mac OS X/Darwin seems to have problems with tzname().
1550      Branch: perl
1551            ! ext/POSIX/t/time.t
1552 ____________________________________________________________________________
1553 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
1554         Log: FAQ sync.
1555      Branch: perl
1556            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
1557            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
1558 ____________________________________________________________________________
1559 [ 26219] By: stevep                                on 2005/11/28  02:48:18
1560         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
1561              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1562              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
1563              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
1564      Branch: perl
1565            ! lib/Math/Trig.pm
1566 ____________________________________________________________________________
1567 [ 26218] By: stevep                                on 2005/11/28  02:34:49
1568         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
1569              operator added to close two tickets.
1570      Branch: perl
1571            ! pod/perlobj.pod
1572 ____________________________________________________________________________
1573 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
1574         Log: Don't let MakeMaker install doc for MIME::Base64
1575              (since installpod does it already)
1576      Branch: perl
1577            ! ext/MIME/Base64/Makefile.PL
1578 ____________________________________________________________________________
1579 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
1580         Log: Upgrade to Getopt::Long 2.34_04
1581      Branch: perl
1582            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
1583            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1584            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
1585            ! lib/Getopt/Long/t/gol-oo.t
1586 ____________________________________________________________________________
1587 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
1588         Log: Subject: [PATCH] fix wrong pool error in cygwin build
1589              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1590              Date: Nov 27, 2005 9:29 AM
1591              Message-ID: <20051127082918.GA2556@efn.org>
1592      Branch: perl
1593            ! cygwin/cygwin.c
1594 ____________________________________________________________________________
1595 [ 26214] By: stevep                                on 2005/11/27  02:35:25
1596         Log: Upgrade to MIME-Base64-3.06
1597      Branch: perl
1598            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1599            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
1600            ! ext/MIME/Base64/QuotedPrint.pm
1601 ____________________________________________________________________________
1602 [ 26213] By: stevep                                on 2005/11/26  12:48:42
1603         Log: Deal with differences in what clock() does between POSIX and BSD.
1604      Branch: perl
1605            ! ext/POSIX/t/time.t
1606 ____________________________________________________________________________
1607 [ 26212] By: stevep                                on 2005/11/26  12:04:00
1608         Log: Upgrade to Scalar-List-Utils-1.18
1609      Branch: perl
1610            + ext/List/Util/t/00version.t
1611            ! MANIFEST ext/List/Util/Changes
1612 ____________________________________________________________________________
1613 [ 26211] By: stevep                                on 2005/11/26  11:50:17
1614         Log: Upgrade to Digest-MD5-2.35
1615      Branch: perl
1616            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1617            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1618            ! ext/Digest/MD5/t/files.t
1619 ____________________________________________________________________________
1620 [ 26210] By: stevep                                on 2005/11/26  11:40:57
1621         Log: Actually update one of the files from the previous change.
1622      Branch: perl
1623            ! lib/Digest.pm
1624 ____________________________________________________________________________
1625 [ 26209] By: stevep                                on 2005/11/26  11:38:02
1626         Log: Upgrade to Digest-1.14
1627      Branch: perl
1628            ! lib/Digest.pm lib/Digest/Changes
1629 ____________________________________________________________________________
1630 [ 26208] By: stevep                                on 2005/11/26  02:56:26
1631         Log: Just be explicit about $TZ.  
1632      Branch: perl
1633            ! ext/POSIX/t/time.t
1634 ____________________________________________________________________________
1635 [ 26207] By: stevep                                on 2005/11/26  02:32:10
1636         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
1637              on OpenBSD.
1638      Branch: perl
1639            ! ext/POSIX/t/time.t
1640 ____________________________________________________________________________
1641 [ 26206] By: stevep                                on 2005/11/26  01:31:24
1642         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
1643              but I don't expect any black smokes because of testing on OpenBSD,
1644              Linux, Win32, an Cygwin.
1645      Branch: perl
1646            + ext/POSIX/t/time.t
1647            ! MANIFEST ext/B/t/b.t
1648 ____________________________________________________________________________
1649 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
1650         Log: Move report_uninit() and its static supporting functions to the end of
1651              sv.c, so that they are not sandwiched between the two halves of the
1652              SV allocation code. However, the diff looks far more evil than it
1653              should given that this is just moving a single albeit large hunk.
1654      Branch: perl
1655            ! sv.c
1656 ____________________________________________________________________________
1657 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
1658         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
1659              From: demerphq <demerphq@gmail.com>
1660              Date: Fri, 25 Nov 2005 13:57:38 +0100
1661              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
1662      Branch: perl
1663            ! pod/perlpod.pod
1664 ____________________________________________________________________________
1665 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
1666         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1667              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1668              Date: Fri, 25 Nov 2005 00:19:35 +0900
1669              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
1670              
1671              Date: Fri, 25 Nov 2005 01:18:17 +0900
1672              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
1673      Branch: perl
1674            ! universal.c utf8.c
1675 ____________________________________________________________________________
1676 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
1677         Log: Document new perldoc -L switch
1678              
1679              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
1680              From: Enrico Sorcinelli <bepi@perl.it>
1681              Date: Thu, 24 Nov 2005 16:04:03 +0100
1682              Message-Id: <20051124160403.568a194b.bepi@perl.it>
1683      Branch: perl
1684            ! pod/perldoc.pod
1685 ____________________________________________________________________________
1686 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
1687         Log: Delete a README made redundant by change 26200.
1688      Branch: perl
1689            - wince/README.perlce
1690 ____________________________________________________________________________
1691 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
1692         Log: Subject: [PATCH @26198] perlce touches
1693              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
1694              Date: Nov 23, 2005 8:55 PM
1695              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
1696      Branch: perl
1697            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
1698            ! wince/wince.c
1699 ____________________________________________________________________________
1700 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
1701         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1702              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1703              Date: Wed, 23 Nov 2005 17:57:34 +0900
1704              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
1705              
1706              And :
1707              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
1708              
1709              with some nits to use U8 instead of char more consistently
1710      Branch: perl
1711            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
1712 ____________________________________________________________________________
1713 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
1714         Log: Notes in perlstyle about POD formatting, by Sébastien
1715              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
1716      Branch: perl
1717            ! pod/perlstyle.pod
1718 ____________________________________________________________________________
1719 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
1720         Log: Note the URL describing the vast riches awaiting us.
1721      Branch: perl
1722            ! t/lib/1_compile.t
1723 ____________________________________________________________________________
1724 [ 26196] By: davem                                 on 2005/11/22  16:52:24
1725         Log: include PERL_TRACK_MEMPOOL in perl -V output
1726      Branch: perl
1727            ! perl.c
1728 ____________________________________________________________________________
1729 [ 26195] By: davem                                 on 2005/11/22  16:32:42
1730         Log: perl segfaults on reversed array reference
1731              
1732              The 'for (reverse @a)' optimisation got its index wrong when
1733              create LVALUE SVs for undef elements
1734      Branch: perl
1735            ! pp_ctl.c pp_hot.c t/op/loopctl.t
1736 ____________________________________________________________________________
1737 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
1738         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
1739              From: Robin Houston <robin@cpan.org>
1740              Date: Tue, 22 Nov 2005 13:28:17 +0000
1741              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
1742      Branch: perl
1743            ! pod/perlfunc.pod
1744 ____________________________________________________________________________
1745 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
1746         Log: Use the system's free to dealloc a PV allocated by the system
1747              (more precisely by libgdbm.) See :
1748              
1749              Subject: GDBM_file realloc failures
1750              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
1751              Date: Mon, 21 Nov 2005 18:22:00 +0100
1752              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
1753      Branch: perl
1754            ! ext/GDBM_File/GDBM_File.xs
1755 ____________________________________________________________________________
1756 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
1757         Log: Subject: Re: [PATCH] concat interacts badly with magic
1758              From: Robin Houston <robin@cpan.org>
1759              Date: Tue, 22 Nov 2005 14:07:27 +0000
1760              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
1761              
1762              (new version of patch for bug #37722)
1763      Branch: perl
1764            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
1765            ! t/op/tie.t
1766 ____________________________________________________________________________
1767 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
1768         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
1769              From: Enrico Sorcinelli <bepi@perl.it>
1770              Date: Sun, 20 Nov 2005 10:20:51 +0100
1771              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
1772              
1773              Also, bump version number of Perldoc.
1774      Branch: perl
1775            ! lib/Pod/Perldoc.pm
1776 ____________________________________________________________________________
1777 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
1778         Log: Revert change #26185, which could have some unwanted side-effects.
1779              (lib/warnings.t had failures due to this patch.)
1780              Moreover Dave Mitchell correctly pointed out that [perl #37722]
1781              wasn't really a bug.
1782      Branch: perl
1783            ! pp_hot.c t/op/tie.t
1784 ____________________________________________________________________________
1785 [ 26189] By: merijn                                on 2005/11/22  06:33:05
1786         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
1787              From: "Jan Dubois" <jand@ActiveState.com>
1788              Date: Mon, 21 Nov 2005 21:35:51 -0800
1789              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
1790      Branch: perl
1791            ! win32/include/sys/socket.h
1792 ____________________________________________________________________________
1793 [ 26188] By: stevep                                on 2005/11/22  03:41:17
1794         Log: Subject: [PATCH] ff_chop.patch redux
1795              From: Andy Lester <andy@petdance.com>
1796              Date: Mon, 21 Nov 2005 21:16:14 -0600
1797              Message-ID: <20051122031614.GB19424@petdance.com>
1798      Branch: perl
1799            ! pp_ctl.c
1800 ____________________________________________________________________________
1801 [ 26187] By: stevep                                on 2005/11/22  03:37:30
1802         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
1803              From: "John E. Malmberg" <wb8tyw@qsl.net>
1804              Date: Mon, 21 Nov 2005 22:09:17 -0500
1805              Message-ID: <43828BDD.7080302@qsl.net>
1806      Branch: perl
1807            ! t/op/pat.t
1808 ____________________________________________________________________________
1809 [ 26186] By: stevep                                on 2005/11/22  03:32:04
1810         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
1811              From: "John E. Malmberg" <wb8tyw@qsl.net>
1812              Date: Mon, 21 Nov 2005 21:19:31 -0500
1813              Message-ID: <43828033.9040708@qsl.net>
1814      Branch: perl
1815            ! t/op/array.t
1816 ____________________________________________________________________________
1817 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
1818         Log: Subject: [PATCH] concat interacts badly with magic
1819              From: Robin Houston <robin@cpan.org>
1820              Date: Mon, 21 Nov 2005 17:03:39 +0000
1821              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
1822      Branch: perl
1823            ! pp_hot.c t/op/tie.t
1824 ____________________________________________________________________________
1825 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
1826         Log: Flip the sign of the value in body details offset, and change its type
1827              to size_t.
1828      Branch: perl
1829            ! sv.c
1830 ____________________________________________________________________________
1831 [ 26183] By: merijn                                on 2005/11/21  14:11:28
1832         Log: Thread failures on AIX (and others) caused by interleaved output
1833              
1834              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
1835              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
1836              Date: Sun, 20 Nov 2005 14:36 +0100
1837              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
1838      Branch: perl
1839            ! t/op/threads.t
1840 ____________________________________________________________________________
1841 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
1842         Log: Upgrade to Time::HiRes 1.83
1843      Branch: perl
1844            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1845            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
1846 ____________________________________________________________________________
1847 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
1848         Log: Eliminate two more strlen()s, by using the return value of sprintf().
1849      Branch: perl
1850            ! pp_ctl.c
1851 ____________________________________________________________________________
1852 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
1853         Log: Declarations must come first, or some compilers aren't happy.
1854              (spotted by Jarkko)
1855      Branch: perl
1856            ! ext/B/B.xs
1857 ____________________________________________________________________________
1858 [ 26178] By: stevep                                on 2005/11/20  02:41:01
1859         Log: Subject: [PATCH] Pulling ancient RCS comments
1860              From: Andy Lester <andy@petdance.com>
1861              Date: Sat, 19 Nov 2005 00:16:39 -0600
1862              Message-ID: <20051119061639.GA25086@petdance.com>
1863      Branch: perl
1864            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
1865            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
1866            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
1867            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
1868            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
1869            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
1870            ! t/op/read.t t/op/time.t t/op/unshift.t
1871 ____________________________________________________________________________
1872 [ 26177] By: stevep                                on 2005/11/20  02:31:10
1873         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
1874              From: "Jan Dubois" <jand@ActiveState.com>
1875              Date: Fri, 18 Nov 2005 11:38:24 -0800
1876              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
1877      Branch: perl
1878            ! perl.h util.c
1879 ____________________________________________________________________________
1880 [ 26176] By: stevep                                on 2005/11/19  19:14:42
1881         Log: Down with "warning: code has no effect"
1882      Branch: perl
1883            ! XSUB.h
1884 ____________________________________________________________________________
1885 [ 26175] By: stevep                                on 2005/11/19  18:06:14
1886         Log: Cleaning up some warnings generated by "gcc -W"
1887      Branch: perl
1888            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
1889            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
1890 ____________________________________________________________________________
1891 [ 26174] By: stevep                                on 2005/11/19  13:46:27
1892         Log: Upgrade to PathTools-3.14
1893      Branch: perl
1894            + lib/File/Spec/t/tmpdir.t
1895            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
1896            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
1897            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1898            ! lib/File/Spec/t/Spec.t
1899 ____________________________________________________________________________
1900 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
1901         Log: Norman observed that a couple of macros could make the body defintion
1902              table a lot more readable.
1903      Branch: perl
1904            ! sv.c
1905 ____________________________________________________________________________
1906 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
1907         Log: With -DPURFIY we change the flags so that everything is allocated
1908              directly. (Don't use arenas at all.) This seems a rather elegant way
1909              to simplify some of the code in sv.c by removing conditional
1910              compilation.
1911      Branch: perl
1912            ! sv.c
1913 ____________________________________________________________________________
1914 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
1915         Log: Map the HE arena onto SV type 0 (SVt_NULL).
1916              Abolish PL_he_root and PL_he_arenaroot.
1917      Branch: perl
1918            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
1919            ! sv.c sv.h
1920 ____________________________________________________________________________
1921 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
1922         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
1923      Branch: perl
1924            ! sv.c
1925 ____________________________________________________________________________
1926 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
1927         Log: sv_clear can manipulate the arena array directly too.
1928              Also, I think that we may have been "leaking" NV bodies in blead since
1929              25051. Oops. (Will not have been detectable except with -DPURIFY as
1930              the leak is not returning them as free to the arena)
1931      Branch: perl
1932            ! sv.c
1933 ____________________________________________________________________________
1934 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
1935         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
1936              zero as it's copying over the same sized structure. So change
1937              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
1938      Branch: perl
1939            ! sv.c
1940 ____________________________________________________________________________
1941 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
1942         Log: Merge the arms of the switch. The decision about what comes from an
1943              arena and what comes from malloc is now solely in the table.
1944      Branch: perl
1945            ! sv.c
1946 ____________________________________________________________________________
1947 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
1948         Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with
1949              sv_type, which is a constant variable with the same value.
1950      Branch: perl
1951            ! sv.c
1952 ____________________________________________________________________________
1953 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
1954         Log: Eliminate new_body_offset from sv_dup()
1955      Branch: perl
1956            ! sv.c
1957 ____________________________________________________________________________
1958 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
1959         Log: Merge the last remaining case duplication in sv_upgrade
1960      Branch: perl
1961            ! sv.c
1962 ____________________________________________________________________________
1963 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
1964         Log: Eliminate new_body_length from sv_upgrade
1965      Branch: perl
1966            ! sv.c
1967 ____________________________________________________________________________
1968 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
1969         Log: Eliminate new_body_offset from sv_upgrade
1970      Branch: perl
1971            ! sv.c
1972 ____________________________________________________________________________
1973 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
1974         Log: new_body_inline doesn't need to be passed the root, as it's already
1975              inferring the arenaroot directly from the passed-in type.
1976      Branch: perl
1977            ! sv.c
1978 ____________________________________________________________________________
1979 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
1980         Log: Tabs are still required in the MANIFEST
1981      Branch: perl
1982            ! MANIFEST
1983 ____________________________________________________________________________
1984 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
1985         Log: Add a flag to the body details of which types come from arenas.
1986              Update the allocation information for all the types.
1987              Add a new macro new_NOARENA() for allocating the non-arena types.
1988              Use calloc rather than malloc for the new_NOARENA so that the Zero()
1989              can be skipped.
1990      Branch: perl
1991            ! sv.c
1992 ____________________________________________________________________________
1993 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
1994         Log: Simplify the expression for the upgrade logic for SVt_IV.
1995              Replace the "can't happen" comment for SVt_PVIV with assertions
1996              that it didn't happen.
1997      Branch: perl
1998            ! sv.c
1999 ____________________________________________________________________________
2000 [ 26157] By: stevep                                on 2005/11/18  11:07:34
2001         Log: Adding README.linux to the MANIFEST
2002      Branch: perl
2003            ! MANIFEST
2004 ____________________________________________________________________________
2005 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
2006         Log: const and static for the const static private table.
2007              Replace the "upgrade" special case for SVt_PV with assertions as it's
2008              not been needed since we forced *up*grades.
2009      Branch: perl
2010            ! sv.c
2011 ____________________________________________________________________________
2012 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
2013         Log: Rename sv_upgrade's parameter mt to new_type.
2014      Branch: perl
2015            ! sv.c
2016 ____________________________________________________________________________
2017 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
2018         Log: Subject: Dumpvalue doc patch
2019              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2020              Date: Fri, 18 Nov 2005 03:42:52 +0100
2021              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
2022      Branch: perl
2023            ! lib/Dumpvalue.pm
2024 ____________________________________________________________________________
2025 [ 26153] By: stevep                                on 2005/11/18  00:54:53
2026         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
2027              compilers of Linux.
2028      Branch: perl
2029            + README.linux
2030            ! hints/linux.sh
2031 ____________________________________________________________________________
2032 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
2033         Log: All that can be in the first switch statement of sv_upgrade is now
2034              table driven. The shrinking continues on the morrow.
2035      Branch: perl
2036            ! sv.c
2037 ____________________________________________________________________________
2038 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
2039         Log: "Can you see what it is yet?"
2040              Next steps towards making as much as possible table driven.
2041      Branch: perl
2042            ! sv.c
2043 ____________________________________________________________________________
2044 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
2045         Log: Add the size of the structure to copy as a field in the per type
2046              data table.
2047      Branch: perl
2048            ! sv.c
2049 ____________________________________________________________________________
2050 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
2051         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
2052              of structures.
2053      Branch: perl
2054            ! sv.c
2055 ____________________________________________________________________________
2056 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
2057         Log: Move the location of the definition of the arena slot used for pte
2058              into sv.h, to keep it in one central place.
2059              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
2060              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
2061      Branch: perl
2062            ! sv.c sv.h
2063 ____________________________________________________________________________
2064 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
2065         Log: Subject: [PATCH] Sort subs now in embed.fnc
2066              From: Andy Lester <andy@petdance.com>
2067              Date: Thu, 17 Nov 2005 07:53:38 -0600
2068              Message-ID: <20051117135338.GA31715@petdance.com>
2069      Branch: perl
2070            ! embed.fnc embed.h pp_sort.c proto.h
2071 ____________________________________________________________________________
2072 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
2073         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
2074              in that variable.
2075              Don't compile S_new_body with -DPURIFY
2076      Branch: perl
2077            ! sv.c
2078 ____________________________________________________________________________
2079 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
2080         Log: It's clearer to use "morphing" than "polymorphing" when
2081              describing what exec() does
2082      Branch: perl
2083            ! pod/perlmod.pod
2084 ____________________________________________________________________________
2085 [ 26144] By: stevep                                on 2005/11/17  00:18:31
2086         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
2087              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2088              Date: Wed, 16 Nov 2005 07:11:41 -0800
2089              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
2090      Branch: perl
2091            ! universal.c
2092 ____________________________________________________________________________
2093 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
2094         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
2095              Wanting sizeof(void) isn't even a compilation error with -ansi
2096              -pedantic. Just a warning. Lame! I'm going to send it back for a full
2097              refund. Hateful software.
2098      Branch: perl
2099            ! sv.c
2100 ____________________________________________________________________________
2101 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
2102         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
2103              an erroneous remaining reference to PL_pte_root to correct.
2104      Branch: perl
2105            ! embedvar.h intrpvar.h perlapi.h sv.c
2106 ____________________________________________________________________________
2107 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
2108         Log: Subject: Re: eliminate discreet arenaroots
2109              From: Jim Cromie <jim.cromie@gmail.com>
2110              Message-ID: <4378E5B0.3010708@gmail.com>
2111              Date: Mon, 14 Nov 2005 12:29:52 -0700
2112      Branch: perl
2113            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
2114 ____________________________________________________________________________
2115 [ 26140] By: merijn                                on 2005/11/16  19:26:13
2116         Log: Subject: [PATCH @26137] for wince
2117              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
2118              Date: Wed, 16 Nov 2005 20:57:13 +0300
2119              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
2120      Branch: perl
2121            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
2122            ! wince/wince.c
2123 ____________________________________________________________________________
2124 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
2125         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
2126              From: hv@crypt.org
2127              Date: Wed, 16 Nov 2005 14:54:55 +0000
2128              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
2129      Branch: perl
2130            ! regexec.c t/op/re_tests
2131 ____________________________________________________________________________
2132 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
2133         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
2134              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2135              Date: Wed, 09 Nov 2005 02:12:00 +0900
2136              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
2137      Branch: perl
2138            ! doop.c t/op/bop.t
2139 ____________________________________________________________________________
2140 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
2141         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
2142              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2143              Date: Sun, 13 Nov 2005 16:01:02 -0800
2144              Message-ID: <20051114000102.GA5556@efn.org>
2145      Branch: perl
2146            ! Makefile.SH
2147 ____________________________________________________________________________
2148 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
2149         Log: Remove the two register keywords from auto variables that PERL_POSION
2150              wants to take the address of.
2151      Branch: perl
2152            ! hv.c scope.c
2153 ____________________________________________________________________________
2154 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
2155         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
2156              (by using the union pointer to chain the freed heads together)
2157      Branch: perl
2158            ! sv.c
2159 ____________________________________________________________________________
2160 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
2161         Log: Mark all places where perl needs to look at a possibly-freed scalar
2162              with a macro SvIS_FREED(sv)
2163      Branch: perl
2164            ! av.c mg.c op.c pad.c pp_hot.c sv.h
2165 ____________________________________________________________________________
2166 [ 26131] By: stevep                                on 2005/11/14  17:31:59
2167         Log: Removed reference to the non-existent C<Opcode::Custom>.
2168      Branch: perl
2169            ! pod/perlguts.pod
2170 ____________________________________________________________________________
2171 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
2172         Log: The warning "Field too wide in 'u' format in pack" was emitted even
2173              when pack warnings were not enabled
2174      Branch: perl
2175            ! pp_pack.c
2176 ____________________________________________________________________________
2177 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
2178         Log: Provide a crude way for specifying the command line for
2179              make test.valgrind
2180      Branch: perl
2181            ! Makefile.SH t/TEST
2182 ____________________________________________________________________________
2183 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
2184         Log: A better fix for [perl #35847] File::Find not performing as documented,
2185              suggested by Darren Dunham. Includes a fix to the code example that
2186              uses File::Find in perlfaq3.
2187      Branch: perl
2188            ! lib/File/Find.pm pod/perlfaq3.pod
2189 ____________________________________________________________________________
2190 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
2191         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
2192      Branch: perl
2193            ! autodoc.pl
2194 ____________________________________________________________________________
2195 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
2196         Log: Fix indentation of apidoc for sv_2pvutf8
2197              (so perlapi.pod is correctly generated)
2198      Branch: perl
2199            ! pod/perlapi.pod sv.c
2200 ____________________________________________________________________________
2201 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
2202         Log: Suppress gcc warnings when ignoring the return value of io_close(),
2203              as suggested by Gisle Aas.
2204      Branch: perl
2205            ! embed.fnc proto.h
2206 ____________________________________________________________________________
2207 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
2208         Log: Subject: [PATCH] Missing ; in Storable.xs
2209              From: Gisle Aas <gisle@ActiveState.com>
2210              Date: 14 Nov 2005 02:32:14 -0800
2211              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
2212      Branch: perl
2213            ! ext/Storable/Storable.xs
2214 ____________________________________________________________________________
2215 [ 26120] By: steveh                                on 2005/11/14  09:39:48
2216         Log: Subject: [PATCH] Compress::Zlib
2217              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2218              Date: Sun, 13 Nov 2005 17:09:08 -0000
2219              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
2220      Branch: perl
2221            ! ext/Compress/Zlib/Zlib.pm
2222            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
2223            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
2224            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
2225            ! ext/Compress/Zlib/t/09gziphdr.t
2226 ____________________________________________________________________________
2227 [ 26119] By: steveh                                on 2005/11/14  09:39:02
2228         Log: Fix code-before-declaration in boot_Storable added by 26107
2229      Branch: perl
2230            ! ext/Storable/Storable.xs
2231 ____________________________________________________________________________
2232 [ 26118] By: stevep                                on 2005/11/14  01:13:16
2233         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
2234              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2235              Date: Sun, 13 Nov 2005 16:00:49 -0800
2236              Message-ID: <20051114000049.GA7676@efn.org>
2237      Branch: perl
2238            ! utils/perlbug.PL
2239 ____________________________________________________________________________
2240 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
2241         Log: Fix breakages that prevended -DPERL_POISON from compiling.
2242      Branch: perl
2243            ! handy.h sv.h
2244 ____________________________________________________________________________
2245 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
2246         Log: Integrate:
2247              [ 26108]
2248              BEGIN blocks should start a new stack, as they can be called as a
2249              side effect of "regular" Perl API calls within subroutines that have
2250              already cached the current stack's address. If they don't, any stack
2251              extension during the call may move the stack, rendering that cached
2252              value invalid without the cachee realising. (For example, PP code
2253              calling gv_fetchpv() which triggers a load of Errno.pm)
2254      Branch: perl
2255           !> op.c
2256 ____________________________________________________________________________
2257 [ 26107] By: stevep                                on 2005/11/13  00:40:25
2258         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
2259              From: Gisle Aas <gisle@ActiveState.com>
2260              Date: 12 Nov 2005 13:13:23 -0800
2261              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
2262      Branch: perl
2263            + ext/Storable/t/file_magic.t
2264            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
2265            ! ext/Storable/Storable.xs
2266 ____________________________________________________________________________
2267 [ 26103] By: stevep                                on 2005/11/12  20:44:16
2268         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
2269              into the module release, I bumped the version number and added the
2270              missing code.
2271      Branch: perl
2272            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
2273 ____________________________________________________________________________
2274 [ 26101] By: stevep                                on 2005/11/12  19:46:18
2275         Log: Subject: [perl #37657] segfault with binmode ":pop"
2276              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2277              Date: Fri, 11 Nov 2005 06:36:20 -0800
2278              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
2279      Branch: perl
2280            ! perlio.c
2281 ____________________________________________________________________________
2282 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
2283         Log: Make B's tests skip correctly when PerlIO is not configured.
2284      Branch: perl
2285            ! ext/B/t/concise-xs.t ext/B/t/concise.t
2286 ____________________________________________________________________________
2287 [ 26099] By: stevep                                on 2005/11/12  16:59:49
2288         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
2289              From: Andy Lester <andy@petdance.com>
2290              Date: Fri, 11 Nov 2005 17:20:30 -0600
2291              Message-ID: <20051111232030.GA882@petdance.com>
2292      Branch: perl
2293            ! mathoms.c perl.c
2294 ____________________________________________________________________________
2295 [ 26096] By: stevep                                on 2005/11/12  15:41:09
2296         Log: Andy Lester maintains Locale::Maketext now.
2297      Branch: perl
2298            ! Porting/Maintainers.pl
2299 ____________________________________________________________________________
2300 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
2301         Log: Change 26063 got one conditional the wrong way round.
2302      Branch: perl
2303            ! ext/B/B/Bytecode.pm
2304 ____________________________________________________________________________
2305 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
2306         Log: Make the removal of references to AvFLAGS in the B modules conditional
2307              on perl version.
2308      Branch: perl
2309            ! ext/B/B/C.pm ext/B/B/Debug.pm
2310 ____________________________________________________________________________
2311 [ 26090] By: stevep                                on 2005/11/11  22:47:06
2312         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
2313              Netdb_host_t is a macro that for a const pointer.
2314      Branch: perl
2315            ! pp_sys.c
2316 ____________________________________________________________________________
2317 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
2318         Log: 26085 was wrong. Undo it.
2319              (I suspect that I got this wrong because more changes have been made
2320              in blead subsequent to the change I was attempting to merge in, and
2321              and jiggled around with the number of tests)
2322      Branch: perl
2323            ! ext/B/t/concise-xs.t
2324 ____________________________________________________________________________
2325 [ 26088] By: stevep                                on 2005/11/11  16:44:39
2326         Log: Subject: [PATCH] DB_File 1.814
2327              From: Paul Marquess <Paul.Marquess@ntlworld.com>
2328              Date: Fri, 11 Nov 2005 12:09:55 -0000
2329              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
2330      Branch: perl
2331            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2332            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2333 ____________________________________________________________________________
2334 [ 26087] By: stevep                                on 2005/11/11  16:17:03
2335         Log: Subject: [PATCH] Storable 0.1 compatibility
2336              From: Gisle Aas <gisle@ActiveState.com> 
2337              Date: 11 Nov 2005 05:42:29 -0800 
2338              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
2339              
2340              Also added an entry in the main MANIFEST file for the new test and 
2341              a version bump in Storable.pm.
2342      Branch: perl
2343            + ext/Storable/t/compat01.t
2344            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
2345            ! ext/Storable/Storable.xs
2346 ____________________________________________________________________________
2347 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
2348         Log: Correct the version-dependant expression for the number of tests, as it
2349              is now giving the wrong number for 5.8.x
2350      Branch: perl
2351            ! ext/B/t/concise-xs.t
2352 ____________________________________________________________________________
2353 [ 26082] By: stevep                                on 2005/11/11  04:55:56
2354         Log: Subject: [PATCH] Const & local: Special Victims Unit
2355              From: Andy Lester <andy@petdance.com>
2356              Date: Thu, 10 Nov 2005 22:47:00 -0600
2357              Message-ID: <20051111044700.GA24161@petdance.com>
2358      Branch: perl
2359            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
2360            ! util.c
2361 ____________________________________________________________________________
2362 [ 26081] By: stevep                                on 2005/11/11  03:27:35
2363         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
2364      Branch: perl
2365            ! ext/Encode/Encode.pm
2366 ____________________________________________________________________________
2367 [ 26080] By: stevep                                on 2005/11/11  03:18:11
2368         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
2369      Branch: perl
2370            ! lib/English.pm
2371 ____________________________________________________________________________
2372 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
2373         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
2374              From: Dominic Dunlop <domo@computer.org>
2375              Date: Thu, 10 Nov 2005 18:10:00 +0100
2376              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
2377      Branch: perl
2378            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
2379 ____________________________________________________________________________
2380 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
2381         Log: Patch by Ilya Zakharevich to give more meaningful error
2382              messages from if.pm when invoked with a condition in list
2383              context. Also bump if's VERSION.
2384      Branch: perl
2385            ! lib/if.pm
2386 ____________________________________________________________________________
2387 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
2388         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
2389              (that is, before embed.h, that uses this symbol, is included)
2390      Branch: perl
2391            ! perl.h
2392 ____________________________________________________________________________
2393 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
2394         Log: Subject: [perl #35847] File::Find not performing as documented 
2395              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
2396              Date: 17 May 2005 10:40:08 -0000
2397              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
2398      Branch: perl
2399            ! lib/File/Find.pm
2400 ____________________________________________________________________________
2401 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
2402         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
2403              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2404              Date: Thu, 10 Nov 2005 04:31:39 -0800
2405              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
2406      Branch: perl
2407            ! perlio.c
2408 ____________________________________________________________________________
2409 [ 26074] By: stevep                                on 2005/11/10  12:22:43
2410         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
2411              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
2412              Date: Tue, 01 Nov 2005 15:22:45 -0800
2413              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
2414      Branch: perl
2415            ! utils/h2ph.PL
2416 ____________________________________________________________________________
2417 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
2418         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
2419              From: Steven Schubiger <schubiger@cpan.org>
2420              Date: Mon, 31 Oct 2005 22:48:27 +0100
2421              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
2422      Branch: perl
2423            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
2424            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
2425            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
2426            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
2427            ! pod/perlxs.pod
2428 ____________________________________________________________________________
2429 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
2430         Log: Really apply change #26071.
2431      Branch: perl
2432            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
2433            ! wince/config_sh.PL
2434 ____________________________________________________________________________
2435 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
2436         Log: Subject: [PATCH @26062] wince patch
2437              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
2438              Date: Wed, 9 Nov 2005 20:22:52 +0300 
2439              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
2440      Branch: perl
2441            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
2442            ! wince/config_sh.PL
2443 ____________________________________________________________________________
2444 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
2445         Log: Add tests for two untested syntax error messages about \N
2446      Branch: perl
2447            ! t/comp/parser.t
2448 ____________________________________________________________________________
2449 [ 26069] By: steveh                                on 2005/11/10  08:41:53
2450         Log: Make Perl_seed public
2451              
2452              Fixes Win32 linker error in List::Util introduced by change #26054
2453      Branch: perl
2454            ! embed.fnc embed.h global.sym
2455 ____________________________________________________________________________
2456 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
2457         Log: Subject: [PATCH] blead@26052 Symbian update
2458              From: <jarkko.hietaniemi@nokia.com>
2459              Date: Wed, 9 Nov 2005 17:45:07 +0200
2460              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
2461      Branch: perl
2462            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
2463            ! symbian/sdk.pl symbian/sisify.pl
2464 ____________________________________________________________________________
2465 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
2466         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
2467              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
2468              Fixed by opening with :bytes.
2469      Branch: perl
2470            ! ext/Encode/t/perlio.t
2471 ____________________________________________________________________________
2472 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
2473         Log: I/O is UTF-8, not "UNICODE"
2474      Branch: perl
2475            ! t/io/layers.t
2476 ____________________________________________________________________________
2477 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
2478         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
2479              change 25925 had the side effect of breaking t/io/utf8.t
2480              Fixed by adding the missing binmode()s.
2481      Branch: perl
2482            ! t/io/utf8.t
2483 ____________________________________________________________________________
2484 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
2485         Log: Better diagnostics from io/utf8.t
2486      Branch: perl
2487            ! t/io/utf8.t
2488 ____________________________________________________________________________
2489 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
2490         Log: Make the Bytecode changes conditional on perl version.
2491      Branch: perl
2492            ! ext/B/B/Bytecode.pm
2493 ____________________________________________________________________________
2494 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
2495         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
2496              From: Graham Barr <gbarr@pobox.com>
2497              Date: Wed, 9 Nov 2005 06:09:48 -0600
2498              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
2499      Branch: perl
2500            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
2501            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
2502            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
2503            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
2504            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
2505            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
2506            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
2507            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
2508            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
2509 ____________________________________________________________________________
2510 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
2511         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
2512              case.
2513      Branch: perl
2514            ! op.c
2515 ____________________________________________________________________________
2516 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
2517         Log: Add a comment about possible future refactoring of the pad code.
2518      Branch: perl
2519            ! pad.c
2520 ____________________________________________________________________________
2521 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
2522         Log: Remove superfluous strlen() from pp_require().
2523      Branch: perl
2524            ! pp_ctl.c
2525 ____________________________________________________________________________
2526 [ 26058] By: stevep                                on 2005/11/09  10:45:57
2527         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
2528      Branch: perl
2529            ! perl.c
2530 ____________________________________________________________________________
2531 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
2532         Log: Don't declare a function inside another function
2533      Branch: perl
2534            ! perl.c
2535 ____________________________________________________________________________
2536 [ 26056] By: merijn                                on 2005/11/09  09:54:28
2537         Log: Subject: Configure setting patchlevel broken
2538              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2539              Date: Fri, 14 Oct 2005 00:33:29 -0700
2540              Message-ID: <20051014073329.GA3236@efn.org>
2541      Branch: perl
2542            ! Configure
2543 ____________________________________________________________________________
2544 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
2545         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
2546              From: Robin Houston <robin@cpan.org>
2547              Date: Tue, 8 Nov 2005 19:02:34 +0000
2548              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
2549      Branch: perl
2550            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
2551            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
2552            ! ext/List/Util/t/reduce.t pod/perlcall.pod
2553 ____________________________________________________________________________
2554 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
2555         Log: Subject: patch@26052 - compile rule for mathoms.c
2556              From: "John E. Malmberg" <wb8tyw@qsl.net>
2557              Date: Tue, 08 Nov 2005 23:09:03 -0500
2558              Message-ID: <4371765F.1000900@qsl.net>
2559      Branch: perl
2560            ! vms/descrip_mms.template
2561 ____________________________________________________________________________
2562 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
2563         Log: It helps to actually *remove* the now-superfluous strlen().
2564              (An addendum to 26050.)
2565      Branch: perl
2566            ! toke.c
2567 ____________________________________________________________________________
2568 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
2569         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
2570              function makes the object code slightly smaller.
2571      Branch: perl
2572            ! util.c
2573 ____________________________________________________________________________
2574 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
2575         Log: Eliminate some unnecessary strlen()s
2576      Branch: perl
2577            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
2578 ____________________________________________________________________________
2579 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
2580         Log: Eliminate duplicate strlen()s by explicitly calling it.
2581              Note two places for future audit with FIXME.
2582              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
2583      Branch: perl
2584            ! pp_ctl.c
2585 ____________________________________________________________________________
2586 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
2587         Log: 3 calls to strlen() we can avoid.
2588      Branch: perl
2589            ! doio.c
2590 ____________________________________________________________________________
2591 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
2592         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
2593              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2594              Date: Tue, 8 Nov 2005 08:46:42 -0800
2595              Message-ID: <20051108164642.GD7972@efn.org>
2596      Branch: perl
2597            ! pod/perl561delta.pod pod/perl56delta.pod
2598 ____________________________________________________________________________
2599 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
2600         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
2601              its presence changes structure sizes.
2602      Branch: perl
2603            ! perl.c
2604 ____________________________________________________________________________
2605 [ 26045] By: stevep                                on 2005/11/08  14:24:39
2606         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2607              Subject: Re: A surprising segfault
2608              Date: Tue, 08 Nov 2005 23:36:13 +0900
2609              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
2610      Branch: perl
2611            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
2612 ____________________________________________________________________________
2613 [ 26044] By: steveh                                on 2005/11/08  10:16:56
2614         Log: Remove an unused variable left over from change #26041
2615      Branch: perl
2616            ! win32/win32.c
2617 ____________________________________________________________________________
2618 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
2619         Log: Subject: Re: C<undef %::> considered harmful
2620              From: Benjamin Sugars <bsugars@canoe.ca>
2621              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
2622              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
2623              
2624              except the part that increases the refcount of PL_stderrgv, already
2625              fixed separately.
2626      Branch: perl
2627            ! perl.c
2628 ____________________________________________________________________________
2629 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
2630         Log: Upgrade to CPAN 1.76_65
2631      Branch: perl
2632            - lib/CPAN/Admin.pm
2633            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
2634            ! lib/CPAN/t/version.t
2635 ____________________________________________________________________________
2636 [ 26041] By: merijn                                on 2005/11/08  06:29:56
2637         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
2638              From: "Jan Dubois" <jand@ActiveState.com>
2639              Date: Mon, 7 Nov 2005 20:39:02 -0800
2640              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
2641      Branch: perl
2642            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
2643            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
2644 ____________________________________________________________________________
2645 [ 26040] By: stevep                                on 2005/11/08  00:41:51
2646         Log: Updated perldiag.pod entry for "Can't use subscript..."
2647      Branch: perl
2648            ! pod/perldiag.pod
2649 ____________________________________________________________________________
2650 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
2651         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
2652              of the 4. Not that any are that popular.)
2653      Branch: perl
2654            ! mathoms.c opcode.h opcode.pl pp.c
2655 ____________________________________________________________________________
2656 [ 26038] By: stevep                                on 2005/11/07  18:35:47
2657         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
2658              From: shouldbedomo@mac.com (Dominic Dunlop)
2659              Date: Mon, 7 Nov 2005 18:24:50 +0100
2660              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
2661              
2662              README.macosx updates
2663      Branch: perl
2664            ! README.macosx
2665 ____________________________________________________________________________
2666 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
2667         Log: s/Nick Clark/Nicholas Clark/
2668      Branch: perl
2669            ! Changes Changes5.8 doio.c t/op/lc.t
2670 ____________________________________________________________________________
2671 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
2672         Log: For each test function, test it as is, and with extra data appended
2673              after each test character.
2674      Branch: perl
2675            ! t/uni/case.pl
2676 ____________________________________________________________________________
2677 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
2678         Log: The rarely used lcfirst and ucfirst share almost all their code.
2679              Merge the two as pp_ucfirst.
2680      Branch: perl
2681            ! mathoms.c opcode.h opcode.pl pp.c
2682 ____________________________________________________________________________
2683 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
2684         Log: Fix bug #37628 (both lcfirst and ucfirst)
2685      Branch: perl
2686            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
2687 ____________________________________________________________________________
2688 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
2689         Log: Subject: [PATCH] Cleaning up x2p directory
2690              From: Andy Lester <andy@petdance.com>
2691              Date: Fri, 4 Nov 2005 15:13:55 -0600
2692              Message-ID: <20051104211355.GB12651@petdance.com>
2693      Branch: perl
2694            - x2p/proto.h
2695            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
2696            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
2697            ! x2p/util.h x2p/walk.c
2698 ____________________________________________________________________________
2699 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
2700         Log: Subject: [PATCH] Missing static declarations 
2701              From: Gisle Aas <gisle@ActiveState.com>
2702              Date: 05 Nov 2005 05:08:03 -0800
2703              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
2704      Branch: perl
2705            ! genpacksizetables.pl pp_pack.c
2706 ____________________________________________________________________________
2707 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
2708         Log: Remove CPAN.pm's META.yml.
2709              Add CPAN.pm's SIGNATURE in MANIFEST.
2710      Branch: perl
2711            - lib/CPAN/META.yml
2712            ! MANIFEST
2713 ____________________________________________________________________________
2714 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
2715         Log: Subject: [PATCH] Symbian update blead@26025
2716              From: <jarkko.hietaniemi@nokia.com>
2717              Date: Mon, 7 Nov 2005 13:32:15 +0200
2718              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
2719      Branch: perl
2720            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
2721            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
2722            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
2723            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
2724            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
2725            + symbian/ext/Moped/Msg/bld.inf
2726            + symbian/ext/Moped/Msg/location.pl
2727            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
2728            - symbian/PerlAppUIQ.rss
2729            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
2730            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
2731            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
2732            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
2733            ! symbian/symbian_utils.cpp symbian/symbianish.h
2734            ! symbian/xsbuild.pl
2735 ____________________________________________________________________________
2736 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
2737         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
2738      Branch: perl
2739            + lib/CPAN/Admin.pm
2740            ! MANIFEST
2741 ____________________________________________________________________________
2742 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
2743         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
2744              From: Andy Lester <andy@petdance.com>
2745              Date: Fri, 4 Nov 2005 15:12:56 -0600
2746              Message-ID: <20051104211256.GA12651@petdance.com>
2747      Branch: perl
2748            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
2749            ! universal.c utf8.c util.c
2750 ____________________________________________________________________________
2751 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
2752         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
2753              From: "Chris Heath via RT" <perlbug-followup@perl.org>
2754              Date: Sun, 06 Nov 2005 20:08:05 -0800
2755              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
2756      Branch: perl
2757            ! cop.h
2758 ____________________________________________________________________________
2759 [ 26026] By: merijn                                on 2005/11/07  08:14:59
2760         Log: Subject: [PATCH] follow up on 25969 for VMS
2761              From: Abe Timmerman <abe@ztreet.demon.nl>
2762              Date: Sat, 5 Nov 2005 13:29:58 +0200
2763              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
2764      Branch: perl
2765            ! vms/vms.c vms/vmsish.h
2766 ____________________________________________________________________________
2767 [ 26025] By: stevep                                on 2005/11/07  03:42:53
2768         Log: Added note to README.macosx regarding failures from broken locale
2769              files.
2770      Branch: perl
2771            ! README.macosx
2772 ____________________________________________________________________________
2773 [ 26024] By: stevep                                on 2005/11/07  02:58:31
2774         Log: Fix documentation for gmtime().
2775      Branch: perl
2776            ! pod/perlfunc.pod
2777 ____________________________________________________________________________
2778 [ 26023] By: stevep                                on 2005/11/06  20:18:23
2779         Log: Upgrade to CPAN-1.76_61
2780      Branch: perl
2781            + lib/CPAN/PAUSE2005.pub
2782            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
2783            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
2784            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
2785            ! lib/CPAN/t/version.t
2786 ____________________________________________________________________________
2787 [ 26022] By: stevep                                on 2005/11/06  19:16:54
2788         Log: Nits in the pp_defined code spotted by Jarkko.
2789      Branch: perl
2790            ! pp_hot.c
2791 ____________________________________________________________________________
2792 [ 26021] By: stevep                                on 2005/11/06  18:38:02
2793         Log: Upgrade to Time-HiRes-1.82
2794      Branch: perl
2795            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2796            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
2797            ! ext/Time/HiRes/t/HiRes.t
2798 ____________________________________________________________________________
2799 [ 26020] By: merijn                                on 2005/11/06  07:23:15
2800         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
2801              From: "John E. Malmberg" <wb8tyw@qsl.net>
2802              Date: Sat, 05 Nov 2005 21:28:33 -0500
2803              Message-ID: <436D6A51.5040700@qsl.net>
2804      Branch: perl
2805            ! configure.com
2806 ____________________________________________________________________________
2807 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
2808         Log: Make the 5.9 changes to B conditional on perl version.
2809      Branch: perl
2810            ! ext/B/B.pm ext/B/B.xs
2811 ____________________________________________________________________________
2812 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
2813         Log: '[at]' should be '@'
2814              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
2815      Branch: perl
2816            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
2817            ! lib/CPAN/t/version.t
2818 ____________________________________________________________________________
2819 [ 26017] By: stevep                                on 2005/11/05  14:49:11
2820         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
2821              is passed in.
2822      Branch: perl
2823            ! pp_hot.c
2824 ____________________________________________________________________________
2825 [ 26016] By: stevep                                on 2005/11/05  13:44:10
2826         Log: Upgrade to CPAN-1.76_60.
2827      Branch: perl
2828            + lib/CPAN/Version.pm lib/CPAN/t/version.t
2829            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
2830            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
2831 ____________________________________________________________________________
2832 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
2833         Log: Allow passing of the full enum name into the tryAMAGICbin family of
2834              macros, to avoid needing C pre-processor string concatenation within
2835              the lowest level expansion.
2836      Branch: perl
2837            ! pp.c pp.h
2838 ____________________________________________________________________________
2839 [ 26014] By: stevep                                on 2005/11/05  12:55:47
2840         Log: Upgrade to Time-HiRes-1.81
2841      Branch: perl
2842            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2843            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
2844 ____________________________________________________________________________
2845 [ 26013] By: merijn                                on 2005/11/05  11:38:32
2846         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
2847              From: Abe Timmerman <abe@ztreet.demon.nl>
2848              Date: Sat, 5 Nov 2005 11:26:33 +0200
2849              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
2850      Branch: perl
2851            ! configure.com
2852 ____________________________________________________________________________
2853 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
2854         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
2855              (noticed by Robin Houston)
2856      Branch: perl
2857            ! pod/perlcall.pod
2858 ____________________________________________________________________________
2859 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
2860         Log: Subject: Re: A surprising segfault
2861              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2862              Date: Nov 5, 2005 5:54 AM
2863              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
2864      Branch: perl
2865            ! pp.c pp_sort.c pp_sys.c
2866 ____________________________________________________________________________
2867 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
2868         Log: dorassign doesn't need --SP;
2869      Branch: perl
2870            ! pp_hot.c
2871 ____________________________________________________________________________
2872 [ 26009] By: davem                                 on 2005/11/05  01:57:23
2873         Log: pp_print didn't extend the stack before pushing its return value
2874      Branch: perl
2875            ! pp_hot.c
2876 ____________________________________________________________________________
2877 [ 26008] By: stevep                                on 2005/11/05  01:39:51
2878         Log: Typos in opcode.pl this time.
2879      Branch: perl
2880            ! opcode.h opcode.pl
2881 ____________________________________________________________________________
2882 [ 26007] By: stevep                                on 2005/11/05  01:36:17
2883         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
2884              pp_or, and pp_defined, respectively.
2885      Branch: perl
2886            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
2887 ____________________________________________________________________________
2888 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
2889         Log: s/printf/my_printf/ because we're using the return value.
2890              My mistake spotted by Gisle.
2891      Branch: perl
2892            ! regcomp.c
2893 ____________________________________________________________________________
2894 [ 26005] By: stevep                                on 2005/11/04  21:41:43
2895         Log: s/pp_dor/pp_defined/
2896      Branch: perl
2897            ! mathoms.c
2898 ____________________________________________________________________________
2899 [ 26004] By: stevep                                on 2005/11/04  21:39:44
2900         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
2901              This change has also caused pp_defined to be promoted to being a hot
2902              op.
2903      Branch: perl
2904            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
2905 ____________________________________________________________________________
2906 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
2907         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
2908      Branch: perl
2909            ! sv.c
2910 ____________________________________________________________________________
2911 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
2912         Log: You can't there from here. (Dead code in sv_2pv_flags)
2913      Branch: perl
2914            ! sv.c
2915 ____________________________________________________________________________
2916 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
2917         Log: Use the return value from sprintf().
2918      Branch: perl
2919            ! regcomp.c taint.c universal.c util.c
2920 ____________________________________________________________________________
2921 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
2922         Log: pp_semop can fit within Perl_pp_shmwrite().
2923      Branch: perl
2924            ! mathoms.c opcode.h opcode.pl pp_sys.c
2925 ____________________________________________________________________________
2926 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
2927         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
2928              which is actually already 50% syswrite.
2929      Branch: perl
2930            ! mathoms.c opcode.h opcode.pl pp_sys.c
2931 ____________________________________________________________________________
2932 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
2933         Log: Revert patch #25993.
2934      Branch: perl
2935            ! regexec.c t/op/pat.t
2936 ____________________________________________________________________________
2937 [ 25997] By: steveh                                on 2005/11/04  17:23:49
2938         Log: Fix a Win32 linker error following change #25972
2939      Branch: perl
2940            ! pp_sys.c
2941 ____________________________________________________________________________
2942 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
2943         Log: Subject: [PATCH] use clearenv if available
2944              From: Alan Burlison <Alan.Burlison@sun.com>
2945              Date: Fri, 04 Nov 2005 16:33:30 +0000
2946              Message-ID: <436B8D5A.4010502@sun.com>
2947      Branch: perl
2948            ! embed.fnc embed.h mg.c proto.h sv.c util.c
2949 ____________________________________________________________________________
2950 [ 25995] By: merijn                                on 2005/11/04  16:30:03
2951         Log: Subject: Re: futimes [PATCH]
2952              From: Steve Peters <steve@fisharerojo.org>
2953              Date: Fri, 4 Nov 2005 09:00:25 -0600
2954              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
2955      Branch: perl
2956            ! Configure
2957 ____________________________________________________________________________
2958 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
2959         Log: Subject: [perl #19049] Incorrect $` after replacement
2960              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2961              Date: Fri, 04 Nov 2005 08:17:25 +0100
2962              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
2963      Branch: perl
2964            ! regexec.c t/op/pat.t
2965 ____________________________________________________________________________
2966 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
2967         Log: Subject: Re: [PATCH] sort/multicall patch
2968              From: Robin Houston <robin@cpan.org>
2969              Date: Fri, 4 Nov 2005 15:20:29 +0000
2970              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
2971      Branch: perl
2972            ! pp_ctl.c t/op/sort.t
2973 ____________________________________________________________________________
2974 [ 25991] By: stevep                                on 2005/11/04  15:10:44
2975         Log: Subject: Re: Configure -Dno_mathoms
2976              From: gisle@ActiveState.com (Gisle Aas)
2977              Date: 01 Nov 2005 03:27:49 -0800
2978              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
2979      Branch: perl
2980            ! mathoms.c perl.c
2981 ____________________________________________________________________________
2982 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
2983         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
2984              "Perfection is achieved not when there's nothing more to add,
2985              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
2986      Branch: perl
2987            ! mathoms.c opcode.h opcode.pl pp_sys.c
2988 ____________________________________________________________________________
2989 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
2990         Log: Once more, with feeling.
2991              [Mmm, has someone been swapping the coffee for decaf?]
2992              [Actual cause - make sure the edited version of the file is in the
2993              correct directory]
2994      Branch: perl
2995            ! pod/perldiag.pod
2996 ____________________________________________________________________________
2997 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
2998         Log: Meta-oops. Change 25987 was not the change you were looking for.
2999      Branch: perl
3000            ! pod/perldiag.pod
3001 ____________________________________________________________________________
3002 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
3003         Log: Oops. This new panic was meant to be added to the documented
3004              diagnostics.
3005      Branch: perl
3006            ! pod/perldiag.pod
3007 ____________________________________________________________________________
3008 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
3009         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
3010              with Perl_pp_ftrread().
3011      Branch: perl
3012            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
3013            ! pp_sys.c
3014 ____________________________________________________________________________
3015 [ 25985] By: stevep                                on 2005/11/04  12:02:51
3016         Log: Upgrade to Time-HiRes-1.80
3017      Branch: perl
3018            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3019            ! ext/Time/HiRes/HiRes.xs
3020 ____________________________________________________________________________
3021 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
3022         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
3023      Branch: perl
3024            ! pp_sys.c
3025 ____________________________________________________________________________
3026 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
3027         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
3028              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
3029              with the other 3 implemented in terms of it.
3030      Branch: perl
3031            ! pp_sys.c
3032 ____________________________________________________________________________
3033 [ 25982] By: merijn                                on 2005/11/04  09:16:53
3034         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
3035              From: Andy Lester <andy@petdance.com>
3036              Date: Fri, 4 Nov 2005 00:37:54 -0600
3037              Message-ID: <20051104063753.GA3863@petdance.com>
3038      Branch: perl
3039            ! pp_sys.c
3040 ____________________________________________________________________________
3041 [ 25981] By: stevep                                on 2005/11/04  00:10:21
3042         Log: Upgrade to Time-HiRes 1.79
3043      Branch: perl
3044            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3045            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
3046 ____________________________________________________________________________
3047 [ 25980] By: stevep                                on 2005/11/03  21:23:48
3048         Log: Reverting the reversion.  va_end() goes with va_start().
3049      Branch: perl
3050            ! mg.c
3051 ____________________________________________________________________________
3052 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
3053         Log: Fix test failures introduced by the change of flags on op_sort
3054      Branch: perl
3055            ! ext/B/t/f_sort.t
3056 ____________________________________________________________________________
3057 [ 25978] By: stevep                                on 2005/11/03  20:28:20
3058         Log: Upgrade to Time-HiRes-1.78
3059      Branch: perl
3060            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3061            ! ext/Time/HiRes/t/HiRes.t
3062 ____________________________________________________________________________
3063 [ 25977] By: stevep                                on 2005/11/03  17:27:58
3064         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
3065              was that line about Jenga again?
3066      Branch: perl
3067            ! mg.c
3068 ____________________________________________________________________________
3069 [ 25976] By: stevep                                on 2005/11/03  17:14:17
3070         Log: Missing va_end(args) from SA_SIGINFO related code.
3071      Branch: perl
3072            ! mg.c
3073 ____________________________________________________________________________
3074 [ 25975] By: stevep                                on 2005/11/03  16:00:12
3075         Log: Test for the right signal should use the constant for that signal.
3076      Branch: perl
3077            ! ext/POSIX/t/sigaction.t
3078 ____________________________________________________________________________
3079 [ 25974] By: stevep                                on 2005/11/03  15:07:26
3080         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
3081      Branch: perl
3082            ! t/io/fs.t
3083 ____________________________________________________________________________
3084 [ 25973] By: stevep                                on 2005/11/03  14:56:25
3085         Log: More core test cleanups.  Mainly fixes to remove code that caused 
3086              warnings, but there were a few bug fixes that were hidden by 
3087              no using warnings.
3088      Branch: perl
3089            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
3090            ! t/io/read.t t/io/tell.t
3091 ____________________________________________________________________________
3092 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
3093         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
3094              but the actual finished code is not as bad as it seems.
3095      Branch: perl
3096            ! mathoms.c opcode.h opcode.pl pp_sys.c
3097 ____________________________________________________________________________
3098 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
3099         Log: Document some bogus compiler warnings in README.solaris
3100              
3101              Subject: Re: Why is malloc_wrap now the default?
3102              From: Alan Burlison <Alan.Burlison@sun.com>
3103              Date: Thu, 03 Nov 2005 12:54:16 +0000
3104              Message-ID: <436A0878.1030703@sun.com>
3105      Branch: perl
3106            ! README.solaris
3107 ____________________________________________________________________________
3108 [ 25970] By: stevep                                on 2005/11/03  11:37:31
3109         Log: Upgrade to Time-HiRes-1.77
3110      Branch: perl
3111            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3112            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3113            ! ext/Time/HiRes/fallback/const-c.inc
3114            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
3115 ____________________________________________________________________________
3116 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
3117         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
3118              ingroup() is a boolean flag, not a GID or UID.
3119      Branch: perl
3120            ! doio.c embed.fnc proto.h
3121 ____________________________________________________________________________
3122 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
3123         Log: Avoiding source code duplication for the lstat() on filehandle %s
3124              warning also makes the object code slightly smaller.
3125      Branch: perl
3126            ! pp_sys.c
3127 ____________________________________________________________________________
3128 [ 25967] By: stevep                                on 2005/11/03  02:09:30
3129         Log: Clean up some test files.
3130      Branch: perl
3131            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
3132            ! t/io/through.t
3133 ____________________________________________________________________________
3134 [ 25966] By: stevep                                on 2005/11/03  01:45:45
3135         Log: Make harness warning-free when running with -Mdiagnostics
3136      Branch: perl
3137            ! t/harness
3138 ____________________________________________________________________________
3139 [ 25965] By: stevep                                on 2005/11/02  22:37:48
3140         Log: Test case should not execute /no_such_process if it does exist.
3141      Branch: perl
3142            ! t/io/pipe.t
3143 ____________________________________________________________________________
3144 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
3145         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
3146      Branch: perl
3147            ! mathoms.c opcode.h opcode.pl pp_sys.c
3148 ____________________________________________________________________________
3149 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
3150         Log: Move the conditonal compiles that report absence of kill and chown
3151              from pp_kill() and pp_chown() into apply().
3152      Branch: perl
3153            ! doio.c pp_sys.c
3154 ____________________________________________________________________________
3155 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
3156         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
3157      Branch: perl
3158            ! mathoms.c opcode.h opcode.pl pp_sys.c
3159 ____________________________________________________________________________
3160 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
3161         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
3162              Perl_pp_ftrowned
3163      Branch: perl
3164            ! mathoms.c opcode.h opcode.pl pp_sys.c
3165 ____________________________________________________________________________
3166 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
3167         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
3168              flag that it needed a target (OP_FTIS)
3169      Branch: perl
3170            ! pp_sys.c
3171 ____________________________________________________________________________
3172 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
3173         Log: Correct error in 25958 for threaded builds.
3174      Branch: perl
3175            ! mathoms.c
3176 ____________________________________________________________________________
3177 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
3178         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
3179      Branch: perl
3180            ! mathoms.c opcode.h opcode.pl pp_sys.c
3181 ____________________________________________________________________________
3182 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
3183         Log: Remove last sort test, that was failing with and without threads.
3184              Silence some warnings.
3185      Branch: perl
3186            ! t/op/sort.t
3187 ____________________________________________________________________________
3188 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
3189         Log: Adjust test count
3190      Branch: perl
3191            ! ext/B/t/concise-xs.t
3192 ____________________________________________________________________________
3193 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
3194         Log: Add missing file from change 25953
3195      Branch: perl
3196            + ext/List/Util/multicall.h
3197 ____________________________________________________________________________
3198 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
3199         Log: Regen headers
3200      Branch: perl
3201            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
3202 ____________________________________________________________________________
3203 [ 25953] By: merijn                                on 2005/11/02  12:49:54
3204         Log: Subject: [PATCH] sort/multicall patch
3205              From: Robin Houston <robin@cpan.org>
3206              Date: Sat, 29 Oct 2005 21:33:07 +0100
3207              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
3208      Branch: perl
3209            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
3210            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3211            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
3212            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
3213            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
3214            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
3215            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
3216            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
3217            ! thrdvar.h
3218 ____________________________________________________________________________
3219 [ 25952] By: steveh                                on 2005/11/02  09:41:25
3220         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
3221              From: "Paul Marquess" <paul.marquess@ntlworld.com>
3222              Date: Tue, 1 Nov 2005 17:05:38 -0000
3223              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
3224      Branch: perl
3225            ! t/op/stat.t win32/win32.c
3226 ____________________________________________________________________________
3227 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
3228         Log: Subject: Re: futimes [PATCH]
3229              From: Gisle Aas <gisle@ActiveState.com>
3230              Date: 01 Nov 2005 00:02:37 -0800
3231              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
3232      Branch: perl
3233            ! t/io/fs.t
3234 ____________________________________________________________________________
3235 [ 25950] By: stevep                                on 2005/11/02  04:59:47
3236         Log: Ambiguous test cases may be hazardous to your health.
3237      Branch: perl
3238            ! t/op/list.t
3239 ____________________________________________________________________________
3240 [ 25949] By: stevep                                on 2005/11/02  04:54:52
3241         Log: Lowercase barewords considered harmful to your health.
3242      Branch: perl
3243            ! t/io/fs.t
3244 ____________________________________________________________________________
3245 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
3246         Log: Subject: [PATCH] perlio.c consting
3247              From: Andy Lester <andy@petdance.com>
3248              Date: Oct 31, 2005 6:54 PM
3249              Message-ID: <20051031175411.GA18480@petdance.com>
3250      Branch: perl
3251            ! op.c perlio.c
3252 ____________________________________________________________________________
3253 [ 25947] By: steveh                                on 2005/11/01  17:20:18
3254         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
3255      Branch: perl
3256            ! perl.h
3257 ____________________________________________________________________________
3258 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
3259         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
3260      Branch: perl
3261            ! embed.fnc embed.h proto.h
3262 ____________________________________________________________________________
3263 [ 25945] By: steveh                                on 2005/11/01  10:33:48
3264         Log: Make PerlLIOUtime()'s filename const
3265              
3266              Fixes a warning brought about by change #25941 (which made the
3267              filename argument const).
3268              The various implementations of PerlLIOUtime() (in NetWare/, win32/
3269              and wince/) already take a const filename.
3270      Branch: perl
3271            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
3272            ! win32/perlhost.h wince/perlhost.h
3273 ____________________________________________________________________________
3274 [ 25944] By: steveh                                on 2005/11/01  08:45:09
3275         Log: Fix nit in pod nit fix
3276      Branch: perl
3277            ! pod/perlhack.pod
3278 ____________________________________________________________________________
3279 [ 25943] By: steveh                                on 2005/11/01  08:39:32
3280         Log: Update win32 config files w.r.t. change #25935
3281      Branch: perl
3282            ! win32/config.bc win32/config.gc win32/config.vc
3283            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
3284            ! win32/config_H.vc win32/config_H.vc64
3285 ____________________________________________________________________________
3286 [ 25942] By: stevep                                on 2005/10/31  23:46:01
3287         Log: Upgrade to DB_File 1.813.
3288      Branch: perl
3289            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3290            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
3291 ____________________________________________________________________________
3292 [ 25941] By: merijn                                on 2005/10/31  22:15:01
3293         Log: Subject: futimes [PATCH]
3294              From: Gisle Aas <gisle@ActiveState.com>
3295              Date: 31 Oct 2005 13:53:53 -0800
3296              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
3297      Branch: perl
3298            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
3299 ____________________________________________________________________________
3300 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
3301         Log: All the ops that are simply C<return some_other_op();> can be bypassed
3302              in the op dispatch table, and the bodies retired.
3303      Branch: perl
3304            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
3305 ____________________________________________________________________________
3306 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
3307         Log: Simplify the implementation of the "unimplemented" message in the
3308              conditionally compiled ops.
3309      Branch: perl
3310            ! pp_sys.c
3311 ____________________________________________________________________________
3312 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
3313         Log: Further pod nit spotted by Jarkko
3314      Branch: perl
3315            ! pod/perlhack.pod
3316 ____________________________________________________________________________
3317 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
3318         Log: Replace the 3 currently "unreachable" ops with a single op body
3319              unimplemented_op() that panics descriptively if ever reached.
3320      Branch: perl
3321            ! opcode.h opcode.pl pod/perldiag.pod pp.c
3322 ____________________________________________________________________________
3323 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
3324         Log: Add "moving common filetest code to a static function" to the todo.
3325      Branch: perl
3326            ! pod/perltodo.pod
3327 ____________________________________________________________________________
3328 [ 25935] By: merijn                                on 2005/10/31  17:50:05
3329         Log: revive probe for futimes ()
3330      Branch: perl
3331            ! Configure Porting/Glossary config_h.SH handy.h
3332 ____________________________________________________________________________
3333 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
3334         Log: A B::Deparse fix from :
3335              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
3336              From: Bas van Sisseren <bas@quarantainenet.nl>
3337              Date: Wed, 26 Oct 2005 13:59:42 +0200
3338              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
3339      Branch: perl
3340            ! ext/B/B/Deparse.pm
3341 ____________________________________________________________________________
3342 [ 25933] By: merijn                                on 2005/10/31  16:25:23
3343         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
3344              From: <jarkko.hietaniemi@nokia.com>
3345              Date: Mon, 31 Oct 2005 18:38:42 +0200
3346              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
3347      Branch: perl
3348            + symbian/PerlAppUIQ.rss
3349            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
3350            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
3351            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
3352            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
3353 ____________________________________________________________________________
3354 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
3355         Log: Avoid corruption when calling mg_get to retrieve the value
3356              of a $digit variable. This is done by ensuring it's not
3357              tainted.
3358              See http://bugs.debian.org/303308
3359              Patch by Chris Heath <chris.heath@autoweb.net>
3360      Branch: perl
3361            ! mg.c
3362 ____________________________________________________________________________
3363 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
3364         Log: maddingue prefers this e-mail address.
3365      Branch: perl
3366            ! AUTHORS
3367 ____________________________________________________________________________
3368 [ 25930] By: merijn                                on 2005/10/31  16:18:03
3369         Log: Try to preserve the lost opcode alias info in comments
3370              extent to change #25929
3371      Branch: perl
3372            ! opcode.h opcode.pl
3373 ____________________________________________________________________________
3374 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
3375         Log: It appears that it's trivially easy to alias opcode functions in
3376              the opcode table. We should be able to get both a speed and size
3377              saving here. Time will tell how much.
3378      Branch: perl
3379            ! opcode.h opcode.pl
3380 ____________________________________________________________________________
3381 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
3382         Log: Add maddingue to AUTHORS
3383      Branch: perl
3384            ! AUTHORS
3385 ____________________________________________________________________________
3386 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
3387         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
3388              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3389              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
3390              Date: Sun, 30 Oct 2005 23:52:41 +0100
3391              
3392              with tweaks by chromatic and me.
3393      Branch: perl
3394            ! lib/ExtUtils/Constant.pm
3395 ____________________________________________________________________________
3396 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
3397         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
3398      Branch: perl
3399            ! embed.fnc embed.h proto.h utf8.c utf8.h
3400 ____________________________________________________________________________
3401 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
3402         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
3403              Also, correct the documentation in open.pm that stated
3404              that open() did not override open.pm-given default encodings.
3405      Branch: perl
3406            ! lib/open.pm perlio.c
3407 ____________________________________________________________________________
3408 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
3409         Log: Perl_csighandler was in global.sym twice.
3410      Branch: perl
3411            ! global.sym
3412 ____________________________________________________________________________
3413 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
3414         Log: Arrange to only output each symbol once into global.sym
3415      Branch: perl
3416            ! embed.pl
3417 ____________________________________________________________________________
3418 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
3419         Log: Tests for index/rindex with empty search string,
3420              adapted from a patch by Rick Delaney
3421      Branch: perl
3422            ! t/op/index.t
3423 ____________________________________________________________________________
3424 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
3425         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
3426              systems, and not on EBCDIC, so some more thinking is going to be
3427              needed here.
3428      Branch: perl
3429            ! mathoms.c utf8.c
3430 ____________________________________________________________________________
3431 [ 25920] By: stevep                                on 2005/10/31  11:58:08
3432         Log: Coverage stats showed that there were no tests for taking a slice
3433              from ().
3434      Branch: perl
3435            ! t/op/list.t
3436 ____________________________________________________________________________
3437 [ 25919] By: steveh                                on 2005/10/31  11:53:05
3438         Log: Change some spaces to tabs for easier diffing against config_h.SH
3439      Branch: perl
3440            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3441            ! win32/config_H.vc64
3442 ____________________________________________________________________________
3443 [ 25918] By: steveh                                on 2005/10/31  11:30:15
3444         Log: Fixed threaded builds following change 25916
3445      Branch: perl
3446            ! pp_hot.c
3447 ____________________________________________________________________________
3448 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
3449         Log: POD nit spotted by Jarkko
3450      Branch: perl
3451            ! pod/perlhack.pod
3452 ____________________________________________________________________________
3453 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
3454         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
3455      Branch: perl
3456            ! pp_hot.c
3457 ____________________________________________________________________________
3458 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
3459         Log: Subject: [PATCH] Etta James presents: More consting
3460              From: Andy Lester <andy@petdance.com>
3461              Date: Sun, 30 Oct 2005 23:44:13 -0600
3462              Message-ID: <20051031054413.GA10767@petdance.com>
3463      Branch: perl
3464            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
3465            ! pp_sys.c sv.c toke.c universal.c util.c
3466 ____________________________________________________________________________
3467 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
3468         Log: Subject: [PATCH] S_tokereport's unused parm
3469              From: Andy Lester <andy@petdance.com>
3470              Date: Mon, 31 Oct 2005 00:04:59 -0600
3471              Message-ID: <20051031060459.GC10767@petdance.com>
3472      Branch: perl
3473            ! embed.fnc embed.h proto.h toke.c
3474 ____________________________________________________________________________
3475 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
3476         Log: Regenerate perlapi.pod
3477      Branch: perl
3478            ! pod/perlapi.pod
3479 ____________________________________________________________________________
3480 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
3481         Log: Robin Houston remarks that mention of a context is missing from the
3482              threads.pm documentation.
3483      Branch: perl
3484            ! ext/threads/threads.pm
3485 ____________________________________________________________________________
3486 [ 25911] By: stevep                                on 2005/10/31  03:51:08
3487         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
3488              used on Cygwin, at least.
3489      Branch: perl
3490            ! mathoms.c perlio.c
3491 ____________________________________________________________________________
3492 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
3493         Log: const const bad bad.
3494              gcc bad bad too, because it didn't grumble one bit. (or two, for that
3495              matter).
3496      Branch: perl
3497            ! utf8.c
3498 ____________________________________________________________________________
3499 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
3500         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
3501      Branch: perl
3502            ! utf8.c
3503 ____________________________________________________________________________
3504 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
3505         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
3506              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
3507      Branch: perl
3508            ! utf8.c
3509 ____________________________________________________________________________
3510 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
3511         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
3512              function S_is_utf8_common.
3513      Branch: perl
3514            ! utf8.c
3515 ____________________________________________________________________________
3516 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
3517         Log: Given that sv_nosharing performs the same function as sv_nolocking
3518              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
3519              to initialise all 3 variables, and elimiate the other two.
3520              For some reason all 3 are listed as being in the public API. Daft.
3521      Branch: perl
3522            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
3523 ____________________________________________________________________________
3524 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
3525         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
3526              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
3527      Branch: perl
3528            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
3529 ____________________________________________________________________________
3530 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
3531         Log: global.sym appears to have become out of date. Oops.
3532      Branch: perl
3533            ! global.sym
3534 ____________________________________________________________________________
3535 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
3536         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
3537              argument to is_utf8_string_loc(). Correct the description of its
3538              parameters in its POD.
3539      Branch: perl
3540            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
3541 ____________________________________________________________________________
3542 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
3543         Log: Fix typos in comments.
3544      Branch: perl
3545            ! utf8.c
3546 ____________________________________________________________________________
3547 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
3548         Log: Functions that die aren't exactly well used code.
3549              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
3550      Branch: perl
3551            ! mathoms.c op.c pp.c pp_ctl.c
3552 ____________________________________________________________________________
3553 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
3554         Log: save_hints is a mathom.
3555      Branch: perl
3556            ! mathoms.c op.c
3557 ____________________________________________________________________________
3558 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
3559         Log: I infer that change 25891 as-is would break OS2. This should fix it.
3560      Branch: perl
3561            ! perl.h
3562 ____________________________________________________________________________
3563 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
3564         Log: init_i18nl14n is a mathom.
3565      Branch: perl
3566            ! locale.c mathoms.c
3567 ____________________________________________________________________________
3568 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
3569         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
3570              old body to mathoms.c
3571      Branch: perl
3572            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
3573 ____________________________________________________________________________
3574 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
3575         Log: Fix win32 breakage inadvertently introduced by 25889
3576      Branch: perl
3577            ! perl.h
3578 ____________________________________________________________________________
3579 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
3580         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
3581              an extra 0 argument. Move the old body to mathoms.c
3582      Branch: perl
3583            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
3584 ____________________________________________________________________________
3585 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
3586         Log: Fix typo in comment.
3587      Branch: perl
3588            ! hv.c
3589 ____________________________________________________________________________
3590 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
3591         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
3592              with the extra TRUE argument.
3593      Branch: perl
3594            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
3595 ____________________________________________________________________________
3596 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
3597         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
3598              Maybe we should just remove this appendix.
3599      Branch: perl
3600            ! doio.c mathoms.c
3601 ____________________________________________________________________________
3602 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
3603         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
3604              0 arguments. Move the old body to mathoms.c
3605      Branch: perl
3606            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3607 ____________________________________________________________________________
3608 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
3609         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
3610              0 arguments. Move the old body to mathoms.c
3611      Branch: perl
3612            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3613 ____________________________________________________________________________
3614 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
3615         Log: Replace do_open() with a macro to call do_openn() with the extra two
3616              0 paramters. Move the old body to mathoms.c.
3617      Branch: perl
3618            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3619 ____________________________________________________________________________
3620 [ 25888] By: stevep                                on 2005/10/30  04:20:45
3621         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
3622              From: Bram <perl-rt@wizbit.be>
3623              Date: Thu, 04 Aug 2005 23:55:33 +0200
3624              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
3625      Branch: perl
3626            ! lib/warnings.pm warnings.pl
3627 ____________________________________________________________________________
3628 [ 25887] By: stevep                                on 2005/10/29  22:37:50
3629         Log: Subject: Re: [PATCH] predecrement vs postdecrement
3630              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3631              Date: Sat, 29 Oct 2005 23:24:33 +0300
3632              Message-ID: <4363DA81.6060600@gmail.com>
3633              
3634              Nit in pod/perlhack.pod
3635      Branch: perl
3636            ! pod/perlhack.pod
3637 ____________________________________________________________________________
3638 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
3639         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
3640              sv_setpviv followed by SvSETMAGIC.
3641      Branch: perl
3642            ! sv.c
3643 ____________________________________________________________________________
3644 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
3645         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
3646              mathoms.c
3647      Branch: perl
3648            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3649 ____________________________________________________________________________
3650 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
3651         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
3652              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
3653              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
3654              respectively.
3655      Branch: perl
3656            ! sv.c sv.h
3657 ____________________________________________________________________________
3658 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
3659         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
3660              with terse macros, and the function bodies retired.
3661      Branch: perl
3662            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3663 ____________________________________________________________________________
3664 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
3665         Log: All the private implementations of @foo for compilers that can't do
3666              complex macro expansions became dead wood sometime around 5.7.3
3667              (Don't tell Otava this)
3668      Branch: perl
3669            ! mathoms.c sv.c
3670 ____________________________________________________________________________
3671 [ 25881] By: stevep                                on 2005/10/29  15:34:22
3672         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
3673              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
3674              Date: 2 Jul 2004 11:32:12 -0000
3675              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
3676              
3677              Also, a version bump to Storable.pm.
3678      Branch: perl
3679            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3680            ! ext/Storable/t/dclone.t
3681 ____________________________________________________________________________
3682 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
3683         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
3684              Remove duplicate declaration of Perl_sv_2uv
3685      Branch: perl
3686            ! mathoms.c sv.c
3687 ____________________________________________________________________________
3688 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
3689         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
3690      Branch: perl
3691            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3692 ____________________________________________________________________________
3693 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
3694         Log: Replace sv_unref with a macro that calls sv_unref_flags
3695      Branch: perl
3696            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3697 ____________________________________________________________________________
3698 [ 25877] By: stevep                                on 2005/10/29  14:33:30
3699         Log: Oops, missed an sv_force_normal()
3700      Branch: perl
3701            ! mg.c
3702 ____________________________________________________________________________
3703 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
3704         Log: sv_taint() can easily be replaced by a macro.
3705      Branch: perl
3706            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3707 ____________________________________________________________________________
3708 [ 25875] By: stevep                                on 2005/10/29  14:14:25
3709         Log: Change to use sv_force_normal_flags() directly, rather than calling
3710              sv_force_normal() to call sv_force_normal_flags().
3711      Branch: perl
3712            ! NetWare/sv_nw.c mg.c
3713 ____________________________________________________________________________
3714 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
3715         Log: A terser implementation of S_varname, by using and post-processing
3716              gv_fullname4
3717      Branch: perl
3718            ! sv.c
3719 ____________________________________________________________________________
3720 [ 25873] By: stevep                                on 2005/10/29  11:47:55
3721         Log: Additional mathoms from doio.c
3722      Branch: perl
3723            ! doio.c mathoms.c
3724 ____________________________________________________________________________
3725 [ 25872] By: stevep                                on 2005/10/29  11:36:26
3726         Log: Coverage stats say av_fake() is a mathom too.
3727      Branch: perl
3728            ! av.c mathoms.c
3729 ____________________________________________________________________________
3730 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
3731         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
3732      Branch: perl
3733            ! gv.c mathoms.c
3734 ____________________________________________________________________________
3735 [ 25870] By: stevep                                on 2005/10/29  11:02:12
3736         Log: Subject: Re: [PATCH] predecrement vs postdecrement
3737              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3738              Date: Sat, 29 Oct 2005 11:52:25 +0300
3739              Message-ID: <43633849.6060809@gmail.com>
3740      Branch: perl
3741            ! regcomp.c
3742 ____________________________________________________________________________
3743 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
3744         Log: gv_fullname and gv_efullname are definately mathoms.
3745      Branch: perl
3746            ! gv.c mathoms.c
3747 ____________________________________________________________________________
3748 [ 25868] By: stevep                                on 2005/10/28  23:38:35
3749         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
3750              From: Brendan O'Dea <bod@debian.org>
3751              Date: Sat, 29 Oct 2005 07:14:40 +1000
3752              Message-ID: <20051028211440.GA23305@londo.c47.org>
3753      Branch: perl
3754            ! lib/perl5db.pl
3755 ____________________________________________________________________________
3756 [ 25867] By: stevep                                on 2005/10/28  21:12:35
3757         Log: Makefiles like tabs, not spaces.
3758      Branch: perl
3759            ! win32/Makefile win32/makefile.mk
3760 ____________________________________________________________________________
3761 [ 25866] By: stevep                                on 2005/10/28  21:09:31
3762         Log: Add a new file, mathoms.c, to hold old code kept around for binary
3763              compatability with previous versions of Perl.  Change also includes
3764              various Makefile changes to compile the new file and link it into 
3765              libperl.
3766      Branch: perl
3767            + mathoms.c
3768            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
3769            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
3770            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3771            ! wince/Makefile.ce
3772 ____________________________________________________________________________
3773 [ 25865] By: stevep                                on 2005/10/28  11:30:51
3774         Log: Check for changes in IO on CPAN.
3775      Branch: perl
3776            ! Porting/Maintainers.pl
3777 ____________________________________________________________________________
3778 [ 25864] By: stevep                                on 2005/10/28  11:21:48
3779         Log: gbarr is maintaining IO.
3780      Branch: perl
3781            ! Porting/Maintainers.pl
3782 ____________________________________________________________________________
3783 [ 25863] By: stevep                                on 2005/10/28  10:48:32
3784         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
3785      Branch: perl
3786            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3787            ! win32/config_H.vc64
3788 ____________________________________________________________________________
3789 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
3790         Log: Use the return value from sprintf and avoid a call to strlen
3791      Branch: perl
3792            ! sv.c
3793 ____________________________________________________________________________
3794 [ 25861] By: stevep                                on 2005/10/27  11:13:50
3795         Log: Subject: Re: IO::File performace issue
3796              From: gisle@ActiveState.com (Gisle Aas)
3797              Date: 27 Oct 2005 01:00:39 -0700
3798              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
3799              
3800              Also includes a version bump for IO::File.
3801      Branch: perl
3802            ! ext/IO/lib/IO/File.pm
3803 ____________________________________________________________________________
3804 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
3805         Log: Change 25850 failed to include all changed headers
3806      Branch: perl
3807            ! embed.h proto.h
3808 ____________________________________________________________________________
3809 [ 25859] By: stevep                                on 2005/10/27  01:55:08
3810         Log: Win32 fix for change #25850.  I don't know if this define will ever
3811              be used on Win32, but it does fix the problem at hand.
3812      Branch: perl
3813            ! win32/perlhost.h
3814 ____________________________________________________________________________
3815 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
3816         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
3817              From: "John E. Malmberg" <wb8tyw@qsl.net>
3818              Date: Wed, 26 Oct 2005 08:08:05 -0400
3819              Message-ID: <435F71A5.6030809@qsl.net>
3820      Branch: perl
3821            ! vms/vms.c
3822 ____________________________________________________________________________
3823 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
3824         Log: FAQ sync.
3825      Branch: perl
3826            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
3827            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3828            ! pod/perlfaq7.pod pod/perlfaq9.pod
3829 ____________________________________________________________________________
3830 [ 25856] By: merijn                                on 2005/10/26  12:37:47
3831         Log: Subject: [PATCH] Symbian: better Series 80 support
3832              From: <jarkko.hietaniemi@nokia.com>
3833              Date: Wed, 26 Oct 2005 15:50:08 +0300
3834              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
3835      Branch: perl
3836            + symbian/hexdump.pl
3837            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
3838            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
3839            ! symbian/sisify.pl
3840 ____________________________________________________________________________
3841 [ 25855] By: stevep                                on 2005/10/26  11:52:46
3842         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
3843      Branch: perl
3844            ! t/op/sprintf.t
3845 ____________________________________________________________________________
3846 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
3847         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
3848              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
3849              Date: Tue, 25 Oct 2005 08:11:42 +0200
3850              Message-id: <20051025061141.GA2256@ethan>
3851      Branch: perl
3852            ! pp.c
3853 ____________________________________________________________________________
3854 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
3855         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
3856              stringification, as removing the conversions saves time and code.
3857      Branch: perl
3858            ! util.c
3859 ____________________________________________________________________________
3860 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
3861         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
3862              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
3863              Date: Tue, 25 Oct 2005 15:27:28 -0700
3864              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
3865      Branch: perl
3866            ! perl.h
3867 ____________________________________________________________________________
3868 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
3869         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
3870              From: "John E. Malmberg" <wb8tyw@qsl.net>
3871              Date: Tue, 25 Oct 2005 13:36:20 -0400
3872              Message-ID: <435E6D14.7000104@qsl.net>
3873      Branch: perl
3874            ! perl.h vms/perlvms.pod
3875 ____________________________________________________________________________
3876 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
3877         Log: Most platforms don't actually need PL_pidstatus, or the associated
3878              .5K of code.
3879      Branch: perl
3880            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
3881            ! pp_sys.c sv.c util.c
3882 ____________________________________________________________________________
3883 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
3884         Log: Back out change #25839, and apply :
3885              
3886              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
3887              From: "John E. Malmberg" <wb8tyw@qsl.net>
3888              Date: Tue, 25 Oct 2005 11:09:37 -0400
3889              Message-ID: <435E4AB1.1000106@qsl.net>
3890      Branch: perl
3891            ! perl.c perl.h vms/perlvms.pod
3892 ____________________________________________________________________________
3893 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
3894         Log: Code in wait4pid was calling hv_delete with the hash iterator
3895              currently on that entry. On aggregate this does more work, beacuse
3896              the next call to hv_iterinit() would spot the flag, and have to call
3897              the delete routine, while in the meantime any new entries can't
3898              re-use that memory.
3899      Branch: perl
3900            ! util.c
3901 ____________________________________________________________________________
3902 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
3903         Log: t/TEST should require Time::HiRes only when it uses it.
3904              This fixes minitest.
3905      Branch: perl
3906            ! t/TEST
3907 ____________________________________________________________________________
3908 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
3909         Log: Rediff the Makefile.SH patch for cross-compilation.
3910              (this doesn't mean it works, though.)
3911      Branch: perl
3912            ! Cross/Makefile.SH.patch
3913 ____________________________________________________________________________
3914 [ 25845] By: stevep                                on 2005/10/25  11:56:53
3915         Log: Upgrade to Time-HiRes-1.76
3916      Branch: perl
3917            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3918            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3919            ! ext/Time/HiRes/t/HiRes.t
3920 ____________________________________________________________________________
3921 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
3922         Log: Remove remaining references to mv-if-diff
3923      Branch: perl
3924            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
3925 ____________________________________________________________________________
3926 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
3927         Log: Oops. the trick is to edit Makefile.SH
3928      Branch: perl
3929            ! Makefile.SH
3930 ____________________________________________________________________________
3931 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
3932         Log: Subject: [PATCH] remove mv-if-diff
3933              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
3934              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
3935              Date: Mon, 24 Oct 2005 19:32:57 +0200
3936              
3937              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
3938              this removal in MANIFEST)
3939      Branch: perl
3940            - mv-if-diff
3941            ! MANIFEST Makefile.SH
3942 ____________________________________________________________________________
3943 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
3944         Log: Replace all the strlen()s related to PL_pidstatus with the return
3945              value of my_sprintf
3946      Branch: perl
3947            ! util.c
3948 ____________________________________________________________________________
3949 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
3950         Log: Whoops. The Windows build is going to need to know that this symbol is
3951              defined.
3952      Branch: perl
3953            ! perl.c
3954 ____________________________________________________________________________
3955 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
3956         Log: Subject: VMS exit handling still broken, need some help.
3957              From: "John E. Malmberg" <wb8tyw@qsl.net>
3958              Date: Mon, 24 Oct 2005 01:34:41 -0400
3959              Message-ID: <435C7271.8070403@qsl.net>
3960      Branch: perl
3961            ! perl.c perl.h vms/vms.c
3962 ____________________________________________________________________________
3963 [ 25838] By: merijn                                on 2005/10/25  05:58:00
3964         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
3965              From: "John E. Malmberg" <wb8tyw@qsl.net>
3966              Date: Mon, 24 Oct 2005 23:37:46 -0400
3967              Message-ID: <435DA88A.90201@qsl.net>
3968      Branch: perl
3969            ! configure.com
3970 ____________________________________________________________________________
3971 [ 25837] By: merijn                                on 2005/10/24  23:35:40
3972         Log: Backport of changes #25831 and #25832. Re-order needed
3973              
3974              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
3975              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3976              Date: Mon, 24 Oct 2005 13:04:58 -0700
3977              Message-ID: <20051024200458.GC2312@efn.org>
3978      Branch: perl
3979            ! Configure config_h.SH
3980 ____________________________________________________________________________
3981 [ 25833] By: merijn                                on 2005/10/24  22:44:22
3982         Log: Subject: [PATCH] Compress::Zlib
3983              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3984              Date: Mon, 24 Oct 2005 23:19:48 +0100
3985              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
3986      Branch: perl
3987            ! ext/Compress/Zlib/Zlib.pm
3988            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
3989            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
3990            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3991            ! ext/Compress/Zlib/t/03zlib-v1.t
3992            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
3993 ____________________________________________________________________________
3994 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
3995         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
3996              places where we want to use the return value of sprintf. This allows
3997              a wrapper to be used for platforms where the C library isn't ANSI-
3998              conformant.
3999      Branch: perl
4000            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
4001            ! proto.h util.c
4002 ____________________________________________________________________________
4003 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
4004         Log: Add a probe for whether sprintf returns the length of the buffer.
4005              Update all the canned config.sh files.
4006              Assume that symbian and Win32 are all ANSI conformant, note that ARM
4007              Linux (ie glibc) will be, don't assume that any other platform is.
4008      Branch: perl
4009            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
4010            ! Porting/Glossary configure.com epoc/config.sh
4011            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
4012            ! win32/config.bc win32/config.gc win32/config.vc
4013            ! win32/config.vc64 wince/config.ce
4014 ____________________________________________________________________________
4015 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
4016         Log: Fix path in code example
4017      Branch: perl
4018            ! pod/perlfunc.pod
4019 ____________________________________________________________________________
4020 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
4021         Log: Subject: Re: do { EXPR for EXPR }
4022              From: Robin Houston <robin@cpan.org>
4023              Date: Sat, 22 Oct 2005 16:56:27 +0100
4024              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
4025      Branch: perl
4026            ! op.c t/cmd/mod.t
4027 ____________________________________________________________________________
4028 [ 25828] By: stevep                                on 2005/10/24  14:16:32
4029         Log: Update one of merijn's previous emails.
4030      Branch: perl
4031            ! Porting/checkAUTHORS.pl
4032 ____________________________________________________________________________
4033 [ 25827] By: craigb                                on 2005/10/23  22:17:44
4034         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
4035              From: "John E. Malmberg" <wb8tyw@qsl.net>
4036              Date: Sun, 23 Oct 2005 17:46:46 -0400
4037              Message-id: <435C04C6.2090405@qsl.net>\r
4038      Branch: perl
4039            ! vms/vms.c
4040 ____________________________________________________________________________
4041 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
4042         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
4043      Branch: perl
4044            ! perl.c
4045 ____________________________________________________________________________
4046 [ 25824] By: craigb                                on 2005/10/22  16:43:40
4047         Log: VMS threaded build fixes for things broken in #25783
4048      Branch: perl
4049            ! vms/vms.c vms/vmsish.h
4050 ____________________________________________________________________________
4051 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
4052         Log: use more 'const' in the Encode data structures.
4053      Branch: perl
4054            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
4055 ____________________________________________________________________________
4056 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
4057         Log: Turn NN to NULLOK for functions that have code to handle
4058              the ptr == NULL case and are currently called with NULL
4059              pointers. Having parameters tagged NN can make gcc optimize
4060              away the code for the NULL case, causing segfaults.
4061      Branch: perl
4062            ! embed.fnc proto.h
4063 ____________________________________________________________________________
4064 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
4065         Log: Mark more static Encode data structures as const.
4066      Branch: perl
4067            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
4068            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
4069 ____________________________________________________________________________
4070 [ 25820] By: stevep                                on 2005/10/21  21:54:01
4071         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
4072              perlref.pod.  Thanks for David Wheeler for starting the discussion
4073              and Paul Johnson for confirming that it could actually be done.
4074      Branch: perl
4075            ! pod/perlref.pod
4076 ____________________________________________________________________________
4077 [ 25819] By: merijn                                on 2005/10/21  15:49:00
4078         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
4079              From: <jarkko.hietaniemi@nokia.com>
4080              Date: Fri, 21 Oct 2005 17:15:23 +0300
4081              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
4082      Branch: perl
4083            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
4084            ! MANIFEST
4085 ____________________________________________________________________________
4086 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
4087         Log: Subject: allow "" as select bitmask [PATCH]
4088              From: Gisle Aas <gisle@ActiveState.com>
4089              Date: 21 Oct 2005 08:04:40 -0700
4090              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
4091      Branch: perl
4092            ! pp_sys.c t/op/sselect.t
4093 ____________________________________________________________________________
4094 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
4095         Log: Rewording of doc change #25812
4096      Branch: perl
4097            ! pod/perlsub.pod
4098 ____________________________________________________________________________
4099 [ 25815] By: merijn                                on 2005/10/21  14:12:37
4100         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
4101              From: <jarkko.hietaniemi@nokia.com>
4102              Date: Fri, 21 Oct 2005 17:15:23 +0300
4103              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
4104      Branch: perl
4105            - symbian/PerlApp.rss
4106 ____________________________________________________________________________
4107 [ 25814] By: merijn                                on 2005/10/21  14:12:10
4108         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
4109              From: <jarkko.hietaniemi@nokia.com>
4110              Date: Fri, 21 Oct 2005 17:15:23 +0300
4111              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
4112      Branch: perl
4113            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
4114            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
4115            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
4116            ! symbian/xsbuild.pl
4117 ____________________________________________________________________________
4118 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
4119         Log: Subject: wrong maxlen in sselect [PATCH]
4120              From: Gisle Aas <gisle@ActiveState.com>
4121              Date: 21 Oct 2005 05:24:30 -0700
4122              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
4123              
4124              Plus a regression test for the new warning.
4125      Branch: perl
4126            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
4127 ____________________________________________________________________________
4128 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
4129         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
4130              From: Xavier Noria <fxn@hashref.com>
4131              Date: Fri, 21 Oct 2005 08:43:12 +0200
4132              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
4133              
4134              (with minor tweaks)
4135      Branch: perl
4136            ! pod/perlsub.pod
4137 ____________________________________________________________________________
4138 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
4139         Log: Remove last remaining reference to vax11c
4140      Branch: perl
4141            ! x2p/a2p.h
4142 ____________________________________________________________________________
4143 [ 25810] By: craigb                                on 2005/10/20  22:38:36
4144         Log: Subject: [patch@25809]restore documented exit behavior
4145              From: "John E. Malmberg" <wb8tyw@qsl.net>
4146              Date: Thu, 20 Oct 2005 18:21:20 -0400
4147              Message-id: <43581860.3020108@qsl.net>\r
4148      Branch: perl
4149            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
4150 ____________________________________________________________________________
4151 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
4152         Log: Fix doc typo, by Gisle Aas
4153      Branch: perl
4154            ! lib/User/grent.pm
4155 ____________________________________________________________________________
4156 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
4157         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
4158              From: Robin Houston <robin@cpan.org>
4159              Date: Oct 14, 2005 1:54 AM
4160              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
4161      Branch: perl
4162            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
4163 ____________________________________________________________________________
4164 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
4165         Log: Forgotten chunk by jhi
4166      Branch: perl
4167            ! symbian/makesis.pl
4168 ____________________________________________________________________________
4169 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
4170         Log: Subject: [PATCH] blead 25801: Symbian batch of today
4171              From: <jarkko.hietaniemi@nokia.com>
4172              Date: Wed, 19 Oct 2005 16:19:23 +0300
4173              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
4174      Branch: perl
4175            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
4176            ! symbian/xsbuild.pl
4177 ____________________________________________________________________________
4178 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
4179         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
4180              From: Andy Lester <andy@petdance.com>
4181              Date: Tue, 18 Oct 2005 09:57:23 -0500
4182              Message-ID: <20051018145723.GA4964@petdance.com>
4183      Branch: perl
4184            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
4185 ____________________________________________________________________________
4186 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
4187         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
4188              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4189              Date: Tue, 18 Oct 2005 22:22:57 +0200
4190              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
4191              
4192              (tweaked to remove trailing whitespace to doc entries)
4193              Plus, regenerate doc and headers
4194      Branch: perl
4195            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
4196 ____________________________________________________________________________
4197 [ 25801] By: craigb                                on 2005/10/19  00:29:00
4198         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
4199              From: "John E. Malmberg" <wb8tyw@qsl.net>
4200              Date: Tue, 18 Oct 2005 14:43:29 -0400
4201              Message-id: <43554251.5020704@qsl.net>\r
4202      Branch: perl
4203            ! vms/vms.c vms/vmsish.h
4204 ____________________________________________________________________________
4205 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
4206         Log: Add notes about -f _ and defined %foo:: in perldelta
4207      Branch: perl
4208            ! pod/perl593delta.pod
4209 ____________________________________________________________________________
4210 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
4211         Log: Force _ to be always a bareword after filetest operators
4212      Branch: perl
4213            ! t/op/filetest.t toke.c
4214 ____________________________________________________________________________
4215 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
4216         Log: Add Rafael's 5.10 roadmap to perltodo.
4217              Add state variables.
4218              Remove xsubpp entry, as that had been done already.
4219      Branch: perl
4220            ! pod/perltodo.pod
4221 ____________________________________________________________________________
4222 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
4223         Log: Fix tokenizer debugging trace for file tests
4224      Branch: perl
4225            ! toke.c
4226 ____________________________________________________________________________
4227 [ 25796] By: stevep                                on 2005/10/18  19:15:40
4228         Log: Upgrade to Digest-1.13
4229      Branch: perl
4230            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
4231 ____________________________________________________________________________
4232 [ 25795] By: merijn                                on 2005/10/18  16:30:54
4233         Log: VMS does not have clearenv () according to John E. Malmberg
4234              Followup to 25793
4235      Branch: perl
4236            ! configure.com
4237 ____________________________________________________________________________
4238 [ 25794] By: steveh                                on 2005/10/18  15:03:50
4239         Log: Update win32 config files w.r.t. change #25793
4240      Branch: perl
4241            ! win32/config.bc win32/config.gc win32/config.vc
4242            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4243            ! win32/config_H.vc win32/config_H.vc64
4244 ____________________________________________________________________________
4245 [ 25793] By: merijn                                on 2005/10/18  13:50:15
4246         Log: Add probe for clearenv (), like #25733 for unsetenv ()
4247      Branch: perl
4248            ! Configure Porting/Glossary config_h.SH handy.h
4249 ____________________________________________________________________________
4250 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
4251         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
4252              From: <jarkko.hietaniemi@nokia.com>
4253              Date: Tue, 18 Oct 2005 16:07:28 +0300
4254              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
4255      Branch: perl
4256            ! perl.h util.h
4257 ____________________________________________________________________________
4258 [ 25789] By: stevep                                on 2005/10/18  10:52:01
4259         Log: Upgrade to Time-HiRes-1.75
4260      Branch: perl
4261            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4262            ! ext/Time/HiRes/Makefile.PL
4263 ____________________________________________________________________________
4264 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
4265         Log: Subject: [PATCH] Symbian: New vs New
4266              From: <jarkko.hietaniemi@nokia.com>
4267              Date: Tue, 18 Oct 2005 12:53:16 +0300
4268              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
4269      Branch: perl
4270            ! symbian/PerlUtil.cpp
4271 ____________________________________________________________________________
4272 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
4273         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
4274              From: "John E. Malmberg" <wb8tyw@qsl.net>
4275              Date: Mon, 17 Oct 2005 17:08:19 -0400
4276              Message-ID: <435412C3.3080504@qsl.net>
4277      Branch: perl
4278            ! vms/vmsish.h
4279 ____________________________________________________________________________
4280 [ 25784] By: steveh                                on 2005/10/17  15:48:24
4281         Log: Silence gcc complaints about comments in config.h
4282              
4283              This suppresses dozens of lines of warnings seen, e.g. here:
4284              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
4285      Branch: perl
4286            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
4287 ____________________________________________________________________________
4288 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
4289         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
4290              From: "John E. Malmberg" <wb8tyw@qsl.net>
4291              Date: Mon, 17 Oct 2005 08:12:37 -0400
4292              Message-ID: <43539535.70609@qsl.net>
4293      Branch: perl
4294            ! vms/vms.c vms/vmsish.h
4295 ____________________________________________________________________________
4296 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
4297         Log: Subject: [PATCH] even more Symbian
4298              From: <jarkko.hietaniemi@nokia.com>
4299              Date: Mon, 17 Oct 2005 18:27:57 +0300
4300              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
4301      Branch: perl
4302            ! ext/Storable/Storable.xs symbian/TODO
4303            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
4304 ____________________________________________________________________________
4305 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
4306         Log: Correct precedence from and to && in an expression with assignment.
4307      Branch: perl
4308            ! ext/IO/t/io_sock.t
4309 ____________________________________________________________________________
4310 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
4311         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
4312              From: Xavier Noria <fxn@hashref.com>
4313              Date: Sun, 16 Oct 2005 12:27:30 +0200
4314              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
4315      Branch: perl
4316            ! pod/perlvar.pod
4317 ____________________________________________________________________________
4318 [ 25779] By: steveh                                on 2005/10/17  10:14:46
4319         Log: Make some casts explicit to keep VC++ 7 happy
4320              
4321              Specifically, this silences the warnings from the following smoke:
4322              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
4323              (Hmm. Looks like you need to decode the base64 yourself before you
4324              can read that.)
4325      Branch: perl
4326            ! numeric.c op.c pp_pack.c toke.c
4327 ____________________________________________________________________________
4328 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
4329         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
4330              From: <jarkko.hietaniemi@nokia.com>
4331              Date: Mon, 17 Oct 2005 13:19:34 +0300
4332              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
4333      Branch: perl
4334            + symbian/find_writeable_data.pl
4335            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
4336            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
4337            ! util.c
4338 ____________________________________________________________________________
4339 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
4340         Log: Doc/style fixes pointed out by Gisle
4341      Branch: perl
4342            ! lib/warnings/register.pm
4343 ____________________________________________________________________________
4344 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
4345         Log: Subject: [PATCH] blead@25775 Symbian update
4346              From: <jarkko.hietaniemi@nokia.com>
4347              Date: Mon, 17 Oct 2005 11:49:20 +0300
4348              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
4349      Branch: perl
4350            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
4351            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
4352            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
4353            ! symbian/symbian_proto.h symbian/xsbuild.pl
4354 ____________________________________________________________________________
4355 [ 25775] By: davem                                 on 2005/10/16  23:05:44
4356         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
4357      Branch: perl
4358            ! sv.c
4359 ____________________________________________________________________________
4360 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
4361         Log: Subject: [PATCH] Keys of %INC always use forward slashes
4362              From: Jan Dubois <jand@activestate.com>
4363              Date: Oct 16, 2005 8:24 PM
4364              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
4365      Branch: perl
4366            ! lib/CPAN.pm
4367 ____________________________________________________________________________
4368 [ 25772] By: craigb                                on 2005/10/16  19:10:56
4369         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
4370              From: "John E. Malmberg" <wb8tyw@qsl.net>
4371              Message-id: <4351F393.8030809@qsl.net>
4372              Date: Sun, 16 Oct 2005 02:30:43 -0400\r
4373      Branch: perl
4374            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
4375 ____________________________________________________________________________
4376 [ 25771] By: davem                                 on 2005/10/16  17:46:10
4377         Log: an assert in av_undef was leaking memory
4378      Branch: perl
4379            ! av.c
4380 ____________________________________________________________________________
4381 [ 25770] By: davem                                 on 2005/10/16  17:39:20
4382         Log: static functions should be prefixed S_
4383      Branch: perl
4384            ! ext/threads/threads.xs
4385 ____________________________________________________________________________
4386 [ 25769] By: davem                                 on 2005/10/16  14:53:45
4387         Log: free a thread's interpreter after $t->join() rather than after undef $t
4388              This should fix some ithreads memory leaks.
4389      Branch: perl
4390            ! ext/threads/threads.xs
4391 ____________________________________________________________________________
4392 [ 25768] By: stevep                                on 2005/10/16  13:53:00
4393         Log: Upgrade to version-0.49
4394      Branch: perl
4395            ! lib/version.pm lib/version.pod
4396 ____________________________________________________________________________
4397 [ 25767] By: stevep                                on 2005/10/16  13:24:23
4398         Log: No more attempting to edit Pod before the first coffee of the morning.
4399      Branch: perl
4400            ! ext/DynaLoader/XSLoader_pm.PL
4401 ____________________________________________________________________________
4402 [ 25766] By: stevep                                on 2005/10/16  13:10:02
4403         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
4404      Branch: perl
4405            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
4406 ____________________________________________________________________________
4407 [ 25765] By: stevep                                on 2005/10/16  13:02:19
4408         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
4409              to work within the core).
4410      Branch: perl
4411            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
4412            ! MANIFEST lib/Pod/Find.pm
4413 ____________________________________________________________________________
4414 [ 25764] By: stevep                                on 2005/10/16  12:36:37
4415         Log: Upgrade to ExtUtils-ParseXS-2.15.
4416      Branch: perl
4417            ! lib/ExtUtils/ParseXS.pm
4418 ____________________________________________________________________________
4419 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
4420         Log: Subject: pre{inc,dec} is faster, even with integers
4421              From: hv@crypt.org
4422              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
4423              Date: Fri, 14 Oct 2005 18:22:41 +0100
4424      Branch: perl
4425            ! op.c t/op/inc.t
4426 ____________________________________________________________________________
4427 [ 25761] By: craigb                                on 2005/10/15  03:59:44
4428         Log: Subject: [patch@blead] perlport.pod
4429              From: "John E. Malmberg" <wb8tyw@qsl.net>
4430              Date: Fri, 14 Oct 2005 23:48:20 -0400
4431              Message-id: <43507C04.8050003@qsl.net>
4432      Branch: perl
4433            ! pod/perlport.pod
4434 ____________________________________________________________________________
4435 [ 25760] By: craigb                                on 2005/10/15  03:43:30
4436         Log: Subject: patch for blead - Perlvms.pod update
4437              From: "John E. Malmberg" <wb8tyw@qsl.net>
4438              Date: Fri, 14 Oct 2005 21:15:26 -0400
4439              Message-id: <4350582E.4070209@qsl.net>\r
4440      Branch: perl
4441            ! vms/perlvms.pod
4442 ____________________________________________________________________________
4443 [ 25759] By: craigb                                on 2005/10/14  15:31:33
4444         Log: Grab enough room from the outset in do_tovmsspec()
4445      Branch: perl
4446            ! vms/vms.c
4447 ____________________________________________________________________________
4448 [ 25758] By: steveh                                on 2005/10/14  08:00:58
4449         Log: Subject: [PATCH] Compress::Zlib - fix for win32
4450              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4451              Date: Thu, 13 Oct 2005 23:06:25 +0100
4452              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
4453      Branch: perl
4454            ! ext/Compress/Zlib/Zlib.xs
4455 ____________________________________________________________________________
4456 [ 25757] By: stevep                                on 2005/10/14  03:46:24
4457         Log: gcc complains when it sees variables declared
4458              
4459              const register ...
4460              
4461              switched them all to 
4462              
4463              register const ...
4464      Branch: perl
4465            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
4466 ____________________________________________________________________________
4467 [ 25756] By: stevep                                on 2005/10/14  01:20:21
4468         Log: Upgrade to Unicode-Collate-0.52
4469      Branch: perl
4470            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4471            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4472 ____________________________________________________________________________
4473 [ 25755] By: stevep                                on 2005/10/13  23:31:03
4474         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
4475      Branch: perl
4476            ! perl.c
4477 ____________________________________________________________________________
4478 [ 25754] By: stevep                                on 2005/10/13  23:03:46
4479         Log: Subject: [PATCH] Stas' croak patch and then some
4480              From: Andy Lester <andy@petdance.com>
4481              Date: Thu, 13 Oct 2005 16:42:12 -0500
4482              Message-ID: <20051013214212.GA1122@petdance.com>
4483      Branch: perl
4484            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
4485            ! sv.c t/TEST toke.c utf8.c
4486 ____________________________________________________________________________
4487 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
4488         Log: If /dev/null is not readable, perl -e fails with
4489              an obscure error message. Make it more understandable.
4490      Branch: perl
4491            ! perl.c
4492 ____________________________________________________________________________
4493 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
4494         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
4495              From: "John E. Malmberg" <wb8tyw@qsl.net>
4496              Date: Thu, 13 Oct 2005 10:28:23 -0400
4497              Message-ID: <434E6F07.5020108@qsl.net>
4498      Branch: perl
4499            ! t/op/local.t
4500 ____________________________________________________________________________
4501 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
4502         Log: Subject: SvPVutf8_nolen crashes [PATCH]
4503              From: Gisle Aas <gisle@ActiveState.com>
4504              Date: 13 Oct 2005 06:00:49 -0700
4505              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
4506      Branch: perl
4507            ! sv.c
4508 ____________________________________________________________________________
4509 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
4510         Log: Better cleanup of directories created by C::Zlib
4511      Branch: perl
4512            ! Makefile.SH
4513 ____________________________________________________________________________
4514 [ 25749] By: merijn                                on 2005/10/13  12:17:41
4515         Log: PL_use_safe_putenv needs to be in the export lists
4516      Branch: perl
4517            ! makedef.pl
4518 ____________________________________________________________________________
4519 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
4520         Log: Subject: [PATCH] POD index entries with X<>
4521              From: Ivan Tubert-Brohman <itub@cpan.org>
4522              Date: Wed, 12 Oct 2005 19:20:18 -0400
4523              Message-ID: <434D9A32.4050305@cpan.org>
4524      Branch: perl
4525            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
4526            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
4527            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
4528            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
4529            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
4530            ! pod/perlsyn.pod pod/perltie.pod
4531 ____________________________________________________________________________
4532 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
4533         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
4534              From: Gisle Aas <gisle@ActiveState.com>
4535              Date: 13 Oct 2005 01:42:32 -0700
4536              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
4537      Branch: perl
4538            ! lib/Pod/Html.pm
4539 ____________________________________________________________________________
4540 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
4541         Log: The new REQUIRE token introduced by change 25599 must be
4542              nonassoc, just like the UNIOP token it's patterned after.
4543              (While we're at it, allow to use bison 2.1 to regenerate
4544              the parser files.)
4545      Branch: perl
4546            ! perly.act perly.h perly.tab perly.y regen_perly.pl
4547 ____________________________________________________________________________
4548 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
4549         Log: Document that -F doesn't accept whitespace in patterns.
4550              (fixes bug #37366)
4551      Branch: perl
4552            ! pod/perlrun.pod
4553 ____________________________________________________________________________
4554 [ 25744] By: merijn                                on 2005/10/13  06:10:27
4555         Log: Subject: RE: [PATCH] Compress::Zlib
4556              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4557              Date: Wed, 12 Oct 2005 22:41:41 +0100
4558              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
4559      Branch: perl
4560            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4561 ____________________________________________________________________________
4562 [ 25743] By: stevep                                on 2005/10/12  23:28:04
4563         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
4564              From: Abigail <abigail@abigail.nl>
4565              Date: Thu, 13 Oct 2005 01:25:10 +0200
4566              Message-ID: <20051012232509.GA1018@abigail.nl>
4567      Branch: perl
4568            ! pp_sort.c
4569 ____________________________________________________________________________
4570 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
4571         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
4572              From: <jarkko.hietaniemi@nokia.com>
4573              Date: Wed, 12 Oct 2005 19:12:57 +0300
4574              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
4575      Branch: perl
4576            + symbian/sisify.pl
4577            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
4578            ! symbian/TODO symbian/config.pl symbian/port.pl
4579 ____________________________________________________________________________
4580 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
4581         Log: Update to the config boilerplates, by Jarkko
4582      Branch: perl
4583            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
4584            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
4585            ! wince/config.ce
4586 ____________________________________________________________________________
4587 [ 25740] By: craigb                                on 2005/10/11  23:58:26
4588         Log: disarm unsetenv() on VMS for now (function is present
4589              but %ENV is more complicated)
4590      Branch: perl
4591            ! configure.com
4592 ____________________________________________________________________________
4593 [ 25739] By: stevep                                on 2005/10/11  22:27:18
4594         Log: Subject: [PATCH] Compress::Zlib
4595              From: Paul Marquess <Paul.Marquess@ntlworld.com>
4596              Date: Tue, 11 Oct 2005 22:54:25 +0100
4597              
4598              This silences a few warnings on AIX
4599      Branch: perl
4600            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4601            ! ext/Compress/Zlib/t/04def.t
4602 ____________________________________________________________________________
4603 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
4604         Log: Comment fix
4605      Branch: perl
4606            ! perl.c
4607 ____________________________________________________________________________
4608 [ 25737] By: merijn                                on 2005/10/11  15:15:37
4609         Log: Subject: [PATCH] environ fixup
4610              From: Alan Burlison <Alan.Burlison@sun.com>
4611              Date: Tue, 11 Oct 2005 16:29:54 +0100
4612              Message-ID: <434BDA72.4090109@sun.com>
4613      Branch: perl
4614            ! handy.h hints/solaris_2.sh perl.c util.c
4615 ____________________________________________________________________________
4616 [ 25736] By: merijn                                on 2005/10/11  11:30:22
4617         Log: Subject: [PATCH] Symbian blead fix
4618              From: <jarkko.hietaniemi@nokia.com>
4619              Date: Tue, 11 Oct 2005 14:48:49 +0300
4620              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
4621      Branch: perl
4622            ! symbian/PerlApp.cpp
4623 ____________________________________________________________________________
4624 [ 25735] By: merijn                                on 2005/10/11  11:25:46
4625         Log: Subject: [PATCH] Compress::Zlib
4626              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4627              Date: Tue, 11 Oct 2005 12:35:22 +0100
4628              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
4629      Branch: perl
4630            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4631            ! ext/Compress/Zlib/t/16oneshot.t
4632 ____________________________________________________________________________
4633 [ 25734] By: steveh                                on 2005/10/11  10:09:48
4634         Log: Update win32 config files w.r.t. change #25733
4635      Branch: perl
4636            ! win32/config.bc win32/config.gc win32/config.vc
4637            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4638            ! win32/config_H.vc win32/config_H.vc64
4639 ____________________________________________________________________________
4640 [ 25733] By: merijn                                on 2005/10/10  13:47:17
4641         Log: Add probe for unsetenv ()
4642              Subject: Re: Perl's handling of environ breaks on Solaris 10
4643              From: Steve Peters <steve@fisharerojo.org>
4644              Date: Mon, 10 Oct 2005 07:51:17 -0500
4645              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
4646      Branch: perl
4647            ! Configure Porting/Glossary config_h.SH handy.h
4648 ____________________________________________________________________________
4649 [ 25731] By: stevep                                on 2005/10/10  13:14:50
4650         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
4651              From: Gisle Aas <gisle@ActiveState.com>
4652              Date: 10 Oct 2005 06:20:23 -0700
4653              
4654              Change to remove a call to Win32::GetShortPathName() from 
4655              Test::Harness::Straps.
4656      Branch: perl
4657            ! lib/Test/Harness/Straps.pm
4658 ____________________________________________________________________________
4659 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
4660         Log: Subject: [PATCH] Symbian bleadperl@25725 update
4661              From: <jarkko.hietaniemi@nokia.com>
4662              Date: Mon, 10 Oct 2005 14:28:31 +0300
4663              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
4664      Branch: perl
4665            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
4666            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
4667            ! symbian/xsbuild.pl
4668 ____________________________________________________________________________
4669 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
4670         Log: Subject: RE: [PATCH] Compress::Zlib
4671              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4672              Date: Mon, 10 Oct 2005 12:24:29 +0100
4673              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
4674      Branch: perl
4675            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
4676 ____________________________________________________________________________
4677 [ 25728] By: merijn                                on 2005/10/10  10:36:51
4678         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
4679              From: Gisle Aas <gisle@ActiveState.com>
4680              Date: 10 Oct 2005 03:58:09 -0700
4681              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
4682      Branch: perl
4683            ! win32/ext/Win32/Win32.pm
4684 ____________________________________________________________________________
4685 [ 25727] By: merijn                                on 2005/10/10  10:27:12
4686         Log: Making t/14gzopen.t a bit more robust.
4687              Subject: [PATCH] Compress::Zlib
4688              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4689              Date: Mon, 10 Oct 2005 11:40:00 +0100
4690              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
4691      Branch: perl
4692            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
4693            ! ext/Compress/Zlib/t/14gzopen.t
4694 ____________________________________________________________________________
4695 [ 25726] By: merijn                                on 2005/10/10  06:14:30
4696         Log: Compress::Zlib should not ask under Cygwin in CORE
4697      Branch: perl
4698            ! ext/Compress/Zlib/Makefile.PL
4699 ____________________________________________________________________________
4700 [ 25725] By: stevep                                on 2005/10/10  01:18:58
4701         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
4702              Subject: RE: [PATCH] DB_File 1.1812
4703              Date: Sun, 9 Oct 2005 23:25:38 +0100
4704              
4705              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
4706      Branch: perl
4707            ! ext/Compress/Zlib/Zlib.xs
4708 ____________________________________________________________________________
4709 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
4710         Log: Upgrade to DB_File 1.1812, by Paul Marquess
4711      Branch: perl
4712            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4713            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
4714            ! ext/DB_File/t/db-hash.t
4715 ____________________________________________________________________________
4716 [ 25723] By: stevep                                on 2005/10/09  18:53:02
4717         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
4718      Branch: perl
4719            ! lib/Test/Simple/t/tbt_01basic.t
4720            ! lib/Test/Simple/t/tbt_04line_num.t
4721 ____________________________________________________________________________
4722 [ 25722] By: stevep                                on 2005/10/09  18:06:13
4723         Log: Upgraded to ExtUtils-ParseXS-2.14.
4724      Branch: perl
4725            ! lib/ExtUtils/ParseXS.pm
4726 ____________________________________________________________________________
4727 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
4728         Log: Don't use a regexp in DB::sub().
4729              This should work around perlbug #37102.
4730      Branch: perl
4731            ! lib/DB.pm
4732 ____________________________________________________________________________
4733 [ 25720] By: stevep                                on 2005/10/09  15:37:41
4734         Log: It would be nice to upgrade the right file.   Double grrrrr.
4735      Branch: perl
4736            ! lib/ExtUtils/CBuilder.pm
4737 ____________________________________________________________________________
4738 [ 25719] By: stevep                                on 2005/10/09  15:32:29
4739         Log: Add standard core test header to Test::Builder::Tester tests.
4740      Branch: perl
4741            ! lib/Test/Simple/t/tbt_01basic.t
4742            ! lib/Test/Simple/t/tbt_02fhrestore.t
4743            ! lib/Test/Simple/t/tbt_03die.t
4744            ! lib/Test/Simple/t/tbt_04line_num.t
4745            ! lib/Test/Simple/t/tbt_05faildiag.t
4746            ! lib/Test/Simple/t/tbt_06errormess.t
4747            ! lib/Test/Simple/t/tbt_07args.t
4748 ____________________________________________________________________________
4749 [ 25718] By: stevep                                on 2005/10/09  15:24:43
4750         Log: Upgrade to Test-Simple-0.62.
4751      Branch: perl
4752            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
4753            + lib/Test/Simple/t/tbt_01basic.t
4754            + lib/Test/Simple/t/tbt_02fhrestore.t
4755            + lib/Test/Simple/t/tbt_03die.t
4756            + lib/Test/Simple/t/tbt_04line_num.t
4757            + lib/Test/Simple/t/tbt_05faildiag.t
4758            + lib/Test/Simple/t/tbt_06errormess.t
4759            + lib/Test/Simple/t/tbt_07args.t
4760            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
4761            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4762            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
4763            ! lib/Test/Simple/t/is_deeply_fail.t
4764 ____________________________________________________________________________
4765 [ 25717] By: stevep                                on 2005/10/09  14:51:12
4766         Log: Missed files in upgrading modules.  Grrrr
4767      Branch: perl
4768            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
4769 ____________________________________________________________________________
4770 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
4771         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
4772              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4773              Date: Oct 8, 2005 9:59 AM
4774              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
4775      Branch: perl
4776            ! lib/utf8.t utf8.c utf8.h
4777 ____________________________________________________________________________
4778 [ 25712] By: stevep                                on 2005/10/07  15:41:32
4779         Log: Documentation nit in INSTALL found by Alan Burlison.
4780      Branch: perl
4781            ! INSTALL
4782 ____________________________________________________________________________
4783 [ 25711] By: stevep                                on 2005/10/07  03:29:37
4784         Log: Upgrade to Pathtools-3.12
4785      Branch: perl
4786            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
4787            ! lib/File/Spec/Win32.pm
4788 ____________________________________________________________________________
4789 [ 25710] By: craigb                                on 2005/10/07  02:41:03
4790         Log: Parse symbols for the linker when more than one declaration
4791              on the same line (the way PERLVARISC now throws at us).
4792      Branch: perl
4793            ! vms/gen_shrfls.pl
4794 ____________________________________________________________________________
4795 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
4796         Log: Avoid a cast
4797      Branch: perl
4798            ! perl.c
4799 ____________________________________________________________________________
4800 [ 25708] By: stevep                                on 2005/10/06  19:23:59
4801         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
4802              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
4803      Branch: perl
4804            ! ext/Compress/Zlib/Zlib.xs
4805 ____________________________________________________________________________
4806 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
4807         Log: Be nice with subversion hidden directories
4808      Branch: perl
4809            ! ext/Compress/Zlib/Makefile.PL
4810 ____________________________________________________________________________
4811 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
4812         Log: Update with new files from C::Zlib
4813      Branch: perl
4814            ! Porting/Maintainers.pl
4815 ____________________________________________________________________________
4816 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
4817         Log: Move ZlibTestUtils.pm under t/
4818      Branch: perl
4819            + t/lib/ZlibTestUtils.pm
4820            - lib/ZlibTestUtils.pm
4821            ! MANIFEST ext/Compress/Zlib/t/01version.t
4822            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
4823            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
4824            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4825            ! ext/Compress/Zlib/t/08encoding.t
4826            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4827            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4828            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4829            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4830            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4831            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4832            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4833            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4834 ____________________________________________________________________________
4835 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
4836         Log: Don't install pods via MakeMaker for C::Zlib,
4837              as suggested by Robin Barker
4838      Branch: perl
4839            ! ext/Compress/Zlib/Makefile.PL
4840 ____________________________________________________________________________
4841 [ 25703] By: merijn                                on 2005/10/06  08:42:56
4842         Log: Add -C to allowed $PERL5OPT options
4843              Add -C to the $PERL5OPT documentation (and added the missing -A too)
4844              t/run/runenv.t Could use some more tests about how supported
4845              and unsupported options in $PERL5OPT are handled
4846      Branch: perl
4847            ! perl.c pod/perldiag.pod pod/perlrun.pod
4848 ____________________________________________________________________________
4849 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
4850         Log: Remove the getprotobynumber test, for portability concerns
4851      Branch: perl
4852            - t/op/getprotobynumber.t
4853            ! MANIFEST
4854 ____________________________________________________________________________
4855 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
4856         Log: Fix Compress::Zlib test boilerplate
4857      Branch: perl
4858            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
4859            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
4860            ! ext/Compress/Zlib/t/05examples.t
4861            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4862            ! ext/Compress/Zlib/t/08encoding.t
4863            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4864            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4865            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4866            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4867            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4868            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4869            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4870            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4871 ____________________________________________________________________________
4872 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
4873         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
4874      Branch: perl
4875            ! ext/Compress/Zlib/Makefile.PL
4876 ____________________________________________________________________________
4877 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
4878         Log: Add test preambles to Compress::Zlib.
4879              Remove 99pod.t, useless in the core
4880      Branch: perl
4881            - ext/Compress/Zlib/t/99pod.t
4882            ! MANIFEST ext/Compress/Zlib/t/01version.t
4883            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
4884            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
4885            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4886            ! ext/Compress/Zlib/t/08encoding.t
4887            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4888            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4889            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4890            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4891            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4892            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4893            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4894            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4895 ____________________________________________________________________________
4896 [ 25697] By: stevep                                on 2005/10/05  18:20:54
4897         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
4898              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
4899              Date: Thu, 2 Jun 2005 13:34:49 +0200
4900              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
4901      Branch: perl
4902            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4903 ____________________________________________________________________________
4904 [ 25696] By: steveh                                on 2005/10/05  16:04:26
4905         Log: Subject: [PATCH] Re: Untested builtins
4906              From: Steven Schubiger <sts@accognoscere.org>
4907              Date: Wed, 28 Sep 2005 15:46:45 +0200
4908              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
4909      Branch: perl
4910            + t/op/getprotobynumber.t
4911            ! MANIFEST
4912 ____________________________________________________________________________
4913 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
4914         Log: Upgrade to Compress::Zlib 2.000_05
4915      Branch: perl
4916            + ext/Compress/Zlib/examples/gzcat.zlib
4917            + ext/Compress/Zlib/fallback/constants.h
4918            + ext/Compress/Zlib/fallback/constants.xs
4919            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
4920            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4921            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
4922            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
4923            + ext/Compress/Zlib/lib/File/GlobMapper.pm
4924            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
4925            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
4926            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
4927            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
4928            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
4929            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
4930            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
4931            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
4932            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
4933            + ext/Compress/Zlib/t/05examples.t
4934            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4935            + ext/Compress/Zlib/t/08encoding.t
4936            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4937            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4938            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4939            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4940            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4941            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4942            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4943            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
4944            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
4945            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
4946            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
4947            - ext/Compress/Zlib/t/04encoding.t
4948            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
4949            - ext/Compress/Zlib/zlib-src/gzio.c
4950            ! MANIFEST ext/Compress/Zlib/Changes
4951            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
4952            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
4953            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
4954            ! ext/Compress/Zlib/examples/filtinf
4955            ! ext/Compress/Zlib/examples/gzcat
4956            ! ext/Compress/Zlib/examples/gzgrep
4957            ! ext/Compress/Zlib/examples/gzstream
4958            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
4959            ! ext/Compress/Zlib/typemap
4960 ____________________________________________________________________________
4961 [ 25694] By: steveh                                on 2005/10/05  15:34:18
4962         Log: Fix $Config{ccflags} for Win32 perls built with dmake
4963              
4964              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
4965              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
4966              (win32/makefile.mk) doesn't.  This means that extensions built with
4967              perls built with VC++ and dmake spit out damn M$ logo messages and use
4968              a lower warning level.
4969              
4970              The reason for the difference is probably that the dmake makefile
4971              supports multiple compilers.  Therefore, put the extra ccflags into a
4972              new macro, and set it appropriately for each compiler.  Add the new
4973              macro to the nmake makefile too for orthogonality.
4974      Branch: perl
4975            ! win32/Makefile win32/makefile.mk
4976 ____________________________________________________________________________
4977 [ 25693] By: merijn                                on 2005/10/05  15:34:09
4978         Log: Subject: Re: [PATCH] Random constings and printf cleanup
4979              From: Andy Lester <andy@petdance.com>
4980              Date: Tue, 4 Oct 2005 15:16:05 -0500
4981              Message-ID: <20051004201605.GA31682@petdance.com>
4982      Branch: perl
4983            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
4984 ____________________________________________________________________________
4985 [ 25691] By: stevep                                on 2005/10/04  16:24:28
4986         Log: Fixes to Pod errors found by podchecker.
4987      Branch: perl
4988            ! README.os2 pod/perlfunc.pod
4989 ____________________________________________________________________________
4990 [ 25690] By: stevep                                on 2005/10/04  12:02:04
4991         Log: Upgrade to ExtUtils-ParseXS-2.13
4992      Branch: perl
4993            ! lib/ExtUtils/ParseXS.pm
4994 ____________________________________________________________________________
4995 [ 25689] By: stevep                                on 2005/10/04  11:01:11
4996         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
4997              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
4998      Branch: perl
4999            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
5000            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
5001            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
5002            ! lib/ExtUtils/CBuilder/Platform/os2.pm
5003            ! lib/ExtUtils/CBuilder/t/02-link.t
5004 ____________________________________________________________________________
5005 [ 25688] By: merijn                                on 2005/10/04  10:10:41
5006         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
5007              From: Gisle Aas <gisle@ActiveState.com>
5008              Date: 04 Oct 2005 02:18:27 -0700
5009              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
5010      Branch: perl
5011            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
5012            ! wince/perlhost.h
5013 ____________________________________________________________________________
5014 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
5015         Log: Subject: Clone PL_statusvalue_posix [PATCH]
5016              From: Gisle Aas <gisle@ActiveState.com>
5017              Date: 03 Oct 2005 09:37:57 -0700
5018              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
5019      Branch: perl
5020            ! sv.c
5021 ____________________________________________________________________________
5022 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
5023         Log: Pod::Usage documentation fix, suggested by :
5024              
5025              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
5026              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
5027              Date: Sun, 02 Oct 2005 07:25:37 -0700
5028              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
5029      Branch: perl
5030            ! lib/Pod/Usage.pm
5031 ____________________________________________________________________________
5032 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
5033         Log: Yitzchak points out that this function argument is NULLOK
5034      Branch: perl
5035            ! embed.fnc proto.h
5036 ____________________________________________________________________________
5037 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
5038         Log: Spaces to tabs
5039      Branch: perl
5040            ! MANIFEST
5041 ____________________________________________________________________________
5042 [ 25683] By: craigb                                on 2005/10/03  03:43:31
5043         Log: We lied about strtoq way back in #8120
5044      Branch: perl
5045            ! configure.com
5046 ____________________________________________________________________________
5047 [ 25682] By: stevep                                on 2005/10/03  03:10:05
5048         Log: Upgrade to Digest-1.12
5049      Branch: perl
5050            ! lib/Digest.pm lib/Digest/Changes
5051 ____________________________________________________________________________
5052 [ 25681] By: craigb                                on 2005/10/03  00:20:30
5053         Log: fix bug introduced by #25507 that kept ccflags from
5054              making it into config.sh
5055      Branch: perl
5056            ! configure.com
5057 ____________________________________________________________________________
5058 [ 25680] By: craigb                                on 2005/10/02  21:45:20
5059         Log: assorted blead build help for VMS (mostly ithreads-related)
5060      Branch: perl
5061            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
5062 ____________________________________________________________________________
5063 [ 25679] By: stevep                                on 2005/10/02  12:50:02
5064         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
5065              From: perlbug-followup[at]perl.org (Yves Orton)
5066              Date: Thu, 22 Sep 2005 11:31:02 -0700
5067              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
5068      Branch: perl
5069            ! lib/Carp/Heavy.pm
5070 ____________________________________________________________________________
5071 [ 25678] By: stevep                                on 2005/10/02  04:42:46
5072         Log: Clarify the documentation regarding the return value from C<push>.
5073      Branch: perl
5074            ! pod/perlfunc.pod
5075 ____________________________________________________________________________
5076 [ 25677] By: stevep                                on 2005/10/02  04:32:48
5077         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
5078              give an appropriate error message rather than saying the module
5079              cannot be found in @INC.
5080      Branch: perl
5081            ! pp_ctl.c
5082 ____________________________________________________________________________
5083 [ 25676] By: stevep                                on 2005/10/02  03:30:55
5084         Log: Missed test changes and a bit of debugging code that should 
5085              have been removed.
5086      Branch: perl
5087            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
5088 ____________________________________________________________________________
5089 [ 25675] By: stevep                                on 2005/10/02  02:24:12
5090         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
5091              with a debugger to figure out what is going on.
5092      Branch: perl
5093            ! lib/Pod/Html.pm
5094 ____________________________________________________________________________
5095 [ 25674] By: davem                                 on 2005/10/01  23:51:40
5096         Log: Improve -DT output and fix wild buffer pointer error
5097      Branch: perl
5098            ! toke.c
5099 ____________________________________________________________________________
5100 [ 25672] By: steveh                                on 2005/09/30  15:52:30
5101         Log: Make building perl on Win32 with the free VC++ toolkit easier
5102              
5103              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
5104              versions of MS VC++ 7.x respectively.  Perl can now be built with the
5105              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
5106              hacking of the win32/Makefile required.  Update README.win32 with
5107              these changes.
5108              
5109              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
5110              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
5111              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
5112      Branch: perl
5113            ! README.win32 win32/Makefile win32/makefile.mk
5114 ____________________________________________________________________________
5115 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
5116         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
5117              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
5118      Branch: perl
5119            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
5120 ____________________________________________________________________________
5121 [ 25665] By: davem                                 on 2005/09/29  22:57:44
5122         Log: PL_defoutgv could be used after being freed
5123              Was giving "use of freed value" warnings in t/io/through.t
5124              and t/io/crlf_through.t
5125      Branch: perl
5126            ! perl.c
5127 ____________________________________________________________________________
5128 [ 25664] By: davem                                 on 2005/09/29  21:01:54
5129         Log: the return value of start_subparse() can legally be ignored
5130      Branch: perl
5131            ! embed.fnc gv.c proto.h
5132 ____________________________________________________________________________
5133 [ 25663] By: stevep                                on 2005/09/29  20:43:52
5134         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
5135              compatibility mode.
5136      Branch: perl
5137            ! utils/h2xs.PL
5138 ____________________________________________________________________________
5139 [ 25662] By: stevep                                on 2005/09/29  18:04:29
5140         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
5141              if the compatible version is less than 5.006 (the first version with 
5142              XSLoader).
5143      Branch: perl
5144            ! utils/h2xs.PL
5145 ____________________________________________________________________________
5146 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
5147         Log: 2 more e-mail addresses that map to rgs
5148      Branch: perl
5149            ! Porting/checkAUTHORS.pl
5150 ____________________________________________________________________________
5151 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
5152         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
5153      Branch: perl
5154            ! Porting/checkAUTHORS.pl
5155 ____________________________________________________________________________
5156 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
5157         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
5158      Branch: perl
5159            ! Changes
5160 ____________________________________________________________________________
5161 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
5162         Log: Teach the alias mapping about new committers.
5163      Branch: perl
5164            ! Porting/checkAUTHORS.pl
5165 ____________________________________________________________________________
5166 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
5167         Log: Cope with completely empty lines within the Changes file.
5168              Better diagnostics on "malformed" lines.
5169      Branch: perl
5170            ! Porting/checkAUTHORS.pl
5171 ____________________________________________________________________________
5172 [ 25652] By: steveh                                on 2005/09/29  08:47:26
5173         Log: Clean up CBuilder and ParseXS test files
5174              
5175              This was done once already in change 25222, but then modified in change
5176              25225.  The new versions of CBuilder and ParseXS that sync'ed those
5177              changes and have now been integrated back into bleadperl missed some
5178              bits of change 25225.  Try again.
5179      Branch: perl
5180            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
5181            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
5182            ! lib/ExtUtils/ParseXS/t/basic.t
5183 ____________________________________________________________________________
5184 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
5185         Log: Attempting to do too many things simultaneously with the C pre-
5186              processor considered harmful.
5187      Branch: perl
5188            ! perl.c
5189 ____________________________________________________________________________
5190 [ 25650] By: stevep                                on 2005/09/29  00:23:44
5191         Log: Upgrade to ExtUtils::CBuilder 0.14
5192      Branch: perl
5193            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
5194            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5195            ! lib/ExtUtils/CBuilder/t/01-basic.t
5196            ! lib/ExtUtils/CBuilder/t/02-link.t
5197 ____________________________________________________________________________
5198 [ 25649] By: stevep                                on 2005/09/28  22:59:08
5199         Log: Upgrade to Test::Harness 2.56
5200      Branch: perl
5201            + t/lib/sample-tests/bignum_many
5202            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5203            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
5204            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
5205            ! t/lib/sample-tests/bignum
5206 ____________________________________________________________________________
5207 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
5208         Log: savepv and savepvn are actually NULLOK
5209      Branch: perl
5210            ! embed.fnc proto.h
5211 ____________________________________________________________________________
5212 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
5213         Log: Forgot to run embed.pl after change 25637
5214      Branch: perl
5215            ! proto.h
5216 ____________________________________________________________________________
5217 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
5218         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
5219              From: Andy Lester <andy@petdance.com>
5220              Message-ID: <20050928172254.GE20201@petdance.com>
5221              Date: Wed, 28 Sep 2005 12:22:54 -0500
5222      Branch: perl
5223            ! embed.fnc embed.pl
5224 ____________________________________________________________________________
5225 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
5226         Log: We can use the C pre-processor to build a single, longer string
5227              constant which makes the object code slightly smaller.
5228      Branch: perl
5229            ! perl.c
5230 ____________________________________________________________________________
5231 [ 25627] By: steveh                                on 2005/09/28  08:23:01
5232         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
5233              
5234              Subject: Improved File::Spec::Win32->path [PATCH]
5235              From: Gisle Aas <gisle@ActiveState.com>
5236              Date: 17 Sep 2005 00:13:41 -0700
5237              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
5238              
5239              Subject: Re: Improved File::Spec::Win32->path [PATCH]
5240              From: Michael G Schwern <schwern@pobox.com>
5241              Date: Tue, 27 Sep 2005 13:05:54 -0700
5242              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
5243      Branch: perl
5244            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
5245 ____________________________________________________________________________
5246 [ 25626] By: stevep                                on 2005/09/28  00:06:29
5247         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
5248              bleadperl.
5249      Branch: perl
5250            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
5251 ____________________________________________________________________________
5252 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
5253         Log: Comment nit by Vadim Konovalov
5254              And while we're at it, reindent consistently.
5255      Branch: perl
5256            ! t/io/crlf.t
5257 ____________________________________________________________________________
5258 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
5259         Log: POD nit by Yitzchak
5260      Branch: perl
5261            ! pod/perlfunc.pod
5262 ____________________________________________________________________________
5263 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
5264         Log: Clarify what -MFoo=number does on the command-line
5265      Branch: perl
5266            ! pod/perlrun.pod
5267 ____________________________________________________________________________
5268 [ 25621] By: stevep                                on 2005/09/27  15:05:18
5269         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
5270              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
5271              Date: Tue, 27 Sep 2005 15:18:00 +0200
5272      Branch: perl
5273            ! doio.c
5274 ____________________________________________________________________________
5275 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
5276         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
5277              too many warnings.
5278      Branch: perl
5279            ! mg.c t/io/binmode.t t/lib/warnings/2use
5280 ____________________________________________________________________________
5281 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
5282         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
5283              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5284              Date: Tue, 27 Sep 2005 02:07:35 -0700
5285              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
5286      Branch: perl
5287            + t/io/crlf_through.t t/io/through.t
5288            ! MANIFEST perlio.c
5289 ____________________________________________________________________________
5290 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
5291         Log: OPpRUNTIME can be set on OP_QR too
5292      Branch: perl
5293            ! ext/B/B/Concise.pm
5294 ____________________________________________________________________________
5295 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
5296         Log: Fix the overriding of CORE::do, just like change 25599
5297              was fixing the overriding of CORE::require
5298      Branch: perl
5299            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
5300 ____________________________________________________________________________
5301 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
5302         Log: Micro-optimisation: use PL_globalstash instead of looking up
5303              CORE::GLOBAL::require by name
5304      Branch: perl
5305            ! op.c
5306 ____________________________________________________________________________
5307 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
5308         Log: Addition to change 25612
5309      Branch: perl
5310            ! symbian/PerlApp.cpp
5311 ____________________________________________________________________________
5312 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
5313         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
5314              From: "Jan Dubois" <jand@ActiveState.com>
5315              Date: Mon, 26 Sep 2005 21:19:51 -0700
5316              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
5317      Branch: perl
5318            ! XSUB.h
5319 ____________________________________________________________________________
5320 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
5321         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
5322              From: <jarkko.hietaniemi@nokia.com>
5323              Date: Tue, 27 Sep 2005 11:54:00 +0300
5324              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
5325      Branch: perl
5326            ! symbian/PerlApp.cpp symbian/config.sh
5327 ____________________________________________________________________________
5328 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
5329         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
5330              Plus a regression test by Schwern.
5331      Branch: perl
5332            ! pp_ctl.c t/op/override.t
5333 ____________________________________________________________________________
5334 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
5335         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
5336              From: Michael G Schwern <schwern@pobox.com>
5337              Date: Mon, 26 Sep 2005 14:21:09 -0700
5338              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
5339      Branch: perl
5340            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
5341 ____________________________________________________________________________
5342 [ 25609] By: stevep                                on 2005/09/27  02:45:50
5343         Log: Upgrade to Encode 2.12
5344      Branch: perl
5345            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5346            ! ext/Encode/Encode.xs ext/Encode/META.yml
5347            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
5348            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
5349 ____________________________________________________________________________
5350 [ 25608] By: stevep                                on 2005/09/26  23:09:44
5351         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
5352      Branch: perl
5353            ! lib/Digest.pm lib/Digest/Changes
5354 ____________________________________________________________________________
5355 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
5356         Log: const sausage const const bacon const tomato and const
5357              The search_ext parameter to find_script can be a little more const.
5358      Branch: perl
5359            ! embed.fnc proto.h util.c
5360 ____________________________________________________________________________
5361 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
5362         Log: Upgrade to Test::Simple 0.61
5363      Branch: perl
5364            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
5365            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
5366            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5367            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5368            ! lib/Test/Simple/t/00test_harness_check.t
5369            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
5370            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5371            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
5372            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
5373            ! lib/Test/Simple/t/fail_one.t
5374            ! lib/Test/Simple/t/harness_active.t
5375            ! lib/Test/Simple/t/has_plan2.t
5376            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
5377            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
5378            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
5379            ! lib/Test/Simple/t/undef.t
5380            ! t/lib/Test/Simple/sample_tests/too_few.plx
5381 ____________________________________________________________________________
5382 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
5383         Log: Fix change 25597 for non-Windows platforms
5384      Branch: perl
5385            ! lib/File/Find.pm
5386 ____________________________________________________________________________
5387 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
5388         Log: Make B::Deparse handle correctly CORE::require
5389      Branch: perl
5390            ! ext/B/B/Deparse.pm
5391 ____________________________________________________________________________
5392 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
5393         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
5394      Branch: perl
5395            ! op.h
5396 ____________________________________________________________________________
5397 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
5398         Log: CORE::require was always parsed as require().
5399              That's because require() isn't overridable at tokenizer-level
5400              like other overridable built-ins, but is handled by the optree
5401              builder. So, find a way to pass the information that require()
5402              was written as CORE::require() to Perl_ck_require. This is
5403              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
5404              to OP_REQUIRE when it's saw as CORE::require in the program text.
5405              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
5406      Branch: perl
5407            ! op.c perly.act perly.h perly.tab perly.y toke.c
5408 ____________________________________________________________________________
5409 [ 25597] By: steveh                                on 2005/09/26  08:54:13
5410         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
5411              From: "Steve Peters via RT" <perlbug-followup@perl.org>
5412              Date: Sun, 25 Sep 2005 14:41:03 -0700
5413              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
5414              
5415              and update docs
5416      Branch: perl
5417            ! lib/File/Find.pm
5418 ____________________________________________________________________________
5419 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
5420         Log: Upgrade to Compress::Zlib 1.40
5421      Branch: perl
5422            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
5423            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
5424            ! ext/Compress/Zlib/t/03examples.t
5425 ____________________________________________________________________________
5426 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
5427         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
5428              From: Steve Peters <steve@fisharerojo.org>
5429              Date: Sep 23, 2005 8:11 PM
5430              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
5431      Branch: perl
5432            ! sv.h
5433 ____________________________________________________________________________
5434 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
5435         Log: Subject: Re: pod/pod2usage2.t
5436              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
5437              Date: Thu, 22 Sep 2005 12:12:49 +0200
5438              Message-ID: <20050922121249.5077ee3e@pc09>
5439              
5440              Also, skip all tests on Windows until we find a way
5441              to write them portably
5442      Branch: perl
5443            ! t/pod/pod2usage2.t
5444 ____________________________________________________________________________
5445 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
5446         Log: Subject: [PATCH] quiet a few warnings
5447              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5448              Date: Wed, 21 Sep 2005 18:45:56 -0700
5449              Message-ID: <20050922014555.GA2852@efn.org>
5450      Branch: perl
5451            ! cygwin/cygwin.c embed.fnc proto.h
5452 ____________________________________________________________________________
5453 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
5454         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
5455              From: Steve Peters <steve@fisharerojo.org>
5456              Date: Fri, 23 Sep 2005 08:38:58 -0500
5457              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
5458      Branch: perl
5459            ! hints/linux.sh
5460 ____________________________________________________________________________
5461 [ 25581] By: steveh                                on 2005/09/23  13:46:40
5462         Log: Extend 25579 to cover vc64 too
5463      Branch: perl
5464            ! Porting/checkcfgvar.pl
5465 ____________________________________________________________________________
5466 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
5467         Log: Add Porting/checkcfgvar.pl by Jarkko
5468      Branch: perl
5469            + Porting/checkcfgvar.pl
5470            ! MANIFEST
5471 ____________________________________________________________________________
5472 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
5473         Log: SAPER is the new maintainer of XSLoader
5474      Branch: perl
5475            ! Porting/Maintainers.pl
5476 ____________________________________________________________________________
5477 [ 25573] By: steveh                                on 2005/09/23  08:40:58
5478         Log: Change 25226 should have done this too
5479      Branch: perl
5480            ! win32/config.bc
5481 ____________________________________________________________________________
5482 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
5483         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
5484      Branch: perl
5485            ! sv.h
5486 ____________________________________________________________________________
5487 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
5488         Log: The New*() compatibility macros aren't needed inside the perl core.
5489      Branch: perl
5490            ! handy.h
5491 ____________________________________________________________________________
5492 [ 25563] By: steveh                                on 2005/09/22  07:26:20
5493         Log: Forgot to update MANIFEST in change 25547
5494      Branch: perl
5495            ! MANIFEST
5496 ____________________________________________________________________________
5497 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
5498         Log: Add an option --ignore to installhtml
5499              and use it to avoid to install doc in Porting/.
5500              Skip also test modules.
5501      Branch: perl
5502            ! Makefile.SH installhtml
5503 ____________________________________________________________________________
5504 [ 25547] By: steveh                                on 2005/09/21  16:19:03
5505         Log: Localize $@ in Locale::Maketext::maketext()
5506              so that $lh->maketext("Error: [_1]\n", $@) works as expected
5507              
5508              Also added a new test for this fix
5509      Branch: perl
5510            + lib/Locale/Maketext/t/30_local.t
5511            ! lib/Locale/Maketext.pm
5512 ____________________________________________________________________________
5513 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
5514         Log: A few POD fixes
5515      Branch: perl
5516            ! Porting/pumpkin.pod ext/B/B/Concise.pm
5517            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
5518 ____________________________________________________________________________
5519 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
5520         Log: Upgrade to Pod::Parser 1.33
5521      Branch: perl
5522            + t/pod/pod2usage2.t
5523            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5524            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5525            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
5526 ____________________________________________________________________________
5527 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
5528         Log: PodParser is now Pod-Parser on CPAN
5529      Branch: perl
5530            ! Porting/Maintainers.pl
5531 ____________________________________________________________________________
5532 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
5533         Log: Subject: [PATCH 5.8.7] misc a2p fixes
5534              From: Brendan O'Dea <bod@debian.org>
5535              Date: Sun, 11 Sep 2005 19:43:14 +1000
5536              Message-ID: <20050911094314.GA15155@londo.c47.org>
5537              
5538              and remove the check_byacc target from the x2p makefile
5539      Branch: perl
5540            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
5541 ____________________________________________________________________________
5542 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
5543         Log: Upgrade to ExtUtils::ParseXS 2.12
5544      Branch: perl
5545            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
5546 ____________________________________________________________________________
5547 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
5548         Log: Upgrade to Time::HiRes 1.74
5549      Branch: perl
5550            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5551            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5552 ____________________________________________________________________________
5553 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
5554         Log: Remove the last STRLEN n_a;s that my compiler can reach.
5555      Branch: perl
5556            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
5557            ! perly.y pp_pack.c sv.h
5558 ____________________________________________________________________________
5559 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
5560         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
5561              (Text-Tabs+Wrap-2005.0824). Keep local changes.
5562      Branch: perl
5563            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
5564 ____________________________________________________________________________
5565 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
5566         Log: Yitzchak says that Tim says that we can distribute
5567              the perl glossary under the same terms as Perl itself.
5568      Branch: perl
5569            ! pod/perlglossary.pod
5570 ____________________________________________________________________________
5571 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
5572         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
5573              From: Rick Delaney <rick@bort.ca>
5574              Date: Thu, 8 Sep 2005 08:55:16 -0400
5575              Message-ID: <20050908125516.GA18184@localhost.localdomain>
5576      Branch: perl
5577            ! hv.c t/op/local.t
5578 ____________________________________________________________________________
5579 [ 25513] By: steveh                                on 2005/09/20  09:20:16
5580         Log: Resolve [perl #37110]: Update README.win32
5581              
5582              I give up trying to keep the Platform SDK links up-to-date. They seem
5583              to have changed every time that I look at them, so make the
5584              instructions more general.
5585      Branch: perl
5586            ! README.win32
5587 ____________________________________________________________________________
5588 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
5589         Log: Upgrade to Compress::Zlib 1.39
5590      Branch: perl
5591            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
5592            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
5593 ____________________________________________________________________________
5594 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
5595         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
5596              From: Salvador "FandiXo" <sfandino@yahoo.com>
5597              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
5598              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
5599              
5600              (adapted to bleadperl)
5601      Branch: perl
5602            ! pp_ctl.c
5603 ____________________________________________________________________________
5604 [ 25507] By: merijn                                on 2005/09/20  06:51:38
5605         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
5606              From: "John E. Malmberg" <wb8tyw@qsl.net>
5607              Date: Tue, 20 Sep 2005 01:22:24 -0400
5608              Message-ID: <432F9C90.7080702@qsl.net>
5609      Branch: perl
5610            ! configure.com vms/descrip_mms.template x2p/s2p.PL
5611 ____________________________________________________________________________
5612 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
5613         Log: The second argument to Move() is the destination, so cannot possibly
5614              be const. Pesky casting in handy.h. Getting in the way of correctness.
5615      Branch: perl
5616            ! sv.c
5617 ____________________________________________________________________________
5618 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
5619         Log: Add parallel testing to TODO
5620      Branch: perl
5621            ! pod/perltodo.pod
5622 ____________________________________________________________________________
5623 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
5624         Log: First argument to he_dup is actually a const HE *
5625      Branch: perl
5626            ! embed.fnc hv.c proto.h sv.c
5627 ____________________________________________________________________________
5628 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
5629         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
5630              work with a macro version.
5631      Branch: perl
5632            ! ext/ByteLoader/bytecode.h
5633 ____________________________________________________________________________
5634 [ 25488] By: steveh                                on 2005/09/19  14:18:40
5635         Log: Update win32 config files w.r.t. change #25387
5636      Branch: perl
5637            ! win32/config.bc win32/config.gc win32/config.vc
5638            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5639            ! win32/config_H.vc win32/config_H.vc64
5640 ____________________________________________________________________________
5641 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
5642         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
5643              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5644              Date: Sun, 18 Sep 2005 19:46:37 -0700
5645              Message-ID: <20050919024637.GA2860@efn.org>
5646      Branch: perl
5647            ! ext/Devel/DProf/DProf.xs
5648 ____________________________________________________________________________
5649 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
5650         Log: Improve failure case diagnostics from comp/package.t
5651      Branch: perl
5652            ! t/comp/package.t
5653 ____________________________________________________________________________
5654 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
5655         Log: Should have been embed.h, not proto.h, in 25475
5656      Branch: perl
5657            ! embed.h
5658 ____________________________________________________________________________
5659 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
5660         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
5661              macro in 5.8.x is to make it available as hv_name_set.
5662              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
5663              warnings or other games when Perl_hv_name_set() is a macro]
5664      Branch: perl
5665            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
5666 ____________________________________________________________________________
5667 [ 25474] By: merijn                                on 2005/09/18  18:36:15
5668         Log: Subject: [patch@25452] VMS fix required by Change 25387
5669              From: "John E. Malmberg" <wb8tyw@qsl.net>
5670              Date: Sun, 18 Sep 2005 14:53:09 -0400
5671              Message-ID: <432DB795.8050801@qsl.net>
5672      Branch: perl
5673            ! configure.com
5674 ____________________________________________________________________________
5675 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
5676         Log: Tidying up the unused or unneeded global variables would be good.
5677      Branch: perl
5678            ! pod/perltodo.pod
5679 ____________________________________________________________________________
5680 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
5681         Log: Controlling what the GNU linker exports from a shared library would
5682              be a useful thing TODO
5683      Branch: perl
5684            ! pod/perltodo.pod
5685 ____________________________________________________________________________
5686 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
5687         Log: Detail the minimal rewards programme we have on offer.
5688              Hoik relocatable perl to the top of its section.
5689              Some other formatting tweaks.
5690      Branch: perl
5691            ! pod/perltodo.pod
5692 ____________________________________________________________________________
5693 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
5694         Log: 
5695              refactoring xsubpp should have been in the "just perl" section.
5696      Branch: perl
5697            ! pod/perltodo.pod
5698 ____________________________________________________________________________
5699 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
5700         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
5701              to the TODO
5702      Branch: perl
5703            ! pod/perltodo.pod
5704 ____________________________________________________________________________
5705 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
5706         Log: Add shrinking GVs and CVs to the TODO
5707      Branch: perl
5708            ! pod/perltodo.pod
5709 ____________________________________________________________________________
5710 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
5711         Log: Add reduce duplication in sv_setsv_flags to TODO
5712      Branch: perl
5713            ! pod/perltodo.pod
5714 ____________________________________________________________________________
5715 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
5716         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
5717              (and the don't know the pointer size case)
5718      Branch: perl
5719            ! pp_pack.c
5720 ____________________________________________________________________________
5721 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
5722         Log: vv5.9.3 is clearly a bug.
5723      Branch: perl
5724            ! utils/perlbug.PL
5725 ____________________________________________________________________________
5726 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
5727         Log: Add ordering of "global" variables to TODO
5728      Branch: perl
5729            ! pod/perltodo.pod
5730 ____________________________________________________________________________
5731 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
5732         Log: Holding a mutex then croak()ing strikes me as deadlock.
5733      Branch: perl
5734            ! ext/threads/threads.xs
5735 ____________________________________________________________________________
5736 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
5737         Log: Add emulate the per-thread memory pool on Unix to the TODO
5738      Branch: perl
5739            ! pod/perltodo.pod
5740 ____________________________________________________________________________
5741 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
5742         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
5743      Branch: perl
5744            ! pod/perltodo.pod
5745 ____________________________________________________________________________
5746 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
5747         Log: add merge Perl_sv_2[inpu]v to TODO
5748      Branch: perl
5749            ! pod/perltodo.pod
5750 ____________________________________________________________________________
5751 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
5752         Log: Making make -j... work is a TODO
5753      Branch: perl
5754            ! pod/perltodo.pod
5755 ____________________________________________________________________________
5756 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
5757         Log: Add "automating coverage tests" as a TODO
5758      Branch: perl
5759            ! pod/perltodo.pod
5760 ____________________________________________________________________________
5761 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
5762         Log: Re-order the TODO tasks based on the skills they need, putting the
5763              easist tasks first. I've categorised them as
5764              
5765              =head1 Tasks that only need Perl knowledge
5766              =head1 Tasks that need a little sysadmin-type knowledge
5767              =head1 Tasks that need a little C knowledge
5768              =head1 Tasks that need a knowledge of XS
5769              =head1 Tasks that need a knowledge of the interpreter
5770              =head1 Big projects
5771              
5772              Lets see if we get any takers.
5773      Branch: perl
5774            ! pod/perltodo.pod
5775 ____________________________________________________________________________
5776 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
5777         Log: Revert change #24223 : select() will continue
5778              to return -1 on error, like in previous versions, and
5779              like other system builtins.
5780      Branch: perl
5781            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
5782 ____________________________________________________________________________
5783 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
5784         Log: Fix obsolete identifiers in comment
5785      Branch: perl
5786            ! av.h
5787 ____________________________________________________________________________
5788 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
5789         Log: Upgrade to version.pm 0.48
5790      Branch: perl
5791            + lib/version.pod
5792            ! MANIFEST lib/version.pm lib/version.t util.c
5793 ____________________________________________________________________________
5794 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
5795         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
5796              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5797              Date: Wed, 14 Sep 2005 09:26:11 +0300
5798              Message-ID: <4327C283.80706@gmail.com>
5799      Branch: perl
5800            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
5801            ! lib/Math/Trig.t pod/perlfunc.pod
5802 ____________________________________________________________________________
5803 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
5804         Log: Subject: [perl #37163] dprofpp array subscript error 
5805              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
5806              Date: Tue, 13 Sep 2005 12:11:46 -0700
5807              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
5808      Branch: perl
5809            ! utils/dprofpp.PL
5810 ____________________________________________________________________________
5811 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
5812         Log: Change 25409 wasn't necessary for threaded perls
5813      Branch: perl
5814            ! toke.c
5815 ____________________________________________________________________________
5816 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
5817         Log: The debugger wasn't tracing correctly execution in eval("")'ed
5818              code containing #line directives
5819      Branch: perl
5820            ! toke.c
5821 ____________________________________________________________________________
5822 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
5823         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
5824              From: Dominic Dunlop <shouldbedomo@mac.com>
5825              Date: Sep 13, 2005 11:13 PM
5826              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
5827      Branch: perl
5828            ! lib/locale.t
5829 ____________________________________________________________________________
5830 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
5831         Log: Add Luke Closs to AUTHORS
5832      Branch: perl
5833            ! AUTHORS
5834 ____________________________________________________________________________
5835 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
5836         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
5837              From: Luke Closs (via RT) <perlbug-followup@perl.org>
5838              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
5839              Date: 1 Jul 2005 21:56:31 -0000
5840      Branch: perl
5841            ! Configure hints/darwin.sh
5842 ____________________________________________________________________________
5843 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
5844         Log: Allow non-arrowed form of chained subscripts after slices
5845              
5846              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
5847              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5848              Date: Thu, 1 Sep 2005 17:41:36 -0700
5849              Message-ID: <20050902004136.GA2656@efn.org>
5850              
5851              Date: Mon, 5 Sep 2005 08:10:20 -0700
5852              Message-ID: <20050905151020.GA3556@efn.org>
5853      Branch: perl
5854            ! perly.act perly.h perly.tab perly.y t/op/ref.t
5855 ____________________________________________________________________________
5856 [ 25398] By: merijn                                on 2005/09/13  06:22:58
5857         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
5858              From: "John E. Malmberg" <wb8tyw@qsl.net>
5859              Date: Mon, 12 Sep 2005 23:56:36 -0400
5860              Message-ID: <43264DF4.6090403@qsl.net>
5861      Branch: perl
5862            ! vms/vms.c
5863 ____________________________________________________________________________
5864 [ 25397] By: merijn                                on 2005/09/13  06:18:46
5865         Log: Subject: [PATCH] The return of the consting
5866              From: Andy Lester <andy@petdance.com>
5867              Date: Tue, 13 Sep 2005 01:08:36 -0500
5868              Message-ID: <20050913060835.GA1037@petdance.com>
5869      Branch: perl
5870            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
5871 ____________________________________________________________________________
5872 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
5873         Log: Subject: [perl #37142] h2xs skips enums with negative values 
5874              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
5875              Date: Sun, 11 Sep 2005 13:33:44 -0700
5876              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
5877      Branch: perl
5878            ! utils/h2xs.PL
5879 ____________________________________________________________________________
5880 [ 25387] By: merijn                                on 2005/09/12  13:26:31
5881         Log: Detection of malloc_size and malloc_good_size
5882      Branch: perl
5883            ! Configure Porting/Glossary config_h.SH handy.h
5884 ____________________________________________________________________________
5885 [ 25383] By: merijn                                on 2005/09/11  13:50:53
5886         Log: Reverted 25364 on authors request
5887      Branch: perl
5888            ! lib/ExtUtils/CBuilder/Base.pm
5889            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5890 ____________________________________________________________________________
5891 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
5892         Log: Experiment with putting the F<.patch>level into patchlevel.h
5893              (a sure way to accelerate any change to subversion)
5894      Branch: perl
5895            ! cflags.SH patchlevel.h
5896 ____________________________________________________________________________
5897 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
5898         Log: Minor comment fix
5899      Branch: perl
5900            ! hv.h
5901 ____________________________________________________________________________
5902 [ 25365] By: merijn                                on 2005/09/08  07:20:19
5903         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
5904              From: Rick Delaney <rick@bort.ca>
5905              Date: Wed, 7 Sep 2005 22:45:44 -0400
5906              Message-ID: <20050908024544.GA4058@localhost.localdomain>
5907      Branch: perl
5908            ! t/op/local.t
5909 ____________________________________________________________________________
5910 [ 25364] By: merijn                                on 2005/09/08  06:07:53
5911         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
5912              From: "John E. Malmberg" <wb8tyw@qsl.net>
5913              Date: Wed, 07 Sep 2005 19:59:36 -0400
5914              Message-ID: <431F7EE8.3040908@qsl.net>
5915      Branch: perl
5916            ! lib/ExtUtils/CBuilder/Base.pm
5917            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5918 ____________________________________________________________________________
5919 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
5920         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
5921              Work around it.
5922      Branch: perl
5923            ! lib/Carp/Heavy.pm
5924 ____________________________________________________________________________
5925 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
5926         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
5927              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
5928              Date: Tue, 06 Sep 2005 08:07:14 -0700
5929              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
5930      Branch: perl
5931            ! lib/File/Path.pm
5932 ____________________________________________________________________________
5933 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
5934         Log: Upgrade to Compress::Zlib 1.38
5935      Branch: perl
5936            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
5937            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
5938            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
5939 ____________________________________________________________________________
5940 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
5941         Log: Add a TODO test for bug #37038 - assigning to the match variable
5942              should not corrupt match vars such as $1 and $2
5943      Branch: perl
5944            ! t/op/pat.t
5945 ____________________________________________________________________________
5946 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
5947         Log: Revert Makefile.PL change from #25355
5948      Branch: perl
5949            ! ext/IO/Makefile.PL
5950 ____________________________________________________________________________
5951 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
5952         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
5953              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5954              Date: Fri, 2 Sep 2005 00:05:52 -0700
5955              Message-ID: <20050902070552.GA3992@efn.org>
5956      Branch: perl
5957            ! mg.c t/op/tie.t
5958 ____________________________________________________________________________
5959 [ 25357] By: merijn                                on 2005/09/06  14:10:28
5960         Log: Added amd64 and x86_64 to recognized predefined cpp syms
5961      Branch: perl
5962            ! Configure
5963 ____________________________________________________________________________
5964 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
5965         Log: Upgrade to IO 1.22 from gbarr
5966              - Adjust the regression tests to use t/test.pl from bleadperl
5967              when $ENV{PERL_CORE} is defined
5968              - Add can_ok and isa_ok to t/test.pl from the implementation
5969              found in the IO CPAN distribution
5970      Branch: perl
5971            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
5972            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5973            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5974            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5975            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5976            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5977            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
5978            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
5979            ! ext/IO/t/io_utf8.t t/test.pl
5980 ____________________________________________________________________________
5981 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
5982         Log: Subject: regression test for 25352
5983              From: Jim Cromie <jim.cromie@gmail.com>
5984              Date: Sat, 03 Sep 2005 22:38:13 -0600
5985              Message-ID: <431A7A35.6050705@gmail.com>
5986      Branch: perl
5987            ! ext/B/t/optree_specials.t
5988 ____________________________________________________________________________
5989 [ 25353] By: davem                                 on 2005/09/04  09:40:05
5990         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
5991              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
5992              Date:  Thu, 1 Sep 2005 17:41:36 -0700
5993              Message-Id:  <20050902004136.GA2656@efn.org>
5994              
5995              Allow any variant of bison 1.875 to be used
5996      Branch: perl
5997            ! regen_perly.pl
5998 ____________________________________________________________________________
5999 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
6000         Log: Subject: Re: Optree Generation
6001              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6002              Date: Aug 31, 2005 2:18 PM
6003              Message-ID: <20050831121822.GA3464@efn.org>
6004      Branch: perl
6005            ! ext/B/B/Concise.pm
6006 ____________________________________________________________________________
6007 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
6008         Log: Subject: document index() with out of bounds POSITION
6009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6010              Date: Sep 2, 2005 2:23 PM
6011              Message-ID: <20050902122311.GA3104@efn.org>
6012      Branch: perl
6013            ! pod/perlfunc.pod
6014 ____________________________________________________________________________
6015 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
6016         Log: Really fix the Archive::Tar setup test.
6017              p4 and svn don't behave similarly concerning removal
6018              of empty directories...
6019      Branch: perl
6020            ! lib/Archive/Tar/t/00_setup.t
6021 ____________________________________________________________________________
6022 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
6023         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
6024      Branch: perl
6025            ! lib/Archive/Tar/t/00_setup.t
6026 ____________________________________________________________________________
6027 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
6028         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
6029              From: Robin Barker <Robin.Barker@npl.co.uk>
6030              Date: Thu, 1 Sep 2005 20:09:43 +0100 
6031              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
6032      Branch: perl
6033            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
6034            ! MANIFEST lib/Archive/Tar/t/00_setup.t
6035            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
6036 ____________________________________________________________________________
6037 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
6038         Log: Regression test for the fix in change #25308,
6039              based on code by Troy Loveday
6040      Branch: perl
6041            + ext/Data/Dumper/t/bugs.t
6042            ! MANIFEST
6043 ____________________________________________________________________________
6044 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
6045         Log: Oops, fix threaded build
6046      Branch: perl
6047            ! toke.c
6048 ____________________________________________________________________________
6049 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
6050         Log: Don't list test modules when listing cpan versions
6051      Branch: perl
6052            ! Porting/corecpan.pl
6053 ____________________________________________________________________________
6054 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
6055         Log: Add the "no 6" / "no v6" syntax.
6056      Branch: perl
6057            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
6058            ! proto.h t/comp/use.t toke.c
6059 ____________________________________________________________________________
6060 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
6061         Log: Remove no 6 from the todo list
6062      Branch: perl
6063            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
6064            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
6065 ____________________________________________________________________________
6066 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
6067         Log: Document that Sys::Syslog::openlog might die.
6068              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
6069      Branch: perl
6070            ! ext/Sys/Syslog/Syslog.pm
6071 ____________________________________________________________________________
6072 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
6073         Log: Fix for [perl #37036] perl segfault at 'compile'-time
6074      Branch: perl
6075            ! op.c
6076 ____________________________________________________________________________
6077 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
6078         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
6079              From: "John E. Malmberg" <wb8tyw@qsl.net>
6080              Date: Tue, 30 Aug 2005 22:17:42 -0400
6081              Message-ID: <43151346.4010001@qsl.net>
6082      Branch: perl
6083            ! ext/Devel/Peek/t/Peek.t
6084 ____________________________________________________________________________
6085 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
6086         Log: Clarify the cases where system() returns 1,
6087              per a suggestion of Rick Delaney (bug #36976)
6088      Branch: perl
6089            ! pod/perlfunc.pod
6090 ____________________________________________________________________________
6091 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
6092         Log: Upgrade to PathTools 3.11
6093              (no real changes)
6094      Branch: perl
6095            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
6096 ____________________________________________________________________________
6097 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
6098         Log: Subject: sv-head refactor
6099              From: Jim Cromie <jim.cromie@gmail.com>
6100              Date: Thu, 25 Aug 2005 21:42:44 -0600
6101              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
6102      Branch: perl
6103            ! sv.h
6104 ____________________________________________________________________________
6105 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
6106         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
6107              From: "John E. Malmberg" <wb8tyw@qsl.net>
6108              Date: Sat, 27 Aug 2005 19:54:26 -0400
6109              Message-ID: <4310FD32.70809@qsl.net>
6110      Branch: perl
6111            ! t/op/magic.t
6112 ____________________________________________________________________________
6113 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
6114         Log: Subject: [patch@25334] hv.c vms environment fix.
6115              From: "John E. Malmberg" <wb8tyw@qsl.net>
6116              Date: Sat, 27 Aug 2005 19:20:50 -0400
6117              Message-ID: <4310F552.8050401@qsl.net>
6118      Branch: perl
6119            ! hv.c
6120 ____________________________________________________________________________
6121 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
6122         Log: Upgrade to PathTools 3.10
6123      Branch: perl
6124            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
6125            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6126            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
6127 ____________________________________________________________________________
6128 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
6129         Log: Fix failure in Archive::Tar tests when perl is built
6130              with -Dmksymlinks
6131      Branch: perl
6132            ! lib/Archive/Tar/t/02_methods.t
6133 ____________________________________________________________________________
6134 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
6135         Log: Revert 25331 (except for the typo fix).
6136      Branch: perl
6137            ! sv.c
6138 ____________________________________________________________________________
6139 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
6140         Log: To make the current implementation of sv_replace sane, we should
6141              assert that the reference count of the target is also 1.
6142              (Given that we're splatting an SV with a reference count of 1 onto
6143              the target)
6144      Branch: perl
6145            ! sv.c
6146 ____________________________________________________________________________
6147 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
6148         Log: Promote the warning about reference miscount in sv_replace to a panic.
6149              TODO - document the panics
6150      Branch: perl
6151            ! sv.c
6152 ____________________________________________________________________________
6153 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
6154         Log: No need to manually set the reference count of a new IO to 1.
6155      Branch: perl
6156            ! gv.c
6157 ____________________________________________________________________________
6158 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
6159         Log: Don't mention redundant usethreads in -V output
6160              Be more consistent in using commas
6161      Branch: perl
6162            ! myconfig.SH
6163 ____________________________________________________________________________
6164 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
6165         Log: Subject: update B::Concise pod to reflect previous changes
6166              From: Jim Cromie <jcromie@divsol.com>
6167              Date: Wed, 24 Aug 2005 11:05:47 -0600
6168              Message-ID: <430CA8EB.3010904@divsol.com>
6169      Branch: perl
6170            ! ext/B/B/Concise.pm
6171 ____________________________________________________________________________
6172 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
6173         Log: Fix miniperl build with threaded perl
6174      Branch: perl
6175            ! util.c
6176 ____________________________________________________________________________
6177 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
6178         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
6179              From: "John Peacock" <jpeacock@rowman.com>
6180              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
6181              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
6182      Branch: perl
6183            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
6184            ! pod/perlapi.pod proto.h t/comp/use.t util.c
6185 ____________________________________________________________________________
6186 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
6187         Log: Unmatched parentheses (thanks to Steve Peters)
6188      Branch: perl
6189            ! pod/perlvar.pod
6190 ____________________________________________________________________________
6191 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
6192         Log: My system produces core.$$ files
6193      Branch: perl
6194            ! Makefile.SH
6195 ____________________________________________________________________________
6196 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
6197         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
6198              From: Rick Delaney <rick@bort.ca>
6199              Date: Mon, 22 Aug 2005 13:00:33 -0400
6200              Message-ID: <20050822170033.GH7674@localhost.localdomain>
6201      Branch: perl
6202            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
6203 ____________________________________________________________________________
6204 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
6205         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
6206              From: "Jan Dubois" <jand@ActiveState.com>
6207              Date: Mon, 22 Aug 2005 15:37:09 -0700
6208              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
6209      Branch: perl
6210            ! win32/ext/Win32/Win32.pm
6211 ____________________________________________________________________________
6212 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
6213         Log: Subject: Re: Documentation change for IPC::Open*.pm
6214              From: Ben Tilly <btilly@gmail.com>
6215              Date: Mon, 22 Aug 2005 08:30:14 -0700
6216              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
6217      Branch: perl
6218            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
6219 ____________________________________________________________________________
6220 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
6221         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
6222              From: Rick Delaney <rick@bort.ca>
6223              Date: Sun, 21 Aug 2005 15:09:57 -0400
6224              Message-ID: <20050821190957.GE7674@localhost.localdomain>
6225      Branch: perl
6226            ! pp_ctl.c t/op/range.t
6227 ____________________________________________________________________________
6228 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
6229         Log: Upgrade to Term::ANSIColor 1.10
6230      Branch: perl
6231            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
6232            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
6233 ____________________________________________________________________________
6234 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
6235         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
6236              From: Michael G Schwern <schwern@pobox.com>
6237              Date: Sun, 21 Aug 2005 00:16:26 -0700
6238              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
6239      Branch: perl
6240            ! lib/CPAN.pm
6241 ____________________________________________________________________________
6242 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
6243         Log: Argh. I've overwritten local changes to ptar with change 25312
6244      Branch: perl
6245            ! lib/Archive/Tar/bin/ptar
6246 ____________________________________________________________________________
6247 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
6248         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
6249              From: Abe Timmerman <abe@ztreet.demon.nl>
6250              Date: Sun, 21 Aug 2005 16:28:42 +0200
6251              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
6252      Branch: perl
6253            ! configure.com
6254 ____________________________________________________________________________
6255 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
6256         Log: Don't install ptar in module tree
6257      Branch: perl
6258            ! installperl
6259 ____________________________________________________________________________
6260 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
6261         Log: Fix typo in file name
6262      Branch: perl
6263            ! MANIFEST
6264 ____________________________________________________________________________
6265 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
6266         Log: Upgrade to Archive::Tar 1.26
6267              Preserve some local typo fixes
6268              Don't load Data::Dumper
6269      Branch: perl
6270            + lib/Archive/Tar/bin/ptardiff
6271            + lib/Archive/Tar/t/04_resolved_issues.t
6272            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
6273            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
6274            ! lib/Archive/Tar/t/02_methods.t
6275 ____________________________________________________________________________
6276 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
6277         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
6278              From: "John E. Malmberg" <wb8tyw@qsl.net>
6279              Message-ID: <4307F348.70603@qsl.net>
6280              Date: Sat, 20 Aug 2005 23:21:44 -0400
6281      Branch: perl
6282            ! t/op/arith.t
6283 ____________________________________________________________________________
6284 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
6285         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
6286              From: "John E. Malmberg" <wb8tyw@qsl.net>
6287              Message-ID: <43080395.50807@qsl.net>
6288              Date: Sun, 21 Aug 2005 00:31:17 -0400
6289      Branch: perl
6290            ! lib/ExtUtils/t/Constant.t
6291 ____________________________________________________________________________
6292 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
6293         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
6294              From: Abigail <abigail@abigail.nl>
6295              Message-ID: <20050723003235.GJ15093@abigail.nl>
6296              Date: Sat, 23 Jul 2005 02:32:35 +0200
6297      Branch: perl
6298            ! ext/POSIX/POSIX.xs
6299 ____________________________________________________________________________
6300 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
6301         Log: Subject: Re: Data::Dumper bug?
6302              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6303              Date: Mon, 8 Aug 2005 20:33:02 -0700
6304              Message-ID: <20050809033301.GA3804@efn.org>
6305      Branch: perl
6306            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6307 ____________________________________________________________________________
6308 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
6309         Log: Subject: [PATCH] make threads.xs emit warnings properly
6310              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
6311              Date: Aug 7, 2005 7:10 AM
6312              Message-id: <20050807051041.GA3924@ethan>
6313      Branch: perl
6314            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6315 ____________________________________________________________________________
6316 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
6317         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
6318              From: "John E. Malmberg" <wb8tyw@qsl.net>
6319              Date: Thu, 18 Aug 2005 21:18:27 -0400
6320              Message-ID: <43053363.8090809@qsl.net>
6321      Branch: perl
6322            ! vms/vms.c
6323 ____________________________________________________________________________
6324 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
6325         Log: Subject: make test of perl 5.8.7 failed on icc9
6326              From: YAMASHINA Hio <hio@ymir.co.jp>
6327              Date: Thu, 18 Aug 2005 20:36:57 +0900
6328              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
6329      Branch: perl
6330            ! hints/linux.sh
6331 ____________________________________________________________________________
6332 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
6333         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
6334              From: <jarkko.hietaniemi@nokia.com>
6335              Date: Thu, 18 Aug 2005 13:43:46 +0300
6336              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
6337      Branch: perl
6338            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
6339            ! symbian/TODO symbian/config.pl symbian/config.sh
6340            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
6341 ____________________________________________________________________________
6342 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
6343         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
6344              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6345              Date: Fri, 12 Aug 2005 00:20:39 +0900
6346              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
6347      Branch: perl
6348            ! t/op/tr.t toke.c
6349 ____________________________________________________________________________
6350 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
6351         Log: Subject: autouse.pm: remove unneeded eval
6352              From: Alexey Tourbin <at@altlinux.ru>
6353              Date: Thu, 18 Aug 2005 08:13:24 +0400
6354              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
6355              
6356              Subject: autouse.pm: check stub, use goto in stub
6357              From: Alexey Tourbin <at@altlinux.ru>
6358              Date: Thu, 18 Aug 2005 09:06:20 +0400
6359              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
6360      Branch: perl
6361            ! lib/autouse.pm
6362 ____________________________________________________________________________
6363 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
6364         Log: FAQ sync
6365      Branch: perl
6366            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6367            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6368            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
6369 ____________________________________________________________________________
6370 [ 25300] By: steveh                                on 2005/08/17  14:33:00
6371         Log: Subject: Your bug reports for Time::Local
6372              From: Dave Rolsky <autarch@urth.org>
6373              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
6374              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
6375              
6376              An improvement on change 25287 from Dave Rolsky
6377      Branch: perl
6378            ! lib/Time/Local.t
6379 ____________________________________________________________________________
6380 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
6381         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
6382              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6383              Date: Aug 7, 2005 8:03 PM
6384              Message-ID: <20050807180308.GA2112@efn.org>
6385              
6386              Subject: Re: [perl #36654] Inconsistent treatment of NaN
6387              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6388              Date: Wed, 10 Aug 2005 22:53:51 -0700
6389              Message-ID: <20050811055351.GA2296@efn.org>
6390      Branch: perl
6391            ! numeric.c pod/perlop.pod
6392 ____________________________________________________________________________
6393 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
6394         Log: Upgrade to Time::HiRes 1.73
6395      Branch: perl
6396            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6397 ____________________________________________________________________________
6398 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
6399         Log: Given that we now have a union, there's no need for all the HvARRAY()
6400              casting games.
6401      Branch: perl
6402            ! hv.h sv.h
6403 ____________________________________________________________________________
6404 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
6405         Log: Fix for [perl #36853] -Dx can crash bleadperl
6406              The PL_op_sequence global hash wasn't initialized
6407      Branch: perl
6408            ! dump.c
6409 ____________________________________________________________________________
6410 [ 25295] By: merijn                                on 2005/08/16  07:36:58
6411         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
6412              From: Gisle Aas <gisle@ActiveState.com>
6413              Date: 15 Aug 2005 21:05:22 -0700
6414              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
6415      Branch: perl
6416            ! ext/Time/HiRes/hints/solaris.pl
6417 ____________________________________________________________________________
6418 [ 25294] By: merijn                                on 2005/08/15  09:36:30
6419         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
6420              From: "John E. Malmberg" <wb8tyw@qsl.net>
6421              Date: Sat, 13 Aug 2005 12:20:34 -0400
6422              Message-ID: <42FE1DD2.8050803@qsl.net>
6423      Branch: perl
6424            ! configure.com
6425 ____________________________________________________________________________
6426 [ 25293] By: merijn                                on 2005/08/15  09:34:28
6427         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
6428              From: Abe Timmerman <abe@ztreet.demon.nl>
6429              Date: Sat, 13 Aug 2005 18:16:29 +0200
6430              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
6431      Branch: perl
6432            ! configure.com
6433 ____________________________________________________________________________
6434 [ 25292] By: merijn                                on 2005/08/13  07:38:54
6435         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
6436              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6437              Date: Fri, 12 Aug 2005 16:31:42 +0100
6438              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
6439      Branch: perl
6440            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
6441            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
6442            ! ext/Compress/Zlib/t/03examples.t
6443 ____________________________________________________________________________
6444 [ 25291] By: merijn                                on 2005/08/13  07:33:46
6445         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
6446              From: "John E. Malmberg" <wb8tyw@qsl.net>
6447              Date: Fri, 12 Aug 2005 13:39:25 -0400
6448              Message-ID: <42FCDECD.8090009@qsl.net>
6449      Branch: perl
6450            ! configure.com
6451 ____________________________________________________________________________
6452 [ 25290] By: merijn                                on 2005/08/13  07:30:05
6453         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
6454              From: "John E. Malmberg" <wb8tyw@qsl.net>
6455              Date: Fri, 12 Aug 2005 23:17:39 -0400
6456              Message-ID: <42FD6653.6010605@qsl.net>
6457      Branch: perl
6458            ! lib/bignum/t/bninfnan.t
6459 ____________________________________________________________________________
6460 [ 25289] By: steveh                                on 2005/08/12  16:13:11
6461         Log: Supply same libs for bcc32 builds as cl and gcc builds have
6462              
6463              It makes life easier for third-party extensions if perl provides a
6464              decent set of libs to link against. cl and gcc builds already have
6465              this (except that gcc was missing one lib), but bcc32 builds only
6466              have one or two libs supplied.  In particular, the ODBC libs
6467              required for building libwin32 were not specified.  One of these
6468              doesn't exist in the Borland lib dirs by default, so generate it
6469              from the DLL if it is missing.
6470      Branch: perl
6471            ! win32/makefile.mk
6472 ____________________________________________________________________________
6473 [ 25288] By: steveh                                on 2005/08/12  15:26:11
6474         Log: Make change 25286 better
6475              
6476              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
6477      Branch: perl
6478            ! win32/win32.c
6479 ____________________________________________________________________________
6480 [ 25287] By: steveh                                on 2005/08/11  11:56:26
6481         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
6482              
6483              See comments at:
6484              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
6485      Branch: perl
6486            ! lib/Time/Local.t
6487 ____________________________________________________________________________
6488 [ 25286] By: steveh                                on 2005/08/11  10:56:12
6489         Log: Silence Win32 compiler warnings following change 25280
6490      Branch: perl
6491            ! win32/win32.c
6492 ____________________________________________________________________________
6493 [ 25285] By: steveh                                on 2005/08/11  09:21:37
6494         Log: Run regen.pl
6495      Branch: perl
6496            ! pod/perlapi.pod proto.h
6497 ____________________________________________________________________________
6498 [ 25284] By: merijn                                on 2005/08/11  07:35:27
6499         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
6500              From: "John E. Malmberg" <wb8tyw@qsl.net>
6501              Date: Wed, 10 Aug 2005 23:26:03 -0400
6502              Message-ID: <42FAC54B.2050207@qsl.net>
6503      Branch: perl
6504            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
6505            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
6506            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
6507            ! utils/c2ph.PL vms/ext/Stdio/test.pl
6508 ____________________________________________________________________________
6509 [ 25283] By: merijn                                on 2005/08/11  07:25:32
6510         Log: Subject: [patch] blead@25282
6511              From: "John E. Malmberg" <wb8tyw@qsl.net>
6512              Date: Wed, 10 Aug 2005 23:47:47 -0400
6513              Message-ID: <42FACA63.4030805@qsl.net>
6514      Branch: perl
6515            ! t/op/exec.t t/run/exit.t
6516 ____________________________________________________________________________
6517 [ 25282] By: merijn                                on 2005/08/10  20:34:03
6518         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
6519              From: Andy Dougherty <doughera@lafayette.edu>
6520              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
6521              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
6522      Branch: perl
6523            ! hints/solaris_2.sh
6524 ____________________________________________________________________________
6525 [ 25281] By: merijn                                on 2005/08/10  11:45:11
6526         Log: Subject: conflicting types for 'Perl_my_popen'
6527              From: Alexey Tourbin <at@altlinux.ru>
6528              Date: Wed, 10 Aug 2005 15:19:15 +0400
6529              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
6530      Branch: perl
6531            ! util.c
6532 ____________________________________________________________________________
6533 [ 25280] By: merijn                                on 2005/08/10  09:14:23
6534         Log: Subject: patch@25279 VMS error handling and const fixes
6535              From: "John E. Malmberg" <wb8tyw@qsl.net>
6536              Date: Wed, 10 Aug 2005 00:37:13 -0400
6537              Message-ID: <42F98479.6030207@qsl.net>
6538      Branch: perl
6539            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
6540            ! vms/vmsish.h
6541 ____________________________________________________________________________
6542 [ 25279] By: merijn                                on 2005/08/09  11:24:54
6543         Log: Subject: [PATCH] Fix a couple of random warnings
6544              From: Steve Peters <steve@fisharerojo.org>
6545              Date: Tue, 9 Aug 2005 06:21:48 -0500
6546              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
6547      Branch: perl
6548            ! nostdio.h perl.c
6549 ____________________________________________________________________________
6550 [ 25278] By: steveh                                on 2005/08/08  16:12:12
6551         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
6552              
6553              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
6554              it supports the ServerAliveInterval config setting which prevents the
6555              ssh client from timing out every so often
6556      Branch: perl
6557            ! Porting/repository.pod
6558 ____________________________________________________________________________
6559 [ 25277] By: merijn                                on 2005/08/08  06:22:38
6560         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
6561              From: Andy Lester <andy@petdance.com>
6562              Date: Sun, 7 Aug 2005 00:59:11 -0500
6563              Message-ID: <20050807055911.GA6384@petdance.com>
6564      Branch: perl
6565            ! embed.fnc op.c
6566 ____________________________________________________________________________
6567 [ 25276] By: merijn                                on 2005/08/08  06:17:33
6568         Log: Subject: Re: [PATCH] undup
6569              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6570              Date: Sun, 07 Aug 2005 14:49:40 +0300
6571              Message-ID: <42F5F554.5020701@gmail.com>
6572      Branch: perl
6573            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
6574 ____________________________________________________________________________
6575 [ 25275] By: davem                                 on 2005/08/07  11:15:32
6576         Log: run regen.pl after change #25274
6577      Branch: perl
6578            ! pod/perlintern.pod
6579 ____________________________________________________________________________
6580 [ 25274] By: merijn                                on 2005/08/07  10:10:12
6581         Log: Subject: [PATCH] undup 
6582              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6583              Date: Sun, 07 Aug 2005 13:28:19 +0300
6584              Message-ID: <42F5E243.80500@gmail.com>
6585      Branch: perl
6586            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
6587            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
6588            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
6589 ____________________________________________________________________________
6590 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
6591         Log: Add files missed in change 25271
6592      Branch: perl
6593            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
6594            + ext/Encode/t/mime_header_iso2022jp.t
6595 ____________________________________________________________________________
6596 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
6597         Log: Clarify docs
6598      Branch: perl
6599            ! ext/PerlIO/encoding/encoding.pm
6600 ____________________________________________________________________________
6601 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
6602         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
6603              by Dan Kogai to fix encoding(utf-8-strict) with partial
6604              characters.
6605      Branch: perl
6606            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6607            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6608            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
6609            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
6610            ! ext/Encode/lib/Encode/Config.pm
6611            ! ext/Encode/lib/Encode/MIME/Header.pm
6612            ! ext/PerlIO/encoding/encoding.pm
6613 ____________________________________________________________________________
6614 [ 25270] By: merijn                                on 2005/08/06  15:54:55
6615         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
6616              From: Dominic Dunlop <shouldbedomo@mac.com>
6617              Date: Sat, 6 Aug 2005 17:47:40 +0200
6618              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
6619      Branch: perl
6620            ! pp.c t/op/arith.t
6621 ____________________________________________________________________________
6622 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
6623         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
6624              From: John E. Malmberg <wb8tyw@qsl.net>
6625              Date: Mon, 01 Aug 2005 19:54:22 -0400
6626              Message-ID: <42EEB62E.3020108@qsl.net>
6627      Branch: perl
6628            ! vms/vms.c
6629 ____________________________________________________________________________
6630 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
6631         Log: "thread failed to start" is a severe warning, not a fatal error
6632              as reported by Tassilo von Parseval.
6633      Branch: perl
6634            ! pod/perldiag.pod
6635 ____________________________________________________________________________
6636 [ 25267] By: merijn                                on 2005/08/05  14:13:26
6637         Log: ASCIZ is not a typo
6638      Branch: perl
6639            ! pod/perlfunc.pod
6640 ____________________________________________________________________________
6641 [ 25266] By: merijn                                on 2005/08/05  07:50:40
6642         Log: Subject: [PATCH] Typos in *.p[lm]
6643              From: "Piotr Fusik" <pfusik@op.pl>
6644              Date: Sun, 31 Jul 2005 12:50:04 +0200
6645              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
6646      Branch: perl
6647            ! ext/Encode/lib/Encode/PerlIO.pod
6648            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
6649            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
6650            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
6651            ! pod/perlfunc.pod pod/perltoc.pod
6652 ____________________________________________________________________________
6653 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
6654         Log: VMS debugging help, by John E. Malmberg
6655      Branch: perl
6656            ! vms/descrip_mms.template
6657 ____________________________________________________________________________
6658 [ 25264] By: merijn                                on 2005/08/03  10:30:54
6659         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
6660              From: Dominic Dunlop <shouldbedomo@mac.com>
6661              Date: Wed, 3 Aug 2005 12:19:03 +0200
6662              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
6663      Branch: perl
6664            ! t/op/sprintf.t
6665 ____________________________________________________________________________
6666 [ 25263] By: merijn                                on 2005/08/02  13:59:49
6667         Log: The typo changes from 25261 (of course) altered the MD5's
6668      Branch: perl
6669            ! ext/Digest/MD5/t/files.t
6670 ____________________________________________________________________________
6671 [ 25262] By: merijn                                on 2005/08/02  13:45:35
6672         Log: Typoes from 25261 also in expected for tests
6673      Branch: perl
6674            ! t/pod/pod2usage.xr
6675 ____________________________________________________________________________
6676 [ 25261] By: merijn                                on 2005/08/02  10:39:51
6677         Log: Subject: [PATCH] Typos in *.p[lm]
6678              From: "Piotr Fusik" <pfusik@op.pl>
6679              Date: Sun, 31 Jul 2005 12:50:04 +0200
6680              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
6681      Branch: perl
6682            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
6683            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6684            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
6685            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
6686            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
6687            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
6688            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
6689            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6690            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
6691            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
6692            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
6693            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
6694            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
6695            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6696            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
6697            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6698            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
6699            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
6700            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
6701            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
6702            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
6703            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
6704            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
6705            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
6706            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
6707            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6708            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
6709            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
6710            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
6711            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
6712            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
6713            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
6714            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
6715            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
6716            ! wince/comp.pl
6717 ____________________________________________________________________________
6718 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
6719         Log: Document where to find maintainers of dual live modules
6720      Branch: perl
6721            ! pod/perlhack.pod
6722 ____________________________________________________________________________
6723 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
6724         Log: More typo fixes (damn generated pod files)
6725      Branch: perl
6726            ! pad.c
6727 ____________________________________________________________________________
6728 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
6729         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
6730              From: Michael G Schwern <schwern@pobox.com>
6731              Date: Sat, 23 Jul 2005 19:59:29 -0700
6732              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
6733      Branch: perl
6734            ! pod/perlfunc.pod
6735 ____________________________________________________________________________
6736 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
6737         Log: Various patches by John E. Malmberg to fix data
6738              corruption issues on VMS. Back out change 25218 and
6739              the parts of change 25217 that affect pp_ctl.c and
6740              pp_sys.c.
6741      Branch: perl
6742            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
6743            ! vms/vms.c vms/vmsish.h
6744 ____________________________________________________________________________
6745 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
6746         Log: Various patches by John E. Malmberg to fix data
6747              corruption issues on VMS. Back out change 25218 and
6748              the parts of change 25217 that affect pp_ctl.c and
6749              pp_sys.c.
6750      Branch: perl
6751            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
6752            ! vms/vms.c vms/vmsish.h
6753 ____________________________________________________________________________
6754 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
6755         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
6756              From: "John E. Malmberg" <wb8tyw@qsl.net>
6757              Date: Fri, 29 Jul 2005 10:24:15 -0400
6758              Message-ID: <42EA3C0F.9040900@qsl.net>
6759      Branch: perl
6760            ! vms/vms.c
6761 ____________________________________________________________________________
6762 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
6763         Log: Another typo fix
6764      Branch: perl
6765            ! XSUB.h pod/perlapi.pod
6766 ____________________________________________________________________________
6767 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
6768         Log: Subject: [PATCH] POD typos
6769              From: "Piotr Fusik" <pfusik@op.pl>
6770              Date: Sat, 30 Jul 2005 21:54:19 +0200
6771              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
6772      Branch: perl
6773            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
6774            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
6775            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
6776            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
6777            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
6778            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
6779 ____________________________________________________________________________
6780 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
6781         Log: Subject: Re: [perl #36622] y/// at end of file
6782              From: Michael G Schwern <schwern@pobox.com>
6783              Date: Fri, 22 Jul 2005 11:51:15 -0700
6784              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
6785      Branch: perl
6786            ! t/op/tr.t t/test.pl
6787 ____________________________________________________________________________
6788 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
6789         Log: Subject: Re: blead@25210 on OpenVMS (not good)
6790              From: "John E. Malmberg" <wb8tyw@qsl.net>
6791              Date: Sun, 24 Jul 2005 19:09:01 -0400
6792              Message-ID: <42E41F8D.3040306@qsl.net>
6793              
6794              constify Perl_unlnk
6795      Branch: perl
6796            ! embed.fnc perl.h proto.h util.c
6797 ____________________________________________________________________________
6798 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
6799         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
6800              From: "John E. Malmberg" <wb8tyw@qsl.net>
6801              Date: Sun, 31 Jul 2005 23:19:51 -0400
6802              Message-ID: <42ED94D6.7020104@qsl.net>
6803      Branch: perl
6804            ! ext/Compress/Zlib/t/03examples.t
6805 ____________________________________________________________________________
6806 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
6807         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
6808              From: "John E. Malmberg" <wb8tyw@qsl.net>
6809              Date: Sun, 31 Jul 2005 22:18:19 -0400
6810              Message-ID: <42ED866B.3000308@qsl.net>
6811      Branch: perl
6812            ! t/op/pack.t
6813 ____________________________________________________________________________
6814 [ 25248] By: merijn                                on 2005/07/31  15:50:45
6815         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
6816              POSIX::SigRt is not available on use
6817      Branch: perl
6818            ! ext/POSIX/t/sigaction.t
6819 ____________________________________________________________________________
6820 [ 25247] By: merijn                                on 2005/07/31  15:47:51
6821         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
6822              From: Dominic Dunlop <shouldbedomo@mac.com>
6823              Date: Fri, 29 Jul 2005 17:41:59 +0200
6824              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
6825      Branch: perl
6826            ! sv.h
6827 ____________________________________________________________________________
6828 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
6829         Log: Remove the documentation for $#, which has been removed
6830      Branch: perl
6831            ! pod/perlvar.pod
6832 ____________________________________________________________________________
6833 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
6834         Log: Update Changes
6835      Branch: perl
6836            ! Changes
6837 ____________________________________________________________________________
6838 [ 25244] By: steveh                                on 2005/07/29  09:41:38
6839         Log: Skip op/sprintf.t test 147 on MSWin32
6840              ... and fix the skip code so that it actually works ;-)
6841      Branch: perl
6842            ! t/op/sprintf.t
6843 ____________________________________________________________________________
6844 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
6845         Log: Subject: [PATCH] More embed.fnc goodness
6846              From: Andy Lester <andy@petdance.com>
6847              Date: Thu, 28 Jul 2005 14:09:56 -0500
6848              Message-ID: <20050728190956.GB607@petdance.com>
6849      Branch: perl
6850            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
6851            ! regexec.c sv.c util.c
6852 ____________________________________________________________________________
6853 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
6854         Log: Subject: [PATCH] Fix English error in overload.pm
6855              From: Andy Lester <andy@petdance.com>
6856              Date: Thu, 28 Jul 2005 14:10:43 -0500
6857              Message-ID: <20050728191043.GC607@petdance.com>
6858      Branch: perl
6859            ! lib/overload.pm
6860 ____________________________________________________________________________
6861 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
6862         Log: Clarification to the syntax of loop modifiers
6863              by Piotr Fusik
6864      Branch: perl
6865            ! pod/perlfunc.pod
6866 ____________________________________________________________________________
6867 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
6868         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
6869              From: "Green, Paul" <Paul.Green@stratus.com>
6870              Date: Mon, 25 Jul 2005 12:39:32 -0400
6871              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
6872      Branch: perl
6873            ! mg.c
6874 ____________________________________________________________________________
6875 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
6876         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
6877              From: Michael G Schwern <schwern@pobox.com>
6878              Date: Fri, 22 Jul 2005 12:53:34 -0700
6879              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
6880      Branch: perl
6881            ! t/run/fresh_perl.t
6882 ____________________________________________________________________________
6883 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
6884         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
6885              From: Robin Barker <Robin.Barker@npl.co.uk>
6886              Date: Thu, 28 Jul 2005 12:13:13 +0100
6887              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
6888      Branch: perl
6889            ! perl.h
6890 ____________________________________________________________________________
6891 [ 25237] By: merijn                                on 2005/07/28  13:03:09
6892         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
6893              From: Robin Barker <Robin.Barker@npl.co.uk>
6894              Date: Thu, 28 Jul 2005 14:05:51 +0100
6895              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
6896      Branch: perl
6897            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
6898 ____________________________________________________________________________
6899 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
6900         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
6901              From: Robin Barker <Robin.Barker@npl.co.uk>
6902              Date: Thu, 28 Jul 2005 13:57:31 +0100
6903              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
6904      Branch: perl
6905            ! ext/POSIX/POSIX.xs mg.c perl.h
6906 ____________________________________________________________________________
6907 [ 25235] By: merijn                                on 2005/07/28  12:22:27
6908         Log: sprintf now has all but two tests enabled.
6909              the list supports skipping of expected fails
6910              new test for %.0g from Dominic Dunlop
6911      Branch: perl
6912            ! t/op/sprintf.t
6913 ____________________________________________________________________________
6914 [ 25234] By: steveh                                on 2005/07/28  09:10:41
6915         Log: Subject: [PATCH] perlfunc.pod grammar fixes
6916              From: Steve Peters <steve@fisharerojo.org>
6917              Date: Wed, 27 Jul 2005 22:02:13 -0500
6918              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
6919              
6920              (with minor tweaks)
6921      Branch: perl
6922            ! pod/perlfunc.pod
6923 ____________________________________________________________________________
6924 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
6925         Log: Sync change 25229 to .h source files
6926      Branch: perl
6927            ! cv.h pad.h
6928 ____________________________________________________________________________
6929 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
6930         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
6931              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
6932              Date: Wed, 27 Jul 2005 15:43:17 -0700
6933              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
6934              
6935              (except the redundant test)
6936      Branch: perl
6937            ! opcode.h opcode.pl t/lib/warnings/9uninit
6938 ____________________________________________________________________________
6939 [ 25231] By: merijn                                on 2005/07/28  06:48:14
6940         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
6941              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6942              Date: Thu, 28 Jul 2005 10:01:51 +0300
6943              Message-ID: <42E882DF.6020100@gmail.com>
6944              Message-ID: <42E86DE9.6090709@gmail.com>
6945      Branch: perl
6946            ! handy.h hints/dec_osf.sh
6947 ____________________________________________________________________________
6948 [ 25230] By: merijn                                on 2005/07/27  16:28:58
6949         Log: Some signals are more real than others
6950              Also added comment about why the tests are there
6951      Branch: perl
6952            ! ext/POSIX/t/sigaction.t
6953 ____________________________________________________________________________
6954 [ 25229] By: merijn                                on 2005/07/27  16:26:16
6955         Log: Subject: [PATCH] id est is i.e.
6956              From: Steve Peters <steve@fisharerojo.org>
6957              Date: Tue, 26 Jul 2005 20:42:38 -0500
6958              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
6959      Branch: perl
6960            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
6961            ! pod/perlintern.pod
6962 ____________________________________________________________________________
6963 [ 25228] By: merijn                                on 2005/07/26  13:23:10
6964         Log: Use the correct gcc when more than one gcc is installed
6965              Thanks to Campo
6966      Branch: perl
6967            ! hints/aix.sh
6968 ____________________________________________________________________________
6969 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
6970         Log: Subject: [perl #36658] Typo in perlfunc.pod 
6971              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
6972              Date: Tue, 26 Jul 2005 01:07:18 -0700
6973              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
6974      Branch: perl
6975            ! pod/perlfunc.pod
6976 ____________________________________________________________________________
6977 [ 25226] By: steveh                                on 2005/07/25  14:37:41
6978         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
6979              
6980              This was disabled by change 22689 because it was severely broken
6981              at the time.  See the thread starting here:
6982              
6983              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
6984              
6985              The PERL_MALLOC_WRAP code in handy.h has since changed along the
6986              lines of what was discussed in that thread (in particular, by change
6987              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
6988              re-enabled.
6989      Branch: perl
6990            ! win32/config_H.bc
6991 ____________________________________________________________________________
6992 [ 25225] By: steveh                                on 2005/07/25  14:34:12
6993         Log: Ken pointed out that CBuilder's cleanup is too agrressive
6994              
6995              The Windows compile() and link() methods bizarrely include their own
6996              output files in the list of files to be cleaned up.  Now that they
6997              actually are being cleaned up, this isn't ideal ;-)
6998              
6999              Stop compile() and link() from cleaning up their own output, and
7000              reinstate the explicit deletion of those output files in the test
7001              scripts.
7002      Branch: perl
7003            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
7004            ! lib/ExtUtils/CBuilder/t/01-basic.t
7005            ! lib/ExtUtils/CBuilder/t/02-link.t
7006            ! lib/ExtUtils/ParseXS/t/basic.t
7007 ____________________________________________________________________________
7008 [ 25224] By: steveh                                on 2005/07/25  11:53:44
7009         Log: Silence uninitialized value warnings in Net::Cmd
7010              
7011              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
7012      Branch: perl
7013            ! lib/Net/Cmd.pm
7014 ____________________________________________________________________________
7015 [ 25223] By: merijn                                on 2005/07/25  11:47:03
7016         Log: use POSIX might not throw an error. Check for useful values also
7017      Branch: perl
7018            ! ext/POSIX/t/sigaction.t
7019 ____________________________________________________________________________
7020 [ 25222] By: steveh                                on 2005/07/25  11:11:29
7021         Log: Make CBuilder and ParseXS clean up their temp test files
7022      Branch: perl
7023            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7024            ! lib/ExtUtils/CBuilder/t/01-basic.t
7025            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
7026            ! lib/ExtUtils/ParseXS/t/basic.t
7027 ____________________________________________________________________________
7028 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
7029         Log: Increment the version number of version.pm
7030              (no code changes on CPAN)
7031      Branch: perl
7032            ! lib/version.pm
7033 ____________________________________________________________________________
7034 [ 25220] By: merijn                                on 2005/07/25  08:53:34
7035         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
7036              From: Michael G Schwern <schwern@pobox.com>
7037              Date: Sat, 23 Jul 2005 17:25:18 -0700
7038              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
7039              
7040              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
7041              From: Michael G Schwern <schwern@pobox.com>
7042              Date: Sun, 24 Jul 2005 13:49:25 -0700
7043              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
7044      Branch: perl
7045            ! pod/perlfunc.pod
7046 ____________________________________________________________________________
7047 [ 25219] By: merijn                                on 2005/07/25  08:39:08
7048         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
7049              From: "Piotr Fusik" <pfusik@op.pl>
7050              Date: Sun, 24 Jul 2005 12:55:09 +0200
7051              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
7052      Branch: perl
7053            ! pod/perlfunc.pod
7054 ____________________________________________________________________________
7055 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
7056         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
7057              From: "Craig A. Berry" <craigberry@mac.com>
7058              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
7059              Date: Sun, 24 Jul 2005 17:47:26 -0500
7060      Branch: perl
7061            ! doio.c
7062 ____________________________________________________________________________
7063 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
7064         Log: Subject: [PATCH] blead help for VMS
7065              From: "Craig A. Berry" <craigberry@mac.com>
7066              Message-ID: <42E3FABB.1020900@mac.com>
7067              Date: Sun, 24 Jul 2005 15:31:55 -0500
7068      Branch: perl
7069           +> ext/Compress/Zlib/zlib-src/adler32.c
7070           +> ext/Compress/Zlib/zlib-src/compress.c
7071           +> ext/Compress/Zlib/zlib-src/crc32.c
7072           +> ext/Compress/Zlib/zlib-src/crc32.h
7073           +> ext/Compress/Zlib/zlib-src/deflate.c
7074           +> ext/Compress/Zlib/zlib-src/deflate.h
7075           +> ext/Compress/Zlib/zlib-src/gzio.c
7076           +> ext/Compress/Zlib/zlib-src/infback.c
7077           +> ext/Compress/Zlib/zlib-src/inffast.c
7078           +> ext/Compress/Zlib/zlib-src/inffast.h
7079           +> ext/Compress/Zlib/zlib-src/inffixed.h
7080           +> ext/Compress/Zlib/zlib-src/inflate.c
7081           +> ext/Compress/Zlib/zlib-src/inflate.h
7082           +> ext/Compress/Zlib/zlib-src/inftrees.c
7083           +> ext/Compress/Zlib/zlib-src/inftrees.h
7084           +> ext/Compress/Zlib/zlib-src/trees.c
7085           +> ext/Compress/Zlib/zlib-src/trees.h
7086           +> ext/Compress/Zlib/zlib-src/uncompr.c
7087           +> ext/Compress/Zlib/zlib-src/zconf.h
7088           +> ext/Compress/Zlib/zlib-src/zlib.h
7089           +> ext/Compress/Zlib/zlib-src/zutil.c
7090           +> ext/Compress/Zlib/zlib-src/zutil.h
7091            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
7092            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
7093            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
7094            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
7095            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
7096            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
7097            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
7098            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
7099            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
7100            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
7101            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
7102            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
7103            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
7104            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
7105            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
7106            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
7107            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
7108            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
7109            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
7110            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
7111            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
7112            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
7113            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
7114            ! vms/gen_shrfls.pl
7115 ____________________________________________________________________________
7116 [ 25216] By: steveh                                on 2005/07/22  16:53:11
7117         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
7118              
7119              Trawling through all these config files, I think I've found the
7120              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
7121              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
7122              lseeksize and lseektype were set to 8 and __int64, but Borland's
7123              <io.h> suggests that they should be 4 and long respectively.
7124              
7125              Changing them accordingly makes all tests pass. And I see that
7126              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
7127              presumably to cope with this difference?
7128      Branch: perl
7129            ! win32/config.bc
7130 ____________________________________________________________________________
7131 [ 25215] By: steveh                                on 2005/07/22  16:36:41
7132         Log: Tweak the canned win32/config.* files
7133              
7134              uselargefiles, usemultiplicity, useperlio and useithreads are now
7135              off in the canned win32/config_H.* files, so change these to match.
7136              
7137              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
7138              which don't actually work since no such CFG_VARS are passed in to
7139              config_sh.PL. (The useperlio and usesitecustomize entries actually
7140              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
7141      Branch: perl
7142            ! win32/config.bc win32/config.gc win32/config.vc
7143            ! win32/config.vc64
7144 ____________________________________________________________________________
7145 [ 25214] By: steveh                                on 2005/07/22  14:22:38
7146         Log: Add missing entries to win32/config.*
7147              
7148              No existing entries changed, just adding some missing ones based
7149              on Porting/config.sh
7150      Branch: perl
7151            ! win32/config.bc win32/config.gc win32/config.vc
7152            ! win32/config.vc64
7153 ____________________________________________________________________________
7154 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
7155         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
7156              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
7157              Date: Wed, 20 Jul 2005 18:26:23 -0700
7158              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
7159      Branch: perl
7160            ! pod/perlfunc.pod
7161 ____________________________________________________________________________
7162 [ 25212] By: steveh                                on 2005/07/22  10:32:02
7163         Log: Tidy up options / defines output from makedef.pl
7164              and change Win32-specific comments to say "On Win32 ..." now
7165              that AIX is using the same code too
7166      Branch: perl
7167            ! makedef.pl
7168 ____________________________________________________________________________
7169 [ 25211] By: steveh                                on 2005/07/22  10:29:51
7170         Log: Silence Win32 warnings when not using USE_LARGE_FILES
7171      Branch: perl
7172            ! win32/win32.c
7173 ____________________________________________________________________________
7174 [ 25210] By: merijn                                on 2005/07/21  17:40:06
7175         Log: I *DO* have AIX, and extending #25209 like this make it happy again
7176              Thank you Steve!
7177      Branch: perl
7178            ! makedef.pl
7179 ____________________________________________________________________________
7180 [ 25209] By: steveh                                on 2005/07/21  17:01:33
7181         Log: Make makedef.pl read "miniperl -V" on Win32
7182              
7183              Perhaps other platforms that use makedef.pl also need a similar
7184              change (currently required to pick up PERL_DONT_CREATE_GVSV),
7185              but it also requires them to have minimal canned configs (if they
7186              are using canned configs like Win32 does) and I don't have any
7187              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
7188              NetWare) for testing, so play it safe instead
7189      Branch: perl
7190            ! makedef.pl
7191 ____________________________________________________________________________
7192 [ 25208] By: steveh                                on 2005/07/21  16:50:27
7193         Log: Make the canned config.h files used on Win32 more minimal
7194              
7195              These are used in their unedited form to build miniperl, so should
7196              represent a minimal configuration
7197              
7198              The plan is to use miniperl's "-V" output in makedef.pl, so it is
7199              important that it doesn't include any of the optional things in the
7200              makefiles that the user might have chosen to disable
7201              
7202              (The actual config.h used to build perl itself is, of course, an
7203              edited version of these canned configs produced by using miniperl
7204              to run config_h.PL so these changes won't affect perl itself)
7205      Branch: perl
7206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7207            ! win32/config_H.vc64
7208 ____________________________________________________________________________
7209 [ 25207] By: merijn                                on 2005/07/21  15:41:39
7210         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
7211              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7212              Date: Thu, 21 Jul 2005 18:33:22 +0300
7213              Message-ID: <42DFC042.1090201@gmail.com>
7214      Branch: perl
7215            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
7216 ____________________________________________________________________________
7217 [ 25206] By: steveh                                on 2005/07/21  14:20:06
7218         Log: Rearrange win32/config_H.* to match config_h.SH
7219              
7220              No actual changes, just reordering the contents of the files so that
7221              diff works better.
7222      Branch: perl
7223            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7224            ! win32/config_H.vc64
7225 ____________________________________________________________________________
7226 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
7227         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
7228              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7229              Date: Thu, 21 Jul 2005 10:06:06 +0100
7230              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
7231      Branch: perl
7232            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
7233            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
7234            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
7235            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
7236            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
7237            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
7238            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
7239            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
7240            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
7241            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
7242            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
7243            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
7244            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
7245            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
7246            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
7247            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
7248            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
7249            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
7250            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
7251            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
7252            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
7253            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
7254            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
7255            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
7256            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
7257            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
7258            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
7259            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
7260            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
7261            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
7262            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
7263            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
7264            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
7265            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
7266            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
7267            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
7268            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
7269            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
7270            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
7271            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
7272            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
7273            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
7274            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
7275            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
7276            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
7277            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
7278            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
7279 ____________________________________________________________________________
7280 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
7281         Log: Remove :base_io from the set of default "safe" opcodes.
7282              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
7283              that allows access to any file" but introduces a backward
7284              compatibility issue.
7285      Branch: perl
7286            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
7287 ____________________________________________________________________________
7288 [ 25203] By: steveh                                on 2005/07/20  13:59:18
7289         Log: Fix definition of Perl_sighandler following change 25200
7290      Branch: perl
7291            ! mg.c
7292 ____________________________________________________________________________
7293 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
7294         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
7295              From: Steve Peters <steve@fisharerojo.org>
7296              Date: Wed, 20 Jul 2005 08:06:38 -0500
7297              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
7298      Branch: perl
7299            ! t/op/vec.t
7300 ____________________________________________________________________________
7301 [ 25201] By: steveh                                on 2005/07/20  13:08:54
7302         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
7303      Branch: perl
7304            ! pad.c
7305 ____________________________________________________________________________
7306 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
7307         Log: Subject: [PATCH] support POSIX SA_SIGINFO
7308              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7309              Date: Wed, 20 Jul 2005 14:40:54 +0300
7310              Message-ID: <42DE3846.6050606@gmail.com>
7311      Branch: perl
7312            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
7313            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
7314            ! util.c
7315 ____________________________________________________________________________
7316 [ 25199] By: steveh                                on 2005/07/20  12:11:56
7317         Log: Silence warnings about NSIG redefinition on Win32
7318              
7319              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
7320              too, which it currently only does for DJGPP)
7321      Branch: perl
7322            ! dosish.h
7323 ____________________________________________________________________________
7324 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
7325         Log: Remove obsolete error messages
7326      Branch: perl
7327            ! pod/perldiag.pod
7328 ____________________________________________________________________________
7329 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
7330         Log: croak() accepts Nullch as a parameter.
7331              (spotted by Stas Bekman)
7332      Branch: perl
7333            ! embed.fnc proto.h
7334 ____________________________________________________________________________
7335 [ 25196] By: steveh                                on 2005/07/20  10:36:20
7336         Log: Fix Newz() backwards-compatibility macro
7337      Branch: perl
7338            ! handy.h
7339 ____________________________________________________________________________
7340 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
7341         Log: Remove :unique attribute from Config.pm,
7342              until we find a better implementation of it (or
7343              remove it). See [perl #36375].
7344      Branch: perl
7345            ! configpm
7346 ____________________________________________________________________________
7347 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
7348         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
7349              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
7350              Date: Wed, 20 Jul 2005 10:43:11 +0200
7351              Message-id: <20050720084311.GA20332@ethan>
7352      Branch: perl
7353            ! pp_hot.c t/op/sub_lval.t
7354 ____________________________________________________________________________
7355 [ 25193] By: steveh                                on 2005/07/20  09:00:29
7356         Log: Exit test script (if we're going to) *before* declaring a plan
7357      Branch: perl
7358            ! ext/POSIX/t/sigaction.t
7359 ____________________________________________________________________________
7360 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
7361         Log: Subject: [PATCH] RE: rebuilding lib/Config*
7362              From: Robin Barker <Robin.Barker@npl.co.uk>
7363              Date: Jul 14, 2005 3:27 PM
7364              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
7365      Branch: perl
7366            ! Makefile.SH
7367 ____________________________________________________________________________
7368 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
7369         Log: Subject: [PATCH] move NSIG logic
7370              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7371              Date: Wed, 20 Jul 2005 09:57:44 +0300
7372              Message-ID: <42DDF5E8.1060100@gmail.com>
7373      Branch: perl
7374            ! handy.h perl.h
7375 ____________________________________________________________________________
7376 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
7377         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
7378              (Certainly where there is AUTOLOADing and XS)
7379              Hopefully *this* fixes the POSIX breakage.
7380      Branch: perl
7381            ! ext/POSIX/POSIX.pm
7382 ____________________________________________________________________________
7383 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
7384         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
7385              (Certainly where there is AUTOLOADing and XS)
7386              Hopefully this fixes the POSIX breakage.
7387      Branch: perl
7388            ! ext/POSIX/POSIX.xs
7389 ____________________________________________________________________________
7390 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
7391         Log: XS constants fail when their value is called for, not at import.
7392              This might be construed as a bug. Fixing is probably a greater evil.
7393      Branch: perl
7394            ! ext/POSIX/t/sigaction.t
7395 ____________________________________________________________________________
7396 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
7397         Log: Extend the the "our variable redeclared" warning to the case:
7398              our $x; our $x;
7399              and add more tests
7400      Branch: perl
7401            ! pad.c t/lib/strict/vars t/lib/warnings/pad
7402 ____________________________________________________________________________
7403 [ 25186] By: steveh                                on 2005/07/19  13:25:42
7404         Log: Fix test following change #25181
7405      Branch: perl
7406            ! lib/Pod/t/htmlview.t
7407 ____________________________________________________________________________
7408 [ 25185] By: merijn                                on 2005/07/19  11:06:22
7409         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
7410              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7411              Date: Tue, 19 Jul 2005 12:06:00 +0300
7412              Message-ID: <42DCC278.2010009@gmail.com>
7413      Branch: perl
7414            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
7415            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
7416            ! handy.h
7417 ____________________________________________________________________________
7418 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
7419         Log: Fix strict test to go with the precedent warning change
7420      Branch: perl
7421            ! t/lib/strict/vars
7422 ____________________________________________________________________________
7423 [ 25181] By: steveh                                on 2005/07/19  10:07:46
7424         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
7425              From: Earl Hood (via RT) <perlbug-followup@perl.org>
7426              Date: Tue, 12 Jul 2005 23:55:28 -0700
7427              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
7428              
7429              (with old code deleted rather than commented out)
7430      Branch: perl
7431            ! lib/Pod/Html.pm
7432 ____________________________________________________________________________
7433 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
7434         Log: Silence new (expected) warnings
7435      Branch: perl
7436            ! t/op/mydef.t
7437 ____________________________________________________________________________
7438 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
7439         Log: Overhaul the semantics of the warning
7440              ""%s" variable %s masks earlier declaration",
7441              based on a patch by Rick Delaney. Now we have :
7442              my $x;   my $x; # warns
7443              my $x;  our $x; # warns
7444              our $x;  my $x; # warns
7445              our $x; our $x; # silent
7446      Branch: perl
7447            ! pad.c t/lib/warnings/pad
7448 ____________________________________________________________________________
7449 [ 25178] By: merijn                                on 2005/07/19  05:42:52
7450         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
7451              From: Steve Peters <steve@fisharerojo.org>
7452              Date: Mon, 18 Jul 2005 22:59:19 -0500
7453              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
7454      Branch: perl
7455            ! pp_sys.c
7456 ____________________________________________________________________________
7457 [ 25177] By: davem                                 on 2005/07/19  01:16:09
7458         Log: Subject:  Re: [PATCH] Faster **
7459              From:      "Piotr Fusik" <pfusik@op.pl>
7460              Date:      Fri, 24 Jun 2005 12:47:40 +0200
7461              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
7462      Branch: perl
7463            ! pp.c
7464 ____________________________________________________________________________
7465 [ 25176] By: davem                                 on 2005/07/19  01:05:18
7466         Log: the "local @foo with $#foo" tests are no longer TODO
7467      Branch: perl
7468            ! t/op/array.t
7469 ____________________________________________________________________________
7470 [ 25174] By: steveh                                on 2005/07/18  16:53:21
7471         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
7472              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
7473              Date: Mon, 18 Jul 2005 18:35:09 +0200
7474              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
7475      Branch: perl
7476            ! perl.h
7477 ____________________________________________________________________________
7478 [ 25173] By: merijn                                on 2005/07/18  16:37:11
7479         Log: Subject: Re: AIX 5.2 localtime bug attack
7480              From: Campo Weijerman <rfc822@nl.ibm.com>
7481              Date: Mon, 18 Jul 2005 17:34:55 +0200
7482              Message-ID: <20050718153455.GA29381@python>
7483              
7484              mday++ is also wday++ and yday++
7485      Branch: perl
7486            ! pp_sys.c
7487 ____________________________________________________________________________
7488 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
7489         Log: Subject: [PATCH] The continuing plod through embed.fnc
7490              From: Andy Lester <andy@petdance.com>
7491              Date: Mon, 18 Jul 2005 10:37:38 -0500
7492              Message-ID: <20050718153738.GB20193@petdance.com>
7493      Branch: perl
7494            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
7495            ! regcomp.c utf8.c
7496 ____________________________________________________________________________
7497 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
7498         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
7499              From: Robin Barker <Robin.Barker@npl.co.uk>
7500              Date: Jul 14, 2005 2:31 PM
7501              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
7502      Branch: perl
7503            ! perl.h sv.c t/op/sprintf.t
7504 ____________________________________________________________________________
7505 [ 25170] By: merijn                                on 2005/07/18  11:02:01
7506         Log: tests are expected to fail if dirfd () does not exist
7507              make the tests to expect failures in that case
7508      Branch: perl
7509            ! t/op/chdir.t
7510 ____________________________________________________________________________
7511 [ 25169] By: merijn                                on 2005/07/18  10:27:06
7512         Log: 1. Typo detected by Schwern (#25151)
7513              2. Added proza about patches (#25152)
7514              3. dirfd got the wrong define based on previous tests (#25168)
7515      Branch: perl
7516            ! Configure
7517 ____________________________________________________________________________
7518 [ 25167] By: steveh                                on 2005/07/18  09:54:58
7519         Log: Silence compiler warning following change 25157
7520              
7521              (DIE returns Perl_die's return value which is an OP*, not the I32
7522              that Perl_apply is expected to return)
7523      Branch: perl
7524            ! doio.c
7525 ____________________________________________________________________________
7526 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
7527         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
7528              From: Rick Delaney <rick@bort.ca>
7529              Date: Jul 14, 2005 4:10 PM
7530              Message-ID: <20050714141059.GF19090@localhost.localdomain>
7531      Branch: perl
7532            + t/op/regexp_qr_embed.t
7533            ! MANIFEST t/op/regexp.t
7534 ____________________________________________________________________________
7535 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
7536         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
7537              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7538              Date: Sun, 17 Jul 2005 11:38:05 +0900
7539              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
7540      Branch: perl
7541            ! pod/perlop.pod
7542 ____________________________________________________________________________
7543 [ 25164] By: steveh                                on 2005/07/18  08:38:27
7544         Log: Subject: Re: Why does our() cross packages? (PATCH)
7545              From: Michael G Schwern <schwern@pobox.com>
7546              Date: Fri, 15 Jul 2005 14:35:18 -0700
7547              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
7548              
7549              (with minor tweaks suggested in subsequent posts)
7550      Branch: perl
7551            ! pod/perlfunc.pod
7552 ____________________________________________________________________________
7553 [ 25163] By: davem                                 on 2005/07/18  00:16:31
7554         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
7555      Branch: perl
7556            ! pp_ctl.c
7557 ____________________________________________________________________________
7558 [ 25162] By: davem                                 on 2005/07/17  22:07:14
7559         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
7560              Spotted by Gisle Aas.
7561      Branch: perl
7562            ! t/op/stat.t
7563 ____________________________________________________________________________
7564 [ 25161] By: davem                                 on 2005/07/17  20:54:15
7565         Log: document what can be assigned to a shared scalar
7566      Branch: perl
7567            ! ext/threads/shared/shared.pm
7568 ____________________________________________________________________________
7569 [ 25160] By: davem                                 on 2005/07/17  20:12:54
7570         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
7571      Branch: perl
7572            ! t/op/goto.t util.c
7573 ____________________________________________________________________________
7574 [ 25159] By: davem                                 on 2005/07/17  19:02:10
7575         Log: change #25129 was overzealous in delaying the call to ckWARN
7576      Branch: perl
7577            ! doio.c pp_hot.c toke.c
7578 ____________________________________________________________________________
7579 [ 25158] By: merijn                                on 2005/07/16  13:20:09
7580         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
7581              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7582              Date: Sat, 16 Jul 2005 22:05:13 +0900
7583              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
7584      Branch: perl
7585            ! doop.c t/op/chop.t
7586 ____________________________________________________________________________
7587 [ 25157] By: merijn                                on 2005/07/16  08:07:44
7588         Log: Subject: Re: fchmod, fchown, fchdir
7589              From: Gisle Aas <gisle@ActiveState.com>
7590              Date: 15 Jul 2005 02:32:50 -0700
7591              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
7592              
7593              + Schwern's ok -> like changes
7594      Branch: perl
7595            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
7596            ! t/op/chdir.t
7597 ____________________________________________________________________________
7598 [ 25156] By: steveh                                on 2005/07/15  16:30:05
7599         Log: Subject: [PATCH] more embed cleanup
7600              From: Andy Lester <andy@petdance.com>
7601              Date: Fri, 15 Jul 2005 10:51:15 -0500
7602              Message-ID: <20050715155115.GC29983@petdance.com>
7603              
7604              (and run regen.pl)
7605      Branch: perl
7606            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
7607            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
7608 ____________________________________________________________________________
7609 [ 25155] By: steveh                                on 2005/07/15  15:50:38
7610         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
7611              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7612              Date: Fri, 15 Jul 2005 02:11:29 -0700
7613              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
7614              
7615              (and bump $CPAN::FirstTime::VERSION)
7616      Branch: perl
7617            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7618 ____________________________________________________________________________
7619 [ 25153] By: steveh                                on 2005/07/15  15:35:55
7620         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
7621              From: Michael G Schwern <schwern@pobox.com>
7622              Date: Wed, 13 Jul 2005 15:57:39 -0700
7623              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
7624              
7625              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
7626              From: Rick Delaney <rick@bort.ca>
7627              Date: Wed, 13 Jul 2005 20:24:56 -0400
7628              Message-ID: <20050714002456.GD19090@localhost.localdomain>
7629      Branch: perl
7630            ! ext/B/B/Deparse.pm t/op/inc.t
7631 ____________________________________________________________________________
7632 [ 25150] By: steveh                                on 2005/07/15  10:35:55
7633         Log: Fix static extensions when building with nmake on Win32
7634              
7635              They were broken because change 24806 forgot to add -DWITH_STATIC
7636              to the recipe for compiling perllib.c which meant that perllibst.h
7637              was not included and hence although they built OK, the static
7638              extensions could not actually be used!
7639              
7640              In fact, since perllibst.h is always created (it is more or less
7641              empty when static extensions are not being used), there is no need
7642              for -DWITH_STATIC at all. So rather than adding it to Makefile,
7643              just drop it from makefile.mk and perllib.c.
7644              
7645              Also add the missing cleanup of perllibst.h to Makefile.
7646      Branch: perl
7647            ! win32/Makefile win32/makefile.mk win32/perllib.c
7648 ____________________________________________________________________________
7649 [ 25149] By: steveh                                on 2005/07/15  09:04:57
7650         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
7651              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7652              Date: Thu, 14 Jul 2005 16:57:45 -0700
7653              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
7654              
7655              (with minor tweaks)
7656      Branch: perl
7657            ! pod/perlop.pod
7658 ____________________________________________________________________________
7659 [ 25148] By: steveh                                on 2005/07/15  07:48:31
7660         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
7661              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7662              Date: Thu, 14 Jul 2005 19:10:51 -0700
7663              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
7664      Branch: perl
7665            ! pod/perlfunc.pod
7666 ____________________________________________________________________________
7667 [ 25147] By: steveh                                on 2005/07/15  07:44:32
7668         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
7669              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7670              Date: Tue, 12 Jul 2005 00:00:17 -0700
7671              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
7672              
7673              (with spaces trimmed from username too)
7674      Branch: perl
7675            ! lib/CPAN/FirstTime.pm
7676 ____________________________________________________________________________
7677 [ 25146] By: merijn                                on 2005/07/15  07:33:01
7678         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
7679              From: Michael G Schwern <schwern@pobox.com>
7680              Date: Fri, 15 Jul 2005 00:49:12 -0700
7681              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
7682      Branch: perl
7683            ! t/op/universal.t
7684 ____________________________________________________________________________
7685 [ 25145] By: merijn                                on 2005/07/15  06:49:16
7686         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
7687              From: Matt Sergeant <matt@sergeant.org>
7688              Date: Thu, 14 Jul 2005 16:53:03 -0400
7689              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
7690      Branch: perl
7691            ! ext/NDBM_File/NDBM_File.pm
7692 ____________________________________________________________________________
7693 [ 25144] By: merijn                                on 2005/07/15  06:33:21
7694         Log: Subject: Typo in t/op/stat.t
7695              From: Gisle Aas <gisle@ActiveState.com>
7696              Date: 14 Jul 2005 23:20:18 -0700
7697              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
7698      Branch: perl
7699            ! t/op/stat.t
7700 ____________________________________________________________________________
7701 [ 25143] By: steveh                                on 2005/07/14  16:08:00
7702         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
7703              From: Michael G Schwern <schwern@pobox.com>
7704              Date: Tue, 12 Jul 2005 15:51:18 -0700
7705              Message-ID: <20050712225118.GA944@windhund.schwern.org>
7706              
7707              (and update SKIP counts)
7708      Branch: perl
7709            ! lib/File/Copy.pm lib/File/Copy.t
7710 ____________________________________________________________________________
7711 [ 25142] By: steveh                                on 2005/07/14  08:12:11
7712         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
7713              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7714              Date: Mon, 11 Jul 2005 22:41:06 -0700
7715              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
7716      Branch: perl
7717            ! lib/CPAN.pm
7718 ____________________________________________________________________________
7719 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
7720         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
7721              From: John Peacock <jpeacock@rowman.com>
7722              Message-ID: <42D55C46.5030905@rowman.com>
7723              Date: Wed, 13 Jul 2005 14:24:06 -0400
7724      Branch: perl
7725            ! universal.c
7726 ____________________________________________________________________________
7727 [ 25140] By: merijn                                on 2005/07/13  17:22:07
7728         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
7729              From: "Steve Peters via RT" <perlbug-followup@perl.org>
7730              Date: Wed, 13 Jul 2005 06:51:45 -0700
7731              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
7732      Branch: perl
7733            ! t/op/groups.t
7734 ____________________________________________________________________________
7735 [ 25139] By: merijn                                on 2005/07/13  16:52:48
7736         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
7737              From: Steve Peters <steve@fisharerojo.org>
7738              Date: Fri, 8 Jul 2005 16:42:56 -0500
7739              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
7740      Branch: perl
7741            ! t/io/dup.t t/io/open.t
7742 ____________________________________________________________________________
7743 [ 25138] By: merijn                                on 2005/07/13  16:37:48
7744         Log: Subject: [PATCH] More embed.fnc plowing
7745              From: Andy Lester <andy@petdance.com>
7746              Date: Wed, 13 Jul 2005 10:49:19 -0500
7747              Message-ID: <20050713154919.GA24586@petdance.com>
7748      Branch: perl
7749            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
7750            ! proto.h toke.c
7751 ____________________________________________________________________________
7752 [ 25137] By: merijn                                on 2005/07/13  16:27:43
7753         Log: Subject: [PATCH] Error in earlier patch in sv.c
7754              From: Robin Barker <Robin.Barker@npl.co.uk>
7755              Date: Wed, 13 Jul 2005 17:29:48 +0100
7756              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
7757      Branch: perl
7758            ! sv.c t/op/sprintf.t
7759 ____________________________________________________________________________
7760 [ 25136] By: steveh                                on 2005/07/13  13:39:44
7761         Log: Make -V "Compile-time options" list everything used in makedef.pl
7762      Branch: perl
7763            ! perl.c
7764 ____________________________________________________________________________
7765 [ 25135] By: steveh                                on 2005/07/13  09:48:10
7766         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
7767              From: David Manura <dm.list@math2.org>
7768              Date: Wed, 21 Jan 2004 20:59:27 -0500
7769              Message-ID: <400F2E7F.9090601@math2.org>
7770              
7771              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
7772              included in perl #25157.
7773      Branch: perl
7774            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
7775            ! lib/Text/Balanced/t/extqlk.t
7776 ____________________________________________________________________________
7777 [ 25134] By: steveh                                on 2005/07/13  09:23:37
7778         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
7779              From: Tels <nospam-abuse@bloodgate.com>
7780              Date: Sat, 9 Jul 2005 23:10:29 +0200
7781              Message-Id: <200507092310.30592@bloodgate.com>
7782              
7783              (with minor tweaks)
7784      Branch: perl
7785            ! lib/Text/Balanced.pm
7786 ____________________________________________________________________________
7787 [ 25133] By: steveh                                on 2005/07/13  08:34:53
7788         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
7789              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7790              Date: Tue, 12 Jul 2005 00:16:49 -0700
7791              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
7792              
7793              (and remove a couple of unused variables)
7794      Branch: perl
7795            ! lib/CPAN.pm
7796 ____________________________________________________________________________
7797 [ 25132] By: steveh                                on 2005/07/13  07:52:21
7798         Log: Subject: [perl #24275] CPAN shell - online help not clear 
7799              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7800              Date: Mon, 11 Jul 2005 23:32:12 -0700
7801              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
7802      Branch: perl
7803            ! lib/CPAN.pm
7804 ____________________________________________________________________________
7805 [ 25131] By: merijn                                on 2005/07/13  06:37:41
7806         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
7807              From: Michael G Schwern <schwern@pobox.com>
7808              Date: Tue, 12 Jul 2005 13:18:34 -0700
7809              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
7810      Branch: perl
7811            ! ext/IO/lib/IO/Socket.pm
7812 ____________________________________________________________________________
7813 [ 25130] By: merijn                                on 2005/07/13  06:27:48
7814         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
7815              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7816              Date: Tue, 12 Jul 2005 15:36:54 -0700
7817              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
7818      Branch: perl
7819            ! lib/dumpvar.pl
7820 ____________________________________________________________________________
7821 [ 25129] By: davem                                 on 2005/07/13  00:21:13
7822         Log: make the expensive ckWARN() be called as late as possible
7823              reorganise
7824              if (ckWARN(FOO) && should_not_happen_condition)
7825              to
7826              if (should_not_happen_condition && ckWARN(FOO))
7827      Branch: perl
7828            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
7829            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
7830 ____________________________________________________________________________
7831 [ 25128] By: davem                                 on 2005/07/12  18:46:34
7832         Log: Subject: Make PERL_MEM_LOG more portable.
7833              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
7834              Date:  Mon, 11 Jul 2005 15:29:46 +0300
7835              Message-Id:  <42D2663A.4050204@gmail.com>
7836      Branch: perl
7837            ! handy.h pod/perlhack.pod util.c
7838 ____________________________________________________________________________
7839 [ 25127] By: davem                                 on 2005/07/12  18:29:43
7840         Log: S_pad_findlex has side effects, so its return value may be ignored
7841      Branch: perl
7842            ! embed.fnc pad.c proto.h
7843 ____________________________________________________________________________
7844 [ 25126] By: davem                                 on 2005/07/12  18:15:48
7845         Log: get_?v have side effects, so their return values may be ignored
7846      Branch: perl
7847            ! embed.fnc proto.h
7848 ____________________________________________________________________________
7849 [ 25125] By: steveh                                on 2005/07/12  16:30:16
7850         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
7851              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7852              Date: Mon, 11 Jul 2005 23:24:56 -0700
7853              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
7854      Branch: perl
7855            ! lib/CPAN.pm
7856 ____________________________________________________________________________
7857 [ 25124] By: steveh                                on 2005/07/12  16:18:22
7858         Log: Subject: [perl #17487] ncftp only handles http 
7859              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7860              Date: Mon, 11 Jul 2005 23:19:06 -0700
7861              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
7862              
7863              (and bump $VERSION (1.76_01 is a CPAN release already))
7864      Branch: perl
7865            ! lib/CPAN.pm
7866 ____________________________________________________________________________
7867 [ 25123] By: steveh                                on 2005/07/12  13:19:51
7868         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
7869              From: Steve Hay <steve.hay@uk.radan.com>
7870              Date: Mon, 11 Jul 2005 13:29:37 +0100
7871              Message-ID: <42D26631.1070500@uk.radan.com>
7872      Branch: perl
7873            ! sv.c
7874 ____________________________________________________________________________
7875 [ 25122] By: steveh                                on 2005/07/12  11:42:07
7876         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
7877              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7878              Date: Mon, 11 Jul 2005 19:16:10 -0700
7879              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
7880      Branch: perl
7881            ! lib/File/Copy.t
7882 ____________________________________________________________________________
7883 [ 25121] By: steveh                                on 2005/07/12  11:33:01
7884         Log: Subject: [PATCH] Cleanup File::Copy tests
7885              From: Michael G Schwern <schwern@pobox.com>
7886              Date: Mon, 11 Jul 2005 18:45:42 -0700
7887              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
7888              
7889              (and fix the SKIP: {} blocks to say $how_many)
7890      Branch: perl
7891            ! lib/File/Copy.t
7892 ____________________________________________________________________________
7893 [ 25120] By: steveh                                on 2005/07/12  11:03:55
7894         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
7895              From: Michael G Schwern <schwern@pobox.com>
7896              Date: Mon, 11 Jul 2005 17:35:14 -0700
7897              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
7898      Branch: perl
7899            ! lib/File/Copy.pm
7900 ____________________________________________________________________________
7901 [ 25119] By: steveh                                on 2005/07/12  09:01:11
7902         Log: Missed a New() -> Newx().
7903              
7904              This one only had 3 args to start with! Presumably nobody uses
7905              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
7906              but someone else that is interested in YYERROR_VERBOSE will have
7907              to look into that.)
7908      Branch: perl
7909            ! perly.c
7910 ____________________________________________________________________________
7911 [ 25118] By: steveh                                on 2005/07/12  08:46:13
7912         Log: Hack out -DL documentation from perldebuguts.pod
7913              
7914              Now that the perl core uses Newx*() rather than New*() this chunk
7915              of old documentation is more obsolete than ever before.
7916      Branch: perl
7917            ! pod/perldebguts.pod
7918 ____________________________________________________________________________
7919 [ 25117] By: steveh                                on 2005/07/12  08:20:11
7920         Log: Fix worrying typo in handy.h :-s
7921      Branch: perl
7922            ! handy.h
7923 ____________________________________________________________________________
7924 [ 25116] By: steveh                                on 2005/07/12  08:17:47
7925         Log: Change New*() to Newx*() in various comments and documentation
7926      Branch: perl
7927            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
7928            ! pod/perlhack.pod sv.c
7929 ____________________________________________________________________________
7930 [ 25115] By: steveh                                on 2005/07/12  07:48:51
7931         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
7932              From: Jim Cromie <jcromie@divsol.com>
7933              Date: Mon, 11 Jul 2005 19:18:02 -0600
7934              Message-ID: <42D31A4A.1020305@divsol.com>
7935              
7936              (with some minor tweaks)
7937      Branch: perl
7938            ! handy.h pod/perlapi.pod
7939 ____________________________________________________________________________
7940 [ 25114] By: merijn                                on 2005/07/12  06:26:39
7941         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
7942              From: Michael G Schwern <schwern@pobox.com>
7943              Date: Mon, 11 Jul 2005 18:41:30 -0700
7944              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
7945      Branch: perl
7946            ! t/TEST
7947 ____________________________________________________________________________
7948 [ 25113] By: steveh                                on 2005/07/11  15:54:46
7949         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
7950              From: Jim Cromie <jcromie@divsol.com>
7951              Date: Sun, 10 Jul 2005 15:59:30 -0600
7952              Message-ID: <42D19A42.8040409@divsol.com>
7953      Branch: perl
7954            ! sv.c
7955 ____________________________________________________________________________
7956 [ 25112] By: steveh                                on 2005/07/11  15:19:11
7957         Log: Subject: [PATCH] perlfunc.pod
7958              From: "Piotr Fusik" <pfusik@op.pl>
7959              Date:      Sat, 9 Jul 2005 16:21:05 +0200
7960              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
7961      Branch: perl
7962            ! pod/perlfunc.pod
7963 ____________________________________________________________________________
7964 [ 25111] By: steveh                                on 2005/07/11  14:41:27
7965         Log: Subject: [patch hv.h doc] HvNAME
7966              From: Stas Bekman <stas@stason.org>
7967              Date: Fri, 08 Jul 2005 13:52:13 +0300
7968              Message-ID: <42CE5ADD.3020003@stason.org>
7969              
7970              Subject: Re: [patch hv.h doc] HvNAME
7971              From: Nicholas Clark <nick@ccl4.org>
7972              Date: Sat, 9 Jul 2005 15:23:51 +0100
7973              Message-ID: <20050709142351.GT15833@plum.flirble.org>
7974      Branch: perl
7975            ! hv.h pod/perlapi.pod
7976 ____________________________________________________________________________
7977 [ 25110] By: davem                                 on 2005/07/10  23:04:26
7978         Log: no code before declarations!
7979      Branch: perl
7980            ! doio.c
7981 ____________________________________________________________________________
7982 [ 25109] By: davem                                 on 2005/07/10  20:02:07
7983         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7984              Date: Sun, 10 Jul 2005 21:50:27 +0300
7985              Subject: [PATCH] yet another way of debugging memory allocations
7986              Message-ID: <42D16DF3.4040806@gmail.com>
7987              
7988              tweak PERL_MEM_LOG
7989      Branch: perl
7990            ! handy.h pod/perlhack.pod util.c
7991 ____________________________________________________________________________
7992 [ 25108] By: davem                                 on 2005/07/10  19:57:31
7993         Log: run regen.pl
7994      Branch: perl
7995            ! embed.h proto.h
7996 ____________________________________________________________________________
7997 [ 25107] By: merijn                                on 2005/07/10  19:19:56
7998         Log: Subject: [PATCH] Making my way thru embed.fnc
7999              From: Andy Lester <andy@petdance.com>
8000              Date: Sun, 10 Jul 2005 14:36:35 -0500
8001              Message-ID: <20050710193635.GC8081@petdance.com>
8002      Branch: perl
8003            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
8004            ! pp_hot.c regexec.c toke.c util.c
8005 ____________________________________________________________________________
8006 [ 25106] By: davem                                 on 2005/07/10  13:53:49
8007         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
8008              From: demerphq <demerphq@gmail.com>
8009              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
8010              Date: Fri, 8 Jul 2005 17:07:26 +0200
8011              
8012              Fix trie codepath of mixed utf8/latin1 pattern matches
8013      Branch: perl
8014            ! regexec.c t/op/pat.t
8015 ____________________________________________________________________________
8016 [ 25105] By: davem                                 on 2005/07/10  12:29:25
8017         Log: Message-ID: <42D0F25E.3040801@gmail.com>
8018              Date: Sun, 10 Jul 2005 13:03:10 +0300
8019              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8020              Subject: [PATCH] yet another way of debugging memory allocations
8021              
8022              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
8023      Branch: perl
8024            ! handy.h util.c
8025 ____________________________________________________________________________
8026 [ 25104] By: davem                                 on 2005/07/10  11:39:50
8027         Log: silence some compiler warnings
8028      Branch: perl
8029            ! embed.fnc gv.h proto.h
8030 ____________________________________________________________________________
8031 [ 25103] By: davem                                 on 2005/07/10  11:15:32
8032         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
8033      Branch: perl
8034            ! handy.h
8035 ____________________________________________________________________________
8036 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
8037         Log: sv_dec is supposed to go *down*, m'kay.
8038      Branch: perl
8039            ! sv.c t/op/inc.t
8040 ____________________________________________________________________________
8041 [ 25101] By: steveh                                on 2005/07/08  16:35:10
8042         Log: Subject: Re: janitorial work ? [patch]
8043              From: Jim Cromie <jcromie@divsol.com>
8044              Date: Wed, 06 Jul 2005 14:19:53 -0600
8045              Message-ID: <42CC3CE9.5050606@divsol.com>
8046              
8047              (reverted all dual-lived modules since they must work with older
8048              perls too so must wait for a new Devel::PPPort)
8049      Branch: perl
8050            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
8051            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
8052            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8053            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
8054            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
8055            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
8056            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
8057            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
8058            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
8059            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
8060            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
8061            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
8062            ! win32/win32sck.c wince/perlhost.h wince/wince.c
8063 ____________________________________________________________________________
8064 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
8065         Log: We no longer default to creating a new SV for GvSV.
8066      Branch: perl
8067            ! perl.h
8068 ____________________________________________________________________________
8069 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
8070         Log: DEFSV causes GvSVn() to be used in lvalue context.
8071              Not sure if instead we should recode DEFSV to avoid this, and leave
8072              GvSVn() as rvalue only, like its namesakes.
8073      Branch: perl
8074            ! gv.h
8075 ____________________________________________________________________________
8076 [ 25098] By: steveh                                on 2005/07/08  10:04:24
8077         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
8078              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8079              Date: Thu, 7 Jul 2005 15:05:51 -0700
8080              Message-ID: <20050707220551.GB2388@efn.org>
8081              
8082              (plus fix a couple of POD warnings)
8083      Branch: perl
8084            ! pod/perlglossary.pod
8085 ____________________________________________________________________________
8086 [ 25097] By: steveh                                on 2005/07/08  09:48:50
8087         Log: Subject: [PATCH] basename() and suffixes
8088              From: Michael G Schwern <schwern@pobox.com>
8089              Date: Thu, 7 Jul 2005 15:38:32 -0700
8090              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
8091      Branch: perl
8092            ! lib/File/Basename.pm lib/File/Basename.t
8093 ____________________________________________________________________________
8094 [ 25096] By: steveh                                on 2005/07/08  08:43:07
8095         Log: Subject: Re: [perl #36477] File::Basename basename() bug
8096              From: Michael G Schwern <schwern@pobox.com>
8097              Date: Thu, 7 Jul 2005 14:16:01 -0700
8098              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
8099      Branch: perl
8100            ! lib/File/Basename.pm lib/File/Basename.t
8101 ____________________________________________________________________________
8102 [ 25095] By: davem                                 on 2005/07/08  01:43:24
8103         Log: UTF8/Latin 1/i regexp "Malformed character" warning
8104              $utf8 =~ /latin/i didn't match. 
8105              Also added TODO for $latin =~ /utf8/i which also fails
8106      Branch: perl
8107            ! t/op/pat.t utf8.c
8108 ____________________________________________________________________________
8109 [ 25094] By: davem                                 on 2005/07/07  14:47:51
8110         Log: more taint fallout from change 24943
8111      Branch: perl
8112            ! mg.c scope.c t/op/taint.t
8113 ____________________________________________________________________________
8114 [ 25093] By: merijn                                on 2005/07/07  13:26:32
8115         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
8116              From: Tels <nospam-abuse@bloodgate.com>
8117              Date: Wed, 6 Jul 2005 21:11:59 +0200
8118              Message-Id: <200507062112.12159@bloodgate.com>
8119      Branch: perl
8120            ! lib/charnames.pm
8121 ____________________________________________________________________________
8122 [ 25092] By: steveh                                on 2005/07/07  12:11:38
8123         Log: Subject: ReadParse in the CGI docs
8124              From: "Ton Hospel" <me-02@ton.iguana.be>
8125              Date: 9 Oct 2003 15:04:53 -0000
8126              To: perlbug@perl.org
8127              
8128              (plus blank lines so example code is in verbatim paragraphs,
8129              and bump $VERSION)
8130      Branch: perl
8131            ! lib/CGI.pm
8132 ____________________________________________________________________________
8133 [ 25091] By: steveh                                on 2005/07/07  11:21:41
8134         Log: Subject: [PATCH] Mention File::Spec in File::Basename
8135              From: Michael G Schwern <schwern@pobox.com>
8136              Date: Wed, 6 Jul 2005 13:06:20 -0700
8137              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
8138              
8139              (plus bump $VERSION)
8140      Branch: perl
8141            ! lib/File/Basename.pm
8142 ____________________________________________________________________________
8143 [ 25090] By: steveh                                on 2005/07/07  11:06:17
8144         Log: Subject: [perl #22236] File::Basename behavior is misleading 
8145              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8146              Date: 6 Jul 2005 19:45:40 -0000
8147              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
8148      Branch: perl
8149            ! lib/File/Basename.pm lib/File/Basename.t
8150 ____________________________________________________________________________
8151 [ 25089] By: steveh                                on 2005/07/07  09:22:48
8152         Log: Subject: [PATCH] Further lies in the File::Basename docs
8153              From: Michael G Schwern <schwern@pobox.com>
8154              Date: Wed, 6 Jul 2005 09:22:32 -0700
8155              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
8156              
8157              (plus some minor POD changes and a bug fix)
8158      Branch: perl
8159            ! lib/File/Basename.pm lib/File/Basename.t
8160 ____________________________________________________________________________
8161 [ 25088] By: davem                                 on 2005/07/07  00:11:00
8162         Log: bytes pragma error in substitution operator
8163      Branch: perl
8164            ! pp_ctl.c t/op/subst.t
8165 ____________________________________________________________________________
8166 [ 25087] By: davem                                 on 2005/07/06  20:09:29
8167         Log: 'undef $@; die' gives uninint value warning
8168      Branch: perl
8169            ! pp_sys.c t/op/die.t
8170 ____________________________________________________________________________
8171 [ 25086] By: steveh                                on 2005/07/06  09:36:08
8172         Log: Subject: [PATCH] File::Basename doc overhaul
8173              From: Michael G Schwern <schwern@pobox.com>
8174              Date: Tue, 5 Jul 2005 20:11:27 -0700
8175              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
8176              
8177              (with some minor changes)
8178      Branch: perl
8179            ! lib/File/Basename.pm
8180 ____________________________________________________________________________
8181 [ 25085] By: steveh                                on 2005/07/06  08:05:21
8182         Log: Subject: [PATCH @ 25084] simple authors removal
8183              From: Vadim Konovalov <vadim@vkonovalov.ru>
8184              Date: Wed, 06 Jul 2005 00:15:48 +0400
8185              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
8186      Branch: perl
8187            ! AUTHORS
8188 ____________________________________________________________________________
8189 [ 25084] By: davem                                 on 2005/07/05  18:17:34
8190         Log: a long /etc/groups entry could cause memory exhaustion.
8191              Too small a buffer would cause ERANGE and a retry with double the
8192              buffer size. later at EOF, the apparent error got 'stuck' as
8193              ERANGE rather than ENOENT, so the buffer size doubled recursively 
8194      Branch: perl
8195            ! reentr.h reentr.pl
8196 ____________________________________________________________________________
8197 [ 25083] By: steveh                                on 2005/07/05  16:55:29
8198         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
8199              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8200              Date: Mon, 4 Jul 2005 02:07:38 -0700
8201              Message-ID: <20050704090738.GA4056@efn.org>
8202              
8203              (plus a new test, although it is currently marked TODO)
8204      Branch: perl
8205            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
8206            ! MANIFEST lib/Pod/Html.pm
8207 ____________________________________________________________________________
8208 [ 25082] By: steveh                                on 2005/07/05  16:54:11
8209         Log: Oops! Change 25080 should have updated checksums too.
8210      Branch: perl
8211            ! ext/Digest/MD5/t/files.t
8212 ____________________________________________________________________________
8213 [ 25081] By: davem                                 on 2005/07/05  13:01:23
8214         Log: change 24943 broke restoration of localized taint values
8215      Branch: perl
8216            ! mg.c t/op/taint.t
8217 ____________________________________________________________________________
8218 [ 25080] By: steveh                                on 2005/07/05  10:32:08
8219         Log: Remove an unreferenced local variable in Digest-MD5
8220      Branch: perl
8221            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
8222 ____________________________________________________________________________
8223 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
8224         Log: Subject: [PATCH] Remove unnecessary null check
8225              From: Andy Lester <andy@petdance.com>
8226              Date: Mon, 4 Jul 2005 14:12:00 -0500
8227              Message-ID: <20050704191200.GA2614@petdance.com>
8228      Branch: perl
8229            ! embed.fnc hv.c proto.h
8230 ____________________________________________________________________________
8231 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
8232         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
8233              -DPURIFY too.
8234      Branch: perl
8235            ! ext/XS/APItest/APItest.xs
8236 ____________________________________________________________________________
8237 [ 25077] By: merijn                                on 2005/07/04  18:47:02
8238         Log: Subject: [PATCH] Better string constant in hv.c
8239              From: Andy Lester <andy@petdance.com>
8240              Date: Mon, 4 Jul 2005 13:53:49 -0500
8241              Message-ID: <20050704185349.GA2351@petdance.com>
8242      Branch: perl
8243            ! hv.c
8244 ____________________________________________________________________________
8245 [ 25076] By: steveh                                on 2005/07/04  16:15:37
8246         Log: Add regression test for change 25062
8247      Branch: perl
8248            ! t/op/magic.t
8249 ____________________________________________________________________________
8250 [ 25075] By: steveh                                on 2005/07/04  15:57:32
8251         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
8252      Branch: perl
8253            ! ext/XS/APItest/APItest.xs
8254 ____________________________________________________________________________
8255 [ 25074] By: steveh                                on 2005/07/04  15:36:04
8256         Log: Perl_share_hek needs exporting for change 25070 on Win32
8257      Branch: perl
8258            ! embed.fnc embed.h global.sym
8259 ____________________________________________________________________________
8260 [ 25073] By: steveh                                on 2005/07/04  15:34:11
8261         Log: Regen after change 25067
8262      Branch: perl
8263            ! proto.h
8264 ____________________________________________________________________________
8265 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
8266         Log: Implement hv_delayfree_ent in terms of hv_free_ent
8267      Branch: perl
8268            ! hv.c
8269 ____________________________________________________________________________
8270 [ 25071] By: steveh                                on 2005/07/04  14:53:54
8271         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
8272              From: Steve Peters <steve@fisharerojo.org>
8273              Date: Mon, 4 Jul 2005 10:10:13 -0500
8274              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
8275      Branch: perl
8276            ! t/op/lfs.t
8277 ____________________________________________________________________________
8278 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
8279         Log: Tests for hv_delayfree_ent and hv_free_ent
8280      Branch: perl
8281            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8282            ! ext/XS/APItest/t/hash.t
8283 ____________________________________________________________________________
8284 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
8285         Log: Provide a macro version of S_new_body to inline it within the hot code.
8286      Branch: perl
8287            ! sv.c
8288 ____________________________________________________________________________
8289 [ 25068] By: steveh                                on 2005/07/04  13:21:36
8290         Log: Borland's .pdb files are called .tds
8291      Branch: perl
8292            ! win32/makefile.mk
8293 ____________________________________________________________________________
8294 [ 25067] By: steveh                                on 2005/07/04  12:30:50
8295         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
8296              From: Andy Lester <andy@petdance.com>
8297              Date: Sun, 3 Jul 2005 18:31:56 -0500
8298              Message-ID: <20050703233156.GA20967@petdance.com>
8299      Branch: perl
8300            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
8301 ____________________________________________________________________________
8302 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
8303         Log: Inlining del_HE is actually a space optimisation.
8304              It's therefore likely also to be a speed optimisation. :-)
8305      Branch: perl
8306            ! embed.fnc embed.h hv.c proto.h
8307 ____________________________________________________________________________
8308 [ 25065] By: steveh                                on 2005/07/04  10:40:10
8309         Log: Subject: [PATCH] perlglossary.pod: add jump points
8310              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8311              Date: Mon, 4 Jul 2005 02:07:52 -0700
8312              Message-ID: <20050704090752.GB4056@efn.org>
8313      Branch: perl
8314            ! pod/perlglossary.pod
8315 ____________________________________________________________________________
8316 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
8317         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
8318              needed.
8319      Branch: perl
8320            ! sv.c
8321 ____________________________________________________________________________
8322 [ 25063] By: steveh                                on 2005/07/04  10:13:41
8323         Log: Subject: Re: How to suppress warnings when building Errno with gcc
8324              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8325              Date: Fri, 1 Jul 2005 10:56:23 -0700
8326              Message-ID: <20050701175623.GD216@efn.org>
8327      Branch: perl
8328            ! ext/Errno/Errno_pm.PL
8329 ____________________________________________________________________________
8330 [ 25062] By: steveh                                on 2005/07/04  09:17:06
8331         Log: Fix change 25045
8332      Branch: perl
8333            ! mg.c
8334 ____________________________________________________________________________
8335 [ 25061] By: steveh                                on 2005/07/04  08:26:38
8336         Log: Here's the rest of change 25058 ;-)
8337      Branch: perl
8338            ! embed.h global.sym
8339 ____________________________________________________________________________
8340 [ 25060] By: davem                                 on 2005/07/04  08:11:33
8341         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
8342              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
8343              Date:  Mon, 04 Jul 2005 00:19:28 +0300
8344              Message-Id:  <42C85660.50807@gmail.com>
8345      Branch: perl
8346            ! perl.h
8347 ____________________________________________________________________________
8348 [ 25059] By: steveh                                on 2005/07/04  08:10:27
8349         Log: Stop reentr.pl changing EOL on the files it writes on Win32
8350      Branch: perl
8351            ! reentr.pl
8352 ____________________________________________________________________________
8353 [ 25058] By: steveh                                on 2005/07/04  08:09:36
8354         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
8355              
8356              (At least PerlIO/via uses it, so it must be public)
8357      Branch: perl
8358            ! embed.fnc
8359 ____________________________________________________________________________
8360 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
8361         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
8362              a different compiler warnings. I guess we need a waterbed theory of
8363              compiler warnings.
8364      Branch: perl
8365            ! handy.h
8366 ____________________________________________________________________________
8367 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
8368         Log: Convert bless.t to test.pl
8369      Branch: perl
8370            ! t/op/bless.t
8371 ____________________________________________________________________________
8372 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
8373         Log: Copying the first parameter in the macro del_body seems to reduce
8374              code size.  Presumably an expression is no longer evaluated twice.
8375      Branch: perl
8376            ! sv.c
8377 ____________________________________________________________________________
8378 [ 25052] By: davem                                 on 2005/07/02  16:11:46
8379         Log: do just-in-time loading of Carp.pm in some modules
8380              
8381              From: Tels <nospam-abuse@bloodgate.com>
8382              Subject: [PATCH] No Carp #4 AutoSplit.pm
8383              Subject: [PATCH] no Carp #5 (File::Path)
8384              Subject: [PATCH] no Carp #7 - charnames.pm
8385              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
8386              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
8387      Branch: perl
8388            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
8389            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
8390            ! lib/open.pm
8391 ____________________________________________________________________________
8392 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
8393         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
8394              the body to. This comletely eliminates the second switch statement.
8395      Branch: perl
8396            ! sv.c
8397 ____________________________________________________________________________
8398 [ 25050] By: davem                                 on 2005/07/02  15:05:04
8399         Log: replace ckWARN macros with functions
8400      Branch: perl
8401            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
8402            ! warnings.pl
8403 ____________________________________________________________________________
8404 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
8405         Log: Given that the GV no longer owns a reference on the symbol table, we
8406              dont need the deferred SvREFCNT_dec games.
8407      Branch: perl
8408            ! sv.c
8409 ____________________________________________________________________________
8410 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
8411         Log: Passing gvtype as char rather than char * to S_varname generates
8412              smaller code.
8413      Branch: perl
8414            ! embed.fnc proto.h sv.c
8415 ____________________________________________________________________________
8416 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
8417         Log: Don't inline offer_nice_chunk, as it's rarely called.
8418      Branch: perl
8419            ! embed.fnc embed.h perl.h proto.h sv.c
8420 ____________________________________________________________________________
8421 [ 25046] By: davem                                 on 2005/07/02  12:35:12
8422         Log: missed one PAD_SET_CUR
8423      Branch: perl
8424            ! pp_hot.c
8425 ____________________________________________________________________________
8426 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
8427         Log: Don't check the pointer is non-NULL before calling Safefree() in
8428              little used code, code used only once per run (such as interpreter
8429              construction and destruction), and cases where the pointer nearly
8430              never is NULL. Safefree does its own non-NULL check, and even that
8431              isn't strictly necessary as all conformant free()s accept a NULL
8432              pointer.
8433      Branch: perl
8434            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
8435 ____________________________________________________________________________
8436 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
8437         Log: Upgrade to Time::HiRes 1.72
8438      Branch: perl
8439            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8440            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
8441 ____________________________________________________________________________
8442 [ 25043] By: steveh                                on 2005/07/01  16:33:42
8443         Log: Make Archive::Tar clean up its test files on Win32
8444              
8445              (The old "can't delete an open file on Win32" chestnut again)
8446      Branch: perl
8447            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
8448 ____________________________________________________________________________
8449 [ 25042] By: davem                                 on 2005/07/01  15:40:40
8450         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
8451      Branch: perl
8452            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
8453 ____________________________________________________________________________
8454 [ 25041] By: steveh                                on 2005/07/01  15:15:23
8455         Log: Silence MinGW warning about "'noreturn' function does return"
8456              
8457              (Thanks to Nicholas Clark)
8458      Branch: perl
8459            ! iperlsys.h
8460 ____________________________________________________________________________
8461 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
8462         Log: Install perlglossary on VMS and Windows
8463      Branch: perl
8464            ! vms/descrip_mms.template win32/pod.mak
8465 ____________________________________________________________________________
8466 [ 25039] By: davem                                 on 2005/07/01  14:34:52
8467         Log: undo some excessive Carp.pm minimalisation
8468      Branch: perl
8469            ! lib/Carp.pm
8470 ____________________________________________________________________________
8471 [ 25038] By: steveh                                on 2005/07/01  13:39:33
8472         Log: Remove unreferenced local variable (and the warning about it)
8473      Branch: perl
8474            ! ext/XS/APItest/APItest.xs
8475 ____________________________________________________________________________
8476 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
8477         Log: Add the perlglossary man page
8478              
8479              Subject: [PATCH] perlglossary.pod
8480              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8481              Date: Fri, 1 Jul 2005 03:10:50 -0700
8482              Message-ID: <20050701101050.GA2448@efn.org>
8483      Branch: perl
8484            + pod/perlglossary.pod
8485            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
8486            ! pod/perltoc.pod
8487 ____________________________________________________________________________
8488 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
8489         Log: Subject: [PATCH] Make Exporter.t warnings clean
8490              From: Michael G Schwern <schwern@pobox.com>
8491              Date: Tue, 28 Jun 2005 15:58:36 -0700
8492              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
8493      Branch: perl
8494            ! lib/Exporter.t
8495 ____________________________________________________________________________
8496 [ 25035] By: davem                                 on 2005/07/01  11:49:22
8497         Log: silence a warning in Perl_sv_compile_2op
8498      Branch: perl
8499            ! pp_ctl.c
8500 ____________________________________________________________________________
8501 [ 25034] By: davem                                 on 2005/07/01  11:45:40
8502         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
8503              Only a partial fix: works where sizeof(type)==1; since we
8504              can never wraparound in that case, disarm the check
8505      Branch: perl
8506            ! handy.h
8507 ____________________________________________________________________________
8508 [ 25033] By: steveh                                on 2005/07/01  07:44:50
8509         Log: Silence some cast warnings from bcc32 on Win32
8510              
8511              See the thread starting here for arguments:
8512              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
8513      Branch: perl
8514            ! win32/win32.c
8515 ____________________________________________________________________________
8516 [ 25032] By: davem                                 on 2005/06/30  22:41:07
8517         Log: assigning shared consts (eg __PACKAGE__) to magic vars
8518      Branch: perl
8519            ! sv.c t/op/magic.t
8520 ____________________________________________________________________________
8521 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
8522         Log: By grabbing the length, we can use sv_setpvn here.
8523      Branch: perl
8524            ! util.c
8525 ____________________________________________________________________________
8526 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
8527         Log: Use sv_setpvn where we know the length.
8528      Branch: perl
8529            ! universal.c
8530 ____________________________________________________________________________
8531 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
8532         Log: A terser way of implementing require_pv.
8533      Branch: perl
8534            ! perl.c
8535 ____________________________________________________________________________
8536 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
8537         Log: We know the length, so use sv_setpvn rather than sv_setpv.
8538      Branch: perl
8539            ! universal.c
8540 ____________________________________________________________________________
8541 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
8542         Log: Avoid using PL_Sv in the -V argument processing.
8543              Express the embedded perl program in a slightly terser way.
8544      Branch: perl
8545            ! perl.c
8546 ____________________________________________________________________________
8547 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
8548         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
8549              commandline -V options that q\0...\0.
8550      Branch: perl
8551            ! perl.c
8552 ____________________________________________________________________________
8553 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
8554         Log: Add TODO tests for bug #36434
8555      Branch: perl
8556            ! t/op/magic.t
8557 ____________________________________________________________________________
8558 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
8559         Log: The core shouldn't be using PL_na
8560      Branch: perl
8561            ! perl.c
8562 ____________________________________________________________________________
8563 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
8564         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
8565      Branch: perl
8566            ! perl.c
8567 ____________________________________________________________________________
8568 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
8569         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
8570      Branch: perl
8571            ! perl.c regcomp.c sv.c
8572 ____________________________________________________________________________
8573 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
8574         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
8575      Branch: perl
8576            ! perl.c
8577 ____________________________________________________________________________
8578 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
8579         Log: Subject: [PATCH] make t/uni/class.t faster
8580              From: Tels <nospam-abuse@bloodgate.com>
8581              Date: Wed, 29 Jun 2005 21:19:52 +0200
8582              Message-Id: <200506292120.05519@bloodgate.com>
8583      Branch: perl
8584            ! t/uni/class.t
8585 ____________________________________________________________________________
8586 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
8587         Log: If gp_flags is unused, why are we even allocating it?
8588      Branch: perl
8589            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
8590 ____________________________________________________________________________
8591 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
8592         Log: Nothing is actually relying on GvUNIQUE holding state.
8593      Branch: perl
8594            ! gv.h
8595 ____________________________________________________________________________
8596 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
8597         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
8598              From: Michael G Schwern <schwern@pobox.com>
8599              Date: Thu, 30 Jun 2005 01:02:30 -0700
8600              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
8601      Branch: perl
8602            ! lib/File/Basename.t
8603 ____________________________________________________________________________
8604 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
8605         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
8606              From: Steve Peters <steve@fisharerojo.org>
8607              Date: Wed, 29 Jun 2005 21:47:23 -0500
8608              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
8609      Branch: perl
8610            ! ext/IO/lib/IO/Handle.pm
8611 ____________________________________________________________________________
8612 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
8613         Log: Subject: some dusting off of the cross-compilation information
8614              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8615              Date: Thu, 30 Jun 2005 08:41:17 +0300
8616              Message-ID: <42C385FD.9040601@gmail.com>
8617      Branch: perl
8618            ! Cross/README INSTALL
8619 ____________________________________________________________________________
8620 [ 25014] By: steveh                                on 2005/06/30  07:57:25
8621         Log: Silence MinGW warnings about system headers when building Errno
8622              
8623              Thanks to Mike Guy for the suggested fix.
8624      Branch: perl
8625            ! ext/Errno/Errno_pm.PL
8626 ____________________________________________________________________________
8627 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
8628         Log: Expand on parts of perltodo
8629      Branch: perl
8630            ! pod/perltodo.pod
8631 ____________________________________________________________________________
8632 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
8633         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
8634      Branch: perl
8635            ! pp.c pp_hot.c
8636 ____________________________________________________________________________
8637 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
8638         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
8639      Branch: perl
8640            ! pp_sys.c
8641 ____________________________________________________________________________
8642 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
8643         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
8644      Branch: perl
8645            ! doio.c gv.c perl.h sv.c
8646 ____________________________________________________________________________
8647 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
8648         Log: First stab at not automatically creating an unused SV for GvSV
8649              Enable it with -DPERL_DONT_CREATE_GVSV.
8650              Currently if enabled 22 test scripts have failures, so still some way
8651              to go.
8652      Branch: perl
8653            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
8654            ! pp_hot.c proto.h sv.c
8655 ____________________________________________________________________________
8656 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
8657         Log: Remove old variable needed for binary compatibility
8658      Branch: perl
8659            ! embedvar.h intrpvar.h perlapi.h sv.c
8660 ____________________________________________________________________________
8661 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
8662         Log: Convert strcpy to memcpy where we already know the length.
8663      Branch: perl
8664            ! gv.c sv.c util.c
8665 ____________________________________________________________________________
8666 [ 25006] By: davem                                 on 2005/06/28  11:28:20
8667         Log: move Carp.pod back into Carp.pm
8668      Branch: perl
8669            - lib/Carp.pod
8670            ! MANIFEST lib/Carp.pm
8671 ____________________________________________________________________________
8672 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
8673         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
8674      Branch: perl
8675            ! ext/B/B/Deparse.pm
8676 ____________________________________________________________________________
8677 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
8678         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
8679              From: Dominic Dunlop <domo@computer.org>
8680              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
8681              Date: Mon, 27 Jun 2005 19:46:59 +0200
8682      Branch: perl
8683            ! hints/darwin.sh
8684 ____________________________________________________________________________
8685 [ 25003] By: steveh                                on 2005/06/28  08:01:21
8686         Log: Stop "Possible use before definition" warning following change 24997
8687      Branch: perl
8688            ! pp_sys.c
8689 ____________________________________________________________________________
8690 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
8691         Log: Upgrade to Time::HiRes 1.71
8692      Branch: perl
8693            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8694            ! ext/Time/HiRes/Makefile.PL
8695 ____________________________________________________________________________
8696 [ 25001] By: steveh                                on 2005/06/28  07:40:01
8697         Log: Stop "suspicious pointer conversion" warning following change 24997
8698      Branch: perl
8699            ! hv.c
8700 ____________________________________________________________________________
8701 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
8702         Log: Don't install demo files with perl
8703      Branch: perl
8704            ! installperl
8705 ____________________________________________________________________________
8706 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
8707         Log: From: Mattia Barbon <mattia.barbon@libero.it>
8708              Subject: [PATCH] Avoid redefinition warning for MinGW
8709              Date: Jun 27, 2005 10:07 PM
8710              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
8711      Branch: perl
8712            ! win32/win32iop.h
8713 ____________________________________________________________________________
8714 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
8715         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
8716              (b) give -1, rather than +1
8717      Branch: perl
8718            ! sv.c t/op/inc.t
8719 ____________________________________________________________________________
8720 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
8721         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
8722              From: Andy Lester <andy@petdance.com>
8723              Date: Mon, 27 Jun 2005 13:06:59 -0500
8724              Message-ID: <20050627180659.GB29744@petdance.com>
8725              
8726              (edited)
8727      Branch: perl
8728            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
8729            ! regexec.c sv.c toke.c
8730 ____________________________________________________________________________
8731 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
8732         Log: Fix installation of ptar(1) manpage.
8733              The __END__ was making the POD being ignored by pod2man.
8734      Branch: perl
8735            ! lib/Archive/Tar/bin/ptar
8736 ____________________________________________________________________________
8737 [ 24995] By: davem                                 on 2005/06/27  16:34:34
8738         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
8739              Also move carp.pm pod to carp.pod
8740      Branch: perl
8741            + lib/Carp.pod
8742            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
8743            ! warnings.pl
8744 ____________________________________________________________________________
8745 [ 24994] By: steveh                                on 2005/06/27  15:45:05
8746         Log: Silence compiler warning in SDBM_File
8747              
8748              Unless I'm missing something it looks like "key" actually is used,
8749              and the "key = key" assignment causes bcc32 to complain about use
8750              before definition!
8751      Branch: perl
8752            ! ext/SDBM_File/SDBM_File.xs
8753 ____________________________________________________________________________
8754 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
8755         Log: Subject: [PATCH] XSLoader for Sys::Syslog
8756              From: Alexey Tourbin <at@altlinux.ru>
8757              Date: Sun, 26 Jun 2005 08:32:05 +0400
8758              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
8759      Branch: perl
8760            ! ext/Sys/Syslog/Syslog.pm
8761 ____________________________________________________________________________
8762 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
8763         Log: Oops (fix previous fix).
8764      Branch: perl
8765            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8766            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8767            ! lib/Filter/Simple/t/import.t
8768 ____________________________________________________________________________
8769 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
8770         Log: Fix tests of Filter::Simple 0.82 in the core
8771      Branch: perl
8772            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8773            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8774            ! lib/Filter/Simple/t/import.t
8775 ____________________________________________________________________________
8776 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
8777         Log: Upgrade to Filter::Simple 0.82
8778      Branch: perl
8779            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
8780            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8781            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8782            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
8783            ! t/lib/Filter/Simple/FilterOnlyTest.pm
8784            ! t/lib/Filter/Simple/FilterTest.pm
8785            ! t/lib/Filter/Simple/ImportTest.pm
8786 ____________________________________________________________________________
8787 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
8788         Log: Upgrade to Test::Harness 2.52
8789      Branch: perl
8790            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8791            ! lib/Test/Harness/bin/prove
8792 ____________________________________________________________________________
8793 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
8794         Log: Upgrade to Time::HiRes 1.70
8795      Branch: perl
8796            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8797            ! ext/Time/HiRes/HiRes.xs
8798 ____________________________________________________________________________
8799 [ 24987] By: steveh                                on 2005/06/27  07:41:52
8800         Log: Suppress warnings about a clash between redefined malloc and the
8801              use of __attribute__malloc__
8802              
8803              Subject: Re: Fun with __attribute__malloc__
8804              From: Andy Lester <andy@petdance.com>
8805              Date: Fri, 24 Jun 2005 12:11:59 -0500
8806              Message-ID: <20050624171159.GB29590@petdance.com>
8807      Branch: perl
8808            ! perl.h
8809 ____________________________________________________________________________
8810 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
8811         Log: Tweak the child dump socket protocol to return error messages to the
8812              parent so that it can display what went wrong.
8813      Branch: perl
8814            ! perl.c
8815 ____________________________________________________________________________
8816 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
8817         Log: Upgrade to Time::HiRes 1.69
8818      Branch: perl
8819            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8820            ! ext/Time/HiRes/Makefile.PL
8821 ____________________________________________________________________________
8822 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
8823         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
8824              indefinite hangs when the debugging child holds open Perl_debug_log,
8825              and it happens to be a file descriptor that is one end of a pipe,
8826              with a process sitting at the other end waitng for EOF.
8827              So close all descriptors in the child *including* Perl_debug_log,
8828              and pass it back in over the control socket if it's needed.
8829      Branch: perl
8830            ! perl.c
8831 ____________________________________________________________________________
8832 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
8833         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
8834      Branch: perl
8835            ! pp_sys.c
8836 ____________________________________________________________________________
8837 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
8838         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
8839              Configure_heavy.pl gets truncated.
8840      Branch: perl
8841            ! configpm
8842 ____________________________________________________________________________
8843 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
8844         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
8845              using system malloc, because sbrk() stops giving us memory after about
8846              14Mb.
8847      Branch: perl
8848            ! hints/darwin.sh
8849 ____________________________________________________________________________
8850 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
8851         Log: Need to skip exporting PL_dumper_fd unless it is used.
8852      Branch: perl
8853            ! makedef.pl
8854 ____________________________________________________________________________
8855 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
8856         Log: If forking during global destruction, the child needs to close all
8857              unused file descriptors, else it can cause other processes to hang
8858              because it accidentally holds open pipes and sockets.
8859      Branch: perl
8860            ! perl.c
8861 ____________________________________________________________________________
8862 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
8863         Log: Upgrade to Unicode::Collate 0.51
8864      Branch: perl
8865            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8866            ! lib/Unicode/Collate/README
8867 ____________________________________________________________________________
8868 [ 24977] By: steveh                                on 2005/06/24  14:38:05
8869         Log: Fix typo in win32.c
8870              
8871              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
8872      Branch: perl
8873            ! win32/win32.c
8874 ____________________________________________________________________________
8875 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
8876         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
8877              which become unreferenced. This is less likely to be successful.
8878              The #define needs a better name.
8879      Branch: perl
8880            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
8881            ! proto.h sv.c
8882 ____________________________________________________________________________
8883 [ 24975] By: steveh                                on 2005/06/24  13:56:15
8884         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
8885      Branch: perl
8886            ! perl.h win32/config_H.gc
8887 ____________________________________________________________________________
8888 [ 24974] By: steveh                                on 2005/06/24  12:27:45
8889         Log: Make opendir() filename const in Win32-land & friends
8890              
8891              That fact that it wasn't const already was highlighted by a warning
8892              from pp_open_dir() generated by change 24743. Rather than undo the
8893              const change in pp_open_dir(), this seems to make more sense. Hope I
8894              haven't broken Netware or WinCE.
8895      Branch: perl
8896            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
8897            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
8898            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
8899 ____________________________________________________________________________
8900 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
8901         Log: Need to do some sort of die/warn to get the "global destruction"
8902              text if the bug is still present.
8903      Branch: perl
8904            ! t/op/gv.t
8905 ____________________________________________________________________________
8906 [ 24972] By: steveh                                on 2005/06/24  09:37:24
8907         Log: Fix t\op\gv.t on Win32
8908      Branch: perl
8909            ! t/op/gv.t
8910 ____________________________________________________________________________
8911 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
8912         Log: Remove cargo-culted binmode.
8913      Branch: perl
8914            ! lib/Archive/Tar/t/00_setup.t
8915 ____________________________________________________________________________
8916 [ 24970] By: steveh                                on 2005/06/24  07:42:41
8917         Log: Fix Archive-Tar tests on Win32 following change 24954
8918      Branch: perl
8919            ! lib/Archive/Tar/t/00_setup.t
8920 ____________________________________________________________________________
8921 [ 24969] By: merijn                                on 2005/06/24  07:41:08
8922         Log: Workaround localtime edge case where TZ makes time go beyond
8923              the defined working range (AIX 5.2)
8924      Branch: perl
8925            ! pp_sys.c
8926 ____________________________________________________________________________
8927 [ 24968] By: davem                                 on 2005/06/23  22:59:36
8928         Log: change 24967 got the #endif in the wrong place
8929      Branch: perl
8930            ! pad.c
8931 ____________________________________________________________________________
8932 [ 24967] By: davem                                 on 2005/06/23  22:48:40
8933         Log: don't repopulate PADTMP slots with null SVs when freeing ops
8934      Branch: perl
8935            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
8936 ____________________________________________________________________________
8937 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
8938         Log: Remove the reference loop between symbol tables and typeglobs.
8939              Typeglobs now have a weak reference onto their symbol table.
8940      Branch: perl
8941            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
8942 ____________________________________________________________________________
8943 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
8944         Log: Subject: [PATCH] Pre-YAPC consting fun
8945              From: Andy Lester <andy@petdance.com>
8946              Date: Jun 23, 2005 9:04 PM
8947              Message-ID: <20050623190423.GA13835@petdance.com>
8948      Branch: perl
8949            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
8950            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
8951            ! taint.c util.c
8952 ____________________________________________________________________________
8953 [ 24964] By: merijn                                on 2005/06/23  18:43:42
8954         Log: Take a larger margin to prevent 'X' failures in smokes
8955              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
8956              when reps was still 10000. With 15000 I didn't get a single warning
8957      Branch: perl
8958            ! t/op/rand.t
8959 ____________________________________________________________________________
8960 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
8961         Log: Warning suppression.
8962      Branch: perl
8963            ! pp_sys.c
8964 ____________________________________________________________________________
8965 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
8966         Log: The current implementation of :unique is fundamentally flawed,
8967              because declaring a scalar READONLY does not stop it being modified.
8968              Hence the current implementation of :unique is *not threadsafe*
8969              D'oh!
8970              Better implementations welcome.
8971      Branch: perl
8972            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
8973            ! proto.h sv.c
8974 ____________________________________________________________________________
8975 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
8976         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
8977      Branch: perl
8978            ! lib/Archive/Tar/t/02_methods.t
8979 ____________________________________________________________________________
8980 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
8981         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
8982              From: Steve Peters <steve@fisharerojo.org>
8983              Date: Fri, 17 Jun 2005 23:27:14 -0500
8984              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
8985      Branch: perl
8986            ! lib/File/Find.pm
8987 ____________________________________________________________________________
8988 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
8989         Log: Add a define PERL_POISON which tries to trip up anything accessing
8990              freed or uninitialised memory. Currently only Poison()s freed
8991              pointers.
8992      Branch: perl
8993            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
8994            ! sv.c
8995 ____________________________________________________________________________
8996 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
8997         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
8998              Simplify SvPV_free slightly.
8999      Branch: perl
9000            ! sv.h
9001 ____________________________________________________________________________
9002 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
9003         Log: This dummy test didn't pass
9004      Branch: perl
9005            ! lib/Archive/Tar/t/99_clean.t
9006 ____________________________________________________________________________
9007 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
9008         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
9009      Branch: perl
9010            + lib/Archive/Tar/t/99_clean.t
9011            ! MANIFEST
9012 ____________________________________________________________________________
9013 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
9014         Log: Remove test that relies on Test::POD
9015      Branch: perl
9016            - lib/Archive/Tar/t/99_pod.t
9017            ! MANIFEST
9018 ____________________________________________________________________________
9019 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
9020         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
9021      Branch: perl
9022            + lib/Archive/Tar/t/00_setup.t
9023            - lib/Archive/Tar/t/src/long/bar.tar
9024            - lib/Archive/Tar/t/src/long/foo.tgz
9025            - lib/Archive/Tar/t/src/short/bar.tar
9026            - lib/Archive/Tar/t/src/short/foo.tgz
9027            ! MANIFEST
9028 ____________________________________________________________________________
9029 [ 24953] By: steveh                                on 2005/06/23  11:02:42
9030         Log: Silence bcc32 compiler warnings following change 24945
9031              
9032              ("Possible use of '%s' before definition")
9033      Branch: perl
9034            ! pp_ctl.c pp_sys.c
9035 ____________________________________________________________________________
9036 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
9037         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
9038      Branch: perl
9039            ! perl.c
9040 ____________________________________________________________________________
9041 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
9042         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
9043              From: Salvador Fandino <sfandino@yahoo.com>
9044              Date: Tue, 21 Jun 2005 19:50:35 +0200
9045              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
9046      Branch: perl
9047            ! pp_sort.c
9048 ____________________________________________________________________________
9049 [ 24950] By: steveh                                on 2005/06/23  10:21:53
9050         Log: Oops! Change 24946 wasn't quite right
9051      Branch: perl
9052            ! doio.c
9053 ____________________________________________________________________________
9054 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
9055         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
9056      Branch: perl
9057            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
9058 ____________________________________________________________________________
9059 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
9060         Log: Define d_nv_zero_is_allbits_zero for symbian
9061              (noticed by Jarkko)
9062      Branch: perl
9063            ! symbian/config.sh
9064 ____________________________________________________________________________
9065 [ 24947] By: steveh                                on 2005/06/23  09:18:37
9066         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
9067              
9068              It still whines about 'in' and 'b' being assigned values that are
9069              never used on lines 348 and 505 respectively (as side effects of the
9070              calls to c2l and l2c respectively), but I'm not sure how to shut
9071              them up.
9072      Branch: perl
9073            ! win32/fcrypt.c
9074 ____________________________________________________________________________
9075 [ 24946] By: steveh                                on 2005/06/23  09:00:28
9076         Log: More bcc32 compiler warnings to silence
9077              
9078              ("Suspicious pointer conversion")
9079      Branch: perl
9080            ! doio.c win32/win32io.c
9081 ____________________________________________________________________________
9082 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
9083         Log: Subject: [PATCH] Const Boy II: The Localizing
9084              From: Andy Lester <andy@petdance.com>
9085              Date: Wed, 22 Jun 2005 09:41:00 -0500
9086              Message-ID: <20050622144059.GA19598@petdance.com>
9087      Branch: perl
9088            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
9089            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
9090            ! util.c
9091 ____________________________________________________________________________
9092 [ 24944] By: steveh                                on 2005/06/23  08:04:21
9093         Log: Silence another bcc32 compiler warning
9094              
9095              ("Possible use of '%s' before definition")
9096      Branch: perl
9097            ! toke.c
9098 ____________________________________________________________________________
9099 [ 24943] By: davem                                 on 2005/06/22  23:08:55
9100         Log: remove taint hack now that local $tainted no longer copies taint magic
9101      Branch: perl
9102            ! mg.c sv.c
9103 ____________________________________________________________________________
9104 [ 24942] By: davem                                 on 2005/06/22  21:42:54
9105         Log: handle magic in local correctly
9106              the local SV now gets a copy of any container magic, and no value
9107              magic; in the past the whole magic chain was either shared or
9108              moved
9109      Branch: perl
9110            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
9111            ! proto.h scope.c t/op/local.t
9112 ____________________________________________________________________________
9113 [ 24941] By: merijn                                on 2005/06/22  17:14:04
9114         Log: Upgrade to Test::Harness 2.50
9115      Branch: perl
9116            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
9117 ____________________________________________________________________________
9118 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
9119         Log: Add facility to fork() early in perl_destruct and use the child to
9120              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
9121              when DEBUG_LEAKING_SCALARS is already in force)
9122      Branch: perl
9123            ! perl.c
9124 ____________________________________________________________________________
9125 [ 24939] By: steveh                                on 2005/06/22  13:25:16
9126         Log: Silence yet more bcc32 compiler warnings
9127              
9128              ("Code has no effect")
9129      Branch: perl
9130            ! hv.c pp_ctl.c pp_hot.c
9131 ____________________________________________________________________________
9132 [ 24938] By: steveh                                on 2005/06/22  13:02:17
9133         Log: Silence some more bcc32 compiler warnings
9134              
9135              ("Suggest parentheses to clarify precedence")
9136      Branch: perl
9137            ! warnings.h warnings.pl
9138 ____________________________________________________________________________
9139 [ 24937] By: steveh                                on 2005/06/22  12:31:59
9140         Log: Silence some bcc32 compiler warnings
9141              
9142              ("Superfluous & with function")
9143      Branch: perl
9144            ! perlvars.h pp.c win32/win32.c
9145 ____________________________________________________________________________
9146 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
9147         Log: Now that the global string table is using a single hunk of memory
9148              for both HE and HEK, we need to actually free things in perl_destruct
9149      Branch: perl
9150            ! perl.c
9151 ____________________________________________________________________________
9152 [ 24935] By: steveh                                on 2005/06/22  09:40:25
9153         Log: Fix Archive-Tar tests on Win32
9154              
9155              (Patch from Jos Boumans, from his current dev version.)
9156      Branch: perl
9157            ! lib/Archive/Tar.pm
9158 ____________________________________________________________________________
9159 [ 24934] By: merijn                                on 2005/06/21  19:27:38
9160         Log: Redo generation of change #24898
9161              Do not forget to run Porting/config_h.pl!
9162      Branch: perl
9163            ! Configure config_h.SH
9164 ____________________________________________________________________________
9165 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
9166         Log: Upgrade to Test::Harness 2.49_02
9167      Branch: perl
9168            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9169            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
9170            ! lib/Test/Harness/t/test-harness.t
9171 ____________________________________________________________________________
9172 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
9173         Log: Add Archive::Tar to the maintainers list
9174      Branch: perl
9175            ! Porting/Maintainers.pl
9176 ____________________________________________________________________________
9177 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
9178         Log: Trim trailing spaces
9179      Branch: perl
9180            ! lib/Archive/Tar/bin/ptar
9181 ____________________________________________________________________________
9182 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
9183         Log: Add pod, so ptar has a manpage
9184      Branch: perl
9185            ! lib/Archive/Tar/bin/ptar
9186 ____________________________________________________________________________
9187 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
9188         Log: POD nits
9189      Branch: perl
9190            ! ext/Storable/Storable.pm
9191 ____________________________________________________________________________
9192 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
9193         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
9194              (or at least into the decade of t/test.pl)
9195      Branch: perl
9196            ! t/op/gv.t
9197 ____________________________________________________________________________
9198 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
9199         Log: Add the ptar(1) utility from Archive::Tar
9200      Branch: perl
9201            + lib/Archive/Tar/bin/ptar utils/ptar.PL
9202            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
9203            ! win32/Makefile win32/makefile.mk
9204 ____________________________________________________________________________
9205 [ 24925] By: steveh                                on 2005/06/21  13:49:10
9206         Log: Trim trailing whitespace from $! and $^E
9207              
9208              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
9209              good for consistency anyway)
9210      Branch: perl
9211            ! mg.c
9212 ____________________________________________________________________________
9213 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
9214         Log: Avoid having NULL entries in the weakref backreference array, and
9215              make S_sv_add_backref O(1) (instead of O(n))
9216      Branch: perl
9217            ! sv.c
9218 ____________________________________________________________________________
9219 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
9220         Log: Cleanup after this test
9221      Branch: perl
9222            ! lib/Archive/Tar/t/02_methods.t
9223 ____________________________________________________________________________
9224 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
9225         Log: Add Archive::Tar 1.24, except ptar for now
9226      Branch: perl
9227            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
9228            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
9229            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
9230            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
9231            + lib/Archive/Tar/t/src/long/bar.tar
9232            + lib/Archive/Tar/t/src/long/foo.tgz
9233            + lib/Archive/Tar/t/src/short/b
9234            + lib/Archive/Tar/t/src/short/bar.tar
9235            + lib/Archive/Tar/t/src/short/foo.tgz
9236            ! MANIFEST
9237 ____________________________________________________________________________
9238 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
9239         Log: weak references aren't UVs, do don't show this in the dump flags.
9240      Branch: perl
9241            ! dump.c
9242 ____________________________________________________________________________
9243 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
9244         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
9245              From: Salvador Fandiño <sfandino@yahoo.com>
9246              Date: Fri, 17 Jun 2005 14:06:30 +0100
9247              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
9248              
9249              with wordings improvements suggested by Ronald J Kimball
9250      Branch: perl
9251            ! pod/perldiag.pod toke.c
9252 ____________________________________________________________________________
9253 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
9254         Log: No need to set flags twice.
9255      Branch: perl
9256            ! av.c
9257 ____________________________________________________________________________
9258 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
9259         Log: As there will be no old body to dispose of, we can return immediately.
9260      Branch: perl
9261            ! sv.c
9262 ____________________________________________________________________________
9263 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
9264         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
9265      Branch: perl
9266            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9267            ! ext/Data/Dumper/t/dumper.t
9268 ____________________________________________________________________________
9269 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
9270         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
9271              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
9272              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
9273              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
9274      Branch: perl
9275            ! sv.c
9276 ____________________________________________________________________________
9277 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
9278         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
9279              From: Robin Barker <Robin.Barker@npl.co.uk>
9280              Date: Mon, 20 Jun 2005 13:47:37 +0100
9281              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
9282      Branch: perl
9283            ! perl.h
9284 ____________________________________________________________________________
9285 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
9286         Log: Replace the non-const initialiser block + loop with a series of calls
9287              to a small static function.
9288              c.f. "I will replace you with a small shell script..."
9289      Branch: perl
9290            ! sv.c
9291 ____________________________________________________________________________
9292 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
9293         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
9294              From: Andy Lester <andy@petdance.com>
9295              Date: Mon, 20 Jun 2005 10:22:37 -0500
9296              Message-ID: <20050620152237.GA5032@petdance.com>
9297      Branch: perl
9298            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
9299            ! perl.h proto.h sv.c universal.c util.c
9300 ____________________________________________________________________________
9301 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
9302         Log: Same fix, for the test, now.
9303      Branch: perl
9304            ! t/run/switches.t
9305 ____________________________________________________________________________
9306 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
9307         Log: perl -v was outputting a double v (spotted by Jarkko)
9308      Branch: perl
9309            ! perl.c
9310 ____________________________________________________________________________
9311 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
9312         Log: Remove signature test, which is always skipped
9313      Branch: perl
9314            - lib/Test/Simple/t/00signature.t
9315            ! MANIFEST
9316 ____________________________________________________________________________
9317 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
9318         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
9319              From: chromatic <chromatic@wgz.org>
9320              Date: Sat, 18 Jun 2005 12:15:41 -0700
9321              Message-Id: <1119122141.21521.9.camel@localhost>
9322      Branch: perl
9323            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
9324 ____________________________________________________________________________
9325 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
9326         Log: Remove the deprecated $# variable
9327      Branch: perl
9328            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
9329            ! pod/perldiag.pod sv.c t/lib/warnings/gv
9330 ____________________________________________________________________________
9331 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
9332         Log: Silence warning in debug printf
9333      Branch: perl
9334            ! doop.c
9335 ____________________________________________________________________________
9336 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
9337         Log: Subject: [PATCH] More random cleanups
9338              From: Andy Lester <andy@petdance.com>
9339              Date: Fri, 17 Jun 2005 09:50:29 -0500
9340              Message-ID: <20050617145029.GC11769@petdance.com>
9341      Branch: perl
9342            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
9343 ____________________________________________________________________________
9344 [ 24905] By: steveh                                on 2005/06/20  09:30:23
9345         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
9346              
9347              The try.c test program added to Configure by change 24898 outputs
9348              "Yes" using each of VC++, GCC and BCC32, so here goes...
9349      Branch: perl
9350            ! win32/config.bc win32/config.gc win32/config.vc
9351            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
9352            ! win32/config_H.vc win32/config_H.vc64
9353 ____________________________________________________________________________
9354 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
9355         Log: Hugo suggests this.
9356      Branch: perl
9357            ! pod/perlhack.pod
9358 ____________________________________________________________________________
9359 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
9360         Log: Missed a chunk in previous commit
9361      Branch: perl
9362            ! pod/perlsyn.pod
9363 ____________________________________________________________________________
9364 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
9365         Log: Subject: [perl #36328] Until Statement Undocumented 
9366              From: Eric Amick (via RT) <perlbug-followup@perl.org>
9367              Date: 18 Jun 2005 03:47:32 -0000
9368              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
9369      Branch: perl
9370            ! pod/perlsyn.pod
9371 ____________________________________________________________________________
9372 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
9373         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
9374              From: Rick Delaney <rick@bort.ca>
9375              Date: Sun, 19 Jun 2005 09:47:22 -0400
9376              Message-ID: <20050619134722.GB31592@localhost.localdomain>
9377      Branch: perl
9378            ! op.c t/comp/parser.t
9379 ____________________________________________________________________________
9380 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
9381         Log: S_del_body is sufficiently small that inlining it is a space win.
9382      Branch: perl
9383            ! sv.c
9384 ____________________________________________________________________________
9385 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
9386         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
9387              to 0.0, as the memset has already done it.
9388      Branch: perl
9389            ! sv.c
9390 ____________________________________________________________________________
9391 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
9392         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
9393              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
9394              
9395              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
9396              From: "Craig A. Berry" <craigberry@mac.com>
9397              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
9398              Date: Sat, 18 Jun 2005 18:23:59 -0500
9399      Branch: perl
9400            ! Configure Porting/Glossary config_h.SH configure.com
9401 ____________________________________________________________________________
9402 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
9403         Log: Move the offset calculations outside of new_body/del_body.
9404              This makes some of the upgrade code slightly simpler.
9405      Branch: perl
9406            ! sv.c
9407 ____________________________________________________________________________
9408 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
9409         Log: Refactor sv_dup to memcpy from source to destination, and only
9410              explicitly copy the structure members that need explicit duplication.
9411      Branch: perl
9412            ! sv.c
9413 ____________________________________________________________________________
9414 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
9415         Log: Squeeze a little more savings by moving pte and he arenas into the
9416              common arena free code.
9417      Branch: perl
9418            ! hv.h perl.h sv.c
9419 ____________________________________________________________________________
9420 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
9421         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
9422              From: Jim Cromie <jcromie@divsol.com>
9423              Message-ID: <42B3C388.2090902@divsol.com>
9424              Date: Sat, 18 Jun 2005 00:47:36 -0600
9425      Branch: perl
9426            ! sv.c
9427 ____________________________________________________________________________
9428 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
9429         Log: update AVs and HVs using the old_body, and remove all of the local
9430              variables used to hold the SV body piecemeal.
9431      Branch: perl
9432            ! sv.c
9433 ____________________________________________________________________________
9434 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
9435         Log: sv_upgrade by memcpy
9436              AV and HV cases need tidyup
9437      Branch: perl
9438            ! sv.c
9439 ____________________________________________________________________________
9440 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
9441         Log: Fix compiling with -DPURIFY
9442      Branch: perl
9443            ! sv.c
9444 ____________________________________________________________________________
9445 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
9446         Log: Change 24886 was buggy - should be taking (and passing in) the
9447              address of the arena.
9448      Branch: perl
9449            ! sv.c
9450 ____________________________________________________________________________
9451 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
9452         Log: Add new internal error message to perldiag
9453      Branch: perl
9454            ! pod/perldiag.pod
9455 ____________________________________________________________________________
9456 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
9457         Log: Collect a little more information about the body we're getting rid of
9458      Branch: perl
9459            ! sv.c
9460 ____________________________________________________________________________
9461 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
9462         Log: Missing aTHX_ (noticed by Jim Cromie)
9463      Branch: perl
9464            ! sv.c
9465 ____________________________________________________________________________
9466 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
9467         Log: Move freeing the old body after the creating of the new body.
9468      Branch: perl
9469            ! sv.c
9470 ____________________________________________________________________________
9471 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
9472         Log: The only way is up!
9473              (*up*grades. Or croak)
9474      Branch: perl
9475            ! sv.c
9476 ____________________________________________________________________________
9477 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
9478         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
9479              From: "Steve Peters via RT" <perlbug-followup@perl.org>
9480              Date: 16 Jun 2005 17:11:14 -0000
9481              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
9482      Branch: perl
9483            ! Makefile.SH
9484 ____________________________________________________________________________
9485 [ 24883] By: steveh                                on 2005/06/17  11:36:45
9486         Log: Silence STDERR grumblings from Borland's math library.
9487              
9488              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
9489              renders change 24870 obsolete, hence it is reverted here).
9490      Branch: perl
9491            ! lib/warnings.t makedef.pl win32/win32.c
9492 ____________________________________________________________________________
9493 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
9494         Log: Upgrade to PathTools 3.09
9495      Branch: perl
9496            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
9497            ! lib/File/Spec.pm
9498 ____________________________________________________________________________
9499 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
9500         Log: new_pte/del_pte can use new_body/del_body too
9501      Branch: perl
9502            ! sv.c
9503 ____________________________________________________________________________
9504 [ 24880] By: steveh                                on 2005/06/17  08:28:32
9505         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
9506              From: "Jan Dubois" <jand@ActiveState.com>
9507              Date: Thu, 16 Jun 2005 11:43:15 -0700
9508              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
9509      Branch: perl
9510            ! win32/win32.c
9511 ____________________________________________________________________________
9512 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
9513         Log: Storing the ixv for magic arrays seems to cause double free errors on
9514              OS X. This all feels like voodoo.
9515      Branch: perl
9516            ! ext/B/B/Bytecode.pm
9517 ____________________________________________________________________________
9518 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
9519         Log: Replace all the new/del static functions with calls to a single pair
9520              of functions that uproot/plant bodies
9521      Branch: perl
9522            ! embed.fnc embed.h proto.h sv.c
9523 ____________________________________________________________________________
9524 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
9525         Log: Making more_* return a pointer, and swapping to a ternary ?: in
9526              new_* seems to generate slightly terser object code.
9527      Branch: perl
9528            ! sv.c
9529 ____________________________________________________________________________
9530 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
9531         Log: Replace all the S_more_* functions with a single function.
9532              Saves 1.5K on the object file in OS X when built with -Os
9533      Branch: perl
9534            ! sv.c
9535 ____________________________________________________________________________
9536 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
9537         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
9538              From: Jim Cromie <jcromie@divsol.com>
9539              Message-ID: <42ADC8ED.4090009@divsol.com>
9540              Date: Mon, 13 Jun 2005 11:57:01 -0600
9541      Branch: perl
9542            ! sv.c
9543 ____________________________________________________________________________
9544 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
9545         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
9546              idea, but as we are, turning on shared keys makes sense.
9547      Branch: perl
9548            ! util.c
9549 ____________________________________________________________________________
9550 [ 24873] By: merijn                                on 2005/06/16  14:33:10
9551         Log: Subject: [PATCH] Lint support
9552              From: Andy Lester <andy@petdance.com>
9553              Date: Thu, 16 Jun 2005 09:35:21 -0500
9554              Message-ID: <20050616143521.GB22188@petdance.com>
9555      Branch: perl
9556            ! XSUB.h perl.h universal.c
9557 ____________________________________________________________________________
9558 [ 24872] By: merijn                                on 2005/06/16  14:24:43
9559         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
9560              From: Ken Williams <ken@mathforum.org>
9561              Date: Wed, 15 Jun 2005 20:00:42 -0500
9562              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
9563      Branch: perl
9564            ! lib/ExtUtils/ParseXS/t/XSTest.xs
9565 ____________________________________________________________________________
9566 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
9567         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
9568              From: Andy Lester <andy@petdance.com>
9569              Date: Thu, 16 Jun 2005 09:13:42 -0500
9570              Message-ID: <20050616141342.GA22188@petdance.com>
9571      Branch: perl
9572            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
9573            ! regexec.c sv.c toke.c util.c
9574 ____________________________________________________________________________
9575 [ 24870] By: steveh                                on 2005/06/16  13:16:56
9576         Log: Teach lib/warnings.t about Borland CRT error messages
9577      Branch: perl
9578            ! lib/warnings.t
9579 ____________________________________________________________________________
9580 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
9581         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
9582              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
9583              Date: 10 Jun 2005 12:46:41 -0000
9584              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
9585              
9586              and bump version number
9587      Branch: perl
9588            ! ext/IO/lib/IO/File.pm
9589 ____________________________________________________________________________
9590 [ 24868] By: steveh                                on 2005/06/16  11:10:01
9591         Log: Update README.win32
9592              
9593              (Mention Borland compiler is also free; update libwin32 link)
9594      Branch: perl
9595            ! README.win32
9596 ____________________________________________________________________________
9597 [ 24867] By: steveh                                on 2005/06/16  11:00:19
9598         Log: Give op/taint.t a helping hand for Borland compiler on Win32
9599      Branch: perl
9600            ! t/op/taint.t
9601 ____________________________________________________________________________
9602 [ 24866] By: steveh                                on 2005/06/16  09:51:33
9603         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
9604      Branch: perl
9605            ! win32/makefile.mk
9606 ____________________________________________________________________________
9607 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
9608         Log: Subs with builtin attributes shouldn't be made constant
9609              
9610              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
9611              From: Salvador "FandiXo" <sfandino@yahoo.com>
9612              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
9613              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
9614      Branch: perl
9615            ! op.c
9616 ____________________________________________________________________________
9617 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
9618         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
9619      Branch: perl
9620            ! pod/perl.pod pod/perlrun.pod
9621 ____________________________________________________________________________
9622 [ 24863] By: steveh                                on 2005/06/16  09:09:22
9623         Log: Simplify win32/makefile.mk for static extensions with GCC
9624      Branch: perl
9625            ! win32/makefile.mk
9626 ____________________________________________________________________________
9627 [ 24862] By: steveh                                on 2005/06/16  08:51:14
9628         Log: Enable static extensions with Borland compiler on Win32
9629      Branch: perl
9630            ! win32/buildext.pl win32/makefile.mk
9631 ____________________________________________________________________________
9632 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
9633         Log: Revert part of change #24854
9634      Branch: perl
9635            ! ext/Devel/DProf/t/DProf.t perl.c
9636 ____________________________________________________________________________
9637 [ 24860] By: steveh                                on 2005/06/16  07:40:21
9638         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
9639              
9640              (Fixes a linker error on Win 32 introduced by change #24847)
9641      Branch: perl
9642            ! makedef.pl
9643 ____________________________________________________________________________
9644 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
9645         Log: Don't write bytecode to load the NVX of AVs and HVs
9646      Branch: perl
9647            ! ext/B/B/Bytecode.pm
9648 ____________________________________________________________________________
9649 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
9650         Log: We were failing to pring "not ok" if the text exited uncleanly
9651      Branch: perl
9652            ! ext/B/t/bytecode.t
9653 ____________________________________________________________________________
9654 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
9655         Log: assert that you aren't assigning to the NVX of an AV or HV
9656      Branch: perl
9657            ! sv.h
9658 ____________________________________________________________________________
9659 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
9660         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
9661              this can be useful to use valgrind for example
9662      Branch: perl
9663            ! t/test.pl
9664 ____________________________________________________________________________
9665 [ 24855] By: steveh                                on 2005/06/15  16:30:58
9666         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
9667              
9668              This pattern match seems a little saner, and stops " for Win32"
9669              getting picked up from the following output:
9670              
9671              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
9672              
9673              Maybe it breaks older versions, but at least the latest now works
9674              correctly. If anyone knows what older versions' messages look like
9675              then speak up!
9676      Branch: perl
9677            ! win32/config_sh.PL
9678 ____________________________________________________________________________
9679 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
9680         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
9681              From: Steve Peters <steve@fisharerojo.org>
9682              Date: Wed, 15 Jun 2005 11:30:41 -0500
9683              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
9684      Branch: perl
9685            ! ext/Devel/DProf/t/DProf.t perl.c
9686 ____________________________________________________________________________
9687 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
9688         Log: Subject: sort optimization
9689              From: Salvador Fandiño <sfandino@yahoo.com>
9690              Date: Mon, 06 Jun 2005 12:05:05 +0100
9691              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
9692      Branch: perl
9693            ! pp_sort.c
9694 ____________________________________________________________________________
9695 [ 24852] By: steveh                                on 2005/06/15  16:02:06
9696         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
9697      Branch: perl
9698            ! win32/makefile.mk
9699 ____________________________________________________________________________
9700 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
9701         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
9702              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
9703              Date: 15 Jun 2005 13:54:53 -0000
9704              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
9705      Branch: perl
9706            ! op.c t/op/attrs.t
9707 ____________________________________________________________________________
9708 [ 24850] By: merijn                                on 2005/06/15  13:57:57
9709         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
9710              Thanks Nick!
9711      Branch: perl
9712            ! sv.c
9713 ____________________________________________________________________________
9714 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
9715         Log: Better phrasing
9716      Branch: perl
9717            ! pod/perlfunc.pod
9718 ____________________________________________________________________________
9719 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
9720         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
9721              From: Alexey Tourbin <at@altlinux.ru>
9722              Date: Sun, 5 Jun 2005 03:42:42 +0400
9723              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
9724      Branch: perl
9725            ! ext/Storable/Storable.xs
9726 ____________________________________________________________________________
9727 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
9728         Log: Subject: [PATCH] CopSTASH_eq again
9729              From: Andy Lester <andy@petdance.com>
9730              Date: Tue, 14 Jun 2005 23:49:26 -0500
9731              Message-ID: <20050615044926.GA29087@petdance.com>
9732      Branch: perl
9733            ! cop.h embed.fnc embed.h global.sym proto.h util.c
9734 ____________________________________________________________________________
9735 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
9736         Log: Fix warning nits, by Jarkko
9737      Branch: perl
9738            ! sv.c
9739 ____________________________________________________________________________
9740 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
9741         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
9742              From: Steve Peters <steve@fisharerojo.org>
9743              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
9744              Date: Tue, 14 Jun 2005 14:30:52 -0500
9745      Branch: perl
9746            ! embed.fnc proto.h
9747 ____________________________________________________________________________
9748 [ 24844] By: davem                                 on 2005/06/14  17:24:18
9749         Log: whoops, Perl_magic_freearylen_p returns int
9750      Branch: perl
9751            ! mg.c
9752 ____________________________________________________________________________
9753 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
9754         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
9755              Here's a temporary hack, pending a way for B to correctly identify
9756              PVs that are variable names in pads.
9757      Branch: perl
9758            ! ext/B/B.xs
9759 ____________________________________________________________________________
9760 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
9761         Log: Add core test preamble
9762      Branch: perl
9763            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
9764            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
9765            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
9766            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
9767            ! lib/IO/Zlib/t/uncomp2.t
9768 ____________________________________________________________________________
9769 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
9770         Log: Test was coredumping with a shared perl library.
9771              This is wrong. It seems that what gets peephole optimised
9772              (in this case named method calls into shared string scalars) depends
9773              on whether there is a shared perl library.
9774              Anyway, fix the symptom - the coredump.
9775      Branch: perl
9776            ! ext/XS/APItest/t/hash.t
9777 ____________________________________________________________________________
9778 [ 24840] By: steveh                                on 2005/06/14  13:36:03
9779         Log: Stop "test" filename clashing with "TEST" on Win32
9780              
9781              (and bump $IO::Zlib::VERSION again)
9782      Branch: perl
9783            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
9784 ____________________________________________________________________________
9785 [ 24839] By: steveh                                on 2005/06/14  13:26:30
9786         Log: Actually skip tests when they're supposed to be skipped!
9787              
9788              (and bump $IO::Zlib::VERSION)
9789      Branch: perl
9790            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
9791 ____________________________________________________________________________
9792 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
9793         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
9794              From: Steve Peters <steve@fisharerojo.org>
9795              Date: Tue, 14 Jun 2005 08:16:38 -0500
9796              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
9797      Branch: perl
9798            ! ext/B/B.xs
9799 ____________________________________________________________________________
9800 [ 24837] By: steveh                                on 2005/06/14  13:13:17
9801         Log: Don't delete IO/Zlib during distclean on Win32
9802              
9803              (IO/Socket still needs to go, though)
9804      Branch: perl
9805            ! win32/Makefile win32/makefile.mk
9806 ____________________________________________________________________________
9807 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
9808         Log: Document ${^UTF8LOCALE}
9809      Branch: perl
9810            ! pod/perlvar.pod
9811 ____________________________________________________________________________
9812 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
9813         Log: Add IO::Zlib in maintainers list
9814      Branch: perl
9815            ! Porting/Maintainers.pl
9816 ____________________________________________________________________________
9817 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
9818         Log: Add IO::Zlib 1.04 to bleadperl
9819      Branch: perl
9820            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
9821            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
9822            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
9823            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
9824            + lib/IO/Zlib/t/uncomp2.t
9825            ! MANIFEST Makefile.SH
9826 ____________________________________________________________________________
9827 [ 24833] By: davem                                 on 2005/06/14  10:15:10
9828         Log: Perl_magic_freearylen_p could coredump
9829      Branch: perl
9830            ! mg.c
9831 ____________________________________________________________________________
9832 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
9833         Log: Subject: better assertion support
9834              From: Salvador Fandiño <sfandino@yahoo.com>
9835              Date: Mon, 13 Jun 2005 16:48:01 +0100
9836              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
9837      Branch: perl
9838            + lib/assertions/compat.pm t/comp/asstcompat.t
9839            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
9840            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
9841 ____________________________________________________________________________
9842 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
9843         Log: Since the version module is use'd afterwards, use_ok needs to be
9844              in a BEGIN block
9845      Branch: perl
9846            ! lib/version.t
9847 ____________________________________________________________________________
9848 [ 24830] By: steveh                                on 2005/06/14  07:42:33
9849         Log: Add BUILDOPTEXTRA to Win32 makefiles
9850              
9851              This allows extra build options, e.g. -DNO_HASH_SEED, to be
9852              specified on the command line, which is otherwise not possible
9853              under nmake using the existing BUILDOPT macro
9854              
9855              Suggested by Jan Dubois <jand@ActiveState.com>
9856      Branch: perl
9857            ! win32/Makefile win32/makefile.mk
9858 ____________________________________________________________________________
9859 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
9860         Log: Pay attention to the comments that Dave writes.
9861      Branch: perl
9862            ! sv.c
9863 ____________________________________________________________________________
9864 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
9865         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
9866      Branch: perl
9867            ! ext/POSIX/POSIX.xs
9868 ____________________________________________________________________________
9869 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
9870         Log: Croak if an attempt is made to modify PL_strtab
9871              (er, TODO - these should be in perldiag)
9872      Branch: perl
9873            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9874            ! ext/XS/APItest/t/hash.t hv.c
9875 ____________________________________________________________________________
9876 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
9877         Log: More SvPV consting
9878      Branch: perl
9879            ! perl.c
9880 ____________________________________________________________________________
9881 [ 24825] By: steveh                                on 2005/06/13  16:35:19
9882         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
9883              From: vadim <vadim@vkonovalov.ru>
9884              Date: Mon, 13 Jun 2005 15:41:41 -0400
9885              Message-Id: <1118691701.6333.32.camel@mdk10>
9886      Branch: perl
9887            ! win32/Makefile win32/makefile.mk
9888 ____________________________________________________________________________
9889 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
9890         Log: With shared hash key scalars now accessing the hash via the PVX, you
9891              can't fake them with regular PVIVs. So fake method calls have to use
9892              real shared hask key scalars.
9893      Branch: perl
9894            ! ext/B/t/optree_specials.t op.c
9895 ____________________________________________________________________________
9896 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
9897         Log: Subject: [PATCH] Bring bleadperl up to version.pm
9898              From: John Peacock <jpeacock@rowman.com>
9899              Date: Mon, 06 Jun 2005 05:18:21 -0400
9900              Message-ID: <42A414DD.8090504@rowman.com>
9901      Branch: perl
9902            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
9903            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
9904            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
9905 ____________________________________________________________________________
9906 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
9907         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
9908              From: Offer Kaye <offer.kaye@gmail.com>
9909              Date: Thu, 2 Jun 2005 09:14:53 +0300
9910              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
9911      Branch: perl
9912            ! pod/perlmod.pod
9913 ____________________________________________________________________________
9914 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
9915         Log: Change 24816 forgot to update makedef.pl
9916      Branch: perl
9917            ! makedef.pl
9918 ____________________________________________________________________________
9919 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
9920         Log: Make some variables global, to avoid some "will not stay
9921              shared" warnings at compile time
9922      Branch: perl
9923            ! lib/ExtUtils/ParseXS.pm
9924 ____________________________________________________________________________
9925 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
9926         Log: S_share_hek_flags can revert to returning a HEK
9927      Branch: perl
9928            ! embed.fnc hv.c proto.h
9929 ____________________________________________________________________________
9930 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
9931         Log: Remove MANIFEST for Compress::Zlib
9932      Branch: perl
9933            - ext/Compress/Zlib/MANIFEST
9934            ! MANIFEST
9935 ____________________________________________________________________________
9936 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
9937         Log: Make SvUPGRADE always have the value '1'
9938              Make sv_upgrade a void function
9939      Branch: perl
9940            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
9941 ____________________________________________________________________________
9942 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
9943         Log: We no longer need PL_shared_hek_table
9944      Branch: perl
9945            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
9946            ! sv.c
9947 ____________________________________________________________________________
9948 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
9949         Log: Help "make distclean"
9950      Branch: perl
9951            ! Makefile.SH
9952 ____________________________________________________________________________
9953 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
9954         Log: Clone all shared string PVs as shared string PVs (now that we can do
9955              it very efficiently)
9956      Branch: perl
9957            ! sv.c
9958 ____________________________________________________________________________
9959 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
9960         Log: duping shared hask key scalars can use hek_dup
9961      Branch: perl
9962            ! sv.c
9963 ____________________________________________________________________________
9964 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
9965         Log: hek_dup can now store the HEK rather than the HE, as there is now a
9966              fast way to share a hek
9967      Branch: perl
9968            ! hv.c
9969 ____________________________________________________________________________
9970 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
9971         Log: Provide share_hek_hek, and use it for fast copying of shared string
9972              scalars.
9973      Branch: perl
9974            ! hv.h sv.c
9975 ____________________________________________________________________________
9976 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
9977         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
9978              HEKs
9979      Branch: perl
9980            ! hv.c
9981 ____________________________________________________________________________
9982 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
9983         Log: Shortcut chasing round strtab when we're not the last reference.
9984      Branch: perl
9985            ! hv.c
9986 ____________________________________________________________________________
9987 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
9988         Log: In the shared string table, store the HE and HEK next to each other
9989              in one malloc()ed block.
9990      Branch: perl
9991            ! hv.c hv.h
9992 ____________________________________________________________________________
9993 [ 24807] By: merijn                                on 2005/06/12  09:58:32
9994         Log: Subject: [PATCH] perlipc.pod: mkfifo()
9995              From: Alexey Tourbin <at@altlinux.ru>
9996              Date: Sat, 11 Jun 2005 16:26:56 +0400
9997              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
9998      Branch: perl
9999            ! pod/perlipc.pod
10000 ____________________________________________________________________________
10001 [ 24806] By: merijn                                on 2005/06/12  09:54:07
10002         Log: Subject: improve static build for win32/Makefile
10003              From: vadim <vadim@vkonovalov.ru>
10004              Date: Sun, 12 Jun 2005 14:09:11 -0400
10005              Message-Id: <1118599750.2732.2.camel@mdk10>
10006      Branch: perl
10007            ! win32/Makefile
10008 ____________________________________________________________________________
10009 [ 24805] By: merijn                                on 2005/06/12  09:19:38
10010         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
10011              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
10012              Date: Sat, 11 Jun 2005 22:23:00 +0100
10013              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
10014      Branch: perl
10015            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
10016            ! ext/Compress/Zlib/t/05gzsetp.t
10017 ____________________________________________________________________________
10018 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
10019         Log: This isn't an LVALUE, so make the compiler enforce that.
10020      Branch: perl
10021            ! sv.h
10022 ____________________________________________________________________________
10023 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
10024         Log: hash key code cleanup
10025      Branch: perl
10026            ! embed.fnc hv.c hv.h proto.h
10027 ____________________________________________________________________________
10028 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
10029         Log: Shrink shared hash scalars from PVIV to PV
10030      Branch: perl
10031            ! embed.fnc embed.h proto.h sv.c sv.h
10032 ____________________________________________________________________________
10033 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
10034         Log: Propagate const/mutable/not into the SvPV call for retrieving an
10035              overloaded value.
10036      Branch: perl
10037            ! sv.c
10038 ____________________________________________________________________________
10039 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
10040         Log: More SvPV consting. And other related drive-by refactoring.
10041      Branch: perl
10042            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
10043            ! xsutils.c
10044 ____________________________________________________________________________
10045 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
10046         Log: More SvPV consting, including some code cleanup and living dangerously
10047              with socket API calls.
10048      Branch: perl
10049            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
10050 ____________________________________________________________________________
10051 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
10052         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
10053      Branch: perl
10054            ! doio.c doop.c dump.c op.c sv.c
10055 ____________________________________________________________________________
10056 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
10057         Log: Allison says that "Media" isn't really needed in the name.
10058      Branch: perl
10059            ! pod/perl.pod
10060 ____________________________________________________________________________
10061 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
10062         Log: Add SvGROW_mutable
10063      Branch: perl
10064            ! sv.c sv.h
10065 ____________________________________________________________________________
10066 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
10067         Log: Passing read only values (such as string constants) to select should
10068              croak.
10069      Branch: perl
10070            + t/op/sselect.t
10071            ! MANIFEST pp_sys.c
10072 ____________________________________________________________________________
10073 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
10074         Log: Don't pass constants to select
10075      Branch: perl
10076            ! t/op/lex_assign.t
10077 ____________________________________________________________________________
10078 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
10079         Log: Pre-run and disarm the code automodification run by
10080              Compress::Zlib's Makefile
10081      Branch: perl
10082            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
10083            ! ext/Compress/Zlib/examples/filtdef
10084            ! ext/Compress/Zlib/examples/filtinf
10085            ! ext/Compress/Zlib/examples/gzcat
10086            ! ext/Compress/Zlib/examples/gzgrep
10087            ! ext/Compress/Zlib/examples/gzstream
10088            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
10089            ! ext/Compress/Zlib/t/03examples.t
10090            ! ext/Compress/Zlib/t/04encoding.t
10091            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
10092 ____________________________________________________________________________
10093 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
10094         Log: Update Windows makefiles
10095      Branch: perl
10096            ! win32/Makefile win32/makefile.mk
10097 ____________________________________________________________________________
10098 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
10099         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
10100              $#... interaction. 
10101      Branch: perl
10102            ! scope.c t/op/array.t
10103 ____________________________________________________________________________
10104 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
10105         Log: Update maintainers list
10106      Branch: perl
10107            ! Porting/Maintainers.pl
10108 ____________________________________________________________________________
10109 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
10110         Log: Bump version number
10111      Branch: perl
10112            ! ext/Compress/Zlib/Zlib.pm
10113 ____________________________________________________________________________
10114 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
10115         Log: Makefile.PL adjustments for the core
10116      Branch: perl
10117            ! ext/Compress/Zlib/Makefile.PL
10118 ____________________________________________________________________________
10119 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
10120         Log: SvUPGRADE returns void in blead
10121      Branch: perl
10122            ! ext/Compress/Zlib/Zlib.xs
10123 ____________________________________________________________________________
10124 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
10125         Log: Drom Compress::Zlib 1.34 in ext/
10126      Branch: perl
10127            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
10128            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
10129            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
10130            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
10131            + ext/Compress/Zlib/examples/filtdef
10132            + ext/Compress/Zlib/examples/filtinf
10133            + ext/Compress/Zlib/examples/gzcat
10134            + ext/Compress/Zlib/examples/gzgrep
10135            + ext/Compress/Zlib/examples/gzstream
10136            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
10137            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
10138            + ext/Compress/Zlib/t/03examples.t
10139            + ext/Compress/Zlib/t/04encoding.t
10140            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
10141            + ext/Compress/Zlib/typemap
10142            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
10143            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
10144            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
10145            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
10146            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
10147            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
10148            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
10149            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
10150            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
10151            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
10152            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
10153            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
10154            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
10155            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
10156            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
10157            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
10158            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
10159            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
10160            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
10161            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
10162            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
10163            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
10164            ! MANIFEST
10165 ____________________________________________________________________________
10166 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
10167         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
10168      Branch: perl
10169            ! sv.c
10170 ____________________________________________________________________________
10171 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
10172         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
10173      Branch: perl
10174            ! av.c pod/perldiag.pod t/op/array.t
10175 ____________________________________________________________________________
10176 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
10177         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
10178              (but not \$#a after local @a or my @a leave a block)
10179      Branch: perl
10180            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
10181 ____________________________________________________________________________
10182 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
10183         Log: Convert op/array.t to test.pl
10184      Branch: perl
10185            ! t/op/array.t
10186 ____________________________________________________________________________
10187 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
10188         Log: Revert part of previous patch
10189      Branch: perl
10190            ! util.c
10191 ____________________________________________________________________________
10192 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
10193         Log: Subject: [PATCH] regcomp.c and more
10194              From: Andy Lester <andy@petdance.com>
10195              Date: Thu, 9 Jun 2005 10:05:56 -0500
10196              Message-ID: <20050609150556.GA30554@petdance.com>
10197      Branch: perl
10198            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
10199 ____________________________________________________________________________
10200 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
10201         Log: More SvPV consting
10202      Branch: perl
10203            ! mg.c perlio.c pp_pack.c
10204 ____________________________________________________________________________
10205 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
10206         Log: Don't ignore errors from an eval.
10207      Branch: perl
10208            ! t/op/pack.t
10209 ____________________________________________________________________________
10210 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
10211         Log: Update API docs.
10212      Branch: perl
10213            ! pod/perlapi.pod
10214 ____________________________________________________________________________
10215 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
10216         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
10217      Branch: perl
10218            ! opnames.h reentr.c reentr.h
10219 ____________________________________________________________________________
10220 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
10221         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
10222              starts.
10223      Branch: perl
10224            ! reentr.pl
10225 ____________________________________________________________________________
10226 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
10227         Log: Make minitest pass (must skip if no dynaloading)
10228      Branch: perl
10229            ! t/op/goto_xs.t
10230 ____________________________________________________________________________
10231 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
10232         Log: Subject: [PATCH] pp_pack.c cleanup
10233              From: Andy Lester <andy@petdance.com>
10234              Date: Wed, 8 Jun 2005 10:23:53 -0500
10235              Message-ID: <20050608152353.GA6253@petdance.com>
10236      Branch: perl
10237            ! pp_pack.c
10238 ____________________________________________________________________________
10239 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
10240         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
10241              From: Alexey Tourbin <at@altlinux.ru>
10242              Date: Wed, 8 Jun 2005 13:45:08 +0400
10243              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
10244      Branch: perl
10245            ! pod/perlfunc.pod
10246 ____________________________________________________________________________
10247 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
10248         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
10249              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10250              Date: Thu, 09 Jun 2005 08:50:56 +0300
10251              Message-ID: <42A7D8C0.1080104@gmail.com>
10252      Branch: perl
10253            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
10254 ____________________________________________________________________________
10255 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
10256         Log: More SvPV consting
10257      Branch: perl
10258            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
10259 ____________________________________________________________________________
10260 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
10261         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
10262      Branch: perl
10263            ! sv.c
10264 ____________________________________________________________________________
10265 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
10266         Log: Add SvPV_mutable for use by the old COW code.
10267      Branch: perl
10268            ! sv.h
10269 ____________________________________________________________________________
10270 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
10271         Log: sv_setsv is allowed to swipe buffers from read only scalars
10272      Branch: perl
10273            ! sv.c
10274 ____________________________________________________________________________
10275 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
10276         Log: const-ize pp_formline
10277      Branch: perl
10278            ! pp_ctl.c
10279 ____________________________________________________________________________
10280 [ 24764] By: merijn                                on 2005/06/08  19:14:19
10281         Log: Cygwin fails to open $^X on many occasion here
10282              afile is still available from the previous test
10283      Branch: perl
10284            ! t/io/layers.t
10285 ____________________________________________________________________________
10286 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
10287         Log: Remove repeated C<n_a>s
10288      Branch: perl
10289            ! perl.c
10290 ____________________________________________________________________________
10291 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
10292         Log: Remove the n_a
10293      Branch: perl
10294            ! malloc.c
10295 ____________________________________________________________________________
10296 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
10297         Log: Add and use MgPV_nolen_const
10298      Branch: perl
10299            ! mg.c mg.h
10300 ____________________________________________________________________________
10301 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
10302         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
10303      Branch: perl
10304            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
10305            ! proto.h regcomp.c taint.c toke.c
10306 ____________________________________________________________________________
10307 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
10308         Log: Allow a null length pointer to sv_pvn_force_flags.
10309              Add SvPV_force_nolen and use it to remove some C<n_a>s
10310      Branch: perl
10311            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
10312 ____________________________________________________________________________
10313 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
10314         Log: n_a no more
10315      Branch: perl
10316            ! perl.c pp_ctl.c pp_sys.c universal.c
10317 ____________________________________________________________________________
10318 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
10319         Log: Eliminate more C<n_a>s
10320      Branch: perl
10321            ! XSUB.h pp.h
10322 ____________________________________________________________________________
10323 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
10324         Log: A mising cast (given that rx->subbeg is only char *)
10325      Branch: perl
10326            ! pp_hot.c
10327 ____________________________________________________________________________
10328 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
10329         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
10330      Branch: perl
10331            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
10332            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
10333            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
10334            ! sv.h
10335 ____________________________________________________________________________
10336 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
10337         Log: Subject: [PATCH] regexec.c utf8 loading
10338              From: Andy Lester <andy@petdance.com>
10339              Date: Wed, 8 Jun 2005 00:03:32 -0500
10340              Message-ID: <20050608050332.GA31059@petdance.com>
10341      Branch: perl
10342            ! regexec.c
10343 ____________________________________________________________________________
10344 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
10345         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
10346              From: José Pedro Oliveira <jpo@di.uminho.pt>
10347              Date: Tue, 07 Jun 2005 21:07:42 +0100
10348              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
10349      Branch: perl
10350            ! lib/FindBin.pm
10351 ____________________________________________________________________________
10352 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
10353         Log: One more SvPV_const
10354      Branch: perl
10355            ! pp.c
10356 ____________________________________________________________________________
10357 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
10358         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
10359      Branch: perl
10360            ! sv.h
10361 ____________________________________________________________________________
10362 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
10363         Log: Remove two more unused C<n_a>s
10364      Branch: perl
10365            ! pp_sys.c
10366 ____________________________________________________________________________
10367 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
10368         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
10369      Branch: perl
10370            ! sv.c
10371 ____________________________________________________________________________
10372 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
10373         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
10374              Elminate a lot of C<n_a>s
10375      Branch: perl
10376            ! pp.h pp_ctl.c pp_sys.c
10377 ____________________________________________________________________________
10378 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
10379         Log: Add SvPVx_nolen and SvPVbytex_nolen
10380      Branch: perl
10381            ! sv.h
10382 ____________________________________________________________________________
10383 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
10384         Log: More SvPV consting
10385      Branch: perl
10386            ! perly.act perly.y
10387 ____________________________________________________________________________
10388 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
10389         Log: Mark a static function as static
10390      Branch: perl
10391            ! utf8.c
10392 ____________________________________________________________________________
10393 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
10394         Log: More SvPV consting
10395      Branch: perl
10396            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
10397            ! sv.c toke.c
10398 ____________________________________________________________________________
10399 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
10400         Log: More SvPV consting
10401      Branch: perl
10402            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
10403            ! sv.c
10404 ____________________________________________________________________________
10405 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
10406         Log: More consting of SvPV
10407      Branch: perl
10408            ! embed.fnc pp_ctl.c proto.h sv.c
10409 ____________________________________________________________________________
10410 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
10411         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
10412      Branch: perl
10413            ! sv.h
10414 ____________________________________________________________________________
10415 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
10416         Log: More SvPV consting.
10417      Branch: perl
10418            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
10419            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
10420 ____________________________________________________________________________
10421 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
10422         Log: Add SvPV_nolen_const and SvPV_nomg_const
10423      Branch: perl
10424            ! sv.h
10425 ____________________________________________________________________________
10426 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
10427         Log: Add MgPV_const
10428      Branch: perl
10429            ! mg.h
10430 ____________________________________________________________________________
10431 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
10432         Log: Remove unused variable (thanks to Andy's lint)
10433      Branch: perl
10434            ! mg.c
10435 ____________________________________________________________________________
10436 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
10437         Log: Change 24733 allows several pointers to be NULL. Therefore this
10438              should be reflected in their attributes.
10439      Branch: perl
10440            ! embed.fnc proto.h
10441 ____________________________________________________________________________
10442 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
10443         Log: Subject: [PATCH] Random cleanups #47
10444              From: Andy Lester <andy@petdance.com>
10445              Date: Mon, 6 Jun 2005 10:11:07 -0500
10446              Message-ID: <20050606151107.GC7022@petdance.com>
10447      Branch: perl
10448            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
10449            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
10450 ____________________________________________________________________________
10451 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
10452         Log: make some more functions static
10453              
10454              Subject: [PATCH] B/C/C.xs: static my_runops()
10455              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
10456              
10457              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
10458              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
10459              
10460              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
10461              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
10462              
10463              all being :
10464              From: Alexey Tourbin <at@altlinux.ru>
10465              Date: Sun, 5 Jun 2005
10466      Branch: perl
10467            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
10468 ____________________________________________________________________________
10469 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
10470         Log: Simplify the implementation of SvPV*nolen functions
10471      Branch: perl
10472            ! sv.c sv.h
10473 ____________________________________________________________________________
10474 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
10475         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
10476      Branch: perl
10477            ! sv.c sv.h
10478 ____________________________________________________________________________
10479 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
10480         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
10481              (spotted by Steve_p)
10482      Branch: perl
10483            ! util.c
10484 ____________________________________________________________________________
10485 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
10486         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
10487              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10488              Date: Sun, 05 Jun 2005 18:06:12 +0300
10489              Message-ID: <42A314E4.8060608@gmail.com>
10490      Branch: perl
10491            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
10492            ! utf8.c utf8.h
10493 ____________________________________________________________________________
10494 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
10495         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
10496              From: Alexey Tourbin <at@altlinux.ru>
10497              Date: Sun, 5 Jun 2005 03:08:30 +0400
10498              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
10499      Branch: perl
10500            ! util.c
10501 ____________________________________________________________________________
10502 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
10503         Log: Fix apidoc for newSVhek
10504      Branch: perl
10505            ! pod/perlapi.pod sv.c
10506 ____________________________________________________________________________
10507 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
10508         Log: make pp_split const
10509      Branch: perl
10510            ! pp.c
10511 ____________________________________________________________________________
10512 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
10513         Log: Lots of consting
10514      Branch: perl
10515            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
10516            ! pp_sys.c
10517 ____________________________________________________________________________
10518 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
10519         Log: The FBM compile code is mutable, because it's permissible to FBM
10520              compile a read-only value.
10521      Branch: perl
10522            ! util.c
10523 ____________________________________________________________________________
10524 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
10525         Log: XS_VERSION_BOOTCHECK is read only.
10526      Branch: perl
10527            ! XSUB.h
10528 ____________________________________________________________________________
10529 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
10530         Log: POPpx needs a const equivalent.
10531      Branch: perl
10532            ! pp.h
10533 ____________________________________________________________________________
10534 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
10535         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
10536              routines need to be mutable, as it's permitted to change the type of
10537              a READONLY SV, or cache the string or number conversion.
10538              Other routines are mostly const.
10539      Branch: perl
10540            ! sv.c
10541 ____________________________________________________________________________
10542 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
10543         Log: Need const versions of SvPV(), so that its callers can indicate
10544              whether they are read/write or read only
10545              Also provide a mutable version, for the internals to use where it
10546              needs a non-const pointer, but will be writing. Callers of this are
10547              assumed to be aware of how copy on write is working, and to keep
10548              track of core changes.
10549              
10550              For now check that SVs are not READONLY when const versions are used.
10551              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
10552              READONLY flag, but for now it provides a good test indicator.
10553      Branch: perl
10554            ! sv.h
10555 ____________________________________________________________________________
10556 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
10557         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
10558              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10559              Date: Mon, 06 Jun 2005 20:28:35 +0300
10560              Message-ID: <42A487C3.8010306@gmail.com>
10561      Branch: perl
10562            ! pod/perlfunc.pod pp.c t/op/chr.t
10563 ____________________________________________________________________________
10564 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
10565         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
10566              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10567              Date: Tue, 7 Jun 2005 13:19:33 +0400 
10568              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
10569      Branch: perl
10570            ! README.win32
10571 ____________________________________________________________________________
10572 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
10573         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
10574              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
10575              Date: 6 Jun 2005 23:24:28 -0000
10576              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
10577      Branch: perl
10578            ! toke.c
10579 ____________________________________________________________________________
10580 [ 24717] By: merijn                                on 2005/06/07  08:18:59
10581         Log: Subject: [PATCH] Unvoid SvUPGRADE
10582              From: Andy Lester <andy@petdance.com>
10583              Date: Mon, 6 Jun 2005 23:08:50 -0500
10584              Message-ID: <20050607040850.GA7033@petdance.com>
10585      Branch: perl
10586            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
10587            ! scope.c sv.c sv.h toke.c util.c
10588 ____________________________________________________________________________
10589 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
10590         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
10591      Branch: perl
10592            ! hv.c pp_hot.c sv.c sv.h
10593 ____________________________________________________________________________
10594 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
10595         Log: SvIsCOW_shared_hash is declared all the time, so use it.
10596      Branch: perl
10597            ! pp_hot.c
10598 ____________________________________________________________________________
10599 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
10600         Log: Shared hash key scalars can be safely copied as shared hash key scalars
10601              all the time.
10602      Branch: perl
10603            ! sv.c
10604 ____________________________________________________________________________
10605 [ 24713] By: steveh                                on 2005/06/06  07:52:59
10606         Log: NORETURN_FUNCTION_END is not a complete statement
10607              
10608              (Fix compilation error following change #24702)
10609      Branch: perl
10610            ! ext/IO/IO.xs
10611 ____________________________________________________________________________
10612 [ 24712] By: steveh                                on 2005/06/06  07:47:06
10613         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
10614              
10615              (Fix compilation error following change #24689)
10616      Branch: perl
10617            ! sv.c
10618 ____________________________________________________________________________
10619 [ 24711] By: merijn                                on 2005/06/06  06:18:51
10620         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
10621              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10622              Date: Sun, 05 Jun 2005 18:28:08 +0300
10623              Message-ID: <42A31A08.3070601@gmail.com>
10624      Branch: perl
10625            ! Makefile.SH
10626 ____________________________________________________________________________
10627 [ 24710] By: merijn                                on 2005/06/06  06:01:30
10628         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
10629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10630              Date: Sun, 5 Jun 2005 20:43:55 -0700
10631              Message-ID: <20050606034354.GA1456@efn.org>
10632      Branch: perl
10633            ! cygwin/cygwin.c
10634 ____________________________________________________________________________
10635 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
10636         Log: New test for getppid(), by Alexey Tourbin
10637      Branch: perl
10638            + t/op/getppid.t
10639            ! MANIFEST
10640 ____________________________________________________________________________
10641 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
10642         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
10643              From: Salvador Fandiño <sfandino@yahoo.com>
10644              Date: Jun 5, 2005 4:25 AM
10645              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
10646      Branch: perl
10647            ! pp_sort.c
10648 ____________________________________________________________________________
10649 [ 24707] By: ams                                   on 2005/06/05  03:55:11
10650         Log: Subject: [PATCH] Fix minor bummer in 24706
10651              From: Andy Lester <andy@petdance.com>
10652              Date: Sat, 4 Jun 2005 23:09:04 -0500
10653              Message-Id: <20050605040904.GA27783@petdance.com>
10654      Branch: perl
10655            ! utf8.c
10656 ____________________________________________________________________________
10657 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
10658         Log: Subject: [PATCH] further speeding up of is_utf8_string()
10659              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10660              Date: Sat, 04 Jun 2005 13:40:15 +0300
10661              Message-ID: <42A1850F.4040109@gmail.com>
10662      Branch: perl
10663            + t/op/chr.t
10664            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
10665 ____________________________________________________________________________
10666 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
10667         Log: Silence a const warning
10668      Branch: perl
10669            ! sv.c
10670 ____________________________________________________________________________
10671 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
10672         Log: Improve FindBin discovery of current directory, based on :
10673              
10674              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
10675              From: José Pedro Oliveira <jpo@di.uminho.pt>
10676              Date: Thu, 12 May 2005 20:36:48 +0100
10677              Message-ID: <4283B050.6080805@di.uminho.pt>
10678              
10679              Plus POD fixes
10680      Branch: perl
10681            ! lib/FindBin.pm
10682 ____________________________________________________________________________
10683 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
10684         Log: Simplify the getppid code, by Alexey Tourbin
10685      Branch: perl
10686            ! pp_sys.c
10687 ____________________________________________________________________________
10688 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
10689         Log: Subject: [PATCH] Consting IO and Devel::Peek
10690              From: Andy Lester <andy@petdance.com>
10691              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
10692              Message-ID: <20050531212621.GA12117@petdance.com>
10693      Branch: perl
10694            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
10695 ____________________________________________________________________________
10696 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
10697         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
10698              From: Andy Lester <andy@petdance.com>
10699              Date: Jun 3, 2005 7:14 PM
10700              Message-ID: <20050603171448.GA5834@petdance.com>
10701      Branch: perl
10702            ! toke.c
10703 ____________________________________________________________________________
10704 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
10705         Log: Subject: B::Concise torture
10706              From: Jim Cromie <jcromie@divsol.com>
10707              Date: Jun 2, 2005 6:36 AM
10708              Message-ID: <429E8CBE.406@divsol.com>
10709              (with formatting nits)
10710      Branch: perl
10711            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
10712 ____________________________________________________________________________
10713 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
10714         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
10715              From: Gisle Aas <gisle@activestate.com>
10716              Date: 03 Jun 2005 09:17:44 -0700
10717              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
10718      Branch: perl
10719            ! lib/Net/Ping.pm
10720 ____________________________________________________________________________
10721 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
10722         Log: Use newSVhek in the cloning code.
10723      Branch: perl
10724            ! sv.c
10725 ____________________________________________________________________________
10726 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
10727         Log: Use newSVhek where we're generating SVs from package names
10728      Branch: perl
10729            ! op.c pp.c sv.c toke.c
10730 ____________________________________________________________________________
10731 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
10732         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
10733      Branch: perl
10734            ! embed.fnc embed.h hv.c proto.h sv.c
10735 ____________________________________________________________________________
10736 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
10737         Log: Bump version number
10738      Branch: perl
10739            ! ext/Devel/DProf/DProf.pm
10740 ____________________________________________________________________________
10741 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
10742         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
10743              From: Duncan Findlay <duncf@debian.org>
10744              Date: Wed, 1 Jun 2005 12:18:08 -0400
10745              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
10746      Branch: perl
10747            ! utils/dprofpp.PL
10748 ____________________________________________________________________________
10749 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
10750         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
10751              turned into SVs
10752      Branch: perl
10753            ! embed.fnc embed.h global.sym hv.c sv.c
10754 ____________________________________________________________________________
10755 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
10756         Log: POD fixes
10757      Branch: perl
10758            ! pod/perlfunc.pod
10759 ____________________________________________________________________________
10760 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
10761         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
10762              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10763              Date: Thu, 2 Jun 2005 11:49:11 -0700
10764              Message-ID: <20050602184911.GA3292@efn.org>
10765      Branch: perl
10766            ! pod/perlop.pod
10767 ____________________________________________________________________________
10768 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
10769         Log: Subject: [PATCH] Random consting
10770              From: Andy Lester <andy@petdance.com>
10771              Date: Thu, 2 Jun 2005 12:19:43 -0500
10772              Message-ID: <20050602171943.GA16553@petdance.com>
10773      Branch: perl
10774            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
10775            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
10776            ! util.c
10777 ____________________________________________________________________________
10778 [ 24688] By: steveh                                on 2005/06/03  08:12:45
10779         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
10780              From: "Jan Dubois" <jand@ActiveState.com>
10781              Date: Mon, 18 Apr 2005 20:16:24 -0700
10782              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
10783              
10784              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
10785              From: "Jan Dubois" <jand@ActiveState.com>
10786              Date: Tue, 19 Apr 2005 01:49:51 -0700
10787              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
10788              
10789              (There was no reply from Rob Brown in over a month, so commit to blead
10790              for now.  I'll email him again...)
10791      Branch: perl
10792            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
10793            ! lib/Net/Ping/t/500_ping_icmp.t
10794 ____________________________________________________________________________
10795 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
10796         Log: Subject: [PATCH] speed up is_utf8_char()
10797              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10798              Date: Thu, 02 Jun 2005 21:52:46 +0300
10799              Message-ID: <429F557E.3090007@gmail.com>
10800      Branch: perl
10801            ! utf8.c utf8.h
10802 ____________________________________________________________________________
10803 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
10804         Log: Subject: [PATCH] Quotes in pod/*.pod
10805              From: Andy Lester <andy@petdance.com>
10806              Date: Thu, 2 Jun 2005 16:19:54 -0500
10807              Message-ID: <20050602211954.GA22107@petdance.com>
10808      Branch: perl
10809            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
10810            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
10811            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
10812            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
10813            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
10814            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
10815            ! pod/perlthrtut.pod
10816 ____________________________________________________________________________
10817 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
10818         Log: Indent fix
10819      Branch: perl
10820            ! pod/perlfaq7.pod
10821 ____________________________________________________________________________
10822 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
10823         Log: FAQ sync
10824      Branch: perl
10825            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10826            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10827            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10828 ____________________________________________________________________________
10829 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
10830         Log: Subject: [PATCH] symbian/xsbuild.pl
10831              From: <jarkko.hietaniemi@nokia.com>
10832              Date: Fri, 3 Jun 2005 11:00:01 +0300
10833              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
10834      Branch: perl
10835            ! symbian/xsbuild.pl
10836 ____________________________________________________________________________
10837 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
10838         Log: Subject: [PATCH] SvPVX_const() - patch #4
10839              From: Steve Peters <steve@fisharerojo.org>
10840              Date: Thu, 2 Jun 2005 13:41:35 -0500
10841              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
10842      Branch: perl
10843            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
10844 ____________________________________________________________________________
10845 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
10846         Log: Subject: Re: [patch] teach B::Concise to see XS code
10847              From: Jim Cromie <jcromie@divsol.com>
10848              Date: Wed, 01 Jun 2005 08:01:17 -0600
10849              Message-ID: <429DBFAD.1090308@divsol.com>
10850      Branch: perl
10851            ! ext/B/B/Concise.pm ext/B/t/concise.t
10852 ____________________________________________________________________________
10853 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
10854         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
10855              the relevant makefiles and tables-of-contents to reflect this.
10856      Branch: perl
10857           +> pod/perl587delta.pod
10858           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
10859           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
10860           !> win32/makefile.mk win32/pod.mak
10861 ____________________________________________________________________________
10862 [ 24679] By: steveh                                on 2005/06/02  15:57:13
10863         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
10864              From: DH <crazyinsomniac@yahoo.com>
10865              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
10866              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
10867              
10868              (with a couple of minor tweaks)
10869      Branch: perl
10870            ! win32/dl_win32.xs
10871 ____________________________________________________________________________
10872 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
10873         Log: Dave can see a better way of doing the rounding.
10874      Branch: perl
10875            ! handy.h
10876 ____________________________________________________________________________
10877 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
10878         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
10879      Branch: perl
10880            ! toke.c
10881 ____________________________________________________________________________
10882 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
10883         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
10884              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
10885              it for now.
10886      Branch: perl
10887            ! hv.c sv.c toke.c
10888 ____________________________________________________________________________
10889 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
10890         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
10891      Branch: perl
10892            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
10893            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
10894            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
10895            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10896            ! lib/ExtUtils/CBuilder/Platform/aix.pm
10897            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
10898            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
10899            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
10900 ____________________________________________________________________________
10901 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
10902         Log: CPP typo fix (by Dominic Dunlop)
10903      Branch: perl
10904            ! perl.c
10905 ____________________________________________________________________________
10906 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
10907         Log: Oops. My maths was too generous (by 1).
10908      Branch: perl
10909            ! handy.h
10910 ____________________________________________________________________________
10911 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
10912         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
10913              macro.
10914      Branch: perl
10915            ! toke.c
10916 ____________________________________________________________________________
10917 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
10918         Log: Fix changed diagnostic
10919      Branch: perl
10920            ! pod/perldiag.pod
10921 ____________________________________________________________________________
10922 [ 24670] By: ams                                   on 2005/06/02  08:44:41
10923         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
10924              From: Steve Peters <steve@fisharerojo.org>
10925              Date: Tue, 31 May 2005 09:55:43 -0500
10926              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
10927      Branch: perl
10928            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10929            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10930            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
10931            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
10932 ____________________________________________________________________________
10933 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
10934         Log: Subject: [PATCH] use lengths in sv_setpv() calls
10935              From: Andy Lester <andy@petdance.com>
10936              Date: Wed, 1 Jun 2005 23:16:56 -0500
10937              Message-ID: <20050602041656.GA3000@petdance.com>
10938      Branch: perl
10939            ! gv.c sv.c util.c
10940 ____________________________________________________________________________
10941 [ 24668] By: merijn                                on 2005/06/02  08:02:23
10942         Log: New HW model; more on threads for 10.20
10943      Branch: perl
10944            ! README.hpux
10945 ____________________________________________________________________________
10946 [ 24667] By: merijn                                on 2005/06/02  07:52:09
10947         Log: HP-UX specific #pragma entered in #23890 is not supported
10948              on HP-UX 10.20 and older
10949      Branch: perl
10950            ! perl.c
10951 ____________________________________________________________________________
10952 [ 24666] By: merijn                                on 2005/06/02  07:39:30
10953         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
10954              From: Andy Lester <andy@petdance.com>
10955              Date: Thu, 2 Jun 2005 00:02:38 -0500
10956              Message-ID: <20050602050238.GA4001@petdance.com>
10957      Branch: perl
10958            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
10959            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
10960            ! scope.h thrdvar.h toke.c util.c
10961 ____________________________________________________________________________
10962 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
10963         Log: Round up all string length requests to malloc()/realloc() to the next
10964              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
10965              internally will quantise, and so we're going to use space that
10966              otherwise would be wasted. Hopefully this will save realloc()ing.
10967      Branch: perl
10968            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
10969 ____________________________________________________________________________
10970 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
10971         Log: I think SvCUR() was intended rather than SvLEN()
10972      Branch: perl
10973            ! ext/Storable/Storable.xs
10974 ____________________________________________________________________________
10975 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
10976         Log: We don't have XRVs any more, so remove the typedef
10977      Branch: perl
10978            ! perl.h
10979 ____________________________________________________________________________
10980 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
10981         Log: Zero-ing the new HV array is pointless, as we write to every element.
10982              Also avoid calling into he_dup when the HE is 0, to save the function
10983              call overhead.
10984      Branch: perl
10985            ! sv.c
10986 ____________________________________________________________________________
10987 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
10988         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
10989              char rather than HE *. Bug was harmless, overallocating by a factor
10990              of sizeof(HE *)
10991      Branch: perl
10992            ! hv.c
10993 ____________________________________________________________________________
10994 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
10995         Log: Store the xhv_aux structure after the main array.
10996              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
10997              build. It has the side effect of defined %symbol_table:: now always
10998              being true. defined %hash is already deprecated.
10999      Branch: perl
11000            ! hv.c hv.h sv.c sv.h t/op/magic.t
11001 ____________________________________________________________________________
11002 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
11003         Log: If we're building config_heavy.pl somewhere else, then we need to
11004              require it, not something (or maybe nothing) in the correct place.
11005      Branch: perl
11006            ! configpm
11007 ____________________________________________________________________________
11008 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
11009         Log: Revert change #24656
11010      Branch: perl
11011            ! Makefile.SH
11012 ____________________________________________________________________________
11013 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
11014         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
11015              So PL_mess_sv contained an uninitialised value.
11016      Branch: perl
11017            ! util.c
11018 ____________________________________________________________________________
11019 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
11020         Log: Subject: [PATCH] eliminate always running mktables
11021              From: Robin Barker <Robin.Barker@npl.co.uk>
11022              Date: Wed, 1 Jun 2005 09:55:16 +0100 
11023              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
11024      Branch: perl
11025            ! Makefile.SH
11026 ____________________________________________________________________________
11027 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
11028         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
11029      Branch: perl
11030            ! Makefile.SH
11031 ____________________________________________________________________________
11032 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
11033         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
11034              From: Stephen McCamant <smcc@mit.edu>
11035              Date: Sat, 21 May 2005 21:52:31 -0700
11036              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
11037              
11038              Correctly nullify CvSTART when undef'ing a CV
11039      Branch: perl
11040            ! op.c
11041 ____________________________________________________________________________
11042 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
11043         Log: Subject: Re: [patch] teach B::Concise to see XS code
11044              From: Jim Cromie <jcromie@divsol.com>
11045              Date: Sat, 21 May 2005 09:24:24 -0600
11046              Message-ID: <428F52A8.20702@divsol.com>
11047      Branch: perl
11048            + ext/B/t/concise-xs.t
11049            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
11050 ____________________________________________________________________________
11051 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
11052         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
11053              From: Andy Lester <andy@petdance.com>
11054              Date: Tue, 31 May 2005 12:39:00 -0500
11055              Message-ID: <20050531173900.GA9820@petdance.com>
11056      Branch: perl
11057            ! lib/unicore/mktables
11058 ____________________________________________________________________________
11059 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
11060         Log: Remove duplicated line
11061      Branch: perl
11062            ! lib/Module/CoreList.pm
11063 ____________________________________________________________________________
11064 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
11065         Log: Upgrade to Module::CoreList 2.02
11066      Branch: perl
11067            ! lib/Module/CoreList.pm
11068 ____________________________________________________________________________
11069 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
11070         Log: Attempt 2 at a diet memory layout can go live.
11071      Branch: perl
11072            ! av.h hv.h
11073 ____________________________________________________________________________
11074 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
11075         Log: Avoid updating a variable in a loop.
11076              Only calculate the number of links in a hash bucket chain if we really
11077              need it.
11078      Branch: perl
11079            ! hv.c
11080 ____________________________________________________________________________
11081 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
11082         Log: Avoid updating a variable in the loop
11083      Branch: perl
11084            ! hv.c
11085 ____________________________________________________________________________
11086 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
11087         Log: Subject: [PATCH] ByteLoader.xs cleanup
11088              From: Andy Lester <andy@petdance.com>
11089              Date: Mon, 30 May 2005 22:28:36 -0500
11090              Message-ID: <20050531032836.GA32198@petdance.com>
11091      Branch: perl
11092            ! ext/ByteLoader/ByteLoader.xs
11093 ____________________________________________________________________________
11094 [ 24644] By: merijn                                on 2005/05/31  05:41:24
11095         Log: Add DECC to the symbol list
11096              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
11097              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11098              Date: Mon, 30 May 2005 16:33:15 -0700
11099              Message-ID: <20050530233315.GA3088@efn.org>
11100      Branch: perl
11101            ! Configure
11102 ____________________________________________________________________________
11103 [ 24642] By: davem                                 on 2005/05/30  23:37:15
11104         Log: add pointer to email explaining why eval {goto &foo} is banned
11105      Branch: perl
11106            ! pp_ctl.c
11107 ____________________________________________________________________________
11108 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
11109         Log: Change the logic to avoid needing to set a variable during the loop
11110      Branch: perl
11111            ! hv.c
11112 ____________________________________________________________________________
11113 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
11114         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
11115      Branch: perl
11116            ! hv.c
11117 ____________________________________________________________________________
11118 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
11119         Log: Upgrade to PathTools 3.08
11120      Branch: perl
11121            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
11122 ____________________________________________________________________________
11123 [ 24630] By: merijn                                on 2005/05/30  11:07:45
11124         Log: gcc hints were not yet applied to gcc-4.x
11125              Now they are
11126      Branch: perl
11127            ! hints/hpux.sh
11128 ____________________________________________________________________________
11129 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
11130         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
11131              From: Olli Savia (via RT) <perlbug-followup@perl.org>
11132              Date: 30 May 2005 10:59:35 -0000
11133              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
11134      Branch: perl
11135            ! util.c
11136 ____________________________________________________________________________
11137 [ 24628] By: merijn                                on 2005/05/30  10:28:06
11138         Log: regen after #24627
11139      Branch: perl
11140            ! perlapi.h
11141 ____________________________________________________________________________
11142 [ 24627] By: merijn                                on 2005/05/30  10:19:09
11143         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
11144              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11145              Date: Mon, 30 May 2005 09:15:56 +0300
11146              Message-ID: <429AAF9C.30503@gmail.com>
11147      Branch: perl
11148            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
11149 ____________________________________________________________________________
11150 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
11151         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
11152              From: Andy Lester <andy@petdance.com>
11153              Date: Tue, 24 May 2005 11:41:15 -0500
11154              Message-ID: <20050524164115.GA12027@petdance.com>
11155      Branch: perl
11156            ! hv.c
11157 ____________________________________________________________________________
11158 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
11159         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
11160              From: Andy Lester <andy@petdance.com>
11161              Date: Tue, 24 May 2005 11:47:22 -0500
11162              Message-ID: <20050524164722.GC12027@petdance.com>
11163              
11164              Subject: [PATCH] Remove unused casts
11165              From: Andy Lester <andy@petdance.com>
11166              Date: Tue, 24 May 2005 11:42:18 -0500
11167              Message-ID: <20050524164218.GB12027@petdance.com>
11168      Branch: perl
11169            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
11170            ! sv.c
11171 ____________________________________________________________________________
11172 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
11173         Log: Minor grammar fix by Uri Guttman
11174      Branch: perl
11175            ! pod/perlre.pod
11176 ____________________________________________________________________________
11177 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
11178         Log: Subject: [PATCH] perlrun.pod -w description typo
11179              From: Offer Kaye <offer.kaye@gmail.com>
11180              Date: Mon, 30 May 2005 11:27:38 +0300
11181              Message-ID: <569425050530012768a9baca@mail.gmail.com>
11182      Branch: perl
11183            ! pod/perlrun.pod
11184 ____________________________________________________________________________
11185 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
11186         Log: Subject: [PATCH] Minor warning squashings
11187              From: Andy Lester <andy@petdance.com>
11188              Date: Sun, 29 May 2005 00:19:06 -0500
11189              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
11190              
11191              Subject: [PATCH] Consting in Opcode.xs
11192              From: Andy Lester <andy@petdance.com>
11193              Date: Sun, 29 May 2005 11:23:50 -0500
11194              Message-ID: <20050529162350.GA13965@petdance.com>
11195              
11196              Subject: [PATCH] consting attrs.xs
11197              From: Andy Lester <andy@petdance.com>
11198              Date: Sun, 29 May 2005 14:15:46 -0500
11199              Message-ID: <20050529191546.GA15581@petdance.com>
11200              
11201              Subject: [PATCH] consting B.xs
11202              From: Andy Lester <andy@petdance.com>
11203              Date: Sun, 29 May 2005 15:09:24 -0500
11204              Message-ID: <20050529200924.GA15873@petdance.com>
11205      Branch: perl
11206            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
11207            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
11208 ____________________________________________________________________________
11209 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
11210         Log: Need a cast to avoid a compiler warning.
11211      Branch: perl
11212            ! ext/ByteLoader/bytecode.h
11213 ____________________________________________________________________________
11214 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
11215         Log: Goodbye xav_arylen. You won't be missed that much.
11216              So now there's a buy 5 get one free offer on PVAV bodies.
11217      Branch: perl
11218            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
11219 ____________________________________________________________________________
11220 [ 24618] By: ams                                   on 2005/05/29  18:07:37
11221         Log: Subject: [PATCH configure.com] compiler awareness week
11222              From: "Craig A. Berry" <craigberry@mac.com>
11223              Date: Sun, 29 May 2005 12:43:09 -0500
11224              Message-Id: <4299FF2D.90209@mac.com>
11225      Branch: perl
11226            ! configure.com
11227 ____________________________________________________________________________
11228 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
11229         Log: Change the IV to a union.
11230              Revert the NV union back to a plain NV
11231              Transpose the positions of IV and NV (NV is now first)
11232              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
11233              currently disabled by default)
11234      Branch: perl
11235            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
11236 ____________________________________________________________________________
11237 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
11238         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
11239      Branch: perl
11240            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
11241            ! win32/makefile.mk
11242 ____________________________________________________________________________
11243 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
11244         Log: Restort into bulidtoc's preferred order
11245      Branch: perl
11246            ! MANIFEST
11247 ____________________________________________________________________________
11248 [ 24613] By: ams                                   on 2005/05/29  04:45:05
11249         Log: Subject: [PATCH] VMS build update for blead
11250              From: "Craig A. Berry" <craigberry@mac.com>
11251              Date: Sat, 28 May 2005 23:18:46 -0500
11252              Message-Id: <429942A6.10601@mac.com>
11253      Branch: perl
11254            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
11255            ! vms/vms.c vms/vmsish.h
11256 ____________________________________________________________________________
11257 [ 24612] By: ams                                   on 2005/05/28  14:40:32
11258         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
11259              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11260              Date: Sat, 28 May 2005 11:47:47 +0300
11261              Message-Id: <42983033.5050509@gmail.com>
11262      Branch: perl
11263            ! t/uni/class.t
11264 ____________________________________________________________________________
11265 [ 24610] By: merijn                                on 2005/05/27  19:22:39
11266         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
11267              From: Michael G Schwern <schwern@pobox.com>
11268              Date: Fri, 27 May 2005 12:33:27 -0700
11269              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
11270      Branch: perl
11271            ! installperl
11272 ____________________________________________________________________________
11273 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
11274         Log: In assert(), we mustn't stringify the message as part of the first
11275              argument to croak, as it's a *printf format, and the thing we're
11276              asserting might itself contain % signs.
11277              Also, as __FILE__ is a string, we can append that to the format,
11278              rather than needing a %s for it.
11279      Branch: perl
11280            ! perl.h
11281 ____________________________________________________________________________
11282 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
11283         Log: is() is better than ok()
11284      Branch: perl
11285            ! t/op/each.t
11286 ____________________________________________________________________________
11287 [ 24607] By: steveh                                on 2005/05/27  16:22:59
11288         Log: Fix failing Cwd tests on Win32
11289              
11290              Patch was posted to Ken previously
11291              
11292              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
11293              
11294              but no reply as yet.  I'll mail him again...
11295      Branch: perl
11296            ! lib/Cwd.pm
11297 ____________________________________________________________________________
11298 [ 24606] By: steveh                                on 2005/05/27  16:15:41
11299         Log: Skip signals and core dump tests on Win32
11300              
11301              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
11302      Branch: perl
11303            ! t/run/exit.t
11304 ____________________________________________________________________________
11305 [ 24605] By: steveh                                on 2005/05/27  15:54:09
11306         Log: Fix more Win32 linker errors caused by change 24561
11307              
11308              Apparently sys_intern_init and sys_intern_clear are required even for
11309              non-threaded builds on Win32.
11310      Branch: perl
11311            ! embed.fnc embed.h proto.h
11312 ____________________________________________________________________________
11313 [ 24596] By: merijn                                on 2005/05/27  10:20:54
11314         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
11315              From: Michael G Schwern <schwern@pobox.com>
11316              Date: Thu, 26 May 2005 13:43:05 -0700
11317              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
11318      Branch: perl
11319            ! installperl
11320 ____________________________________________________________________________
11321 [ 24595] By: merijn                                on 2005/05/27  10:06:25
11322         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
11323              From: <jarkko.hietaniemi@nokia.com>
11324              Date: Fri, 27 May 2005 13:15:36 +0300
11325              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
11326      Branch: perl
11327            ! perl.h
11328 ____________________________________________________________________________
11329 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
11330         Log: Get the HEK once only in the hot code (class method calls)
11331      Branch: perl
11332            ! hv.h pp_hot.c
11333 ____________________________________________________________________________
11334 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
11335         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
11336              From: Michael G Schwern <schwern@pobox.com>
11337              Date: Thu, 26 May 2005 13:39:38 -0700
11338              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
11339      Branch: perl
11340            ! pod/perlfunc.pod pod/perlport.pod
11341 ____________________________________________________________________________
11342 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
11343         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
11344              From: Steve Peters <steve@fisharerojo.org>
11345              Date: Thu, 26 May 2005 14:58:50 -0500
11346              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
11347      Branch: perl
11348            ! pod/perlapi.pod sv.h
11349 ____________________________________________________________________________
11350 [ 24591] By: steveh                                on 2005/05/26  16:56:03
11351         Log: Fix some Win32 link errors
11352      Branch: perl
11353            ! global.sym makedef.pl proto.h
11354 ____________________________________________________________________________
11355 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
11356         Log: Rename the members of the SV head union to avoid pre-processor
11357              arguments with embed.h
11358      Branch: perl
11359            ! av.h hv.h sv.c sv.h
11360 ____________________________________________________________________________
11361 [ 24588] By: ams                                   on 2005/05/26  15:33:58
11362         Log: -Wall is intolerably noisy with icc.
11363      Branch: perl
11364            ! cflags.SH
11365 ____________________________________________________________________________
11366 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
11367         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
11368              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11369              Date: Thu, 26 May 2005 23:46:35 +0900
11370              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
11371      Branch: perl
11372            ! lib/bytes.pm lib/bytes.t
11373 ____________________________________________________________________________
11374 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
11375         Log: Store the package name as a shared HEK.
11376              Abolish HvNAME() - as the stored pointer is not a char* you can't set
11377              it directly now.
11378              Storing a pointer to a HEK tracks the length too, and seems to be
11379              faster.
11380      Branch: perl
11381            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
11382            ! xsutils.c
11383 ____________________________________________________________________________
11384 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
11385         Log: We know how big the global string table will be, so use that
11386              information.
11387      Branch: perl
11388            ! sv.c
11389 ____________________________________________________________________________
11390 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
11391         Log: It helps to set the total keys correctly when duplicating a hash.
11392              It helps even more to have a test for this.
11393      Branch: perl
11394            ! ext/threads/t/problems.t sv.c
11395 ____________________________________________________________________________
11396 [ 24581] By: merijn                                on 2005/05/26  11:26:05
11397         Log: More possible re-order dependencies solved
11398      Branch: perl
11399            ! Porting/config_h.pl config_h.SH
11400 ____________________________________________________________________________
11401 [ 24580] By: merijn                                on 2005/05/26  08:43:38
11402         Log: Subject: [PATCH] Updated lint infrastructure
11403              From: Andy Lester <andy@petdance.com>
11404              Date: Wed, 25 May 2005 12:31:39 -0500
11405              Message-ID: <20050525173139.GB1701@petdance.com>
11406      Branch: perl
11407            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
11408 ____________________________________________________________________________
11409 [ 24579] By: ams                                   on 2005/05/26  07:08:22
11410         Log: Subject: [PATCH] MPE/iX has no lchown()
11411              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11412              Date: Thu, 26 May 2005 08:36:19 +0300
11413              Message-Id: <42956053.4010200@gmail.com>
11414      Branch: perl
11415            ! hints/mpeix.sh
11416 ____________________________________________________________________________
11417 [ 24578] By: merijn                                on 2005/05/25  19:05:07
11418         Log: Added Porting/config_h.pl
11419      Branch: perl
11420            ! MANIFEST
11421 ____________________________________________________________________________
11422 [ 24576] By: merijn                                on 2005/05/25  18:41:52
11423         Log: Reordering config_h.SH after metaconfig now semi automated
11424              This will save me *a lot* of manual work
11425      Branch: perl
11426            + Porting/config_h.pl
11427            ! Configure config_h.SH
11428 ____________________________________________________________________________
11429 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
11430         Log: Export Perl_hek_dup, which duplicates shared hash keys.
11431      Branch: perl
11432            ! embed.fnc embed.h hv.c proto.h
11433 ____________________________________________________________________________
11434 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
11435         Log: Track the mapping between source shared hash keys and target shared
11436              hash keys to save repeated lookups during cloning.
11437      Branch: perl
11438            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
11439            ! perl.c perlapi.h proto.h sv.c
11440 ____________________________________________________________________________
11441 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
11442         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
11443              HvNAME_set
11444      Branch: perl
11445            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
11446            ! ext/ByteLoader/byterun.c
11447 ____________________________________________________________________________
11448 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
11449         Log: I think for now these have to be disabled by default.
11450      Branch: perl
11451            ! av.h hv.h
11452 ____________________________________________________________________________
11453 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
11454         Log: Update description of Term::ReadLine and fix typo
11455              Subject: [perl #35963] Typo in Term::ReadLine 
11456              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
11457              Date: 24 May 2005 23:29:37 -0000
11458              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
11459      Branch: perl
11460            ! lib/Term/ReadLine.pm
11461 ____________________________________________________________________________
11462 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
11463         Log: Initialising the hash seed needs to be early in case anything
11464              calcualtes HASHes during dup()ing.
11465      Branch: perl
11466            ! sv.c
11467 ____________________________________________________________________________
11468 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
11469         Log: Reorder the union to cause Win32 compilers to use void * alignment for
11470              it.
11471      Branch: perl
11472            ! av.h cv.h hv.h sv.h
11473 ____________________________________________________________________________
11474 [ 24568] By: ams                                   on 2005/05/24  16:44:53
11475         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
11476              From: jarkko.hietaniemi@nokia.com
11477              Date: Tue, 24 May 2005 12:48:38 +0300
11478              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
11479      Branch: perl
11480            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
11481 ____________________________________________________________________________
11482 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
11483         Log: Clarification on the behaviour of qw// and x :
11484              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
11485              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11486              Date: Tue, 24 May 2005 08:52:00 -0700
11487              Message-ID: <20050524155200.GA1784@efn.org>
11488      Branch: perl
11489            ! pod/perlop.pod
11490 ____________________________________________________________________________
11491 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
11492         Log: Leaking is bad, m'kay.
11493      Branch: perl
11494            ! hv.c sv.c
11495 ____________________________________________________________________________
11496 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
11497         Log: Remove Perl_ck_* functions from public API
11498      Branch: perl
11499            ! embed.fnc embed.h global.sym
11500 ____________________________________________________________________________
11501 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
11502         Log: Correct the description of pte_arenaroot
11503      Branch: perl
11504            ! intrpvar.h
11505 ____________________________________________________________________________
11506 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
11507         Log: Documentation nit on @-, found by Guillaume Rousse
11508              (plus POD markup simplification, for readability with pod2text)
11509      Branch: perl
11510            ! pod/perlvar.pod
11511 ____________________________________________________________________________
11512 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
11513         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
11514      Branch: perl
11515            ! ext/B/t/deparse.t
11516 ____________________________________________________________________________
11517 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
11518         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
11519              From: Andy Lester <andy@petdance.com>
11520              Date: Sat, 21 May 2005 09:06:40 -0500
11521              Message-ID: <20050521140640.GB875@petdance.com>
11522      Branch: perl
11523            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
11524            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
11525 ____________________________________________________________________________
11526 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
11527         Log: The tokenizer should expect an operator after qw().
11528              This fixes [perl #35885] qw and x operators doesn't mix
11529      Branch: perl
11530            ! t/op/repeat.t toke.c
11531 ____________________________________________________________________________
11532 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
11533         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
11534              From: demerphq <demerphq@gmail.com>
11535              Date: Mon, 23 May 2005 11:43:56 +0200
11536              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
11537      Branch: perl
11538            ! ext/B/t/deparse.t
11539 ____________________________________________________________________________
11540 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
11541         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
11542      Branch: perl
11543            ! Makefile.SH
11544 ____________________________________________________________________________
11545 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
11546         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
11547      Branch: perl
11548            ! av.h hv.h sv.h
11549 ____________________________________________________________________________
11550 [ 24556] By: ams                                   on 2005/05/23  16:58:46
11551         Log: Assorted 2.15 fixes.
11552      Branch: perl
11553            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
11554 ____________________________________________________________________________
11555 [ 24555] By: ams                                   on 2005/05/23  16:34:16
11556         Log: Remove one const to ensure that the universe doesn't tip over.
11557              (At least on AIX.)
11558      Branch: perl
11559            ! ext/Storable/Storable.xs
11560 ____________________________________________________________________________
11561 [ 24554] By: merijn                                on 2005/05/23  15:29:01
11562         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) 
11563              From: Andrew Dougherty <doughera@lafayette.edu>
11564              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
11565              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
11566      Branch: perl
11567            ! ext/SDBM_File/sdbm/sdbm.c
11568 ____________________________________________________________________________
11569 [ 24553] By: ams                                   on 2005/05/23  15:24:05
11570         Log: Subject: [PATCH] universal.c warnings hushed
11571              From: Andy Lester <andy@petdance.com>
11572              Date: Mon, 23 May 2005 10:38:25 -0500
11573              Message-Id: <20050523153825.GA28498@petdance.com>
11574      Branch: perl
11575            ! universal.c
11576 ____________________________________________________________________________
11577 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
11578         Log: Attribute compilation fix for Windows by Andy Lester
11579      Branch: perl
11580            ! perl.h perlio.h
11581 ____________________________________________________________________________
11582 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
11583         Log: Update to Scalar-List-Utils-1.17
11584      Branch: perl
11585            ! ext/List/Util/Changes ext/List/Util/README
11586            ! ext/List/Util/lib/List/Util.pm
11587            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
11588            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
11589 ____________________________________________________________________________
11590 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
11591         Log: Declaration nit spotted by Jarkko
11592      Branch: perl
11593            ! hv.c
11594 ____________________________________________________________________________
11595 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
11596         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
11597              regexps. Don't attempt to look at the IVX if it's not an IV.
11598      Branch: perl
11599            ! perl.c sv.c
11600 ____________________________________________________________________________
11601 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
11602         Log: Oops. What is looking at an array's SvIVX()?
11603      Branch: perl
11604            ! sv.c
11605 ____________________________________________________________________________
11606 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
11607         Log: We don't need IV and RV arena variables anymore. We don't need to set
11608              SvIVX or SvNVX on hashes.
11609      Branch: perl
11610            ! embedvar.h intrpvar.h perlapi.h sv.c
11611 ____________________________________________________________________________
11612 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
11613         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
11614              containing pointers initialised to zero.
11615      Branch: perl
11616            ! ext/B/B/Bytecode.pm
11617 ____________________________________________________________________________
11618 [ 24545] By: steveh                                on 2005/05/23  08:46:37
11619         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
11620              
11621              (None are actually defined, but it's nice to have them there anyway)
11622      Branch: perl
11623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11624            ! win32/config_H.vc64
11625 ____________________________________________________________________________
11626 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
11627         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
11628      Branch: perl
11629            ! av.h hv.h intrpvar.h sv.c sv.h
11630 ____________________________________________________________________________
11631 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
11632         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
11633              because PerlIOScalar_unread was broken.
11634              Bump version number of PerlIO::scalar to 0.04.
11635      Branch: perl
11636            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
11637            ! ext/PerlIO/t/scalar.t
11638 ____________________________________________________________________________
11639 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
11640         Log: Re-order IVX slot in SV bodies
11641      Branch: perl
11642            ! av.h cv.h hv.h sv.h
11643 ____________________________________________________________________________
11644 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
11645         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
11646              From: Michael G Schwern <schwern@pobox.com>
11647              Date: May 20, 2005 10:09 PM
11648              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
11649      Branch: perl
11650            ! lib/Carp.t
11651 ____________________________________________________________________________
11652 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
11653         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
11654              the memory to store pointers and integers.
11655              (Part 1 - will be reworked to be more efficient when IV or void*
11656              is 64 bit soon)
11657      Branch: perl
11658            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
11659            ! hv.h sv.h
11660 ____________________________________________________________________________
11661 [ 24537] By: ams                                   on 2005/05/21  22:26:34
11662         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
11663              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11664              Date: Sat, 21 May 2005 23:20:21 +0300
11665              Message-Id: <428F9805.70108@gmail.com>
11666      Branch: perl
11667            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
11668            ! MANIFEST
11669 ____________________________________________________________________________
11670 [ 24536] By: ams                                   on 2005/05/21  22:17:20
11671         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
11672              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
11673      Branch: perl
11674            ! perl.h
11675 ____________________________________________________________________________
11676 [ 24535] By: davem                                 on 2005/05/21  22:10:19
11677         Log: goto &xsub that croaks corrupts memory
11678              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
11679              goto &xs_sub mimic this behaviour by first popping the old CxSUB
11680      Branch: perl
11681            ! pp_ctl.c t/op/goto_xs.t
11682 ____________________________________________________________________________
11683 [ 24534] By: davem                                 on 2005/05/21  21:38:55
11684         Log: stop goto &foo wasting stack space
11685              it used to push @_ onto the end of the stack; now it pops the stack
11686              back to the old watermark first.
11687      Branch: perl
11688            ! pp_ctl.c
11689 ____________________________________________________________________________
11690 [ 24533] By: davem                                 on 2005/05/21  19:50:50
11691         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
11692      Branch: perl
11693            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11694            ! ext/XS/APItest/t/exception.t
11695 ____________________________________________________________________________
11696 [ 24532] By: davem                                 on 2005/05/21  19:15:43
11697         Log: disallow eval { goto &foo }
11698              eval 'goto &foo' is already banned, and the try-version usually
11699              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
11700              Anyway exiting an eval but preserving "it's" @_ doesn't make much
11701              sense.
11702      Branch: perl
11703            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
11704 ____________________________________________________________________________
11705 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
11706         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
11707              IV and UV. Avoid allocating a body for IVs and RVs.
11708      Branch: perl
11709            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
11710            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11711            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
11712 ____________________________________________________________________________
11713 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
11714         Log: Really fix change 24527
11715      Branch: perl
11716            ! gv.c
11717 ____________________________________________________________________________
11718 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
11719         Log: Fool. That should be I32 everywhere.
11720      Branch: perl
11721            ! hv.c
11722 ____________________________________________________________________________
11723 [ 24528] By: ams                                   on 2005/05/21  15:35:44
11724         Log: Subject: [PATCH] ctags parms need to know .h is C
11725              From: Andy Lester <andy@petdance.com>
11726              Date: Sat, 21 May 2005 08:58:14 -0500
11727              Message-Id: <20050521135814.GA875@petdance.com>
11728      Branch: perl
11729            ! Makefile.SH
11730 ____________________________________________________________________________
11731 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
11732         Log: Compilation fix
11733      Branch: perl
11734            ! gv.c
11735 ____________________________________________________________________________
11736 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
11737         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
11738              Provide (more efficient) _get and _set macros.
11739              Adjust the core to use them.
11740      Branch: perl
11741            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
11742            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
11743            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
11744            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
11745            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
11746            ! toke.c universal.c xsutils.c
11747 ____________________________________________________________________________
11748 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
11749         Log: Move placeholders into a new rhash magic type.
11750      Branch: perl
11751            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
11752            ! perl.h proto.h sv.c
11753 ____________________________________________________________________________
11754 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
11755         Log: Update to MakeMaker 6.30
11756      Branch: perl
11757            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
11758            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
11759            ! lib/ExtUtils/t/PL_FILES.t
11760            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
11761 ____________________________________________________________________________
11762 [ 24523] By: ams                                   on 2005/05/21  02:58:49
11763         Log: Subject: [PATCH] SvPVX_const - patch #2
11764              From: Steve Peters <steve@fisharerojo.org>
11765              Date: Fri, 20 May 2005 21:42:10 -0500
11766              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
11767      Branch: perl
11768            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
11769 ____________________________________________________________________________
11770 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
11771         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
11772              (PMROOT being needed to implement bare C<reset> - how often do you
11773              use that?)
11774      Branch: perl
11775            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
11776            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
11777            ! op.c perl.h sv.c
11778 ____________________________________________________________________________
11779 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
11780         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
11781      Branch: perl
11782            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
11783            ! ext/Storable/Storable.xs
11784 ____________________________________________________________________________
11785 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
11786         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
11787      Branch: perl
11788            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
11789 ____________________________________________________________________________
11790 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
11791         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
11792              it being redefined.
11793      Branch: perl
11794            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
11795 ____________________________________________________________________________
11796 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
11797         Log: Goodbye AvFLAGS
11798      Branch: perl
11799            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
11800            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
11801            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
11802            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
11803 ____________________________________________________________________________
11804 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
11805         Log: Upgrade to Math::BigInt 1.77
11806      Branch: perl
11807            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11808            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11809            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
11810            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
11811 ____________________________________________________________________________
11812 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
11813         Log: Fix a typo
11814      Branch: perl
11815            ! hv.h
11816 ____________________________________________________________________________
11817 [ 24514] By: ams                                   on 2005/05/20  14:42:21
11818         Log: Damnable applypatch nonsense.
11819      Branch: perl
11820            ! ext/Storable/t/sig_die.t
11821 ____________________________________________________________________________
11822 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
11823         Log: Update MANIFEST
11824      Branch: perl
11825            ! MANIFEST
11826 ____________________________________________________________________________
11827 [ 24512] By: ams                                   on 2005/05/20  14:21:21
11828         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
11829              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
11830      Branch: perl
11831            + ext/Storable/t/sig_die.t
11832            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
11833 ____________________________________________________________________________
11834 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
11835         Log: Subject: [PATCH] Add a Makefile target for ctags
11836              From: Andy Lester <andy@petdance.com>
11837              Date: Thu, 12 May 2005 11:40:52 -0500
11838              Message-ID: <20050512164052.GA30287@petdance.com>
11839      Branch: perl
11840            ! Makefile.SH
11841 ____________________________________________________________________________
11842 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
11843         Log: Upgrade to MakeMaker 6.29
11844      Branch: perl
11845            + lib/ExtUtils/t/FIRST_MAKEFILE.t
11846            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
11847            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11848            ! lib/ExtUtils/t/Installed.t
11849 ____________________________________________________________________________
11850 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
11851         Log: Subject: SvPVX_const() - Patch #1
11852              From: Steve Peters <steve@fisharerojo.org>
11853              Date: Tue, 17 May 2005 18:17:01 -0500
11854              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
11855      Branch: perl
11856            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
11857 ____________________________________________________________________________
11858 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
11859         Log: Subject: [PATCH] Attribute configuration
11860              From: Andy Lester <andy@petdance.com>
11861              Date: Thu, 19 May 2005 12:32:56 -0500
11862              Message-ID: <20050519173256.GA29039@petdance.com>
11863      Branch: perl
11864            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
11865            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
11866            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
11867            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
11868            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
11869            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
11870            ! win32/config.bc win32/config.gc win32/config.vc
11871            ! win32/config.vc64 wince/config.ce
11872 ____________________________________________________________________________
11873 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
11874         Log: Gisle noted an unused variable
11875      Branch: perl
11876            ! t/run/exit.t
11877 ____________________________________________________________________________
11878 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
11879         Log: Fix the new exit() tests, by Gisle Aas :
11880              don't let the shell interfere with the process return value
11881      Branch: perl
11882            ! t/run/exit.t
11883 ____________________________________________________________________________
11884 [ 24505] By: ams                                   on 2005/05/19  17:51:48
11885         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
11886              From: yves orton <perlbug-followup@perl.org>
11887              Date: 18 May 2005 08:30:44 -0000
11888              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
11889      Branch: perl
11890            ! ext/B/B/Deparse.pm
11891 ____________________________________________________________________________
11892 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
11893         Log: tabs, not spaces. Bad editor. No cookie.
11894              Does the MANIFEST file support comments, sufficient to add an editor
11895              block?
11896      Branch: perl
11897            ! MANIFEST
11898 ____________________________________________________________________________
11899 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
11900         Log: Adjust VMS test count
11901      Branch: perl
11902            ! t/run/exit.t
11903 ____________________________________________________________________________
11904 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
11905         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
11906              From: Gisle Aas <gisle@ActiveState.com>
11907              Date: 18 May 2005 08:35:47 -0700
11908              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
11909      Branch: perl
11910            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
11911            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
11912 ____________________________________________________________________________
11913 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
11914         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
11915              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11916              Date: Wed, 18 May 2005 07:13:40 -0700
11917              Message-ID: <20050518141131.GA2704@efn.org>
11918      Branch: perl
11919            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
11920            + lib/ExtUtils/CBuilder/Platform/Unix.pm
11921            + lib/ExtUtils/CBuilder/Platform/VMS.pm
11922            + lib/ExtUtils/CBuilder/Platform/Windows.pm
11923            + lib/ExtUtils/CBuilder/Platform/aix.pm
11924            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
11925            + lib/ExtUtils/CBuilder/Platform/darwin.pm
11926            + lib/ExtUtils/CBuilder/Platform/os2.pm
11927            + lib/ExtUtils/CBuilder/t/01-basic.t
11928            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
11929            + lib/ExtUtils/ParseXS/t/XSTest.pm
11930            + lib/ExtUtils/ParseXS/t/XSTest.xs
11931            + lib/ExtUtils/ParseXS/t/basic.t
11932            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
11933            ! lib/ExtUtils/xsubpp
11934 ____________________________________________________________________________
11935 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
11936         Log: Subject: B::Disassembler.pm
11937              From: Nicholas Clark <nick@ccl4.org>
11938              Date: Tue, 17 May 2005 11:28:18 +0100
11939              Message-ID: <20050517102817.GD94420@plum.flirble.org>
11940      Branch: perl
11941            ! ext/B/B/Disassembler.pm
11942 ____________________________________________________________________________
11943 [ 24498] By: davem                                 on 2005/05/18  12:39:22
11944         Log: make t/TEST print summary times consistently to two decimal places
11945      Branch: perl
11946            ! t/TEST
11947 ____________________________________________________________________________
11948 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
11949         Log: Default to allocating the correct size for the array in the HV.
11950              Override this with -DPERL_USE_LARGE_HV_ALLOC
11951      Branch: perl
11952            ! hv.h
11953 ____________________________________________________________________________
11954 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
11955         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
11956              From: Michael G Schwern <schwern@pobox.com>
11957              Date: Mon, 16 May 2005 15:17:05 -0700
11958              Message-ID: <20050516221705.GA212@windhund.schwern.org>
11959              
11960              Subject: [PATCH] Eliminate function signatures from perlport
11961              From: Michael G Schwern <schwern@pobox.com>
11962              Date: Mon, 16 May 2005 15:24:18 -0700
11963              Message-ID: <20050516222418.GA422@windhund.schwern.org>
11964      Branch: perl
11965            ! pod/perlport.pod
11966 ____________________________________________________________________________
11967 [ 24495] By: merijn                                on 2005/05/17  18:45:56
11968         Log: Subject: [PATCH] more about __attribute__
11969              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11970              Date: Tue, 17 May 2005 20:36:43 +0300
11971              Message-ID: <428A2BAB.9020306@gmail.com>
11972      Branch: perl
11973            ! perl.h
11974 ____________________________________________________________________________
11975 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
11976         Log: Clarify definition of octal literals
11977              (thanks to Olivier Blin)
11978      Branch: perl
11979            ! pod/perldata.pod
11980 ____________________________________________________________________________
11981 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
11982         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
11983              From: <jarkko.hietaniemi@nokia.com>
11984              Date: Mon, 16 May 2005 17:59:35 +0300
11985              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
11986              
11987              completed by:
11988              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
11989      Branch: perl
11990            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
11991            ! symbian/port.pl universal.c
11992 ____________________________________________________________________________
11993 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
11994         Log: One last 1008 to replace with PERL_ARENA_SIZE
11995      Branch: perl
11996            ! sv.c
11997 ____________________________________________________________________________
11998 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
11999         Log: Upgrade to Encode 2.10
12000      Branch: perl
12001            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12002            ! ext/Encode/Encode.xs ext/Encode/META.yml
12003            ! ext/Encode/lib/Encode/Alias.pm
12004 ____________________________________________________________________________
12005 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
12006         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
12007              From: Andy Lester <andy@petdance.com>
12008              Date: Mon, 16 May 2005 10:13:53 -0500
12009              Message-ID: <20050516151353.GA25387@petdance.com>
12010      Branch: perl
12011            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
12012            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
12013            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
12014            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
12015 ____________________________________________________________________________
12016 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
12017         Log: Bump the version number on Win32::Win32
12018      Branch: perl
12019            ! win32/ext/Win32/Win32.pm
12020 ____________________________________________________________________________
12021 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
12022         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
12023      Branch: perl
12024            ! sv.c
12025 ____________________________________________________________________________
12026 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
12027         Log: This seems to be the right thing to do to iterate over layers
12028      Branch: perl
12029            ! ext/PerlIO/via/via.xs
12030 ____________________________________________________________________________
12031 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
12032         Log: $! might contain "unknown" if strerror(3) says so
12033      Branch: perl
12034            ! t/op/mkdir.t
12035 ____________________________________________________________________________
12036 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
12037         Log: Upgrade to Time::HiRes 1.68
12038      Branch: perl
12039            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12040            ! ext/Time/HiRes/HiRes.xs
12041 ____________________________________________________________________________
12042 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
12043         Log: Subject: [PATCH] Minor tweak to via
12044              From: Andy Lester <andy@petdance.com>
12045              Message-ID: <20050513163952.GA20167@petdance.com>
12046              Date: Fri, 13 May 2005 11:39:52 -0500
12047              
12048              from a bug report and patch by Matt Lawrence
12049      Branch: perl
12050            ! ext/PerlIO/via/via.xs
12051 ____________________________________________________________________________
12052 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
12053         Log: Upgrade to CGI.pm 3.10
12054      Branch: perl
12055            + lib/CGI/t/can.t
12056            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
12057 ____________________________________________________________________________
12058 [ 24469] By: davem                                 on 2005/05/15  00:09:35
12059         Log: avoid leaked scalar in BEGIN { threads->new(...) }
12060      Branch: perl
12061            ! sv.c
12062 ____________________________________________________________________________
12063 [ 24468] By: davem                                 on 2005/05/14  23:16:50
12064         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
12065      Branch: perl
12066            ! perl.c
12067 ____________________________________________________________________________
12068 [ 24467] By: davem                                 on 2005/05/14  15:11:30
12069         Log: initialize the PL_xpvgv_[arena]root vars during clone
12070      Branch: perl
12071            ! sv.c
12072 ____________________________________________________________________________
12073 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
12074         Log: Update to Scalar-List-Utils-1.15
12075      Branch: perl
12076            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
12077            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
12078            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
12079            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
12080            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
12081            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
12082            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
12083            + ext/List/Util/t/p_tainted.t
12084            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
12085            ! ext/List/Util/lib/List/Util.pm
12086            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
12087            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
12088            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
12089            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
12090            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
12091            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
12092            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
12093            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
12094            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
12095            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
12096 ____________________________________________________________________________
12097 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
12098         Log: Subject: change to quiet cygwin's perlld
12099              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12100              Date: Fri, 13 May 2005 06:15:45 -0700
12101              Message-ID: <20050513131545.GB4024@efn.org>
12102      Branch: perl
12103            ! cygwin/perlld.in
12104 ____________________________________________________________________________
12105 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
12106         Log: Reorder the *more* arena allocation functions into a block
12107              As they are now ahead of their corresponding *new* functions, no need
12108              for all the embedding guff.
12109              Remove all the "register" keywords.
12110      Branch: perl
12111            ! embed.fnc embed.h hv.c proto.h sv.c
12112 ____________________________________________________________________________
12113 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
12114         Log: Allocate GV bodies from arenas
12115      Branch: perl
12116            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
12117 ____________________________________________________________________________
12118 [ 24455] By: davem                                 on 2005/05/12  19:07:27
12119         Log: make join.t threadsafe!
12120              tests 13 and 14 could output in reverse order. Add a lock to stop
12121              this.
12122      Branch: perl
12123            ! ext/threads/t/join.t
12124 ____________________________________________________________________________
12125 [ 24454] By: steveh                                on 2005/05/12  10:56:20
12126         Log: Remove a couple of unreferenced local variables
12127      Branch: perl
12128            ! win32/ext/Win32/Win32.xs
12129 ____________________________________________________________________________
12130 [ 24453] By: steveh                                on 2005/05/12  10:10:37
12131         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
12132              From: "Jan Dubois" <jand@ActiveState.com>
12133              Date: Wed, 11 May 2005 22:30:37 -0700
12134              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
12135      Branch: perl
12136            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
12137 ____________________________________________________________________________
12138 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
12139         Log: Silence DEBUGGING compilation warnings
12140      Branch: perl
12141            ! toke.c
12142 ____________________________________________________________________________
12143 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
12144         Log: SvUPGRADE doesn't return false.
12145      Branch: perl
12146            ! toke.c
12147 ____________________________________________________________________________
12148 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
12149         Log: Rework documentation of split(//,...)
12150      Branch: perl
12151            ! pod/perlfunc.pod
12152 ____________________________________________________________________________
12153 [ 24449] By: ams                                   on 2005/05/11  16:57:27
12154         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
12155              From: Steve Peters via RT <perlbug-followup@perl.org>
12156              Date: 11 May 2005 16:58:22 -0000
12157              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
12158              
12159              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
12160              From: Steve Peters via RT <perlbug-followup@perl.org>
12161              Date: 11 May 2005 17:13:29 -0000
12162              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
12163      Branch: perl
12164            ! pod/perlfunc.pod pod/perlsyn.pod
12165 ____________________________________________________________________________
12166 [ 24446] By: merijn                                on 2005/05/11  09:39:06
12167         Log: Subject: Hints changes for OS X 10.4
12168              From: Michael G Schwern <schwern@pobox.com>
12169              Date: Tue, 10 May 2005 18:10:47 -0700
12170              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
12171      Branch: perl
12172            ! hints/darwin.sh
12173 ____________________________________________________________________________
12174 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
12175         Log: Include vim/emacs modelines in generated files to open them
12176              in read-only mode. Make vi modelines compatible with non-vim
12177              vi versions.
12178      Branch: perl
12179            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
12180            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12181            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
12182            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
12183            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
12184            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
12185            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
12186            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
12187            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
12188            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
12189 ____________________________________________________________________________
12190 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
12191         Log: Subject: potential [PATCH] Tru64 crank up strictness
12192              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12193              Date: May 10, 2005 7:44 PM
12194              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
12195      Branch: perl
12196            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
12197 ____________________________________________________________________________
12198 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
12199         Log: "make regen" should run reentr.pl
12200      Branch: perl
12201            ! regen.pl
12202 ____________________________________________________________________________
12203 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
12204         Log: Regenerate reentr.[ch]
12205      Branch: perl
12206            ! reentr.c reentr.h
12207 ____________________________________________________________________________
12208 [ 24441] By: ams                                   on 2005/05/10  17:23:26
12209         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
12210              From: Steve Peters <steve@fisharerojo.org>
12211              Date: Tue, 10 May 2005 12:44:13 -0500
12212              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
12213      Branch: perl
12214            + README.openbsd
12215            ! MANIFEST reentr.pl
12216 ____________________________________________________________________________
12217 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
12218         Log: Add editor boilerplates to all C files
12219              (except the generated ones)
12220      Branch: perl
12221            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
12222            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
12223            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
12224            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
12225            ! universal.c utf8.c util.c xsutils.c
12226 ____________________________________________________________________________
12227 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
12228         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
12229              plus a couple of 1 byte sv_setpv()s too.
12230      Branch: perl
12231            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
12232            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
12233 ____________________________________________________________________________
12234 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
12235         Log: As we have the length of the string easily to hand, no reason not to
12236              use it.
12237      Branch: perl
12238            ! op.c
12239 ____________________________________________________________________________
12240 [ 24437] By: ams                                   on 2005/05/10  14:41:08
12241         Log: Subject: [PATCH] perlop.pod nit
12242              From: Steve Peters <steve@fisharerojo.org>
12243              Date: Tue, 10 May 2005 09:41:01 -0500
12244              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
12245      Branch: perl
12246            ! pod/perlop.pod
12247 ____________________________________________________________________________
12248 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
12249         Log: Experiment with using the ptr_table code to hold the seen hash
12250      Branch: perl
12251            ! ext/Storable/Storable.xs
12252 ____________________________________________________________________________
12253 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
12254         Log: Simplify the debug and assert logic.
12255      Branch: perl
12256            ! ext/Storable/Storable.xs
12257 ____________________________________________________________________________
12258 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
12259         Log: Change 24165 missed one s/class/classname/ in the debugging code.
12260      Branch: perl
12261            ! ext/Storable/Storable.xs
12262 ____________________________________________________________________________
12263 [ 24433] By: ams                                   on 2005/05/10  03:16:23
12264         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
12265              From: Steve Peters <steve@fisharerojo.org>
12266              Date: Mon, 9 May 2005 21:10:49 -0500
12267              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
12268      Branch: perl
12269            ! reentr.h
12270 ____________________________________________________________________________
12271 [ 24432] By: ams                                   on 2005/05/10  03:15:34
12272         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
12273              From: Jan Dubois <jand@ActiveState.com>
12274              Date: Mon, 9 May 2005 19:29:06 -0700
12275              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
12276      Branch: perl
12277            ! config_h.SH
12278 ____________________________________________________________________________
12279 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
12280         Log: Subject: [PATCH] attributes-two.patch, the next batch
12281              From: Andy Lester <andy@petdance.com>
12282              Date: May 9, 2005 5:45 PM
12283              Message-ID: <20050509154518.GA18273@petdance.com>
12284      Branch: perl
12285            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
12286            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
12287            ! utf8.c
12288 ____________________________________________________________________________
12289 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
12290         Log: Fix typo (bug #35368)
12291      Branch: perl
12292            ! pod/perlreftut.pod
12293 ____________________________________________________________________________
12294 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
12295         Log: Update the comment describing arenas.
12296      Branch: perl
12297            ! sv.c
12298 ____________________________________________________________________________
12299 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
12300         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
12301              object file slightly smaller, and also increases the proportion of
12302              read only data section.
12303      Branch: perl
12304            ! gv.c
12305 ____________________________________________________________________________
12306 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
12307         Log: Upgrade to Unicode::Collate 0.50
12308      Branch: perl
12309            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
12310            + lib/Unicode/Collate/t/override.t
12311            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12312            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
12313            ! lib/Unicode/Collate/t/contract.t
12314            ! lib/Unicode/Collate/t/hangtype.t
12315            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
12316            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
12317            ! lib/Unicode/Collate/t/normal.t
12318            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
12319            ! lib/Unicode/Collate/t/trailwt.t
12320            ! lib/Unicode/Collate/t/variable.t
12321            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
12322 ____________________________________________________________________________
12323 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
12324         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
12325              symbols are ithreads only.
12326      Branch: perl
12327            ! makedef.pl
12328 ____________________________________________________________________________
12329 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
12330         Log: Change 24420 should have hand updated globvar.sym to reflect the
12331              renaming of the global variable.
12332      Branch: perl
12333            ! globvar.sym
12334 ____________________________________________________________________________
12335 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
12336         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
12337              template. (Also slightly smaller object code)
12338      Branch: perl
12339            ! hv.c
12340 ____________________________________________________________________________
12341 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
12342         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
12343              From: Steve Peters <steve@fisharerojo.org>
12344              Date: Sun, 8 May 2005 20:49:17 -0500
12345              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
12346      Branch: perl
12347            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
12348 ____________________________________________________________________________
12349 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
12350         Log: Revert to Andy's first solution for nonnull attributes;
12351              add the missing defines for non-threaded perls in perl.h
12352      Branch: perl
12353            ! embed.h embed.pl global.sym perl.h proto.h
12354 ____________________________________________________________________________
12355 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
12356         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
12357              SvPV and a %s format.
12358      Branch: perl
12359            ! mg.c perl.h pp.c pp_hot.c
12360 ____________________________________________________________________________
12361 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
12362         Log: There's no need to set a reference count for the new SV heads, as it's
12363              always set to 1 at uprooting time.
12364              But set it to zero when DEBUGGING to make things clearer. Plus fix a
12365              bug introduced by change 22945, where the last SV head had an
12366              uninitialised reference count.
12367      Branch: perl
12368            ! sv.c
12369 ____________________________________________________________________________
12370 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
12371         Log: The idea is that when you find something, you stop looking.
12372              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
12373      Branch: perl
12374            ! sv.c
12375 ____________________________________________________________________________
12376 [ 24417] By: davem                                 on 2005/05/08  14:39:19
12377         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
12378      Branch: perl
12379            ! t/TEST
12380 ____________________________________________________________________________
12381 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
12382         Log: Tweak the insertion of __attribute__((nonnull())) declarations
12383              in proto.h so it compiles with and without threads with gcc 3.4
12384      Branch: perl
12385            ! embed.pl proto.h
12386 ____________________________________________________________________________
12387 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
12388         Log: Subject: [PATCH] GCC attributes!
12389              From: Andy Lester <andy@petdance.com>
12390              Date: May 4, 2005 11:55 PM
12391              Message-ID: <20050504215540.GA20413@petdance.com>
12392      Branch: perl
12393            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
12394            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
12395 ____________________________________________________________________________
12396 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
12397         Log: The ptr_table arena variables and code is only needed for ithreads.
12398      Branch: perl
12399            ! intrpvar.h sv.c
12400 ____________________________________________________________________________
12401 [ 24412] By: davem                                 on 2005/05/07  12:57:06
12402         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
12403              In the presence of 'my' in the conditional of a while(), until(),
12404              or for(;;) loop, add an extra scope to the body so that redo
12405              doesn't undef the lexical
12406      Branch: perl
12407            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
12408            ! pp_ctl.c proto.h t/op/loopctl.t
12409 ____________________________________________________________________________
12410 [ 24411] By: davem                                 on 2005/05/07  11:06:16
12411         Log: add 1.875c to the list of supported bisons
12412      Branch: perl
12413            ! regen_perly.pl
12414 ____________________________________________________________________________
12415 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
12416         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
12417              that other code assigning to $SIG{__WARN__} doesn't cause a premature
12418              free.
12419      Branch: perl
12420            ! perlio.c t/io/layers.t
12421 ____________________________________________________________________________
12422 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
12423         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
12424      Branch: perl
12425            ! sv.c
12426 ____________________________________________________________________________
12427 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
12428         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
12429      Branch: perl
12430            ! hv.c intrpvar.h sv.c
12431 ____________________________________________________________________________
12432 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
12433         Log: Upgrade to PathTools 3.07
12434      Branch: perl
12435            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
12436            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
12437            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
12438            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
12439            ! lib/File/Spec/t/Spec.t
12440 ____________________________________________________________________________
12441 [ 24406] By: ams                                   on 2005/05/06  15:17:26
12442         Log: Don't pretend SIGZERO exists [#35291].
12443      Branch: perl
12444            ! mg.c
12445 ____________________________________________________________________________
12446 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
12447         Log: Make the arena size changeable at compile time, and up the default by
12448              a factor of 4.
12449      Branch: perl
12450            ! hv.c perl.h sv.c
12451 ____________________________________________________________________________
12452 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
12453         Log: Allocate pointer table entries (for ithread cloning) from an arena
12454      Branch: perl
12455            ! embedvar.h intrpvar.h perlapi.h sv.c
12456 ____________________________________________________________________________
12457 [ 24402] By: davem                                 on 2005/05/05  20:52:11
12458         Log: avoid accessing a just-freed SV (keep ponie happy)
12459      Branch: perl
12460            ! pad.c
12461 ____________________________________________________________________________
12462 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
12463         Log: Missing files in Test::Simple
12464      Branch: perl
12465            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
12466            + t/lib/Test/Simple/sample_tests/exit.plx
12467 ____________________________________________________________________________
12468 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
12469         Log: Bump versions of non dual-life modules
12470      Branch: perl
12471            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
12472            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
12473 ____________________________________________________________________________
12474 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
12475         Log: Bump version numbers
12476      Branch: perl
12477            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
12478            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
12479 ____________________________________________________________________________
12480 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
12481         Log: Upgrade to Test::Simple 0.60
12482      Branch: perl
12483            - lib/Test/Simple/t/is_deeply.t
12484            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
12485            ! lib/Test/Simple.pm lib/Test/Simple/Changes
12486            ! lib/Test/Simple/t/00signature.t
12487            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
12488            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
12489            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
12490            ! lib/Test/Simple/t/require_ok.t
12491 ____________________________________________________________________________
12492 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
12493         Log: Bump B version numbers
12494      Branch: perl
12495            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
12496            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
12497            ! ext/B/t/OptreeCheck.pm
12498 ____________________________________________________________________________
12499 [ 24393] By: davem                                 on 2005/05/05  12:06:32
12500         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
12501      Branch: perl
12502            ! lib/Math/BigInt/t/bare_mbf.t
12503 ____________________________________________________________________________
12504 [ 24392] By: davem                                 on 2005/05/05  12:01:51
12505         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
12506              (made scope of %toto too narrow)
12507      Branch: perl
12508            ! t/TEST
12509 ____________________________________________________________________________
12510 [ 24390] By: davem                                 on 2005/05/05  00:34:50
12511         Log: make t/TEST detect various failure modes in testfile outputs
12512              in particular:
12513              multiple leader lines
12514              leader line not first or last line of file
12515              unrecognised lines
12516              out-of-sequence test numbers
12517      Branch: perl
12518            ! t/TEST
12519 ____________________________________________________________________________
12520 [ 24389] By: davem                                 on 2005/05/04  22:14:54
12521         Log: strictify t/TEST
12522              make most variables lexical, narrow their scope, and give some of
12523              them more meaningful names. Also fix a harmless bug where the wrong
12524              filehandles are closed (A+B rather than U+A)
12525      Branch: perl
12526            ! t/TEST
12527 ____________________________________________________________________________
12528 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
12529         Log: Document the unportability of atan2() edge cases
12530              and remove unportable tests (by Steve Peters)
12531      Branch: perl
12532            ! pod/perlport.pod t/op/exp.t
12533 ____________________________________________________________________________
12534 [ 24387] By: davem                                 on 2005/05/04  20:30:00
12535         Log: add test for [perl #34682] leaving eval via last in inner runops
12536      Branch: perl
12537            ! t/op/eval.t
12538 ____________________________________________________________________________
12539 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
12540         Log: Fix test numerotation
12541      Branch: perl
12542            ! t/op/goto.t
12543 ____________________________________________________________________________
12544 [ 24385] By: davem                                 on 2005/05/04  15:52:11
12545         Log: make goto.t use test.pl, strict and warnings
12546      Branch: perl
12547            ! t/op/goto.t
12548 ____________________________________________________________________________
12549 [ 24384] By: davem                                 on 2005/05/04  14:01:40
12550         Log: SEGV when next is followed by a goto
12551              
12552              next and redo didn't restore PL_curcop
12553      Branch: perl
12554            ! pp_ctl.c t/op/goto.t
12555 ____________________________________________________________________________
12556 [ 24383] By: ams                                   on 2005/05/04  12:12:30
12557         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
12558              From: Offer Kaye <offer.kaye@gmail.com>
12559              Date: Wed, 4 May 2005 15:10:37 +0300
12560              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
12561      Branch: perl
12562            ! pod/perlvar.pod
12563 ____________________________________________________________________________
12564 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
12565         Log: Sync synopses
12566      Branch: perl
12567            ! pod/perl.pod pod/perlrun.pod
12568 ____________________________________________________________________________
12569 [ 24381] By: davem                                 on 2005/05/03  22:10:45
12570         Log: document the internals of exception handling
12571      Branch: perl
12572            ! pod/perlhack.pod
12573 ____________________________________________________________________________
12574 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
12575         Log: Fix getting prototype of builtins mkdir and setpgrp.
12576              Hardcode special exceptions for exec and system, instead
12577              of trying to be clever and failing.
12578      Branch: perl
12579            ! opcode.h opcode.pl pp.c t/op/cproto.t
12580 ____________________________________________________________________________
12581 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
12582         Log: Error in the latest FindBin patch, noticed by Nicholas
12583      Branch: perl
12584            ! lib/FindBin.pm
12585 ____________________________________________________________________________
12586 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
12587         Log: mkdir without arguments now defaults to $_
12588      Branch: perl
12589            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
12590 ____________________________________________________________________________
12591 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
12592         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
12593              (The latter gives more diagnostics in the case of failure)
12594      Branch: perl
12595            ! t/op/exp.t
12596 ____________________________________________________________________________
12597 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
12598         Log: Convert to test.pl
12599      Branch: perl
12600            ! t/op/mkdir.t
12601 ____________________________________________________________________________
12602 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
12603         Log: Fix for [perl #34252] Access rights in FindBin::Bin
12604              At least on my platform, Cwd::getcwd doesn't find the current
12605              directory if it has no access to it. Try harder with Cwd::cwd.
12606      Branch: perl
12607            ! lib/FindBin.pm
12608 ____________________________________________________________________________
12609 [ 24374] By: steveh                                on 2005/05/03  08:51:24
12610         Log: Fix croak() and confess() so that they don't clobber $!
12611              (plus tests to check this)
12612      Branch: perl
12613            ! lib/Carp.pm lib/Carp.t
12614 ____________________________________________________________________________
12615 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
12616         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
12617      Branch: perl
12618            ! perl.c
12619 ____________________________________________________________________________
12620 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
12621         Log: Subject: [perl #33809] optimize macro dXSARGS 
12622              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
12623              Date: 17 Jan 2005 09:02:33 -0000
12624              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
12625      Branch: perl
12626            ! XSUB.h pod/perlapi.pod universal.c
12627 ____________________________________________________________________________
12628 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
12629         Log: Subject: [PATCH] IEEE math for the masses
12630              From: Steve Peters <steve@fisharerojo.org>
12631              Date: Fri, 15 Apr 2005 09:10:54 -0500
12632              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
12633              
12634              (tests added to t/op/exp.t)
12635      Branch: perl
12636            ! pp.c t/op/exp.t
12637 ____________________________________________________________________________
12638 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
12639         Log: Convert to test.pl
12640      Branch: perl
12641            ! t/op/exp.t
12642 ____________________________________________________________________________
12643 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
12644         Log: A slightly better layout for the diagram.
12645      Branch: perl
12646            ! ext/B/B.pm
12647 ____________________________________________________________________________
12648 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
12649         Log: Clarify the definition of the 'w' pack format, as suggested by
12650              Alexey Toptygin.
12651      Branch: perl
12652            ! pod/perlfunc.pod
12653 ____________________________________________________________________________
12654 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
12655         Log: For perls where pids and ppids are cached, when the ppid of
12656              the perl process becomes 1, refresh the ppid cache (this may
12657              indicate that the parent process has died.)
12658      Branch: perl
12659            ! pp_sys.c
12660 ____________________________________________________________________________
12661 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
12662         Log: Change inheritance hierarchy of B subclassses :
12663              
12664              Subject: @B::NV::ISA = 'B::IV';
12665              From: Nicholas Clark <nick@ccl4.org>
12666              Date: Wed, 27 Apr 2005 14:57:51 +0100
12667              Message-ID: <20050427135750.GD94420@plum.flirble.org>
12668      Branch: perl
12669            ! ext/B/B.pm
12670 ____________________________________________________________________________
12671 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
12672         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
12673              From: Andy Lester <andy@petdance.com>
12674              Date: Sun, 1 May 2005 15:07:55 -0500
12675              Message-ID: <20050501200755.GA30259@petdance.com>
12676      Branch: perl
12677            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
12678            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
12679 ____________________________________________________________________________
12680 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
12681         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
12682              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
12683              Date: Wed, 3 Nov 2004 16:38:01 +0100
12684              Message-ID: <20041103163801.6839be30@valis.local>
12685      Branch: perl
12686            ! ext/Data/Dumper/Dumper.pm
12687 ____________________________________________________________________________
12688 [ 24363] By: davem                                 on 2005/05/02  14:27:20
12689         Log: Better fix for #8738  (Core dump in 'leavetry')
12690              When in an inner runops loop (eg via a tie or sort), an eval
12691              needs a new JMPENV pushing by S_docatch. If an exception is raised,
12692              control is returned to S_docatch, and it must determine whether
12693              the eval that trapped the exception is an inner eval or an outer
12694              one. In the former case, restart the loop, in the latter case,
12695              rethrow the exception. This is determined by whether we are still
12696              at the same PL_curstackinfo level. This fails in the case of
12697              SPLICE(), which pushes a new SETJMP and runops level, but not a
12698              new stackinfo level. There may be other code which does similar.
12699              The solution is to store the current calue of PL_top_env in each
12700              pushed CxEVAL, and see if it's still the same as PL_top_env when
12701              the exception is handled.
12702      Branch: perl
12703            ! cop.h pp_ctl.c
12704 ____________________________________________________________________________
12705 [ 24362] By: davem                                 on 2005/05/02  13:51:42
12706         Log: Revert change #15705 (Core dump in 'leavetry')
12707              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
12708              and reintroduces an eval optimisation for innter runops levels
12709      Branch: perl
12710            ! pp_ctl.c
12711 ____________________________________________________________________________
12712 [ 24361] By: davem                                 on 2005/05/02  13:29:17
12713         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
12714              so that a JMPENV* entry can be added to struct block_eval
12715      Branch: perl
12716            ! cop.h scope.h
12717 ____________________________________________________________________________
12718 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
12719         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
12720      Branch: perl
12721            ! lib/base.pm
12722 ____________________________________________________________________________
12723 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
12724         Log: Subject: [PATCH] undo pod utilities regression in 24034
12725              From: "Craig A. Berry" <craigberry@mac.com>
12726              Date: Fri, 29 Apr 2005 17:22:48 -0500
12727              Message-ID: <4272B3B8.6030603@mac.com>
12728      Branch: perl
12729            ! pod/pod2usage.PL pod/podselect.PL
12730 ____________________________________________________________________________
12731 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
12732         Log: Subject: [PATCH] uninitialized warnings in regcomp
12733              From: Steven Philip Schubiger <steven@accognoscere.org>
12734              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
12735              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
12736      Branch: perl
12737            ! regcomp.c
12738 ____________________________________________________________________________
12739 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
12740         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
12741              Should this be a panic: ?
12742      Branch: perl
12743            ! sv.c
12744 ____________________________________________________________________________
12745 [ 24355] By: merijn                                on 2005/04/29  15:32:17
12746         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
12747              unintendedly removed by patch #23435
12748      Branch: perl
12749            ! config_h.SH
12750 ____________________________________________________________________________
12751 [ 24354] By: merijn                                on 2005/04/29  13:59:36
12752         Log: Subject: [PATCH] Small patch to perlport.pod
12753              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
12754              Date: Thu, 28 Apr 2005 02:24:04 +0200
12755              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
12756      Branch: perl
12757            ! pod/perlport.pod
12758 ____________________________________________________________________________
12759 [ 24353] By: steveh                                on 2005/04/29  09:07:19
12760         Log: Subject: [PATCH] one cannot "static" exported functions
12761              From: <jarkko.hietaniemi@nokia.com>
12762              Date: Fri, 29 Apr 2005 11:02:01 +0300
12763              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
12764      Branch: perl
12765            ! perlio.c
12766 ____________________________________________________________________________
12767 [ 24352] By: steveh                                on 2005/04/29  08:24:50
12768         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
12769              (rather than when PERL_IMPLICIT_SYS is defined)
12770      Branch: perl
12771            ! makedef.pl
12772 ____________________________________________________________________________
12773 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
12774         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
12775      Branch: perl
12776            ! sv.c
12777 ____________________________________________________________________________
12778 [ 24350] By: steveh                                on 2005/04/28  16:42:13
12779         Log: Subject: (in blead) a missing const in a prototype
12780              From: <jarkko.hietaniemi@nokia.com>
12781              Date: Wed, 27 Apr 2005 17:35:27 +0300
12782              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
12783      Branch: perl
12784            ! embed.fnc proto.h
12785 ____________________________________________________________________________
12786 [ 24349] By: steveh                                on 2005/04/28  16:38:51
12787         Log: Silence a compilation warning on Win32
12788      Branch: perl
12789            ! pp.c
12790 ____________________________________________________________________________
12791 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
12792         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
12793              becase there's a lot of code around that calls SvOOK_off(), memmov()s
12794              the buffer, then promptly free()s it. So avoid the needless memmov().
12795      Branch: perl
12796            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
12797 ____________________________________________________________________________
12798 [ 24347] By: steveh                                on 2005/04/28  11:13:55
12799         Log: Remove temporary clean-up from Win32 makefiles
12800              
12801              Change 22501 temporarily added some clean-up to the Win32 makefiles
12802              which was only meant to stay until cpan rt #5616 was fixed.  It is
12803              now fixed (in EU-MM 6.22, which in turn has been in blead for a
12804              while now), so these hacks are no longer required.
12805              
12806              This change is also good for maint, which currently contains EU-MM
12807              6.17, which didn't create the blibdirs.exists files in question
12808              anyway.
12809      Branch: perl
12810            ! win32/Makefile win32/makefile.mk
12811 ____________________________________________________________________________
12812 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
12813         Log: Remove confusing punctuation
12814              (spotted by David Rigaudiere)
12815      Branch: perl
12816            ! pod/perlvar.pod
12817 ____________________________________________________________________________
12818 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
12819         Log: Calling sv_backoff() on something that's about to be free()d will
12820              memmov() memory that's about to be freed. Seems wasteful.
12821      Branch: perl
12822            ! sv.c
12823 ____________________________________________________________________________
12824 [ 24341] By: steveh                                on 2005/04/28  08:44:28
12825         Log: Fix perlsio_binmode() export breakage caused by change #24338
12826              
12827              Define and export perlsio_binmode() based on the same condition,
12828              namely, that USE_PERLIO is defined and USE_SFIO is not.
12829      Branch: perl
12830            ! makedef.pl perlio.c
12831 ____________________________________________________________________________
12832 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
12833         Log: The if() clause is the wrong way round, so OOK can never be true in
12834              this case. Given that OOK is never undone, we could never have been
12835              correctly upgrading a PV with OOK to HV or AV. I believe that only
12836              SVt_NULL is the only type ever upgraded to HV or AV.
12837      Branch: perl
12838            ! sv.c
12839 ____________________________________________________________________________
12840 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
12841         Log: A couple of warning fixes by Gisle
12842      Branch: perl
12843            ! pp.c pp_sys.c
12844 ____________________________________________________________________________
12845 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
12846         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
12847              From: Andy Lester <andy@petdance.com>
12848              Date: Wed, 27 Apr 2005 10:02:43 -0500
12849              Message-ID: <20050427150243.GA21883@petdance.com>
12850      Branch: perl
12851            ! perl.c perlio.c perlio.h perliol.h
12852 ____________________________________________________________________________
12853 [ 24334] By: steveh                                on 2005/04/27  08:35:40
12854         Log: Subject: Win32 MM test fix
12855              From: Michael G Schwern <schwern@pobox.com>
12856              Date: Mon, 18 Apr 2005 14:30:19 -0700
12857              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
12858              
12859              Subject: Re: Win32 MM test fix
12860              From: demerphq <demerphq@gmail.com>
12861              Date: Tue, 19 Apr 2005 00:57:59 +0200
12862              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
12863      Branch: perl
12864            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12865 ____________________________________________________________________________
12866 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
12867         Log: Subject: [PATCH] XS() __attribute__
12868              From: Andy Lester <andy@petdance.com>
12869              Date: Fri, 22 Apr 2005 17:39:47 -0500
12870              Message-ID: <20050422223947.GA4681@petdance.com>
12871      Branch: perl
12872            ! XSUB.h universal.c xsutils.c
12873 ____________________________________________________________________________
12874 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
12875         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
12876              From: Andy Lester <andy@petdance.com>
12877              Date: Mon, 25 Apr 2005 17:56:51 -0500
12878              Message-ID: <20050425225651.GB17271@petdance.com>
12879      Branch: perl
12880            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
12881 ____________________________________________________________________________
12882 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
12883         Log: Upgrade to CGI.pm 3.08
12884      Branch: perl
12885            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
12886            ! lib/CGI/Pretty.pm
12887 ____________________________________________________________________________
12888 [ 24325] By: merijn                                on 2005/04/26  11:28:42
12889         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
12890              Date: Tue, 26 Apr 2005 12:22:12 +0300
12891              From: <jarkko.hietaniemi@nokia.com>
12892              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
12893              From: Steve Hay <steve.hay@uk.radan.com>
12894              Message-ID: <426E11A3.8070002@uk.radan.com>
12895      Branch: perl
12896            ! ext/Storable/Storable.xs
12897 ____________________________________________________________________________
12898 [ 24321] By: steveh                                on 2005/04/25  13:09:57
12899         Log: Update location to fetch dmake from in README.win32
12900              
12901              Use the generic search.cpan.org URL so that the latest version is
12902              always found
12903      Branch: perl
12904            ! README.win32
12905 ____________________________________________________________________________
12906 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
12907         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
12908              From: demerphq <demerphq@gmail.com>
12909              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
12910              Date: Sun, 24 Apr 2005 21:35:35 +0200
12911      Branch: perl
12912            ! lib/unicore/README.perl lib/unicore/mktables
12913            ! lib/unicore/mktables.lst
12914 ____________________________________________________________________________
12915 [ 24319] By: steveh                                on 2005/04/25  11:05:24
12916         Log: Provide $Config{libswanted_uselargefiles} on Win32
12917              
12918              This fixes some test failures introduced by change 24271.
12919      Branch: perl
12920            ! win32/config.bc win32/config.gc win32/config.vc
12921            ! win32/config.vc64
12922 ____________________________________________________________________________
12923 [ 24318] By: steveh                                on 2005/04/25  07:47:11
12924         Log: Subject: [PATCH] combopatch
12925              From: Jarkko Hietaniemi <jhi@iki.fi>
12926              Date: Sun, 24 Apr 2005 22:58:15 +0300
12927              Message-ID: <426BFA57.9060105@iki.fi>
12928      Branch: perl
12929            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
12930            ! proto.h toke.c util.c
12931 ____________________________________________________________________________
12932 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
12933         Log: Fix typo, noticed by Randal Schwartz
12934      Branch: perl
12935            ! pod/perlfunc.pod
12936 ____________________________________________________________________________
12937 [ 24316] By: ams                                   on 2005/04/25  01:36:38
12938         Log: Add STORABLE_attach hook (Adam Kennedy).
12939      Branch: perl
12940            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
12941            + ext/Storable/t/attach_singleton.t
12942            + ext/Storable/t/circular_hook.t
12943            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
12944            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12945 ____________________________________________________________________________
12946 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
12947         Log: Add files missing in 24314
12948      Branch: perl
12949            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
12950            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
12951            + lib/Test/Harness/t/version.t
12952 ____________________________________________________________________________
12953 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
12954         Log: Upgrade to Test::Harness 2.48
12955      Branch: perl
12956            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12957            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
12958            ! lib/Test/Harness/t/00compile.t
12959            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12960            ! t/lib/sample-tests/skip
12961 ____________________________________________________________________________
12962 [ 24313] By: merijn                                on 2005/04/24  11:52:03
12963         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
12964              From: Steve Peters <steve@fisharerojo.org>
12965              Date: Sat, 23 Apr 2005 22:37:48 -0500
12966              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
12967      Branch: perl
12968            ! Configure
12969 ____________________________________________________________________________
12970 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
12971         Log: Add %patchlevel hash to Module::CoreList
12972      Branch: perl
12973            ! lib/Module/CoreList.pm
12974 ____________________________________________________________________________
12975 [ 24310] By: merijn                                on 2005/04/24  09:12:37
12976         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
12977              From: "Craig A. Berry" <craigberry@mac.com>
12978              Date: Sat, 23 Apr 2005 18:25:52 -0500
12979              Message-ID: <426AD980.2010801@mac.com>
12980      Branch: perl
12981            ! lib/Time/Local.t
12982 ____________________________________________________________________________
12983 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
12984         Log: Variable declarations can't come after statements in C89.
12985      Branch: perl
12986            ! util.c
12987 ____________________________________________________________________________
12988 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
12989         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
12990              reducing embed.h by about 10%.
12991      Branch: perl
12992            ! embed.h embed.pl
12993 ____________________________________________________________________________
12994 [ 24307] By: davem                                 on 2005/04/23  13:56:18
12995         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
12996              From:  Steve Peters <steve@fisharerojo.org>
12997              Date:  Fri, 22 Apr 2005 22:36:03 -0500
12998              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
12999              
13000              localtime() can return null
13001      Branch: perl
13002            ! util.c
13003 ____________________________________________________________________________
13004 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
13005         Log: Convert to test.pl
13006      Branch: perl
13007            ! t/op/substr.t
13008 ____________________________________________________________________________
13009 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
13010         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
13011              From: "Craig A. Berry" <craigberry@mac.com>
13012              Message-ID: <42692501.6090809@mac.com>
13013              Date: Fri, 22 Apr 2005 11:23:29 -0500
13014      Branch: perl
13015            ! t/uni/class.t
13016 ____________________________________________________________________________
13017 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
13018         Log: Patch by Yves Orton to accept several options on the corelist(1)
13019              command-line. Plus POD nits.
13020      Branch: perl
13021            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
13022 ____________________________________________________________________________
13023 [ 24290] By: steveh                                on 2005/04/22  13:51:47
13024         Log: Fix last remaining Win32 linker error following change 24271
13025              
13026              (Supplied by Jarkko in a makedef.pl that was omitted from the
13027              aforementioned change)
13028      Branch: perl
13029            ! makedef.pl
13030 ____________________________________________________________________________
13031 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
13032         Log: There's no point listing '-f' in --help output
13033              when perl isn't built with USE_SITECUSTOMIZE, since it might
13034              confuse users about $sitelib/sitecustomize.pl being sourced
13035              at startup.
13036      Branch: perl
13037            ! perl.c
13038 ____________________________________________________________________________
13039 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
13040         Log: For now, TODO the 2 tests that fail on 5.8.x
13041      Branch: perl
13042            ! ext/B/t/optree_specials.t
13043 ____________________________________________________________________________
13044 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
13045         Log: -A wasn't listed in the --help output
13046      Branch: perl
13047            ! perl.c
13048 ____________________________________________________________________________
13049 [ 24280] By: steveh                                on 2005/04/22  09:59:54
13050         Log: Fix more Win32 linker errors following change 24271
13051              
13052              This clears up problems with Perl_free_global_struct and
13053              Perl_init_global_struct
13054      Branch: perl
13055            ! embed.fnc embed.h global.sym makedef.pl proto.h
13056 ____________________________________________________________________________
13057 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
13058         Log: Subject: [PATCH] pp_pack.c warning quieting
13059              From: Andy Lester <andy@petdance.com>
13060              Date: Thu, 21 Apr 2005 11:33:13 -0500
13061              Message-ID: <20050421163313.GA20930@petdance.com>
13062      Branch: perl
13063            ! pp_pack.c
13064 ____________________________________________________________________________
13065 [ 24278] By: steveh                                on 2005/04/22  08:59:58
13066         Log: Fix Win32 linker errors following change 24271
13067              
13068              This clears up "unresolved external" errors for the following symbols:
13069              
13070              PL_watch_pvx
13071              Perl_Gappctx_ptr
13072              Perl_Gmmap_page_size_ptr
13073              Perl_Gsig_defaulting_ptr
13074              Perl_Gsig_handlers_initted_ptr
13075              Perl_Gsig_ignoring_ptr
13076              Perl_Gsig_sv_ptr
13077              Perl_Gtimesbase_ptr
13078              Perl_Gwatch_pvx_ptr
13079      Branch: perl
13080            ! makedef.pl
13081 ____________________________________________________________________________
13082 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
13083         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
13084              From: Steve Peters <steve@fisharerojo.org>
13085              Date: Thu, 21 Apr 2005 18:55:47 -0500
13086              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
13087      Branch: perl
13088            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13089            ! sv.h
13090 ____________________________________________________________________________
13091 [ 24276] By: steveh                                on 2005/04/22  08:13:01
13092         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
13093      Branch: perl
13094            ! pp_sys.c
13095 ____________________________________________________________________________
13096 [ 24275] By: davem                                 on 2005/04/21  21:30:11
13097         Log: Sigh - really bump Text::Wrap version number this time.
13098      Branch: perl
13099            ! lib/Text/Wrap.pm
13100 ____________________________________________________________________________
13101 [ 24274] By: davem                                 on 2005/04/21  21:27:15
13102         Log: bump version number in Text::Wrap after change #24273
13103      Branch: perl
13104            ! lib/Text/Wrap.pm
13105 ____________________________________________________________________________
13106 [ 24273] By: davem                                 on 2005/04/21  21:22:54
13107         Log: Text::Wrap::wrap() fails with non-space separator
13108      Branch: perl
13109            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
13110 ____________________________________________________________________________
13111 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
13112         Log: Subject: [PATCH] Symbian port of Perl
13113              From: <jarkko.hietaniemi@nokia.com>
13114              Date: Mon, 18 Apr 2005 13:18:30 +0300
13115              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
13116      Branch: perl
13117            + README.symbian ext/DynaLoader/dl_symbian.xs
13118            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
13119            + symbian/PerlApp.rss symbian/PerlAppAif.rss
13120            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
13121            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
13122            + symbian/TODO symbian/bld.inf symbian/config.pl
13123            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
13124            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
13125            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
13126            + symbian/symbian_proto.h symbian/symbian_stubs.c
13127            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
13128            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
13129            + symbian/xsbuild.pl
13130            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
13131            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
13132            ! embed.h embed.pl embedvar.h ext/B/B.xs
13133            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
13134            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13135            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
13136            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
13137            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13138            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
13139            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
13140            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
13141            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
13142            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
13143            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
13144            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
13145            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
13146            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
13147            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
13148            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
13149            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
13150            ! win32/makefile.mk win32/win32io.c xsutils.c
13151 ____________________________________________________________________________
13152 [ 24270] By: davem                                 on 2005/04/21  15:36:14
13153         Log: substr uses utf8 length cache incorrectly
13154      Branch: perl
13155            ! sv.c t/op/substr.t
13156 ____________________________________________________________________________
13157 [ 24269] By: davem                                 on 2005/04/21  00:13:14
13158         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
13159              From:  Andy Lester <andy@petdance.com>
13160              Date:  Wed, 13 Apr 2005 21:06:01 -0500
13161              Message-Id:  <20050414020601.GA21346@petdance.com>
13162              
13163              add 'const', and remove extraneous code, from pp_concat
13164      Branch: perl
13165            ! pp_hot.c t/op/concat.t
13166 ____________________________________________________________________________
13167 [ 24268] By: davem                                 on 2005/04/20  23:56:18
13168         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
13169              From:  David Dyck <david.dyck@fluke.com>
13170              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
13171              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
13172              
13173              fix nits in change #24264:
13174              some preprocessors don't like #ifdefs within a macro's args;
13175              also removed duplicate semicolons from macro definitions.
13176      Branch: perl
13177            ! perl.h
13178 ____________________________________________________________________________
13179 [ 24267] By: davem                                 on 2005/04/20  23:35:54
13180         Log: In change 24266 I failed to actually change anything. Sigh.
13181      Branch: perl
13182            ! ext/Sys/Syslog/Syslog.pm
13183 ____________________________________________________________________________
13184 [ 24266] By: davem                                 on 2005/04/20  23:32:04
13185         Log: change misleading syslog() example
13186      Branch: perl
13187            ! ext/Sys/Syslog/Syslog.pm
13188 ____________________________________________________________________________
13189 [ 24265] By: davem                                 on 2005/04/20  21:47:40
13190         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
13191              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
13192              Date:  20 Apr 2005 19:28:14 -0000
13193              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
13194              
13195              improved version of change 21842 that copes with glob DB::sub
13196              existing but &DB::sub not existing.
13197      Branch: perl
13198            ! mg.c pp_ctl.c t/op/caller.t
13199 ____________________________________________________________________________
13200 [ 24264] By: davem                                 on 2005/04/20  21:32:23
13201         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
13202              From:  Andy Lester <andy@petdance.com>
13203              Date:  Wed, 20 Apr 2005 15:09:24 -0500
13204              Message-Id:  <20050420200923.GA3017@petdance.com>
13205              
13206              The MGVTBL structures contain 7 function pointers, but only 5 were
13207              getting initialized. Plus, there were repeated lists between
13208              declaration and definition; add a macro to declare or define
13209              all the global MGVTBLs as appropriate.
13210      Branch: perl
13211            ! perl.h
13212 ____________________________________________________________________________
13213 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
13214         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
13215              From: Steve Peters <steve@fisharerojo.org>
13216              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
13217              Date: Wed, 20 Apr 2005 06:27:20 -0500
13218      Branch: perl
13219            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
13220 ____________________________________________________________________________
13221 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
13222         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
13223      Branch: perl
13224            ! sv.c
13225 ____________________________________________________________________________
13226 [ 24257] By: davem                                 on 2005/04/19  23:47:38
13227         Log: run regen_headers after addition of FOO_set() macros
13228      Branch: perl
13229            ! ext/ByteLoader/byterun.c
13230 ____________________________________________________________________________
13231 [ 24256] By: davem                                 on 2005/04/19  23:43:54
13232         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
13233              From:  Andy Lester <andy@petdance.com>
13234              Date:  Tue, 19 Apr 2005 11:38:44 -0500
13235              Message-Id:  <20050419163844.GA19747@petdance.com>
13236      Branch: perl
13237            ! embed.fnc embed.h pad.c pad.h proto.h
13238 ____________________________________________________________________________
13239 [ 24255] By: davem                                 on 2005/04/19  23:31:52
13240         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
13241      Branch: perl
13242            ! op.c
13243 ____________________________________________________________________________
13244 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
13245         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
13246      Branch: perl
13247            ! sv.c
13248 ____________________________________________________________________________
13249 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
13250         Log: Restore SvEND_se
13251      Branch: perl
13252            ! sv.h
13253 ____________________________________________________________________________
13254 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
13255         Log: Force RVALUE macros when in PERL_DEBUG_COW
13256      Branch: perl
13257            ! ext/ByteLoader/byterun.c sv.c sv.h
13258 ____________________________________________________________________________
13259 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
13260         Log: Avoid generating thousands of UTF-8 warnings when testing under a
13261              UTF-8 locale
13262      Branch: perl
13263            ! t/op/pack.t
13264 ____________________________________________________________________________
13265 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
13266         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
13267              valid C code
13268      Branch: perl
13269            ! perl.h
13270 ____________________________________________________________________________
13271 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
13272         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
13273              From: Steve Peters <steve@fisharerojo.org>
13274              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
13275              Date: Mon, 18 Apr 2005 19:09:25 -0500
13276      Branch: perl
13277            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
13278            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
13279            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13280            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13281            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
13282            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
13283            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
13284            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
13285            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
13286            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
13287            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
13288            ! scope.c sv.c sv.h toke.c
13289 ____________________________________________________________________________
13290 [ 24247] By: davem                                 on 2005/04/19  01:38:54
13291         Log: Add CLONE_SKIP() class method to allow individual classes to skip
13292              cloning objects during thread creation
13293      Branch: perl
13294            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
13295 ____________________________________________________________________________
13296 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
13297         Log: PERL_DEBUG_COW for SvUVX and SvPVX
13298      Branch: perl
13299            ! ext/DynaLoader/dl_dyld.xs sv.h
13300 ____________________________________________________________________________
13301 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
13302         Log: SvPV_renew also calls SvLEN_set
13303              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
13304              For Ponie this can be a single call into the PMC
13305      Branch: perl
13306            ! pp_hot.c pp_sys.c sv.h toke.c
13307 ____________________________________________________________________________
13308 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
13309         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
13310              SvPVX
13311      Branch: perl
13312            ! pp_hot.c pp_sys.c sv.h toke.c
13313 ____________________________________________________________________________
13314 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
13315         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
13316      Branch: perl
13317            ! handy.h
13318 ____________________________________________________________________________
13319 [ 24242] By: steveh                                on 2005/04/18  16:04:20
13320         Log: Fix bug #33664: allow for transport providers with protocol == 0
13321              
13322              (This indicates that any protocol may be used, so don't bother checking
13323              that the requested protocol matches in this case.)
13324      Branch: perl
13325            ! win32/win32sck.c
13326 ____________________________________________________________________________
13327 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
13328         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
13329      Branch: perl
13330            ! pp_hot.c
13331 ____________________________________________________________________________
13332 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
13333         Log: Two more uses of lvalue SvIVX()
13334      Branch: perl
13335            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
13336 ____________________________________________________________________________
13337 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
13338         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
13339              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
13340              From: Steve Peters <steve@fisharerojo.org>
13341              Date: Sat, 16 Apr 2005 11:05:02 -0500
13342              
13343              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
13344      Branch: perl
13345            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
13346            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
13347            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
13348 ____________________________________________________________________________
13349 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
13350         Log: Update the outdated info in "Minimizing the Perl installation"
13351      Branch: perl
13352            ! INSTALL
13353 ____________________________________________________________________________
13354 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
13355         Log: Fix for:
13356              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
13357              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
13358              Date: 12 Apr 2005 19:12:58 -0000
13359              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
13360              
13361              This syntax error now produces a panic message.
13362      Branch: perl
13363            ! op.c
13364 ____________________________________________________________________________
13365 [ 24236] By: merijn                                on 2005/04/13  15:10:24
13366         Log: Subject: [PATCH] Removing yydestruct from perly.c
13367              From: Andy Lester <andy@petdance.com>
13368              Date: Wed, 13 Apr 2005 10:06:47 -0500
13369              Message-ID: <20050413150647.GA13464@petdance.com>
13370      Branch: perl
13371            ! perly.c
13372 ____________________________________________________________________________
13373 [ 24235] By: merijn                                on 2005/04/13  14:51:00
13374         Log: Mandrakesoft is now Mandriva
13375      Branch: perl
13376            ! AUTHORS
13377 ____________________________________________________________________________
13378 [ 24234] By: merijn                                on 2005/04/13  14:41:20
13379         Log: H.Merijn changed e-mail
13380      Branch: perl
13381            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
13382            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
13383 ____________________________________________________________________________
13384 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
13385         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
13386              From: Robin Barker <Robin.Barker@npl.co.uk>
13387              Date: Tue, 12 Apr 2005 18:53:32 +0100
13388              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
13389      Branch: perl
13390            ! perly.c regcomp.c regexec.c toke.c
13391 ____________________________________________________________________________
13392 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
13393         Log: Upgrade to ExtUtils::MakeMaker 6.28
13394      Branch: perl
13395            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
13396            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
13397            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
13398            ! lib/ExtUtils/Manifest.pm
13399 ____________________________________________________________________________
13400 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
13401         Log: Upgrade to Encode 2.0902
13402      Branch: perl
13403            + ext/Encode/t/utf8strict.t
13404            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13405            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
13406            ! ext/Encode/MANIFEST ext/Encode/META.yml
13407            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
13408            ! ext/Encode/t/fallback.t
13409 ____________________________________________________________________________
13410 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
13411         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
13412              Plus add an editor block
13413      Branch: perl
13414            ! op.c
13415 ____________________________________________________________________________
13416 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
13417         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
13418              From: Steve Peters <steve@fisharerojo.org>
13419              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
13420              Date: Sun, 10 Apr 2005 21:37:36 -0500
13421              
13422              (with correction to SvUV_set)
13423      Branch: perl
13424            ! ext/List/Util/Util.xs sv.c sv.h
13425 ____________________________________________________________________________
13426 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
13427         Log: Avoid taking a reference to SvIVX and putting that address on the
13428              save stack
13429      Branch: perl
13430            ! perl.c pp_ctl.c pp_hot.c
13431 ____________________________________________________________________________
13432 [ 24227] By: steveh                                on 2005/04/11  10:39:59
13433         Log: Support d_libm_lib_version for Win32 (see change 24217)
13434      Branch: perl
13435            ! win32/config.bc win32/config.gc win32/config.vc
13436            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
13437            ! win32/config_H.vc win32/config_H.vc64
13438 ____________________________________________________________________________
13439 [ 24226] By: merijn                                on 2005/04/11  10:09:06
13440         Log: Out of sync metaunit caused the erroneous return of the
13441              removed d_sitecustomize. Mea Culpa.
13442      Branch: perl
13443            ! Configure
13444 ____________________________________________________________________________
13445 [ 24225] By: steveh                                on 2005/04/11  09:39:40
13446         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
13447      Branch: perl
13448            ! win32/Makefile win32/makefile.mk
13449 ____________________________________________________________________________
13450 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
13451         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
13452              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
13453              Date: Fri, 8 Apr 2005 15:28:28 -0300
13454              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
13455      Branch: perl
13456            ! pod/perlfunc.pod
13457 ____________________________________________________________________________
13458 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
13459         Log: Make the four-argument form of select() return undef
13460              instead of -1 on error.
13461      Branch: perl
13462            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
13463 ____________________________________________________________________________
13464 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
13465         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
13466      Branch: perl
13467            ! win32/Makefile win32/makefile.mk
13468 ____________________________________________________________________________
13469 [ 24221] By: merijn                                on 2005/04/11  06:06:13
13470         Log: Subject: Re: New Configure functionality
13471              From: Abe Timmerman <abe@ztreet.demon.nl>
13472              Date: Sun, 10 Apr 2005 22:19:28 +0200
13473              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
13474      Branch: perl
13475            ! configure.com
13476 ____________________________________________________________________________
13477 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
13478         Log: POD typo.
13479      Branch: perl
13480            ! lib/Module/CoreList.pm
13481 ____________________________________________________________________________
13482 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
13483         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
13484              5.00{0,1,2}. Upgrade version number.
13485      Branch: perl
13486            ! lib/Module/CoreList.pm
13487 ____________________________________________________________________________
13488 [ 24218] By: merijn                                on 2005/04/10  18:00:05
13489         Log: Sorting still is a mess. This is better.
13490      Branch: perl
13491            ! config_h.SH
13492 ____________________________________________________________________________
13493 [ 24217] By: merijn                                on 2005/04/10  17:08:36
13494         Log: Configure now probes for _LIB_VERSION support in math.h/libm
13495              LIBM_LIB_VERSION is defined if it does
13496      Branch: perl
13497            ! Configure Porting/config_H config_h.SH handy.h
13498 ____________________________________________________________________________
13499 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
13500         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
13501      Branch: perl
13502            ! pod/perldiag.pod pp_hot.c
13503 ____________________________________________________________________________
13504 [ 24214] By: merijn                                on 2005/04/10  09:14:06
13505         Log: Subject: [PATCH] usesitecustomize for VMS
13506              From: "Craig A. Berry" <craigberry@mac.com>
13507              Date: Sat, 09 Apr 2005 15:58:43 -0500
13508              Message-ID: <42584203.2090405@mac.com>
13509      Branch: perl
13510            ! configure.com
13511 ____________________________________________________________________________
13512 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
13513         Log: Mangle the expected output correctly for both 5.9 and 5.8
13514      Branch: perl
13515            ! ext/B/t/stash.t
13516 ____________________________________________________________________________
13517 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
13518         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
13519              From: Michael G Schwern <schwern@pobox.com>
13520              Date: Thu, 7 Apr 2005 15:15:00 -0700
13521              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
13522              
13523              Fix duplicate target warnings
13524      Branch: perl
13525            ! lib/ExtUtils/MM_Any.pm
13526 ____________________________________________________________________________
13527 [ 24211] By: merijn                                on 2005/04/08  14:22:05
13528         Log: The last remains of d_sitecustomize
13529      Branch: perl
13530            ! Porting/config.sh
13531 ____________________________________________________________________________
13532 [ 24210] By: merijn                                on 2005/04/08  14:16:59
13533         Log: now usesitecustomize is used more generic
13534      Branch: perl
13535            ! config_h.SH
13536 ____________________________________________________________________________
13537 [ 24209] By: steveh                                on 2005/04/08  14:15:14
13538         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
13539              From: Steven Schubiger <steven@accognoscere.org>
13540              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
13541              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
13542              
13543              (with arguments changed to match perlfunc.pod)
13544      Branch: perl
13545            ! pod/perlport.pod
13546 ____________________________________________________________________________
13547 [ 24208] By: merijn                                on 2005/04/08  14:12:54
13548         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
13549      Branch: perl
13550            ! Configure
13551 ____________________________________________________________________________
13552 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
13553         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
13554      Branch: perl
13555            ! pad.c sv.h
13556 ____________________________________________________________________________
13557 [ 24205] By: merijn                                on 2005/04/08  12:18:42
13558         Log: Subject: [PATCH] Removing Y2K warnings
13559              From: Andy Lester <andy@petdance.com>
13560              Date: Thu, 7 Apr 2005 17:44:42 -0500
13561              Message-ID: <20050407224442.GA23895@petdance.com>
13562      Branch: perl
13563            - README.Y2K
13564            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
13565            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
13566            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
13567 ____________________________________________________________________________
13568 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
13569         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
13570              From: Steve Peters <steve@fisharerojo.org>
13571              Date: Thu, 7 Apr 2005 13:51:49 -0500
13572              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
13573      Branch: perl
13574            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
13575            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
13576 ____________________________________________________________________________
13577 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
13578         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
13579              Copy-On-Write related source changes.
13580              Fix the problem this revealed.
13581      Branch: perl
13582            ! sv.c sv.h
13583 ____________________________________________________________________________
13584 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
13585         Log: MM_AIX needs neatvalue
13586      Branch: perl
13587            ! lib/ExtUtils/MM_AIX.pm
13588 ____________________________________________________________________________
13589 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
13590         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
13591              From: Steve Peters <steve@fisharerojo.org>
13592              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
13593              Date: Wed, 6 Apr 2005 18:21:10 -0500
13594      Branch: perl
13595            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
13596            ! toke.c
13597 ____________________________________________________________________________
13598 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
13599         Log: Add perl593delta.pod
13600      Branch: perl
13601            + pod/perl593delta.pod
13602            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
13603            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13604            ! win32/pod.mak
13605 ____________________________________________________________________________
13606 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
13607         Log: Mention that select() returns -1 on error,
13608              as suggested by Hernan Perez Masci
13609      Branch: perl
13610            ! pod/perlfunc.pod
13611 ____________________________________________________________________________
13612 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
13613         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
13614              From: Abigail <abigail@abigail.nl>
13615              Date: Wed, 6 Apr 2005 01:41:55 +0200
13616              Message-ID: <20050405234154.GG8680@abigail.nl>
13617      Branch: perl
13618            ! t/japh/abigail.t
13619 ____________________________________________________________________________
13620 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
13621         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
13622              From: Autrijus Tang <autrijus@autrijus.org>
13623              Date: Wed, 6 Apr 2005 18:17:32 +0800
13624              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
13625      Branch: perl
13626            ! lib/unicore/mktables
13627 ____________________________________________________________________________
13628 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
13629         Log: Subject: perldbtty$$ location
13630              From: Gisle Aas <gisle@ActiveState.com>
13631              Date: 06 Apr 2005 01:49:54 -0700
13632              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
13633              (and remove trailing whitespace)
13634      Branch: perl
13635            ! pod/perldebug.pod
13636 ____________________________________________________________________________
13637 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
13638         Log: Tabs not spaces in MANIFEST
13639      Branch: perl
13640            ! MANIFEST
13641 ____________________________________________________________________________
13642 [ 24187] By: merijn                                on 2005/04/07  08:33:53
13643         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
13644              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
13645              Date: 7 Apr 2005 00:20:31 -0000
13646              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
13647      Branch: perl
13648            ! pod/perlpodspec.pod
13649 ____________________________________________________________________________
13650 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
13651         Log: Upgrade to ExtUtils::MakeMaker 6.27,
13652              plus a patch to restore functioning of 'distclean'
13653              for the perl core
13654      Branch: perl
13655            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
13656            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
13657            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
13658            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
13659            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
13660            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
13661            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
13662            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
13663            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
13664            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13665            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13666            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13667            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
13668            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
13669            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
13670            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
13671            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
13672            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
13673            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
13674            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
13675            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
13676            ! t/lib/MakeMaker/Test/Utils.pm
13677 ____________________________________________________________________________
13678 [ 24178] By: steveh                                on 2005/04/06  15:57:36
13679         Log: Don't try to export symbols that don't exist
13680              
13681              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
13682              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
13683              to keep Win32 happy.
13684      Branch: perl
13685            ! makedef.pl
13686 ____________________________________________________________________________
13687 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
13688         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
13689      Branch: perl
13690            ! reentr.c reentr.h reentr.pl
13691 ____________________________________________________________________________
13692 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
13693         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
13694      Branch: perl
13695            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
13696            ! ext/threads/threads.xs pad.h sv.c
13697 ____________________________________________________________________________
13698 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
13699         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
13700      Branch: perl
13701            ! perl.h
13702 ____________________________________________________________________________
13703 [ 24173] By: merijn                                on 2005/04/06  06:14:51
13704         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
13705              2. Removed the depricated 'my $foo if expr' there
13706      Branch: perl
13707            ! t/TEST
13708 ____________________________________________________________________________
13709 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
13710         Log: D'oh! We were never correctly spotting a modfl prototype
13711      Branch: perl
13712            ! Configure
13713 ____________________________________________________________________________
13714 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
13715         Log: Add casting to allow g++ (3.3.5) to compile the core code.
13716              A C++ compiler produces lots of warnings that are probably valid
13717              concerns to investigate.
13718      Branch: perl
13719            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
13720            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
13721 ____________________________________________________________________________
13722 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
13723         Log: Tests need to skip if there is no Encode configured.
13724      Branch: perl
13725            ! lib/encoding/warnings/t/1-warning.t
13726            ! lib/encoding/warnings/t/2-fatal.t
13727 ____________________________________________________________________________
13728 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
13729         Log: Using savesvpv() here is terser and produces smaller object code.
13730      Branch: perl
13731            ! doio.c
13732 ____________________________________________________________________________
13733 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
13734         Log: Upgrade to Unicode::Normalize 0.32
13735      Branch: perl
13736            ! ext/Unicode/Normalize/Changes
13737            ! ext/Unicode/Normalize/Makefile.PL
13738            ! ext/Unicode/Normalize/Normalize.pm
13739            ! ext/Unicode/Normalize/Normalize.xs
13740            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
13741            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
13742 ____________________________________________________________________________
13743 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
13744         Log: Down with C++ reserved names
13745              (and also function pointer declarations that rely on the C semantics
13746              of ())
13747      Branch: perl
13748            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
13749            ! universal.c
13750 ____________________________________________________________________________
13751 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
13752         Log: Down with potentially incorrect duplicate prototypes
13753      Branch: perl
13754            ! pp_sys.c
13755 ____________________________________________________________________________
13756 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
13757         Log: Down with more K&R prototypes
13758      Branch: perl
13759            ! ext/DynaLoader/dl_dyld.xs
13760 ____________________________________________________________________________
13761 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
13762         Log: Down with unneeded duplicate prototypes
13763      Branch: perl
13764            ! x2p/a2p.c
13765 ____________________________________________________________________________
13766 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
13767         Log: Down with K&R function arguments
13768      Branch: perl
13769            ! ext/Cwd/Cwd.xs
13770 ____________________________________________________________________________
13771 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
13772         Log: Add Math::BigInt::FastCalc in maintainer list
13773      Branch: perl
13774            ! Porting/Maintainers.pl
13775 ____________________________________________________________________________
13776 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
13777         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
13778      Branch: perl
13779            ! ext/Math/BigInt/FastCalc/Makefile.PL
13780 ____________________________________________________________________________
13781 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
13782         Log: New core module, Math::BigInt::FastCalc
13783              
13784              Subject: [PATCH] integrate Math::BigInt::FastCalc
13785              From: Tels <nospam-abuse@bloodgate.com>
13786              Date: Sun, 3 Apr 2005 11:12:45 +0200
13787              Message-Id: <200504031112.55179@bloodgate.com>
13788      Branch: perl
13789            + ext/Math/BigInt/FastCalc/FastCalc.pm
13790            + ext/Math/BigInt/FastCalc/FastCalc.xs
13791            + ext/Math/BigInt/FastCalc/Makefile.PL
13792            + ext/Math/BigInt/FastCalc/t/bigintfc.t
13793            + ext/Math/BigInt/FastCalc/t/bootstrap.t
13794            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
13795            ! MANIFEST
13796 ____________________________________________________________________________
13797 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
13798         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
13799              From: Tels <nospam-abuse@bloodgate.com>
13800              Date: Sun, 3 Apr 2005 10:43:10 +0200
13801              Message-Id: <200504031043.12273@bloodgate.com>
13802      Branch: perl
13803            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13804            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
13805            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
13806            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
13807            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
13808            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
13809            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
13810            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
13811            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
13812            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
13813 ____________________________________________________________________________
13814 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
13815         Log: That's C, not perl.
13816      Branch: perl
13817            ! patchlevel.h
13818 ____________________________________________________________________________
13819 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
13820         Log: Make -DFORMAT_CHECK compile with threads.
13821      Branch: perl
13822            ! perl.h
13823 ____________________________________________________________________________
13824 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
13825         Log: Bump version to 5.9.3
13826              Restore "DEVEL" tag in patchlevel.h
13827              Regenerate Porting/config*
13828      Branch: perl
13829            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
13830            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
13831            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
13832            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
13833            ! wince/Makefile.ce
13834 ____________________________________________________________________________
13835 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
13836         Log: Subject: [PATCH] const-eight.diff
13837              From: Andy Lester <andy@petdance.com>
13838              Date: Wed, 30 Mar 2005 11:40:24 -0600
13839              Message-ID: <20050330174024.GA12167@petdance.com>
13840      Branch: perl
13841            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
13842            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
13843 ____________________________________________________________________________
13844 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
13845         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
13846              From: Steven Schubiger <steven@accognoscere.org>
13847              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
13848              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
13849      Branch: perl
13850            ! pod/perltrap.pod
13851 ____________________________________________________________________________
13852 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
13853         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
13854              From: Steven Schubiger <steven@accognoscere.org>
13855              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
13856              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
13857      Branch: perl
13858            ! pod/perltrap.pod
13859 ____________________________________________________________________________
13860 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
13861         Log: Fix wrong version for byteorder modifiers feature.
13862      Branch: perl
13863            ! pod/perlpacktut.pod
13864 ____________________________________________________________________________
13865 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
13866         Log: Silence compiler warnings about possibly uninitialised variables.
13867              (None are, but it saves anyone else having to work this out)
13868      Branch: perl
13869            ! regexec.c
13870 ____________________________________________________________________________
13871 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
13872         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
13873      Branch: perl
13874            ! installperl
13875 ____________________________________________________________________________
13876 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
13877         Log: Oops. Forgot to add this.
13878      Branch: perl
13879            + lib/unicore/NamedSequences.txt
13880 ____________________________________________________________________________
13881 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
13882         Log: Subject: [PATCH] Unicode 4.1.0
13883              From: Jarkko Hietaniemi <jhi@iki.fi>
13884              Message-ID: <424E584D.5000508@iki.fi>
13885              Date: Sat, 02 Apr 2005 11:31:09 +0300
13886      Branch: perl
13887            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
13888            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
13889            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
13890            ! lib/unicore/CompositionExclusions.txt
13891            ! lib/unicore/EastAsianWidth.txt
13892            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
13893            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
13894            ! lib/unicore/NormalizationCorrections.txt
13895            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
13896            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
13897            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
13898            ! lib/unicore/SpecialCasing.txt
13899            ! lib/unicore/StandardizedVariants.txt
13900            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
13901 ____________________________________________________________________________
13902 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
13903         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
13904      Branch: perl
13905            ! META.yml Porting/Maintainers.pl
13906 ____________________________________________________________________________
13907 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
13908         Log: Update Changes
13909      Branch: perl
13910            ! Changes
13911 ____________________________________________________________________________
13912 [ 24131] By: steveh                                on 2005/04/01  08:18:27
13913         Log: Remove dependency on tr(1) for MinGW builds on Win32
13914              
13915              This leaves things slightly (more) broken for MinGW builds on Cygwin,
13916              but that doesn't currently quite work in other respects and isn't
13917              documented anyway.  See:
13918              
13919              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
13920      Branch: perl
13921            ! pod/perl592delta.pod win32/makefile.mk
13922 ____________________________________________________________________________
13923 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
13924         Log: Regenerate perltoc and perlmodlib
13925      Branch: perl
13926            ! pod/perlmodlib.pod pod/perltoc.pod
13927 ____________________________________________________________________________
13928 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
13929         Log: POD fixes.
13930      Branch: perl
13931            ! pod/perlfaq1.pod
13932 ____________________________________________________________________________
13933 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
13934         Log: FAQ sync.
13935      Branch: perl
13936            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
13937            ! pod/perlfaq6.pod pod/perlfaq7.pod
13938 ____________________________________________________________________________
13939 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
13940         Log: Add a note about installhtml
13941      Branch: perl
13942            ! pod/perltodo.pod
13943 ____________________________________________________________________________
13944 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
13945         Log: Subject: [PATCH] pp_pack.c warnings on VMS
13946              From: "Craig A. Berry" <craigberry@mac.com>
13947              Date: Thu, 31 Mar 2005 14:51:05 -0600
13948              Message-ID: <424C62B9.2030601@mac.com>
13949      Branch: perl
13950            ! pp_pack.c
13951 ____________________________________________________________________________
13952 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
13953         Log: Mention the current MinGW compilation problems
13954      Branch: perl
13955            ! pod/perl592delta.pod
13956 ____________________________________________________________________________
13957 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
13958         Log: Update Changes
13959      Branch: perl
13960            ! Changes
13961 ____________________________________________________________________________
13962 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
13963         Log: This is 5.9.2. Mostly.
13964      Branch: perl
13965            ! patchlevel.h pod/perlhist.pod
13966 ____________________________________________________________________________
13967 [ 24122] By: steveh                                on 2005/03/31  15:39:57
13968         Log: Fix USE_SITECUSTOMIZE on Win32
13969              
13970              This fixes the problem described in:
13971              
13972              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
13973      Branch: perl
13974            ! win32/win32.c
13975 ____________________________________________________________________________
13976 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
13977         Log: Update copyrights.
13978              Well, those are generated files anyway.
13979      Branch: perl
13980            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13981            ! proto.h
13982 ____________________________________________________________________________
13983 [ 24120] By: steveh                                on 2005/03/31  14:36:44
13984         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
13985              
13986              Note that this feature doesn't actually work correctly on Win32
13987              until the problem described here is solved:
13988              
13989              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
13990      Branch: perl
13991            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
13992            ! win32/config.vc64 win32/makefile.mk
13993 ____________________________________________________________________________
13994 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
13995         Log: Upgrade to Module::CoreList 1.99
13996      Branch: perl
13997            ! lib/Module/CoreList.pm
13998 ____________________________________________________________________________
13999 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
14000         Log: More known problems.
14001      Branch: perl
14002            ! pod/perl592delta.pod
14003 ____________________________________________________________________________
14004 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
14005         Log: Known problems, reported by Merijn
14006      Branch: perl
14007            ! pod/perl592delta.pod
14008 ____________________________________________________________________________
14009 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
14010         Log: OS typo.
14011      Branch: perl
14012            ! pod/perl592delta.pod
14013 ____________________________________________________________________________
14014 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
14015         Log: Add a tool to generate data for Module::CoreList
14016      Branch: perl
14017            + Porting/corelist.pl
14018            ! MANIFEST
14019 ____________________________________________________________________________
14020 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
14021         Log: More work on perldelta
14022      Branch: perl
14023            ! pod/perl592delta.pod
14024 ____________________________________________________________________________
14025 [ 24113] By: steveh                                on 2005/03/31  10:01:18
14026         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
14027              Win32 makefiles
14028      Branch: perl
14029            ! win32/Makefile win32/makefile.mk
14030 ____________________________________________________________________________
14031 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
14032         Log: AUTHORS update
14033      Branch: perl
14034            ! AUTHORS
14035 ____________________________________________________________________________
14036 [ 24111] By: steveh                                on 2005/03/31  09:18:23
14037         Log: A few Win32 makefile tidy-ups (No real changes)
14038      Branch: perl
14039            ! win32/Makefile win32/makefile.mk
14040 ____________________________________________________________________________
14041 [ 24110] By: steveh                                on 2005/03/31  08:20:00
14042         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
14043      Branch: perl
14044            ! INSTALL
14045 ____________________________________________________________________________
14046 [ 24109] By: steveh                                on 2005/03/31  07:55:12
14047         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
14048      Branch: perl
14049            ! sv.c
14050 ____________________________________________________________________________
14051 [ 24108] By: steveh                                on 2005/03/31  07:36:52
14052         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
14053      Branch: perl
14054            ! malloc.c
14055 ____________________________________________________________________________
14056 [ 24107] By: merijn                                on 2005/03/30  17:03:19
14057         Log: Now that we have the full path, we can skip the which call,
14058              that might cause trouble on testdrive systems.
14059      Branch: perl
14060            ! hints/hpux.sh
14061 ____________________________________________________________________________
14062 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
14063         Log: Update copyrights.
14064      Branch: perl
14065            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
14066            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
14067            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
14068 ____________________________________________________________________________
14069 [ 24105] By: merijn                                on 2005/03/30  14:25:05
14070         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
14071      Branch: perl
14072            ! INSTALL
14073 ____________________________________________________________________________
14074 [ 24104] By: merijn                                on 2005/03/30  14:17:40
14075         Log: Support for -Dusesitecustomize
14076      Branch: perl
14077            ! Configure config_h.SH
14078 ____________________________________________________________________________
14079 [ 24102] By: merijn                                on 2005/03/30  13:43:12
14080         Log: USE_STRLCAT and USE_STRLCPY now actually used
14081              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
14082              for future use
14083      Branch: perl
14084            ! handy.h
14085 ____________________________________________________________________________
14086 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
14087         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
14088              From: Brendan O'Dea <bod@debian.org>
14089              Date: Wed, 30 Mar 2005 10:30:25 +1000
14090              Message-ID: <20050330003025.GA29797@londo.c47.org>
14091      Branch: perl
14092            ! ext/Errno/Errno_pm.PL
14093 ____________________________________________________________________________
14094 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
14095         Log: Subject: Re: PATCH: byte count feature request for unpack
14096              From: perl5-porters@ton.iguana.be (Ton Hospel)
14097              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
14098              Message-Id: <d26u7b$i3v$1@post.home.lunix>
14099              
14100              (rework of a patch from Arne Ahrend <aahrend@web.de>)
14101      Branch: perl
14102            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
14103 ____________________________________________________________________________
14104 [ 24099] By: steveh                                on 2005/03/30  08:36:50
14105         Log: A couple more Win32 compilation clean-ups
14106      Branch: perl
14107            ! win32/win32sck.c
14108 ____________________________________________________________________________
14109 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
14110         Log: Minor POD nits.
14111      Branch: perl
14112            ! ext/File/Glob/Glob.pm
14113 ____________________________________________________________________________
14114 [ 24097] By: merijn                                on 2005/03/30  07:49:46
14115         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
14116              From: Steven Schubiger <steven@accognoscere.org>
14117              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
14118              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
14119      Branch: perl
14120            ! ext/File/Glob/Glob.pm
14121 ____________________________________________________________________________
14122 [ 24096] By: steveh                                on 2005/03/29  15:18:30
14123         Log: Clean-up some warnings when compiling on Win32 with VC++
14124      Branch: perl
14125            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
14126 ____________________________________________________________________________
14127 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
14128         Log: Downconst external APIs
14129      Branch: perl
14130            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
14131            ! sv.c util.c
14132 ____________________________________________________________________________
14133 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
14134         Log: The core part of :
14135              Subject: [PATCH] Consting seven
14136              From: Andy Lester <andy@petdance.com>
14137              Date: Sun, 27 Mar 2005 15:57:22 -0600
14138              Message-ID: <20050327215722.GC20451@petdance.com>
14139      Branch: perl
14140            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
14141            ! regexec.c util.c
14142 ____________________________________________________________________________
14143 [ 24093] By: steveh                                on 2005/03/29  08:48:50
14144         Log: Fix Win32 compilation nit following change #24074
14145      Branch: perl
14146            ! util.c
14147 ____________________________________________________________________________
14148 [ 24092] By: steveh                                on 2005/03/29  08:22:45
14149         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
14150              
14151              This is the patch from the end of the thread that started here:
14152              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
14153      Branch: perl
14154            ! doio.c iperlsys.h pp_sys.c
14155 ____________________________________________________________________________
14156 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
14157         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
14158      Branch: perl
14159            ! ext/Devel/Peek/t/Peek.t
14160 ____________________________________________________________________________
14161 [ 24090] By: merijn                                on 2005/03/29  07:01:11
14162         Log: Make the spelling of whitespace (vs white-space and white space)
14163              more consistent
14164              From: Offer Kaye <offer.kaye@gmail.com>
14165              Date: Thu, 17 Mar 2005 14:47:36 -0500
14166              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
14167      Branch: perl
14168            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
14169            ! pod/perlre.pod pod/perlxstut.pod
14170 ____________________________________________________________________________
14171 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
14172         Log: Don't #ifdef out a return statement
14173      Branch: perl
14174            ! pad.c
14175 ____________________________________________________________________________
14176 [ 24088] By: davem                                 on 2005/03/28  21:38:44
14177         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
14178      Branch: perl
14179            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
14180            ! sv.c sv.h
14181 ____________________________________________________________________________
14182 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
14183         Log: Raw work on perl592delta.
14184      Branch: perl
14185            ! pod/perl592delta.pod
14186 ____________________________________________________________________________
14187 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
14188         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
14189              From: hv@crypt.org
14190              Date: Thu, 24 Mar 2005 19:51:08 +0000
14191              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
14192      Branch: perl
14193            ! regexec.c t/op/re_tests
14194 ____________________________________________________________________________
14195 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
14196         Log: Fix -C option of mktables (for VMS)
14197              
14198              Subject: Re: [PATCH] Consting five
14199              From: demerphq <demerphq@gmail.com>
14200              Date: Sat, 26 Mar 2005 21:45:09 +0100
14201              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
14202      Branch: perl
14203            ! lib/unicore/mktables
14204 ____________________________________________________________________________
14205 [ 24084] By: davem                                 on 2005/03/26  21:25:47
14206         Log: UTF-8 string substitution corrupts memory
14207              The implicit call of 'require utf8' triggered by code like
14208              "\x{100}" =~ /[[:print:]]/
14209              wasn't saving state correctly first.
14210      Branch: perl
14211            ! utf8.c
14212 ____________________________________________________________________________
14213 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
14214         Log: Remove an XXX note from the public doc.
14215              Hide it in the comments, instead
14216      Branch: perl
14217            ! pod/perlapi.pod sv.c
14218 ____________________________________________________________________________
14219 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
14220         Log: Need to return something when the compiler doesn't know that a
14221              function is "noreturn".
14222      Branch: perl
14223            ! mg.c op.c scope.c
14224 ____________________________________________________________________________
14225 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
14226         Log: Subject: [PATCH] Consting five
14227              Date: Fri, 25 Mar 2005 17:14:09 -0600
14228              From: Andy Lester <andy@petdance.com>
14229              Message-ID: <20050325231409.GB17660@petdance.com>
14230              
14231              [with modification - the extra argument to incpush was supposed to
14232              be being used]
14233      Branch: perl
14234            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
14235            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
14236            ! proto.h regcomp.c thrdvar.h toke.c
14237 ____________________________________________________________________________
14238 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
14239         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
14240              From: Gurusamy Sarathy <gsar@ActiveState.com>
14241              Date: Fri, 25 Mar 2005 10:31:09 -0800
14242              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
14243      Branch: perl
14244            ! op.c
14245 ____________________________________________________________________________
14246 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
14247         Log: Subject: [PATCH] Consting part 4
14248              From: Andy Lester <andy@petdance.com>
14249              Date: Fri, 25 Mar 2005 14:43:31 -0600
14250              Message-ID: <20050325204331.GA16388@petdance.com>
14251      Branch: perl
14252            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
14253            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
14254 ____________________________________________________________________________
14255 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
14256         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
14257              clean this variant up as well.
14258      Branch: perl
14259            ! lib/Memoize/t/tie_ndbm.t
14260 ____________________________________________________________________________
14261 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
14262         Log: Remove the const qualifier from argv and env variables
14263      Branch: perl
14264            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
14265 ____________________________________________________________________________
14266 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
14267         Log: Subject: [PATCH] const fix-up for vms/vms.c
14268              From: "Craig A. Berry" <craigberry@mac.com>
14269              Date: Fri, 25 Mar 2005 09:00:06 -0600
14270              Message-ID: <42442776.8030603@mac.com>
14271      Branch: perl
14272            ! vms/vms.c vms/vmsish.h
14273 ____________________________________________________________________________
14274 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
14275         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
14276              From: Steve Peters <steve@fisharerojo.org>
14277              Date: Tue, 22 Mar 2005 17:15:23 -0600
14278              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
14279      Branch: perl
14280            ! hints/linux.sh
14281 ____________________________________________________________________________
14282 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
14283         Log: Subject: [PATCH] Third consting batch
14284              From: Andy Lester <andy@petdance.com>
14285              Date: Tue, 22 Mar 2005 00:35:55 -0600
14286              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
14287      Branch: perl
14288            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
14289            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
14290            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
14291            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
14292            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
14293            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
14294 ____________________________________________________________________________
14295 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
14296         Log: Mention (un)?pack byte-order modifiers in perldelta
14297      Branch: perl
14298            ! pod/perl592delta.pod
14299 ____________________________________________________________________________
14300 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
14301         Log: Some updates in the new perldelta.
14302      Branch: perl
14303            ! pod/perl592delta.pod
14304 ____________________________________________________________________________
14305 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
14306         Log: Remove IPC::Run for 5.9.2
14307      Branch: perl
14308            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
14309            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
14310            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
14311            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
14312            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
14313            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
14314            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
14315            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
14316            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
14317            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
14318            ! MANIFEST
14319 ____________________________________________________________________________
14320 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
14321         Log: Forbid the -C option on the command-line
14322              as suggested by Merijn (see [perl #34087])
14323      Branch: perl
14324            ! pod/perldiag.pod toke.c
14325 ____________________________________________________________________________
14326 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
14327         Log: Upgrade to PathTools 3.05
14328      Branch: perl
14329            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
14330 ____________________________________________________________________________
14331 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
14332         Log: Upgrade to File::Temp 0.16
14333      Branch: perl
14334            ! lib/File/Temp.pm lib/File/Temp/t/object.t
14335            ! lib/File/Temp/t/tempfile.t
14336 ____________________________________________________________________________
14337 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
14338         Log: Revert change #24055, which was producing a segfault in installman
14339              when it was trying to install perltoc.
14340      Branch: perl
14341            ! regexec.c t/op/re_tests
14342 ____________________________________________________________________________
14343 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
14344         Log: Fix unresolved POD link
14345      Branch: perl
14346            ! pod/perlfunc.pod
14347 ____________________________________________________________________________
14348 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
14349         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
14350              and other neatification
14351      Branch: perl
14352            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
14353 ____________________________________________________________________________
14354 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
14355         Log: Subject: [PATCH] simple optimization for SelectSaver
14356              From: Alexey Tourbin <at@altlinux.ru>
14357              Date: Fri, 18 Mar 2005 21:05:51 +0300
14358              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
14359      Branch: perl
14360            ! lib/SelectSaver.pm
14361 ____________________________________________________________________________
14362 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
14363         Log: minitest fix
14364      Branch: perl
14365            ! t/run/fresh_perl.t
14366 ____________________________________________________________________________
14367 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
14368         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
14369              optimization, and debug flags for "use re".
14370      Branch: perl
14371            ! pod/perl592delta.pod
14372 ____________________________________________________________________________
14373 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
14374         Log: Casts needed to make VMS happy. (It gets very upset at assignments
14375              between char * and unsigned char *)
14376      Branch: perl
14377            ! pp_pack.c
14378 ____________________________________________________________________________
14379 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
14380         Log: Subject: Re: unpack A strip patch
14381              From: Ton Hospel <perl5-porters@ton.iguana.be>
14382              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
14383              Message-Id: <d1nefp$lpe$1@post.home.lunix>
14384      Branch: perl
14385            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
14386 ____________________________________________________________________________
14387 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
14388         Log: Subject: Re: regexp trie fails compile on VMS
14389              From: demerphq <demerphq@gmail.com>
14390              Date: Mon, 21 Mar 2005 22:29:09 +0100
14391              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
14392      Branch: perl
14393            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
14394 ____________________________________________________________________________
14395 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
14396         Log: Break up long lines in -V output for compile-time options
14397              
14398              Subject: Re: sitecustomize.pl [PATCH]
14399              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
14400              Date: Tue, 8 Mar 2005 17:46:04 -0800
14401              Message-ID: <20050309014604.GA5876[at]efn.org>
14402      Branch: perl
14403            ! perl.c
14404 ____________________________________________________________________________
14405 [ 24057] By: steveh                                on 2005/03/21  17:08:26
14406         Log: Oops - forgot to update MANIFEST for change 24056.
14407      Branch: perl
14408            ! MANIFEST
14409 ____________________________________________________________________________
14410 [ 24056] By: steveh                                on 2005/03/21  17:06:45
14411         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
14412              From: demerphq <demerphq@gmail.com>
14413              Date: Tue, 8 Mar 2005 02:24:10 +0100
14414              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
14415              
14416              Change 24004 stopped mktables from needlessly re-running when using
14417              dmake on Win32, but it can still happen when using nmake because it
14418              doesn't support the .UPDATEALL attribute that was used to fix dmake.
14419              e.g. Build perl, touch a core header file, then rebuild -- mktables
14420              re-runs when it didn't need to, and 7 times over at that!  This change
14421              alleviates the pain by making mktables exit quickly in such cases.
14422      Branch: perl
14423            + lib/unicore/mktables.lst
14424            ! lib/unicore/mktables
14425 ____________________________________________________________________________
14426 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
14427         Log: Resubmit change #24053.
14428      Branch: perl
14429            ! regexec.c t/op/re_tests
14430 ____________________________________________________________________________
14431 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
14432         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
14433              From: Alexey Tourbin <at@altlinux.ru>
14434              Date: Sat, 19 Mar 2005 16:37:12 +0300
14435              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
14436              
14437              and
14438              
14439              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
14440      Branch: perl
14441            ! t/lib/h2ph.h utils/h2ph.PL
14442 ____________________________________________________________________________
14443 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
14444         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
14445              From: hv@crypt.org
14446              Date: Mon, 21 Feb 2005 17:59:49 +0000
14447              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
14448      Branch: perl
14449            ! regexec.c t/op/re_tests
14450 ____________________________________________________________________________
14451 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
14452         Log: Subject: pack / for general types
14453              From: perl5-porters@ton.iguana.be (Ton Hospel)
14454              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
14455              Message-Id: <d1i7ed$62c$1@post.home.lunix>
14456              
14457              Allow "len/format" to work for any format type, not just strings.
14458      Branch: perl
14459            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
14460 ____________________________________________________________________________
14461 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
14462         Log: perldelta suggestions on (un)?pack by Ton Hospel
14463      Branch: perl
14464            ! pod/perl592delta.pod
14465 ____________________________________________________________________________
14466 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
14467         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
14468              From: Alexey Tourbin <at@altlinux.ru>
14469              Date: Sat, 19 Mar 2005 06:10:45 +0300
14470              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
14471      Branch: perl
14472            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
14473            ! MANIFEST
14474 ____________________________________________________________________________
14475 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
14476         Log: Subject: [PATCH] More consting goodness
14477              From: Andy Lester <andy@petdance.com>
14478              Date: Sat, 19 Mar 2005 01:28:30 -0600
14479              Message-ID: <20050319072830.GA7721@petdance.com>
14480      Branch: perl
14481            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
14482            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
14483            ! sv.c toke.c
14484 ____________________________________________________________________________
14485 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
14486         Log: Upgrade to Math::BigInt 1.75, by Tels
14487      Branch: perl
14488            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14489            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14490            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14491            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
14492            ! lib/Math/BigInt/t/sub_mbi.t
14493 ____________________________________________________________________________
14494 [ 24047] By: merijn                                on 2005/03/20  10:50:11
14495         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
14496              From: Alexey Tourbin <at@altlinux.ru>
14497              Date: Sat, 19 Mar 2005 03:40:13 +0300
14498              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
14499      Branch: perl
14500            ! pod/perlrun.pod
14501 ____________________________________________________________________________
14502 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
14503         Log: Remove an useless line, spotted by Andy Lester
14504      Branch: perl
14505            ! toke.c
14506 ____________________________________________________________________________
14507 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
14508         Log: Remove trie optimisation from the todo list
14509      Branch: perl
14510            ! pod/perltodo.pod
14511 ____________________________________________________________________________
14512 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
14513         Log: Subject: Re: Reworked Trie Patch
14514              From: demerphq <demerphq@gmail.com>
14515              Date: Mon, 14 Mar 2005 08:55:39 +0100
14516              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
14517              
14518              Subject: Re: Reworked Trie Patch
14519              From: demerphq <demerphq@gmail.com>
14520              Date: Wed, 16 Mar 2005 19:48:18 +0100
14521              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
14522              
14523              Plus minor nits in the documentation of re.pm,
14524              a version bump, and addition of an OPTIMIZE alias
14525      Branch: perl
14526            + t/op/regexp_notrie.t t/op/regexp_trielist.t
14527            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
14528            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14529            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
14530 ____________________________________________________________________________
14531 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
14532         Log: Subject: Re: sitecustomize.pl [PATCH]
14533              From: Gisle Aas <gisle@ActiveState.com>
14534              Date: 18 Mar 2005 04:06:40 -0800
14535              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
14536              
14537              Adds a new command-line switch, -f, and a new optional
14538              compile-time setting -DUSE_SITECUSTOMIZE
14539      Branch: perl
14540            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
14541 ____________________________________________________________________________
14542 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
14543         Log: Subject: [PATCH] More const parms
14544              From: Andy Lester <andy@petdance.com>
14545              Date: Mon, 14 Mar 2005 13:59:54 -0600
14546              Message-ID: <20050314195954.GB7141@petdance.com>
14547      Branch: perl
14548            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
14549            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
14550            ! toke.c utf8.c
14551 ____________________________________________________________________________
14552 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
14553         Log: Don't use vars in DynaLoader
14554              Remove left-over maintenance code
14555      Branch: perl
14556            ! ext/DynaLoader/DynaLoader_pm.PL
14557 ____________________________________________________________________________
14558 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
14559         Log: Subject: [PATCH] $B::Disassembler::VERSION
14560              From: Alexey Tourbin <at@altlinux.ru>
14561              Date: Thu, 17 Mar 2005 19:02:38 +0300
14562              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
14563      Branch: perl
14564            ! ext/B/B/Disassembler.pm
14565 ____________________________________________________________________________
14566 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
14567         Log: Upgrade to CGI 3.07.
14568              Add CGI's changelog
14569      Branch: perl
14570            + lib/CGI/Changes
14571            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
14572 ____________________________________________________________________________
14573 [ 24038] By: merijn                                on 2005/03/14  15:55:44
14574         Log: Subject: pp_pack.c, simplifying genpacksizetables
14575              From: perl5-porters@ton.iguana.be (Ton Hospel)
14576              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
14577              Message-Id: <d11kvt$1k7$1@post.home.lunix>
14578      Branch: perl
14579            ! genpacksizetables.pl pp_pack.c
14580 ____________________________________________________________________________
14581 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
14582         Log: Subject: [PATCH] Adding const qualifiers
14583              From: Andy Lester <andy@petdance.com>
14584              Date: Sun, 13 Mar 2005 14:20:05 -0600
14585              Message-ID: <20050313202005.GA23535@petdance.com>
14586      Branch: perl
14587            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
14588            ! proto.h scope.c utf8.c
14589 ____________________________________________________________________________
14590 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
14591         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
14592              From: David Nicol <davidnicol@gmail.com>
14593              Date: Tue, 8 Mar 2005 18:23:11 -0600
14594              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
14595      Branch: perl
14596            ! pod/perlfunc.pod
14597 ____________________________________________________________________________
14598 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
14599         Log: Document pack changes in perldelta
14600      Branch: perl
14601            ! pod/perl592delta.pod
14602 ____________________________________________________________________________
14603 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
14604         Log: Upgrade to Pod::Parser 1.30
14605      Branch: perl
14606            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
14607            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
14608            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
14609            ! t/pod/poderrs.xr
14610 ____________________________________________________________________________
14611 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
14612         Log: Doc patches to clarify the stringification rules of {} and =>
14613              by Jarkko (bug #34419)
14614      Branch: perl
14615            ! pod/perldata.pod pod/perlop.pod
14616 ____________________________________________________________________________
14617 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
14618         Log: gcc warning patch by Andy Lester
14619      Branch: perl
14620            ! perl.h
14621 ____________________________________________________________________________
14622 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
14623         Log: Subject: Re: Encoding neutral unpack
14624              From: perl5-porters@ton.iguana.be (Ton Hospel)
14625              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
14626              Message-ID: <d0vdt5$81a$1@post.home.lunix>
14627              
14628              A new test.
14629      Branch: perl
14630            ! t/op/pack.t
14631 ____________________________________________________________________________
14632 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
14633         Log: Indentation patch by Ton Hospel for pp_pack
14634      Branch: perl
14635            ! pp_pack.c
14636 ____________________________________________________________________________
14637 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
14638         Log: Change my email, put real name of Pixel
14639      Branch: perl
14640            ! AUTHORS
14641 ____________________________________________________________________________
14642 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
14643         Log: Upgrade to DB_File 1.811, by Paul Marquess
14644      Branch: perl
14645            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14646            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
14647            ! ext/DB_File/typemap
14648 ____________________________________________________________________________
14649 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
14650         Log: Add standard core test headers to the Class::ISA new tests
14651      Branch: perl
14652            ! lib/Class/ISA/t/00_about_verbose.t
14653            ! lib/Class/ISA/t/01_old_junk.t
14654 ____________________________________________________________________________
14655 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
14656         Log: Upgrade to Class::ISA 0.33
14657      Branch: perl
14658            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
14659            + lib/Class/ISA/t/01_old_junk.t
14660            - lib/Class/ISA/test.pl
14661            ! MANIFEST lib/Class/ISA.pm
14662 ____________________________________________________________________________
14663 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
14664         Log: Update Changes
14665      Branch: perl
14666            ! Changes
14667 ____________________________________________________________________________
14668 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
14669         Log: FAQ sync
14670      Branch: perl
14671            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14672            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14673            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14674            ! pod/perlfaq9.pod
14675 ____________________________________________________________________________
14676 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
14677         Log: Subject: [PATCH] pad_push numero three-o
14678              From: Andy Lester <andy@petdance.com>
14679              Date: Thu, 10 Mar 2005 15:17:28 -0600
14680              Message-ID: <20050310211728.GC32386@petdance.com>
14681      Branch: perl
14682            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
14683            ! proto.h
14684 ____________________________________________________________________________
14685 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
14686         Log: Make the return value of close() depend not only on the success of the
14687              close itself, but also on whether the output stream had a previous
14688              error. From Jim Meyering <jim@meyering.net>, via Debian.
14689      Branch: perl
14690            ! doio.c
14691 ____________________________________________________________________________
14692 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
14693         Log: 8 is not an octal digit. (from Debian)
14694      Branch: perl
14695            ! pod/perlreref.pod
14696 ____________________________________________________________________________
14697 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
14698         Log: Fix a2p manpage (from Debian)
14699      Branch: perl
14700            ! x2p/a2p.pod
14701 ____________________________________________________________________________
14702 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
14703         Log: Remove a spurious undefined warning when using getopts.pl with -w.
14704              (from Debian)
14705      Branch: perl
14706            ! lib/getopts.pl
14707 ____________________________________________________________________________
14708 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
14709         Log: Doc patch for Devel::DProf (from Debian)
14710      Branch: perl
14711            ! ext/Devel/DProf/DProf.pm
14712 ____________________________________________________________________________
14713 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
14714         Log: Add support for Debian GNU/k*BSD
14715      Branch: perl
14716            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
14717 ____________________________________________________________________________
14718 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
14719         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
14720      Branch: perl
14721            ! hints/gnu.sh
14722 ____________________________________________________________________________
14723 [ 24015] By: steveh                                on 2005/03/10  15:18:20
14724         Log: Subject: Minor AUTHORS patch
14725              From: "Mike Giroux" <rmgiroux@hotmail.com>
14726              Date: Thu, 10 Mar 2005 08:39:04 -0500
14727              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
14728      Branch: perl
14729            ! AUTHORS
14730 ____________________________________________________________________________
14731 [ 24014] By: steveh                                on 2005/03/10  11:25:36
14732         Log: More Win32 dmake fixes
14733
14734              Use $B macro as per change 23991 in more places, and fix some syntax
14735              errors in the subst's (missing trailing ",")
14736
14737              Tested with GCC and MSVC. I don't have BCC available, so those parts
14738              are untested.
14739      Branch: perl
14740            ! win32/makefile.mk
14741 ____________________________________________________________________________
14742 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
14743         Log: Upgrade to CGI.pm 3.06
14744      Branch: perl
14745            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
14746            ! lib/CGI/t/form.t lib/CGI/t/html.t
14747 ____________________________________________________________________________
14748 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
14749         Log: Further pack optimisations by Ton Hospel
14750      Branch: perl
14751            ! pp_pack.c
14752 ____________________________________________________________________________
14753 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
14754         Log: Fix memory corruption when growing pack utf8 buffer
14755      Branch: perl
14756            ! pp_pack.c
14757 ____________________________________________________________________________
14758 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
14759         Log: Subject: Encoding neutral unpack
14760              From: perl5-porters@ton.iguana.be (Ton Hospel)
14761              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
14762              Message-Id: <d0fi6i$k06$1@post.home.lunix>
14763      Branch: perl
14764            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
14765            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
14766            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
14767            ! t/op/utftaint.t
14768 ____________________________________________________________________________
14769 [ 24009] By: merijn                                on 2005/03/08  15:25:57
14770         Log: Subject: Minor AUTHORS patch
14771              From: Andy Lester <andy@petdance.com>
14772              Date: Tue, 8 Mar 2005 09:44:45 -0600
14773              Message-ID: <20050308154445.GB3213@petdance.com>
14774      Branch: perl
14775            ! AUTHORS
14776 ____________________________________________________________________________
14777 [ 24008] By: merijn                                on 2005/03/08  14:45:17
14778         Log: Some updates to current status
14779      Branch: perl
14780            ! README.hpux
14781 ____________________________________________________________________________
14782 [ 24007] By: steveh                                on 2005/03/07  11:02:12
14783         Log: Include regcomp.h in Win32 makefiles
14784
14785              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
14786              From: demerphq <demerphq@gmail.com>
14787              Date: Sun, 6 Mar 2005 09:16:12 +0100
14788              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
14789      Branch: perl
14790            ! win32/Makefile win32/makefile.mk
14791 ____________________________________________________________________________
14792 [ 24006] By: steveh                                on 2005/03/04  17:19:46
14793         Log: A better fix than change 24005 was ;)
14794
14795              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
14796              no-op.  This was being used in the Win95 case, but works fine on WinNT
14797              too, and is actually what ExtUtils-MakeMaker uses.
14798
14799              Also change the nmake Makefile.
14800      Branch: perl
14801            ! win32/Makefile win32/makefile.mk
14802 ____________________________________________________________________________
14803 [ 24005] By: steveh                                on 2005/03/04  17:11:56
14804         Log: Suppress "ECHO is on." messages when using dmake on Win32
14805
14806              (The shell's "echo" command displays the current echo setting when
14807              called with no arguments.  Use "echo." to display nothing.)
14808      Branch: perl
14809            ! win32/makefile.mk
14810 ____________________________________________________________________________
14811 [ 24004] By: steveh                                on 2005/03/04  17:01:24
14812         Log: Stop mktables from needlessly re-running when using dmake on Win32
14813      Branch: perl
14814            ! win32/makefile.mk
14815 ____________________________________________________________________________
14816 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
14817         Log: Update -v copyright notice
14818      Branch: perl
14819            ! perl.c
14820 ____________________________________________________________________________
14821 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
14822         Log: Add a regression test for bug #32193, and make the
14823              fix a bit more robust
14824      Branch: perl
14825            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
14826 ____________________________________________________________________________
14827 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
14828         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
14829              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
14830              Date: 28 Oct 2004 12:16:37 -0000
14831              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
14832      Branch: perl
14833            ! lib/Tie/RefHash.pm
14834 ____________________________________________________________________________
14835 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
14836         Log: do "filename" is not really used with perl subroutine librairies
14837              anymore.
14838      Branch: perl
14839            ! pod/perlfunc.pod
14840 ____________________________________________________________________________
14841 [ 23999] By: merijn                                on 2005/02/27  11:28:27
14842         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
14843              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
14844              If there was no TOP format the lines left on page was set
14845              to fixed number, now set to the current page length of the
14846              IO channel used. More debugging for yet another bug needed.
14847      Branch: perl
14848            ! pp_sys.c
14849 ____________________________________________________________________________
14850 [ 23998] By: davem                                 on 2005/02/26  11:32:59
14851         Log: ithreads: cond_signal() on a non-shared object coredumped
14852      Branch: perl
14853            ! ext/threads/shared/shared.xs
14854 ____________________________________________________________________________
14855 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
14856         Log: SvUTF8 can be present on scalars other than PVs
14857              (specifically references with overloaded stringification)
14858      Branch: perl
14859            ! dump.c
14860 ____________________________________________________________________________
14861 [ 23996] By: davem                                 on 2005/02/26  00:47:03
14862         Log: Fix leaks in List::Util::reduce,first
14863              When the block is a closure, the cloned CV created on each call
14864              was never freed
14865      Branch: perl
14866            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
14867 ____________________________________________________________________________
14868 [ 23995] By: steveh                                on 2005/02/24  15:52:01
14869         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
14870              From: demerphq <demerphq@gmail.com>
14871              Date: Wed, 23 Feb 2005 17:49:50 +0100
14872              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
14873      Branch: perl
14874            ! pod/perlhack.pod
14875 ____________________________________________________________________________
14876 [ 23994] By: merijn                                on 2005/02/24  10:12:26
14877         Log: Subject: [PATCH] dprofpp help
14878              From: Andy Lester <andy@petdance.com>
14879              Date: Thu, 24 Feb 2005 00:10:42 -0600
14880              Message-ID: <20050224061042.GA20259@petdance.com>
14881      Branch: perl
14882            ! utils/dprofpp.PL
14883 ____________________________________________________________________________
14884 [ 23993] By: steveh                                on 2005/02/23  13:36:59
14885         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
14886              From: demerphq <demerphq@gmail.com>
14887              Date: Sat, 19 Feb 2005 11:10:00 +0100
14888              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
14889      Branch: perl
14890            ! t/harness
14891 ____________________________________________________________________________
14892 [ 23992] By: steveh                                on 2005/02/23  12:28:55
14893         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
14894              From: demerphq <demerphq@gmail.com>
14895              Date: Sat, 19 Feb 2005 11:00:08 +0100
14896              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
14897      Branch: perl
14898            ! win32/Makefile win32/makefile.mk
14899 ____________________________________________________________________________
14900 [ 23991] By: steveh                                on 2005/02/23  09:17:55
14901         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
14902      Branch: perl
14903            ! win32/makefile.mk
14904 ____________________________________________________________________________
14905 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
14906         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
14907      Branch: perl
14908            ! MANIFEST
14909 ____________________________________________________________________________
14910 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
14911         Log: Subject: IPC::Run test failures with utf8
14912              From: Nicholas Clark <nick@ccl4.org>
14913              Date: Sat, 19 Feb 2005 00:27:57 +0000
14914              Message-ID: <20050219002757.GO13998@plum.flirble.org>
14915      Branch: perl
14916            ! lib/IPC/Run/t/run.t
14917 ____________________________________________________________________________
14918 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
14919         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
14920              From: "Craig A. Berry" <craigberry@mac.com>
14921              Date: Fri, 18 Feb 2005 09:42:52 -0600
14922              Message-ID: <42160CFC.3080304@mac.com>
14923      Branch: perl
14924            ! pp_pack.c
14925 ____________________________________________________________________________
14926 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
14927         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
14928              From: demerphq <demerphq@gmail.com>
14929              Date: Sat, 19 Feb 2005 11:04:00 +0100
14930              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
14931      Branch: perl
14932            ! t/japh/abigail.t
14933 ____________________________________________________________________________
14934 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
14935         Log: Subject: Patch for Perlbug #4253
14936              From: Nikolai Eipel <eipel@web.de>
14937              Date: Sat, 29 Jan 2005 16:52:53 +0100
14938              Message-Id: <200501291652.53841.eipel@web.de>
14939
14940              (-T and -B invalidate _ filehandle when no read permission on file)
14941              plus a regression test
14942      Branch: perl
14943            ! pp_sys.c t/op/stat.t
14944 ____________________________________________________________________________
14945 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
14946         Log: Install and build corelist on VMS, too
14947      Branch: perl
14948            ! vms/descrip_mms.template
14949 ____________________________________________________________________________
14950 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
14951         Log: Add corelist to the win32 makefiles
14952              (noticed by demerphq)
14953      Branch: perl
14954            ! win32/Makefile win32/makefile.mk
14955 ____________________________________________________________________________
14956 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
14957         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
14958              From: Stephen McCamant <smcc@MIT.EDU>
14959              Date: Tue, 28 Dec 2004 10:13:50 -0800
14960              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
14961      Branch: perl
14962            ! ext/B/B.xs op.h
14963 ____________________________________________________________________________
14964 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
14965         Log: Subject: Re: Integration of PathTools 3.04
14966              From: demerphq <demerphq@gmail.com>
14967              Date: Fri, 18 Feb 2005 16:31:50 +0100
14968              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
14969      Branch: perl
14970            ! lib/Cwd.pm
14971 ____________________________________________________________________________
14972 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
14973         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
14974              From: Gisle Aas <gisle@ActiveState.com>
14975              Date: 03 Feb 2005 03:16:46 -0800
14976              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
14977      Branch: perl
14978            ! ext/IO/lib/IO/Socket/INET.pm
14979 ____________________________________________________________________________
14980 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
14981         Log: Integrate encoding::warnings from Autrijus Tang.
14982      Branch: perl
14983            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
14984            + lib/encoding/warnings/t/2-fatal.t
14985            + lib/encoding/warnings/t/3-normal.t
14986            ! MANIFEST
14987 ____________________________________________________________________________
14988 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
14989         Log: Subject: [PATCH] find2perl, new options
14990              From: slaven@rezic.de
14991              Date: Thu, 17 Feb 2005 22:30:13 +0100
14992              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
14993      Branch: perl
14994            ! x2p/find2perl.PL
14995 ____________________________________________________________________________
14996 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
14997         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
14998      Branch: perl
14999            ! x2p/Makefile.SH
15000 ____________________________________________________________________________
15001 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
15002         Log: Upgrade to PathTools 3.04
15003              (plus tweaks to Cwd and cwd.t to run when building perl)
15004      Branch: perl
15005            + ext/Cwd/ppport.h
15006            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
15007            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
15008            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
15009            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15010            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15011            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15012            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
15013            ! lib/File/Spec/t/rel2abs2rel.t
15014 ____________________________________________________________________________
15015 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
15016         Log: Upgrade to Pod::LaTeX 0.58
15017      Branch: perl
15018            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
15019 ____________________________________________________________________________
15020 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
15021         Log: Upgrade to Time::HiRes 1.66
15022      Branch: perl
15023            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15024            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
15025 ____________________________________________________________________________
15026 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
15027         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
15028              From: "Steve Peters via RT" <perlbug-followup@perl.org>
15029              Date: 1 Feb 2005 16:24:11 -0000
15030              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
15031      Branch: perl
15032            ! ext/IO/lib/IO/File.pm
15033 ____________________________________________________________________________
15034 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
15035         Log: Subject: Re: [PATCH] Re: perl winpid?
15036              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15037              Date: Tue, 15 Feb 2005 20:45:13 -0800
15038              Message-ID: <20050216044512.GA2516@efn.org>
15039      Branch: perl
15040            ! ext/B/t/stash.t
15041 ____________________________________________________________________________
15042 [ 23972] By: steveh                                on 2005/02/15  14:47:47
15043         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
15044      Branch: perl
15045            ! Porting/Maintainers.pl README.win32
15046 ____________________________________________________________________________
15047 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
15048         Log: Fix documentation bug in using Socket's import tags :
15049
15050              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
15051              From: David Dyck (via RT) <perlbug-followup@perl.org>
15052              Date: 15 Feb 2005 07:35:45 -0000
15053              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
15054      Branch: perl
15055            ! pod/perlfunc.pod
15056 ____________________________________________________________________________
15057 [ 23970] By: steveh                                on 2005/02/15  13:20:40
15058         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
15059
15060              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
15061              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
15062              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
15063              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
15064      Branch: perl
15065            ! win32/Makefile win32/makefile.mk
15066 ____________________________________________________________________________
15067 [ 23969] By: steveh                                on 2005/02/15  11:40:03
15068         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
15069      Branch: perl
15070            ! win32/makefile.mk
15071 ____________________________________________________________________________
15072 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
15073         Log: Use strl* functions in doio.c when available
15074              Based on :
15075              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
15076              From: Steve Peters <steve@fisharerojo.org>
15077              Date: Wed, 1 Dec 2004 19:42:14 -0600
15078              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
15079      Branch: perl
15080            ! doio.c
15081 ____________________________________________________________________________
15082 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
15083         Log: Subject: [PATCH] Additional tests for t/op/not.t
15084              From: Steve Peters <steve@fisharerojo.org>
15085              Date: Mon, 14 Feb 2005 19:54:17 -0600
15086              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
15087      Branch: perl
15088            ! t/op/not.t
15089 ____________________________________________________________________________
15090 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
15091         Log: Subject: Re: encoding neutral unpack
15092              From: perl5-porters@ton.iguana.be (Ton Hospel)
15093              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
15094              Message-ID: <cu17rk$k78$1@post.home.lunix>
15095
15096              tweaked to remove the 'not supported on this platform'
15097              error messages
15098      Branch: perl
15099            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
15100 ____________________________________________________________________________
15101 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
15102         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
15103      Branch: perl
15104            ! toke.c
15105 ____________________________________________________________________________
15106 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
15107         Log: Require version 0.05 of Devel::Tokenizer::C.
15108      Branch: perl
15109            ! perl_keyword.pl
15110 ____________________________________________________________________________
15111 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
15112         Log: Mac OS Classic vs Mac OS X clarications
15113              by Sherm Pendley
15114      Branch: perl
15115            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
15116            ! pod/perlrun.pod
15117 ____________________________________________________________________________
15118 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
15119         Log: README.cygwin additions by Reini Urban
15120      Branch: perl
15121            ! README.cygwin
15122 ____________________________________________________________________________
15123 [ 23961] By: merijn                                on 2005/02/11  09:32:50
15124         Log: Subject: Re: [PATCH] Re: perl winpid?
15125              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15126              Date: Thu, 10 Feb 2005 20:04:35 -0800
15127              Message-ID: <20050211040434.GA3824@efn.org>
15128      Branch: perl
15129            + t/lib/cygwin.t
15130            ! MANIFEST README.cygwin cygwin/cygwin.c
15131 ____________________________________________________________________________
15132 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
15133         Log: not() || 1 produces segmentation fault
15134
15135              Fixed by making not() behave like not(0). This is also the
15136              way not() behaved before it started segfaulting in 5.6.0.
15137      Branch: perl
15138            + t/op/not.t
15139            ! MANIFEST perly.act perly.h perly.tab perly.y
15140 ____________________________________________________________________________
15141 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
15142         Log: regen_perly.pl runs fine with bison 2.0.
15143      Branch: perl
15144            ! regen_perly.pl
15145 ____________________________________________________________________________
15146 [ 23958] By: merijn                                on 2005/02/10  15:56:04
15147         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
15148              ccversion is important enough to jump through some hoops to get it
15149      Branch: perl
15150            ! hints/hpux.sh
15151 ____________________________________________________________________________
15152 [ 23957] By: merijn                                on 2005/02/10  14:19:51
15153         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
15154              translation *before* the chdir (), so it now DTRT
15155      Branch: perl
15156            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
15157            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
15158            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
15159            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
15160            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
15161            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
15162            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
15163 ____________________________________________________________________________
15164 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
15165         Log: Upgrade to Time::Local 1.11
15166      Branch: perl
15167            ! lib/Time/Local.pm lib/Time/Local.t
15168 ____________________________________________________________________________
15169 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
15170         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
15171              From: Tels <nospam-abuse@bloodgate.com>
15172              Date: Wed, 9 Feb 2005 21:44:22 +0100
15173              Message-Id: <200502092144.24051@bloodgate.com>
15174      Branch: perl
15175            ! lib/Math/BigInt/Calc.pm
15176 ____________________________________________________________________________
15177 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
15178         Log: Add IPC::Run 0.80.
15179
15180              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
15181              From: "Jos I. Boumans" <kane@xs4all.net>
15182              Date: Fri, 28 Jan 2005 18:32:44 +0100
15183              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
15184
15185              with PERL_CORE test premables hacked for better $^X portability
15186              (we hope.)
15187      Branch: perl
15188            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
15189            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
15190            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
15191            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
15192            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
15193            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
15194            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
15195            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
15196            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
15197            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
15198            ! MANIFEST
15199 ____________________________________________________________________________
15200 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
15201         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
15202              The rmtree() function in the perl File::Path module would remove
15203              directories in an insecure manner which could lead to the removal
15204              of arbitrary files and directories via a symlink attack.
15205      Branch: perl
15206            ! lib/File/Path.pm
15207 ____________________________________________________________________________
15208 [ 23952] By: merijn                                on 2005/02/08  16:30:43
15209         Log: IBM Released vac.C version 7, and changed the naming convention (again)
15210              Thanks to Campo for spotting, testing and the fix
15211      Branch: perl
15212            ! hints/aix.sh
15213 ____________________________________________________________________________
15214 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
15215         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
15216              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
15217              Date: 6 Feb 2005 22:03:20 -0000
15218              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
15219      Branch: perl
15220            ! pp_pack.c
15221 ____________________________________________________________________________
15222 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
15223         Log: Remove mention of sub-packages in the Symbol manpage.
15224      Branch: perl
15225            ! lib/Symbol.pm
15226 ____________________________________________________________________________
15227 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
15228         Log: Add Module::CoreList in the maintainers list
15229      Branch: perl
15230            ! Porting/Maintainers.pl
15231 ____________________________________________________________________________
15232 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
15233         Log: Fix typo in corelist
15234      Branch: perl
15235            ! lib/Module/CoreList/bin/corelist
15236 ____________________________________________________________________________
15237 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
15238         Log: Add Module::CoreList to bleadperl.
15239
15240              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
15241              From: "Jos I. Boumans" <kane@xs4all.net>
15242              Date: Fri, 28 Jan 2005 17:38:27 +0100
15243              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
15244      Branch: perl
15245            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15246            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
15247            ! MANIFEST installperl utils.lst utils/Makefile
15248 ____________________________________________________________________________
15249 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
15250         Log: Subject: [perl #34062] pack Z0 destroys the character before
15251              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
15252              Date: 5 Feb 2005 18:09:00 -0000
15253              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
15254              (plus a regression test)
15255      Branch: perl
15256            ! pp_pack.c t/op/pack.t
15257 ____________________________________________________________________________
15258 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
15259         Log: A small precision in the docs for overloaded regexp escapes
15260              (see bug #33906)
15261      Branch: perl
15262            ! pod/perlre.pod
15263 ____________________________________________________________________________
15264 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
15265         Log: Avoid evaluating a strlen twice due the new implementation
15266              of New() with PERL_MALLOC_WRAP
15267      Branch: perl
15268            ! util.c
15269 ____________________________________________________________________________
15270 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
15271         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
15272              itself on a previous run.
15273      Branch: perl
15274            ! lib/h2xs.t
15275 ____________________________________________________________________________
15276 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
15277         Log: With mallocwrap New() evaluates its arguments more than once, so they
15278              had better not have any side effects.
15279              :-(
15280      Branch: perl
15281            ! util.c
15282 ____________________________________________________________________________
15283 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
15284         Log: Let's (un)do the timewarp, again.
15285              Attempt to bodge round Makefile sometimes being older than Makefile.PL
15286              Pesky filesystems.
15287      Branch: perl
15288            ! lib/ExtUtils/t/Constant.t
15289 ____________________________________________________________________________
15290 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
15291         Log: Upgrade to Digest 1.10
15292      Branch: perl
15293            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
15294            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
15295 ____________________________________________________________________________
15296 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
15297         Log: Remove 2 unused variables from APItest.xs.
15298      Branch: perl
15299            ! ext/XS/APItest/APItest.xs
15300 ____________________________________________________________________________
15301 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
15302         Log: Upgrade to Devel::PPPort 3.06.
15303      Branch: perl
15304            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
15305            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
15306            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
15307            ! ext/Devel/PPPort/parts/inc/exception
15308            ! ext/Devel/PPPort/parts/inc/misc
15309 ____________________________________________________________________________
15310 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
15311         Log: Attempt to fix problems with new exception handling macros.
15312      Branch: perl
15313            + ext/XS/APItest/exception.c
15314            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
15315            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
15316            ! pod/perlguts.pod
15317 ____________________________________________________________________________
15318 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
15319         Log: Subject: Re: encoding neutral unpack
15320              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15321              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
15322              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
15323
15324              Counted length prefixes shouldn't change C0/U0 mode
15325              in pack/unpack (plus a regression test)
15326      Branch: perl
15327            ! pp_pack.c t/op/pack.t
15328 ____________________________________________________________________________
15329 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
15330         Log: Subject: Re: encoding neutral unpack
15331              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15332              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
15333              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
15334
15335              Make U0 and C0 scoped to () pack subtemplates.
15336              (plus a regression test)
15337      Branch: perl
15338            ! pp_pack.c t/op/pack.t
15339 ____________________________________________________________________________
15340 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
15341         Log: Subject: Re: encoding neutral unpack
15342              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15343              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
15344              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
15345
15346              Ensure that with the C format, unpack checksums
15347              don't get overflowed. (plus a regression test)
15348      Branch: perl
15349            ! pp_pack.c t/op/pack.t
15350 ____________________________________________________________________________
15351 [ 23921] By: davem                                 on 2005/02/02  18:25:00
15352         Log: fix POSIX::strtod error handling documentation
15353      Branch: perl
15354            ! ext/POSIX/POSIX.pod
15355 ____________________________________________________________________________
15356 [ 23920] By: merijn                                on 2005/02/02  13:12:17
15357         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
15358              From: Abigail <abigail@abigail.nl>
15359              Date: Tue, 1 Feb 2005 21:33:14 +0100
15360              Message-ID: <20050201203314.GC335@abigail.nl>
15361      Branch: perl
15362            ! pod/perlfunc.pod
15363 ____________________________________________________________________________
15364 [ 23919] By: merijn                                on 2005/02/02  12:49:46
15365         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
15366              between declarations
15367      Branch: perl
15368            ! ext/Devel/PPPort/PPPort.xs
15369 ____________________________________________________________________________
15370 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
15371         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
15372              hints files to add to MANIFEST. Sort MANIFEST
15373              while I'm in the area.
15374      Branch: perl
15375            ! MANIFEST
15376 ____________________________________________________________________________
15377 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
15378         Log: Subject: Re: [perl #34010] localtime docs
15379              From: Andy Lester <andy@petdance.com>
15380              Date: Mon, 31 Jan 2005 21:24:29 -0600
15381              Message-ID: <20050201032429.GA29354@petdance.com>
15382      Branch: perl
15383            ! pod/perlfunc.pod
15384 ____________________________________________________________________________
15385 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
15386         Log: Subject: Re: encoding neutral unpack
15387              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15388              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
15389              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
15390
15391              Forgotten character progress while checksumming over partial
15392              b or B format. (plus a regression test)
15393      Branch: perl
15394            ! pp_pack.c t/op/pack.t
15395 ____________________________________________________________________________
15396 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
15397         Log: Make Perl_keyword() another 30% faster.
15398      Branch: perl
15399            ! perl_keyword.pl toke.c
15400 ____________________________________________________________________________
15401 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
15402         Log: Regenerate perlapi.pod.
15403      Branch: perl
15404            ! pod/perlapi.pod
15405 ____________________________________________________________________________
15406 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
15407         Log: Upgrade to Devel::PPPort 3.05.
15408      Branch: perl
15409            + ext/Devel/PPPort/parts/base/5008006
15410            + ext/Devel/PPPort/parts/inc/exception
15411            + ext/Devel/PPPort/parts/todo/5008006
15412            + ext/Devel/PPPort/t/exception.t
15413            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
15414            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
15415            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
15416            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
15417            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
15418            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
15419            ! ext/Devel/PPPort/apicheck_c.PL
15420            ! ext/Devel/PPPort/devel/buildperl.pl
15421            ! ext/Devel/PPPort/devel/mkapidoc.sh
15422            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
15423            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
15424            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
15425            ! ext/Devel/PPPort/parts/apicheck.pl
15426            ! ext/Devel/PPPort/parts/base/5004000
15427            ! ext/Devel/PPPort/parts/base/5004050
15428            ! ext/Devel/PPPort/parts/base/5005000
15429            ! ext/Devel/PPPort/parts/base/5006000
15430            ! ext/Devel/PPPort/parts/base/5008001
15431            ! ext/Devel/PPPort/parts/base/5009002
15432            ! ext/Devel/PPPort/parts/embed.fnc
15433            ! ext/Devel/PPPort/parts/inc/MY_CXT
15434            ! ext/Devel/PPPort/parts/inc/SvPV
15435            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
15436            ! ext/Devel/PPPort/parts/inc/format
15437            ! ext/Devel/PPPort/parts/inc/grok
15438            ! ext/Devel/PPPort/parts/inc/limits
15439            ! ext/Devel/PPPort/parts/inc/mPUSH
15440            ! ext/Devel/PPPort/parts/inc/magic
15441            ! ext/Devel/PPPort/parts/inc/misc
15442            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
15443            ! ext/Devel/PPPort/parts/inc/newRV
15444            ! ext/Devel/PPPort/parts/inc/ppphbin
15445            ! ext/Devel/PPPort/parts/inc/ppphdoc
15446            ! ext/Devel/PPPort/parts/inc/ppphtest
15447            ! ext/Devel/PPPort/parts/inc/sv_xpvf
15448            ! ext/Devel/PPPort/parts/inc/threads
15449            ! ext/Devel/PPPort/parts/inc/uv
15450            ! ext/Devel/PPPort/parts/inc/version
15451            ! ext/Devel/PPPort/parts/ppptools.pl
15452            ! ext/Devel/PPPort/parts/todo/5009002
15453            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
15454            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
15455            ! ext/Devel/PPPort/typemap
15456 ____________________________________________________________________________
15457 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
15458         Log: Add simple exception handling macros for XS writers.
15459      Branch: perl
15460            + ext/XS/APItest/t/exception.t
15461            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
15462            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
15463 ____________________________________________________________________________
15464 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
15465         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
15466      Branch: perl
15467            ! MANIFEST
15468 ____________________________________________________________________________
15469 [ 23909] By: merijn                                on 2005/01/31  11:33:14
15470         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
15471              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
15472              Date: 31 Jan 2005 07:37:55 -0000
15473              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
15474      Branch: perl
15475            + ext/DynaLoader/hints/gnukfreebsd.pl
15476            + ext/DynaLoader/hints/gnuknetbsd.pl
15477            + ext/NDBM_File/hints/gnukfreebsd.pl
15478            + ext/NDBM_File/hints/gnuknetbsd.pl
15479            + ext/ODBM_File/hints/gnukfreebsd.pl
15480            + ext/ODBM_File/hints/gnuknetbsd.pl
15481            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
15482            + ext/Storable/hints/gnukfreebsd.pl
15483            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
15484            + hints/gnuknetbsd.sh
15485            ! Configure
15486 ____________________________________________________________________________
15487 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
15488         Log: Document the changes to PERLIO_DEBUG.
15489      Branch: perl
15490            ! pod/perlrun.pod
15491 ____________________________________________________________________________
15492 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
15493         Log: Really fix the bug [perl #33990].
15494              NB. -DIAMSUID is only set to compile sperl.o.
15495      Branch: perl
15496            ! perlio.c
15497 ____________________________________________________________________________
15498 [ 23905] By: steveh                                on 2005/01/31  10:03:56
15499         Log: Fix test suite hang on Win32 caused by change #23898
15500
15501              ("perl -e sleep 3" does an indefinite sleep!)
15502      Branch: perl
15503            ! t/op/alarm.t
15504 ____________________________________________________________________________
15505 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
15506         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
15507      Branch: perl
15508            ! perlio.c
15509 ____________________________________________________________________________
15510 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
15511         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
15512      Branch: perl
15513            ! perlio.c
15514 ____________________________________________________________________________
15515 [ 23900] By: davem                                 on 2005/01/30  17:46:35
15516         Log: minor corrections to comments in perly.y
15517      Branch: perl
15518            ! perly.y
15519 ____________________________________________________________________________
15520 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
15521         Log: Subject: h2hp: 2 fix
15522              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
15523              Date: Fri, 28 Jan 2005 16:53:11 +0100
15524              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
15525      Branch: perl
15526            ! utils/h2ph.PL
15527 ____________________________________________________________________________
15528 [ 23898] By: davem                                 on 2005/01/29  16:14:20
15529         Log: chomp() fails after alarm(), `sleep`
15530
15531              PP_backtick's temp altering of PL_rs didn't restore after
15532              an exception
15533      Branch: perl
15534            ! pp_sys.c t/op/alarm.t
15535 ____________________________________________________________________________
15536 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
15537         Log: More consistent names for all the parameter name/declaration methods
15538      Branch: perl
15539            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
15540            ! perl_keyword.pl
15541 ____________________________________________________________________________
15542 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
15543         Log: Calculate the number of tests in one place, so that the skip()s will
15544              always agree with the plan()s
15545      Branch: perl
15546            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
15547 ____________________________________________________________________________
15548 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
15549         Log: Add a reference to books.perl.org.
15550      Branch: perl
15551            ! pod/perlbook.pod
15552 ____________________________________________________________________________
15553 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
15554         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
15555              future use.
15556      Branch: perl
15557            ! genpacksizetables.pl pp_pack.c
15558 ____________________________________________________________________________
15559 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
15560         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
15561              From: Jim Cromie <jcromie@divsol.com>
15562              Date: Sun, 16 Jan 2005 17:16:00 -0700
15563              Message-ID: <41EB03C0.7030509@divsol.com>
15564              (with minor typos fixed)
15565      Branch: perl
15566            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
15567            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
15568            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
15569            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
15570            ! ext/B/t/optree_varinit.t
15571 ____________________________________________________________________________
15572 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
15573         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
15574              From: Gisle Aas <gisle@ActiveState.com>
15575              Date: 05 Jan 2005 03:21:06 -0800
15576              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
15577      Branch: perl
15578            ! perl.c
15579 ____________________________________________________________________________
15580 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
15581         Log: Make the byte order modifers < and > and the sign modifier ! (for
15582              n N v V) conditionally compile. This means that the refactored
15583              pp_pack/pp_unpack code can now be used in maint.
15584      Branch: perl
15585            ! genpacksizetables.pl pp_pack.c
15586 ____________________________________________________________________________
15587 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
15588         Log: Oops. Was forgetting to test n! N! v! V! in pack
15589      Branch: perl
15590            ! t/op/pack.t
15591 ____________________________________________________________________________
15592 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
15593         Log: Check that the warning behaviour on the modifiers !, < and > is as we
15594              expect it for this perl.
15595      Branch: perl
15596            ! t/op/pack.t
15597 ____________________________________________________________________________
15598 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
15599         Log: Make the tests for the endianness modifiers < and >, and the
15600              signnedness modifier ! conditional on perl version. Surprisingly
15601              little change needed.
15602      Branch: perl
15603            ! t/op/pack.t
15604 ____________________________________________________________________________
15605 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
15606         Log: &_q needs to *globally* escape ' and \ in its substitution.
15607      Branch: perl
15608            ! t/test.pl
15609 ____________________________________________________________________________
15610 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
15611         Log: Subject: [PATCH] BigInt mbi_rand.t failings
15612              From: Tels <nospam-abuse@bloodgate.com>
15613              Date: Tue, 25 Jan 2005 18:06:58 +0100
15614              Message-Id: <200501251806.59782@bloodgate.com>
15615      Branch: perl
15616            ! lib/Math/BigInt/Calc.pm
15617 ____________________________________________________________________________
15618 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
15619         Log: Integrate change #23880 in original comment
15620      Branch: perl
15621            ! util.c
15622 ____________________________________________________________________________
15623 [ 23880] By: merijn                                on 2005/01/25  15:41:30
15624         Log: Subject: [PATCH] perlapi.pod has pod errors
15625              From: "Jos I. Boumans" <kane@xs4all.net>
15626              Date: Tue, 25 Jan 2005 16:42:38 +0100
15627              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
15628      Branch: perl
15629            ! pod/perlapi.pod
15630 ____________________________________________________________________________
15631 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
15632         Log: Correct and update comments (before anyone writes in)
15633              Remove a temporary variable.
15634      Branch: perl
15635            ! lib/ExtUtils/Constant/Base.pm
15636 ____________________________________________________________________________
15637 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
15638         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
15639              the dump file. The newer format is only 135M
15640      Branch: perl
15641            ! toke.c
15642 ____________________________________________________________________________
15643 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
15644         Log: A script to regenerate Perl_keyword()
15645      Branch: perl
15646            + perl_keyword.pl
15647            ! MANIFEST
15648 ____________________________________________________________________________
15649 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
15650         Log: Add weights to ExtUtils::Constant to allow sorting by expected
15651              frequency. This makes the Perl_keyword() replacement 20% faster,
15652              rather than just 12%
15653      Branch: perl
15654            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
15655 ____________________________________________________________________________
15656 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
15657         Log: Replace Perl_keyword() with a version that's 20% faster on typical
15658              input, generated by subclassing ExtUtils::Constant. (Typical input
15659              being about 135M of input from running a lot of perl scripts)
15660      Branch: perl
15661            ! toke.c
15662 ____________________________________________________________________________
15663 [ 23874] By: merijn                                on 2005/01/24  15:10:55
15664         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
15665              From: "Craig A. Berry" <craigberry@mac.com>
15666              Date: Sun, 23 Jan 2005 14:23:17 -0600
15667              Message-ID: <41F407B5.7020106@mac.com>
15668      Branch: perl
15669            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
15670 ____________________________________________________________________________
15671 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
15672         Log: Revert change 23843.
15673              (See discussion for bug [perl #31924])
15674      Branch: perl
15675            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
15676            ! pp_ctl.c proto.h t/comp/require.t
15677 ____________________________________________________________________________
15678 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
15679         Log: Subject: [perl #33906] Missing \\ in perlre
15680              From: Andrew (via RT) <perlbug-followup@perl.org>
15681              Date: 23 Jan 2005 20:52:51 -0000
15682              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
15683      Branch: perl
15684            ! pod/perlre.pod
15685 ____________________________________________________________________________
15686 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
15687         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
15688              From: "Craig A. Berry" <craigberry@mac.com>
15689              Date: Sun, 23 Jan 2005 13:44:49 -0600
15690              Message-ID: <41F3FEB1.9020102@mac.com>
15691      Branch: perl
15692            ! lib/Test/Harness/Straps.pm
15693 ____________________________________________________________________________
15694 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
15695         Log: Subject: Re: [perl #33892] Add Interix support
15696              From: Todd Vierling <tv@duh.org>
15697              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
15698              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
15699      Branch: perl
15700            ! hints/interix.sh
15701 ____________________________________________________________________________
15702 [ 23869] By: davem                                 on 2005/01/23  22:20:10
15703         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
15704              From:  Jarkko Hietaniemi <jhi@iki.fi>
15705              Date:  Sun, 23 Jan 2005 21:25:01 +0200
15706              Message-Id:  <41F3FA0D.4010301@iki.fi>
15707
15708              The uc() memory reduction patch had a memory leak...
15709      Branch: perl
15710            ! pp.c
15711 ____________________________________________________________________________
15712 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
15713         Log: Tidy up 2 comments
15714      Branch: perl
15715            ! regcomp.c
15716 ____________________________________________________________________________
15717 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
15718         Log: Assimilate ExtUtils::Constant 0.16
15719      Branch: perl
15720            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
15721            + lib/ExtUtils/Constant/XS.pm
15722            ! MANIFEST lib/ExtUtils/Constant.pm
15723 ____________________________________________________________________________
15724 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
15725         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
15726      Branch: perl
15727            ! regcomp.c
15728 ____________________________________________________________________________
15729 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
15730         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
15731              From: Jarkko Hietaniemi <jhi@iki.fi>
15732              Message-ID: <41F2C427.7020003@iki.fi>
15733              Date: Sat, 22 Jan 2005 23:22:47 +0200
15734      Branch: perl
15735            ! hints/dec_osf.sh
15736 ____________________________________________________________________________
15737 [ 23863] By: davem                                 on 2005/01/22  18:27:58
15738         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
15739              From:  Jarkko Hietaniemi <jhi@iki.fi>
15740              Date:  Sat, 22 Jan 2005 11:33:12 +0200
15741              Message-Id:  <41F21DD8.3050500@iki.fi>
15742
15743              change #23857 miscalculated the SvGROW size
15744      Branch: perl
15745            ! pp.c
15746 ____________________________________________________________________________
15747 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
15748         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
15749              From: Jarkko Hietaniemi <jhi@iki.fi>
15750              Message-ID: <41F2911E.8090204@iki.fi>
15751              Date: Sat, 22 Jan 2005 19:45:02 +0200
15752
15753              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
15754      Branch: perl
15755            ! hints/dec_osf.sh
15756 ____________________________________________________________________________
15757 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
15758         Log: Update copyright years and add editor blocks
15759      Branch: perl
15760            ! doop.c hv.c utf8.c
15761 ____________________________________________________________________________
15762 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
15763         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15764              Subject: Re: [PATCH] do not assume quads or long doubles
15765              Message-ID: <41F21B0A.2050301@iki.fi>
15766              Date: Sat, 22 Jan 2005 11:21:14 +0200
15767      Branch: perl
15768            ! pp_pack.c
15769 ____________________________________________________________________________
15770 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
15771         Log: Remove now-unnecessary check. (It's done earlier)
15772      Branch: perl
15773            ! pp_pack.c
15774 ____________________________________________________________________________
15775 [ 23857] By: davem                                 on 2005/01/22  00:17:40
15776         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
15777              From:  Jarkko Hietaniemi <jhi@iki.fi>
15778              Date:  Sat, 22 Jan 2005 00:20:12 +0200
15779              Message-Id:  <41F1801C.3080201@iki.fi>
15780
15781              Make buffer size estimates for utf8 case conversion less maximally
15782              pessimistic
15783      Branch: perl
15784            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
15785            ! toke.c utf8.c utf8.h
15786 ____________________________________________________________________________
15787 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
15788         Log: Shrink a switch() statment by driving the size calculations from the
15789              size table. This requires #ifdef()s in the size table initialiser.
15790              Astoundingly this shaves over 6K of the object size with -Os on OS X.
15791              I was expecting about 1K (due to shrinking a branch table). Mind you,
15792              I'm not going to argue with what I got. :-)
15793      Branch: perl
15794            ! genpacksizetables.pl pp_pack.c
15795 ____________________________________________________________________________
15796 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
15797         Log: Make the length overrun checking and stack extension table driven.
15798              (Shaves about 3k off pp_pack.o)
15799      Branch: perl
15800            + genpacksizetables.pl
15801            ! MANIFEST pp_pack.c
15802 ____________________________________________________________________________
15803 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
15804         Log: Subject: [perl #32503] Fix for Storable module
15805              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
15806              Date: 19 Nov 2004 13:06:57 -0000
15807              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
15808      Branch: perl
15809            ! ext/Storable/Storable.xs
15810 ____________________________________________________________________________
15811 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
15812         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
15813      Branch: perl
15814            ! ext/Data/Dumper/Dumper.pm
15815 ____________________________________________________________________________
15816 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
15817         Log: Name another pack test
15818      Branch: perl
15819            ! t/op/pack.t
15820 ____________________________________________________________________________
15821 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
15822         Log: Subject: [perl #33892] Add Interix support
15823              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
15824              Date: 21 Jan 2005 14:36:31 -0000
15825              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
15826
15827              (except the Configure chunk)
15828              (and bump version numbers of modules)
15829      Branch: perl
15830            + hints/interix.sh
15831            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
15832            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
15833 ____________________________________________________________________________
15834 [ 23848] By: merijn                                on 2005/01/21  14:47:31
15835         Log: Subject: [perl #33892] Add Interix support
15836              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
15837              Date: 21 Jan 2005 14:36:31 -0000
15838              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
15839      Branch: perl
15840            ! Configure
15841 ____________________________________________________________________________
15842 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
15843         Log: Upgrade to Test::Harness 2.46
15844      Branch: perl
15845            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
15846            + lib/Test/Harness/t/prove-globbing.t
15847            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
15848            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
15849            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
15850            ! lib/Test/Harness/t/strap.t
15851 ____________________________________________________________________________
15852 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
15853         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
15854              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
15855              Date: Tue, 28 Dec 2004 16:01:49 -0800
15856              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
15857      Branch: perl
15858            ! ext/B/B.pm
15859 ____________________________________________________________________________
15860 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
15861         Log: Subject: [Patch] [perl #32446]  close leaves fd open
15862              From: Steffen Ullrich <coyote.frank@gmx.net>
15863              Date: Wed, 01 Dec 2004 15:22:34 +0100
15864              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
15865      Branch: perl
15866            ! perlio.c
15867 ____________________________________________________________________________
15868 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
15869         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
15870              From: Rick Delaney <rick@bort.ca>
15871              Date: Wed, 13 Oct 2004 12:40:18 -0400
15872              Message-ID: <20041013164018.GA32174@biff.bort.ca>
15873      Branch: perl
15874            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
15875            ! pp_ctl.c proto.h t/comp/require.t
15876 ____________________________________________________________________________
15877 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
15878         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
15879              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15880              Date: Mon, 20 Dec 2004 16:08:56 -0800
15881              Message-ID: <20041221000856.GA2924@efn.org>
15882      Branch: perl
15883            ! pp_sys.c t/op/stat.t
15884 ____________________________________________________________________________
15885 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
15886         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
15887              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15888              Date: Sun, 19 Dec 2004 23:57:56 -0800
15889              Message-ID: <20041220075754.GA800@efn.org>
15890      Branch: perl
15891            ! ext/B/B.pm
15892 ____________________________________________________________________________
15893 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
15894         Log: Subject: [patch] cleanup perlsfio.h
15895              From: Stas Bekman <stas@stason.org>
15896              Date: Thu, 13 Jan 2005 16:14:23 -0500
15897              Message-ID: <41E6E4AF.8070303@stason.org>
15898      Branch: perl
15899            ! perlsfio.h
15900 ____________________________________________________________________________
15901 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
15902         Log: VERSION++
15903      Branch: perl
15904            ! lib/Text/ParseWords.pm
15905 ____________________________________________________________________________
15906 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
15907         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
15908              From: Alexey Tourbin <at@altlinux.ru>
15909              Date: Tue, 28 Dec 2004 22:29:37 +0300
15910              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
15911      Branch: perl
15912            + lib/Text/ParseWords/taint.t
15913            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
15914 ____________________________________________________________________________
15915 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
15916         Log: Run regen.pl and pod/buildtoc --build-all
15917      Branch: perl
15918            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
15919 ____________________________________________________________________________
15920 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
15921         Log: A little more determinacy in our sorting
15922      Branch: perl
15923            ! autodoc.pl
15924 ____________________________________________________________________________
15925 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
15926         Log: Make "assertion" attribute code and test conditional
15927      Branch: perl
15928            ! t/op/attrs.t xsutils.c
15929 ____________________________________________________________________________
15930 [ 23824] By: merijn                                on 2005/01/19  18:32:41
15931         Log: Subject: [PATCH] Further follow-up to 23767
15932              From: Robin Barker <Robin.Barker@npl.co.uk>
15933              Date: Wed, 19 Jan 2005 18:30:31 -0000
15934              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
15935      Branch: perl
15936            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
15937 ____________________________________________________________________________
15938 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
15939         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
15940              From: Noah <sitz@onastick.net>
15941              Date: Wed, 19 Jan 2005 12:33:52 -0500
15942              Message-ID: <20050119173352.GA15592@radu.onastick.net>
15943      Branch: perl
15944            ! utils/h2xs.PL
15945 ____________________________________________________________________________
15946 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
15947         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
15948              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15949              Date: Sun, 16 Jan 2005 10:30:45 -0800
15950              Message-ID: <20050116183045.GA2768@efn.org>
15951      Branch: perl
15952            ! t/op/stat.t
15953 ____________________________________________________________________________
15954 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
15955         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
15956              From: "Jos I. Boumans" <kane@xs4all.net>
15957              Date: Tue, 18 Jan 2005 15:12:03 +0100
15958              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
15959      Branch: perl
15960            ! ext/Data/Dumper/Dumper.pm
15961 ____________________________________________________________________________
15962 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
15963         Log: Fix dependencies in ext/B/Makefile.PL
15964              (bug #8254, fix by Alan Burlison)
15965      Branch: perl
15966            ! ext/B/Makefile.PL
15967 ____________________________________________________________________________
15968 [ 23817] By: steveh                                on 2005/01/19  09:33:27
15969         Log: Exclude "Thread" from $Config{extensions}
15970
15971              It is already excluded from $Config{dynamic_ext}, so should not be
15972              in $Config{extensions} either. (Note that Thread is actually still
15973              built, though. This is just for consistency with Unix builds.)
15974      Branch: perl
15975            ! win32/config_sh.PL
15976 ____________________________________________________________________________
15977 [ 23816] By: steveh                                on 2005/01/19  08:55:06
15978         Log: Exclude "Thread" from $Config{dynamic_ext}
15979
15980              This was accidentally broken by change 23757.  It has already been
15981              fixed in maint-5.8 when resolving conflicts during integration of
15982              23757, so this one does NOT need integrating itself!
15983
15984              For more details see:
15985              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
15986      Branch: perl
15987            ! win32/config_sh.PL
15988 ____________________________________________________________________________
15989 [ 23807] By: steveh                                on 2005/01/17  17:55:02
15990         Log: Fix for building with MinGW under Cygwin
15991
15992              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
15993              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15994              Date: Thu, 13 Jan 2005 16:11:36 -0800
15995              Message-ID: <20050114001136.GC2516@efn.org>
15996      Branch: perl
15997            ! ext/Errno/Errno_pm.PL
15998 ____________________________________________________________________________
15999 [ 23806] By: steveh                                on 2005/01/17  16:57:10
16000         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
16001      Branch: perl
16002            ! win32/config_sh.PL
16003 ____________________________________________________________________________
16004 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
16005         Log: Better test diagnostics for the numbers tests.
16006              (Failure diagnostics were always good, but now the tests have names,
16007              which show even when they pass)
16008      Branch: perl
16009            ! t/op/pack.t
16010 ____________________________________________________________________________
16011 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
16012         Log: Correct the editor block to match the perl 5 policy on tabs
16013      Branch: perl
16014            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
16015            ! sv.c universal.c
16016 ____________________________________________________________________________
16017 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
16018         Log: Refactor S_regclass to generate slightly smaller object code
16019      Branch: perl
16020            ! regcomp.c
16021 ____________________________________________________________________________
16022 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
16023         Log: A terser way to write the \-ing code in pv_uni_display
16024              Plus drive-by insert of a more correct editor block. (thanks Dave)
16025      Branch: perl
16026            ! utf8.c
16027 ____________________________________________________________________________
16028 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
16029         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
16030              is taken from the SV's UTF-8ness
16031      Branch: perl
16032            ! pod/perlapi.pod sv.c
16033 ____________________________________________________________________________
16034 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
16035         Log: SvUTF8_off() in do_join can be unconditional.
16036      Branch: perl
16037            ! doop.c
16038 ____________________________________________________________________________
16039 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
16040         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
16041      Branch: perl
16042            ! op.c regcomp.c toke.c utf8.c
16043 ____________________________________________________________________________
16044 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
16045         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
16046      Branch: perl
16047            ! sv.c
16048 ____________________________________________________________________________
16049 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
16050         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
16051      Branch: perl
16052            ! utf8.c
16053 ____________________________________________________________________________
16054 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
16055         Log: replace NEWSV(), SvSetSV() with newSVsv()
16056      Branch: perl
16057            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
16058 ____________________________________________________________________________
16059 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
16060         Log: Turn the unreachable code into assertions. (So prove me wrong...)
16061      Branch: perl
16062            ! pp_pack.c
16063 ____________________________________________________________________________
16064 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
16065         Log: Source code tidy up - avoid assigning to sv.
16066      Branch: perl
16067            ! pp_pack.c
16068 ____________________________________________________________________________
16069 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
16070         Log: Avoid dogfood problems when an empty string accidentally ends up
16071              as a constant name. [They don't work in qw(), strangely]
16072      Branch: perl
16073            ! lib/ExtUtils/Constant.pm
16074 ____________________________________________________________________________
16075 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
16076         Log: The leaktesting of NEWSV() is long dead, so create and initialise
16077              SV values in one, to simplify source code and shrink object code
16078              by about 1%
16079      Branch: perl
16080            ! pp_pack.c
16081 ____________________________________________________________________________
16082 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
16083         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
16084              representation.
16085      Branch: perl
16086            ! t/op/join.t
16087 ____________________________________________________________________________
16088 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
16089         Log: Update copyright years. Add an editor block while passing by.
16090      Branch: perl
16091            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
16092            ! universal.c
16093 ____________________________________________________________________________
16094 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
16095         Log: utf.pm needs to require Carp before croak()ing
16096      Branch: perl
16097            ! lib/utf8.pm lib/utf8.t
16098 ____________________________________________________________________________
16099 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
16100         Log: Refactor all the unpack checksum-or-not logic to avoid massive
16101              duplication.
16102      Branch: perl
16103            ! pp_pack.c
16104 ____________________________________________________________________________
16105 [ 23786] By: merijn                                on 2005/01/13  11:28:31
16106         Log: Subject: Re: killing USE_5005THREADS in blead?
16107              From: Stas Bekman <stas@stason.org>
16108              Date: Wed, 12 Jan 2005 16:32:42 -0500
16109              Message-ID: <41E5977A.3060306@stason.org>
16110      Branch: perl
16111            ! perl.c
16112 ____________________________________________________________________________
16113 [ 23785] By: steveh                                on 2005/01/13  10:24:13
16114         Log: Fix Win32 build problem caused by change 23757
16115
16116              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
16117              run by miniperl.exe when making the ..\config.sh target, but
16118              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
16119              perlglob.exe to do the glob().  perlglob.exe has been built, but is
16120              in the top-level of the source tree so is not found when miniperl.exe
16121              is executed from within the win32/ sub-directory.
16122
16123              This was causing smokes to fail on t/lib/commonsense.t because the
16124              "extensions" field in lib/Config_heavy.pl only contained
16125              "threads/shared" as a result of the glob() not finding anything.
16126
16127              Manual builds had been working fine for me because I had an installed
16128              perl in my PATH so perlglob.exe was being found there instead!
16129      Branch: perl
16130            ! win32/FindExt.pm
16131 ____________________________________________________________________________
16132 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
16133         Log: Subject: [PATCH] follow-up to #23765
16134              From: "Craig A. Berry" <craigberry@mac.com>
16135              Date: Tue, 11 Jan 2005 21:01:27 -0600
16136              Message-ID: <41E49307.7080900@mac.com>
16137      Branch: perl
16138            ! lib/warnings.t
16139 ____________________________________________________________________________
16140 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
16141         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
16142              (for cases of mixed UTF8/bytes)
16143              Test code based on bug report by John Gardiner Myers
16144      Branch: perl
16145            ! pp.c t/op/index.t
16146 ____________________________________________________________________________
16147 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
16148         Log: Subject: [PATCH] follow-up to 23767
16149              From: Robin Barker <Robin.Barker@npl.co.uk>
16150              Date: Tue, 11 Jan 2005 15:48:49 -0000
16151              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
16152      Branch: perl
16153            ! Porting/pumpkin.pod sv.c
16154 ____________________________________________________________________________
16155 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
16156         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
16157      Branch: perl
16158            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
16159            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
16160            ! proto.h scope.c scope.h sv.c thrdvar.h
16161 ____________________________________________________________________________
16162 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
16163         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
16164              From: "Craig A. Berry" <craigberry@mac.com>
16165              Message-ID: <41E1C261.5020100@mac.com>
16166              Date: Sun, 09 Jan 2005 17:46:41 -0600
16167      Branch: perl
16168            ! t/op/split.t
16169 ____________________________________________________________________________
16170 [ 23778] By: steveh                                on 2005/01/10  11:53:10
16171         Log: Need to close files before unlinking them on Win32
16172
16173              (Various files created by test programs are left behind otherwise,
16174              and distclean doesn't clean them up)
16175      Branch: perl
16176            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
16177            ! lib/FileCache/t/07noimport.t t/op/read.t
16178 ____________________________________________________________________________
16179 [ 23777] By: steveh                                on 2005/01/10  10:28:00
16180         Log: Make Win32's distclean target clean up properly
16181      Branch: perl
16182            ! win32/Makefile win32/makefile.mk
16183 ____________________________________________________________________________
16184 [ 23776] By: steveh                                on 2005/01/10  09:45:50
16185         Log: Get $Config{osvers} filled in on Win32
16186      Branch: perl
16187            ! win32/config_sh.PL
16188 ____________________________________________________________________________
16189 [ 23775] By: merijn                                on 2005/01/10  08:54:00
16190         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
16191              Date: Sun, 09 Jan 2005 17:52:09 -0600
16192              From: "Craig A. Berry" <craigberry@mac.com>
16193              Message-ID: <41E1C3A9.9080900@mac.com>
16194      Branch: perl
16195            ! configure.com
16196 ____________________________________________________________________________
16197 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
16198         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
16199      Branch: perl
16200            ! pp.c
16201 ____________________________________________________________________________
16202 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
16203         Log: If we know the length of the string constant, save a strlen()
16204      Branch: perl
16205            ! perl.c pp_sys.c
16206 ____________________________________________________________________________
16207 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
16208         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
16209              strlen(). Add savesvpv(sv), which gets the length from the SV,
16210              and returns a copy of its PV.
16211      Branch: perl
16212            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
16213            ! universal.c util.c
16214 ____________________________________________________________________________
16215 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
16216         Log: Can pass in a length here without introducing a bug. Might save
16217              a strlen()
16218      Branch: perl
16219            ! toke.c
16220 ____________________________________________________________________________
16221 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
16222         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
16223              as I think that it will be needed for utf8 soft references.
16224      Branch: perl
16225            ! toke.c
16226 ____________________________________________________________________________
16227 [ 23769] By: steveh                                on 2005/01/07  17:25:35
16228         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
16229              and force PERL_MALLOC off if USE_IMP_SYS is on
16230
16231              This brings makefile.mk into line with Makefile in this regard
16232
16233              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
16234              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
16235              so it is sensible to enforce this, and to not have the default set
16236              to a configuration that isn't allowed)
16237      Branch: perl
16238            ! win32/makefile.mk
16239 ____________________________________________________________________________
16240 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
16241         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
16242              From: Jim Cromie <jim.cromie@gmail.com>
16243              Date: Mon, 3 Jan 2005 06:36:16 -0700
16244              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
16245      Branch: perl
16246            + lib/vars_carp.t
16247            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
16248            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
16249            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
16250 ____________________________________________________________________________
16251 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
16252         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
16253              From: Robin Barker <Robin.Barker@npl.co.uk>
16254              Date: Wed, 5 Jan 2005 11:55:09 -0000
16255              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
16256      Branch: perl
16257            ! mg.c perl.h pp.h pp_sys.c sv.c
16258 ____________________________________________________________________________
16259 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
16260         Log: Stage 1 of utf8 support for soft references.
16261              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
16262              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
16263              Provide a backwards compatability gv_fetchpv
16264              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
16265              the pointer from an SV
16266              All tests still pass.
16267      Branch: perl
16268            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
16269            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
16270 ____________________________________________________________________________
16271 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
16272         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
16273              From: "Craig A. Berry" <craigberry@mac.com>
16274              Message-ID: <41DDCA71.1080704@mac.com>
16275              Date: Thu, 06 Jan 2005 17:32:01 -0600
16276      Branch: perl
16277            ! lib/warnings.t
16278 ____________________________________________________________________________
16279 [ 23764] By: steveh                                on 2005/01/07  08:35:29
16280         Log: Fix win32/config.*'s cc, ld and other related values
16281
16282              cc and ld themselves always get replaced with correct values anyway
16283              so we just provide example values as per other similar settings
16284
16285              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
16286              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
16287
16288              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16289              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16290              Date: Wed, 5 Jan 2005 10:01:41 -0800
16291              Message-ID: <20050105180141.GA676@efn.org>
16292
16293              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16294              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16295              Date: Thu, 6 Jan 2005 11:53:11 -0800
16296              Message-ID: <20050106195311.GC1300@efn.org>
16297      Branch: perl
16298            ! win32/config.bc win32/config.gc win32/config.vc
16299            ! win32/config.vc64
16300 ____________________________________________________________________________
16301 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
16302         Log: Add TODO tests for UTF8 encoded soft references
16303      Branch: perl
16304            ! t/op/ref.t
16305 ____________________________________________________________________________
16306 [ 23762] By: steveh                                on 2005/01/06  16:50:10
16307         Log: Allow static linking core extensions on Win32 with MinGW
16308
16309              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16310              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16311              Date: Wed, 5 Jan 2005 10:01:41 -0800
16312              Message-ID: <20050105180141.GA676@efn.org>
16313      Branch: perl
16314            ! win32/buildext.pl win32/makefile.mk
16315 ____________________________________________________________________________
16316 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
16317         Log: Silence a compilation warning
16318      Branch: perl
16319            ! pp_sort.c
16320 ____________________________________________________________________________
16321 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
16322         Log: Turn barewords into strings to run under strict subs.
16323              Run under strict refs outside the soft reference tests.
16324      Branch: perl
16325            ! t/op/ref.t
16326 ____________________________________________________________________________
16327 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
16328         Log: All tests now use test.pl
16329      Branch: perl
16330            ! t/op/ref.t
16331 ____________________________________________________________________________
16332 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
16333         Log: Start converting t/op/ref.t to use test.pl
16334      Branch: perl
16335            ! t/op/ref.t
16336 ____________________________________________________________________________
16337 [ 23757] By: steveh                                on 2005/01/06  11:26:12
16338         Log: Fix extensions config fields on Win32 to be as they are on Unix
16339
16340              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16341              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16342              Date: Wed, 5 Jan 2005 10:01:41 -0800
16343              Message-ID: <20050105180141.GA676@efn.org>
16344      Branch: perl
16345            ! win32/FindExt.pm win32/config_sh.PL
16346 ____________________________________________________________________________
16347 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
16348         Log: Correct a Greengrocer's apostrophe.
16349      Branch: perl
16350            ! ext/DynaLoader/dl_dyld.xs
16351 ____________________________________________________________________________
16352 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
16353         Log: Foolishly I committed change 23753 before remembering to test without
16354              ithreads. No tests => bugs. This should fix them.
16355      Branch: perl
16356            ! perl.c
16357 ____________________________________________________________________________
16358 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
16359         Log: Error-free constant folding is a TODO
16360      Branch: perl
16361            ! pod/perltodo.pod
16362 ____________________________________________________________________________
16363 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
16364         Log: Turn INIT_TLS_AND_INTERP into a static function
16365      Branch: perl
16366            ! perl.c
16367 ____________________________________________________________________________
16368 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
16369         Log: Shave off the explict 1; from the end of lib/Config.pm
16370      Branch: perl
16371            ! configpm
16372 ____________________________________________________________________________
16373 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
16374         Log: Subject: [PATCH] unnecessary rmdir in Makefile
16375              From: Robin Barker <Robin.Barker@npl.co.uk>
16376              Date: Wed, 5 Jan 2005 11:58:54 -0000
16377              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
16378      Branch: perl
16379            ! Makefile.SH
16380 ____________________________________________________________________________
16381 [ 23750] By: merijn                                on 2005/01/05  11:44:11
16382         Log: Subject: [PATCH] gcc and ld in Configure
16383              From: Robin Barker <Robin.Barker@npl.co.uk>
16384              Date: Wed, 5 Jan 2005 12:04:25 -0000
16385              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
16386      Branch: perl
16387            ! hints/solaris_2.sh
16388 ____________________________________________________________________________
16389 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
16390         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
16391              From: Gisle Aas <gisle@ActiveState.com>
16392              Date: 05 Jan 2005 01:09:51 -0800
16393              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
16394      Branch: perl
16395            ! thread.h
16396 ____________________________________________________________________________
16397 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
16398         Log: Subject: [PATCH] -Duselargefiles for VMS
16399              From: "Craig A. Berry" <craigberry@mac.com>
16400              Message-ID: <41DB63A6.7040504@mac.com>
16401              Date: Tue, 04 Jan 2005 21:48:54 -0600
16402      Branch: perl
16403            ! configure.com vms/descrip_mms.template vms/vmsish.h
16404 ____________________________________________________________________________
16405 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
16406         Log: Rafael spotted that my changes caused warnings. So clean up.
16407      Branch: perl
16408            ! t/op/attrs.t
16409 ____________________________________________________________________________
16410 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
16411         Log: Update copyright years.
16412      Branch: perl
16413            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
16414 ____________________________________________________________________________
16415 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
16416         Log: Make the switch statement discriminate similar names more
16417              efficiently.
16418      Branch: perl
16419            ! xsutils.c
16420 ____________________________________________________________________________
16421 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
16422         Log: Check all attributes in modify_SV_attributes are recognised.
16423              Fix bug where 'assertion' was always rejected as invalid.
16424      Branch: perl
16425            ! t/op/attrs.t xsutils.c
16426 ____________________________________________________________________________
16427 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
16428         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
16429      Branch: perl
16430            ! t/io/layers.t
16431 ____________________________________________________________________________
16432 [ 23742] By: merijn                                on 2005/01/04  12:38:03
16433         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
16434              From: Robin Barker <Robin.Barker@npl.co.uk>
16435              Date: Tue, 4 Jan 2005 12:32:29 -0000
16436              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
16437      Branch: perl
16438            ! pod/perlxs.pod
16439 ____________________________________________________________________________
16440 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
16441         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
16442      Branch: perl
16443            ! gv.c mg.c
16444 ____________________________________________________________________________
16445 [ 23740] By: steveh                                on 2005/01/04  10:56:55
16446         Log: Bring win32/config.* into line with win32/config_H.*
16447              so that "perl -V:usemallocwrap" tells us what the configuration is
16448              instead of saying 'UNKNOWN'.
16449      Branch: perl
16450            ! win32/config.bc win32/config.gc win32/config.vc
16451            ! win32/config.vc64
16452 ____________________________________________________________________________
16453 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
16454         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
16455              From: Tels <nospam-abuse@bloodgate.com>
16456              Date: Sat, 1 Jan 2005 18:59:51 +0100
16457              Message-Id: <200501011859.52858@bloodgate.com>
16458      Branch: perl
16459            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
16460            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16461            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
16462            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
16463            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
16464            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
16465            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
16466            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
16467            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
16468            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
16469            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
16470            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
16471            ! lib/bignum/t/option_p.t lib/bigrat.pm
16472            ! t/lib/Math/BigFloat/Subclass.pm
16473 ____________________________________________________________________________
16474 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
16475         Log: Happy new year
16476      Branch: perl
16477            ! README
16478 ____________________________________________________________________________
16479 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
16480         Log: Return an immortal from attributes::_warn_reserved (a private
16481              function). (saves creating a new IV)
16482      Branch: perl
16483            ! xsutils.c
16484 ____________________________________________________________________________
16485 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
16486         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
16487      Branch: perl
16488            ! xsutils.c
16489 ____________________________________________________________________________
16490 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
16491         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
16492              threaded, but "oh no it isn't!" :-(
16493      Branch: perl
16494            ! toke.c
16495 ____________________________________________________________________________
16496 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
16497         Log: Integrate a patch from Gentoo for uclibc support.
16498              See :
16499              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
16500              From: Alexey Tourbin <at@altlinux.ru>
16501              Date: Tue, 28 Dec 2004 14:25:42 +0300
16502              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
16503      Branch: perl
16504            ! perlio.c
16505 ____________________________________________________________________________
16506 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
16507         Log: Remove compiler warnings.
16508      Branch: perl
16509            ! toke.c
16510 ____________________________________________________________________________
16511 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
16512         Log: Change 23727 broke code that relied on \ being escaped.
16513              Fix this. *Everything* should work now.
16514      Branch: perl
16515            + t/run/switchF1.t
16516            ! MANIFEST toke.c
16517 ____________________________________________________________________________
16518 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
16519         Log: Splitting the -n/-p code and concatenating strings generates
16520              smaller object code.
16521      Branch: perl
16522            ! toke.c
16523 ____________________________________________________________________________
16524 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
16525         Log: Concatenate some string constants
16526      Branch: perl
16527            ! toke.c
16528 ____________________________________________________________________________
16529 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
16530         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
16531              lot of quoting code
16532      Branch: perl
16533            ! toke.c
16534 ____________________________________________________________________________
16535 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
16536         Log: Probably should be using *pvn rather than *pv forms for speed in
16537              toke.c (to save a strlen())
16538      Branch: perl
16539            ! toke.c
16540 ____________________________________________________________________________
16541 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
16542         Log: strEQ/strNE of 1 character strings seems better hand inlined,
16543              because it generates smaller object code (as well as being
16544              faster than a true function call)
16545      Branch: perl
16546            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
16547 ____________________________________________________________________________
16548 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
16549         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
16550              Tweak is_gv_magical's string comparisons to produce smaller object
16551              code.
16552              First 2005 copyright notice.
16553      Branch: perl
16554            ! gv.c
16555 ____________________________________________________________________________
16556 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
16557         Log: Change 23714 accidentally broke t/io/layers.t when testing with
16558              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
16559              based on the locale, we have no perl space access to PL_utf8locale
16560              so assume for the moment that UTF8 is never conditionally enabled.
16561      Branch: perl
16562            ! t/io/layers.t
16563 ____________________________________________________________________________
16564 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
16565         Log: Skip the switch statement entirely if the pointer is null, rather
16566              than the old pointless switch on '\0'. Also skip re-comparing the
16567              first character. Faster, and generates terser object code.
16568      Branch: perl
16569            ! pp.c
16570 ____________________________________________________________________________
16571 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
16572         Log: Doing the strnEQ char by char for 2 and 3 character strings
16573              generates a smaller object file, and will be faster.
16574      Branch: perl
16575            ! doio.c
16576 ____________________________________________________________________________
16577 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
16578         Log: Improve documentation for is_gv_magical, and split the switch
16579              statement into 2 parts, lengths > 1 and lengths <= 1
16580              This should cause most variables (lower case, multicharacter)
16581              to escape the function without passing through a switch table.
16582      Branch: perl
16583            ! gv.c
16584 ____________________________________________________________________________
16585 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
16586         Log: Because name is always NUL terminated we can incorporate length
16587              0 names in the switch statement for length 1.
16588      Branch: perl
16589            ! gv.c
16590 ____________________________________________________________________________
16591 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
16592         Log: Generate smaller object code by using a single switch statement
16593              for determining which names are forced into main::
16594      Branch: perl
16595            ! gv.c
16596 ____________________________________________________________________________
16597 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
16598         Log: Tidy up comments in change 23716
16599      Branch: perl
16600            ! gv.c
16601 ____________________________________________________________________________
16602 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
16603         Log: Refactor gv_fetchpv so that the overwhelmingly common case
16604              (variable names starting with a lower case letter or _, longer
16605              than one character) get out of the function very quickly.
16606              (Without even passing through a switch statement jump table)
16607              Also fixes bug 33631
16608      Branch: perl
16609            ! gv.c
16610 ____________________________________________________________________________
16611 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
16612         Log: Subject: [PATCH] randbits and randfunc for VMS
16613              From: "Craig A. Berry" <craigberry@mac.com>
16614              Message-ID: <41D570BF.8010409@mac.com>
16615              Date: Fri, 31 Dec 2004 09:31:11 -0600
16616      Branch: perl
16617            ! configure.com
16618 ____________________________________________________________________________
16619 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
16620         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
16621      Branch: perl
16622            ! AUTHORS t/io/layers.t
16623 ____________________________________________________________________________
16624 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
16625         Log: Mention ppport.h and its --api-info switch in perlguts.
16626      Branch: perl
16627            ! pod/perlguts.pod
16628 ____________________________________________________________________________
16629 [ 23711] By: merijn                                on 2004/12/30  13:10:20
16630         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
16631              From: Gisle Aas <gisle@ActiveState.com>
16632              Date: 30 Dec 2004 03:39:36 -0800
16633              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
16634      Branch: perl
16635            ! Configure
16636 ____________________________________________________________________________
16637 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
16638         Log: Thinko in the description of Config::Extensions
16639      Branch: perl
16640            ! MANIFEST
16641 ____________________________________________________________________________
16642 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
16643         Log: Experimental module intended to simplify core regression tests
16644      Branch: perl
16645            + lib/Config/Extensions.pm lib/Config/Extensions.t
16646            ! MANIFEST
16647 ____________________________________________________________________________
16648 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
16649         Log: Skip tests that binmode :utf8 if there is no perlio
16650      Branch: perl
16651            ! t/op/read.t
16652 ____________________________________________________________________________
16653 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
16654         Log: Ooops. Fix unitialised variable
16655      Branch: perl
16656            ! pp_sys.c
16657 ____________________________________________________________________________
16658 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
16659         Log: Oops. Forgot to uncomment the last set of Unicode values for
16660              testing.
16661      Branch: perl
16662            ! t/op/read.t
16663 ____________________________________________________________________________
16664 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
16665         Log: read (and presuambly sysread) would expose the UTF8 internals when
16666              reading from a byte orientated file handle into a UTF8 scalar.
16667      Branch: perl
16668            ! pp_sys.c t/op/read.t
16669 ____________________________________________________________________________
16670 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
16671         Log: Add a lot of tests for combinations of values, offsets and lengths
16672      Branch: perl
16673            ! t/op/read.t
16674 ____________________________________________________________________________
16675 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
16676         Log: Convert op/read.t to use test.pl and make it stricture compliant.
16677      Branch: perl
16678            ! t/op/read.t
16679 ____________________________________________________________________________
16680 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
16681         Log: Upgrade to Devel::PPPort 3.04
16682      Branch: perl
16683            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
16684            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
16685            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
16686            ! ext/Devel/PPPort/parts/inc/ppphbin
16687            ! ext/Devel/PPPort/parts/inc/ppphdoc
16688            ! ext/Devel/PPPort/parts/inc/ppphtest
16689 ____________________________________________________________________________
16690 [ 23696] By: merijn                                on 2004/12/29  12:41:14
16691         Log: Rebuilt after backport start for 23674, 23675, and 23676
16692      Branch: perl
16693            ! Configure
16694 ____________________________________________________________________________
16695 [ 23691] By: merijn                                on 2004/12/29  11:57:57
16696         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
16697              Date: Tue, 28 Dec 2004 13:49:19 -0800
16698              From: Stephen McCamant <smcc@MIT.EDU>
16699              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
16700      Branch: perl
16701            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
16702            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
16703            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
16704            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
16705            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
16706            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
16707            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
16708            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
16709            ! ext/B/t/xref.t
16710 ____________________________________________________________________________
16711 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
16712         Log: Make Config.t warnings and strictures clean
16713      Branch: perl
16714            ! lib/Config.t
16715 ____________________________________________________________________________
16716 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
16717         Log: Subject: [patch sv.c] comment fix
16718              From: Stas Bekman <stas@stason.org>
16719              Message-ID: <41CF50FE.5070307@stason.org>
16720              Date: Sun, 26 Dec 2004 19:02:06 -0500
16721      Branch: perl
16722            ! sv.c
16723 ____________________________________________________________________________
16724 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
16725         Log: Add investigating self tie segfaults to the TODO
16726      Branch: perl
16727            ! pod/perltodo.pod
16728 ____________________________________________________________________________
16729 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
16730         Log: Subject: [perl #33173] shellwords.pl and tainting
16731              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
16732              Date: 24 Dec 2004 00:14:19 -0000
16733              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
16734      Branch: perl
16735            ! lib/shellwords.pl
16736 ____________________________________________________________________________
16737 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
16738         Log: Subject: Missign STATEMENT brackets in PUSHMARK
16739              From: perl5-porters@ton.iguana.be (Ton Hospel)
16740              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
16741              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
16742      Branch: perl
16743            ! pp.h
16744 ____________________________________________________________________________
16745 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
16746         Log: Don't do the ... expansion on archlib, sitelib etc, given that
16747              everyone should already be using archlibext etc
16748              Add the extra special case code for otherlibdirs
16749      Branch: perl
16750            ! configpm
16751 ____________________________________________________________________________
16752 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
16753         Log: Subject: Re: [patch perlapi doc] sv_magic
16754              From: Stas Bekman <stas@stason.org>
16755              Date: Thu, 23 Dec 2004 16:28:06 -0500
16756              Message-ID: <41CB3866.1080307@stason.org>
16757      Branch: perl
16758            ! pod/perlapi.pod sv.c
16759 ____________________________________________________________________________
16760 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
16761         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
16762              From: "Craig A. Berry" <craigberry@mac.com>
16763              Message-ID: <41CB6BD1.8030207@mac.com>
16764              Date: Thu, 23 Dec 2004 19:07:29 -0600
16765      Branch: perl
16766            ! configure.com
16767 ____________________________________________________________________________
16768 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
16769         Log: Bother. It helps if you also propagate the new entry to config.sh
16770      Branch: perl
16771            ! Configure
16772 ____________________________________________________________________________
16773 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
16774         Log: Oops. You can't add new entries to config_h.SH without making some
16775              sort of corresponding defined/undefined value in config.sh somehow.
16776      Branch: perl
16777            ! Configure
16778 ____________________________________________________________________________
16779 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
16780         Log: Relocatable @INC entries for Unix.
16781              (With appropriate fixups in Config.pm to complete the illusion)
16782              Currently can only be enabled with hackery to config.sh
16783              TODO - proper Configure support, and support for otherlibdirs in
16784              Config.pm
16785      Branch: perl
16786            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
16787            ! proto.h
16788 ____________________________________________________________________________
16789 [ 23673] By: merijn                                on 2004/12/23  21:04:37
16790         Log: 23669 was not such a good idea. More research needed.
16791      Branch: perl
16792            ! config_h.SH
16793 ____________________________________________________________________________
16794 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
16795         Log: The "Setuid script not plain file" error wasn't documented.
16796      Branch: perl
16797            ! pod/perldiag.pod
16798 ____________________________________________________________________________
16799 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
16800         Log: Subject: [PATCH] Data::Dumper Freezer fixes
16801              From: Sam Tregar <sam@tregar.com>
16802              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
16803              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
16804
16805              and bump Data::Dumper's VERSION
16806      Branch: perl
16807            + ext/Data/Dumper/t/freezer.t
16808            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16809 ____________________________________________________________________________
16810 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
16811         Log: Fix typo
16812      Branch: perl
16813            ! ext/Storable/Storable.xs
16814 ____________________________________________________________________________
16815 [ 23669] By: merijn                                on 2004/12/22  20:16:53
16816         Log: Just to re-sync with metaconfig output. No real changes.
16817      Branch: perl
16818            ! config_h.SH
16819 ____________________________________________________________________________
16820 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
16821         Log: Move the definition of the S_procself_val() function before
16822              the point where it's used
16823      Branch: perl
16824            ! perl.c
16825 ____________________________________________________________________________
16826 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
16827         Log: Move the setting of $^X ahead of the initialisation of @INC
16828      Branch: perl
16829            ! perl.c
16830 ____________________________________________________________________________
16831 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
16832         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
16833              skip the test on platforms where it's not available
16834      Branch: perl
16835            ! t/op/bop.t
16836 ____________________________________________________________________________
16837 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
16838         Log: Note that the shell's test uses eq etc for numbers, = etc for
16839              strings, the reverse of Perl, which is definitely a trap.
16840              Spotted by Alexei Alexandrov.
16841      Branch: perl
16842            ! AUTHORS pod/perltrap.pod
16843 ____________________________________________________________________________
16844 [ 23662] By: merijn                                on 2004/12/20  13:38:45
16845         Log: Subject: [PATCH] AUTHORS
16846              From: Tels <nospam-abuse@bloodgate.com>
16847              Date: Sun, 19 Dec 2004 14:28:44 +0100
16848              Message-Id: <200412191428.45898@bloodgate.com>
16849      Branch: perl
16850            ! AUTHORS
16851 ____________________________________________________________________________
16852 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
16853         Log: Subject: Re: [perl #32717] BeOS specific Updates
16854              From: bonefish@cs.tu-berlin.de
16855              Date: Fri, 17 Dec 2004 01:17:40 +0100
16856              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
16857      Branch: perl
16858            - beos/beos_flock_server.cpp beos/beos_flock_server.h
16859            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
16860            ! hints/beos.sh
16861 ____________________________________________________________________________
16862 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
16863         Log: Subject: [PATCH] bop.t follow-up to #23645
16864              From: "Craig A. Berry" <craigberry@mac.com>
16865              Date: Thu, 16 Dec 2004 08:53:32 -0600
16866              Message-ID: <41C1A16C.9040700@mac.com>
16867      Branch: perl
16868            ! t/op/bop.t
16869 ____________________________________________________________________________
16870 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
16871         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
16872              From: Andy Dougherty <doughera@lafayette.edu>
16873              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
16874              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
16875      Branch: perl
16876            ! ext/POSIX/Makefile.PL
16877 ____________________________________________________________________________
16878 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
16879         Log: Two pod2html patches from Dave Sparks :
16880
16881              Fix anchors for some function names
16882              Subject: pod2html fragment fix [PATCH]
16883              From: Gisle Aas <gisle@ActiveState.com>
16884              Date: 11 Nov 2004 14:36:46 +0100
16885              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
16886
16887              Subject: Make 'pod2html --quiet' be quiet [PATCH]
16888              From: Gisle Aas <gisle@ActiveState.com>
16889              Date: 11 Nov 2004 15:19:58 +0100
16890              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
16891      Branch: perl
16892            ! lib/Pod/Html.pm
16893 ____________________________________________________________________________
16894 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
16895         Log: Pod::Html is not part of the podlators distribution
16896      Branch: perl
16897            ! Porting/Maintainers.pl
16898 ____________________________________________________________________________
16899 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
16900         Log: Security fix from Debian in the debugger (in the setterm()
16901              function), from:
16902              Subject: Re: Security patch from Debian?
16903              From: Brendan O'Dea <bod@debian.org>
16904              Date: Thu, 2 Dec 2004 13:42:17 +1100
16905              Message-ID: <20041202024217.GA12670@londo.c47.org>
16906      Branch: perl
16907            ! lib/perl5db.pl
16908 ____________________________________________________________________________
16909 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
16910         Log: A couple of SCO compilation patches
16911
16912              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
16913              From: "Ilya N. Golubev" <gin@mo.msk.ru>
16914              Date: Tue, 14 Dec 2004 22:37:27 +0300
16915              Message-ID: <028941bf40f648-gin@mo.msk.ru>
16916
16917              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
16918              From: Andy Dougherty <doughera@lafayette.edu>
16919              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
16920              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
16921      Branch: perl
16922            ! hints/sco.sh
16923 ____________________________________________________________________________
16924 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
16925         Log: Upgrade to Test::Simple 0.54
16926      Branch: perl
16927            + lib/Test/Simple/t/is_fh.t
16928            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
16929            ! lib/Test/Simple.pm lib/Test/Simple/Changes
16930            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
16931            ! lib/Test/Simple/t/harness_active.t
16932            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
16933            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
16934            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
16935 ____________________________________________________________________________
16936 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
16937         Log: Upgrade to ExtUtils::MakeMaker 6.25
16938      Branch: perl
16939            + lib/ExtUtils/t/dir_target.t
16940            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
16941            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
16942            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16943            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
16944            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
16945            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16946            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16947            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16948            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
16949            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
16950            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
16951            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
16952            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
16953            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
16954            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
16955 ____________________________________________________________________________
16956 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
16957         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
16958      Branch: perl
16959            ! utils/h2xs.PL
16960 ____________________________________________________________________________
16961 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
16962         Log: Subject: Re: B::walkoptree segfaults
16963              From: Alexey Tourbin <at@altlinux.ru>
16964              Date: Fri, 3 Dec 2004 05:06:49 +0300
16965              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
16966      Branch: perl
16967            ! ext/B/B.pm
16968 ____________________________________________________________________________
16969 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
16970         Log: Make Sys::Syslog stricture-compliant
16971      Branch: perl
16972            ! ext/Sys/Syslog/Syslog.pm
16973 ____________________________________________________________________________
16974 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
16975         Log: Allow escaping %m as %%m in Sys::Syslog format strings
16976              (suggested by Joshua Richardson <jric@yahoo-inc.com>
16977              and Yitzchak Scott-Thoennes)
16978      Branch: perl
16979            ! ext/Sys/Syslog/Syslog.pm
16980 ____________________________________________________________________________
16981 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
16982         Log: Subject: [perl #24343] [PATCH] -w vs. -s
16983              From: "Steve Peters via RT" <perlbug-followup@perl.org>
16984              Date: 14 Dec 2004 06:41:34 -0000
16985              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
16986      Branch: perl
16987            ! pod/perlrun.pod
16988 ____________________________________________________________________________
16989 [ 23647] By: merijn                                on 2004/12/14  07:51:43
16990         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
16991              Date: 14 Dec 2004 06:29:23 -0000
16992              From: "Steve Peters via RT" <perlbug-followup@perl.org>
16993              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
16994      Branch: perl
16995            ! pod/perlfaq5.pod
16996 ____________________________________________________________________________
16997 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
16998         Log: Fix test added in change 23645 with an eval()
16999      Branch: perl
17000            ! t/op/bop.t
17001 ____________________________________________________________________________
17002 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
17003         Log: Test patch for already-solved bug #33003,
17004              by Michael G Schwern.
17005      Branch: perl
17006            ! t/op/bop.t
17007 ____________________________________________________________________________
17008 [ 23644] By: steveh                                on 2004/12/13  17:26:46
17009         Log: Document gv_stashpvn
17010
17011              This is already in the API supported by Devel::PPPort, and is
17012              more efficient than gv_stashpv if the length is already known.
17013      Branch: perl
17014            ! embed.fnc gv.c pod/perlapi.pod
17015 ____________________________________________________________________________
17016 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
17017         Log: Subject: [PATCH] FileCache without import
17018              From: Michael G Schwern <schwern@pobox.com>
17019              Date: Sat, 11 Dec 2004 18:58:32 -0500
17020              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
17021      Branch: perl
17022            + lib/FileCache/t/07noimport.t
17023            ! MANIFEST lib/FileCache.pm
17024 ____________________________________________________________________________
17025 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
17026         Log: Subject: [PATCH] perlipc typo
17027              From: Brendan O'Dea <bod@debian.org>
17028              Date: Sun, 12 Dec 2004 10:25:04 +1100
17029              Message-ID: <20041211232504.GA8380@londo.c47.org>
17030      Branch: perl
17031            ! pod/perlipc.pod
17032 ____________________________________________________________________________
17033 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
17034         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
17035              From: "Craig A. Berry" <craigberry@mac.com>
17036              Date: Sat, 11 Dec 2004 11:03:57 -0600
17037              Message-ID: <41BB287D.6090001@mac.com>
17038      Branch: perl
17039            ! t/op/taint.t
17040 ____________________________________________________________________________
17041 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
17042         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
17043              From: Gisle Aas <gisle@ActiveState.com>
17044              Date: 11 Dec 2004 02:57:19 -0800
17045              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
17046      Branch: perl
17047            ! utf8.c
17048 ____________________________________________________________________________
17049 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
17050         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
17051              From: mjtg@cam.ac.uk (Mike Guy)
17052              Date: Fri, 10 Dec 2004 19:08:01 +0000
17053              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
17054      Branch: perl
17055            ! pod/perlfunc.pod
17056 ____________________________________________________________________________
17057 [ 23638] By: steveh                                on 2004/12/10  14:58:59
17058         Log: Fix Win32 breakage caused by change 23610
17059
17060              Simply skip the offending tests on Win32.  There is no sense in testing
17061              that $Config dir entries appear in @INC because the $Config entries
17062              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
17063              win32/Makefile), whereas @INC entries are dynamic, based on where
17064              perlXX.dll is currently located.
17065      Branch: perl
17066            ! lib/Config.t
17067 ____________________________________________________________________________
17068 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
17069         Log: Pod nit ([perl #32800])
17070      Branch: perl
17071            ! pod/perlfunc.pod
17072 ____________________________________________________________________________
17073 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
17074         Log: Subject: [PATCH] Test rt.perl.org 5900
17075              From: Michael G Schwern <schwern@pobox.com>
17076              Date: Thu, 9 Dec 2004 22:11:59 -0500
17077              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
17078      Branch: perl
17079            ! t/op/taint.t
17080 ____________________________________________________________________________
17081 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
17082         Log: Subject: [PATCH] cleanup t/op/taint.t
17083              From: Michael G Schwern <schwern@pobox.com>
17084              Date: Fri, 10 Dec 2004 02:04:49 -0500
17085              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
17086
17087              Subject: [PATCH] Add todo_skip() to test.pl
17088              From: Michael G Schwern <schwern@pobox.com>
17089              Date: Fri, 10 Dec 2004 04:27:06 -0500
17090              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
17091      Branch: perl
17092            ! t/op/taint.t t/test.pl
17093 ____________________________________________________________________________
17094 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
17095         Log: Evade using @ in the 1 liner with some perl 1 syntax.
17096      Branch: perl
17097            ! lib/Config.t
17098 ____________________________________________________________________________
17099 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
17100         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
17101              From: Robin Barker <Robin.Barker@npl.co.uk>
17102              Date: Wed, 1 Dec 2004 15:15:44 -0000
17103              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
17104      Branch: perl
17105            ! perl.h
17106 ____________________________________________________________________________
17107 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
17108         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
17109              From: Gisle Aas <gisle@activestate.com>
17110              Date: 06 Dec 2004 02:59:24 -0800
17111              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
17112      Branch: perl
17113            ! utf8.h
17114 ____________________________________________________________________________
17115 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
17116         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
17117              From: Gisle Aas <gisle@ActiveState.com>
17118              Date: 03 Dec 2004 06:09:19 -0800
17119              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
17120      Branch: perl
17121            ! ext/PerlIO/t/encoding.t
17122 ____________________________________________________________________________
17123 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
17124         Log: Upgrade to perldoc 3.14
17125      Branch: perl
17126            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
17127 ____________________________________________________________________________
17128 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
17129         Log: Fix test to cope with the previous h2ph change.
17130      Branch: perl
17131            ! t/lib/h2ph.pht
17132 ____________________________________________________________________________
17133 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
17134         Log: Subject: [perl #32962] h2ph - use of local() in generated code
17135              From: Peter.Dintelmann@dresdner-bank.com (via RT)
17136              Date: 8 Dec 2004 15:49:32 -0000
17137              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
17138      Branch: perl
17139            ! utils/h2ph.PL
17140 ____________________________________________________________________________
17141 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
17142         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
17143              From: "Jos I. Boumans" <kane@xs4all.net>
17144              Date: Wed, 8 Dec 2004 14:24:19 +0100
17145              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
17146      Branch: perl
17147            + lib/FileCache/t/06export.t
17148            ! MANIFEST lib/FileCache.pm
17149 ____________________________________________________________________________
17150 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
17151         Log: Avoid getting the stash name twice (at least visually, if not also
17152              in the generated code)
17153      Branch: perl
17154            ! sv.c
17155 ____________________________________________________________________________
17156 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
17157         Log: Upgrade to Encode 2.09
17158      Branch: perl
17159            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
17160            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
17161            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
17162 ____________________________________________________________________________
17163 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
17164         Log: Revert part of the change to gv_fullname4(), as the change seems to
17165              be fractionally slower. Re-investigation prompted by a comment from
17166              Tim Bunce, who seems to be more on the ball than I am.
17167      Branch: perl
17168            ! gv.c
17169 ____________________________________________________________________________
17170 [ 23622] By: steveh                                on 2004/12/07  10:50:26
17171         Log: Update AUTHORS (for changes #23200 and #23621)
17172      Branch: perl
17173            ! AUTHORS
17174 ____________________________________________________________________________
17175 [ 23621] By: steveh                                on 2004/12/07  10:35:59
17176         Log: Updates to README.win32 (aka perlwin32), with some changes.
17177
17178              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
17179              From: Max Maischein <corion@corion.net>
17180              Date: Sun, 05 Dec 2004 19:39:40 +0100
17181              Message-ID: <41B355EC.9010505@corion.net>
17182      Branch: perl
17183            ! README.win32
17184 ____________________________________________________________________________
17185 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
17186         Log: Upgrade to Term::ANSIColor 1.09
17187      Branch: perl
17188            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
17189            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
17190 ____________________________________________________________________________
17191 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
17192         Log: Small addition to perlsec by Stas Bekman.
17193      Branch: perl
17194            ! pod/perlsec.pod
17195 ____________________________________________________________________________
17196 [ 23618] By: steveh                                on 2004/12/06  15:54:30
17197         Log: Fix another Win32 breakage caused by change 23554
17198      Branch: perl
17199            ! t/win32/system.t
17200 ____________________________________________________________________________
17201 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
17202         Log: Break out setting $^X into its own static function S_set_caret_X
17203      Branch: perl
17204            ! perl.c
17205 ____________________________________________________________________________
17206 [ 23616] By: steveh                                on 2004/12/06  14:42:32
17207         Log: Fix typo from change 23554 which screwed up Windows smokes
17208      Branch: perl
17209            ! win32/Makefile
17210 ____________________________________________________________________________
17211 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
17212         Log: sanity check the arguments to runperl(), to try to avoid it
17213              hanging waiting on STDIN for a script.
17214      Branch: perl
17215            ! t/test.pl
17216 ____________________________________________________________________________
17217 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
17218         Log: Remove spurious semicolons
17219              (As these 2 are spare, I guess I should send them to Mark Rhodes
17220              (former office mate) as he often said that he kept mislaying his)
17221      Branch: perl
17222            ! gv.h
17223 ____________________________________________________________________________
17224 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
17225         Log: Tests for Config.pm much better now - toDONE
17226      Branch: perl
17227            ! pod/perltodo.pod
17228 ____________________________________________________________________________
17229 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
17230         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
17231              gv_fullname4 and gv_efullname4 directly, saving overhead.
17232      Branch: perl
17233            ! embed.fnc embed.h gv.h proto.h
17234 ____________________________________________________________________________
17235 [ 23611] By: merijn                                on 2004/12/06  12:00:10
17236         Log: New Itanium servers
17237      Branch: perl
17238            ! README.hpux
17239 ____________________________________________________________________________
17240 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
17241         Log: Check that @INC entries and %Config path entries are consistent.
17242      Branch: perl
17243            ! lib/Config.t
17244 ____________________________________________________________________________
17245 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
17246         Log: gv_fullname4() can get rid of the main:: for us.
17247              (well, actually, it never puts it in)
17248      Branch: perl
17249            ! op.c
17250 ____________________________________________________________________________
17251 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
17252         Log: $foo::_ was wrongly forced as $main::_.
17253              Since we still want "our $_" to be always forced to $main::_,
17254              deplace the forcing code at our-pad allocation time.
17255              (Making execution probably a tiny bit faster)
17256      Branch: perl
17257            ! gv.c op.c t/op/mydef.t
17258 ____________________________________________________________________________
17259 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
17260         Log: Remove double checking of acceptable switches on tr/// ops.
17261      Branch: perl
17262            ! toke.c
17263 ____________________________________________________________________________
17264 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
17265         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
17266              The latter gives larger code, is less clear and can't be any faster
17267      Branch: perl
17268            ! perl.c toke.c
17269 ____________________________________________________________________________
17270 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
17271         Log: Small code tidy up in gv_fullname4
17272      Branch: perl
17273            ! gv.c
17274 ____________________________________________________________________________
17275 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
17276         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
17277              They seem to produce slightly smaller object code too.
17278      Branch: perl
17279            ! gv.c
17280 ____________________________________________________________________________
17281 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
17282         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
17283      Branch: perl
17284            ! perl.c
17285 ____________________________________________________________________________
17286 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
17287         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
17288              S_pushinc into a new function S_pushinc_if_exists
17289              Avoid the SV copy when pushing onto @INC by creating a new scratch
17290              SV each time a push is done.
17291      Branch: perl
17292            ! perl.c
17293 ____________________________________________________________________________
17294 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
17295         Log: Subject: [PATCH] configure.com: no more CONFIG=true
17296              From: "Craig A. Berry" <craigberry@mac.com>
17297              Message-ID: <41AF87BA.1080108@mac.com>
17298              Date: Thu, 02 Dec 2004 15:23:06 -0600
17299      Branch: perl
17300            ! configure.com
17301 ____________________________________________________________________________
17302 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
17303         Log: 2 new BeOS files were missing
17304      Branch: perl
17305            ! MANIFEST
17306 ____________________________________________________________________________
17307 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
17308         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
17309              From: Jarkko Hietaniemi <jhi@iki.fi>
17310              Message-ID: <41ADFD95.4030007@iki.fi>
17311              Date: Wed, 01 Dec 2004 19:21:25 +0200
17312      Branch: perl
17313            ! Makefile.SH
17314 ____________________________________________________________________________
17315 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
17316         Log: &test in constant.t is vestigial, so amputate it.
17317      Branch: perl
17318            ! lib/constant.t
17319 ____________________________________________________________________________
17320 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
17321         Log: Tidy up the reference name stringification to save getting the
17322              hash name twice. Pleasant side effect is 44 byte smaller object
17323              file. (A small win is still a win)
17324      Branch: perl
17325            ! sv.c
17326 ____________________________________________________________________________
17327 [ 23584] By: merijn                                on 2004/12/01  13:44:24
17328         Log: Subject: [perl #32717] BeOS specific Updates
17329              Date: 30 Nov 2004 15:38:32 -0000
17330              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
17331              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
17332      Branch: perl
17333            + beos/beos_flock_server.cpp beos/beos_flock_server.h
17334            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
17335            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
17336            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
17337 ____________________________________________________________________________
17338 [ 23583] By: merijn                                on 2004/12/01  13:29:18
17339         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
17340              Date: Wed, 01 Dec 2004 07:24:45 -0600
17341              From: "Craig A. Berry" <craigberry@mac.com>
17342              Message-ID: <41ADC61D.8010407@mac.com>
17343      Branch: perl
17344            ! vms/descrip_mms.template
17345 ____________________________________________________________________________
17346 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
17347         Log: MANIFEST.SKIP is missing from the list of files that come
17348              with MakeMaker
17349      Branch: perl
17350            ! Porting/Maintainers.pl
17351 ____________________________________________________________________________
17352 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
17353         Log: Add placeholders for the new strlcat and strlcpy entries in
17354              config.sh, to ensure that the config.h generated for cross-
17355              compilation will still work.
17356      Branch: perl
17357            ! Cross/config.sh-arm-linux
17358 ____________________________________________________________________________
17359 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
17360         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
17361      Branch: perl
17362            ! MANIFEST
17363 ____________________________________________________________________________
17364 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
17365         Log: Add perl586delta.pod to all the necessary makefiles and tables of
17366              contents.
17367      Branch: perl
17368            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
17369            ! win32/pod.mak
17370 ____________________________________________________________________________
17371 [ 23571] By: merijn                                on 2004/11/30  15:11:01
17372         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
17373              Date: Tue, 30 Nov 2004 09:29:06 -0600
17374              From: Steve Peters <steve@fisharerojo.org>
17375              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
17376      Branch: perl
17377            ! hints/openbsd.sh
17378 ____________________________________________________________________________
17379 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
17380         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
17381      Branch: perl
17382           +> pod/perl586delta.pod
17383            ! MANIFEST
17384           !> pod/perlhist.pod
17385 ____________________________________________________________________________
17386 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
17387         Log: Protection against trailing spaces in embed.fnc
17388      Branch: perl
17389            ! autodoc.pl embed.pl
17390 ____________________________________________________________________________
17391 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
17392         Log: Remove trailing whitespace that found their way in the docs
17393              (spotted by Stas Bekman)
17394      Branch: perl
17395            ! embed.fnc pod/perlapi.pod proto.h
17396 ____________________________________________________________________________
17397 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
17398         Log: Upgrade to Test::Simple 0.53
17399      Branch: perl
17400            + lib/Test/Simple/t/circular_data.t
17401            + lib/Test/Simple/t/overload_threads.t
17402            + lib/Test/Simple/t/plan_bad.t
17403            + lib/Test/Simple/t/plan_shouldnt_import.t
17404            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
17405            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
17406            ! lib/Test/Simple.pm lib/Test/Simple/Changes
17407            ! lib/Test/Simple/README lib/Test/Simple/TODO
17408            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
17409            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
17410            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
17411            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
17412 ____________________________________________________________________________
17413 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
17414         Log: Skip generating all the code to deal with "" strings in config.sh
17415              if there aren't any. '' only code is much simpler.
17416      Branch: perl
17417            ! configpm
17418 ____________________________________________________________________________
17419 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
17420         Log: Given that there is a pre-built cache, no need for @v_fast
17421      Branch: perl
17422            ! configpm
17423 ____________________________________________________________________________
17424 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
17425         Log: The byteorder code doesn't need to be in Config.pm if byteorder
17426              isn't actually a frequently looked up value.
17427      Branch: perl
17428            ! configpm
17429 ____________________________________________________________________________
17430 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
17431         Log: Need to stub the public functions to keep some existing code
17432              working.
17433              No need to keep $Config_SH around in memory when we can easily
17434              re-create it.
17435      Branch: perl
17436            ! configpm
17437 ____________________________________________________________________________
17438 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
17439         Log: Generate the precached %Config entries based on some empirical
17440              data, rather than just guesswork.
17441      Branch: perl
17442            ! Makefile.SH configpm
17443 ____________________________________________________________________________
17444 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
17445         Log: Subject: [PATCH] Re: getting Config.pm on a diet
17446              From: "Craig A. Berry" <craigberry@mac.com>
17447              Message-ID: <41A8F225.7080902@mac.com>
17448              Date: Sat, 27 Nov 2004 15:31:17 -0600
17449      Branch: perl
17450            ! vms/descrip_mms.template
17451 ____________________________________________________________________________
17452 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
17453         Log: Hateful cAsE iNsEnSiTiVe file systems
17454      Branch: perl
17455            ! configpm
17456 ____________________________________________________________________________
17457 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
17458         Log: Put Config.pm on a diet. 3K rather than 32K
17459              configpm now generates 2 files, a small Config.pm containing the
17460              commonly used functions and values, which AUTOLOADs a
17461              Config_heavy.pl containing anything else needed.
17462              The "common" values in the small Config.pm may need some
17463              tweaking, based on real world data.
17464      Branch: perl
17465            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
17466            ! win32/makefile.mk
17467 ____________________________________________________________________________
17468 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
17469         Log: Clarify the return values of pos, particularly 0 and undef, as
17470              suggested by Stas Bekman
17471      Branch: perl
17472            ! pod/perlfunc.pod
17473 ____________________________________________________________________________
17474 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
17475         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
17476              PL_use_safe_putenv, based on text by Stas Bekman
17477      Branch: perl
17478            ! INSTALL
17479 ____________________________________________________________________________
17480 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
17481         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
17482              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17483              Date: 26 Nov 2004 17:14:33 -0000
17484              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
17485      Branch: perl
17486            ! lib/Term/Complete.pm
17487 ____________________________________________________________________________
17488 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
17489         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
17490
17491              Subject: [PATCH] h2ph vs __asm__
17492              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
17493              Date: Thu, 25 Nov 2004 17:24:43 +0100
17494              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
17495      Branch: perl
17496            ! utils/h2ph.PL
17497 ____________________________________________________________________________
17498 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
17499         Log: Doc nit for B::Lint
17500              Subject: [PATCH] B::Lint
17501              From: Andy Lester <andy@petdance.com>
17502              Date: Fri, 26 Nov 2004 00:30:48 -0600
17503              Message-ID: <20041126063048.GA10161@petdance.com>
17504      Branch: perl
17505            ! ext/B/B/Lint.pm
17506 ____________________________________________________________________________
17507 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
17508         Log: The change to the internal representation introduced a bug whereby
17509              the key returned by FIRSTKEY had an erroneous leading newline.
17510              EXISTS was also buggy.
17511      Branch: perl
17512            ! configpm lib/Config.t
17513 ____________________________________________________________________________
17514 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
17515         Log: Make configpm and the generated Config.pm strict and warnings
17516              clean.
17517      Branch: perl
17518            ! configpm
17519 ____________________________________________________________________________
17520 [ 23543] By: steveh                                on 2004/11/26  10:56:12
17521         Log: Fix Win32 breakage caused by changes 23535/23542.
17522      Branch: perl
17523            ! lib/Config.t
17524 ____________________________________________________________________________
17525 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
17526         Log: Generate the virtual entries at Config.pm build time, as they
17527              don't change. This lets us get rid of the entire "fetch_virtual"
17528              baggage, and makes the config_re lookup work for the virtual
17529              entries.
17530      Branch: perl
17531            ! configpm lib/Config.t
17532 ____________________________________________________________________________
17533 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
17534         Log: Cheat. (Add a leading newline, and so remove all the special
17535              casing for "if we're at the start of $Config_SH")
17536      Branch: perl
17537            ! configpm lib/Config.t
17538 ____________________________________________________________________________
17539 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
17540         Log: Add an exists test for the things we loop over
17541      Branch: perl
17542            ! lib/Config.t
17543 ____________________________________________________________________________
17544 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
17545         Log: The first entry in the virtual config.sh is special cased. So
17546              test it.
17547      Branch: perl
17548            ! lib/Config.t
17549 ____________________________________________________________________________
17550 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
17551         Log: Make $Config{libs_nolargefiles} and
17552              $Config{libswanted_nolargefiles} work. (For the first time)
17553      Branch: perl
17554            ! configpm lib/Config.t
17555 ____________________________________________________________________________
17556 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
17557         Log: Test the currently working virtual %Config entries
17558      Branch: perl
17559            ! lib/Config.t
17560 ____________________________________________________________________________
17561 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
17562         Log: Subject: RC1 pod fix #anchor
17563              From: Stas Bekman <stas@stason.org>
17564              Date: Wed, 24 Nov 2004 10:57:21 -0500
17565              Message-ID: <41A4AF61.9080408@stason.org>
17566      Branch: perl
17567            ! pod/perlrun.pod
17568 ____________________________________________________________________________
17569 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
17570         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
17571              From: Stas Bekman <stas@stason.org>
17572              Date: Wed, 24 Nov 2004 11:25:14 -0500
17573              Message-ID: <41A4B5EA.3020804@stason.org>
17574      Branch: perl
17575            ! pod/perlipc.pod
17576 ____________________________________________________________________________
17577 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
17578         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
17579              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17580              Date: 21 Nov 2004 04:38:09 -0000
17581              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
17582      Branch: perl
17583            ! pod/perlvar.pod
17584 ____________________________________________________________________________
17585 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
17586         Log: Wrap some long lines
17587      Branch: perl
17588            ! lib/Config.t
17589 ____________________________________________________________________________
17590 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
17591         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
17592              after eval or require
17593      Branch: perl
17594            ! t/comp/package.t toke.c
17595 ____________________________________________________________________________
17596 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
17597         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
17598              From: Michael G Schwern <schwern@pobox.com>
17599              Date: Fri, 19 Nov 2004 14:28:56 -0500
17600              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
17601      Branch: perl
17602            ! ext/POSIX/POSIX.pod
17603 ____________________________________________________________________________
17604 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
17605         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
17606              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17607              Date: 23 Nov 2004 00:04:24 -0000
17608              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
17609      Branch: perl
17610            ! ext/B/B/Deparse.pm
17611 ____________________________________________________________________________
17612 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
17613         Log: Subject: [PATCH] warnings.t portability tweaks
17614              From: "Craig A. Berry" <craigberry@mac.com>
17615              Date: Sat, 20 Nov 2004 10:29:47 -0600
17616              Message-ID: <419F70FB.7000100@mac.com>
17617      Branch: perl
17618            ! t/lib/warnings/9uninit t/lib/warnings/perlio
17619 ____________________________________________________________________________
17620 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
17621         Log: Assimilate Test-Simple 0.50
17622      Branch: perl
17623            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
17624            + lib/Test/Simple/t/00test_harness_check.t
17625            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
17626            + lib/Test/Simple/t/fail_one.t
17627            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
17628            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
17629            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
17630            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
17631            ! lib/Test/Simple.pm lib/Test/Simple/Changes
17632            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
17633            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
17634            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17635            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
17636            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
17637            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
17638            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
17639            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
17640            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
17641            ! t/lib/TieOut.pm
17642 ____________________________________________________________________________
17643 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
17644         Log: genuine possible buffer problems spotted by flawfinder
17645      Branch: perl
17646            ! regcomp.c util.c
17647 ____________________________________________________________________________
17648 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
17649         Log: Make "err" a weak keyword;
17650              that is, it will be overriden by any sub named "err", except when
17651              really an operator is expected at this point. ([perl #32347])
17652      Branch: perl
17653            ! t/op/dor.t toke.c
17654 ____________________________________________________________________________
17655 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
17656         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
17657              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
17658              Date: 18 Nov 2004 18:09:54 -0000
17659              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
17660      Branch: perl
17661            ! ext/POSIX/POSIX.pod
17662 ____________________________________________________________________________
17663 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
17664         Log: Bump version number
17665      Branch: perl
17666            ! lib/ExtUtils/Constant.pm
17667 ____________________________________________________________________________
17668 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
17669         Log: Remaining nit in the deparsing of reversed foreach loops
17670      Branch: perl
17671            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17672 ____________________________________________________________________________
17673 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
17674         Log: Fix deparsing of reversed foreach loops,
17675              plus a bug in the previous commit
17676      Branch: perl
17677            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17678 ____________________________________________________________________________
17679 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
17680         Log: Fix deparsing of reversed sort and descending sorts,
17681              due to the recent optimisations on this part of the optree.
17682      Branch: perl
17683            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17684 ____________________________________________________________________________
17685 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
17686         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
17687              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17688              Date: 12 Nov 2004 02:47:36 -0000
17689              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
17690      Branch: perl
17691            ! lib/File/Find.pm lib/File/Find/t/find.t
17692 ____________________________________________________________________________
17693 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
17694         Log: PerlFAQ sync.
17695      Branch: perl
17696            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
17697            ! pod/perlfaq7.pod
17698 ____________________________________________________________________________
17699 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
17700         Log: Fix a couple of typos.
17701      Branch: perl
17702            ! hv.c utf8.c
17703 ____________________________________________________________________________
17704 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
17705         Log: Subject: SuSE's perl safe_putenf diff
17706              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
17707              Date: Thu, 11 Nov 2004 15:54:43 +0100
17708              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
17709
17710              slightly reworked to make the PL_use_safe_putenv variable fit in
17711              the current framework. This patch turns on the use of safe putenv
17712              for any application that embeds a perl interpreter.
17713      Branch: perl
17714            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
17715            ! util.c
17716 ____________________________________________________________________________
17717 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
17718         Log: Subject: [PATCH] perl5db.pl POD cleanup
17719              From: Autrijus Tang <autrijus@autrijus.org>
17720              Date: Fri, 12 Nov 2004 12:41:33 +0800
17721              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
17722      Branch: perl
17723            ! lib/perl5db.pl
17724 ____________________________________________________________________________
17725 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
17726         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
17727              From: Andy Dougherty <doughera@lafayette.edu>
17728              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
17729              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
17730      Branch: perl
17731            ! t/op/time.t
17732 ____________________________________________________________________________
17733 [ 23501] By: steveh                                on 2004/11/16  10:55:20
17734         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
17735
17736              (autodoc.pl was already done by change 23371.)
17737      Branch: perl
17738            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
17739            ! warnings.pl
17740 ____________________________________________________________________________
17741 [ 23500] By: merijn                                on 2004/11/16  10:49:35
17742         Log: Subject: [PATCH] s/hierachy/hierarchy/
17743              Date: Mon, 15 Nov 2004 15:59:14 -0700
17744              From: "Larry Shatzer Jr." <larrysh@cpan.org>
17745              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
17746      Branch: perl
17747            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
17748 ____________________________________________________________________________
17749 [ 23499] By: steveh                                on 2004/11/16  09:42:50
17750         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
17751
17752              Also limit the scope of the locks in a couple of places, as suggested
17753              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
17754      Branch: perl
17755            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
17756 ____________________________________________________________________________
17757 [ 23498] By: merijn                                on 2004/11/14  07:02:20
17758         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
17759              From: Abe Timmerman <abe@ztreet.demon.nl>
17760              Date: Sun, 14 Nov 2004 00:48:17 +0100
17761              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
17762      Branch: perl
17763            ! vms/descrip_mms.template vms/test.com
17764 ____________________________________________________________________________
17765 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
17766         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
17767              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
17768              Date: 10 Nov 2004 18:30:38 -0000
17769              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
17770      Branch: perl
17771            ! lib/constant.pm lib/constant.t
17772 ____________________________________________________________________________
17773 [ 23496] By: merijn                                on 2004/11/12  20:47:19
17774         Log: Subject: [perl #32419] Spelling fixes for perl@23492
17775              Date: 12 Nov 2004 16:14:49 -0000
17776              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
17777              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
17778      Branch: perl
17779            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
17780            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
17781            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
17782            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
17783            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
17784            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
17785 ____________________________________________________________________________
17786 [ 23495] By: merijn                                on 2004/11/12  20:26:17
17787         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
17788              Date: Fri, 12 Nov 2004 11:15:47 -0600
17789              From: steve@fisharerojo.org
17790              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
17791      Branch: perl
17792            ! lib/ExtUtils/Constant.pm
17793 ____________________________________________________________________________
17794 [ 23494] By: davem                                 on 2004/11/12  18:59:06
17795         Log: Add some descriptive text from Larry to op.c on how optrees are built
17796      Branch: perl
17797            ! op.c
17798 ____________________________________________________________________________
17799 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
17800         Log: Replace a skip by a todo.
17801              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
17802              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17803              Date: Wed, 10 Nov 2004 01:30:14 -0800
17804              Message-ID: <20041110093014.GA1676@efn.org>
17805      Branch: perl
17806            ! t/io/tell.t
17807 ____________________________________________________________________________
17808 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
17809         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
17810              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17811              Date: Tue, 9 Nov 2004 17:40:13 -0800
17812              Message-ID: <20041110014012.GA2796@efn.org>
17813      Branch: perl
17814            ! t/io/tell.t
17815 ____________________________________________________________________________
17816 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
17817         Log: Adjust test count for non-windows machines
17818      Branch: perl
17819            ! ext/IO/t/io_file.t
17820 ____________________________________________________________________________
17821 [ 23489] By: merijn                                on 2004/11/09  17:53:53
17822         Log: Subject: [PATCH] fix IO::File to support binmode
17823              From: "Jos I. Boumans" <kane@dwim.org>
17824              Date: Tue, 9 Nov 2004 16:59:27 +0100
17825              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
17826      Branch: perl
17827            + ext/IO/t/io_file.t
17828            ! MANIFEST ext/IO/lib/IO/File.pm
17829 ____________________________________________________________________________
17830 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
17831         Log: No more late changes, dammit
17832      Branch: perl
17833            ! ext/B/t/optree_concise.t
17834 ____________________________________________________________________________
17835 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
17836         Log: Subject: Re: optree tests and VMS progress (no really)
17837              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17838              Date: Sun, 7 Nov 2004 23:24:15 -0800
17839              Message-ID: <20041108072415.GA3928@efn.org>
17840      Branch: perl
17841            ! ext/B/t/OptreeCheck.pm
17842 ____________________________________________________________________________
17843 [ 23482] By: davem                                 on 2004/11/06  11:59:16
17844         Log: document regcomp.c/regexec.c's dual life under ext/re/
17845      Branch: perl
17846            ! regcomp.c regexec.c
17847 ____________________________________________________________________________
17848 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
17849         Log: Subject: Re: optree tests and VMS progress (no really)
17850              From: Jim Cromie <jim.cromie@gmail.com>
17851              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
17852              Date: Sat, 6 Nov 2004 00:57:13 -0700
17853      Branch: perl
17854            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
17855            ! ext/B/t/optree_concise.t
17856 ____________________________________________________________________________
17857 [ 23475] By: merijn                                on 2004/11/05  14:16:27
17858         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
17859              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
17860              From: Andy Dougherty <doughera@lafayette.edu>
17861              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
17862      Branch: perl
17863            ! INSTALL
17864 ____________________________________________________________________________
17865 [ 23474] By: merijn                                on 2004/11/05  13:07:16
17866         Log: Skip failing thread/wait tests on HP-UX 10.20
17867              These will never ever be fixed, since 10.20 is obsolete
17868              perl583delta describes this. The quote is included in wait.t
17869      Branch: perl
17870            ! ext/threads/shared/t/wait.t
17871 ____________________________________________________________________________
17872 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
17873         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
17874              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
17875              Date: 4 Nov 2004 20:12:36 -0000
17876              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
17877      Branch: perl
17878            ! lib/Benchmark.pm lib/Benchmark.t
17879 ____________________________________________________________________________
17880 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
17881         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
17882              From: Rick Delaney <rick@bort.ca>
17883              Date: Sun, 31 Oct 2004 22:40:40 -0500
17884              Message-ID: <20041101034040.GC1232@biff.bort.ca>
17885      Branch: perl
17886            + t/op/regexp_qr.t
17887            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
17888 ____________________________________________________________________________
17889 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
17890         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
17891              From: Rick Delaney <rick@bort.ca>
17892              Date: Wed, 3 Nov 2004 19:46:16 -0500
17893              Message-ID: <20041104004616.GA11214@biff.bort.ca>
17894      Branch: perl
17895            ! lib/overload.pm lib/overload.t
17896 ____________________________________________________________________________
17897 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
17898         Log: Mostly revert change #23347 (keep the test suite, fixed),
17899              having decided that it wasn't a correct fix for bug #31793.
17900      Branch: perl
17901            ! lib/overload.pm lib/overload.t
17902 ____________________________________________________________________________
17903 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
17904         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
17905              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17906              Date: Tue, 2 Nov 2004 17:24:29 -0800
17907              Message-ID: <20041103012429.GA7196@efn.org>
17908      Branch: perl
17909            ! util.h
17910 ____________________________________________________________________________
17911 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
17912         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
17913              From: "Craig A. Berry" <craigberry@mac.com>
17914              Date: Tue, 02 Nov 2004 20:02:04 -0600
17915              Message-ID: <41883C1C.3080108@mac.com>
17916      Branch: perl
17917            ! configure.com
17918 ____________________________________________________________________________
17919 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
17920         Log: FAQ sync
17921      Branch: perl
17922            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17923            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17924            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17925            ! pod/perlfaq9.pod
17926 ____________________________________________________________________________
17927 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
17928         Log: Reformulate an error
17929              (so the error message given by "perl -M" is a bit more
17930              meaningful, as Jarkko pointed out)
17931      Branch: perl
17932            ! perl.c pod/perldiag.pod
17933 ____________________________________________________________________________
17934 [ 23457] By: merijn                                on 2004/11/01  13:26:43
17935         Log: New Glossary and samples for blead
17936              Glossary now is in line with recent changes to config_h.SH
17937      Branch: perl
17938            ! Porting/Glossary Porting/config.sh Porting/config_H
17939 ____________________________________________________________________________
17940 [ 23455] By: merijn                                on 2004/11/01  12:51:52
17941         Log: Since strlcat/strlcpy are not argument/return value compatible
17942              with strncat/strncpy, replace the misleading defines with comment
17943      Branch: perl
17944            ! handy.h
17945 ____________________________________________________________________________
17946 [ 23450] By: merijn                                on 2004/10/31  16:33:17
17947         Log: The next step in strlcat ()/ strcpy () detection and usage
17948              preparation. Change to handy.h eeded for config_h.SH
17949      Branch: perl
17950            ! config_h.SH handy.h
17951 ____________________________________________________________________________
17952 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
17953         Log: Make TEST and harness skip tests for extensions that were not
17954              configured. Currently this skipping is silent - maybe they should
17955              report what they are skipping.
17956      Branch: perl
17957            ! t/TEST t/harness
17958 ____________________________________________________________________________
17959 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
17960         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
17961              From: Jim Cromie <jim.cromie@gmail.com>
17962              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
17963              Date: Mon, 25 Oct 2004 16:36:40 -0600
17964      Branch: perl
17965            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
17966 ____________________________________________________________________________
17967 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
17968         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
17969      Branch: perl
17970            ! perl.c sv.c
17971 ____________________________________________________________________________
17972 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
17973         Log: Skip tests if Devel::Peek not built
17974      Branch: perl
17975            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
17976            ! ext/threads/t/join.t lib/base/t/fields-base.t
17977 ____________________________________________________________________________
17978 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
17979         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
17980      Branch: perl
17981            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
17982            ! lib/File/Spec/VMS.pm
17983 ____________________________________________________________________________
17984 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
17985         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
17986      Branch: perl
17987            + lib/I18N/LangTags/t/20_locales.t
17988 ____________________________________________________________________________
17989 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
17990         Log: Correct change 23437 - as Config isn't imported, need to use a fully
17991              qualified package
17992      Branch: perl
17993            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
17994            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
17995            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
17996            ! ext/B/t/optree_varinit.t
17997 ____________________________________________________________________________
17998 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
17999         Log: Assimilate I18N::LangTags 0.35
18000      Branch: perl
18001            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18002            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
18003 ____________________________________________________________________________
18004 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
18005         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
18006              Date: Sun, 31 Oct 2004 04:01:42 -0500
18007              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
18008              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
18009      Branch: perl
18010            ! hints/irix_6.sh
18011 ____________________________________________________________________________
18012 [ 23438] By: davem                                 on 2004/10/30  23:25:37
18013         Log: Using foreach on threads::shared array crashes perl
18014              The FETCH code for shared aggregate elements could leak a shared RV
18015              address into a private SV. RVs are now handled specially, in the
18016              same way that they already were for scalar shared magic.
18017      Branch: perl
18018            ! ext/threads/shared/shared.xs
18019 ____________________________________________________________________________
18020 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
18021         Log: Skip tests that require Data::Dumper if it is not built
18022      Branch: perl
18023            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
18024            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
18025            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
18026            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
18027            ! lib/ExtUtils/t/prereq_print.t
18028 ____________________________________________________________________________
18029 [ 23436] By: merijn                                on 2004/10/30  16:11:15
18030         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
18031      Branch: perl
18032            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
18033            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18034            ! win32/config_H.vc64 wince/config_H.ce
18035 ____________________________________________________________________________
18036 [ 23435] By: merijn                                on 2004/10/30  15:54:48
18037         Log: Added probes for strlcat () and strlcpy () to Configure
18038              Re-ordered config_h.SH
18039      Branch: perl
18040            ! Configure Makefile.SH config_h.SH
18041 ____________________________________________________________________________
18042 [ 23433] By: davem                                 on 2004/10/29  21:04:17
18043         Log: Threading crash with closures
18044              various OpREFCNT_inc() operations weren't doing locking
18045      Branch: perl
18046            ! pad.c regcomp.c sv.c
18047 ____________________________________________________________________________
18048 [ 23432] By: steveh                                on 2004/10/29  14:12:02
18049         Log: Document sv_magic() changes brought about by sv_magicext()
18050
18051              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
18052              but didn't update the documentation for sv_magic() to reflect
18053              the changed handling of the name/namlen arguments.
18054
18055              Also correct a couple of typos, and mention sv_magicext() in
18056              perlguts.
18057      Branch: perl
18058            ! pod/perlapi.pod pod/perlguts.pod sv.c
18059 ____________________________________________________________________________
18060 [ 23431] By: merijn                                on 2004/10/29  13:56:03
18061         Log: Subject: [PATCH] 36 additional tests for B
18062              From: Steve Peters <steve@fisharerojo.org>
18063              Date: Fri, 29 Oct 2004 00:53:22 -0500
18064              Message-Id: <200410290053.22947.steve@fisharerojo.org>
18065      Branch: perl
18066            ! ext/B/t/b.t
18067 ____________________________________________________________________________
18068 [ 23426] By: davem                                 on 2004/10/27  22:50:57
18069         Log: include flags and refcount in the list of leaked scalars
18070      Branch: perl
18071            ! perl.c
18072 ____________________________________________________________________________
18073 [ 23425] By: ams                                   on 2004/10/27  11:27:27
18074         Log: Subject: [PATCH] lib/Carp.t improvements
18075              From: "Craig A. Berry" <craigberry@mac.com>
18076              Date: Tue, 26 Oct 2004 23:32:25 -0500
18077              Message-Id: <417F24D9.1000904@mac.com>
18078      Branch: perl
18079            ! lib/Carp.t
18080 ____________________________________________________________________________
18081 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
18082         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
18083      Branch: perl
18084            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
18085 ____________________________________________________________________________
18086 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
18087         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
18088      Branch: perl
18089            ! pod/perl.pod pod/perlfaq2.pod
18090 ____________________________________________________________________________
18091 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
18092         Log: Subject: [perl #30227] [PATCH]splain vs. -w
18093              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18094              Date: 23 Oct 2004 13:55:41 -0000
18095              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
18096      Branch: perl
18097            ! lib/diagnostics.pm
18098 ____________________________________________________________________________
18099 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
18100         Log: Upgrade to Encode 2.08.
18101      Branch: perl
18102            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
18103            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
18104            ! ext/Encode/Unicode/Unicode.xs
18105            ! ext/Encode/lib/Encode/Encoding.pm
18106 ____________________________________________________________________________
18107 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
18108         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
18109              From: Steve Peters <steve@fisharerojo.org>
18110              Date: Sat, 23 Oct 2004 08:01:51 -0500
18111              Message-Id: <200410230801.51649.steve@fisharerojo.org>
18112      Branch: perl
18113            ! pod/perlop.pod
18114 ____________________________________________________________________________
18115 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
18116         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
18117              From: Tels <perl_dummy@bloodgate.com>
18118              Date: Sat, 23 Oct 2004 16:56:31 +0200
18119              Message-Id: <200410231656.40995@bloodgate.com>
18120      Branch: perl
18121            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
18122 ____________________________________________________________________________
18123 [ 23418] By: davem                                 on 2004/10/23  21:50:19
18124         Log: Chained goto &sub drops data too early.
18125
18126              Change 22373 to stop a memory leak in goto &foo intead caused
18127              the elements of @_ to be freed too early. This revised fix
18128              just transfers the reifiedness of the old @_ to the new @_
18129      Branch: perl
18130            ! pp_ctl.c t/op/goto.t
18131 ____________________________________________________________________________
18132 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
18133         Log: Upgrade to Encode 2.07
18134      Branch: perl
18135            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18136            ! ext/Encode/Encode.xs ext/Encode/META.yml
18137            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
18138            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
18139            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
18140            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
18141            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
18142            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
18143            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
18144            ! ext/Encode/ucm/macThai.ucm
18145 ____________________________________________________________________________
18146 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
18147         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
18148              Message-ID: <20041022033033.GA12362@londo.c47.org>
18149              From: Brendan O'Dea <bod@debian.org>
18150              Date: Fri, 22 Oct 2004 13:30:33 +1000
18151      Branch: perl
18152            ! ext/IO/IO.xs
18153 ____________________________________________________________________________
18154 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
18155         Log: Subject: docpatch for perltie.pod
18156              From: David Cantrell <david@cantrell.org.uk>
18157              Date: Thu, 21 Oct 2004 12:21:52 +0100
18158              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
18159      Branch: perl
18160            ! pod/perltie.pod
18161 ____________________________________________________________________________
18162 [ 23396] By: ams                                   on 2004/10/21  01:36:49
18163         Log: Subject: [PATCH] Math::BigInt v1.73 final
18164              From: Tels <perl_dummy@bloodgate.com>
18165              Date: Wed, 20 Oct 2004 21:06:40 +0200
18166              Message-Id: <200410202106.41840@bloodgate.com>
18167
18168              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
18169              From: Tels <tels@bloodgate.com>
18170              Date: Wed, 20 Oct 2004 22:03:55 +0200
18171              Message-Id: <200410202203.56063@bloodgate.com>
18172      Branch: perl
18173            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
18174            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
18175            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
18176            ! lib/Math/BigRat/t/bigratup.t
18177 ____________________________________________________________________________
18178 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
18179         Log: Need to skip optree walking tests if perlio not built
18180      Branch: perl
18181            ! ext/B/t/f_map.t ext/B/t/f_sort.t
18182 ____________________________________________________________________________
18183 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
18184         Log: Remove opmini.c when cleaning up.
18185      Branch: perl
18186            ! Makefile.SH
18187 ____________________________________________________________________________
18188 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
18189         Log: Ensure that PVA.pl returns a true value.
18190      Branch: perl
18191            ! lib/unicore/mktables
18192 ____________________________________________________________________________
18193 [ 23392] By: ams                                   on 2004/10/20  06:19:03
18194         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
18195              Rephrase "Perl Home Page" References
18196              From: chromatic <chromatic@wgz.org>
18197              Date: Tue, 19 Oct 2004 22:52:19 -0700
18198              Message-Id: <1098251539.20976.53.camel@localhost>
18199      Branch: perl
18200            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
18201 ____________________________________________________________________________
18202 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
18203         Log: Upgrade to Encode 2.05
18204      Branch: perl
18205            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
18206            ! ext/Encode/encoding.pm
18207 ____________________________________________________________________________
18208 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
18209         Log: More Data::Dumper docs nits, fix the previous one,
18210              suggested by Yves Orton.
18211      Branch: perl
18212            ! ext/Data/Dumper/Dumper.pm
18213 ____________________________________________________________________________
18214 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
18215         Log: Subject: [PATCH] perlfaq2.pod (add a book)
18216              From: <richard.foley@ubs.com>
18217              Date: Tue, 19 Oct 2004 07:29:31 +0200
18218              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
18219      Branch: perl
18220            ! pod/perlfaq2.pod
18221 ____________________________________________________________________________
18222 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
18223         Log: Re-apply the encoding.pm part of:
18224
18225              Subject: [PATCH] encoding and open pragmas
18226              From: Jarkko Hietaniemi <jhi@iki.fi>
18227              Date: Mon, 16 Aug 2004 22:27:00 +0300
18228              Message-ID: <41210A84.6060506@iki.fi>
18229      Branch: perl
18230            ! ext/Encode/encoding.pm
18231 ____________________________________________________________________________
18232 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
18233         Log: Upgrade to Encode 2.04.
18234      Branch: perl
18235            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18236            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
18237            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
18238            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
18239            ! ext/Encode/lib/Encode/Supported.pod
18240            ! ext/Encode/ucm/big5-hkscs.ucm
18241 ____________________________________________________________________________
18242 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
18243         Log: Fix a typo.
18244      Branch: perl
18245            ! utils/c2ph.PL
18246 ____________________________________________________________________________
18247 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
18248         Log: Add a missing warning categorisation in perldiag.
18249      Branch: perl
18250            ! pod/perldiag.pod
18251 ____________________________________________________________________________
18252 [ 23377] By: ams                                   on 2004/10/16  23:52:18
18253         Log: Subject: [PATCH] test_harness tweak for VMS
18254              From: "Craig A. Berry" <craigberry@mac.com>
18255              Date: Sat, 16 Oct 2004 12:15:02 -0500
18256              Message-Id: <41715716.5000108@mac.com>
18257      Branch: perl
18258            ! vms/descrip_mms.template vms/test.com
18259 ____________________________________________________________________________
18260 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
18261         Log: Merge code from vdie and vcroak into S_vdie_croak_common
18262      Branch: perl
18263            ! util.c
18264 ____________________________________________________________________________
18265 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
18266         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
18267              S_vdie_common
18268      Branch: perl
18269            ! util.c
18270 ____________________________________________________________________________
18271 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
18272         Log: The second half of Perl_vwarner is actually a straight cut&paste job
18273              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
18274              cut&paste is bad, m'kay.
18275      Branch: perl
18276            ! util.c
18277 ____________________________________________________________________________
18278 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
18279         Log: Implement sv_svset _nosteal variants by passing a flag into
18280              sv_set_flags rather than messing with the SvTEMP() flag on either
18281              side of the call.
18282      Branch: perl
18283            ! sv.c sv.h
18284 ____________________________________________________________________________
18285 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
18286         Log: Implement a new -dt command-line flag, to enable threads under the
18287              debugger (bug #31666).
18288
18289              Subject: RE: [PATCH] debugger handles threads [perl #31666]
18290              From: <richard.foley@ubs.com>
18291              Date: Wed, 13 Oct 2004 13:01:18 +0200
18292              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
18293
18294              Subject: Re: [PATCH] debugger handles threads [perl #31666]
18295              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18296              Date: Wed, 13 Oct 2004 02:49:58 -0700
18297              Message-ID: <20041013094957.GA17184@efn.org>
18298      Branch: perl
18299            ! lib/perl5db.pl perl.c pod/perlrun.pod
18300 ____________________________________________________________________________
18301 [ 23371] By: steveh                                on 2004/10/15  12:54:29
18302         Log: Make autodoc.pl write its output with UNIX style EOL's.
18303
18304              This saves the Win32 committer(s?) having to dos2unix the files
18305              before committing.  Maybe Perforce's "LineEnd: share" suffices
18306              anyway, but there's no harm in playing safe.
18307      Branch: perl
18308            ! autodoc.pl
18309 ____________________________________________________________________________
18310 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
18311         Log: Include opmini.c in the dependency generation.
18312      Branch: perl
18313            ! Makefile.SH
18314 ____________________________________________________________________________
18315 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
18316         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
18317      Branch: perl
18318            ! ext/Data/Dumper/Dumper.pm
18319 ____________________________________________________________________________
18320 [ 23368] By: steveh                                on 2004/10/15  10:12:31
18321         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
18322
18323              These are already in the API supported by Devel::PPPort, and are
18324              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
18325              already documented.
18326      Branch: perl
18327            ! embed.fnc pod/perlapi.pod sv.c
18328 ____________________________________________________________________________
18329 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
18330         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
18331              From: "Craig A. Berry" <craigberry@mac.com>
18332              Date: Thu, 14 Oct 2004 10:09:41 -0500
18333              Message-ID: <416E96B5.5020100@mac.com>
18334      Branch: perl
18335            ! ext/Devel/PPPort/parts/inc/ppphtest
18336            ! ext/Devel/PPPort/t/ppphtest.t
18337 ____________________________________________________________________________
18338 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
18339         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
18340              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
18341              Date: Mon, 11 Oct 2004 09:54:15 +0200
18342              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
18343      Branch: perl
18344            ! ext/IO/lib/IO/Poll.pm
18345 ____________________________________________________________________________
18346 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
18347         Log: Fix [perl #31971] local $^D gives noise
18348      Branch: perl
18349            ! embed.fnc embed.h mg.c perl.c proto.h
18350 ____________________________________________________________________________
18351 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
18352         Log: A few fixes in the list of -D debugging flags
18353      Branch: perl
18354            ! perl.c pod/perlrun.pod
18355 ____________________________________________________________________________
18356 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
18357         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
18358              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18359              Date: Wed, 13 Oct 2004 09:45:31 +0400
18360              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
18361      Branch: perl
18362            ! win32/buildext.pl win32/makefile.mk
18363 ____________________________________________________________________________
18364 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
18365         Log: Minor tweaks for the test.utf16 target, by Jarkko
18366      Branch: perl
18367            ! t/TEST
18368 ____________________________________________________________________________
18369 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
18370         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
18371              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
18372              Date: 5 Oct 2004 09:52:07 -0000
18373              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
18374              (with tweaks)
18375      Branch: perl
18376            ! lib/warnings.pm warnings.pl
18377 ____________________________________________________________________________
18378 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
18379         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
18380              From: Vadim Konovalov <konovalo@mail.wplus.net>
18381              Date: Mon, 11 Oct 2004 22:57:00 +0400
18382              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
18383      Branch: perl
18384            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
18385            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
18386 ____________________________________________________________________________
18387 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
18388         Log: Subject: Patch: BigInt v1.73 (pre-release)
18389              From: Tels <perl_dummy@bloodgate.com>
18390              Date: Sun, 10 Oct 2004 22:36:03 +0200
18391              Message-Id: <200410102236.03637@bloodgate.com>
18392      Branch: perl
18393            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18394            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18395            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
18396            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
18397            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
18398            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
18399            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
18400 ____________________________________________________________________________
18401 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
18402         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
18403              From: Abe Timmerman <abe@ztreet.demon.nl>
18404              Date: Sat, 9 Oct 2004 18:13:38 +0200
18405              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
18406      Branch: perl
18407            ! t/harness vms/descrip_mms.template vms/test.com
18408 ____________________________________________________________________________
18409 [ 23357] By: davem                                 on 2004/10/10  19:18:00
18410         Log: Turn regcomp into a list op
18411      Branch: perl
18412            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
18413            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
18414 ____________________________________________________________________________
18415 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
18416         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
18417      Branch: perl
18418            ! ext/B/t/OptreeCheck.pm
18419 ____________________________________________________________________________
18420 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
18421         Log: Restore runtime loading of Encode and Encode-related modules, so that
18422              open.pm will work when the Encode extension isn't build.
18423      Branch: perl
18424            ! lib/open.pm
18425 ____________________________________________________________________________
18426 [ 23354] By: merijn                                on 2004/10/09  12:27:39
18427         Log: Make AIX 5 + gcc work in 64bitall
18428      Branch: perl
18429            ! hints/aix.sh
18430 ____________________________________________________________________________
18431 [ 23353] By: merijn                                on 2004/10/08  09:52:59
18432         Log: A new machine type, some reformatting, some reorganization
18433              and a bit of additional info on Sleepycat's db.
18434      Branch: perl
18435            ! README.hpux
18436 ____________________________________________________________________________
18437 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
18438         Log: Briefly document the test.utf16 make target.
18439      Branch: perl
18440            ! pod/perlhack.pod
18441 ____________________________________________________________________________
18442 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
18443         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
18444              (patch by Jarkko Hietaniemi)
18445      Branch: perl
18446            ! Makefile.SH t/TEST toke.c utf8.c
18447 ____________________________________________________________________________
18448 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
18449         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
18450              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
18451              Date: 23 Sep 2004 21:45:42 -0000
18452              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
18453              (with doc nits)
18454      Branch: perl
18455            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
18456 ____________________________________________________________________________
18457 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
18458         Log: Increment $overload::VERSION after change #23347
18459      Branch: perl
18460            ! ext/B/B/Concise.pm lib/overload.pm
18461 ____________________________________________________________________________
18462 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
18463         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
18464              From: Vadim Konovalov <vadim@vkonovalov.ru>
18465              Date: Sun, 3 Oct 2004 22:10:06 +0400
18466              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
18467      Branch: perl
18468            ! ext/DynaLoader/DynaLoader_pm.PL
18469 ____________________________________________________________________________
18470 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
18471         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
18472              From: Rick Delaney <rick@bort.ca>
18473              Date: Sat, 2 Oct 2004 01:04:49 -0400
18474              Message-ID: <20041002050448.GB5059@biff.bort.ca>
18475      Branch: perl
18476            ! lib/overload.pm lib/overload.t
18477 ____________________________________________________________________________
18478 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
18479         Log: Subject: [PATCH] vms/t/filespec.t tweak
18480              From: "Craig A. Berry" <craigberry@mac.com>
18481              Date: Fri, 01 Oct 2004 13:18:03 -0500
18482              Message-ID: <415D9F5B.5040306@mac.com>
18483      Branch: perl
18484            ! vms/ext/filespec.t
18485 ____________________________________________________________________________
18486 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
18487         Log: More caveats on the non-portability of stat(), suggested by
18488              Stas Bekman.
18489      Branch: perl
18490            ! pod/perlfunc.pod
18491 ____________________________________________________________________________
18492 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
18493         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
18494              any check on whether it's valid.
18495      Branch: perl
18496            ! sv.c
18497 ____________________________________________________________________________
18498 [ 23343] By: merijn                                on 2004/10/02  11:08:32
18499         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
18500              From: "Craig A. Berry" <craigberry@mac.com>
18501              Date: Fri, 01 Oct 2004 12:57:55 -0500
18502              Message-ID: <415D9AA3.1000908@mac.com>
18503      Branch: perl
18504            ! t/uni/class.t
18505 ____________________________________________________________________________
18506 [ 23342] By: davem                                 on 2004/09/30  20:51:31
18507         Log: open $1, "file" doesn't raise an exception
18508      Branch: perl
18509            ! pp.c t/io/open.t
18510 ____________________________________________________________________________
18511 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
18512         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
18513              From: "Jay Hannah" <jhannah@omnihotels.com>
18514              Date: Wed, 15 Sep 2004 14:51:42 -0500
18515              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
18516      Branch: perl
18517            ! ext/Sys/Syslog/Syslog.pm
18518 ____________________________________________________________________________
18519 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
18520         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
18521              PV of the scalar it reads from, avoid to read it when it's an
18522              undefined PV.
18523      Branch: perl
18524            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
18525 ____________________________________________________________________________
18526 [ 23339] By: davem                                 on 2004/09/28  18:05:52
18527         Log: the improved -DT output of #23325 could print an uninit stack value
18528      Branch: perl
18529            ! toke.c
18530 ____________________________________________________________________________
18531 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
18532         Log: Spelling correction spotted by Greg McCarroll
18533      Branch: perl
18534            ! README.epoc
18535 ____________________________________________________________________________
18536 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
18537         Log: Subject: Patch for perl.c fixing an obscure environment bug
18538              From: Merijn Broeren <merijnb@iloquent.com>
18539              Date: Thu, 23 Sep 2004 17:18:17 +0200
18540              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
18541      Branch: perl
18542            ! perl.c
18543 ____________________________________________________________________________
18544 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
18545         Log: Perl -DT segfaults when parsing a 'use' statement
18546      Branch: perl
18547            ! toke.c
18548 ____________________________________________________________________________
18549 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
18550         Log: Typo fix.
18551              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
18552              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
18553              Date: Wed, 22 Sep 2004 11:20:53 +0200
18554              Message-ID: <20040922112053.686562b6@valis.local>
18555      Branch: perl
18556            ! lib/open.pm
18557 ____________________________________________________________________________
18558 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
18559         Log: Remove a couple of C<> to avoid confusing double quotes in text
18560              rendering. [perl #31678]
18561      Branch: perl
18562            ! pod/perlop.pod
18563 ____________________________________________________________________________
18564 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
18565         Log: Document that $ENV{PATH} may not contain relative directories under -T
18566      Branch: perl
18567            ! pod/perldiag.pod pod/perlsec.pod
18568 ____________________________________________________________________________
18569 [ 23331] By: davem                                 on 2004/09/20  22:11:29
18570         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
18571              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
18572              Date:  Fri, 17 Sep 2004 14:01:11 +0200
18573              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
18574
18575              Clarify the effect of utime when the file isn't owned by the user
18576      Branch: perl
18577            ! pod/perlfunc.pod
18578 ____________________________________________________________________________
18579 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
18580         Log: Upgrade to MIME::Base64 3.05.
18581      Branch: perl
18582            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18583            ! ext/MIME/Base64/t/warn.t
18584 ____________________________________________________________________________
18585 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
18586         Log: Upgrade to Time::HiRes 1.65.
18587      Branch: perl
18588            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18589            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18590            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
18591 ____________________________________________________________________________
18592 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
18593         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
18594              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18595              Date: 26 Aug 2004 19:06:52 -0000
18596              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
18597      Branch: perl
18598            ! lib/Pod/Usage.pm
18599 ____________________________________________________________________________
18600 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
18601         Log: Subject: [PATCH] encoding and open pragmas
18602              From: Jarkko Hietaniemi <jhi@iki.fi>
18603              Date: Mon, 16 Aug 2004 22:27:00 +0300
18604              Message-ID: <41210A84.6060506@iki.fi>
18605
18606              Subject: Re: [PATCH] encoding and open pragmas
18607              From: Jarkko Hietaniemi <jhi@iki.fi>
18608              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
18609              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
18610      Branch: perl
18611            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
18612 ____________________________________________________________________________
18613 [ 23325] By: davem                                 on 2004/09/19  21:47:18
18614         Log: improve lexer debugging output (-DT)
18615              Decode yylex() return values, and show lexer state each time
18616              yylex() is called
18617      Branch: perl
18618            ! embed.fnc embed.h proto.h toke.c
18619 ____________________________________________________________________________
18620 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
18621         Log: The XSUB.h patch from:
18622
18623              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
18624              From: John Peacock <jpeacock@rowman.com>
18625              Date: Wed, 18 Aug 2004 08:26:35 -0400
18626              Message-ID: <41234AFB.1020009@rowman.com>
18627
18628              Now it will use version object logic for version comparison
18629              when loading XS modules.
18630      Branch: perl
18631            ! XSUB.h
18632 ____________________________________________________________________________
18633 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
18634         Log: Upgrade to Time::HiRes 1.63.
18635              Note that it includes a ppport.h file. See if the one
18636              previously built in Devel::PPPort can be used instead.
18637      Branch: perl
18638            + ext/Time/HiRes/ppport.h
18639            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18640            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18641            ! ext/Time/HiRes/t/HiRes.t
18642 ____________________________________________________________________________
18643 [ 23321] By: davem                                 on 2004/09/14  21:57:10
18644         Log: Subject:  Re: [perl #31459] Bug in read()
18645              From:  Chris Heath <chris@heathens.co.nz>
18646              Date:  06 Sep 2004 00:03:12 -0400
18647              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
18648
18649              a read(F) into a UTF8-encoded buffer with an offset off the
18650              end of the buffer, miss-calculated buffer lengths
18651      Branch: perl
18652            ! pp_sys.c
18653 ____________________________________________________________________________
18654 [ 23320] By: davem                                 on 2004/09/12  22:09:51
18655         Log: Memory leak in nested shared data structures in 5.8.4
18656              A pop of an item from a shared array ref causes a leak due to
18657              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
18658              Make sv_upgrade() set always this flag.
18659      Branch: perl
18660            ! sv.c
18661 ____________________________________________________________________________
18662 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
18663         Log: Integrate:
18664              [ 23318]
18665              Update the skips for the no perlio case
18666      Branch: perl
18667           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
18668           !> ext/B/t/showlex.t
18669 ____________________________________________________________________________
18670 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
18671         Log: A single version of B that supports 5.8 and 5.10
18672      Branch: perl
18673            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18674            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
18675 ____________________________________________________________________________
18676 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
18677         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
18678              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18679              Date: Mon, 6 Sep 2004 11:09:51 +0400
18680              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
18681      Branch: perl
18682            ! lib/bigint.pm
18683 ____________________________________________________________________________
18684 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
18685         Log: Upgrade to Devel::PPPort 3.03.
18686      Branch: perl
18687            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18688            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
18689            ! ext/Devel/PPPort/PPPort_pm.PL
18690            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
18691 ____________________________________________________________________________
18692 [ 23281] By: davem                                 on 2004/09/08  19:42:15
18693         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
18694              From:  Andy Dougherty <doughera@lafayette.edu>
18695              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
18696              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
18697              Clarify whether it's safe to replace the perl bundled with Solaris
18698      Branch: perl
18699            ! README.solaris
18700 ____________________________________________________________________________
18701 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
18702         Log: Upgrade to Devel::PPPort 3.02.
18703      Branch: perl
18704            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18705            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18706            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
18707            ! ext/Devel/PPPort/parts/base/5004050
18708            ! ext/Devel/PPPort/parts/base/5005000
18709            ! ext/Devel/PPPort/parts/base/5006000
18710            ! ext/Devel/PPPort/parts/base/5008001
18711            ! ext/Devel/PPPort/parts/base/5009002
18712            ! ext/Devel/PPPort/parts/inc/MY_CXT
18713            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
18714            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
18715            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
18716            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
18717            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
18718            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
18719            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
18720            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
18721 ____________________________________________________________________________
18722 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
18723         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
18724              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
18725      Branch: perl
18726            ! perl.h
18727 ____________________________________________________________________________
18728 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
18729         Log: backport B to work on 5.8.x, so that a single version of the source
18730              can be maintained, and ultimately dual-lifed on CPAN
18731              (the version conditional changes are actually surprisingly small)
18732      Branch: perl
18733            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
18734            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
18735            ! ext/B/t/stash.t
18736 ____________________________________________________________________________
18737 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
18738         Log: Subject: SvO?OK_off()'s return value
18739              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18740              Date: Sun, 1 Aug 2004 12:46:48 +0200
18741              Message-Id: <20040801124648.7f9b3cee@r2d2>
18742
18743              Move (void) casts into SvOOK_off macro.
18744      Branch: perl
18745            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
18746 ____________________________________________________________________________
18747 [ 23276] By: merijn                                on 2004/09/07  12:57:58
18748         Log: Subject: [PATCH] perlintro.pod
18749              From: Paul Johnson <paul@pjcj.net>
18750              Date: Tue, 7 Sep 2004 15:13:51 +0200
18751              Message-ID: <20040907131351.GD2513@pjcj.net>
18752      Branch: perl
18753            ! pod/perlintro.pod
18754 ____________________________________________________________________________
18755 [ 23275] By: steveh                                on 2004/09/06  10:16:12
18756         Log: Implement new environment variable to allow the use of non-IFS
18757              compatible LSP's on Windows to allow Perl to work in conjunction
18758              with a firewall such as McAfee Guardian.
18759
18760              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
18761              further assistance by Artiom Morozov <artiom@phreaker.net>.
18762      Branch: perl
18763            ! pod/perlrun.pod win32/win32sck.c
18764 ____________________________________________________________________________
18765 [ 23274] By: merijn                                on 2004/09/06  08:49:24
18766         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
18767              From: "Craig A. Berry" <craigberry@mac.com>
18768              Date: Sat, 04 Sep 2004 11:58:56 -0500
18769              Message-ID: <4139F450.7040708@mac.com>
18770      Branch: perl
18771            ! configure.com
18772 ____________________________________________________________________________
18773 [ 23271] By: davem                                 on 2004/09/05  21:36:57
18774         Log: only mortalize deleted array elements for AvREAL
18775              (update to change #23158)
18776      Branch: perl
18777            ! av.c
18778 ____________________________________________________________________________
18779 [ 23267] By: davem                                 on 2004/09/05  20:16:55
18780         Log: I somehow managed to omit the base.pm change from #23266
18781      Branch: perl
18782            ! lib/base.pm
18783 ____________________________________________________________________________
18784 [ 23266] By: davem                                 on 2004/09/05  20:04:35
18785         Log: Fields package bug
18786              An intermediate class with no fields messes up private fields
18787              in the base class.
18788      Branch: perl
18789            ! lib/base.pm lib/base/t/fields-base.t
18790 ____________________________________________________________________________
18791 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
18792         Log: Upgrade to Encode 2.02
18793      Branch: perl
18794            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18795            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
18796            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
18797            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
18798            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
18799            ! ext/Encode/ucm/big5-hkscs.ucm
18800 ____________________________________________________________________________
18801 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
18802         Log: Upgrade to version 0.42.
18803              From:
18804              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
18805              From: John Peacock <jpeacock@rowman.com>
18806              Date: Wed, 18 Aug 2004 08:26:35 -0400
18807              Message-ID: <41234AFB.1020009@rowman.com>
18808      Branch: perl
18809            ! lib/version.pm lib/version.t util.c
18810 ____________________________________________________________________________
18811 [ 23256] By: davem                                 on 2004/09/01  23:41:25
18812         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
18813              From:  Rick Delaney <rick@bort.ca>
18814              Date:  Fri, 13 Aug 2004 19:54:12 -0400
18815              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
18816
18817              restore the compile-time field checking for
18818              my Dog $spot; $spot->{'walkies'};
18819              that was lost when pseudo-hashes were removed
18820      Branch: perl
18821            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
18822            ! pod/perldiag.pod
18823 ____________________________________________________________________________
18824 [ 23255] By: davem                                 on 2004/09/01  23:37:07
18825         Log: whoops, fix 'formline undef' test broken by change #23251
18826      Branch: perl
18827            ! t/lib/warnings/9uninit
18828 ____________________________________________________________________________
18829 [ 23253] By: davem                                 on 2004/09/01  22:45:07
18830         Log: Subject:  PATCH: Taintedness and ternary conditional
18831              From:  Andy Lester <andy@petdance.com>
18832              Date:  Thu, 26 Aug 2004 23:44:47 -0500
18833              Message-Id:  <20040827044447.GA5268@petdance.com>
18834
18835              add tests and documentation to the effect that ($tainted ? $a : $b)
18836              doesn't necessarily return a tainted value. Also tidy the markup in
18837              perldoc.pod
18838      Branch: perl
18839            ! pod/perlsec.pod t/op/taint.t
18840 ____________________________________________________________________________
18841 [ 23252] By: davem                                 on 2004/09/01  22:20:05
18842         Log: delete spurious blank lines added by change 23251
18843      Branch: perl
18844            ! pp_ctl.c
18845 ____________________________________________________________________________
18846 [ 23251] By: davem                                 on 2004/09/01  22:17:47
18847         Log: Random made scripts crashing perl
18848              fix 'formline undef' coredump
18849      Branch: perl
18850            ! pp_ctl.c t/lib/warnings/9uninit
18851 ____________________________________________________________________________
18852 [ 23250] By: davem                                 on 2004/09/01  20:46:13
18853         Log: From: david nicol <whatever@davidnicol.com>
18854              Subject: [perl #31228] no no-op
18855              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
18856              Date: 27 Aug 2004 21:13:42 -0500
18857
18858              Document that 0 and 1 can (sort of) be used as no-ops.
18859      Branch: perl
18860            ! pod/perlop.pod
18861 ____________________________________________________________________________
18862 [ 23249] By: davem                                 on 2004/09/01  18:54:25
18863         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
18864              From:  Jim Cromie <jcromie@divsol.com>
18865              Date:  Tue, 31 Aug 2004 23:19:54 -0600
18866              Message-Id:  <41355BFA.8010900@divsol.com>
18867
18868              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
18869              displayed by B::Concise.
18870      Branch: perl
18871            ! ext/B/B/Concise.pm
18872 ____________________________________________________________________________
18873 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
18874         Log: Upgrade to Cwd 2.21.
18875      Branch: perl
18876            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
18877 ____________________________________________________________________________
18878 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
18879         Log: Update to File::Spec 0.90
18880      Branch: perl
18881            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
18882 ____________________________________________________________________________
18883 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
18884         Log: Skip Time::HiRes tests if configured without that module.
18885      Branch: perl
18886            ! ext/Time/HiRes/t/HiRes.t
18887 ____________________________________________________________________________
18888 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
18889         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
18890      Branch: perl
18891            ! lib/Dumpvalue.t
18892 ____________________________________________________________________________
18893 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
18894         Log: Skip a Data::Dumper test if configured without B module.
18895      Branch: perl
18896            ! ext/Data/Dumper/t/dumper.t
18897 ____________________________________________________________________________
18898 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
18899         Log: Fix typo in B::Assembler.
18900      Branch: perl
18901            ! ext/B/B/Assembler.pm
18902 ____________________________________________________________________________
18903 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
18904         Log: Skip ext/B/t/assembler.t when configured without B.
18905      Branch: perl
18906            ! ext/B/t/assembler.t
18907 ____________________________________________________________________________
18908 [ 23241] By: merijn                                on 2004/08/28  08:05:19
18909         Log: Subject: [PATCH] File::Spec::VMS update
18910              From: "Craig A. Berry" <craigberry@mac.com>
18911              Date: Fri, 27 Aug 2004 18:51:09 -0500
18912              Message-ID: <412FC8ED.1020300@mac.com>
18913      Branch: perl
18914            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
18915 ____________________________________________________________________________
18916 [ 23240] By: merijn                                on 2004/08/28  07:41:47
18917         Log: Pumpkinship updates
18918      Branch: perl
18919            ! pod/perlhack.pod
18920 ____________________________________________________________________________
18921 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
18922         Log: Fix nasty line break in Storable test file.
18923      Branch: perl
18924            ! ext/Storable/t/just_plain_nasty.t
18925 ____________________________________________________________________________
18926 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
18927         Log: Upgrade to MIME::Base64 3.03
18928      Branch: perl
18929            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18930            ! ext/MIME/Base64/QuotedPrint.pm
18931 ____________________________________________________________________________
18932 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
18933         Log: Upgrade to MIME::Base64 3.02.
18934      Branch: perl
18935            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18936            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
18937            ! ext/MIME/Base64/t/quoted-print.t
18938 ____________________________________________________________________________
18939 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
18940         Log: Grammatical nit by Hugo.
18941      Branch: perl
18942            ! pod/perlnewmod.pod
18943 ____________________________________________________________________________
18944 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
18945         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
18946              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
18947              Date: 23 Aug 2004 10:37:31 -0000
18948              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
18949      Branch: perl
18950            ! t/comp/use.t
18951 ____________________________________________________________________________
18952 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
18953         Log: Upgrade to Devel::PPPort 3.01.
18954      Branch: perl
18955            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18956            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18957            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
18958            ! ext/Devel/PPPort/parts/inc/version
18959            ! ext/Devel/PPPort/t/ppphtest.t
18960 ____________________________________________________________________________
18961 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
18962         Log: Fix some backwards-compatibility problems with Storable.
18963      Branch: perl
18964            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
18965 ____________________________________________________________________________
18966 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
18967         Log: Upgrade to Time::HiRes 1.61
18968      Branch: perl
18969            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18970            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18971            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
18972 ____________________________________________________________________________
18973 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
18974         Log: Fix Storable's MANIFEST.
18975      Branch: perl
18976            ! ext/Storable/MANIFEST
18977 ____________________________________________________________________________
18978 [ 23230] By: davem                                 on 2004/08/20  21:20:48
18979         Log: a regex in STDOUT destructor coredumped because regex pad already
18980              freed
18981      Branch: perl
18982            ! perl.c t/op/ref.t
18983 ____________________________________________________________________________
18984 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
18985         Log: Upgrade to Devel::PPPort 3.00_03.
18986      Branch: perl
18987            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18988            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18989            ! ext/Devel/PPPort/parts/inc/ppphtest
18990            ! ext/Devel/PPPort/t/ppphtest.t
18991 ____________________________________________________________________________
18992 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
18993         Log: Tweak 'h2xs -h' output.
18994      Branch: perl
18995            ! utils/h2xs.PL
18996 ____________________________________________________________________________
18997 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
18998         Log: Delete superfluous "with".
18999      Branch: perl
19000            ! README.win32
19001 ____________________________________________________________________________
19002 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
19003         Log: Upgrade to Devel::PPPort 3.00_02.
19004      Branch: perl
19005            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
19006            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19007            ! ext/Devel/PPPort/PPPort_pm.PL
19008 ____________________________________________________________________________
19009 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
19010         Log: Mark a test that relies on tainting behavior as TODO on Windows.
19011      Branch: perl
19012            ! t/comp/opsubs.t
19013 ____________________________________________________________________________
19014 [ 23224] By: steveh                                on 2004/08/18  13:44:13
19015         Log: Add notes for building with MS VC++ Toolkit 2003
19016      Branch: perl
19017            ! README.win32
19018 ____________________________________________________________________________
19019 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
19020         Log: Upgrade to Devel::PPPort 3.00_01.
19021      Branch: perl
19022            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
19023            + ext/Devel/PPPort/t/sv_xpvf.t
19024            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
19025            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
19026            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
19027            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
19028            ! ext/Devel/PPPort/parts/inc/misc
19029            ! ext/Devel/PPPort/parts/inc/ppphbin
19030            ! ext/Devel/PPPort/parts/inc/ppphtest
19031            ! ext/Devel/PPPort/parts/inc/uv
19032            ! ext/Devel/PPPort/parts/ppptools.pl
19033            ! ext/Devel/PPPort/parts/todo/5004000
19034            ! ext/Devel/PPPort/parts/todo/5004050
19035            ! ext/Devel/PPPort/parts/todo/5006000
19036            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
19037 ____________________________________________________________________________
19038 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
19039         Log: Upgrade to Devel::PPPort 3.00.
19040      Branch: perl
19041            + (add 103 files)
19042            - ext/Devel/PPPort/t/test.t
19043            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
19044            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19045            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
19046            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
19047            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
19048            ! ext/Devel/PPPort/soak
19049 ____________________________________________________________________________
19050 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
19051         Log: Subject: [PATCH] Document Carp's global variables + provide tests
19052              From: "Jos I. Boumans" <kane@dwim.org>
19053              Date: Mon, 16 Aug 2004 15:53:40 +0200
19054              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
19055              (tests a bit reworked)
19056      Branch: perl
19057            ! lib/Carp.pm lib/Carp.t
19058 ____________________________________________________________________________
19059 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
19060         Log: Subject: Updates to modules-related pod
19061              From: Kirrily Skud Robert <skud@infotrope.net>
19062              Date: Mon, 16 Aug 2004 16:00:14 -0400
19063              Message-ID: <20040816200014.GC27764@infotrope.net>
19064      Branch: perl
19065            ! pod/perlnewmod.pod
19066 ____________________________________________________________________________
19067 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
19068         Log: Subject: [PATCH] running mktables on VMS
19069              From: "Craig A. Berry" <craigberry@mac.com>
19070              Date: Tue, 10 Aug 2004 22:28:04 -0500
19071              Message-ID: <41199244.9020706@mac.com>
19072      Branch: perl
19073            ! vms/descrip_mms.template
19074 ____________________________________________________________________________
19075 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
19076         Log: Subject: [PATCH] make cygwin ld2 executable
19077              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19078              Date: Sun, 15 Aug 2004 17:14:59 -0700
19079              Message-ID: <20040816001252.GA2148@efn.org>
19080      Branch: perl
19081            ! cygwin/Makefile.SHs
19082 ____________________________________________________________________________
19083 [ 23217] By: davem                                 on 2004/08/14  22:32:16
19084         Log: make pp_goto() cope potential stack reallocation in EXTEND
19085              The code for goto &foo had local pointers to the stack that
19086              pointed to the wrong place after a realloc.
19087      Branch: perl
19088            ! pp_ctl.c t/op/goto.t
19089 ____________________________________________________________________________
19090 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
19091         Log: Subject: [PATCH] pre Math::BigInt v1.72
19092              From: Tels <perl_dummy@bloodgate.com>
19093              Date: Fri, 13 Aug 2004 14:02:50 +0200
19094              Message-Id: <200408131402.52270@bloodgate.com>
19095      Branch: perl
19096            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19097            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19098            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19099            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
19100 ____________________________________________________________________________
19101 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
19102         Log: Subject: Test for functions with operator names
19103              From: Andy Lester <andy@petdance.com>
19104              Date: Thu, 12 Aug 2004 11:31:03 -0500
19105              Message-ID: <20040812163103.GA26687@petdance.com>
19106      Branch: perl
19107            + t/comp/opsubs.t
19108            ! MANIFEST
19109 ____________________________________________________________________________
19110 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
19111         Log: Subject: api doc fix for SvSetMagicSV_nosteal
19112              From: Stas Bekman <stas@stason.org>
19113              Date: Thu, 12 Aug 2004 18:10:36 -0700
19114              Message-ID: <411C150C.5020602@stason.org>
19115      Branch: perl
19116            ! pod/perlapi.pod sv.h
19117 ____________________________________________________________________________
19118 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
19119         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
19120              From: Jim Cromie <jcromie@divsol.com>
19121              Date: Tue, 10 Aug 2004 07:29:08 -0600
19122              Message-ID: <4118CDA4.3060700@divsol.com>
19123      Branch: perl
19124            ! t/op/goto.t
19125 ____________________________________________________________________________
19126 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
19127         Log: Subject: 2 patches: goto.t, B.pm/xs
19128              From: Jim Cromie <jcromie@divsol.com>
19129              Date: Sun, 08 Aug 2004 18:42:47 -0600
19130              Message-ID: <4116C887.9080400@divsol.com>
19131      Branch: perl
19132            ! ext/B/B.pm ext/B/B.xs
19133 ____________________________________________________________________________
19134 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
19135         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19136              From: Alan Burlison <Alan.Burlison@sun.com>
19137              Date: Mon, 09 Aug 2004 19:00:12 +0100
19138              Message-ID: <4117BBAC.7080603@sun.com>
19139      Branch: perl
19140            ! ext/POSIX/POSIX.xs
19141 ____________________________________________________________________________
19142 [ 23210] By: davem                                 on 2004/08/09  19:58:35
19143         Log: Fix a typo and remove some debugging crud from change #23209
19144      Branch: perl
19145            ! ext/XS/APItest/t/call.t
19146 ____________________________________________________________________________
19147 [ 23209] By: davem                                 on 2004/08/09  19:48:57
19148         Log: eval_sv() failing a taint test could corrupt the stack
19149      Branch: perl
19150            ! ext/XS/APItest/t/call.t perl.c
19151 ____________________________________________________________________________
19152 [ 23208] By: davem                                 on 2004/08/09  18:28:33
19153         Log: made eq_array in t/test.pl handle undef values better
19154      Branch: perl
19155            ! t/test.pl
19156 ____________________________________________________________________________
19157 [ 23207] By: davem                                 on 2004/08/09  17:21:27
19158         Log: fix minor nit in file description, to keep Jarkko happy
19159      Branch: perl
19160            ! utf8.c
19161 ____________________________________________________________________________
19162 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
19163         Log: Subject: Patch for t/op/sleep.t
19164              From: Andy Lester <andy@petdance.com>
19165              Date: Mon, 9 Aug 2004 00:11:51 -0500
19166              Message-ID: <20040809051151.GA13872@petdance.com>
19167      Branch: perl
19168            ! t/op/sleep.t
19169 ____________________________________________________________________________
19170 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
19171         Log: Add a note in perltodo about a potential extension of readpipe()
19172      Branch: perl
19173            ! pod/perltodo.pod
19174 ____________________________________________________________________________
19175 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
19176         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19177              From: Alan Burlison <Alan.Burlison@sun.com>
19178              Date: Mon, 09 Aug 2004 10:30:25 +0100
19179              Message-ID: <41174431.6050803@sun.com>
19180      Branch: perl
19181            ! ext/POSIX/POSIX.xs
19182 ____________________________________________________________________________
19183 [ 23203] By: davem                                 on 2004/08/07  15:10:40
19184         Log: Add tests for XS call_*() API
19185      Branch: perl
19186            + ext/XS/APItest/t/call.t
19187            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
19188            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
19189 ____________________________________________________________________________
19190 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
19191         Log: Subject: [PATCH] DB_File 1.810
19192              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
19193              Date: Sat, 7 Aug 2004 15:22:09 +0100
19194              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
19195      Branch: perl
19196            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19197            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
19198 ____________________________________________________________________________
19199 [ 23200] By: steveh                                on 2004/08/06  12:55:31
19200         Log: Fix [perl #24269] socket() call uses non-IFS providers
19201              causing subsequent print/read to hang or misbehave
19202
19203              Patch supplied by Artiom Morozov <artiom@phreaker.net>
19204              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
19205      Branch: perl
19206            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
19207            ! win32/win32.h win32/win32sck.c
19208 ____________________________________________________________________________
19209 [ 23199] By: steveh                                on 2004/08/06  11:57:59
19210         Log: Another small clean-up following changes #23190 and #23198
19211      Branch: perl
19212            ! gv.c
19213 ____________________________________________________________________________
19214 [ 23198] By: davem                                 on 2004/08/06  10:06:46
19215         Log: remove leaks associated with version object change #23190
19216      Branch: perl
19217            ! gv.c util.c
19218 ____________________________________________________________________________
19219 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
19220         Log: Subject: [PATCH sv.c]  signedness nit in #23190
19221              From: "Craig A. Berry" <craigberry@mac.com>
19222              Date: Thu, 05 Aug 2004 13:10:55 -0500
19223              Message-ID: <4112782F.7040302@mac.com>
19224      Branch: perl
19225            ! sv.c
19226 ____________________________________________________________________________
19227 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
19228         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
19229      Branch: perl
19230            ! pod/perlapi.pod sv.h
19231 ____________________________________________________________________________
19232 [ 23195] By: nick                                  on 2004/08/04  18:16:47
19233         Log: Comment describing purpose.
19234      Branch: perl
19235            ! globals.c
19236 ____________________________________________________________________________
19237 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
19238         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19239              From: Alan Burlison <Alan.Burlison@sun.com>
19240              Date: Mon, 19 Jul 2004 12:07:02 +0100
19241              Message-ID: <40FBAB56.1030208@sun.com>
19242
19243              (last chunk only)
19244      Branch: perl
19245            ! ext/POSIX/POSIX.xs
19246 ____________________________________________________________________________
19247 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
19248         Log: Remove compilation warnings about uninitialized variables.
19249      Branch: perl
19250            ! sv.c
19251 ____________________________________________________________________________
19252 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
19253         Log: Remove the "Newline in left-justified string" warning.
19254      Branch: perl
19255            ! pod/perldiag.pod sv.c t/lib/warnings/sv
19256 ____________________________________________________________________________
19257 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
19258         Log: Subject: [PATCH] extension to diagnostics.pm
19259              From: Fergal Daly <fergal@esatclear.ie>
19260              Date: Wed, 4 Aug 2004 00:33:09 +0100
19261              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
19262      Branch: perl
19263            ! lib/diagnostics.pm
19264 ____________________________________________________________________________
19265 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
19266         Log: Subject: [PATCH] Final version object core patch?
19267              From: John Peacock <jpeacock@rowman.com>
19268              Date: Tue, 03 Aug 2004 22:23:57 -0400
19269              Message-ID: <411048BD.3080700@rowman.com>
19270      Branch: perl
19271            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
19272 ____________________________________________________________________________
19273 [ 23189] By: merijn                                on 2004/08/03  23:51:13
19274         Log: gcc on AIX 4 doesn't like -G on the commandline too
19275      Branch: perl
19276            ! hints/aix_4.sh
19277 ____________________________________________________________________________
19278 [ 23188] By: merijn                                on 2004/08/03  23:48:13
19279         Log: gcc on AIX doesn't like -G on the commandline
19280      Branch: perl
19281            ! hints/aix.sh
19282 ____________________________________________________________________________
19283 [ 23187] By: davem                                 on 2004/08/03  19:20:18
19284         Log: more typo fixes for change 3176 (comments at top of .c files)
19285      Branch: perl
19286            ! mg.c miniperlmain.c perl.c run.c scope.c
19287 ____________________________________________________________________________
19288 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
19289         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
19290              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
19291              Date: 2 Aug 2004 07:00:33 -0000
19292              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
19293      Branch: perl
19294            ! lib/ExtUtils/Embed.pm
19295 ____________________________________________________________________________
19296 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
19297         Log: Subject: [PATCH] additional -V:foo tests
19298              From: Jim Cromie <jcromie@divsol.com>
19299              Date: Mon, 02 Aug 2004 09:15:23 -0600
19300              Message-ID: <410E5A8B.9030307@divsol.com>
19301      Branch: perl
19302            ! configpm lib/Config.t pod/perlrun.pod
19303 ____________________________________________________________________________
19304 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
19305         Log: Enhance the caveat in the description of tell()
19306
19307              Subject: Re: [perl #30788] Error in documentation
19308              From: Nick Ing-Simmons <nick@ing-simmons.net>
19309              Date: Wed, 28 Jul 2004 15:12:54 +0100
19310              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
19311      Branch: perl
19312            ! pod/perlfunc.pod
19313 ____________________________________________________________________________
19314 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
19315         Log: Remove empty rpath from .so files
19316      Branch: perl
19317            ! lib/ExtUtils/MM_Unix.pm
19318 ____________________________________________________________________________
19319 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
19320         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
19321              From: Fergal Daly <fergal@esatclear.ie>
19322              Date: Fri, 30 Jul 2004 16:09:19 +0100
19323              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
19324      Branch: perl
19325            ! lib/overload.pm
19326 ____________________________________________________________________________
19327 [ 23181] By: steveh                                on 2004/08/02  08:05:05
19328         Log: Fix breakage caused by Change 23179
19329      Branch: perl
19330            ! t/run/fresh_perl.t
19331 ____________________________________________________________________________
19332 [ 23180] By: davem                                 on 2004/08/01  16:49:20
19333         Log: Add comment to top of reentr.c and fix typos in other files
19334      Branch: perl
19335            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
19336            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
19337 ____________________________________________________________________________
19338 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
19339         Log: Skip test when building without Encode.
19340      Branch: perl
19341            ! t/run/fresh_perl.t
19342 ____________________________________________________________________________
19343 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
19344         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
19345              and merge identical cases.
19346      Branch: perl
19347            ! scope.c
19348 ____________________________________________________________________________
19349 [ 23177] By: davem                                 on 2004/07/31  16:27:09
19350         Log: shut up a warning in mg.c
19351      Branch: perl
19352            ! mg.c
19353 ____________________________________________________________________________
19354 [ 23176] By: davem                                 on 2004/07/31  16:21:50
19355         Log: Add comment to the top of most .c files explaining their purpose
19356      Branch: perl
19357            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
19358            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
19359            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
19360            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
19361            ! universal.c utf8.c util.c
19362 ____________________________________________________________________________
19363 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
19364         Log: Fix copy & paste bugs in mX?PUSH macro tests.
19365      Branch: perl
19366            ! ext/XS/APItest/APItest.xs
19367 ____________________________________________________________________________
19368 [ 23174] By: merijn                                on 2004/07/31  08:32:31
19369         Log: First steps towards an explicit perl.exp-less AIX build
19370              Previous method can still be used by undeffing usenativedlopen
19371              If that is ever tested at all on AIX
19372      Branch: perl
19373            ! hints/aix.sh hints/aix_4.sh
19374 ____________________________________________________________________________
19375 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
19376         Log: Fix and update Perl_grok_* docs.
19377      Branch: perl
19378            ! numeric.c pod/perlapi.pod
19379 ____________________________________________________________________________
19380 [ 23172] By: steveh                                on 2004/07/30  14:31:08
19381         Log: A few minor updates to README.win32 (aka perlwin32)
19382      Branch: perl
19383            ! README.win32
19384 ____________________________________________________________________________
19385 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
19386         Log: Upgrade to Math::BigInt v1.71.
19387      Branch: perl
19388            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19389            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19390            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19391            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
19392 ____________________________________________________________________________
19393 [ 23170] By: steveh                                on 2004/07/30  13:27:41
19394         Log: Bug report #30132 was resolved before it was finished!
19395              Here's the last piece in the puzzle.
19396      Branch: perl
19397            ! ext/IO/lib/IO/File.pm
19398 ____________________________________________________________________________
19399 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
19400         Log: Upgrade to File::Spec 0.88.
19401      Branch: perl
19402            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
19403 ____________________________________________________________________________
19404 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
19405         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
19406              From: Autrijus Tang <autrijus@gmail.com>
19407              Date: Thu, 22 Jul 2004 20:17:58 -0700
19408              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
19409      Branch: perl
19410            ! lib/Test/Builder.pm
19411 ____________________________________________________________________________
19412 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
19413         Log: Subject: Re: more 5.9 sort tests (second draft)
19414              From: david nicol <whatever@davidnicol.com>
19415              Date: 21 Jul 2004 17:10:05 -0500
19416              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
19417      Branch: perl
19418            ! t/op/sort.t
19419 ____________________________________________________________________________
19420 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
19421         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
19422              From: Andy Dougherty <doughera@lafayette.edu>
19423              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
19424              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
19425      Branch: perl
19426            ! README.solaris
19427 ____________________________________________________________________________
19428 [ 23164] By: davem                                 on 2004/07/26  22:08:32
19429         Log: Subject:  [perl #7558] [PATCH] README.solaris
19430              From:  Andy Dougherty <doughera@lafayette.edu>
19431              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
19432              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
19433
19434              Add more info on /dev/random under solaris
19435      Branch: perl
19436            ! README.solaris
19437 ____________________________________________________________________________
19438 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
19439         Log: The byte-order modifiers won't go into 5.8.
19440      Branch: perl
19441            ! pod/perlfunc.pod pod/perlport.pod
19442 ____________________________________________________________________________
19443 [ 23162] By: steveh                                on 2004/07/26  10:41:56
19444         Log: Windows-related updates to Porting/repository.pod
19445      Branch: perl
19446            ! Porting/repository.pod
19447 ____________________________________________________________________________
19448 [ 23161] By: davem                                 on 2004/07/25  19:05:28
19449         Log: make -Dl log runops loop entry and exit, and jump level popping
19450      Branch: perl
19451            ! dump.c scope.h
19452 ____________________________________________________________________________
19453 [ 23160] By: davem                                 on 2004/07/24  10:00:27
19454         Log: document that -i messes soft as well hard hard links.
19455      Branch: perl
19456            ! pod/perlrun.pod
19457 ____________________________________________________________________________
19458 [ 23159] By: davem                                 on 2004/07/23  21:15:32
19459         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
19460      Branch: perl
19461            ! pod/perlrun.pod
19462 ____________________________________________________________________________
19463 [ 23158] By: davem                                 on 2004/07/23  11:06:02
19464         Log: memory leak in array delete
19465              av_delete() wasn't mortalizing the returned value
19466      Branch: perl
19467            ! av.c t/op/delete.t
19468 ____________________________________________________________________________
19469 [ 23157] By: davem                                 on 2004/07/23  10:35:16
19470         Log: remove binary compat from #23156 (remove PL_retstack)
19471      Branch: perl
19472            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
19473            ! thrdvar.h
19474 ____________________________________________________________________________
19475 [ 23156] By: davem                                 on 2004/07/23  09:52:59
19476         Log: remove the return stack PL_retstack, and store return ops in the CX
19477              structure directly instead
19478      Branch: perl
19479            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
19480            ! pp_sys.c scope.c sv.c thrdvar.h
19481 ____________________________________________________________________________
19482 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
19483         Log: Build the perldelta copying command for the main Unix makefile with
19484              buildtoc, so that it doesn't get forgotten on version increments.
19485      Branch: perl
19486            ! Makefile.SH pod/buildtoc
19487 ____________________________________________________________________________
19488 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
19489         Log: Grab perl585delta.pod from maint and
19490
19491              Integrate:
19492              [ 23069]
19493              This is RC2. Maybe this one will last longer.
19494
19495              [ 23141]
19496              Break a leg
19497
19498              [perlhist.pod]
19499      Branch: perl
19500           +> pod/perl585delta.pod
19501            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
19502            ! vms/descrip_mms.template win32/pod.mak
19503           !> pod/perlhist.pod
19504 ____________________________________________________________________________
19505 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
19506         Log: Upgrade to Cwd 2.20
19507      Branch: perl
19508            + ext/Cwd/t/win32.t
19509            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
19510            ! lib/Cwd.pm
19511 ____________________________________________________________________________
19512 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
19513         Log: Sort perldiag.
19514      Branch: perl
19515            ! pod/perldiag.pod
19516 ____________________________________________________________________________
19517 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
19518         Log: Subject: Re: "Too late for -T" could be more descriptive
19519              From: Jim Cromie <jcromie@divsol.com>
19520              Date: Wed, 21 Jul 2004 11:21:50 -0600
19521              Message-ID: <40FEA62E.2010809@divsol.com>
19522              (with tweaks)
19523      Branch: perl
19524            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
19525            ! pod/perlrun.pod
19526 ____________________________________________________________________________
19527 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
19528         Log: Email change for Steffen Mueller.
19529      Branch: perl
19530            ! AUTHORS
19531 ____________________________________________________________________________
19532 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
19533         Log: Grammar fix by Paul Johnson.
19534      Branch: perl
19535            ! pod/perldiag.pod
19536 ____________________________________________________________________________
19537 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
19538         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
19539      Branch: perl
19540            ! configpm lib/Config.t
19541 ____________________________________________________________________________
19542 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
19543         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
19544              From: "Jos I. Boumans" <kane@dwim.org>
19545              Date: Wed, 21 Jul 2004 13:47:35 +0200
19546              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
19547              (with tweaks)
19548      Branch: perl
19549            ! pod/perldiag.pod
19550 ____________________________________________________________________________
19551 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
19552         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
19553              From: Rick Delaney <rick@bort.ca>
19554              Date: Tue, 20 Jul 2004 16:53:54 -0400
19555              Message-ID: <20040720205353.GA970@biff.bort.ca>
19556      Branch: perl
19557            ! pp.c t/op/list.t
19558 ____________________________________________________________________________
19559 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
19560         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
19561              From: Tels <perl_dummy@bloodgate.com>
19562              Date: Sat, 17 Jul 2004 16:22:57 +0200
19563              Message-Id: <200407171622.58443@bloodgate.com>
19564      Branch: perl
19565            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19566            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19567            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
19568            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
19569            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
19570            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
19571 ____________________________________________________________________________
19572 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
19573         Log: Turn 2 strcpy()s into memcpy() because we know the length.
19574      Branch: perl
19575            ! toke.c
19576 ____________________________________________________________________________
19577 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
19578         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
19579              1970
19580      Branch: perl
19581            ! pod/perlfunc.pod
19582 ____________________________________________________________________________
19583 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
19584         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
19585              Brendan O'Dea
19586      Branch: perl
19587            ! pod/perluniintro.pod
19588 ____________________________________________________________________________
19589 [ 23128] By: nick                                  on 2004/07/16  12:16:05
19590         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
19591              From: Steve Hay <steve.hay@uk.radan.com>
19592              CC: perl-win32-porters@listserv.ActiveState.com
19593              Message-ID: <40F6B295.8010804@uk.radan.com>
19594
19595              Assumes perl's malloc can now handle non-contiguous memory (believed
19596              to be true).
19597              Does not address threading issues.
19598
19599              "The attached patch (against blead) makes sbrk() initially try to
19600              extend the existing block of memory exactly as it currently does, but
19601              to not  fail immediately if it can't -- it now frees up that part of
19602              whatever it  had previously reserved+committed which hadn't actually
19603              been used yet,  resets all its static variables and basically starts
19604              anew."
19605      Branch: perl
19606            ! win32/win32.c
19607 ____________________________________________________________________________
19608 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
19609         Log: glob('*.c') to find documentation is dangerous when run in unclean
19610              trees, so isntead use MANIFEST to only scan the legitimate source
19611              files.
19612      Branch: perl
19613            ! autodoc.pl
19614 ____________________________________________________________________________
19615 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
19616         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
19617              and sv_savesharedpv. Need to create non-void returning versions of
19618              Copy and Zero, as the existing macros deliberately cast to (void)
19619      Branch: perl
19620            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
19621 ____________________________________________________________________________
19622 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
19623         Log: Rebuild perlapi.pod
19624      Branch: perl
19625            ! pod/perlapi.pod
19626 ____________________________________________________________________________
19627 [ 23124] By: merijn                                on 2004/07/16  10:30:53
19628         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
19629              the path to the bundled braindead C compiler. This might
19630              influence ccache's behaviour in finding the correct path
19631      Branch: perl
19632            ! Configure
19633 ____________________________________________________________________________
19634 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
19635         Log: oslevel can fail on AIX, but the output generated would confuse
19636              Configure
19637      Branch: perl
19638            ! Configure
19639 ____________________________________________________________________________
19640 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
19641         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
19642              Bug spotted by Nigel Sandever
19643      Branch: perl
19644            ! ext/threads/threads.xs util.c
19645 ____________________________________________________________________________
19646 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
19647         Log: threads.xs doesn't check the return value of the thread creation
19648              call. D'oh! This gives SEGVs if the OS fails to create another thread.
19649              Cause of problem located by Nigel Sandever
19650      Branch: perl
19651            ! ext/threads/threads.pm ext/threads/threads.xs
19652 ____________________________________________________________________________
19653 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
19654         Log: Assimilate Cwd 2.19
19655      Branch: perl
19656            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
19657 ____________________________________________________________________________
19658 [ 23117] By: merijn                                on 2004/07/15  14:16:07
19659         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
19660      Branch: perl
19661            ! ext/Storable/Storable.xs
19662 ____________________________________________________________________________
19663 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
19664         Log: Abigail notes that a re-entrant regexp engine is a todo
19665      Branch: perl
19666            ! pod/perltodo.pod
19667 ____________________________________________________________________________
19668 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
19669         Log: for (reverse @foo) now iterates in reverse in place.
19670      Branch: perl
19671            ! op.c pod/perltodo.pod pp_ctl.c
19672 ____________________________________________________________________________
19673 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
19674         Log: Optimise for (reverse ...)
19675      Branch: perl
19676            ! op.c
19677 ____________________________________________________________________________
19678 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
19679         Log: Now optimising for $a (reverse ...)
19680      Branch: perl
19681            ! op.c
19682 ____________________________________________________________________________
19683 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
19684         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
19685              tests.
19686      Branch: perl
19687            ! t/cmd/for.t
19688 ____________________________________________________________________________
19689 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
19690         Log: This seems to be needed to get COW working on Win32
19691      Branch: perl
19692            ! win32/win32.c
19693 ____________________________________________________________________________
19694 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
19695         Log: "That's the way to do it"
19696              In taking out a bug spotted by my regression tests in t/cmd/for.t
19697              I actually managed to disable the entire optimisation. Which means
19698              that I didn't find the other bug. This optimisation is live, and
19699              passes all tests.
19700      Branch: perl
19701            ! op.c pp_hot.c
19702 ____________________________________________________________________________
19703 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
19704         Log: Optimise foreach my $i (reverse ...)
19705              foreach without a lexical iterator not yet optimised
19706      Branch: perl
19707            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
19708 ____________________________________________________________________________
19709 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
19710         Log: Subject:  [PATCH] split doc clarification
19711              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
19712              Date:  Wed, 14 Jul 2004 10:19:36 -0700
19713              Message-Id:  <20040714171936.GA1092@efn.org>
19714      Branch: perl
19715            ! pod/perlfunc.pod
19716 ____________________________________________________________________________
19717 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
19718         Log: Numeric comparison operators mustn't compare addresses of references
19719              that are overloaded.
19720      Branch: perl
19721            ! lib/overload.t pp.c pp_hot.c
19722 ____________________________________________________________________________
19723 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
19724         Log: Lots of tests for for reverse ...
19725      Branch: perl
19726            ! t/cmd/for.t
19727 ____________________________________________________________________________
19728 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
19729         Log: Some thoughts on foreach reverse
19730      Branch: perl
19731            ! pod/perltodo.pod
19732 ____________________________________________________________________________
19733 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
19734         Log: s/sort/split/; - my mistake spotted by Dave.
19735      Branch: perl
19736            ! pod/perltodo.pod
19737 ____________________________________________________________________________
19738 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
19739         Log: Optimise list context reverse sort to reverse as part of the sort op
19740      Branch: perl
19741            ! op.c pp_sort.c
19742 ____________________________________________________________________________
19743 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
19744         Log: Work around evil compiler bug on OS X. (Sucks all memory)
19745      Branch: perl
19746            ! util.c
19747 ____________________________________________________________________________
19748 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
19749         Log: check that reverse (sort (@a), @b) etc work.
19750              Join some lines that don't need wrapping
19751      Branch: perl
19752            ! t/op/sort.t
19753 ____________________________________________________________________________
19754 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
19755         Log: Check that non-optimimisable sort comparisons work when reversed
19756              (Not optimised yet, but might be coming soon)
19757      Branch: perl
19758            ! t/op/sort.t
19759 ____________________________________________________________________________
19760 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
19761         Log: Test reverse sort as the return from a function in list and scalar
19762              contexts.
19763      Branch: perl
19764            ! t/op/sort.t
19765 ____________________________________________________________________________
19766 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
19767         Log: Also test reverse sort in scalar context
19768      Branch: perl
19769            ! t/op/sort.t
19770 ____________________________________________________________________________
19771 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
19772         Log: A proper, working, stable optimisation for sort {$b cmp $a}
19773      Branch: perl
19774            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
19775 ____________________________________________________________________________
19776 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
19777         Log: Tweak to change #23089, as suggested by Tim Bunce
19778      Branch: perl
19779            ! lib/perl5db.pl
19780 ____________________________________________________________________________
19781 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
19782         Log: Generalised "how many in list context" would be useful
19783      Branch: perl
19784            ! pod/perltodo.pod
19785 ____________________________________________________________________________
19786 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
19787         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
19788              guarantee a stable sort. Disable it, pending a correct optimisation.
19789      Branch: perl
19790            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
19791 ____________________________________________________________________________
19792 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
19793         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
19794              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
19795              Date: Mon, 12 Jul 2004 08:26:01 +0200
19796              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
19797      Branch: perl
19798            ! pp.c t/op/splice.t
19799 ____________________________________________________________________________
19800 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
19801         Log: Check each line of config_re output.
19802      Branch: perl
19803            ! lib/Config.t
19804 ____________________________________________________________________________
19805 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
19806         Log: no_plan support in test.pl
19807      Branch: perl
19808            ! t/test.pl
19809 ____________________________________________________________________________
19810 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
19811         Log: Subject: Re: debugger 'R'estart and open database connections
19812              From: Andrew Pimlott <andrew@pimlott.net>
19813              Date: Mon, 12 Jul 2004 21:06:01 -0400
19814              Message-ID: <20040713010601.GF8232@pimlott.net>
19815      Branch: perl
19816            ! lib/perl5db.pl
19817 ____________________________________________________________________________
19818 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
19819         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
19820              From: John Peacock <jpeacock@rowman.com>
19821              Date: Mon, 12 Jul 2004 23:16:51 -0400
19822              Message-ID: <40F35423.5080304@rowman.com>
19823      Branch: perl
19824            ! lib/version.pm lib/version.t util.c
19825 ____________________________________________________________________________
19826 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
19827         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
19828              many meanings. const const vs mutable in this case.
19829      Branch: perl
19830            ! sv.c
19831 ____________________________________________________________________________
19832 [ 23084] By: nick                                  on 2004/07/12  14:26:12
19833         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
19834              so it has no business calling SvSETMAGIC.
19835      Branch: perl
19836            ! sv.c
19837 ____________________________________________________________________________
19838 [ 23083] By: nick                                  on 2004/07/12  12:17:56
19839         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
19840              Can now handle the case
19841              is_utf8_string(NULL,0)
19842              again.
19843              Why do we have code dup for Perl_is_utf8_string_loc() ?
19844      Branch: perl
19845            ! utf8.c
19846 ____________________________________________________________________________
19847 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
19848         Log: A decent benchmark would be useful. But it is vague.
19849      Branch: perl
19850            ! pod/perltodo.pod
19851 ____________________________________________________________________________
19852 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
19853         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
19854      Branch: perl
19855            ! pod/perltodo.pod
19856 ____________________________________________________________________________
19857 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
19858         Log: Store weak references.
19859      Branch: perl
19860            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
19861            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
19862            ! ext/Storable/README ext/Storable/Storable.pm
19863            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
19864 ____________________________________________________________________________
19865 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
19866         Log: Dual lifing and dists is a TODO
19867      Branch: perl
19868            ! pod/perltodo.pod
19869 ____________________________________________________________________________
19870 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
19871         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
19872              Rant a bit more about POD -> HTML
19873      Branch: perl
19874            ! pod/perltodo.pod
19875 ____________________________________________________________________________
19876 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
19877         Log: Perl_mode_from_discipline must update len. (else SEGV)
19878              Diagnosis and patch from clkao
19879      Branch: perl
19880            ! doio.c
19881 ____________________________________________________________________________
19882 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
19883         Log: Subject: Bug with NEXT when called from an eval block
19884              From: Dave Rolsky <autarch@urth.org>
19885              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
19886              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
19887      Branch: perl
19888            ! lib/NEXT.pm lib/NEXT/t/next.t
19889 ____________________________________________________________________________
19890 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
19891         Log: Subject: Re: Segfault using HTML::Entities
19892              From: Jarkko Hietaniemi <jhi@iki.fi>
19893              Message-ID: <40EDBE1A.6080205@iki.fi>
19894              Date: Fri, 09 Jul 2004 00:35:22 +0300
19895      Branch: perl
19896            ! pp_ctl.c regexec.c t/run/fresh_perl.t
19897 ____________________________________________________________________________
19898 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
19899         Log: A more honest TODO
19900      Branch: perl
19901            ! pod/perltodo.pod
19902 ____________________________________________________________________________
19903 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
19904         Log: dor and // fulfil a TODO
19905              Correct a deviation from the Nicholas Clark style guide.
19906      Branch: perl
19907            ! pod/perltodo.pod
19908 ____________________________________________________________________________
19909 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
19910         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
19911              From: "Craig A. Berry" <craigberry@mac.com>
19912              Date: Thu, 08 Jul 2004 23:19:05 -0500
19913              Message-ID: <40EE1CB9.8030407@mac.com>
19914      Branch: perl
19915            ! vms/vms.c
19916 ____________________________________________________________________________
19917 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
19918         Log: Randal notes:
19919
19920              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
19921              *is* a "perldoc perl583delta" properly.
19922
19923              This is because perl584delta still thinks it's the perldelta
19924      Branch: perl
19925            ! pod/perl584delta.pod
19926 ____________________________________________________________________________
19927 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
19928         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
19929              as an argument.
19930      Branch: perl
19931            ! sv.c
19932 ____________________________________________________________________________
19933 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
19934         Log: First stab at explaining that CLONE may get more parameters in future.
19935              More eloquent rewording desired. Patches welcome.
19936      Branch: perl
19937            ! pod/perlmod.pod
19938 ____________________________________________________________________________
19939 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
19940         Log: hv_store was not passing hash onwards (spotted by Dave)
19941      Branch: perl
19942            ! hv.c
19943 ____________________________________________________________________________
19944 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
19945         Log: Failing matches don't reset numbered variables.
19946              Change #22997 could cause Text::ParseWords to loop forever if the
19947              regex didn't not match. Explicitly return if the match fails.
19948      Branch: perl
19949            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
19950 ____________________________________________________________________________
19951 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
19952         Log: Integrate:
19953              [ 23057]
19954              This is RC1
19955      Branch: perl
19956           !> pod/perlhist.pod
19957 ____________________________________________________________________________
19958 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
19959         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
19960              shared string scalar.
19961      Branch: perl
19962            ! hv.c
19963 ____________________________________________________________________________
19964 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
19965         Log: A tool to check the AUTHORS file
19966      Branch: perl
19967            + Porting/checkAUTHORS.pl
19968            ! MANIFEST
19969 ____________________________________________________________________________
19970 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
19971         Log: Add some missing authors and remove 1 duplicate
19972      Branch: perl
19973            ! AUTHORS
19974 ____________________________________________________________________________
19975 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
19976         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
19977      Branch: perl
19978            ! lib/Text/ParseWords.pm
19979 ____________________________________________________________________________
19980 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
19981         Log: Update tests and $VERSION for change 23046
19982      Branch: perl
19983            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19984 ____________________________________________________________________________
19985 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
19986         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
19987              From: Stephen McCamant <smcc@MIT.EDU>
19988              Date: Mon, 28 Jun 2004 18:26:24 -0700
19989              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
19990      Branch: perl
19991            ! ext/B/B/Deparse.pm
19992 ____________________________________________________________________________
19993 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
19994         Log: Bump $B::Deparse::VERSION
19995      Branch: perl
19996            ! ext/B/B/Deparse.pm
19997 ____________________________________________________________________________
19998 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
19999         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
20000              Problem appears to be due to theft of temporaries
20001      Branch: perl
20002            ! mg.c
20003 ____________________________________________________________________________
20004 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
20005         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
20006              From: "Craig A. Berry" <craigberry@mac.com>
20007              Message-ID: <40E704AA.4090801@mac.com>
20008              Date: Sat, 03 Jul 2004 14:10:34 -0500
20009      Branch: perl
20010            ! ext/Cwd/t/cwd.t lib/Cwd.pm
20011 ____________________________________________________________________________
20012 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
20013         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
20014              LC_ALL. So when perl's expecting utf8, things don't quite work right.
20015              This has become visible since fix 22842
20016      Branch: perl
20017            ! lib/locale.t
20018 ____________________________________________________________________________
20019 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
20020         Log: More microperl tweaks.
20021      Branch: perl
20022            ! Makefile.micro README.micro uconfig.h uconfig.sh
20023 ____________________________________________________________________________
20024 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
20025         Log: Maintainer change for Safe
20026      Branch: perl
20027            ! Porting/Maintainers.pl
20028 ____________________________________________________________________________
20029 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
20030         Log: Bump version number of Safe for CPAN release
20031      Branch: perl
20032            ! ext/Opcode/Safe.pm
20033 ____________________________________________________________________________
20034 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
20035         Log: Upgrade to I18N::LangTags 0.33
20036      Branch: perl
20037            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20038            ! lib/I18N/LangTags/t/80_all_env.t
20039 ____________________________________________________________________________
20040 [ 23023] By: davem                                 on 2004/07/02  01:49:11
20041         Log: utf8 POPSTACK crash on split execution
20042              split() does a SWITCHSTACK to directly split to an array, but
20043              if it subsequently dies (eg the regex triggers a 'use utf8' which
20044              is then denied by Safe), then the switch doesn't get undone. Add
20045              a new save type to allow for this.
20046      Branch: perl
20047            ! pp.c scope.c scope.h
20048 ____________________________________________________________________________
20049 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
20050         Log: The microperl config didn't know about usemallocwrap yet.
20051      Branch: perl
20052            ! uconfig.h uconfig.sh
20053 ____________________________________________________________________________
20054 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
20055         Log: Check for definedness of sv before calling sv_derived_from()
20056              to prevent "Use of uninitialized value..." warning.
20057      Branch: perl
20058            ! universal.c
20059 ____________________________________________________________________________
20060 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
20061         Log: Bump version numbers
20062      Branch: perl
20063            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
20064            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
20065            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
20066            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
20067 ____________________________________________________________________________
20068 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
20069         Log: Assert that we aren't leaking memory.
20070      Branch: perl
20071            ! sv.c
20072 ____________________________________________________________________________
20073 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
20074         Log: Sync to libnet-1.19
20075      Branch: perl
20076            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
20077            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
20078 ____________________________________________________________________________
20079 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
20080         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
20081              From: Abigail <abigail@abigail.nl>
20082              Date: Wed, 30 Jun 2004 12:00:21 +0200
20083              Message-ID: <20040630100021.GA23752@abigail.nl>
20084      Branch: perl
20085            ! pod/perlop.pod
20086 ____________________________________________________________________________
20087 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
20088         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
20089              mark that it needs a deferred recount"
20090      Branch: perl
20091            ! sv.c
20092 ____________________________________________________________________________
20093 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
20094         Log: More caveats in B::Deparse's documentation
20095              (suggested by Yves Orton)
20096      Branch: perl
20097            ! ext/B/B/Deparse.pm
20098 ____________________________________________________________________________
20099 [ 23007] By: merijn                                on 2004/06/29  10:57:46
20100         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
20101              11.00 and on are ANSI by default for /opt/ansic/bin
20102              Error was introduced by #22975 in re-enabling 10.01
20103      Branch: perl
20104            ! hints/hpux.sh
20105 ____________________________________________________________________________
20106 [ 23006] By: davem                                 on 2004/06/28  22:50:01
20107         Log: use encoding and "eq" cause memory leak
20108              Perl_sv_eq() was creating a temp and not always freeing it
20109      Branch: perl
20110            ! sv.c
20111 ____________________________________________________________________________
20112 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
20113         Log: Assimilate Locale-Codes-2.07
20114      Branch: perl
20115            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20116            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
20117            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
20118            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
20119            ! lib/Locale/Constants.pod lib/Locale/Country.pm
20120            ! lib/Locale/Country.pod lib/Locale/Currency.pm
20121            ! lib/Locale/Currency.pod lib/Locale/Language.pm
20122            ! lib/Locale/Language.pod lib/Locale/Script.pm
20123            ! lib/Locale/Script.pod
20124 ____________________________________________________________________________
20125 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
20126         Log: Stop 80_all_env.t failing when LC_ALL is set
20127      Branch: perl
20128            ! lib/I18N/LangTags/t/80_all_env.t
20129 ____________________________________________________________________________
20130 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
20131         Log: Correct detection of absent modules. Based on
20132
20133              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
20134              From: Andy Dougherty <doughera@lafayette.edu>
20135              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
20136              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
20137
20138              with improvements from Marcus Holland-Moritz
20139      Branch: perl
20140            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
20141            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
20142            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
20143            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
20144            ! lib/overload.t t/io/crlf.t
20145 ____________________________________________________________________________
20146 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
20147         Log: Cleanup the main regex in Text::ParseWords and make the
20148              parse_line() routine faster. Add a Unicode test case.
20149      Branch: perl
20150            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
20151 ____________________________________________________________________________
20152 [ 22996] By: merijn                                on 2004/06/25  15:27:21
20153         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
20154              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
20155              Date: 25 Jun 2004 09:39:51 -0000
20156              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
20157              and
20158              From: Andy Dougherty <doughera@lafayette.edu>
20159              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
20160              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
20161      Branch: perl
20162            ! hints/solaris_2.sh
20163 ____________________________________________________________________________
20164 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
20165         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
20166              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
20167              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
20168              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
20169      Branch: perl
20170            ! regcomp.c t/op/regmesg.t
20171 ____________________________________________________________________________
20172 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
20173         Log: More @INC test fixes
20174      Branch: perl
20175            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
20176            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
20177 ____________________________________________________________________________
20178 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
20179         Log: Fix the Cwd tests for the core.
20180      Branch: perl
20181            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
20182 ____________________________________________________________________________
20183 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
20184         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
20185              Use the suggested regex fix, plus some tests.
20186      Branch: perl
20187            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
20188 ____________________________________________________________________________
20189 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
20190         Log: Upgrade to Cwd 2.18
20191              (with local changes to cwd.t, to adapt it to the core)
20192      Branch: perl
20193            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
20194 ____________________________________________________________________________
20195 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
20196         Log: Fix for: [perl #2738] perl segfautls on input
20197              The parser was incorrectly accepting <> as a subroutine prototype and
20198              newATTRSUB didn't validate the proto argument before accessing op_sv.
20199      Branch: perl
20200            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
20201 ____________________________________________________________________________
20202 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
20203         Log: Upgrade to Cwd 2.17_03
20204      Branch: perl
20205            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
20206 ____________________________________________________________________________
20207 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
20208         Log: Test that [] // 0 is []
20209      Branch: perl
20210            ! t/op/dor.t
20211 ____________________________________________________________________________
20212 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
20213         Log: Add a regression test for bug #23765 (by Jarkko)
20214      Branch: perl
20215            ! t/op/substr.t
20216 ____________________________________________________________________________
20217 [ 22975] By: merijn                                on 2004/06/23  06:56:15
20218         Log: Backward compatibility issues for HP-UX 10.01 and older
20219              Yes, it is still actively used in production environment
20220              One more patch expected for toke.c optimization level
20221      Branch: perl
20222            ! hints/hpux.sh
20223 ____________________________________________________________________________
20224 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
20225         Log: Proposed patch + test case.
20226
20227              Subject: [perl #30409] charnames.pm clobbers default variable
20228              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
20229              Date: 22 Jun 2004 16:43:50 -0000
20230              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
20231      Branch: perl
20232            ! lib/charnames.pm lib/charnames.t
20233 ____________________________________________________________________________
20234 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
20235         Log: Adjust array index in FileCache.pm.
20236
20237              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
20238              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
20239              Date: 15 Jun 2004 16:55:22 -0000
20240              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
20241      Branch: perl
20242            ! lib/FileCache.pm
20243 ____________________________________________________________________________
20244 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
20245         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
20246              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20247              Date: Tue, 22 Jun 2004 21:29:12 +0100
20248              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
20249      Branch: perl
20250            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20251            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20252            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
20253            ! ext/DB_File/typemap
20254 ____________________________________________________________________________
20255 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
20256         Log: Abolish the "Tied variable freed while still in use" error - I have
20257              a way to cleanly avoid the coredump.
20258      Branch: perl
20259            ! mg.c pod/perldiag.pod t/op/tie.t
20260 ____________________________________________________________________________
20261 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
20262         Log: Subject: [PATCH] Storable signedness nit
20263              From: "Craig A. Berry" <craigberry@mac.com>
20264              Message-ID: <40D3AAC7.6030407@mac.com>
20265              Date: Fri, 18 Jun 2004 21:53:59 -0500
20266      Branch: perl
20267            ! ext/Storable/Storable.xs
20268 ____________________________________________________________________________
20269 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
20270         Log: Skip tests if List::Util not built
20271      Branch: perl
20272            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
20273            ! lib/overload.t
20274 ____________________________________________________________________________
20275 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
20276         Log: Skip test if Data::Dumper not built
20277      Branch: perl
20278            ! lib/Tie/RefHash.t
20279 ____________________________________________________________________________
20280 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
20281         Log: Skip test if Devel::PPPort is not built.
20282              Probably should fix h2xs to work without it.
20283      Branch: perl
20284            ! lib/h2xs.t
20285 ____________________________________________________________________________
20286 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
20287         Log: Upgrade to I18N::LangTags 0.32
20288      Branch: perl
20289            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20290            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
20291 ____________________________________________________________________________
20292 [ 22963] By: davem                                 on 2004/06/20  12:00:56
20293         Log: make mktables always update modifed time to play better with make
20294      Branch: perl
20295            ! Makefile.SH lib/unicore/mktables
20296 ____________________________________________________________________________
20297 [ 22962] By: davem                                 on 2004/06/20  11:50:19
20298         Log: fix typo in gp_free
20299      Branch: perl
20300            ! gv.c
20301 ____________________________________________________________________________
20302 [ 22961] By: davem                                 on 2004/06/19  12:36:58
20303         Log: 'make test' without preceeding 'make' fails.
20304              Change #22872 added a target to run mktables, but this was
20305              skipped if 'make test' was run first, causing the build of
20306              Unicode::Normalize to fail.
20307      Branch: perl
20308            ! Makefile.SH
20309 ____________________________________________________________________________
20310 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
20311         Log: When expecting an error, it's best to check the text you got, rather
20312              than blindly assuming that it's correct.
20313      Branch: perl
20314            ! t/op/write.t
20315 ____________________________________________________________________________
20316 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
20317         Log: Case insensitive file systems are bad, m'kay
20318      Branch: perl
20319            ! ext/IO/t/IO.t
20320 ____________________________________________________________________________
20321 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
20322         Log: This needs POSIX, so skip if no POSIX
20323      Branch: perl
20324            ! lib/Pod/t/basic.t
20325 ____________________________________________________________________________
20326 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
20327         Log: Also needs skipping if PerlIO::via not built
20328      Branch: perl
20329            ! lib/PerlIO/via/t/QuotedPrint.t
20330 ____________________________________________________________________________
20331 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
20332         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
20333      Branch: perl
20334            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
20335 ____________________________________________________________________________
20336 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
20337         Log: Not ideal, but skip all of IO's tests if Socket is not built.
20338      Branch: perl
20339            ! ext/IO/t/IO.t
20340 ____________________________________________________________________________
20341 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
20342         Log: Skip test if perl configured without threads::shared
20343      Branch: perl
20344            ! ext/threads/shared/t/disabled.t
20345 ____________________________________________________________________________
20346 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
20347         Log: Skip test if Devel::PPPort not built
20348      Branch: perl
20349            ! ext/Devel/PPPort/t/test.t
20350 ____________________________________________________________________________
20351 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
20352         Log: Skip re tests if re not built.
20353      Branch: perl
20354            ! ext/re/t/re.t
20355 ____________________________________________________________________________
20356 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
20357         Log: If we don't build B, we should skip all its tests.
20358      Branch: perl
20359            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
20360            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
20361            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
20362            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
20363            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
20364            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
20365            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
20366            ! ext/B/t/terse.t ext/B/t/xref.t
20367 ____________________________________________________________________________
20368 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
20369         Log: D'oh. Don't turn on warnings on the #! line without actually testing
20370              the full code in case it warns.
20371      Branch: perl
20372            ! lib/Unicode/UCD.t
20373 ____________________________________________________________________________
20374 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
20375         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
20376      Branch: perl
20377            ! lib/Unicode/UCD.t
20378 ____________________________________________________________________________
20379 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
20380         Log: Can't test the B modules if we didn't build 'em
20381      Branch: perl
20382            ! t/lib/1_compile.t
20383 ____________________________________________________________________________
20384 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
20385         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
20386      Branch: perl
20387            ! t/io/crlf.t
20388 ____________________________________________________________________________
20389 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
20390         Log: Upgrade to I18N::LangTags 0.31.
20391      Branch: perl
20392            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20393            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
20394            ! lib/I18N/LangTags/t/80_all_env.t
20395 ____________________________________________________________________________
20396 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
20397         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
20398              seem that memzero() of everything is the most efficient idea.
20399      Branch: perl
20400            ! sv.c
20401 ____________________________________________________________________________
20402 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
20403         Log: Change 22516 forgot to add make_overload.pl to generate test data
20404              (submitted from the pub via wireless, bluetooth and then GPRS out
20405              to the Internet)
20406      Branch: perl
20407            + ext/Storable/t/make_overload.pl
20408            ! MANIFEST
20409 ____________________________________________________________________________
20410 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
20411         Log: Storable should cope if the string to thaw happens to be utf8 encoded
20412              And anything with bytes >=256 is corrupt
20413      Branch: perl
20414            ! ext/Storable/ChangeLog ext/Storable/README
20415            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20416            ! ext/Storable/t/utf8.t
20417 ____________________________________________________________________________
20418 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
20419         Log: Upgrade to Locale::Maketext 1.09
20420      Branch: perl
20421            + lib/Locale/Maketext/t/01_about_verbose.t
20422            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
20423            + lib/Locale/Maketext/t/40_super.t
20424            + lib/Locale/Maketext/t/50_super.t
20425            + lib/Locale/Maketext/t/60_super.t
20426            + lib/Locale/Maketext/t/90_utf8.t
20427            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
20428            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
20429            - lib/Locale/Maketext/t/04super.t
20430            - lib/Locale/Maketext/t/05super.t
20431            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
20432            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
20433            ! lib/Locale/Maketext/README
20434 ____________________________________________________________________________
20435 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
20436         Log: Upgrade to I18N::LangTags 0.30.
20437      Branch: perl
20438            + lib/I18N/LangTags/Detect.pm
20439            + lib/I18N/LangTags/t/01_about_verbose.t
20440            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
20441            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
20442            + lib/I18N/LangTags/t/55_supers_strict.t
20443            + lib/I18N/LangTags/t/80_all_env.t
20444            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
20445            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20446            ! lib/I18N/LangTags/List.pm
20447 ____________________________________________________________________________
20448 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
20449         Log: More forgiving version comparison in perlivp.
20450      Branch: perl
20451            ! utils/perlivp.PL
20452 ____________________________________________________________________________
20453 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
20454         Log: Improve the substitution to cc_r for threading so that compilers
20455              specified with a full path or as a parameter to ccache are changed
20456      Branch: perl
20457            ! hints/aix.sh
20458 ____________________________________________________________________________
20459 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
20460         Log: Subject: [PATCH] File::Basename docs
20461              From: Boris Zentner <bzm@2bz.de>
20462              Date: Sat, 12 Jun 2004 16:29:42 +0200
20463              Message-Id: <200406121629.42595.bzm@2bz.de>
20464      Branch: perl
20465            ! lib/File/Basename.pm
20466 ____________________________________________________________________________
20467 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
20468         Log: It seems that our assert() macro wasn't good enough.
20469              Changed to one that that is an expression, rather than a statement.
20470              Fix new macros definitions in sv.h to be clean enough C to keep the
20471              AIX compiler happy.
20472      Branch: perl
20473            ! perl.h sv.h
20474 ____________________________________________________________________________
20475 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
20476         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
20477              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
20478              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
20479              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
20480      Branch: perl
20481            ! pod/perlop.pod
20482 ____________________________________________________________________________
20483 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
20484         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
20485      Branch: perl
20486            ! ext/Storable/Storable.xs sv.h
20487 ____________________________________________________________________________
20488 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
20489         Log: Assert that SV type has magic member when reading/writing.
20490              Will catch buggy code.
20491      Branch: perl
20492            ! sv.c sv.h
20493 ____________________________________________________________________________
20494 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
20495         Log: More h2ph voodoo.
20496      Branch: perl
20497            ! utils/h2ph.PL
20498 ____________________________________________________________________________
20499 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
20500         Log: Subject: [PATCH] t/TEST
20501              From: Abe Timmerman <abe@ztreet.demon.nl>
20502              Date: Sun, 13 Jun 2004 11:41:49 +0200
20503              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
20504      Branch: perl
20505            ! t/TEST
20506 ____________________________________________________________________________
20507 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
20508         Log: Reapply change #20983, rolled back by change #22920,
20509              as noticed by Craig Berry.
20510      Branch: perl
20511            ! pod/pod2usage.PL pod/podselect.PL
20512 ____________________________________________________________________________
20513 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
20514         Log: More h2ph tweaks: recognition of C types
20515      Branch: perl
20516            ! utils/h2ph.PL
20517 ____________________________________________________________________________
20518 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
20519         Log: More h2ph tweaking for gcc __inline functions
20520      Branch: perl
20521            ! utils/h2ph.PL
20522 ____________________________________________________________________________
20523 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
20524         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
20525      Branch: perl
20526            ! t/comp/utf.t
20527 ____________________________________________________________________________
20528 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
20529         Log: Remove a warning against unsafe signals in perlipc.pod,
20530              now that we have "safe signals".
20531      Branch: perl
20532            ! pod/perlipc.pod
20533 ____________________________________________________________________________
20534 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
20535         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
20536              From: Mathieu Arnold <m@absolight.fr>
20537              Date: Thu, 10 Jun 2004 16:43:58 +0200
20538              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
20539              (with a test adjustment)
20540      Branch: perl
20541            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
20542 ____________________________________________________________________________
20543 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
20544         Log: Make h2ph able to understand a limited set of inline functions.
20545              The glibc apparently now ships headers that use inline functions
20546              instead of plain old macros.
20547      Branch: perl
20548            ! utils/h2ph.PL
20549 ____________________________________________________________________________
20550 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
20551         Log: Subject: Change 22872 breaks shared miniperl invocation
20552              From: Alexey Tourbin <at@altlinux.ru>
20553              Date: Fri, 4 Jun 2004 13:24:17 +0400
20554              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
20555      Branch: perl
20556            ! Makefile.SH
20557 ____________________________________________________________________________
20558 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
20559         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
20560              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20561              Date: Mon, 7 Jun 2004 00:28:55 -0700
20562              Message-ID: <20040607072854.GB1028@efn.org>
20563      Branch: perl
20564            ! pod/perldiag.pod
20565 ____________________________________________________________________________
20566 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
20567         Log: Remove the "malloc wrappage" tests, due to their unportability
20568              (as suggested by Jarkko.)
20569      Branch: perl
20570            ! t/op/array.t t/op/repeat.t
20571 ____________________________________________________________________________
20572 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
20573         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
20574              From: Robin Barker <Robin.Barker@npl.co.uk>
20575              Date: Wed, 9 Jun 2004 12:02:01 +0100
20576              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
20577              with further adjustements for bleadperl
20578      Branch: perl
20579            ! configpm lib/Config.t
20580 ____________________________________________________________________________
20581 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
20582         Log: Upgrade to Pod::Parser 1.28
20583              (except Pod::Find, which has local patches not yet on CPAN)
20584      Branch: perl
20585            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
20586            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
20587            ! t/pod/find.t
20588 ____________________________________________________________________________
20589 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
20590         Log: s/64bit/64-bit/g for consistency in the READMEs.
20591      Branch: perl
20592            ! README.aix README.hpux
20593 ____________________________________________________________________________
20594 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
20595         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
20596              From: "Kevin Chase" <kevincha99@hotmail.com>
20597              Date: Sun, 06 Jun 2004 09:44:44 -0700
20598              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
20599      Branch: perl
20600            ! ext/threads/threads.xs
20601 ____________________________________________________________________________
20602 [ 22917] By: merijn                                on 2004/06/09  11:46:23
20603         Log: Several updates, major, and minor corrections, model updates,
20604              explained the model numbering of HP-UX servers.
20605      Branch: perl
20606            ! README.hpux
20607 ____________________________________________________________________________
20608 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
20609         Log: Upgrade to Pod::Perldoc 3.13
20610      Branch: perl
20611            + lib/Pod/Perldoc/t/01_about_verbose.t
20612            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
20613 ____________________________________________________________________________
20614 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
20615         Log: Upgrade to Digest 1.08.
20616      Branch: perl
20617            ! lib/Digest.pm
20618 ____________________________________________________________________________
20619 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
20620         Log: Upgrade to CGI.pm 3.05
20621      Branch: perl
20622            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
20623 ____________________________________________________________________________
20624 [ 22913] By: davem                                 on 2004/06/08  22:20:40
20625         Log: double DESTROY in for loop
20626              pp_iter decremented the ref count of the previous iterant before
20627              unaliasing it. This could lead to DESTROY being called with the
20628              loop variable still aliased to the freed value. If the DESTROY
20629              also contained a for loop with the same iterator variable, the
20630              freed value would get resurrected then freed for a second time.
20631      Branch: perl
20632            ! pp_hot.c t/cmd/for.t
20633 ____________________________________________________________________________
20634 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
20635         Log: Upgrade to Pod::LaTeX 0.57
20636      Branch: perl
20637            + lib/Pod/t/user.t
20638            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
20639 ____________________________________________________________________________
20640 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
20641         Log: Upgrade to Unicode::Normalize 0.30.
20642      Branch: perl
20643            ! ext/Unicode/Normalize/Changes
20644            ! ext/Unicode/Normalize/Normalize.pm
20645            ! ext/Unicode/Normalize/Normalize.xs
20646            ! ext/Unicode/Normalize/t/illegal.t
20647            ! ext/Unicode/Normalize/t/short.t
20648            ! ext/Unicode/Normalize/t/split.t
20649 ____________________________________________________________________________
20650 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
20651         Log: Remove a spurious \n in a perltie example,
20652              noticed by Geoffrey Young.
20653      Branch: perl
20654            ! pod/perltie.pod
20655 ____________________________________________________________________________
20656 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
20657         Log: Upgrade to Unicode::Collate 0.40
20658      Branch: perl
20659            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
20660 ____________________________________________________________________________
20661 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
20662         Log: Upgrade to Time::Local 1.10.
20663      Branch: perl
20664            ! lib/Time/Local.pm lib/Time/Local.t
20665 ____________________________________________________________________________
20666 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
20667         Log: Upgrade to Test::Harness 2.42
20668      Branch: perl
20669            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20670            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
20671 ____________________________________________________________________________
20672 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
20673         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
20674              As spotted by Jerry D. Hedden
20675      Branch: perl
20676            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
20677 ____________________________________________________________________________
20678 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
20679         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
20680              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20681              Date: Fri, 4 Jun 2004 16:29:44 +0200
20682              Message-Id: <20040604162944.4011f1c6@r2d2>
20683      Branch: perl
20684            ! pod/perlapi.pod sv.c
20685 ____________________________________________________________________________
20686 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
20687         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
20688              From: Jarkko Hietaniemi <jhi@iki.fi>
20689              Date: Mon, 07 Jun 2004 20:09:42 +0300
20690              Message-ID: <40C4A156.5030205@iki.fi>
20691      Branch: perl
20692            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
20693 ____________________________________________________________________________
20694 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
20695         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
20696              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
20697              Date: 6 Jun 2004 21:50:19 -0000
20698              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
20699      Branch: perl
20700            ! lib/Text/Wrap.pm
20701 ____________________________________________________________________________
20702 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
20703         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
20704              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20705              Date: Sun, 06 Jun 2004 00:37:21 +0900
20706              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
20707      Branch: perl
20708            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
20709 ____________________________________________________________________________
20710 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
20711         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
20712              From: Steve Hay <steve.hay@uk.radan.com>
20713              Date: Thu, 03 Jun 2004 15:46:17 +0100
20714              Message-ID: <40BF39B9.3060207@uk.radan.com>
20715      Branch: perl
20716            ! README.win32 win32/makefile.mk
20717 ____________________________________________________________________________
20718 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
20719         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
20720              Normalize on the hyphenated spelling.
20721      Branch: perl
20722            ! pod/perlpodspec.pod
20723 ____________________________________________________________________________
20724 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
20725         Log: Workaround a dmake oddity.
20726              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
20727              From: Steve Hay <steve.hay@uk.radan.com>
20728              Date: Thu, 03 Jun 2004 12:16:13 +0100
20729              Message-ID: <40BF087D.8030005@uk.radan.com>
20730      Branch: perl
20731            ! win32/makefile.mk
20732 ____________________________________________________________________________
20733 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
20734         Log: Carp was mostly unusable with Safe because it may require
20735              Carp::Heavy at run-time (while require() is forbidden.)
20736              Have Safe load Carp::Heavy.
20737      Branch: perl
20738            ! ext/Opcode/Safe.pm lib/Carp.pm
20739 ____________________________________________________________________________
20740 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
20741         Log: Make change #22889 work for threaded builds, Part 2.
20742      Branch: perl
20743            ! XSUB.h
20744 ____________________________________________________________________________
20745 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
20746         Log: Make change #22889 work for threaded builds.
20747      Branch: perl
20748            ! pad.c pp.c
20749 ____________________________________________________________________________
20750 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
20751         Log: Fix apidoc entries for PUSHMARK and newXSproto.
20752      Branch: perl
20753            ! XSUB.h pod/perlapi.pod pp.h
20754 ____________________________________________________________________________
20755 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
20756         Log: Document embed.fnc 'U' and 's' flags.
20757      Branch: perl
20758            ! embed.fnc
20759 ____________________________________________________________________________
20760 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
20761         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
20762              From: "Craig A. Berry" <craigberry@mac.com>
20763              Date: Tue, 01 Jun 2004 23:16:58 -0500
20764              Message-ID: <40BD54BA.9040708@mac.com>
20765      Branch: perl
20766            ! perl.c
20767 ____________________________________________________________________________
20768 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
20769         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
20770              From: Alexey Tourbin <at@altlinux.ru>
20771              Date: Sat, 22 May 2004 02:22:22 +0400
20772              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
20773      Branch: perl
20774            ! ext/NDBM_File/hints/linux.pl
20775 ____________________________________________________________________________
20776 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
20777         Log: Detypo.
20778      Branch: perl
20779            ! pod/perlintern.pod pp_ctl.c
20780 ____________________________________________________________________________
20781 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
20782         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
20783              From: Andrew Dougherty <doughera@lafayette.edu>
20784              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
20785              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
20786      Branch: perl
20787            ! INSTALL README
20788 ____________________________________________________________________________
20789 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
20790         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
20791              While we're at it, use the same trick to make reverse()
20792              work correctly with lexical $_.
20793      Branch: perl
20794            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
20795            ! t/op/mydef.t
20796 ____________________________________________________________________________
20797 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
20798         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
20799              From: Alan Burlison <Alan.Burlison@Sun.COM>
20800              Date: Fri, 28 May 2004 12:27:06 +0100
20801              Message-ID: <40B7220A.4040305@sun.com>
20802      Branch: perl
20803            ! lib/FileCache.pm
20804 ____________________________________________________________________________
20805 [ 22887] By: merijn                                on 2004/06/01  14:30:48
20806         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
20807              From: Steve Hay <steve.hay@uk.radan.com>
20808              Date: Tue, 01 Jun 2004 15:30:37 +0100
20809              Message-ID: <40BC930D.90701@uk.radan.com>
20810      Branch: perl
20811            ! win32/Makefile win32/makefile.mk
20812 ____________________________________________________________________________
20813 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
20814         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
20815              From: Alan Burlison <Alan.Burlison@sun.com>
20816              Date: Fri, 28 May 2004 23:28:44 +0100
20817              Message-ID: <40B7BD1C.40309@sun.com>
20818      Branch: perl
20819            ! lib/Pod/Find.pm
20820 ____________________________________________________________________________
20821 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
20822         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
20823              From: Paul Fenwick <pjf@perltraining.com.au>
20824              Date: Tue, 1 Jun 2004 11:31:34 +1000
20825              Message-ID: <20040601013134.GA11005@perltraining.com.au>
20826      Branch: perl
20827            ! pod/perlfunc.pod
20828 ____________________________________________________________________________
20829 [ 22884] By: merijn                                on 2004/06/01  10:51:33
20830         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
20831              From: "Craig A. Berry" <craigberry@mac.com>
20832              Date: Mon, 31 May 2004 21:04:07 -0500
20833              Message-ID: <40BBE417.2090001@mac.com>
20834      Branch: perl
20835            ! configure.com
20836 ____________________________________________________________________________
20837 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
20838         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
20839              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
20840              Date: Tue, 1 Jun 2004 07:52:58 +0200
20841              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
20842      Branch: perl
20843            ! lib/Shell.pm
20844 ____________________________________________________________________________
20845 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
20846         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
20847              From: Dave Rolsky <autarch@urth.org>
20848              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
20849              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
20850      Branch: perl
20851            ! pod/perlhack.pod
20852 ____________________________________________________________________________
20853 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
20854         Log: replace the run time code in lib/utf8_pva.pl with data generated
20855              at build by mktables, stored in lib/unicore/PVA.pl
20856      Branch: perl
20857            - lib/utf8_pva.pl
20858            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
20859            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20860 ____________________________________________________________________________
20861 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
20862         Log: Don't need to require utf8_pva.pl at top of file
20863      Branch: perl
20864            ! lib/utf8_heavy.pl
20865 ____________________________________________________________________________
20866 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
20867         Log: Run mktables as part of the build process.
20868              Don't ship any of the files that it generates in lib/unicore
20869      Branch: perl
20870            - (delete 419 files)
20871            ! MANIFEST Makefile.SH lib/unicore/mktables
20872            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20873 ____________________________________________________________________________
20874 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
20875         Log: Subject: [perl #29937] Entries missing from .packlist
20876              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
20877              Date: 28 May 2004 19:23:48 -0000
20878              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
20879      Branch: perl
20880            ! installman installperl
20881 ____________________________________________________________________________
20882 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
20883         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
20884              From: <wolfgang.laun@chello.at>
20885              Date: Sun, 30 May 2004 17:27:07 +0200
20886              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
20887      Branch: perl
20888            ! utils/h2ph.PL
20889 ____________________________________________________________________________
20890 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
20891         Log: Subject: [PATCH] Fix anomalies in Carp functions
20892              From: Steve Hay <steve.hay@uk.radan.com>
20893              Date: Tue, 25 May 2004 16:05:02 +0100
20894              Message-ID: <40B3609E.5060502@uk.radan.com>
20895      Branch: perl
20896            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
20897 ____________________________________________________________________________
20898 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
20899         Log: Subject: [PATCH] Fix generation of perlapi.pod
20900              From: Steve Hay <steve.hay@uk.radan.com>
20901              Date: Fri, 28 May 2004 11:46:41 +0100
20902              Message-ID: <40B71891.6090806@uk.radan.com>
20903      Branch: perl
20904            ! autodoc.pl pod/perlapi.pod
20905 ____________________________________________________________________________
20906 [ 22874] By: davem                                 on 2004/05/30  22:31:03
20907         Log: Subject:  Re: my $x->{foo} doesn't work
20908              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
20909              Date:  Tue, 25 May 2004 00:06:06 +0900
20910              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
20911
20912              Allow autovivification of (my $x)->{foo}
20913      Branch: perl
20914            ! pp_hot.c t/op/my.t
20915 ____________________________________________________________________________
20916 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
20917         Log: Convert to using File::Spec, so that we can build Unicode files
20918              on all platforms
20919      Branch: perl
20920            ! lib/unicore/mktables
20921 ____________________________________________________________________________
20922 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
20923         Log: First step to generating Unicode files for the regexp engine at build
20924              time - targets in the Makefile
20925      Branch: perl
20926            ! Makefile.SH
20927 ____________________________________________________________________________
20928 [ 22870] By: davem                                 on 2004/05/30  14:30:45
20929         Log: Problem with autouse (causing Perl to crash)
20930              @_ sometimes wasn't getting created right
20931      Branch: perl
20932            ! pad.c pp_ctl.c t/op/goto.t
20933 ____________________________________________________________________________
20934 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
20935         Log: Upgrade to Encode 2.01.
20936      Branch: perl
20937            ! ext/Encode/lib/Encode/CN/HZ.pm
20938            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
20939 ____________________________________________________________________________
20940 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
20941         Log: Skip in minitest
20942      Branch: perl
20943            ! t/comp/utf.t
20944 ____________________________________________________________________________
20945 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
20946         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
20947              From: Stas Bekman <stas@stason.org>
20948              Date: Thu, 27 May 2004 11:25:08 -0700
20949              Message-ID: <40B63284.5040203@stason.org>
20950      Branch: perl
20951            ! pod/perlapi.pod pod/perlguts.pod sv.h
20952 ____________________________________________________________________________
20953 [ 22852] By: merijn                                on 2004/05/28  05:31:25
20954         Log: Subject: TEST needs to ignore SCM files
20955              From: Alan Burlison <Alan.Burlison@sun.com>
20956              Date: Thu, 27 May 2004 23:32:28 +0100
20957              Message-ID: <40B66C7C.8030303@sun.com>
20958      Branch: perl
20959            ! t/TEST
20960 ____________________________________________________________________________
20961 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
20962         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
20963              From: Alan Burlison <Alan.Burlison@sun.com>
20964              Date: Wed, 26 May 2004 16:24:03 +0100
20965              Message-ID: <40B4B693.9090905@sun.com>
20966              (using \0 as a separator for q//)
20967      Branch: perl
20968            ! perl.c
20969 ____________________________________________________________________________
20970 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
20971         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
20972              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20973              Date: Tue, 25 May 2004 02:29:37 -0700
20974              Message-ID: <20040525092937.GA2332@efn.org>
20975      Branch: perl
20976            ! lib/diagnostics.pm
20977 ____________________________________________________________________________
20978 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
20979         Log: Tests for change #22842, by SADAHIRO Tomoyuki
20980              (adapted to the core)
20981      Branch: perl
20982            + t/op/utftaint.t
20983            ! MANIFEST
20984 ____________________________________________________________________________
20985 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
20986         Log: Subject: Re: utf-8 and taint don't work together
20987              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20988              Date: Sat, 22 May 2004 21:38:33 +0900
20989              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
20990
20991              Date: Sun, 23 May 2004 09:56:15 +0900
20992              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
20993      Branch: perl
20994            ! ext/Encode/lib/Encode/CN/HZ.pm
20995            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
20996 ____________________________________________________________________________
20997 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
20998         Log: Subject: [PATCH] win32_chsize is not exported on Win32
20999              From: Steve Hay <steve.hay@uk.radan.com>
21000              Date: Mon, 24 May 2004 12:52:48 +0100
21001              Message-ID: <40B1E210.4050202@uk.radan.com>
21002      Branch: perl
21003            ! makedef.pl
21004 ____________________________________________________________________________
21005 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
21006         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
21007              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21008              Date: Fri, 21 May 2004 11:35:34 -0700
21009              Message-ID: <20040521183533.GA5108@efn.org>
21010              (plus whitespace removal)
21011      Branch: perl
21012            ! INSTALL
21013 ____________________________________________________________________________
21014 [ 22839] By: davem                                 on 2004/05/22  11:15:34
21015         Log: Optimization busted: '@a = "b", sort @a' drops "b"
21016              Fix the sort-in-place optimization of change #22349.
21017      Branch: perl
21018            ! op.c t/op/sort.t
21019 ____________________________________________________________________________
21020 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
21021         Log: Update to Scalar-List-Utils-1.14
21022      Branch: perl
21023            + ext/List/Util/Changes
21024            - ext/List/Util/ChangeLog
21025            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
21026            ! ext/List/Util/lib/List/Util.pm
21027            ! ext/List/Util/lib/Scalar/Util.pm
21028 ____________________________________________________________________________
21029 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
21030         Log: Subject: Proposed doc patch for getsockopt
21031              From: perl5-porters@ton.iguana.be (Ton Hospel)
21032              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
21033              Message-Id: <c87qmo$u9b$1@post.home.lunix>
21034      Branch: perl
21035            ! pod/perlfunc.pod
21036 ____________________________________________________________________________
21037 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
21038         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
21039              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
21040              Date: Fri, 21 May 2004 10:51:58 +0200
21041              Message-id: <20040521085158.GA10660@ethan>
21042              (modified regexp)
21043      Branch: perl
21044            ! utils/h2xs.PL
21045 ____________________________________________________________________________
21046 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
21047         Log: Upgrade to Encode 2.00.
21048      Branch: perl
21049            ! (edit 147 files)
21050 ____________________________________________________________________________
21051 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
21052         Log: Test portability nit.
21053              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21054              From: Steve Hay <steve.hay@uk.radan.com>
21055              Date: Tue, 18 May 2004 11:31:04 +0100
21056              Message-ID: <40A9E5E8.7030800@uk.radan.com>
21057      Branch: perl
21058            ! ext/B/t/optree_specials.t
21059 ____________________________________________________________________________
21060 [ 22831] By: davem                                 on 2004/05/19  21:02:04
21061         Log: improve hashing algorithm for ptr tables in perl_clone:
21062              the bottom few bits of a pointer are usually zero
21063      Branch: perl
21064            ! sv.c
21065 ____________________________________________________________________________
21066 [ 22830] By: davem                                 on 2004/05/19  20:17:55
21067         Log: Thread creation time is hypersensitive
21068
21069              Due to a logic error, the dup ptr table sometimes wans't being
21070              grown, leading to extremely slow cloning.
21071      Branch: perl
21072            ! sv.c
21073 ____________________________________________________________________________
21074 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
21075         Log: perlrun.pod minor fixes :
21076              - the parameter to -x is optional
21077              - pod nit
21078      Branch: perl
21079            ! pod/perlrun.pod
21080 ____________________________________________________________________________
21081 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
21082         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
21083              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
21084              Date: 16 May 2004 13:33:32 -0000
21085              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
21086      Branch: perl
21087            ! lib/h2xs.t
21088 ____________________________________________________________________________
21089 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
21090         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21091              From: Steve Hay <steve.hay@uk.radan.com>
21092              Date: Fri, 14 May 2004 17:33:17 +0100
21093              Message-ID: <40A4F4CD.2000003@uk.radan.com>
21094      Branch: perl
21095            ! t/comp/utf.t
21096 ____________________________________________________________________________
21097 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
21098         Log: Error message too wide.
21099      Branch: perl
21100            ! perl.c
21101 ____________________________________________________________________________
21102 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
21103         Log: Remove a TODO test that is no longer to do.
21104      Branch: perl
21105            ! ext/B/t/f_sort.t
21106 ____________________________________________________________________________
21107 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
21108         Log: Fix new B::Concise test output
21109              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
21110              From: Jim Cromie <jcromie@divsol.com>
21111              Date: Mon, 17 May 2004 09:19:00 -0600
21112              Message-ID: <40A8D7E4.1020007@divsol.com>
21113      Branch: perl
21114            ! ext/B/t/f_sort.t t/TEST
21115 ____________________________________________________________________________
21116 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
21117         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
21118              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
21119              Date: Mon, 17 May 2004 07:38:19 +0200
21120              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
21121      Branch: perl
21122            ! ext/File/Glob/Glob.xs
21123 ____________________________________________________________________________
21124 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
21125         Log: David Manura is the new maintainer of Text::Balanced.
21126      Branch: perl
21127            ! Porting/Maintainers.pl
21128 ____________________________________________________________________________
21129 [ 22821] By: davem                                 on 2004/05/16  15:31:42
21130         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
21131      Branch: perl
21132            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
21133 ____________________________________________________________________________
21134 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
21135         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
21136              From: Jim Cromie <jcromie@divsol.com>
21137              Date: Mon, 10 May 2004 05:28:11 -0600
21138              Message-ID: <409F674B.2000506@divsol.com>
21139      Branch: perl
21140            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
21141            + ext/B/t/optree_specials.t
21142            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
21143            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
21144            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
21145            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
21146            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
21147 ____________________________________________________________________________
21148 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
21149         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
21150              access the $_ variable, even when there is a lexical one in scope.
21151      Branch: perl
21152            ! XSUB.h pod/perlapi.pod
21153 ____________________________________________________________________________
21154 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
21155         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
21156              From: Jarkko Hietaniemi <jhi@iki.fi>
21157              Message-ID: <40A26D75.8080406@iki.fi>
21158              Date: Wed, 12 May 2004 21:31:17 +0300
21159      Branch: perl
21160            + t/comp/utf.t
21161            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
21162 ____________________________________________________________________________
21163 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
21164         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
21165              From: Olli Savia (via RT) <perlbug-followup@perl.org>
21166              Date: 12 May 2004 13:02:41 -0000
21167              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
21168      Branch: perl
21169            ! sv.c
21170 ____________________________________________________________________________
21171 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
21172         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
21173      Branch: perl
21174            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21175 ____________________________________________________________________________
21176 [ 22815] By: merijn                                on 2004/05/12  10:43:42
21177         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
21178              From: Andy Dougherty <doughera@lafayette.edu>
21179              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
21180              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
21181      Branch: perl
21182            ! Configure hints/darwin.sh hints/rhapsody.sh
21183 ____________________________________________________________________________
21184 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
21185         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
21186              This completes the series: #22734, #22745, #22754, #22780
21187      Branch: perl
21188            ! pod/perlpacktut.pod
21189 ____________________________________________________________________________
21190 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
21191         Log: 'v' unpacks unsigned shorts.
21192      Branch: perl
21193            ! pod/perlpacktut.pod
21194 ____________________________________________________________________________
21195 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
21196         Log: Subject: various -V: searches [PATCH]
21197              From: Jim Cromie <jcromie@divsol.com>
21198              Date: Tue, 11 May 2004 00:15:46 -0600
21199              Message-ID: <40A06F92.1070607@divsol.com>
21200      Branch: perl
21201            ! configpm lib/Config.t pod/perlrun.pod
21202 ____________________________________________________________________________
21203 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
21204         Log: More pod names in the debugger for the runman command
21205      Branch: perl
21206            ! lib/perl5db.pl
21207 ____________________________________________________________________________
21208 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
21209         Log: Subject: [PATCH] debugger (step backwards)
21210              From: Richard.Foley@t-online.de (Richard Foley)
21211              Date: Tue, 11 May 2004 11:04:11 +0200
21212              Message-Id: <200405111104.11484.richard.foley@rfi.net>
21213      Branch: perl
21214            ! lib/perl5db.pl
21215 ____________________________________________________________________________
21216 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
21217         Log: Subject: void context !~ generates "Useless use of not at line..." warning
21218              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21219              Date: Sun, 9 May 2004 00:59:19 -0700
21220              Message-ID: <20040509075919.GA3752@efn.org>
21221      Branch: perl
21222            ! op.c
21223 ____________________________________________________________________________
21224 [ 22806] By: ams                                   on 2004/05/10  22:12:31
21225         Log: Subject: Re: a little extra cmdline help. [PATCH]
21226              From: Jim Cromie <jcromie@divsol.com>
21227              Date: Mon, 10 May 2004 15:25:07 -0600
21228              Message-Id: <409FF333.4020104@divsol.com>
21229      Branch: perl
21230            ! perl.c
21231 ____________________________________________________________________________
21232 [ 22804] By: ams                                   on 2004/05/10  11:10:34
21233         Log: Remove stray '.
21234      Branch: perl
21235            ! lib/File/Copy.pm
21236 ____________________________________________________________________________
21237 [ 22803] By: ams                                   on 2004/05/10  10:14:40
21238         Log: Subject: [PATCH] File::Copy Pod
21239              From: slaven@rezic.de
21240              Date: Mon, 10 May 2004 09:57:37 +0000
21241              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
21242      Branch: perl
21243            ! lib/File/Copy.pm
21244 ____________________________________________________________________________
21245 [ 22802] By: davem                                 on 2004/05/07  19:12:29
21246         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
21247              that $index was the uninitialized value, when in fact it was $foo1
21248      Branch: perl
21249            ! sv.c t/lib/warnings/9uninit
21250 ____________________________________________________________________________
21251 [ 22801] By: davem                                 on 2004/05/07  18:21:22
21252         Log: Subject:  Re: stdio still supported?
21253              From:  Jim Cromie <jcromie@divsol.com>
21254              Date:  Thu, 06 May 2004 16:37:56 -0600
21255              Message-Id:  <409ABE44.8060307@divsol.com>
21256
21257              Update B::Concise tests to skip stuff requiring the
21258              "open to a scalar" feature of Perlio is it isn't available.
21259              Also note this caveat in perlfunc.pod
21260      Branch: perl
21261            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
21262            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
21263            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
21264            ! pod/perlfunc.pod
21265 ____________________________________________________________________________
21266 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
21267         Log: Windows issues with select() are already documented in perlport.
21268      Branch: perl
21269            ! pod/perlfunc.pod
21270 ____________________________________________________________________________
21271 [ 22799] By: ams                                   on 2004/05/07  13:38:16
21272         Log: Subject: [perl #29397] Change in pod2man arguments
21273              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
21274              Date: 6 May 2004 22:08:10 -0000
21275              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
21276      Branch: perl
21277            ! pod/pod2man.PL
21278 ____________________________________________________________________________
21279 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
21280         Log: Scalar::Util::refaddr falsely returns false
21281              Add mg_get() to refaddr() when SV is magical.
21282              Fix the non-xs version of looks_like_number().
21283      Branch: perl
21284            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21285            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
21286 ____________________________________________________________________________
21287 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
21288         Log: Document that select() on Windows doesn't work on non-socket filehandles.
21289      Branch: perl
21290            ! pod/perlfunc.pod
21291 ____________________________________________________________________________
21292 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
21293         Log: Double warning for int(undef) and abs(undef)
21294              Remove the duplicate warnings and update tests.
21295      Branch: perl
21296            ! pp.c t/lib/warnings/9uninit
21297 ____________________________________________________________________________
21298 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
21299         Log: Add a small script to check whether a perl source tree
21300              (with or without generated files) is friendly with
21301              case-insensitive filesystems.
21302              Adapted from :
21303              Subject: Re: STerm.pl vs Sterm.pl
21304              From: James Mastros <james@mastros.biz>
21305              Date: Thu, 06 May 2004 14:45:53 +0200
21306              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
21307      Branch: perl
21308            + Porting/checkcase.pl
21309            ! MANIFEST
21310 ____________________________________________________________________________
21311 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
21312         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
21313              From: bilbo@ua.fm
21314              Date: Wed, 28 Apr 2004 00:19:55 +0300
21315              Message-ID: <611491036.20040428001955@ua.fm>
21316      Branch: perl
21317            ! win32/win32.c
21318 ____________________________________________________________________________
21319 [ 22788] By: merijn                                on 2004/05/06  11:35:21
21320         Log: add -pipe to gcc's default flags
21321              it has shown a compile time speed increase of about 40% on
21322              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
21323              OS/gcc combo's remove it in the hints
21324      Branch: perl
21325            ! Configure
21326 ____________________________________________________________________________
21327 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
21328         Log: Add tests for mX?PUSH[inup] macros.
21329
21330              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21331              From: Steve Hay <steve.hay@uk.radan.com>
21332              Date: Wed, 05 May 2004 15:34:45 +0100
21333              Message-ID: <4098FB85.1060602@uk.radan.com>
21334      Branch: perl
21335            + ext/XS/APItest/t/push.t
21336            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
21337            ! ext/XS/APItest/MANIFEST
21338 ____________________________________________________________________________
21339 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
21340         Log: Subject: Problem with h2xs
21341              From: David Cannings <lists@edeca.net>
21342              Date: Mon, 3 May 2004 13:44:33 +0100
21343              Message-Id: <200405031344.33723.lists@edeca.net>
21344              (Second patch only)
21345      Branch: perl
21346            ! utils/h2xs.PL
21347 ____________________________________________________________________________
21348 [ 22781] By: davem                                 on 2004/05/04  19:20:36
21349         Log: Bizarre copy of ARRAY
21350              make sure a pad op's flags are updated after optimising away
21351              the assignment in my @a = () (see change 22520).
21352      Branch: perl
21353            ! op.c t/op/my.t
21354 ____________________________________________________________________________
21355 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
21356         Log: Add byte-order group modifiers to (un)pack templates.
21357              Follow-up on: #22734, #22745, #22753, #22754.
21358
21359              Subject: Group modifiers in (un)pack templates
21360              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21361              Date: Mon, 3 May 2004 20:14:41 +0200
21362              Message-Id: <20040503201441.1b058e0d@r2d2>
21363      Branch: perl
21364            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
21365 ____________________________________________________________________________
21366 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
21367         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
21368
21369              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21370              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21371              Date: Mon, 3 May 2004 20:03:28 +0200
21372              Message-Id: <20040503200328.24efcda5@r2d2>
21373      Branch: perl
21374            ! pp.h
21375 ____________________________________________________________________________
21376 [ 22778] By: davem                                 on 2004/05/03  21:07:44
21377         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
21378      Branch: perl
21379            ! t/io/open.t
21380 ____________________________________________________________________________
21381 [ 22777] By: davem                                 on 2004/05/03  20:48:53
21382         Log: add test for change #22776 ("open m" crashes Perl)
21383      Branch: perl
21384            ! t/io/open.t
21385 ____________________________________________________________________________
21386 [ 22776] By: davem                                 on 2004/05/03  20:26:22
21387         Log: perl -e "open m" crashes Perl
21388      Branch: perl
21389            ! toke.c
21390 ____________________________________________________________________________
21391 [ 22775] By: davem                                 on 2004/05/03  18:52:39
21392         Log: scalar delete of empty slice returned garbage
21393      Branch: perl
21394            ! pp.c t/op/delete.t
21395 ____________________________________________________________________________
21396 [ 22774] By: davem                                 on 2004/05/03  17:44:44
21397         Log: split could leave an array without &PL_sv_undef
21398              in the unused elements
21399      Branch: perl
21400            ! pp.c t/op/split.t
21401 ____________________________________________________________________________
21402 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
21403         Log: Subject: Re: "fuzzy" in mktables
21404              From: Jarkko Hietaniemi <jhi@iki.fi>
21405              Message-ID: <4093A82B.6040609@iki.fi>
21406              Date: Sat, 01 May 2004 16:37:47 +0300
21407      Branch: perl
21408            ! lib/unicore/mktables
21409 ____________________________________________________________________________
21410 [ 22772] By: davem                                 on 2004/05/03  13:33:21
21411         Log: remove spurious intentation in utf8_pva.pl
21412      Branch: perl
21413            ! lib/utf8_pva.pl
21414 ____________________________________________________________________________
21415 [ 22771] By: davem                                 on 2004/05/03  13:28:24
21416         Log: ensure that utf8 Perl code magically called from a regex localizes $.
21417      Branch: perl
21418            ! lib/utf8_pva.pl
21419 ____________________________________________________________________________
21420 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
21421         Log: Integrate:
21422              [ 22694]
21423              For maint, I don't think that we can have sperl go sulky if invoked
21424              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
21425              only set ID exectuable reside under a different name (suidperl)
21426
21427              [ 22700]
21428              The set uid perl is now called setuidperl. Not suidperl.
21429              Which I discover is hardlinked from sperl by ./installperl
21430              elsewhere. Helpfully confusing installperl script.
21431
21432              [ 22718]
21433              Revert 22700 (as part of changes suggested by Brendan O'Dea)
21434
21435              [ 22719]
21436              Revert 22694
21437
21438              [ 22720]
21439              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
21440              binary must have fd script conundrum, as suggested by Brendan O'Dea
21441              Plus restore the more helpful error message from 22694 and the gist
21442              of the perl584delta changes from 22700
21443      Branch: perl
21444           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
21445 ____________________________________________________________________________
21446 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
21447         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
21448              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
21449              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
21450              Date: 22 Apr 2004 10:49:22 -0000
21451      Branch: perl
21452            ! lib/Text/ParseWords.pm
21453 ____________________________________________________________________________
21454 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
21455         Log: It seems daft to me that we have a synopis example that will fail if
21456              gcc happened to be invoked via the name cc, and completely ignores
21457              the far more reliable 'gccversion' variable
21458              So here's one using 'usethreads' that ought to work everywhere.
21459      Branch: perl
21460            ! configpm
21461 ____________________________________________________________________________
21462 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
21463         Log: Make t/uni/class.t pass on case insensitive file systems
21464      Branch: perl
21465            ! t/uni/class.t
21466 ____________________________________________________________________________
21467 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
21468         Log: Save some repeated strlen()s in Perl_swash_init
21469      Branch: perl
21470            ! utf8.c
21471 ____________________________________________________________________________
21472 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
21473         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
21474              of some binary property files
21475      Branch: perl
21476            + lib/unicore/lib/gc_sc/Dash2.pl
21477            + lib/unicore/lib/gc_sc/Hyphen2.pl
21478            + lib/unicore/lib/gc_sc/Radical2.pl
21479 ____________________________________________________________________________
21480 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
21481         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
21482      Branch: perl
21483            ! MANIFEST
21484 ____________________________________________________________________________
21485 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
21486         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
21487              by making the %BaseName check global
21488      Branch: perl
21489            + lib/unicore/lib/gc_sc/Sterm2.pl
21490            - lib/unicore/lib/gc_sc/Sterm.pl
21491            ! MANIFEST lib/unicore/Canonical.pl
21492            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
21493            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
21494 ____________________________________________________________________________
21495 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
21496         Log: Remove the no-longer autogenerated Unicode files
21497      Branch: perl
21498            - (delete 322 files)
21499            ! MANIFEST
21500 ____________________________________________________________________________
21501 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
21502         Log: mktables requires post 5.005
21503      Branch: perl
21504            ! lib/unicore/mktables
21505 ____________________________________________________________________________
21506 [ 22758] By: davem                                 on 2004/04/30  11:48:55
21507         Log: disable problematical 'uninitialized value' warning tests
21508      Branch: perl
21509            ! t/lib/warnings/9uninit
21510 ____________________________________________________________________________
21511 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
21512         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
21513              should handle 'set' magic, just like the X?PUSH[inup]
21514              counterparts.
21515      Branch: perl
21516            ! pod/perlapi.pod pp.h
21517 ____________________________________________________________________________
21518 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
21519         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21520              From: Steve Hay <steve.hay@uk.radan.com>
21521              Date: Fri, 30 Apr 2004 10:07:21 +0100
21522              Message-ID: <40921749.3050600@uk.radan.com>
21523      Branch: perl
21524            ! pod/perlapi.pod pod/perlguts.pod pp.h
21525 ____________________________________________________________________________
21526 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
21527         Log: Fix 29149 - another UTF8 cache bug hit by substr.
21528              Regression test from:
21529
21530              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
21531              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21532              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
21533              Date: Thu, 29 Apr 2004 10:53:17 +0900
21534      Branch: perl
21535            ! sv.c t/op/substr.t
21536 ____________________________________________________________________________
21537 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
21538         Log: More unpack cleanups.
21539      Branch: perl
21540            ! pp_pack.c
21541 ____________________________________________________________________________
21542 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
21543         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
21544              Remove all associated code.
21545      Branch: perl
21546            ! hints/cxux.sh pp_pack.c
21547 ____________________________________________________________________________
21548 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
21549         Log: The openbsd 64-bit test should use $uquadtype rather
21550              than hardcoding unsigned long long.
21551      Branch: perl
21552            ! hints/openbsd.sh
21553 ____________________________________________________________________________
21554 [ 22751] By: ams                                   on 2004/04/29  08:24:31
21555         Log: Update to Test.pm 1.25 (from SBURKE).
21556      Branch: perl
21557            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
21558            ! MANIFEST lib/Test.pm
21559 ____________________________________________________________________________
21560 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
21561         Log: When configuring for 64-bit support, check that the
21562              C library functions for casting floating point values
21563              to 64-bit integer values are not broken.
21564      Branch: perl
21565            ! hints/openbsd.sh
21566 ____________________________________________________________________________
21567 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
21568         Log: Fix for [perl #28963]: find2perl was sometimes generating
21569              invalid code.
21570      Branch: perl
21571            ! x2p/find2perl.PL
21572 ____________________________________________________________________________
21573 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
21574         Log: Subject: [PATCH] Add diagnostics section to base.pm
21575              From: "Jos I. Boumans" <kane@dwim.org>
21576              Date: Wed, 28 Apr 2004 13:04:47 +0200
21577              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
21578      Branch: perl
21579            ! lib/base.pm
21580 ____________________________________________________________________________
21581 [ 22747] By: merijn                                on 2004/04/28  12:42:50
21582         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
21583              Date: 21 Apr 2004 11:07:22 -0000
21584              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
21585              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
21586      Branch: perl
21587            ! ext/POSIX/POSIX.pod
21588 ____________________________________________________________________________
21589 [ 22746] By: davem                                 on 2004/04/27  22:21:35
21590         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
21591      Branch: perl
21592            ! pp.c
21593 ____________________________________________________________________________
21594 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
21595         Log: Cleanup variables in S_(un)pack_rec().
21596              This also works around a gcc optimizer bug on dec_osf/alpha.
21597      Branch: perl
21598            ! pp_pack.c
21599 ____________________________________________________________________________
21600 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
21601         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
21602              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
21603              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
21604              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
21605
21606              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
21607              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
21608      Branch: perl
21609            + (add 406 files)
21610            ! MANIFEST lib/unicore/Canonical.pl
21611            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
21612            ! lib/unicore/Exact.pl lib/unicore/Name.pl
21613            ! lib/unicore/Properties lib/unicore/To/Digit.pl
21614            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
21615            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
21616            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
21617            ! t/op/pat.t t/uni/class.t
21618 ____________________________________________________________________________
21619 [ 22743] By: merijn                                on 2004/04/26  22:20:30
21620         Log: usemallocwrap works on AIX, but not with vac-5
21621              Date: Mon, 26 Apr 2004 15:35:23 +0200
21622              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21623              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
21624              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
21625      Branch: perl
21626            ! hints/aix.sh hints/aix_4.sh
21627 ____________________________________________________________________________
21628 [ 22742] By: davem                                 on 2004/04/24  12:53:07
21629         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
21630      Branch: perl
21631            ! sv.c
21632 ____________________________________________________________________________
21633 [ 22741] By: davem                                 on 2004/04/23  20:43:02
21634         Log: Include variable names in "Use of uninitialized value" warnings
21635      Branch: perl
21636            + t/lib/warnings/9uninit
21637            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
21638            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
21639            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
21640            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
21641            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
21642            ! t/lib/warnings/3both t/lib/warnings/4lint
21643            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
21644            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
21645            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
21646            ! t/run/fresh_perl.t t/run/runenv.t
21647 ____________________________________________________________________________
21648 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
21649         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
21650              From: Richard.Foley@t-online.de (Richard Foley)
21651              Date: Fri, 23 Apr 2004 06:33:34 +0200
21652              Message-Id: <200404230633.34402.richard.foley@rfi.net>
21653      Branch: perl
21654            ! lib/perl5db.pl
21655 ____________________________________________________________________________
21656 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
21657         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
21658      Branch: perl
21659            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
21660            ! vms/descrip_mms.template win32/pod.mak
21661 ____________________________________________________________________________
21662 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
21663         Log: Integrate:
21664              [ 22165]
21665              Create perl584delta.pod
21666              (Not that I'm really proposing to start work on 5.8.4 today)
21667
21668              [ 22650]
21669              Updates from Stas Bekman, Brendan O'Dea and Hugo
21670
21671              [ 22655]
21672              Tweaks from Hugo and Liz
21673
21674              [ 22677]
21675              Improvements from Jarkko
21676
21677              [ 22684]
21678              Integrate:
21679              [ 22665]
21680              AIX-4 with xlc does not like malloc wrap
21681
21682              [ 22666]
21683              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
21684
21685              [ 22698]
21686              Clarify AIX and win32's malloc wrapping
21687
21688              [ 22700]
21689              The set uid perl is now called setuidperl. Not suidperl.
21690              Which I discover is hardlinked from sperl by ./installperl
21691              elsewhere. Helpfully confusing installperl script.
21692
21693              [ 22703]
21694              More perldelta updates
21695
21696              [ 22710]
21697              Subject:  spelling
21698              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
21699              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
21700              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
21701
21702              [ 22718]
21703              Revert 22700 (as part of changes suggested by Brendan O'Dea)
21704
21705              [ 22720]
21706              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
21707              binary must have fd script conundrum, as suggested by Brendan O'Dea
21708              Plus restore the more helpful error message from 22694 and the gist
21709              of the perl584delta changes from 22700
21710
21711              [ 22731]
21712              Oink, oink, flap, flap!
21713      Branch: perl
21714           +> pod/perl584delta.pod
21715            ! MANIFEST
21716           !> pod/perlhist.pod
21717 ____________________________________________________________________________
21718 [ 22735] By: merijn                                on 2004/04/23  10:11:23
21719         Log: Subject: [PATCH] Where to find nmake for windows
21720              From: Abe Timmerman <abe@ztreet.demon.nl>
21721              Date: Thu, 22 Apr 2004 23:57:40 +0200
21722              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
21723              Changed download URL references for nmake
21724      Branch: perl
21725            ! README.win32 pod/perlmodinstall.pod
21726 ____________________________________________________________________________
21727 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
21728         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
21729              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21730              Date: Wed, 21 Apr 2004 21:09:20 +0200
21731              Message-Id: <20040421210920.3c467772@r2d2>
21732      Branch: perl
21733            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
21734            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
21735 ____________________________________________________________________________
21736 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
21737         Log: Missing copyright in the README.
21738      Branch: perl
21739            ! README
21740 ____________________________________________________________________________
21741 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
21742         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
21743              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
21744              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
21745              Date: 11 Apr 2004 13:08:17 -0000
21746      Branch: perl
21747            ! pod/perlipc.pod
21748 ____________________________________________________________________________
21749 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
21750         Log: Punt the "reporting bugs" section to the top.
21751              Reorder the description of what to do, to start with the most common
21752              case.
21753              Clarify "how to report bugs effectively" (and why it benefits you)
21754      Branch: perl
21755            ! INSTALL
21756 ____________________________________________________________________________
21757 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
21758         Log: This should be L<>
21759      Branch: perl
21760            ! INSTALL
21761 ____________________________________________________________________________
21762 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
21763         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
21764      Branch: perl
21765            ! INSTALL
21766 ____________________________________________________________________________
21767 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
21768         Log: We should be telling people about ..exp, else they use the unexpanded
21769              forms and shaft anyone who installs a private perl within ~
21770      Branch: perl
21771            ! INSTALL
21772 ____________________________________________________________________________
21773 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
21774         Log: Subject: [patch] log the interpreter id in warnings
21775              From: Stas Bekman <stas@stason.org>
21776              Date: Mon, 19 Apr 2004 18:10:01 -0700
21777              Message-ID: <40847869.1000906@stason.org>
21778      Branch: perl
21779            ! gv.c handy.h hv.c perl.c sv.c
21780 ____________________________________________________________________________
21781 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
21782         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
21783              From: Jonathan Stowe <jns@gellyfish.com>
21784              Date: Tue, 20 Apr 2004 12:37:28 +0100
21785              Message-Id: <1082461047.2736.96.camel@localhost>
21786      Branch: perl
21787            ! lib/Term/Cap.pm
21788 ____________________________________________________________________________
21789 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
21790         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
21791              to read an op that was just freed, which was obviously illegal.
21792      Branch: perl
21793            ! op.c
21794 ____________________________________________________________________________
21795 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
21796         Log: Upgrade to FileCache 1.04.
21797      Branch: perl
21798            ! lib/FileCache.pm
21799 ____________________________________________________________________________
21800 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
21801         Log: New file left out of the last commit.
21802      Branch: perl
21803            + t/uni/class.t
21804 ____________________________________________________________________________
21805 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
21806         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
21807              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
21808              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
21809              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
21810      Branch: perl
21811            ! MANIFEST pod/perlunicode.pod
21812 ____________________________________________________________________________
21813 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
21814         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
21815              From: hv@crypt.org
21816              Date: Wed, 14 Apr 2004 19:30:46 +0100
21817              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
21818      Branch: perl
21819            ! regcomp.c regexec.c t/op/pat.t
21820 ____________________________________________________________________________
21821 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
21822         Log: Integrate:
21823              [ 22661]
21824              This is RC1
21825
21826              [ 22705]
21827              This is RC2
21828      Branch: perl
21829           !> pod/perlhist.pod
21830 ____________________________________________________________________________
21831 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
21832         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
21833              level (with -O2 miniperl behaves really badly.)
21834      Branch: perl
21835            ! hints/linux.sh
21836 ____________________________________________________________________________
21837 [ 22697] By: merijn                                on 2004/04/15  11:56:32
21838         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
21839              Thanks to Campo Weijerman and Gerard Gerritsen off-list
21840      Branch: perl
21841            ! hints/openbsd.sh
21842 ____________________________________________________________________________
21843 [ 22696] By: merijn                                on 2004/04/14  16:04:40
21844         Log: #24121: Configure under turkish locale fails
21845              toupper (i) != I  in turkish, but U+0130
21846              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
21847              Patch supplied by Rafael
21848      Branch: perl
21849            ! Configure
21850 ____________________________________________________________________________
21851 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
21852         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
21853              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
21854              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
21855              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
21856      Branch: perl
21857            ! lib/utf8_heavy.pl
21858 ____________________________________________________________________________
21859 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
21860         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
21861              From: John Peacock <jpeacock@rowman.com>
21862              Date: Tue, 13 Apr 2004 20:51:31 -0400
21863              Message-ID: <407C8B13.9020104@rowman.com>
21864      Branch: perl
21865            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
21866 ____________________________________________________________________________
21867 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
21868         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
21869              From: Jan Dubois <jand@ActiveState.com>
21870              Date: Tue, 13 Apr 2004 19:49:32 -0700
21871              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
21872      Branch: perl
21873            ! win32/win32.c
21874 ____________________________________________________________________________
21875 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
21876         Log: Borland C doesn't like PERL_MALLOC_WRAP.
21877              Until I know why, the fix is to disable it.
21878      Branch: perl
21879            ! win32/config_H.bc
21880 ____________________________________________________________________________
21881 [ 22688] By: davem                                 on 2004/04/11  14:27:26
21882         Log: Stop PL_comppad pointing to a freed pad during global destruction
21883      Branch: perl
21884            ! sv.c
21885 ____________________________________________________________________________
21886 [ 22687] By: davem                                 on 2004/04/11  13:13:35
21887         Log: Make global cleanup fractionally faster by giving S_visit()
21888              flags/mask to compare SVs against.
21889      Branch: perl
21890            ! embed.fnc embed.h proto.h sv.c
21891 ____________________________________________________________________________
21892 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
21893         Log: Sync with libnet 1.18
21894      Branch: perl
21895            + lib/Net/Changes.libnet lib/Net/t/datasend.t
21896            - lib/Net/ChangeLog.libnet
21897            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
21898            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
21899            ! lib/Net/Time.pm lib/Net/t/hostname.t
21900 ____________________________________________________________________________
21901 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
21902         Log: Remove two unused variables that gcc used to warn about.
21903      Branch: perl
21904            ! util.c
21905 ____________________________________________________________________________
21906 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
21907         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
21908              From: David Dyck <david.dyck@fluke.com>
21909              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
21910              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
21911      Branch: perl
21912            ! universal.c
21913 ____________________________________________________________________________
21914 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
21915         Log: find2perl should not default to -print when -eval is specified.
21916              Noticed by David Dyck.
21917      Branch: perl
21918            ! x2p/find2perl.PL
21919 ____________________________________________________________________________
21920 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
21921         Log: Upgrade to Time::HiRes 1.59.
21922      Branch: perl
21923            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21924            ! ext/Time/HiRes/HiRes.xs
21925 ____________________________________________________________________________
21926 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
21927         Log: Upgrade to Digest 1.06.
21928      Branch: perl
21929            ! lib/Digest.pm
21930 ____________________________________________________________________________
21931 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
21932         Log: Upgrade to Digest 1.06.
21933      Branch: perl
21934            ! lib/Digest.pm
21935 ____________________________________________________________________________
21936 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
21937         Log: Upgrade to Time::HiRes 1.57.
21938      Branch: perl
21939            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21940            ! ext/Time/HiRes/HiRes.xs
21941 ____________________________________________________________________________
21942 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
21943         Log: Make gmtime and localtime cross reference each other.
21944              Suggested by Dan Jacobson
21945      Branch: perl
21946            ! pod/perlfunc.pod
21947 ____________________________________________________________________________
21948 [ 22671] By: merijn                                on 2004/04/07  17:54:10
21949         Log: Integrated Time-Local-1.09 from Dave Rolsky
21950              Corrected a wrap error from the CPAN version to match #22670
21951              Tested on AIX to make sure the skip is still needed
21952      Branch: perl
21953            ! lib/Time/Local.pm lib/Time/Local.t
21954 ____________________________________________________________________________
21955 [ 22670] By: merijn                                on 2004/04/07  12:03:11
21956         Log: Disable the edge case tests for timegm and timelocal on
21957              AIX-4.3 since the OS is obsoleted, and fixes are not to
21958              be expected
21959      Branch: perl
21960            ! lib/Time/Local.t
21961 ____________________________________________________________________________
21962 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
21963         Log: Fix command-line quoting under Windows for the new optree tests
21964              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21965              From: Steve Hay <steve.hay@uk.radan.com>
21966              Date: Wed, 07 Apr 2004 09:46:01 +0100
21967              Message-ID: <4073BFC9.10707@uk.radan.com>
21968      Branch: perl
21969            ! ext/B/t/optree_samples.t
21970 ____________________________________________________________________________
21971 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
21972         Log: Subject: [PATCH] Bleadperl to version 0.37
21973              From: John Peacock <jpeacock@rowman.com>
21974              Date: Tue, 06 Apr 2004 21:56:19 -0400
21975              Message-ID: <40735FC3.5010305@rowman.com>
21976      Branch: perl
21977            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
21978            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
21979            ! universal.c util.c
21980 ____________________________________________________________________________
21981 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
21982         Log: The optree builder was looping when constructing the ops
21983              for a map/grep block containing a while(1).
21984              (Bug reported by Pixel.)
21985      Branch: perl
21986            ! op.c t/op/grep.t
21987 ____________________________________________________________________________
21988 [ 22666] By: merijn                                on 2004/04/06  14:44:29
21989         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
21990      Branch: perl
21991            ! hints/hpux.sh
21992 ____________________________________________________________________________
21993 [ 22665] By: merijn                                on 2004/04/06  13:34:14
21994         Log: AIX-4 with xlc does not like malloc wrap
21995      Branch: perl
21996            ! hints/aix_4.sh
21997 ____________________________________________________________________________
21998 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
21999         Log: Subject: Re: tests for change #22539
22000              From: Jim Cromie <jcromie@divsol.com>
22001              Date: Tue, 30 Mar 2004 14:39:31 -0700
22002              Message-ID: <4069E913.5040906@divsol.com>
22003              (with some spelling tweaks)
22004      Branch: perl
22005            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
22006            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
22007            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
22008            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
22009 ____________________________________________________________________________
22010 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
22011         Log: Make the ! suffix handle n/N/v/V as signed integers
22012              within pack templates.
22013      Branch: perl
22014            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
22015 ____________________________________________________________________________
22016 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
22017         Log: C<undef> doesn't look like a number. See also:
22018
22019              Subject: Re: [perl #27606] undef "looks like" a number
22020              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22021              Date: Mon, 15 Mar 2004 22:16:26 +0100
22022              Message-Id: <20040315221626.48061c67@r2d2>
22023      Branch: perl
22024            ! ext/List/Util/lib/List/Util.pm
22025            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
22026            ! pp_ctl.c sv.c
22027 ____________________________________________________________________________
22028 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
22029         Log: Subject: Re: perldelta584
22030              From: Craig Berry <craigberry@mac.com>
22031              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
22032              Date: Mon, 05 Apr 2004 11:02:12 -0500
22033
22034              (makes malloc wrap the default on VMS)
22035      Branch: perl
22036            ! configure.com
22037 ____________________________________________________________________________
22038 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
22039         Log: Subject: ref ($proto) || $proto patch
22040              From: Ovid <publiustemp-p5p@yahoo.com>
22041              Date: Sat, 03 Apr 2004 18:59:22 -0800
22042              Message-ID: <406F7A0A.50702@yahoo.com>
22043              (with minor reformatting)
22044      Branch: perl
22045            ! pod/perlobj.pod pod/perltoot.pod
22046 ____________________________________________________________________________
22047 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
22048         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
22049              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22050              Date: Wed, 24 Mar 2004 00:16:52 +0900
22051              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
22052      Branch: perl
22053            ! sv.c
22054 ____________________________________________________________________________
22055 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
22056         Log: wantarray docs should mention effect of eval { wantarray }
22057              as reported by Tim Bunce. Add a note to this effect in perlfunc,
22058              and regression tests for it.
22059      Branch: perl
22060            ! pod/perlfunc.pod t/op/wantarray.t
22061 ____________________________________________________________________________
22062 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
22063         Log: More AUTHORS who deserve credit for patches
22064      Branch: perl
22065            ! AUTHORS
22066 ____________________________________________________________________________
22067 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
22068         Log: Hand merge patch from maint back to blead.
22069      Branch: perl
22070            ! ext/threads/threads.pm
22071 ____________________________________________________________________________
22072 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
22073         Log: Bump version numbers for modules that have changed since 5.8.3
22074      Branch: perl
22075            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
22076            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
22077            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
22078            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
22079            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
22080            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
22081 ____________________________________________________________________________
22082 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
22083         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
22084              expression ranges.
22085      Branch: perl
22086            ! t/op/pat.t toke.c
22087 ____________________________________________________________________________
22088 [ 22637] By: davem                                 on 2004/04/02  10:02:06
22089         Log: Subject:  [PATCH] fix utils install problems on VMS
22090              From:  "Craig A. Berry" <craigberry@mac.com>
22091              Date:  Thu, 01 Apr 2004 20:19:53 -0600
22092              Message-Id:  <406CCDC9.7000500@mac.com>
22093
22094              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
22095              the build, so installperl would not find the generated programs at
22096              install time.
22097              Also fixed several problems with the command definitions for the
22098              utilities
22099      Branch: perl
22100            ! configure.com vms/descrip_mms.template
22101 ____________________________________________________________________________
22102 [ 22636] By: davem                                 on 2004/04/01  22:00:40
22103         Log: Subject:  [PATCH] archname salad on VMS
22104              From:  "Craig A. Berry" <craigberry@mac.com>
22105              Date:  Thu, 01 Apr 2004 14:16:32 -0600
22106              Message-Id:  <406C78A0.2070009@mac.com>
22107
22108              sort out architecture-specific directory names for OpenVMS
22109              Itanium port
22110      Branch: perl
22111            ! configure.com vms/descrip_mms.template
22112 ____________________________________________________________________________
22113 [ 22635] By: davem                                 on 2004/04/01  20:27:14
22114         Log: Fix change #22376. Only mark a const as short-circuited
22115              if it's actually a const!
22116      Branch: perl
22117            ! op.c
22118 ____________________________________________________________________________
22119 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
22120         Log: debug the instructions on upgrading Unicode
22121      Branch: perl
22122            ! lib/unicore/README.perl
22123 ____________________________________________________________________________
22124 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
22125         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
22126      Branch: perl
22127            ! op.c t/op/dor.t
22128 ____________________________________________________________________________
22129 [ 22624] By: davem                                 on 2004/03/31  20:33:52
22130         Log: + (\$) prototype = bad free
22131              av_delete() didn't reify. I also updated its description
22132      Branch: perl
22133            ! av.c t/op/args.t
22134 ____________________________________________________________________________
22135 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
22136         Log: Upgrade to Unicode 4.0.1
22137      Branch: perl
22138            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
22139            + lib/unicore/lib/Variatio.pl
22140            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
22141            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
22142            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
22143            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
22144            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
22145            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
22146            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
22147            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
22148            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
22149            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
22150            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
22151            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
22152            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
22153            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
22154            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
22155            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
22156            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
22157            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
22158            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
22159            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
22160            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
22161            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
22162            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
22163            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
22164            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
22165            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
22166            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
22167            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
22168            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
22169            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
22170            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
22171            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
22172            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
22173            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
22174            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
22175            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
22176            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
22177            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
22178            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
22179            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
22180            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
22181            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
22182            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
22183            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
22184            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
22185            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
22186            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
22187            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
22188            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
22189 ____________________________________________________________________________
22190 [ 22619] By: merijn                                on 2004/03/31  13:02:32
22191         Log: Regenerated Configure after backported #22571
22192              Some indent leftovers from earlier patches
22193              We don't like double negatives, not even in comment
22194      Branch: perl
22195            ! Configure
22196 ____________________________________________________________________________
22197 [ 22617] By: merijn                                on 2004/03/31  11:33:09
22198         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
22199              From: Gisle Aas <gisle@ActiveState.com>
22200              Date: 30 Mar 2004 04:29:18 -0800
22201              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
22202      Branch: perl
22203            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22204            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
22205 ____________________________________________________________________________
22206 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
22207         Log: Unknowingly for years we've had a test that has assumed the order
22208              of results from readdir. Fixed.
22209      Branch: perl
22210            ! lib/File/Find/t/find.t
22211 ____________________________________________________________________________
22212 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
22213         Log: Subject: Zaurus SL-[78]60 native compile patch
22214              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
22215              From: Dan Kogai <dankogai@dan.co.jp>
22216              Date: Tue, 30 Mar 2004 00:53:52 +0900
22217      Branch: perl
22218            ! ext/Errno/Errno_pm.PL
22219 ____________________________________________________________________________
22220 [ 22610] By: davem                                 on 2004/03/29  21:20:35
22221         Log: various win32 build fixes
22222
22223              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
22224              From: Steve Hay <steve.hay@uk.radan.com>
22225              Date: Tue, 23 Mar 2004 10:42:12 +0000
22226              Message-ID: <40601484.7040905@uk.radan.com>
22227
22228              Subject: [PATCH] distclean on Win32 should delete perl.base
22229              From: Steve Hay <steve.hay@uk.radan.com>
22230              Date: Tue, 23 Mar 2004 11:35:56 +0000
22231              Message-ID: <4060211C.8020704@uk.radan.com>
22232
22233              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
22234              From: Steve Hay <steve.hay@uk.radan.com>
22235              Date: Fri, 26 Mar 2004 10:46:07 +0000
22236              Message-ID: <406409EF.9020404@uk.radan.com>
22237      Branch: perl
22238            ! win32/Makefile win32/makefile.mk
22239 ____________________________________________________________________________
22240 [ 22609] By: davem                                 on 2004/03/29  20:46:36
22241         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
22242              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
22243              Date: 26 Mar 2004 21:02:19 -0000
22244              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
22245
22246              The forked child should make sure STDIN and STDOUT aren't tied
22247              before messing with them
22248      Branch: perl
22249            ! lib/IPC/Open3.pm
22250 ____________________________________________________________________________
22251 [ 22608] By: davem                                 on 2004/03/29  20:10:05
22252         Log: backout change 22606 (make gv_fullname() include a literal '^')
22253              it breaks select.
22254      Branch: perl
22255            ! gv.c t/op/gv.t
22256 ____________________________________________________________________________
22257 [ 22607] By: davem                                 on 2004/03/28  15:10:48
22258         Log: update -Dx to cope with lexical version of OP_AELEMFAST
22259      Branch: perl
22260            ! dump.c
22261 ____________________________________________________________________________
22262 [ 22606] By: davem                                 on 2004/03/28  15:08:23
22263         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
22264      Branch: perl
22265            ! gv.c t/op/gv.t
22266 ____________________________________________________________________________
22267 [ 22605] By: davem                                 on 2004/03/28  13:11:30
22268         Log: pv_display() had code to display \n etc as escapes but it didn't
22269              actually work.
22270      Branch: perl
22271            ! dump.c
22272 ____________________________________________________________________________
22273 [ 22604] By: davem                                 on 2004/03/28  10:55:30
22274         Log: fix typo in change 22597
22275      Branch: perl
22276            ! op.h
22277 ____________________________________________________________________________
22278 [ 22601] By: davem                                 on 2004/03/27  10:22:52
22279         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
22280              From:  "Craig A. Berry" <craigberry@mac.com>
22281              Date:  Fri, 26 Mar 2004 22:46:50 -0600
22282              Message-Id:  <4065073A.30007@mac.com>
22283
22284              Mimic in configure.com what Configure does to enable or disable
22285              the new feature -Dusemallocwrap
22286      Branch: perl
22287            ! configure.com
22288 ____________________________________________________________________________
22289 [ 22600] By: davem                                 on 2004/03/27  02:04:03
22290         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
22291              From:  "Craig A. Berry" <craigberry@mac.com>
22292              Date:  Fri, 26 Mar 2004 16:54:44 -0600
22293              Message-Id:  <4064B4B4.2030203@mac.com>
22294
22295              refrain from getting rid of perly.c and perly.h now that there are
22296              no longer VMS-specific overrides for these files
22297      Branch: perl
22298            ! vms/descrip_mms.template
22299 ____________________________________________________________________________
22300 [ 22599] By: davem                                 on 2004/03/27  01:54:09
22301         Log: string corruption with lvalue sub
22302              Depending on the context, the same substr OP may want to return
22303              a PVLV or an LV on subsequent invcations. If TARG is the wrong
22304              type, use a mortal instead.
22305      Branch: perl
22306            ! pp.c t/op/substr.t
22307 ____________________________________________________________________________
22308 [ 22597] By: davem                                 on 2004/03/26  18:56:50
22309         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
22310              are actually used; update Concise.pm to match
22311      Branch: perl
22312            ! ext/B/B/Concise.pm op.h
22313 ____________________________________________________________________________
22314 [ 22596] By: davem                                 on 2004/03/26  18:53:09
22315         Log: fix for change #22594; if using test.pl, must tell perl where to
22316              find it!
22317      Branch: perl
22318            ! t/comp/hints.t
22319 ____________________________________________________________________________
22320 [ 22595] By: davem                                 on 2004/03/26  17:28:48
22321         Log: document the return value of an empty sub
22322      Branch: perl
22323            ! pod/perlsub.pod
22324 ____________________________________________________________________________
22325 [ 22594] By: davem                                 on 2004/03/26  13:05:50
22326         Log: - hints hash was being double freed on scope exit
22327      Branch: perl
22328            ! op.c scope.c scope.h t/comp/hints.t
22329 ____________________________________________________________________________
22330 [ 22593] By: ams                                   on 2004/03/26  08:59:15
22331         Log: Subject: Re: [perl #27906] stat documentation correction
22332              From: Andy Lester <andy@petdance.com>
22333              Date: Wed, 24 Mar 2004 21:48:30 -0600
22334              Message-Id: <20040325034830.GA5865@petdance.com>
22335              (Applied with a correction from Spider Boardman.)
22336      Branch: perl
22337            ! pod/perlfunc.pod t/op/stat.t
22338 ____________________________________________________________________________
22339 [ 22592] By: davem                                 on 2004/03/26  01:24:24
22340         Log: fix some comments in perly.y
22341      Branch: perl
22342            ! perly.y
22343 ____________________________________________________________________________
22344 [ 22591] By: davem                                 on 2004/03/26  01:16:55
22345         Log: Blessed reference to anonymous glob
22346              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
22347      Branch: perl
22348            ! sv.c t/op/ref.t
22349 ____________________________________________________________________________
22350 [ 22586] By: davem                                 on 2004/03/24  22:16:30
22351         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
22352              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
22353              Date: 18 Mar 2004 20:25:50 -0000
22354              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
22355
22356              Cwd code was planted in the output executable after the exit, so
22357              was never run.
22358      Branch: perl
22359            ! x2p/find2perl.PL
22360 ____________________________________________________________________________
22361 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
22362         Log: Remaining smoked platforms where malloc wrap is known to work.
22363              Data for Irix and NetBSD would be useful - they probably will work too.
22364              Will Unicos work? Place bets now...
22365      Branch: perl
22366            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
22367            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
22368            ! hints/solaris_2.sh
22369 ____________________________________________________________________________
22370 [ 22584] By: davem                                 on 2004/03/24  21:14:08
22371         Log: Subject: [perl #27790] split docs: say the string is EXPR
22372              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
22373              Date: 20 Mar 2004 05:21:07 -0000
22374              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
22375
22376              Minor documentation nit in split
22377      Branch: perl
22378            ! pod/perlfunc.pod
22379 ____________________________________________________________________________
22380 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
22381         Log: mintest will pass if I skip the correct number of tests. D'oh!
22382      Branch: perl
22383            ! t/op/magic.t
22384 ____________________________________________________________________________
22385 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
22386         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
22387              From: Steve Hay <steve.hay@uk.radan.com>
22388              Message-ID: <40618D1C.7000601@uk.radan.com>
22389              Date: Wed, 24 Mar 2004 13:29:00 +0000
22390      Branch: perl
22391            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22392            ! win32/config_H.vc64
22393 ____________________________________________________________________________
22394 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
22395         Log: Good catch from Dave Mitchell; plus a null pointer protection.
22396      Branch: perl
22397            ! scope.c
22398 ____________________________________________________________________________
22399 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
22400         Log: Unlike perl, 0 in void context isn't special cased in C :-)
22401              (So it warns). Tweak the no-action malloc wrap checkers to avoid
22402              warnings.
22403      Branch: perl
22404            ! handy.h
22405 ____________________________________________________________________________
22406 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
22407         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
22408              NO_MALLOC_WRAP following Configure changes. Identical patch to
22409              mine supplied by Steve Hay while I was working on this.
22410              IP shootout at dawn :-)
22411      Branch: perl
22412            ! makedef.pl
22413 ____________________________________________________________________________
22414 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
22415         Log: Tidy up function prototypes in the light of suidpatch
22416      Branch: perl
22417            ! embed.fnc embed.h perl.c proto.h
22418 ____________________________________________________________________________
22419 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
22420         Log: Make usemallocwrap a Configure-time question. Default is yes for
22421              usedevel, no otherwise, but I'm expecting hints files on known
22422              good platforms to override this. (and known bad)
22423              Demonstration hints file for darwin.
22424      Branch: perl
22425            ! Configure config_h.SH hints/darwin.sh perl.h
22426 ____________________________________________________________________________
22427 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
22428         Log: hv_delete_common was freeing the key, then passing the freed pointer
22429              to S_hv_notallowed. D'oh!
22430      Branch: perl
22431            ! hv.c
22432 ____________________________________________________________________________
22433 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
22434         Log: Unify 5.008 and 5.009's B::Concise 0.58
22435      Branch: perl
22436            ! ext/B/B/Concise.pm
22437 ____________________________________________________________________________
22438 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
22439         Log: Unify 5.008 and 5.009's B::Concise 0.56
22440      Branch: perl
22441            ! ext/B/B/Concise.pm
22442 ____________________________________________________________________________
22443 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
22444         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
22445
22446              Subject: Re: Wondering about returned regex special arrays on going out of scope
22447              From: hv@crypt.org
22448              Date: Fri, 05 Mar 2004 17:42:25 +0000
22449              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
22450
22451              plus a test case.
22452      Branch: perl
22453            ! pp_hot.c t/op/magic.t
22454 ____________________________________________________________________________
22455 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
22456         Log: Subject: [PATCH] 5.9.1 suidperl
22457              From: psz@maths.usyd.edu.au (Paul Szabo)
22458              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
22459              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
22460
22461              (which variables renamed as requested, plus tweaks to work on platforms
22462              with no ST_NOEXEC)
22463      Branch: perl
22464            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
22465 ____________________________________________________________________________
22466 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
22467         Log: Update the -v copyright notice.
22468      Branch: perl
22469            ! perl.c
22470 ____________________________________________________________________________
22471 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
22472         Log: Don't assume that the chmod will always work.
22473              (It won't for files on *BSD where chflags has set uchg, which is
22474              what the OS X perforce client does)
22475      Branch: perl
22476            ! t/op/filetest.t
22477 ____________________________________________________________________________
22478 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
22479         Log: Clarifications on constants subroutines, based on:
22480
22481              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
22482              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
22483              Date: 19 Mar 2004 14:56:09 -0000
22484              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
22485      Branch: perl
22486            ! pod/perlsub.pod
22487 ____________________________________________________________________________
22488 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
22489         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
22490              From: Steve Hay <steve.hay@uk.radan.com>
22491              Date: Mon, 22 Mar 2004 14:44:46 +0000
22492              Message-ID: <405EFBDE.4090209@uk.radan.com>
22493      Branch: perl
22494            ! README.win32
22495 ____________________________________________________________________________
22496 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
22497         Log: Subject: Re: [PATCH] warn on !=~
22498              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22499              Date: Mon, 22 Mar 2004 10:32:05 -0800
22500              Message-ID: <20040322183106.GA1284@efn.org>
22501
22502              More warnings for this case.
22503      Branch: perl
22504            ! t/lib/warnings/toke toke.c
22505 ____________________________________________________________________________
22506 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
22507         Log: Finally, this "Negative repeat count" warning wasn't such a great
22508              idea. Disable it. But add tests for this :
22509
22510              Subject: Re: [perl #27811] (@x) x -1 is a panic
22511              From: Andy Lester <andy@petdance.com>
22512              Date: Sun, 21 Mar 2004 09:27:04 -0600
22513              Message-ID: <20040321152704.GA9041@petdance.com>
22514      Branch: perl
22515            ! pp.c t/lib/warnings/pp t/op/repeat.t
22516 ____________________________________________________________________________
22517 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
22518         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
22519              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22520              Date: Sun, 21 Mar 2004 21:49:53 +0900
22521              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
22522      Branch: perl
22523            ! sv.h
22524 ____________________________________________________________________________
22525 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
22526         Log: I must be tired today.
22527      Branch: perl
22528            ! lib/utf8.t
22529 ____________________________________________________________________________
22530 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
22531         Log: Silence a gcc warning.
22532      Branch: perl
22533            ! sv.c
22534 ____________________________________________________________________________
22535 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
22536         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
22537              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22538              Date: Sun, 21 Mar 2004 15:19:22 +0900
22539              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
22540      Branch: perl
22541            ! lib/utf8.t sv.c
22542 ____________________________________________________________________________
22543 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
22544         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
22545              From: "Craig A. Berry" <craigberry@mac.com>
22546              Date: Sat, 20 Mar 2004 21:51:45 -0600
22547              Message-ID: <405D1151.3040308@mac.com>
22548      Branch: perl
22549            ! vms/vms.c
22550 ____________________________________________________________________________
22551 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
22552         Log: Add a new warning "Negative repeat count"
22553              for the cases $x x -1.
22554      Branch: perl
22555            ! pod/perlop.pod pp.c t/lib/warnings/pp
22556 ____________________________________________________________________________
22557 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
22558         Log: Subject: [PATCH] warn on !=~
22559              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22560              Date: Thu, 18 Mar 2004 22:24:09 -0800
22561              Message-ID: <20040319062035.GA3768@efn.org>
22562
22563              with an improvement suggested by Ton Hospel.
22564      Branch: perl
22565            ! pod/perldiag.pod t/lib/warnings/toke toke.c
22566 ____________________________________________________________________________
22567 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
22568         Log: Subject: makefile.95 tweak
22569              From: Greg Matheson <lang@ms.chinmin.edu.tw>
22570              Date: Fri, 19 Mar 2004 18:15:25 +0800
22571              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
22572      Branch: perl
22573            ! win32/makefile.mk
22574 ____________________________________________________________________________
22575 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
22576         Log: \x80\xFF is not valid UTF-8.
22577      Branch: perl
22578            ! pod/perluniintro.pod
22579 ____________________________________________________________________________
22580 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
22581         Log: Subject: [perl #24821] enhancement patch for B::Concise
22582              From: jim cromie <jcromie@divsol.com>
22583              Date: Wed, 17 Mar 2004 14:12:43 -0700
22584              Message-ID: <4058BF4B.1000004@divsol.com>
22585              (Only the Concise.pm part, with documentation nits)
22586      Branch: perl
22587            ! ext/B/B/Concise.pm
22588 ____________________________________________________________________________
22589 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
22590         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
22591              From:  Autrijus Tang <autrijus@autrijus.org>
22592              Date:  Fri, 19 Mar 2004 18:27:10 +0800
22593              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
22594      Branch: perl
22595            ! lib/open.pm
22596 ____________________________________________________________________________
22597 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
22598         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
22599              From: Jan Dubois <jand@activestate.com>
22600              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
22601              Date: Thu, 18 Mar 2004 13:13:49 -0800
22602
22603              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
22604              From: Steve Hay <steve.hay@uk.radan.com>
22605              Message-ID: <405ACC6D.1040804@uk.radan.com>
22606              Date: Fri, 19 Mar 2004 10:33:17 +0000
22607      Branch: perl
22608            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
22609            + win32/ext/Win32/Win32.xs
22610            - lib/Win32.pod
22611            ! MANIFEST win32/Makefile win32/makefile.mk
22612 ____________________________________________________________________________
22613 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
22614         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
22615              This allows the ppport.h to be deleted from ext/Storable, which will
22616              reduce the potential for confusion.
22617              Bump Storable's version to 2.12; update the ChangeLog
22618      Branch: perl
22619            - ext/Storable/ppport.h
22620            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22621            ! ext/Storable/README ext/Storable/Storable.pm
22622            ! ext/Storable/Storable.xs
22623 ____________________________________________________________________________
22624 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
22625         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
22626      Branch: perl
22627            ! ext/Devel/PPPort/PPPort.pm
22628 ____________________________________________________________________________
22629 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
22630         Log: Nit in perluniintro about the U0 and C0 templates,
22631              noticed by Steve Hay.
22632      Branch: perl
22633            ! pod/perluniintro.pod
22634 ____________________________________________________________________________
22635 [ 22533] By: ams                                   on 2004/03/19  02:57:40
22636         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
22637              From: beau@beaucox.com
22638              Date: Thu, 18 Mar 2004 12:45:45 -1000
22639              Message-Id: <20040318_224545_009145.beau@beaucox.com>
22640      Branch: perl
22641            + ext/Storable/ppport.h
22642            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
22643 ____________________________________________________________________________
22644 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
22645         Log: Subject: [PATCH] range operator warnings / 64-bit fix
22646              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22647              Date: Wed, 10 Mar 2004 21:45:48 +0100
22648              Message-Id: <20040310214548.4f5e3ab1@r2d2>
22649      Branch: perl
22650            ! pp_ctl.c pp_hot.c t/op/range.t
22651 ____________________________________________________________________________
22652 [ 22531] By: davem                                 on 2004/03/18  19:02:32
22653         Log: add code comment for change 22525
22654      Branch: perl
22655            ! pp.c
22656 ____________________________________________________________________________
22657 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
22658         Log: Add a perl592delta.pod man page.
22659      Branch: perl
22660            + pod/perl592delta.pod
22661            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
22662            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22663            ! win32/pod.mak
22664 ____________________________________________________________________________
22665 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
22666         Log: Corrections and explanations in comments
22667      Branch: perl
22668            ! ext/Storable/Storable.xs
22669 ____________________________________________________________________________
22670 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
22671         Log: Subject:  pumpkin fodder
22672              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
22673              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
22674              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
22675      Branch: perl
22676            ! lib/unicore/README.perl
22677 ____________________________________________________________________________
22678 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
22679         Log: Detypo.
22680      Branch: perl
22681            ! makedef.pl
22682 ____________________________________________________________________________
22683 [ 22525] By: davem                                 on 2004/03/18  14:13:16
22684         Log: make ~$x give warning is $x isn't initialised.
22685              Also add test for uninitialised warning in & op.
22686      Branch: perl
22687            ! pp.c t/lib/warnings/sv
22688 ____________________________________________________________________________
22689 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
22690         Log: Try to fix the AIX and Windows builds regarding the
22691              definedness of the PL_memory_wrap symbol.
22692      Branch: perl
22693            ! makedef.pl
22694 ____________________________________________________________________________
22695 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
22696         Log: Bump bleadperl's version number to 5.9.2.
22697      Branch: perl
22698            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
22699            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
22700            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
22701            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
22702            ! win32/makefile.mk wince/Makefile.ce
22703 ____________________________________________________________________________
22704 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
22705         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
22706              From: Robin Barker <Robin.Barker@npl.co.uk>
22707              Date: Wed, 17 Mar 2004 18:37:10 -0000
22708              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
22709      Branch: perl
22710            ! dump.c ext/Socket/Socket.xs pad.c util.c
22711 ____________________________________________________________________________
22712 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
22713         Log: Optimize away the assignment in the constructs C<my $s = undef>,
22714              C<my @a = ()>, C<my %h = ()>.
22715      Branch: perl
22716            ! op.c
22717 ____________________________________________________________________________
22718 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
22719         Log: Subject: malloc wrappage
22720              From: Jarkko Hietaniemi <jhi@iki.fi>
22721              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
22722              Date: Tue, 10 Feb 2004 23:15:14 +0200
22723
22724              plus change croak to Perl_croak_nocontext to make ithread safe
22725              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
22726      Branch: perl
22727            ! av.c handy.h perl.h pod/perldiag.pod pp.c
22728 ____________________________________________________________________________
22729 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
22730         Log: Add auto-require of modules to restore overloading (and tests)
22731      Branch: perl
22732            + ext/Storable/t/HAS_OVERLOAD.pm
22733            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22734            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
22735 ____________________________________________________________________________
22736 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
22737         Log: Add regression tests for the auto-require of STORABLE_thaw
22738      Branch: perl
22739            + ext/Storable/t/HAS_HOOK.pm
22740            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22741            ! ext/Storable/t/blessed.t
22742 ____________________________________________________________________________
22743 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
22744         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
22745              block. This allows the re-entrant API to be used with ithreads,
22746              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
22747              (Which may seem inane, but makes perl threaded at the C level
22748              without enabling ithreads)
22749      Branch: perl
22750            ! intrpvar.h
22751 ____________________________________________________________________________
22752 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
22753         Log: Add a lchown() call to the POSIX module. [perl #27547]
22754      Branch: perl
22755            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22756 ____________________________________________________________________________
22757 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
22758         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
22759              From: Andrew Dougherty <doughera@lafayette.edu>
22760              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
22761              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
22762      Branch: perl
22763            ! hints/solaris_2.sh
22764 ____________________________________________________________________________
22765 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
22766         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
22767      Branch: perl
22768            ! patchlevel.h
22769 ____________________________________________________________________________
22770 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
22771         Log: Update Changes. (again)
22772      Branch: perl
22773            ! Changes
22774 ____________________________________________________________________________
22775 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
22776         Log: Update copyright notices
22777      Branch: perl
22778            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
22779            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
22780            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
22781            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
22782            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
22783            ! universal.c utf8.c util.c
22784 ____________________________________________________________________________
22785 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
22786         Log: Regenerate META.yml
22787      Branch: perl
22788            ! META.yml
22789 ____________________________________________________________________________
22790 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
22791         Log: Update Changes.
22792      Branch: perl
22793            ! Changes
22794 ____________________________________________________________________________
22795 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
22796         Log: This is 5.9.1.
22797      Branch: perl
22798            ! patchlevel.h
22799 ____________________________________________________________________________
22800 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
22801         Log: We'll ship 5.9.1 today.
22802      Branch: perl
22803            ! pod/perlhist.pod
22804 ____________________________________________________________________________
22805 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
22806         Log: More perldelta updates.
22807      Branch: perl
22808            ! pod/perl591delta.pod
22809 ____________________________________________________________________________
22810 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
22811         Log: Since the signature.t test of CPAN relies on a non-core module,
22812              it's not relevant to the perl core distribution.
22813      Branch: perl
22814            - lib/CPAN/t/signature.t
22815            ! MANIFEST
22816 ____________________________________________________________________________
22817 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
22818         Log: Fix the order of arguments in the usage message of
22819              POSIX::chown(). It's different from the POSIX order but
22820              it's the same than CORE::chown(). Damn.
22821      Branch: perl
22822            ! ext/POSIX/POSIX.pm
22823 ____________________________________________________________________________
22824 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
22825         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
22826              From: Steve Hay <steve.hay@uk.radan.com>
22827              Date: Mon, 15 Mar 2004 10:28:02 +0000
22828              Message-ID: <40558532.30002@uk.radan.com>
22829
22830              Plus, restore patch #22489
22831      Branch: perl
22832            ! win32/Makefile win32/makefile.mk
22833 ____________________________________________________________________________
22834 [ 22500] By: davem                                 on 2004/03/14  20:13:47
22835         Log: scope exit could expose freed local() value
22836      Branch: perl
22837            ! scope.c t/op/localref.t
22838 ____________________________________________________________________________
22839 [ 22499] By: davem                                 on 2004/03/14  17:01:34
22840         Log: strict 'subs' didn't warn on bareword array index
22841      Branch: perl
22842            ! op.c t/lib/strict/subs
22843 ____________________________________________________________________________
22844 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
22845         Log: Four Storable patches towards Storable 2.11 :
22846
22847              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
22848              From: Nicholas Clark <nick@ccl4.org>
22849              Date: Sat, 13 Mar 2004 15:13:28 +0000
22850              Message-ID: <20040313151327.GS701@plum.flirble.org>
22851
22852              Date: Sat, 13 Mar 2004 20:23:45 +0000
22853              Message-ID: <20040313202345.GX701@plum.flirble.org>
22854
22855              Date: Sat, 13 Mar 2004 22:20:07 +0000
22856              Message-ID: <20040313222007.GZ701@plum.flirble.org>
22857
22858              Date: Sat, 13 Mar 2004 23:03:46 +0000
22859              Message-ID: <20040313230345.GB701@plum.flirble.org>
22860      Branch: perl
22861            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22862            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
22863            ! ext/Storable/t/restrict.t
22864 ____________________________________________________________________________
22865 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
22866         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
22867              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
22868              Date: 10 Mar 2004 17:05:09 -0000
22869              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
22870      Branch: perl
22871            ! pod/perltoot.pod
22872 ____________________________________________________________________________
22873 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
22874         Log: More small perldelta updates.
22875      Branch: perl
22876            ! pod/perl591delta.pod
22877 ____________________________________________________________________________
22878 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
22879         Log: Revert change #22489, that seems to cause build failures on Windows.
22880      Branch: perl
22881            ! win32/Makefile win32/makefile.mk
22882 ____________________________________________________________________________
22883 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
22884         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
22885              From: Steve Hay <steve.hay@uk.radan.com>
22886              Date: Fri, 12 Mar 2004 08:38:41 +0000
22887              Message-ID: <40517711.9030204@uk.radan.com>
22888      Branch: perl
22889            ! pod/splitpod
22890 ____________________________________________________________________________
22891 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
22892         Log: perl591delta nits. Regenerate the tables of contents.
22893      Branch: perl
22894            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
22895 ____________________________________________________________________________
22896 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
22897         Log: Update perl591delta. Include a small to-do list in it.
22898      Branch: perl
22899            ! pod/perl591delta.pod
22900 ____________________________________________________________________________
22901 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
22902         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
22903              From: Tels <perl_dummy@bloodgate.com>
22904              Date: Fri, 12 Mar 2004 18:02:30 +0100
22905              Message-Id: <200403121802.31679@bloodgate.com>
22906      Branch: perl
22907            + lib/Math/BigInt/t/_e_math.t
22908            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
22909            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
22910            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
22911            ! lib/bigint.pm lib/bignum.pm
22912 ____________________________________________________________________________
22913 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
22914         Log: Fix a bug in the cloning of regexps
22915
22916              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
22917              From: hv@crypt.org
22918              Date: Thu, 11 Mar 2004 16:21:50 +0000
22919              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
22920              (plus another similar fix)
22921      Branch: perl
22922            ! sv.c
22923 ____________________________________________________________________________
22924 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
22925         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
22926              From: Steve Hay <steve.hay@uk.radan.com>
22927              Date: Fri, 12 Mar 2004 15:52:23 +0000
22928              Message-ID: <4051DCB7.107@uk.radan.com>
22929      Branch: perl
22930            ! win32/Makefile win32/makefile.mk
22931 ____________________________________________________________________________
22932 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
22933         Log: Document the new behaviour of the substr lvalue :
22934              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
22935              From: Dave Mitchell <davem@fdisolutions.com>
22936              Date: Mon, 1 Mar 2004 23:59:21 +0000
22937              Message-ID: <20040301235921.GC6469@fdisolutions.com>
22938      Branch: perl
22939            ! pod/perlfunc.pod
22940 ____________________________________________________________________________
22941 [ 22485] By: davem                                 on 2004/03/11  14:52:58
22942         Log: make op/write.t work better under stdio by running the subtests
22943              in the child process rather than the parent.
22944      Branch: perl
22945            ! t/op/write.t
22946 ____________________________________________________________________________
22947 [ 22484] By: merijn                                on 2004/03/11  10:08:17
22948         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
22949              From: Dominic Dunlop <shouldbedomo@mac.com>
22950              Date: Thu, 11 Mar 2004 10:34:01 +0100
22951              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
22952      Branch: perl
22953            ! README.machten hints/machten.sh
22954 ____________________________________________________________________________
22955 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
22956         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
22957              back this out until we have a tangible policy
22958      Branch: perl
22959            ! sv.c
22960 ____________________________________________________________________________
22961 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
22962         Log: Upgrade to Cwd 2.17.
22963      Branch: perl
22964            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
22965 ____________________________________________________________________________
22966 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
22967         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
22968              From: Steve Hay <steve.hay@uk.radan.com>
22969              Date: Wed, 10 Mar 2004 10:58:15 +0000
22970              Message-ID: <404EF4C7.9090107@uk.radan.com>
22971      Branch: perl
22972            ! win32/Makefile win32/makefile.mk
22973 ____________________________________________________________________________
22974 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
22975         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
22976              (noticed by Steve Hay.)
22977              Also, update MANIFEST.SKIP to be in line with the renaming
22978              "blibdirs" to "blibdirs.exists".
22979      Branch: perl
22980            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
22981 ____________________________________________________________________________
22982 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
22983         Log: A patch by Richard Foley to reduce the amount of
22984              forkage between the 5.8 and 5.9 debuggers.
22985      Branch: perl
22986            ! lib/perl5db.pl
22987 ____________________________________________________________________________
22988 [ 22478] By: chip                                  on 2004/03/09  23:51:41
22989         Log: In line-buffered mode, flush on the *last* newline,
22990              not on every newline.
22991      Branch: perl
22992            ! perlio.c
22993 ____________________________________________________________________________
22994 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
22995         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
22996              From: Steve Hay <steve.hay@uk.radan.com>
22997              Date: Fri, 05 Mar 2004 09:56:36 +0000
22998              Message-ID: <40484ED4.1050001@uk.radan.com>
22999              (only the win32 makefiles part)
23000      Branch: perl
23001            ! win32/Makefile win32/makefile.mk
23002 ____________________________________________________________________________
23003 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
23004         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
23005              From: "Craig A. Berry" <craigberry@mac.com>
23006              Date: Mon, 08 Mar 2004 08:18:43 -0600
23007              Message-ID: <404C80C3.6090009@mac.com>
23008
23009              Avoid to build everything twice on VMS.
23010              This is done by renaming the blibdirs target to blibdirs.exists.
23011              No, I don't understand why.
23012      Branch: perl
23013            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
23014            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23015            ! lib/ExtUtils/t/INST_PREFIX.t
23016 ____________________________________________________________________________
23017 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
23018         Log: Improve the "Prototype mismatch" error message when
23019              the redefined subroutine didn't have any prototype.
23020      Branch: perl
23021            ! op.c t/comp/redef.t
23022 ____________________________________________________________________________
23023 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
23024         Log: Revert change #22472, but keep the new tests.
23025      Branch: perl
23026            ! pp_ctl.c t/op/range.t
23027 ____________________________________________________________________________
23028 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
23029         Log: Subject: Re: undef and the range operator
23030              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23031              Date: Mon, 8 Mar 2004 21:49:55 +0100
23032              Message-Id: <20040308214955.3d8be3a6@r2d2>
23033      Branch: perl
23034            ! pp_ctl.c t/op/range.t
23035 ____________________________________________________________________________
23036 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
23037         Log: Make a temporary copy of the input buffer in pp_send, so that send
23038              and syswrite don't gratuitously upgrade their input to UTF8
23039      Branch: perl
23040            ! pp_sys.c t/op/sysio.t
23041 ____________________________________________________________________________
23042 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
23043         Log: Upgrade to Cwd 2.16
23044      Branch: perl
23045            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
23046 ____________________________________________________________________________
23047 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
23048         Log: Upgrade to CGI.pm 3.04.
23049      Branch: perl
23050            ! lib/CGI.pm lib/CGI/Cookie.pm
23051 ____________________________________________________________________________
23052 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
23053         Log: perl591delta.pod update.
23054      Branch: perl
23055            ! pod/perl591delta.pod
23056 ____________________________________________________________________________
23057 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
23058         Log: Another makefile portability fix for Win32 by Steve Hay.
23059      Branch: perl
23060            ! win32/Makefile win32/makefile.mk
23061 ____________________________________________________________________________
23062 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
23063         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
23064              From: Jan Dubois <jand@ActiveState.com>
23065              Date: Sun, 07 Mar 2004 17:04:35 -0800
23066              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
23067      Branch: perl
23068            ! win32/win32.c
23069 ____________________________________________________________________________
23070 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
23071         Log: Fix Dave's original shared hash key corruption bug
23072      Branch: perl
23073            ! sv.c
23074 ____________________________________________________________________________
23075 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
23076         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
23077              in utf8.t, and fix 3 bugs it exposed in utfhash.t
23078      Branch: perl
23079            ! lib/utf8.t sv.c t/op/utfhash.t
23080 ____________________________________________________________________________
23081 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
23082         Log: Subject: undef and the range operator
23083              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23084              Date: Sun, 7 Mar 2004 21:11:20 +0100
23085              Message-Id: <20040307211120.10e46933@r2d2>
23086      Branch: perl
23087            ! pp_ctl.c t/op/range.t
23088 ____________________________________________________________________________
23089 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
23090         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
23091              From: "Ken Williams" <ken@mathforum.org>
23092              Date: Sun, 7 Mar 2004 09:37:19 -0600
23093              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
23094      Branch: perl
23095            ! ext/Cwd/t/cwd.t
23096 ____________________________________________________________________________
23097 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
23098         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
23099              From: "Craig A. Berry" <craigberry@mac.com>
23100              Date: Sat, 06 Mar 2004 22:50:25 -0600
23101              Message-ID: <404AAA11.8050001@mac.com>
23102      Branch: perl
23103            ! t/op/closure.t
23104 ____________________________________________________________________________
23105 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
23106         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
23107              From: "Craig A. Berry" <craigberry@mac.com>
23108              Date: Sat, 06 Mar 2004 13:51:55 -0600
23109              Message-ID: <404A2BDB.8030401@mac.com>
23110      Branch: perl
23111            ! ext/Cwd/t/cwd.t
23112 ____________________________________________________________________________
23113 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
23114         Log: Allow syslog() to use numeric constants in addition to strings for
23115              facility names and priorities.
23116
23117              Subject: Patch for Sys::Syslog
23118              From: Jim Schneider <jschneid@netilla.com>
23119              Date: Fri, 5 Mar 2004 14:03:10 -0500
23120              Message-Id: <200403051403.10674.jschneid@netilla.com>
23121      Branch: perl
23122            ! ext/Sys/Syslog/Syslog.pm
23123 ____________________________________________________________________________
23124 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
23125         Log: Make threads tests pass make minitest (by skipping)
23126      Branch: perl
23127            ! t/op/getpid.t t/op/threads.t
23128 ____________________________________________________________________________
23129 [ 22445] By: davem                                 on 2004/03/06  15:25:32
23130         Log: fix coredump in /(?{sub{}})/
23131      Branch: perl
23132            ! pad.c
23133 ____________________________________________________________________________
23134 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
23135         Log: A small perluniintro clarification by Jarkko.
23136      Branch: perl
23137            ! pod/perluniintro.pod
23138 ____________________________________________________________________________
23139 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
23140         Log: Subject: [PATCH] Re: Strange segfault
23141              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
23142              Date: Fri, 5 Mar 2004 15:13:53 +0100
23143              Message-ID: <20040305151353.5f3e913c@r2d2>
23144      Branch: perl
23145            ! pp_ctl.c t/op/range.t
23146 ____________________________________________________________________________
23147 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
23148         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
23149              From: steve.hay@uk.radan.com (Steve Hay)
23150              Date: Fri, 05 Mar 2004 09:42:32 +0000
23151              Message-ID: <40484B88.7070608@uk.radan.com>
23152      Branch: perl
23153            ! win32/makefile.mk
23154 ____________________________________________________________________________
23155 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
23156         Log: Change 22436 broke the Windows build.
23157              Fix by Steve Hay.
23158      Branch: perl
23159            ! ext/POSIX/POSIX.xs
23160 ____________________________________________________________________________
23161 [ 22440] By: davem                                 on 2004/03/05  00:09:23
23162         Log: silence some compiler warnings
23163      Branch: perl
23164            ! pp_ctl.c sv.c
23165 ____________________________________________________________________________
23166 [ 22439] By: davem                                 on 2004/03/04  23:56:42
23167         Log: ensure utf8::encode() normalises its arg
23168      Branch: perl
23169            ! sv.c
23170 ____________________________________________________________________________
23171 [ 22438] By: davem                                 on 2004/03/04  23:32:38
23172         Log: Memory leak in continue loop
23173              make sure redo always frees temps
23174      Branch: perl
23175            ! pp_ctl.c t/op/loopctl.t
23176 ____________________________________________________________________________
23177 [ 22437] By: davem                                 on 2004/03/04  22:03:17
23178         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
23179      Branch: perl
23180            ! pod/perldiag.pod
23181 ____________________________________________________________________________
23182 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
23183         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
23184              From: Andrew Dougherty <doughera@lafayette.edu>
23185              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
23186              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
23187      Branch: perl
23188            ! ext/POSIX/POSIX.xs
23189 ____________________________________________________________________________
23190 [ 22435] By: davem                                 on 2004/03/04  21:39:47
23191         Log: add deprecation warning for my $x if 0
23192      Branch: perl
23193            ! op.c t/lib/warnings/op
23194 ____________________________________________________________________________
23195 [ 22434] By: davem                                 on 2004/03/04  21:38:57
23196         Log: remove an 'if $a if 0' from AutoSplit.t
23197      Branch: perl
23198            ! lib/AutoSplit.t
23199 ____________________________________________________________________________
23200 [ 22433] By: davem                                 on 2004/03/04  20:33:44
23201         Log: retract 22328 and 22332: deprecation warning for my $x if foo
23202      Branch: perl
23203            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
23204            ! pp_proto.h t/lib/warnings/op
23205 ____________________________________________________________________________
23206 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
23207         Log: Maintainers.pl update by MJD.
23208      Branch: perl
23209            ! Porting/Maintainers.pl
23210 ____________________________________________________________________________
23211 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
23212         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
23213              (by Steve Hay)
23214      Branch: perl
23215            + t/win32/getosversion.t
23216            ! MANIFEST win32/win32.c
23217 ____________________________________________________________________________
23218 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
23219         Log: Clarify the difference between utf8::downgrade/upgrade
23220              and utf8::encode/decode (patch by Jarkko).
23221      Branch: perl
23222            ! lib/utf8.pm pod/perluniintro.pod
23223 ____________________________________________________________________________
23224 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
23225         Log: A couple of notes in perl591delta
23226              (about Benchmark and the debugger.)
23227      Branch: perl
23228            ! pod/perl591delta.pod
23229 ____________________________________________________________________________
23230 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
23231         Log: Subject: [PATCH] simplify sv.h
23232              From: Arthur Bergman <sky@nanisky.com>
23233              Date: Sun, 29 Feb 2004 22:04:53 +0000
23234              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
23235      Branch: perl
23236            ! sv.h
23237 ____________________________________________________________________________
23238 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
23239         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
23240              Subject: [PATCH] [perl #24826]
23241              From: Jarkko Hietaniemi <jhi@iki.fi>
23242              Date: Wed, 3 Mar 2004 09:37:21 +0200
23243              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
23244      Branch: perl
23245            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
23246            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
23247            ! lib/unicore/mktables t/uni/case.pl utf8.c
23248 ____________________________________________________________________________
23249 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
23250         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
23251              From: Richard.Foley@t-online.de (Richard Foley)
23252              Date: Wed, 3 Mar 2004 16:10:25 +0100
23253              Message-Id: <200403031610.25080.richard.foley@rfi.net>
23254      Branch: perl
23255            ! lib/perl5db.pl
23256 ____________________________________________________________________________
23257 [ 22425] By: davem                                 on 2004/03/03  00:02:51
23258         Log: stop t/op/write.t failures under stdio by always closing files
23259              before reading them back; also replace `cat file` with a function
23260              to read in the file
23261      Branch: perl
23262            ! t/op/write.t
23263 ____________________________________________________________________________
23264 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
23265         Log: Change the skip logic on the unicode tests so that they don't rely on
23266              miniperl's "dynamic loading unavailable" message
23267      Branch: perl
23268            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
23269            ! t/uni/tr_utf8.t
23270 ____________________________________________________________________________
23271 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
23272         Log: Work on eliminating systematic failures on make minitest:
23273              make minitest passes a -minitest flag to t/TEST
23274              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
23275              Tests can choose to skip based on this.
23276              (Other tactic is to make loading of Errno by %! happen at run time.)
23277      Branch: perl
23278            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
23279            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
23280 ____________________________________________________________________________
23281 [ 22422] By: davem                                 on 2004/03/02  21:33:22
23282         Log: Remove machine-dependent rounding dependency from write overflow
23283              tests
23284      Branch: perl
23285            ! t/op/write.t
23286 ____________________________________________________________________________
23287 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
23288         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
23289              From: Steve Hay <steve.hay@uk.radan.com>
23290              Date: Fri, 27 Feb 2004 17:42:26 +0000
23291              Message-ID: <403F8182.5090607@uk.radan.com>
23292      Branch: perl
23293            ! win32/Makefile win32/makefile.mk
23294 ____________________________________________________________________________
23295 [ 22419] By: davem                                 on 2004/03/01  22:17:52
23296         Log: add tests for change 22414 (lvalue substr jollity)
23297              courtesy of Graham Barr.
23298      Branch: perl
23299            ! t/op/substr.t
23300 ____________________________________________________________________________
23301 [ 22418] By: davem                                 on 2004/03/01  22:00:11
23302         Log: integrate Time::HiRes 1.56 from CPAN
23303              (which is itself mostly derived from the bleedperl version)
23304      Branch: perl
23305            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23306            ! ext/Time/HiRes/Makefile.PL
23307 ____________________________________________________________________________
23308 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
23309         Log: Make panics a bit more verbose to ease debugging.
23310      Branch: perl
23311            ! thread.h
23312 ____________________________________________________________________________
23313 [ 22415] By: davem                                 on 2004/02/29  18:06:45
23314         Log: make test breaks permissions on /dev/tty
23315              perl -i could fchmod(stdin) by mistake
23316      Branch: perl
23317            ! doio.c
23318 ____________________________________________________________________________
23319 [ 22414] By: davem                                 on 2004/02/29  16:21:34
23320         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
23321              From: Graham Barr <gbarr@pobox.com>
23322              Date: Wed, 29 Oct 2003 09:56:53 +0000
23323              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
23324
23325              make a variable aliased to an lvalue substr value work as expected
23326      Branch: perl
23327            ! mg.c
23328 ____________________________________________________________________________
23329 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
23330         Log: Bump Socket's version to a real floating point value
23331      Branch: perl
23332            ! ext/Socket/Socket.pm
23333 ____________________________________________________________________________
23334 [ 22410] By: ams                                   on 2004/02/29  04:29:24
23335         Log: Back out _01 version suffix.
23336      Branch: perl
23337            ! ext/Storable/Storable.pm
23338 ____________________________________________________________________________
23339 [ 22409] By: davem                                 on 2004/02/28  23:29:10
23340         Log: Bump version numbers of moules affected by change #22258
23341              (removing /tmp and other insecurities)
23342      Branch: perl
23343            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
23344            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
23345            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
23346            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
23347            ! lib/perl5db.pl
23348 ____________________________________________________________________________
23349 [ 22408] By: davem                                 on 2004/02/28  22:37:08
23350         Log: make the bison-based parser threadsafe and capable of deep
23351              recursion by eradicating Perl_yylex_r()
23352      Branch: perl
23353            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
23354            ! perly.c proto.h toke.c
23355 ____________________________________________________________________________
23356 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
23357         Log: Use File::Temp for tempfiles if it is available.
23358              (Based on a patch from Solar Designer <solar@openwall.com> in
23359              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
23360              was applied as change 22258)
23361      Branch: perl
23362            ! utils/perlbug.PL
23363 ____________________________________________________________________________
23364 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
23365         Log: Fix segfaults when running under -Dx.
23366      Branch: perl
23367            ! dump.c
23368 ____________________________________________________________________________
23369 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
23370         Log: Assimilate Cwd 2.15 from CPAN
23371      Branch: perl
23372            ! ext/Cwd/Changes lib/Cwd.pm
23373 ____________________________________________________________________________
23374 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
23375         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
23376              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
23377      Branch: perl
23378            ! lib/File/Find.pm lib/File/Find/t/find.t
23379 ____________________________________________________________________________
23380 [ 22400] By: merijn                                on 2004/02/27  15:25:27
23381         Log: When threads are active we need -lpthread, but previous `fix' of
23382              now linked libraries invalidated the regex for sed (AIX 5 has no
23383              seperate libc.a and libc_r.a the latter links to the first)
23384      Branch: perl
23385            ! hints/aix.sh
23386 ____________________________________________________________________________
23387 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
23388         Log: Correct thinko in comment.
23389      Branch: perl
23390            ! op.c
23391 ____________________________________________________________________________
23392 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
23393         Log: In hsplit, if a normal hash has placeholders then clear them before
23394              splitting. We can do this safely because Storable ensures hsplit is
23395              not called while it builds restricted hashes (actually any hashes)
23396              This change may not make things faster, but now we have the choice.
23397      Branch: perl
23398            ! ext/Storable/t/restrict.t hv.c
23399 ____________________________________________________________________________
23400 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
23401         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
23402              the tests still passed. Fixed.
23403      Branch: perl
23404            ! hv.c
23405 ____________________________________________________________________________
23406 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
23407         Log: Moving all the e-mail addresses over by 1 column makes them start on
23408              an 8 column tabstop, which makes editing this file easier.
23409              So then I replaced spaces with tabs and made it smaller too.
23410      Branch: perl
23411            ! AUTHORS
23412 ____________________________________________________________________________
23413 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
23414         Log: Add Mark Fowler
23415      Branch: perl
23416            ! AUTHORS
23417 ____________________________________________________________________________
23418 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
23419         Log: Integrate:
23420              [ 22339]
23421              Mention 5.005_04 RC2
23422
23423              [ 22360]
23424              Update for 5.005_04 release
23425      Branch: perl
23426           !> pod/perlhist.pod
23427 ____________________________________________________________________________
23428 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
23429         Log: Subject: [PATCH] Improved perlapi documentation for croak
23430              From: Mark Fowler <mark@twoshortplanks.com>
23431              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
23432              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
23433
23434              (and regenerate perlapi.pod.)
23435      Branch: perl
23436            ! pod/perlapi.pod util.c
23437 ____________________________________________________________________________
23438 [ 22379] By: merijn                                on 2004/02/26  08:44:53
23439         Log: From: Art Haas <ahaas@airmail.net>
23440              Subject: Replacing '-rdynamic' in Configure script
23441              Date: Fri, 20 Feb 2004 13:53:56 -0600
23442              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
23443      Branch: perl
23444            ! Configure
23445 ____________________________________________________________________________
23446 [ 22377] By: davem                                 on 2004/02/25  21:07:44
23447         Log: remove my work address
23448      Branch: perl
23449            ! AUTHORS
23450 ____________________________________________________________________________
23451 [ 22376] By: davem                                 on 2004/02/25  17:10:56
23452         Log: stop "const in void context" warning for a const in an
23453              optimised-away boolean expresssion, eg 5 || print;
23454      Branch: perl
23455            ! op.c op.h t/lib/warnings/op
23456 ____________________________________________________________________________
23457 [ 22375] By: merijn                                on 2004/02/25  11:13:12
23458         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
23459      Branch: perl
23460            ! lib/Net/Ping/t/450_service.t
23461 ____________________________________________________________________________
23462 [ 22374] By: merijn                                on 2004/02/25  09:32:12
23463         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
23464              One open issue left: promoting to cc_r for threaded builds
23465              need a review to permit users using -Dcc=xlc_r for non
23466              threaded builds
23467      Branch: perl
23468            ! hints/aix.sh
23469 ____________________________________________________________________________
23470 [ 22373] By: davem                                 on 2004/02/24  23:25:52
23471         Log: fix memory leak in @_ = ...; goto &sub
23472      Branch: perl
23473            ! pp_ctl.c
23474 ____________________________________________________________________________
23475 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
23476         Log: Enhance test cleanliness by a very small factor.
23477      Branch: perl
23478            ! t/comp/parser.t
23479 ____________________________________________________________________________
23480 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
23481         Log: Fix a segfault during optree construction. (bug #27024)
23482      Branch: perl
23483            ! op.c t/comp/parser.t
23484 ____________________________________________________________________________
23485 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
23486         Log: Update Changes and AUTHORS.
23487      Branch: perl
23488            ! AUTHORS Changes
23489 ____________________________________________________________________________
23490 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
23491         Log: Subject: [PATCH] optimization for map in scalar context
23492              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23493              Date: Tue, 24 Feb 2004 12:02:57 +0100
23494              Message-id: <20040224110257.GA5510@ethan>
23495      Branch: perl
23496            ! pp_ctl.c
23497 ____________________________________________________________________________
23498 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
23499         Log: Subject: Bugfix for perlrequick and perlretut
23500              From: Mark Kvale <kvale@phy.ucsf.edu>
23501              Date: Tue, 24 Feb 2004 11:32:34 -0800
23502              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
23503      Branch: perl
23504            ! pod/perlrequick.pod pod/perlretut.pod
23505 ____________________________________________________________________________
23506 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
23507         Log: Instead of localising *_, use a dummy foreach loop to get
23508              a local value of $_
23509      Branch: perl
23510            ! lib/File/Find.pm
23511 ____________________________________________________________________________
23512 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
23513         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
23514              From: alan <alan@pair.com>
23515              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
23516              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
23517      Branch: perl
23518            ! lib/Attribute/Handlers.pm
23519 ____________________________________________________________________________
23520 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
23521         Log: Update perl591delta.
23522      Branch: perl
23523            ! pod/perl591delta.pod
23524 ____________________________________________________________________________
23525 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
23526         Log: Fix bug #26910: hints were not propagated into (?{...})
23527              blocks, except the utf8 pragma.
23528      Branch: perl
23529            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
23530 ____________________________________________________________________________
23531 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
23532         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
23533              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23534              Date: Sun, 22 Feb 2004 16:09:33 +0900
23535              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
23536
23537              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
23538              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23539              Date: Sun, 22 Feb 2004 18:41:43 +0900
23540              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
23541
23542              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
23543      Branch: perl
23544            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
23545 ____________________________________________________________________________
23546 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
23547         Log: Subject: [PATCH] Benchmark for child processes
23548              From: Chia-liang Kao <clkao@clkao.org>
23549              Date: Mon, 23 Feb 2004 22:53:51 +0800
23550              Message-ID: <20040223145351.GH94376@portege.clkao.org>
23551      Branch: perl
23552            ! lib/Benchmark.pm
23553 ____________________________________________________________________________
23554 [ 22359] By: merijn                                on 2004/02/23  11:55:08
23555         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
23556              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
23557              From: Georg Schwarz <geos@epost.de>
23558              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
23559      Branch: perl
23560            ! hints/irix_5.sh
23561 ____________________________________________________________________________
23562 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
23563         Log: Subject: initial patch for cygwin IPC via cygserver
23564              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23565              Date: Thu, 19 Feb 2004 09:01:13 -0800
23566              Message-ID: <20040219170113.GA2792@efn.org>
23567      Branch: perl
23568            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
23569 ____________________________________________________________________________
23570 [ 22357] By: davem                                 on 2004/02/22  15:43:53
23571         Log: Extend OP_AELEMFAST optimisation to lexical arrays
23572      Branch: perl
23573            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
23574 ____________________________________________________________________________
23575 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
23576         Log: We're not binary compatible with 5.8.
23577              Change PERL_API_VERSION to 5.9.1.
23578      Branch: perl
23579            ! patchlevel.h
23580 ____________________________________________________________________________
23581 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
23582         Log: Document change #22353 in perldelta.
23583      Branch: perl
23584            ! pod/perl591delta.pod
23585 ____________________________________________________________________________
23586 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
23587         Log: Increment the version number of B, due to the incompatible
23588              API change introduced by #22353 (no more op_seq method.)
23589      Branch: perl
23590            ! ext/B/B.pm
23591 ____________________________________________________________________________
23592 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
23593         Log: Subject: Re: op_seq (was: Freeing code)
23594              From: Paul Johnson <paul@pjcj.net>
23595              Date: Sat, 21 Feb 2004 02:31:47 +0100
23596              Message-ID: <20040221013147.GB6953@pjcj.net>
23597
23598              Rework the OP structure to use less space.
23599              Remove op_seq (and simulate it in dump.c),
23600              replace it by op_opt and op_static,
23601              shrink op_type, remove PL_op_seqmax.
23602      Branch: perl
23603            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
23604            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
23605            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
23606            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
23607            ! pod/perlintern.pod sv.c
23608 ____________________________________________________________________________
23609 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
23610         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
23611              is not actually introduced by the for statement.
23612      Branch: perl
23613            ! op.c
23614 ____________________________________________________________________________
23615 [ 22351] By: davem                                 on 2004/02/20  15:38:10
23616         Log: remove a split test's dependence on -Dx output
23617              (needed after change #22343)
23618      Branch: perl
23619            ! t/op/split.t
23620 ____________________________________________________________________________
23621 [ 22350] By: davem                                 on 2004/02/20  15:34:27
23622         Log: add Deparse/Concise support for inplace sort (change 22349)
23623      Branch: perl
23624            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
23625 ____________________________________________________________________________
23626 [ 22349] By: davem                                 on 2004/02/20  14:54:35
23627         Log: optimise the sorting inplace of plain arrays: @a = sort @a
23628      Branch: perl
23629            ! op.c op.h pp_sort.c t/op/sort.t
23630 ____________________________________________________________________________
23631 [ 22348] By: davem                                 on 2004/02/20  14:18:13
23632         Log: Document the SVf_PADSTALE flag
23633      Branch: perl
23634            ! pad.c
23635 ____________________________________________________________________________
23636 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
23637         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
23638      Branch: perl
23639            - lib/IPC/SysV.t
23640            ! MANIFEST
23641 ____________________________________________________________________________
23642 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
23643         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
23644              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23645              Date: Fri, 20 Feb 2004 15:34:59 +0800
23646              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
23647      Branch: perl
23648            ! win32/genmk95.pl
23649 ____________________________________________________________________________
23650 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
23651         Log: Upgrade to Term::ANSIColor 1.08.
23652      Branch: perl
23653            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23654            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
23655 ____________________________________________________________________________
23656 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
23657         Log: Upgrade to prereleases of Math::BigInt 1.70 and
23658              Math::BigRat 0.12, by Tels.
23659      Branch: perl
23660            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23661            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
23662            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
23663            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
23664            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23665            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23666            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
23667            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
23668            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
23669            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
23670            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
23671            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
23672            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
23673            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
23674            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
23675            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
23676            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
23677 ____________________________________________________________________________
23678 [ 22343] By: davem                                 on 2004/02/19  13:43:18
23679         Log: -Dx could coredump on threaded builds because consts are now
23680              stored in the pad
23681      Branch: perl
23682            ! dump.c
23683 ____________________________________________________________________________
23684 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
23685         Log: Add a tool to report dual-lived core modules that don't
23686              have the same version than the corresponding module on CPAN.
23687      Branch: perl
23688            + Porting/corecpan.pl
23689            ! MANIFEST
23690 ____________________________________________________________________________
23691 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
23692         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
23693      Branch: perl
23694            ! pod/perl591delta.pod
23695 ____________________________________________________________________________
23696 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
23697         Log: Add base.pm and fields.pm to the maintainer list.
23698              Remove a duplicate file from this list.
23699      Branch: perl
23700            ! Porting/Maintainers.pl
23701 ____________________________________________________________________________
23702 [ 22337] By: davem                                 on 2004/02/18  13:22:13
23703         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
23704      Branch: perl
23705            ! t/op/write.t
23706 ____________________________________________________________________________
23707 [ 22334] By: merijn                                on 2004/02/18  12:18:52
23708         Log: Removed pm_apiversion and xs_apiversion as requested by
23709              the pumpkin. Chainsaw was still in perfect working order.
23710      Branch: perl
23711            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
23712            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
23713            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23714            ! plan9/config.plan9 plan9/config_h.sample
23715            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
23716            ! win32/config.gc win32/config.vc win32/config.vc64
23717            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23718            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
23719 ____________________________________________________________________________
23720 [ 22332] By: davem                                 on 2004/02/18  11:14:43
23721         Log: Add tests for the C<my $x if foo> deprecation, and change the
23722              warning text
23723      Branch: perl
23724            ! op.c pod/perldiag.pod t/lib/warnings/op
23725 ____________________________________________________________________________
23726 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
23727         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
23728              returned from XSUBs through RETVAL isn't decremented as it is for
23729              SVs. This causes those XSUBs to leak memory and cannot be fixed
23730              without breaking existing CPAN modules that work around this bug.
23731
23732              2. Fix a memory leak of that kind in POSIX::localconv.
23733      Branch: perl
23734            ! ext/POSIX/POSIX.xs pod/perlxs.pod
23735 ____________________________________________________________________________
23736 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
23737         Log: Encode has local changes. Up-version it.
23738      Branch: perl
23739            ! ext/Encode/Encode.pm
23740 ____________________________________________________________________________
23741 [ 22328] By: davem                                 on 2004/02/17  23:30:50
23742         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
23743      Branch: perl
23744            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
23745 ____________________________________________________________________________
23746 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
23747         Log: It's better to localize *_ than $_, to avoid magic leakage
23748      Branch: perl
23749            ! lib/File/Find.pm
23750 ____________________________________________________________________________
23751 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
23752         Log: One of the new tests of MIME::Base64 relies on a non-core module.
23753      Branch: perl
23754            - ext/MIME/Base64/t/bad-sv.t
23755            ! MANIFEST
23756 ____________________________________________________________________________
23757 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
23758         Log: Upgrade to MIME::Base64 3.00.
23759              Fix t/warn.t so it works in the core.
23760              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
23761      Branch: perl
23762            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
23763            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23764            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23765            ! ext/MIME/Base64/t/base64.t
23766 ____________________________________________________________________________
23767 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
23768         Log: Be more clear. Use simple words.
23769      Branch: perl
23770            ! pod/perl591delta.pod
23771 ____________________________________________________________________________
23772 [ 22322] By: davem                                 on 2004/02/17  21:52:08
23773         Log: remove C<my $x if foo> construct from core modules
23774      Branch: perl
23775            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
23776            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
23777            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
23778            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
23779            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
23780 ____________________________________________________________________________
23781 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
23782         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
23783      Branch: perl
23784            ! pod/perl591delta.pod
23785 ____________________________________________________________________________
23786 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
23787         Log: Bump $B::VERSION (because of change #22315).
23788      Branch: perl
23789            ! ext/B/B.pm
23790 ____________________________________________________________________________
23791 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
23792         Log: Regenerate table of contents and other related files.
23793      Branch: perl
23794            ! MANIFEST pod/perl.pod pod/perltoc.pod
23795 ____________________________________________________________________________
23796 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
23797         Log: Bump up perl's version number to 5.9.1.
23798              Add perl591delta in perl.pod.
23799              Update the sample config files in Porting/.
23800      Branch: perl
23801            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
23802            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
23803            ! plan9/config.plan9 pod/perl.pod win32/Makefile
23804            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23805            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
23806 ____________________________________________________________________________
23807 [ 22317] By: davem                                 on 2004/02/17  19:28:58
23808         Log: 22316 had stupid precedence thinkos
23809      Branch: perl
23810            ! pp.c pp_hot.c
23811 ____________________________________________________________________________
23812 [ 22316] By: davem                                 on 2004/02/17  18:23:27
23813         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
23814              and fix some incorrect indentation
23815      Branch: perl
23816            ! pp.c pp_hot.c sv.c
23817 ____________________________________________________________________________
23818 [ 22315] By: davem                                 on 2004/02/17  18:01:52
23819         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
23820              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23821              Date:  Tue, 17 Feb 2004 17:32:16 +0100
23822              Message-Id:  <20040217163216.GA6805@ethan>
23823
23824              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
23825      Branch: perl
23826            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
23827 ____________________________________________________________________________
23828 [ 22314] By: merijn                                on 2004/02/17  11:22:24
23829         Log: 1. Creating backward compatibility for Configure after patches
23830              #22227 and #22302 to still support 5.8.x and below
23831
23832              2. Small change for building on GNU hurd
23833              Date: Sun, 15 Feb 2004 23:27:17 +1100
23834              From: "Brendan O'Dea" <bod@debian.org>
23835              Message-ID: <20040215122717.GA26812@londo.c47.org>
23836      Branch: perl
23837            ! Configure Makefile.SH hints/gnu.sh
23838 ____________________________________________________________________________
23839 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
23840         Log: Fix for Win32 build failure caused by the byacc to bison switch.
23841      Branch: perl
23842            ! perl.h
23843 ____________________________________________________________________________
23844 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
23845         Log: Revert change 22308 (the patch was against maint, not blead)
23846      Branch: perl
23847            ! lib/ExtUtils/instmodsh
23848 ____________________________________________________________________________
23849 [ 22310] By: merijn                                on 2004/02/16  11:30:29
23850         Log: Fix typo in doc for Encode
23851              From: "Brendan O'Dea" <bod@debian.org>
23852              Date: Sun, 15 Feb 2004 23:27:17 +1100
23853              Message-ID: <20040215122717.GA26812@londo.c47.org>
23854      Branch: perl
23855            ! ext/Encode/Encode.pm
23856 ____________________________________________________________________________
23857 [ 22309] By: merijn                                on 2004/02/16  11:27:34
23858         Log: Missing semi-colon
23859              From: "Brendan O'Dea" <bod@debian.org>
23860              Date: Sun, 15 Feb 2004 23:27:17 +1100
23861              Message-ID: <20040215122717.GA26812@londo.c47.org>
23862      Branch: perl
23863            ! ext/MIME/Base64/Base64.xs
23864 ____________________________________________________________________________
23865 [ 22308] By: merijn                                on 2004/02/16  11:24:59
23866         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
23867              it has a manpage.
23868              From: "Brendan O'Dea" <bod@debian.org>
23869              Date: Sun, 15 Feb 2004 23:27:17 +1100
23870              Message-ID: <20040215122717.GA26812@londo.c47.org>
23871      Branch: perl
23872            ! lib/ExtUtils/instmodsh
23873 ____________________________________________________________________________
23874 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
23875         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
23876              From: Stas Bekman <stas@stason.org>
23877              Date: Fri, 13 Feb 2004 20:18:59 -0800
23878              Message-ID: <402DA1B3.2010608@stason.org>
23879      Branch: perl
23880            ! pod/perlguts.pod
23881 ____________________________________________________________________________
23882 [ 22306] By: davem                                 on 2004/02/15  00:24:26
23883         Log: Segmentation fault with
23884              sub x { shift; @a = @b; eval +{ use } }
23885      Branch: perl
23886            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
23887 ____________________________________________________________________________
23888 [ 22305] By: davem                                 on 2004/02/14  23:52:09
23889         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
23890              on the parser stack at each reduce.  Also,
23891
23892              Subject: Re: switch from byacc to bison
23893              From: "Craig A. Berry" <craigberry@mac.com>
23894              Date: Sat, 14 Feb 2004 13:26:45 -0600
23895              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
23896
23897              change #if DEBUGGING to #ifdef ... in perly.c
23898      Branch: perl
23899            ! perly.c pod/perlrun.pod
23900 ____________________________________________________________________________
23901 [ 22304] By: davem                                 on 2004/02/14  13:33:26
23902         Log: Subject:  Re: switch from byacc to bison
23903              From:  Abe Timmerman <abeltje@cpan.org>
23904              Date:  Sat, 14 Feb 2004 11:56:24 +0100
23905              Message-Id:  <200402141156.58185.abeltje@cpan.org>
23906
23907              Fix typos in pumpkin.pod
23908      Branch: perl
23909            ! Porting/pumpkin.pod
23910 ____________________________________________________________________________
23911 [ 22303] By: davem                                 on 2004/02/14  12:28:37
23912         Log: remove binary compatibility stuff from the yacc -> bison switch
23913              of change #22302
23914      Branch: perl
23915            ! embedvar.h intrpvar.h
23916 ____________________________________________________________________________
23917 [ 22302] By: davem                                 on 2004/02/14  02:06:53
23918         Log: Switch from byacc to bison and simplify the perly.* regeneration
23919              process
23920      Branch: perl
23921            + perly.act perly.tab regen_perly.pl
23922            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
23923            - vms/perly_h.vms vms/vms_yfix.pl
23924            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
23925            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
23926            ! vms/descrip_mms.template
23927 ____________________________________________________________________________
23928 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
23929         Log: Fix an fcntl example in perlopentut, spotted by MJD.
23930      Branch: perl
23931            ! pod/perlopentut.pod
23932 ____________________________________________________________________________
23933 [ 22300] By: davem                                 on 2004/02/12  23:18:20
23934         Log: The new -Dq option didn't actually work!
23935      Branch: perl
23936            ! perl.h
23937 ____________________________________________________________________________
23938 [ 22299] By: merijn                                on 2004/02/12  14:32:15
23939         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
23940              From: Stas Bekman <stas@stason.org>
23941              Date: Wed, 11 Feb 2004 16:53:54 -0800
23942              Message-ID: <402ACEA2.4020907@stason.org>
23943      Branch: perl
23944            ! perl.c
23945 ____________________________________________________________________________
23946 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
23947         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
23948              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23949              Date: Tue, 10 Feb 2004 12:36:33 +0800
23950              Message-ID: <20040210043633.GA33671687@momotaro>
23951      Branch: perl
23952            ! win32/makefile.mk
23953 ____________________________________________________________________________
23954 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
23955         Log: Add 5.005_04-RC1 and Leon in perlhist.
23956      Branch: perl
23957            ! pod/perlhist.pod
23958 ____________________________________________________________________________
23959 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
23960         Log: Add a note in Unicode::UCD about the _getcode() function
23961              being copy-n-pasted in charnames.pm. (spotted by Merijn)
23962      Branch: perl
23963            ! lib/Unicode/UCD.pm
23964 ____________________________________________________________________________
23965 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
23966         Log: Implement stacked filetest operators (-f -w -x $file).
23967      Branch: perl
23968            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
23969            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
23970 ____________________________________________________________________________
23971 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
23972         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
23973              From: hv@crypt.org
23974              Date: Mon, 09 Feb 2004 03:21:21 +0000
23975              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
23976      Branch: perl
23977            ! sv.c t/op/sprintf2.t
23978 ____________________________________________________________________________
23979 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
23980         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
23981              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23982              Date: Mon, 9 Feb 2004 00:51:45 -0800
23983              Message-ID: <20040209085145.GA3204@efn.org>
23984              (plus an etymological notice)
23985      Branch: perl
23986            ! lib/charnames.pm
23987 ____________________________________________________________________________
23988 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
23989         Log: Add the new private flag OPpGREP_LEX in B::Concise.
23990      Branch: perl
23991            ! ext/B/B/Concise.pm
23992 ____________________________________________________________________________
23993 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
23994         Log: map and grep weren't working correctly with lexical $_ in
23995              scalar context, because pp_mapwhile and pp_grepwhile were using
23996              their target as a temporary slot to store the return value.
23997      Branch: perl
23998            ! pp_ctl.c pp_hot.c t/op/mydef.t
23999 ____________________________________________________________________________
24000 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
24001         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
24002              From: Greg Matheson <lang@ms.chinmin.edu.tw>
24003              Date: Mon, 2 Feb 2004 16:52:44 +0800
24004              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
24005      Branch: perl
24006            ! win32/makefile.mk
24007 ____________________________________________________________________________
24008 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
24009         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
24010              From: Steve Hay <steve.hay@uk.radan.com>
24011              Date: Fri, 06 Feb 2004 12:44:05 +0000
24012              Message-ID: <40238C15.2090200@uk.radan.com>
24013      Branch: perl
24014            ! pod/perlapi.pod sv.h
24015 ____________________________________________________________________________
24016 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
24017         Log: Subject: [PATCH] Fix absolute path handling in installhtml
24018              From: Steve Hay <steve.hay@uk.radan.com>
24019              Date: Fri, 06 Feb 2004 16:14:14 +0000
24020              Message-ID: <4023BD56.6090903@uk.radan.com>
24021      Branch: perl
24022            ! installhtml
24023 ____________________________________________________________________________
24024 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
24025         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
24026              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24027              Date: Sat, 07 Feb 2004 00:08:36 +0900
24028              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
24029      Branch: perl
24030            ! pod/perlunicode.pod
24031 ____________________________________________________________________________
24032 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
24033         Log: Comment to record why we can't clear placeholders in hsplit
24034      Branch: perl
24035            ! hv.c
24036 ____________________________________________________________________________
24037 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
24038         Log: deleting keys in restricted hashes was leaking the entry. Yow!
24039      Branch: perl
24040            ! hv.c lib/Hash/Util.t
24041 ____________________________________________________________________________
24042 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
24043         Log: Now hv_delete is able to ingore placeholders.
24044              (This is an XS visible change in the hash API. But not of documented
24045              behaviour)
24046      Branch: perl
24047            ! hv.c
24048 ____________________________________________________________________________
24049 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
24050         Log: All whitespace is equal, but some whitespace is more equal than others
24051              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
24052      Branch: perl
24053            ! MANIFEST
24054 ____________________________________________________________________________
24055 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
24056         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
24057              than using the iterator interface and calling hv_delete
24058              This will allow hv_delete to be simplified to remove most of the
24059              special casing related to placeholders.
24060      Branch: perl
24061            ! hv.c
24062 ____________________________________________________________________________
24063 [ 22273] By: merijn                                on 2004/02/06  11:47:14
24064         Log: Added hints_4.sh for specific AIX 4 support
24065              this is the next stage in the general cleanup process
24066              for the AIX hints. More to come
24067      Branch: perl
24068            + hints/aix_4.sh
24069            ! MANIFEST
24070 ____________________________________________________________________________
24071 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
24072         Log: Fix a non-standard NAME pod section
24073              (by Smylers and Casey West)
24074      Branch: perl
24075            ! lib/Carp/Heavy.pm
24076 ____________________________________________________________________________
24077 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
24078         Log: The "my $_" wasn't nice with foreach loops.
24079      Branch: perl
24080            ! op.c t/op/mydef.t
24081 ____________________________________________________________________________
24082 [ 22267] By: merijn                                on 2004/02/04  10:24:33
24083         Log: AIX 3 support removed from default hints after its separation
24084      Branch: perl
24085            ! hints/aix.sh
24086 ____________________________________________________________________________
24087 [ 22266] By: merijn                                on 2004/02/04  10:16:20
24088         Log: AIX 3 hints split off from default hints in preparation
24089              of a hint file cleanup. aix_4.sh will follow soon
24090      Branch: perl
24091            + hints/aix_3.sh
24092            ! MANIFEST
24093 ____________________________________________________________________________
24094 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
24095         Log: More docs and tests for "my $_".
24096      Branch: perl
24097            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
24098 ____________________________________________________________________________
24099 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
24100         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
24101              From: John Peacock <jpeacock@rowman.com>
24102              Date: Sun, 01 Feb 2004 21:10:07 -0500
24103              Message-ID: <401DB17F.5060808@rowman.com>
24104      Branch: perl
24105            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
24106            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
24107 ____________________________________________________________________________
24108 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
24109         Log: Implement "my $_".
24110      Branch: perl
24111            + t/op/mydef.t
24112            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
24113            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
24114            ! pp_ctl.c pp_hot.c regexec.c toke.c
24115 ____________________________________________________________________________
24116 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
24117         Log: Regenerate perlapi.pod.
24118      Branch: perl
24119            ! pod/perlapi.pod
24120 ____________________________________________________________________________
24121 [ 22261] By: merijn                                on 2004/02/03  12:57:37
24122         Log: If someone chooses xlc as default C compiler, threaded builds
24123              will fail, unless converted to cc_r
24124      Branch: perl
24125            ! hints/aix.sh
24126 ____________________________________________________________________________
24127 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
24128         Log: Subject: patch for IRIX/gcc link issues
24129              From: Martin Pool <mbp@samba.org>
24130              Date: Wed, 28 Jan 2004 10:56:25 +1100
24131              Message-ID: <20040127235624.GA32612@hp.com>
24132      Branch: perl
24133            ! hints/irix_6.sh
24134 ____________________________________________________________________________
24135 [ 22259] By: davem                                 on 2004/02/01  17:42:44
24136         Log: update fix to Shell.pm in change #22254: make /dev/null portable
24137      Branch: perl
24138            ! lib/Shell.pm
24139 ____________________________________________________________________________
24140 [ 22258] By: davem                                 on 2004/02/01  17:40:02
24141         Log: Subject: Re: [perl #15063] /tmp issues
24142              From: Solar Designer <solar@openwall.com>
24143              Date: Mon, 26 Jan 2004 01:22:18 +0300
24144              Message-ID: <20040125222218.GA13499@openwall.com>
24145
24146              Remove insecure usage of /tmp from code and documentation
24147      Branch: perl
24148            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
24149            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
24150            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
24151            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
24152            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
24153            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
24154            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
24155            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
24156            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
24157            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
24158            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
24159            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
24160            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
24161            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
24162            ! utils/c2ph.PL
24163 ____________________________________________________________________________
24164 [ 22257] By: davem                                 on 2004/02/01  15:46:24
24165         Log: threads documentation: fork on UNIX might not copy all threads.
24166      Branch: perl
24167            ! pod/perlthrtut.pod
24168 ____________________________________________________________________________
24169 [ 22256] By: davem                                 on 2004/02/01  15:34:59
24170         Log: add test for Change 22194:
24171              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
24172      Branch: perl
24173            ! t/lib/strict/subs
24174 ____________________________________________________________________________
24175 [ 22254] By: davem                                 on 2004/02/01  13:11:00
24176         Log: Subject:  Patch for Shell.pm
24177              From:  Manuel Valente <mvalente@idealx.com>
24178              Date:  Tue, 27 Jan 2004 19:18:26 +0100
24179              Message-Id:  <4016AB72.1080503@idealx.com>
24180
24181              New option for Shell.pm to discard stderr instead of capturing it
24182      Branch: perl
24183            ! lib/Shell.pm
24184 ____________________________________________________________________________
24185 [ 22253] By: davem                                 on 2004/02/01  11:26:47
24186         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
24187              timeout triggers
24188      Branch: perl
24189            ! ext/Time/HiRes/t/HiRes.t
24190 ____________________________________________________________________________
24191 [ 22252] By: chip                                  on 2004/01/31  17:29:05
24192         Log: Don't show code closing STD{IN,OUT} before reopening, because
24193              doing so is unnecessary and occasionally harmful.
24194      Branch: perl
24195            ! pod/perlfork.pod pod/perlfunc.pod
24196 ____________________________________________________________________________
24197 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
24198         Log: Another undocumented use of $_ : with reverse().
24199      Branch: perl
24200            ! pod/perlfunc.pod
24201 ____________________________________________________________________________
24202 [ 22247] By: merijn                                on 2004/01/30  08:18:28
24203         Log: Drop optimization for -O3 *and higher*
24204      Branch: perl
24205            ! ext/Storable/hints/linux.pl
24206 ____________________________________________________________________________
24207 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
24208         Log: Regenerate perlapi.pod.
24209      Branch: perl
24210            ! pod/perlapi.pod
24211 ____________________________________________________________________________
24212 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
24213         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
24214              From: hv@crypt.org
24215              Date: Thu, 29 Jan 2004 15:12:12 +0000
24216              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
24217      Branch: perl
24218            ! pp_hot.c t/op/pat.t
24219 ____________________________________________________________________________
24220 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
24221         Log: I'm the new maintainer of Switch.
24222              Sync with the CPAN version of Switch 2.10.
24223      Branch: perl
24224            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
24225 ____________________________________________________________________________
24226 [ 22243] By: merijn                                on 2004/01/28  20:30:40
24227         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
24228              Date: Fri, 23 Jan 2004 09:36:27 -0600
24229              From: David Favor <david@davidfavor.com>
24230              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
24231              so no compilation stack limits are imposed.
24232      Branch: perl
24233            ! hints/aix.sh
24234 ____________________________________________________________________________
24235 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
24236         Log: Update perl591delta.pod with what we've done so far.
24237      Branch: perl
24238            ! pod/perl591delta.pod
24239 ____________________________________________________________________________
24240 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
24241         Log: Regenerate Changes.
24242              Only include changes from the perl branch.
24243      Branch: perl
24244            ! Changes
24245 ____________________________________________________________________________
24246 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
24247         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
24248              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
24249      Branch: perl
24250            ! ext/Storable/hints/linux.pl
24251 ____________________________________________________________________________
24252 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
24253         Log: More punctuation, good.
24254      Branch: perl
24255            ! pod/perlfunc.pod
24256 ____________________________________________________________________________
24257 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
24258         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
24259              From: Brendan O'Dea <bod@debian.org>
24260              Date: Sun, 25 Jan 2004 11:23:48 +1100
24261              Message-ID: <20040125002348.GA31407@londo.c47.org>
24262      Branch: perl
24263            ! pod/perlfunc.pod
24264 ____________________________________________________________________________
24265 [ 22227] By: davem                                 on 2004/01/26  23:53:06
24266         Log: Subject:  [PATCH] myconfig.SH
24267              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
24268              Date:  Sun, 25 Jan 2004 22:11:25 -0600
24269              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
24270
24271              make perl -V show the major release as 5 rather than 5.0
24272      Branch: perl
24273            ! myconfig.SH
24274 ____________________________________________________________________________
24275 [ 22224] By: merijn                                on 2004/01/26  22:10:13
24276         Log: Document change 22192
24277              We still need tests!
24278      Branch: perl
24279            ! lib/Exporter.pm
24280 ____________________________________________________________________________
24281 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
24282         Log: Subject: [PATCH] fix vmsish.t #25
24283              From: "Craig A. Berry" <craigberry@mac.com>
24284              Date: Sat, 24 Jan 2004 18:45:35 -0600
24285              Message-ID: <401311AF.1060706@mac.com>
24286      Branch: perl
24287            ! lib/vmsish.t
24288 ____________________________________________________________________________
24289 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
24290         Log: Merge dynamic perldelta from maint (22081)
24291              So now perldelta.pod is copied at build time from perl591delta.pod
24292              perl590delta.pod is as released to CPAN by Hugo
24293              Regen lots of makefiles, pods and the MANIFEST
24294      Branch: perl
24295            + pod/perl591delta.pod
24296           +> pod/perl590delta.pod
24297            - pod/perldelta.pod
24298            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
24299            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24300            ! win32/pod.mak
24301 ____________________________________________________________________________
24302 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
24303         Log: Remove the caveat about detached threads crashing on Windows
24304              (fixed by #22201). Bump up the version of threads.pm.
24305      Branch: perl
24306            ! ext/threads/threads.pm
24307 ____________________________________________________________________________
24308 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
24309         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
24310              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
24311      Branch: perl
24312            ! ext/Storable/t/threads.t
24313 ____________________________________________________________________________
24314 [ 22216] By: davem                                 on 2004/01/25  12:06:04
24315         Log: update MANIFEST for 2 new Storable test files introduced by 22205
24316      Branch: perl
24317            ! MANIFEST
24318 ____________________________________________________________________________
24319 [ 22215] By: davem                                 on 2004/01/25  12:00:04
24320         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
24321      Branch: perl
24322            ! t/op/closure.t
24323 ____________________________________________________________________________
24324 [ 22209] By: davem                                 on 2004/01/25  02:04:23
24325         Log: Remove small memory leak in newATTRSUB that manifested as a
24326              leaking scalar after the interpeter was cloned
24327      Branch: perl
24328            ! op.c
24329 ____________________________________________________________________________
24330 [ 22208] By: davem                                 on 2004/01/24  16:13:17
24331         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
24332              package's \%FIELDS, results in phash deprecation errors.
24333              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
24334              Date:  18 Jan 2004 15:15:46 -0000
24335              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
24336      Branch: perl
24337            ! lib/base.pm lib/base/t/fields-base.t
24338 ____________________________________________________________________________
24339 [ 22207] By: davem                                 on 2004/01/24  15:36:28
24340         Log: Subject:  Re: Doc patches for File::Find
24341              From:  Mark Jason Dominus <mjd@plover.com>
24342              Date:  Thu, 22 Jan 2004 09:30:58 -0500
24343              Message-Id:  <20040122143058.29226.qmail@plover.com>
24344
24345              Better document the fact that neither find() nor finddepth() do a
24346              breath-first search.
24347      Branch: perl
24348            ! lib/File/Find.pm
24349 ____________________________________________________________________________
24350 [ 22206] By: ams                                   on 2004/01/24  11:06:51
24351         Log: Subject: [PATCH] Storable-2.08/t/code.t
24352              From: Slaven Rezic <slaven@rezic.de>
24353              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
24354              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
24355      Branch: perl
24356            ! ext/Storable/t/code.t
24357 ____________________________________________________________________________
24358 [ 22205] By: ams                                   on 2004/01/24  11:03:36
24359         Log: Subject: [patch] make Storable thread-safe
24360              From: Stas Bekman <stas@stason.org>
24361              Date: Mon, 19 Jan 2004 00:20:02 -0800
24362              Message-Id: <400B9332.4070106@stason.org>
24363
24364              Subject: Re: Subroutine reference bug in Storable
24365              From: Slaven Rezic <slaven@rezic.de>
24366              Date: 14 Nov 2003 23:22:55 +0100
24367              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
24368
24369              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
24370              overload + cyclic structures
24371              From: Sam Vilain <sam@vilain.net>
24372              Date: Tue, 20 Jan 2004 22:30:15 +1300
24373              Message-Id: <200401202230.15865.sam@vilain.net>
24374      Branch: perl
24375            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
24376            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
24377            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24378            ! ext/Storable/t/code.t
24379 ____________________________________________________________________________
24380 [ 22204] By: ams                                   on 2004/01/24  08:59:11
24381         Log: Upgrade to Locale::Maketext 1.08.
24382      Branch: perl
24383            + lib/Locale/Maketext/t/06super.t
24384            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
24385            ! lib/Locale/Maketext/TPJ13.pod
24386 ____________________________________________________________________________
24387 [ 22203] By: davem                                 on 2004/01/23  23:06:49
24388         Log: make some t/op/write.t failures more verbose
24389      Branch: perl
24390            ! t/op/write.t
24391 ____________________________________________________________________________
24392 [ 22201] By: davem                                 on 2004/01/23  22:26:47
24393         Log: Subject:  Re: threads::shared::queue;
24394              From:  Jan Dubois <jand@ActiveState.com>
24395              Date:  Thu, 22 Jan 2004 19:18:46 -0800
24396              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
24397
24398              Avoid threads+win32 crash by freeing Perl interpreter slightly later
24399      Branch: perl
24400            ! ext/threads/threads.xs
24401 ____________________________________________________________________________
24402 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
24403         Log: test that use encoding; doesn't cause references to be stringified
24404      Branch: perl
24405            ! t/uni/chomp.t
24406 ____________________________________________________________________________
24407 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
24408         Log: Document chomp's travels in the wonderful world of use encoding;
24409      Branch: perl
24410            ! pod/perlfunc.pod
24411 ____________________________________________________________________________
24412 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
24413         Log: Check the return values of chomp
24414              (more tricky than it may seem, as the return value is unicode)
24415      Branch: perl
24416            ! t/uni/chomp.t
24417 ____________________________________________________________________________
24418 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
24419         Log: Test return values of all chomps
24420      Branch: perl
24421            ! t/op/chop.t
24422 ____________________________________________________________________________
24423 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
24424         Log: Subject: Re: [perl #24888] chomp ignores utf8
24425              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24426              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
24427              Date: Fri, 16 Jan 2004 04:13:00 +0900
24428      Branch: perl
24429            + t/uni/chomp.t
24430            ! MANIFEST doop.c t/op/chop.t
24431 ____________________________________________________________________________
24432 [ 22195] By: davem                                 on 2004/01/22  20:48:03
24433         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
24434              From: Steve Hay <steve.hay@uk.radan.com>
24435              Date: Thu, 22 Jan 2004 17:08:29 +0000
24436              Message-ID: <4010038D.4070104@uk.radan.com>
24437      Branch: perl
24438            + win32/makeico.pl win32/perlexe.rc
24439            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
24440 ____________________________________________________________________________
24441 [ 22194] By: davem                                 on 2004/01/22  00:24:51
24442         Log: C<use strict; print if foo> didn't give the
24443              "Bareword not allowed" error unless warnings were enabled
24444      Branch: perl
24445            ! op.c
24446 ____________________________________________________________________________
24447 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
24448         Log: Convert the older parts of op/bop.t over to test.pl
24449      Branch: perl
24450            ! t/op/bop.t
24451 ____________________________________________________________________________
24452 [ 22192] By: merijn                                on 2004/01/21  21:10:10
24453         Log: ':flock' not recognized unless it's first
24454              Exporter::Heavy now will treat :, /, and ! special in
24455              all arguments, not only if the _first_ arg starts with it
24456              Date: Wed, 21 Jan 2004 08:32:47 -0500
24457              Message-ID: <20040121133248.3359.qmail@plover.com>
24458      Branch: perl
24459            ! lib/Exporter/Heavy.pm
24460 ____________________________________________________________________________
24461 [ 22191] By: davem                                 on 2004/01/21  20:45:48
24462         Log: Subject:  PATCH for perl-5.8.4
24463              From:  "Edward S. Peschko" <esp5@pge.com>
24464              Date:  Mon, 19 Jan 2004 17:21:18 -0800
24465              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
24466
24467              Add @DynaLoader::dl_shared_objects feature
24468      Branch: perl
24469            ! ext/DynaLoader/DynaLoader_pm.PL
24470 ____________________________________________________________________________
24471 [ 22190] By: davem                                 on 2004/01/21  20:14:51
24472         Log: remove the platform dependencies of the write.t tests introduced
24473              by change #22161, by hard-coding the expected outputs rather
24474              than using sprintf('%f').
24475      Branch: perl
24476            ! t/op/write.t
24477 ____________________________________________________________________________
24478 [ 22189] By: davem                                 on 2004/01/20  22:41:14
24479         Log: Fix typo in patch #22188
24480      Branch: perl
24481            ! pod/perlfunc.pod
24482 ____________________________________________________________________________
24483 [ 22188] By: davem                                 on 2004/01/20  22:36:10
24484         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
24485              and %x too.
24486      Branch: perl
24487            ! pod/perlfunc.pod
24488 ____________________________________________________________________________
24489 [ 22187] By: davem                                 on 2004/01/20  22:27:50
24490         Log: "sub foo :unique" segfaults
24491
24492              Turn these two into compile-time errors until such time as
24493              someone thinks of a useful meaning for them:
24494              my $x : unique
24495              sub foo : unique
24496      Branch: perl
24497            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
24498 ____________________________________________________________________________
24499 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
24500         Log: Add a new test file for situations where threads may interfere.
24501              Subject: Re: "restricted hashes" hit again !
24502              From: Stas Bekman <stas@stason.org>
24503              Date: Tue, 23 Dec 2003 15:32:26 -0800
24504              Message-ID: <3FE8D08A.4090806@stason.org>
24505      Branch: perl
24506            + t/op/threads.t
24507            ! MANIFEST
24508 ____________________________________________________________________________
24509 [ 22185] By: davem                                 on 2004/01/20  21:01:08
24510         Log: Document CVf_UNIQUE flag better
24511      Branch: perl
24512            ! cv.h
24513 ____________________________________________________________________________
24514 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
24515         Log: Fix precedence errors and add some cleanup in the new
24516              DBM_Filter tests
24517      Branch: perl
24518            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
24519 ____________________________________________________________________________
24520 [ 22182] By: davem                                 on 2004/01/20  00:16:42
24521         Log: second attempt to fix [perl #24914] freeing a CV reference that was
24522              currently being executed caused coredumps. The dounwind called by
24523              die unwinds all the contexts on the context stack before unwinding
24524              the save stack.  To stop premature freeing of the CV, hold
24525              references to it on both stacks.
24526      Branch: perl
24527            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
24528 ____________________________________________________________________________
24529 [ 22181] By: davem                                 on 2004/01/19  23:41:37
24530         Log: change #22071 (taint bug in $^0) introduced a potential double
24531              free(), because PL_osname may get freed but not nulled if a taint
24532              test fails in between. Mea cupla and all that...
24533      Branch: perl
24534            ! mg.c
24535 ____________________________________________________________________________
24536 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
24537         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
24538              From: Gisle Aas <gisle@ActiveState.com>
24539              Date: 17 Jan 2004 01:29:02 -0800
24540              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
24541              (test rewritten to fit in blead)
24542      Branch: perl
24543            ! pp.c t/op/bop.t
24544 ____________________________________________________________________________
24545 [ 22179] By: merijn                                on 2004/01/19  21:36:48
24546         Log: Subject: [PATCH] dl_unload_file for HP-UX
24547              Date: Mon, 12 Jan 2004 07:49:44 -0800
24548              From: Neil Watkiss <neil.watkiss@sophos.com>
24549              Message-ID: <20040112154944.GA15412@ActiveState.com>
24550      Branch: perl
24551            ! ext/DynaLoader/dl_hpux.xs
24552 ____________________________________________________________________________
24553 [ 22177] By: merijn                                on 2004/01/19  16:11:22
24554         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
24555              See INSTALL for more details
24556      Branch: perl
24557            ! Configure
24558 ____________________________________________________________________________
24559 [ 22175] By: merijn                                on 2004/01/19  16:05:50
24560         Log: Describe how to limit the perl's default @INC during Configure
24561              to _not_ include older versions
24562      Branch: perl
24563            ! INSTALL
24564 ____________________________________________________________________________
24565 [ 22174] By: merijn                                on 2004/01/19  10:41:24
24566         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
24567              Date: Sun, 18 Jan 2004 12:51:23 -0600
24568              From: "Craig A. Berry" <craigberry@mac.com>
24569              Message-ID: <400AD5AB.3080708@mac.com>
24570      Branch: perl
24571            ! perlio.c
24572 ____________________________________________________________________________
24573 [ 22173] By: merijn                                on 2004/01/19  10:27:53
24574         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
24575              Date: Sun, 18 Jan 2004 17:03:30 -0600
24576              From: "Craig A. Berry" <craigberry@mac.com>
24577              Message-ID: <400B10C2.9060504@mac.com>
24578      Branch: perl
24579            ! configure.com
24580 ____________________________________________________________________________
24581 [ 22172] By: davem                                 on 2004/01/17  23:58:04
24582         Log: back out change #24914 "freeing a CV reference that was currently
24583              being executed caused coredumps".
24584              The new test case sometimes locks up linux's malloc, and with
24585              Perl's malloc the test code still coredumps :-(
24586      Branch: perl
24587            ! perl.c scope.c scope.h sv.c t/op/closure.t
24588 ____________________________________________________________________________
24589 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
24590         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
24591              From: "Green, Paul" <Paul.Green@stratus.com>
24592              Date: Thu, 15 Jan 2004 16:00:15 -0500
24593              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
24594      Branch: perl
24595            ! README.vos hv.c pp_pack.c vos/Changes
24596 ____________________________________________________________________________
24597 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
24598         Log: Subject: Re: open/or inconsistency
24599              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24600              Date: Sat, 17 Jan 2004 19:59:55 +0900
24601              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
24602              (plus a test.)
24603              Don't produce the warning for constructs like
24604              open my $fh, $file or die;
24605      Branch: perl
24606            ! op.c t/lib/warnings/op
24607 ____________________________________________________________________________
24608 [ 22169] By: davem                                 on 2004/01/17  18:02:31
24609         Log: Subject:  Perl core dumps when running out of memory [PATCH]
24610              From:  Gisle Aas <gisle@ActiveState.com>
24611              Date:  17 Jan 2004 06:18:13 -0800
24612              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
24613
24614              Display 'out of memeory' errors using low-level I/O to avoid
24615              recursive failure and so coredumps.
24616      Branch: perl
24617            ! util.c
24618 ____________________________________________________________________________
24619 [ 22168] By: davem                                 on 2004/01/17  17:38:21
24620         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
24621              Subject: [PATCH ] Enhanced DBM Filters
24622              Date: Sat, 17 Jan 2004 16:44:53 -0000
24623              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
24624
24625              add DBM_Filter
24626      Branch: perl
24627            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
24628            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
24629            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
24630            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
24631            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
24632            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
24633            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
24634            + lib/dbm_filter_util.pl
24635            ! MANIFEST
24636 ____________________________________________________________________________
24637 [ 22167] By: davem                                 on 2004/01/17  16:12:32
24638         Log: freeing a CV reference that was currently being
24639              executed caused coredumps
24640      Branch: perl
24641            ! perl.c scope.c scope.h sv.c t/op/closure.t
24642 ____________________________________________________________________________
24643 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
24644         Log: Integrate final perl583delta
24645      Branch: perl
24646           !> pod/perl583delta.pod
24647 ____________________________________________________________________________
24648 [ 22163] By: davem                                 on 2004/01/16  19:24:14
24649         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
24650              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
24651              Date:  Thu, 15 Jan 2004 14:10:37 -0800
24652              Message-Id:  <20040115221037.GA2392@efn.org>
24653
24654              Add sv_2iv_flags() to allow magic to be optionally processed.
24655      Branch: perl
24656            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
24657            ! proto.h sv.c sv.h t/op/bop.t
24658 ____________________________________________________________________________
24659 [ 22162] By: davem                                 on 2004/01/16  16:39:17
24660         Log: format bug with undefined _TOP
24661              name of format_TOP now derived from the name of the current
24662              filehandle rather then the name of the  format associetd with that
24663              handle
24664      Branch: perl
24665            ! pp_sys.c t/op/write.t
24666 ____________________________________________________________________________
24667 [ 22161] By: davem                                 on 2004/01/16  13:29:26
24668         Log: Subject: [PATCH] format/write (version 2)
24669              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
24670              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
24671
24672              Fixes and additions to formats:
24673
24674              Improvement: NULL chars in picture line
24675              Bugfix: C<@*> shown in output if not alone on a line
24676              New feature: C<^*> for variable-width, one-line-at-a-time text
24677              Improvement: Diagnostic on C<@#> and C<~~>
24678              Bugfix: Segmentation fault on big numbers
24679              Improvement (maybe): Truncation of numbers produces misleading output
24680              Bugfix: "}" terminates format
24681              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
24682      Branch: perl
24683            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
24684            ! pp_ctl.c proto.h t/op/write.t toke.c
24685 ____________________________________________________________________________
24686 [ 22160] By: davem                                 on 2004/01/15  23:49:02
24687         Log: buigid #24905 - the code planted to call glob() retained an
24688              extraneous targ index in a pushmark op, leasing to strangeness
24689              when the op was freed
24690      Branch: perl
24691            ! op.c
24692 ____________________________________________________________________________
24693 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
24694         Log: Upgrade to Time::HiRes 1.55
24695      Branch: perl
24696            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24697            ! ext/Time/HiRes/HiRes.xs
24698 ____________________________________________________________________________
24699 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
24700         Log: Make chomp heed the utf8 flags on the target string and $/
24701              [Fixes #24888]
24702              More work still needed to make chomp heed the encoding pragma.
24703      Branch: perl
24704            ! doop.c t/op/chop.t
24705 ____________________________________________________________________________
24706 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
24707         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
24708              [Forgot to do this as part of the integration]
24709      Branch: perl
24710            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
24711            ! vms/descrip_mms.template win32/pod.mak
24712 ____________________________________________________________________________
24713 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
24714         Log: Integrate:
24715              [ 22143]
24716              We're planning on making history today. Mind you, not that much -
24717              only 1 line.
24718
24719              perl583delta.pod
24720      Branch: perl
24721           +> pod/perl583delta.pod
24722            ! MANIFEST
24723           !> pod/perlhist.pod
24724 ____________________________________________________________________________
24725 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
24726         Log: Bump version number as file has changed since 5.8.2
24727      Branch: perl
24728            ! lib/File/Find.pm
24729 ____________________________________________________________________________
24730 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
24731         Log: Subject:  Doc patches for File::Find
24732              From:  Andy Lester <andy@petdance.com>
24733              Date:  Mon, 12 Jan 2004 00:10:50 -0600
24734              Message-Id:  <20040112061050.GB7308@petdance.com>
24735      Branch: perl
24736            ! lib/File/Find.pm
24737 ____________________________________________________________________________
24738 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
24739         Log: Assimilate CGI 3.03
24740      Branch: perl
24741            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
24742 ____________________________________________________________________________
24743 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
24744         Log: Add VMS to the list of "don't fork" OSes
24745              [In the most simple way possible. Fix this properly post 5.8.3
24746              to use $Config{d_fork} or something more robust]
24747      Branch: perl
24748            ! ext/threads/shared/t/wait.t
24749 ____________________________________________________________________________
24750 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
24751         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
24752              From: Tels <perl_dummy@bloodgate.com>
24753              Date: Tue, 13 Jan 2004 19:28:48 +0100
24754              Message-Id: <200401131928.50247@bloodgate.com>
24755      Branch: perl
24756            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24757            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
24758            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24759            ! lib/Math/BigInt/t/sub_mbi.t
24760 ____________________________________________________________________________
24761 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
24762         Log: MANIFEST adjustment.
24763      Branch: perl
24764            ! MANIFEST
24765 ____________________________________________________________________________
24766 [ 22126] By: ams                                   on 2004/01/13  07:16:33
24767         Log: Upgrade to Locale::Maketext 1.07.
24768      Branch: perl
24769            + lib/Locale/Maketext/t/04super.t
24770            + lib/Locale/Maketext/t/05super.t
24771            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24772            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24773 ____________________________________________________________________________
24774 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
24775         Log: Document usage of $_ and pos() inside /(?{...})/.
24776              (see change #2367.)
24777      Branch: perl
24778            ! pod/perlre.pod
24779 ____________________________________________________________________________
24780 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
24781         Log: Upgrade to MIME::Base64 2.23.
24782      Branch: perl
24783            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24784            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
24785 ____________________________________________________________________________
24786 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
24787         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
24788              From: Robin Barker <Robin.Barker@npl.co.uk>
24789              Date: Thu, 8 Jan 2004 16:21:25 -0000
24790              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
24791      Branch: perl
24792            ! handy.h
24793 ____________________________________________________________________________
24794 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
24795         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
24796              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
24797              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
24798              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
24799      Branch: perl
24800            ! ext/threads/shared/t/wait.t
24801 ____________________________________________________________________________
24802 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
24803         Log: use sv_setpvn rather than sv_setpv and save a strlen()
24804      Branch: perl
24805            ! doop.c
24806 ____________________________________________________________________________
24807 [ 22120] By: merijn                                on 2004/01/12  13:04:42
24808         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
24809              From: Gisle Aas <gisle@ActiveState.com>
24810              Date: 12 Jan 2004 02:35:27 -0800
24811              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
24812      Branch: perl
24813            ! Configure
24814 ____________________________________________________________________________
24815 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
24816         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
24817              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24818              Date: Mon, 12 Jan 2004 11:19:37 +0900
24819              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
24820      Branch: perl
24821            ! doop.c t/op/join.t
24822 ____________________________________________________________________________
24823 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
24824         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
24825              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
24826              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
24827              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
24828      Branch: perl
24829            ! ext/threads/shared/t/wait.t
24830 ____________________________________________________________________________
24831 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
24832         Log: Regenerate win32/Makefile and win32/makefile.mk after
24833
24834              Integrate:
24835              [ 22081]
24836              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
24837              a copy to be made at build time.
24838
24839              [ 22111]
24840              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
24841              From: Abe Timmerman <abe@ztreet.demon.nl>
24842              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
24843              Date: Sun, 11 Jan 2004 18:13:40 +0100
24844
24845              plus revert 22092 and 22080
24846      Branch: perl
24847            ! pod.lst win32/Makefile win32/makefile.mk
24848           !> pod/buildtoc
24849 ____________________________________________________________________________
24850 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
24851         Log: Upgrade to Cwd 2.14.
24852      Branch: perl
24853            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
24854 ____________________________________________________________________________
24855 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
24856         Log: Upgrade to Math::BigRat 0.11
24857
24858              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
24859              From: Tels <perl_dummy@bloodgate.com>
24860              Date: Wed, 7 Jan 2004 18:30:06 +0100
24861              Message-Id: <200401071830.07445@bloodgate.com>
24862      Branch: perl
24863            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
24864            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
24865 ____________________________________________________________________________
24866 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
24867         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
24868              From: Steve Hay <steve.hay@uk.radan.com>
24869              Date: Wed, 07 Jan 2004 13:22:30 +0000
24870              Message-ID: <3FFC0816.9090406@uk.radan.com>
24871
24872              (and increment version number in Carp)
24873      Branch: perl
24874            ! lib/Carp.pm lib/Carp/Heavy.pm
24875 ____________________________________________________________________________
24876 [ 22108] By: adi                                   on 2004/01/10  21:33:59
24877         Log: documentation nit
24878      Branch: perl
24879            ! pod/perlop.pod
24880 ____________________________________________________________________________
24881 [ 22107] By: adi                                   on 2004/01/10  20:19:09
24882         Log: nit to Bytecode - the av_extend opcode wasn't saved when
24883              the array had AvFILL == 0
24884      Branch: perl
24885            ! ext/B/B/Assembler.pm
24886 ____________________________________________________________________________
24887 [ 22106] By: adi                                   on 2004/01/10  20:16:03
24888         Log: still problems with backreferences + reverse cloning
24889              after #21936 - the weak reference may live on the pad.
24890      Branch: perl
24891            ! sv.c
24892 ____________________________________________________________________________
24893 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
24894         Log: Bah. Makefile.PL still tests the sub-MANIFEST
24895      Branch: perl
24896            ! ext/Storable/MANIFEST
24897 ____________________________________________________________________________
24898 [ 22103] By: davem                                 on 2004/01/09  12:20:38
24899         Log: temporarily backout test of thread returning a closure. It crashes
24900              win32.
24901      Branch: perl
24902            ! ext/threads/t/problems.t
24903 ____________________________________________________________________________
24904 [ 22102] By: davem                                 on 2004/01/08  22:32:28
24905         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
24906              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
24907
24908              Returning a closure from a thread (via join) could mess up because
24909              pointers to PL_sv_undef weren't rejigged to point at the joiner's
24910              version of PL_sv_undef. Also, the closure's CvGV got cloned too
24911              but never freed, since CvGV isn't refcounted.
24912      Branch: perl
24913            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
24914 ____________________________________________________________________________
24915 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
24916         Log: perl582delta.pod was not in the MANIFEST.
24917      Branch: perl
24918            ! MANIFEST
24919 ____________________________________________________________________________
24920 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
24921         Log: Integrate:
24922              [ 22093]
24923              Graham says that the search.cpan.org pod finder hashes on name
24924              The 4 files all thinking they are perldelta.pod confuses it.
24925      Branch: perl
24926           +> pod/perl582delta.pod
24927           !> pod/perl581delta.pod pod/perl58delta.pod
24928 ____________________________________________________________________________
24929 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
24930         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
24931              From: Abigail <abigail@abigail.nl>
24932              Message-ID: <20040107230027.GC393@abigail.nl>
24933              Date: Thu, 8 Jan 2004 00:00:27 +0100
24934      Branch: perl
24935            ! pod/perlhist.pod
24936 ____________________________________________________________________________
24937 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
24938         Log: [Integrate]
24939              22088 22089 22090 (datestamp corrections - let's see if this really
24940              works)
24941      Branch: perl
24942           !> (integrate 35 files)
24943 ____________________________________________________________________________
24944 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
24945         Log: Hardcoded numerical flag masks. Bad.
24946      Branch: perl
24947            ! doop.c
24948 ____________________________________________________________________________
24949 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
24950         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
24951              so that re will build properly on Win32. Thanks to Steve Hay for
24952              trying COW and finding the problems.
24953      Branch: perl
24954            ! embed.fnc embed.h
24955 ____________________________________________________________________________
24956 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
24957         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
24958      Branch: perl
24959            + t/run/switch0.t
24960            ! MANIFEST perl.c
24961 ____________________________________________________________________________
24962 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
24963         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
24964              like this pre 5.8.1, I suspect that no-one has used it recently.
24965      Branch: perl
24966            ! win32/makefile.mk
24967 ____________________________________________________________________________
24968 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
24969         Log: The TODO tag should be included also when a TODO test succeeds,
24970              so it's reported by the test harness
24971      Branch: perl
24972            ! t/op/write.t
24973 ____________________________________________________________________________
24974 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
24975         Log: This TODO test seems to pass now.
24976      Branch: perl
24977            ! t/op/write.t
24978 ____________________________________________________________________________
24979 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
24980         Log: Some of the bitwise manipulation PP functions weren't checking
24981              whether their arguments were magical before using them.
24982              (bug [#24816]).
24983      Branch: perl
24984            ! pp.c
24985 ____________________________________________________________________________
24986 [ 22071] By: davem                                 on 2004/01/05  22:17:04
24987         Log: [perl #24674]
24988              stop $^O getting tainted on read access, and disallow tainted
24989              assignment to it
24990      Branch: perl
24991            ! mg.c t/op/taint.t
24992 ____________________________________________________________________________
24993 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
24994         Log: Some mandatory syntax warnings emitted by the lexer weren't
24995              disableable (bug [perl #24815]).
24996      Branch: perl
24997            ! pod/perldiag.pod t/lib/warnings/toke toke.c
24998 ____________________________________________________________________________
24999 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
25000         Log: Change the flag logic in buildtoc
25001      Branch: perl
25002            ! pod.lst pod/buildtoc
25003 ____________________________________________________________________________
25004 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
25005         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
25006      Branch: perl
25007            ! pod/buildtoc
25008 ____________________________________________________________________________
25009 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
25010         Log: Subject: [PATCH] skip num.t #47 on VMS
25011              From: "Craig A. Berry" <craigberry@mac.com>
25012              Date: Sun, 04 Jan 2004 23:16:26 -0600
25013              Message-ID: <3FF8F32A.5000108@mac.com>
25014      Branch: perl
25015            ! t/base/num.t
25016 ____________________________________________________________________________
25017 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
25018         Log: Subject: [PATCH configure.com] future-proof signal check
25019              From: "Craig A. Berry" <craigberry@mac.com>
25020              Date: Sun, 04 Jan 2004 22:53:40 -0600
25021              Message-ID: <3FF8EDD4.3080308@mac.com>
25022      Branch: perl
25023            ! configure.com
25024 ____________________________________________________________________________
25025 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
25026         Log: Upgrade to Cwd 2.13
25027      Branch: perl
25028            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
25029 ____________________________________________________________________________
25030 [ 22055] By: davem                                 on 2004/01/04  19:34:36
25031         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
25032              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25033              Date: Fri, 2 Jan 2004 11:31:46 +0100
25034              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
25035
25036              eval of of a truncated format should fail
25037      Branch: perl
25038            ! t/op/write.t toke.c
25039 ____________________________________________________________________________
25040 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
25041         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
25042      Branch: perl
25043            ! lib/PerlIO/via/QuotedPrint.pm
25044 ____________________________________________________________________________
25045 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
25046         Log: Upgrade to Time::HiRes 1.54
25047      Branch: perl
25048            + ext/Time/HiRes/hints/solaris.pl
25049            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25050            ! ext/Time/HiRes/HiRes.xs
25051 ____________________________________________________________________________
25052 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
25053         Log: No matter how hard you proof read it, something always slips through.
25054      Branch: perl
25055            ! ext/Storable/ChangeLog
25056 ____________________________________________________________________________
25057 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
25058         Log: Fix minor problems with the CPAN release
25059              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
25060              2: Ship the linux hints file
25061              3: Ship Test::More for the benefit of Perls pre 5.6.2
25062              4: Correct Makefile.PL to install in core for 5.8.0 and later
25063      Branch: perl
25064            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
25065            ! ext/Storable/Makefile.PL ext/Storable/README
25066            ! ext/Storable/Storable.pm
25067 ____________________________________________________________________________
25068 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
25069         Log: Tidy up change #18751, so that the second parameter to unpack()
25070              defaults to $_ at compile-time, instead of run-time (like all
25071              other primitives that default to $_).
25072      Branch: perl
25073            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
25074 ____________________________________________________________________________
25075 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
25076         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
25077              documentaiton, update Arthur's e-mail address
25078      Branch: perl
25079            ! ext/threads/threads.pm
25080 ____________________________________________________________________________
25081 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
25082         Log: Use the optimization level -O2 by default on Linux/gcc.
25083              See :
25084              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
25085              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25086              Date: Thu, 1 Jan 2004 05:32:15 +0100
25087              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
25088      Branch: perl
25089            ! hints/linux.sh
25090 ____________________________________________________________________________
25091 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
25092         Log: Update debugger version number and Changes file
25093      Branch: perl
25094            ! lib/perl5db.pl
25095 ____________________________________________________________________________
25096 [ 22037] By: davem                                 on 2004/01/01  23:22:10
25097         Log: addition to 22036 (document SUPER better): superclass may be plural
25098      Branch: perl
25099            ! pod/perlbot.pod pod/perlobj.pod
25100 ____________________________________________________________________________
25101 [ 22036] By: davem                                 on 2004/01/01  22:23:11
25102         Log: Document the quirks of SUPER, especially the fact that it it
25103              relative to the current package and not to the invoking object.
25104      Branch: perl
25105            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
25106            ! pod/perltoot.pod
25107 ____________________________________________________________________________
25108 [ 22034] By: davem                                 on 2004/01/01  19:58:08
25109         Log: Fix bug #24383, where hashes with the :unique attribute weren't
25110              getting made readonly on interpreter clone. Also, remove the
25111              :unique attribute from the hashes in warnings.pm, since they may
25112              later be modified by warnings::register.  Finally, adds tests for
25113              the :unique attribute.
25114      Branch: perl
25115            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
25116 ____________________________________________________________________________
25117 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
25118         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
25119              From: Dorner Thomas <tdorner@amadeus.net>
25120              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
25121              Date: Fri, 19 Dec 2003 07:16:47 +0100
25122      Branch: perl
25123            ! t/io/utf8.t t/op/pat.t
25124 ____________________________________________________________________________
25125 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
25126         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
25127              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
25128              Date: Thu, 18 Dec 2003 14:10:29 -0800
25129              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
25130      Branch: perl
25131            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
25132            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
25133            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
25134 ____________________________________________________________________________
25135 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
25136         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
25137      Branch: perl
25138            ! pod/perlunicode.pod
25139 ____________________________________________________________________________
25140 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
25141         Log: Document that detached threads aren't supported on Windows yet.
25142      Branch: perl
25143            ! ext/threads/threads.pm
25144 ____________________________________________________________________________
25145 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
25146         Log: Upgrade to Getopt::Long 2.34_01
25147      Branch: perl
25148            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
25149 ____________________________________________________________________________
25150 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
25151         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
25152              beautiful clean run of OKs. You are all getting a clean run of OKs,
25153              aren't you?
25154      Branch: perl
25155            ! lib/Test/Harness/t/00compile.t
25156 ____________________________________________________________________________
25157 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
25158         Log: Subject: [PATCH] "piconv -C 512" badly broken
25159              From: Autrijus Tang <autrijus@autrijus.org>
25160              Message-Id: <1072870210.769.5.camel@localhost>
25161              Date: Wed, 31 Dec 2003 19:30:10 +0800
25162      Branch: perl
25163            ! ext/Encode/bin/piconv
25164 ____________________________________________________________________________
25165 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
25166         Log: Upgrade to Test::Harness 2.40.
25167      Branch: perl
25168            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25169            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25170            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
25171            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25172            ! lib/Test/Harness/t/prove-switches.t
25173            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25174            ! lib/Test/Harness/t/test-harness.t
25175 ____________________________________________________________________________
25176 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
25177         Log: C++ comments, bad.
25178      Branch: perl
25179            ! ext/Cwd/Cwd.xs
25180 ____________________________________________________________________________
25181 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
25182         Log: Bump VERSION numbers
25183      Branch: perl
25184            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
25185            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
25186            ! lib/diagnostics.pm
25187 ____________________________________________________________________________
25188 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
25189         Log: A patch for Test::Harness on VMS by Craig Berry
25190              (see RT CPAN bug #4745)
25191      Branch: perl
25192            ! lib/Test/Harness/Straps.pm
25193 ____________________________________________________________________________
25194 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
25195         Log: Subject: more uni doc tweakage
25196              From: Jarkko Hietaniemi <jhi@iki.fi>
25197              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
25198              Date: Tue, 30 Dec 2003 15:37:55 +0200
25199
25200              Subject: one more pod fix
25201              From: Jarkko Hietaniemi <jhi@iki.fi>
25202              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
25203              Date: Tue, 30 Dec 2003 15:56:41 +0200
25204      Branch: perl
25205            ! lib/PerlIO.pm pod/perlunicode.pod
25206 ____________________________________________________________________________
25207 [ 22009] By: davem                                 on 2003/12/30  17:14:44
25208         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
25209      Branch: perl
25210            ! pod/perlrun.pod
25211 ____________________________________________________________________________
25212 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
25213         Log: Upgrade to Math::BigInt 1.68.
25214      Branch: perl
25215            + lib/Math/BigInt/t/bigroot.t
25216            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25217            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
25218            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
25219            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
25220            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
25221 ____________________________________________________________________________
25222 [ 22005] By: davem                                 on 2003/12/30  15:07:50
25223         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
25224              heuristics for calculating buffer size needed to compile a format
25225              didn't allow for \0
25226      Branch: perl
25227            ! pp_ctl.c t/op/write.t
25228 ____________________________________________________________________________
25229 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
25230         Log: Add a regression test for bug #24762
25231      Branch: perl
25232            ! t/comp/parser.t
25233 ____________________________________________________________________________
25234 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
25235         Log: Updates the notes about byacc in pumpkin.pod.
25236      Branch: perl
25237            ! Porting/pumpkin.pod
25238 ____________________________________________________________________________
25239 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
25240         Log: Bump up UNIVERSAL's version to 1.02
25241              (due to fix #21418)
25242      Branch: perl
25243            ! lib/UNIVERSAL.pm
25244 ____________________________________________________________________________
25245 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
25246         Log: Add Mike Pomraning
25247      Branch: perl
25248            ! AUTHORS
25249 ____________________________________________________________________________
25250 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
25251         Log: Update the README and Changes files for Switch 2.10
25252      Branch: perl
25253            ! lib/Switch/Changes lib/Switch/README
25254 ____________________________________________________________________________
25255 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
25256         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
25257      Branch: perl
25258            ! lib/Switch.pm
25259 ____________________________________________________________________________
25260 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
25261         Log: Windows hasn't getuid/setuid and friends.
25262              Therefore disable the code related to them in POSIX.xs.
25263
25264              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
25265              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25266              Date: Mon, 29 Dec 2003 04:51:19 +0100
25267              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
25268      Branch: perl
25269            ! ext/POSIX/POSIX.xs
25270 ____________________________________________________________________________
25271 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
25272         Log: Subject: [PATCH] win32_chsize buglet
25273              From: "Kevin Chase" <kevincha99@hotmail.com>
25274              Date: Sun, 28 Dec 2003 15:48:56 -0800
25275              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
25276      Branch: perl
25277            ! win32/win32.c
25278 ____________________________________________________________________________
25279 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
25280         Log: Upgrade to Encode 1.99.
25281      Branch: perl
25282            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
25283            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
25284            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
25285            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
25286            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
25287            ! ext/Encode/ucm/macHebrew.ucm
25288 ____________________________________________________________________________
25289 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
25290         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
25291      Branch: perl
25292            ! win32/win32.c
25293 ____________________________________________________________________________
25294 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
25295         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
25296              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
25297              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
25298              Date: Thu, 25 Sep 2003 21:49:07 +0000
25299      Branch: perl
25300            ! dosish.h win32/win32.c win32/win32sck.c
25301 ____________________________________________________________________________
25302 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
25303         Log: Regenerate the perly.c patch for byacc output painless fixing
25304      Branch: perl
25305            ! perly_c.diff
25306 ____________________________________________________________________________
25307 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
25308         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
25309      Branch: perl
25310            ! perly.c perly.y vms/perly_c.vms
25311 ____________________________________________________________________________
25312 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
25313         Log: Subject: Cross compilation patches for arm.
25314              From: Redvers Davies <red@criticalintegration.com>
25315              Message-Id: <1072098653.4789.6.camel@ragefire>
25316              Date: Mon, 22 Dec 2003 08:11:34 -0500
25317      Branch: perl
25318            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
25319            ! Cross/config.sh-arm-linux Cross/installperl.patch
25320 ____________________________________________________________________________
25321 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
25322         Log: Fix bug [perl #24735] : make sure that the range (..) operator
25323              treats an undefined argument as 0 for numerical ranges and as ""
25324              for magical string ranges.
25325      Branch: perl
25326            ! pp_ctl.c t/op/range.t
25327 ____________________________________________________________________________
25328 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
25329         Log: Subject: PATCH:  *DB*_File
25330              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25331              Date: Sat, 27 Dec 2003 20:02:30 -0000
25332              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
25333      Branch: perl
25334            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
25335            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
25336            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
25337            ! ext/DB_File/typemap ext/GDBM_File/typemap
25338            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
25339            ! ext/SDBM_File/typemap
25340 ____________________________________________________________________________
25341 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
25342         Log: Straggler from Cwd
25343      Branch: perl
25344            + ext/Cwd/Changes
25345 ____________________________________________________________________________
25346 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
25347         Log: Straggler from Unicode::Collate.
25348              We need to automate this.
25349              For some value of we. (tr/w/m/ I suspect)
25350      Branch: perl
25351            + lib/Unicode/Collate/t/rearrang.t
25352 ____________________________________________________________________________
25353 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
25354         Log: Assimilate Unicode::Collate 0.33
25355      Branch: perl
25356            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
25357            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25358            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
25359            ! lib/Unicode/Collate/t/contract.t
25360            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
25361            ! lib/Unicode/Collate/t/version.t
25362 ____________________________________________________________________________
25363 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
25364         Log: Assimilate PodParser-1.26
25365      Branch: perl
25366            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
25367            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
25368            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
25369            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
25370 ____________________________________________________________________________
25371 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
25372         Log: Assimilate File::Spec 0.87
25373      Branch: perl
25374            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
25375 ____________________________________________________________________________
25376 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
25377         Log: Assimilate Digest 1.05
25378      Branch: perl
25379            ! lib/Digest.pm lib/Digest/t/digest.t
25380 ____________________________________________________________________________
25381 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
25382         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
25383              21646 was only applied to core (must punt this back and thereby unfork)
25384              Need to fix test boilerplate properly for PERL_CORE
25385      Branch: perl
25386            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
25387            ! ext/Cwd/t/taint.t lib/Cwd.pm
25388 ____________________________________________________________________________
25389 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
25390         Log: Subject: [PATCH] Remove Win32 compiler warnings
25391              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25392              Date: Sat, 27 Dec 2003 17:39:20 +0100
25393              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
25394      Branch: perl
25395            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
25396 ____________________________________________________________________________
25397 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
25398         Log: Allow overriding of the p4 settings via environment variables
25399              Make regexp more robust to parse FreeBSD's patch output
25400      Branch: perl
25401            ! Porting/apply
25402 ____________________________________________________________________________
25403 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
25404         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
25405              From: Slaven Rezic <slaven@rezic.de>
25406              Date: 01 May 2003 21:28:10 +0200
25407              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
25408      Branch: perl
25409            ! lib/FindBin.pm lib/FindBin.t
25410 ____________________________________________________________________________
25411 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
25412         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
25413              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25414              Date: Sat, 27 Dec 2003 02:48:19 +0100
25415              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
25416      Branch: perl
25417            ! sv.c
25418 ____________________________________________________________________________
25419 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
25420         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
25421              as I'm going to integrate the core patch
25422      Branch: perl
25423            ! ext/List/Util/t/weak.t
25424 ____________________________________________________________________________
25425 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
25426         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
25427              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25428              Date: Fri, 26 Dec 2003 02:47:09 +0100
25429              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
25430      Branch: perl
25431            ! sv.c
25432 ____________________________________________________________________________
25433 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
25434         Log: Refactor the code that checks whether a range is numeric
25435              or string-magical.
25436      Branch: perl
25437            ! pp_ctl.c
25438 ____________________________________________________________________________
25439 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
25440         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
25441              This fixes building SDBM_File on AIX.
25442      Branch: perl
25443            ! ext/SDBM_File/sdbm/Makefile.PL
25444 ____________________________________________________________________________
25445 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
25446         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
25447              update the perl variables PL_uid and PL_euid (resp. PL_gid
25448              and PL_egid) with the new values.
25449      Branch: perl
25450            ! ext/POSIX/POSIX.xs
25451 ____________________________________________________________________________
25452 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
25453         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
25454              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
25455              Date: Thu, 18 Dec 2003 12:30:06 -0800
25456              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
25457      Branch: perl
25458            ! config_h.SH
25459 ____________________________________________________________________________
25460 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
25461         Log: Subject: BigInt v1.68 - pre-release
25462              From: Tels <perl_dummy@bloodgate.com>
25463              Date: Tue, 23 Dec 2003 01:09:23 +0100
25464              Message-Id: <200312230106.27661@bloodgate.com>
25465      Branch: perl
25466            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
25467            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
25468            + lib/Math/BigInt/t/sub_ali.t
25469            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25470            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
25471            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25472            ! lib/Math/BigInt/t/upgrade.inc
25473 ____________________________________________________________________________
25474 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
25475         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
25476              From: Fergal Daly <fergal@esatclear.ie>
25477              Date: Tue, 2 Dec 2003 23:18:18 +0000
25478              Message-Id: <200312022318.18353.fergal@esatclear.ie>
25479
25480              (tweaked so the test is skipped on perls < 5.9.0)
25481      Branch: perl
25482            ! ext/List/Util/t/weak.t sv.c
25483 ____________________________________________________________________________
25484 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
25485         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
25486              From:  PPrymmer@factset.com
25487              Date:  Tue, 23 Dec 2003 17:27:44 -0500
25488              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
25489      Branch: perl
25490            ! README.vms
25491 ____________________________________________________________________________
25492 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
25493         Log: Subject: [patch t/test.pl] comment fix
25494              From: Stas Bekman <stas@stason.org>
25495              Message-ID: <3FE8C65A.4060708@stason.org>
25496              Date: Tue, 23 Dec 2003 14:48:58 -0800
25497      Branch: perl
25498            ! t/test.pl
25499 ____________________________________________________________________________
25500 [ 21951] By: adi                                   on 2003/12/22  23:22:12
25501         Log: re-fix [perl #24508] without speed regression.
25502              keep an eye on this.
25503      Branch: perl
25504            ! op.c opcode.h opcode.pl
25505 ____________________________________________________________________________
25506 [ 21950] By: adi                                   on 2003/12/22  23:19:25
25507         Log: sanitize some macros - based on Chip Salzenberg suggestions and
25508              on the way GNU people use the gcc-ish 'blocks in parens'
25509      Branch: perl
25510            ! XSUB.h sv.h
25511 ____________________________________________________________________________
25512 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
25513         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
25514              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
25515              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
25516              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
25517      Branch: perl
25518            ! ext/threads/shared/shared.xs
25519 ____________________________________________________________________________
25520 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
25521         Log: Subject:  doc nits
25522              From:  Jarkko Hietaniemi <jhi@iki.fi>
25523              Date:  Mon, 22 Dec 2003 21:57:34 +0200
25524              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
25525      Branch: perl
25526            ! pod/perltodo.pod pod/perlunicode.pod
25527 ____________________________________________________________________________
25528 [ 21944] By: merijn                                on 2003/12/22  10:13:43
25529         Log: Subject: [PATCH] configure.com archname tweak
25530              From: "Craig A. Berry" <craigberry@mac.com>
25531              Date: Sun, 21 Dec 2003 23:07:13 -0600
25532              Message-ID: <3FE67C01.1000704@mac.com>
25533      Branch: perl
25534            ! configure.com
25535 ____________________________________________________________________________
25536 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
25537         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
25538              From: Mike Guy <mjtg@cam.ac.uk>
25539              Date: Fri, 19 Dec 2003 17:17:11 +0000
25540              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
25541      Branch: perl
25542            ! pod/perlsec.pod
25543 ____________________________________________________________________________
25544 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
25545         Log: Fix a side-effect of bug #24674 in the perl debugger.
25546
25547              Subject: [perl #24674] 5.x odd taint bug
25548              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
25549              Date: 16 Dec 2003 15:03:24 -0000
25550              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
25551      Branch: perl
25552            ! lib/perl5db.pl
25553 ____________________________________________________________________________
25554 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
25555         Log: Subject: Perl 5.8.3 patches from the BS2000 port
25556              From: Dorner Thomas <tdorner@amadeus.net>
25557              Date: Wed, 17 Dec 2003 15:41:17 +0100
25558              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
25559      Branch: perl
25560            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
25561 ____________________________________________________________________________
25562 [ 21937] By: adi                                   on 2003/12/20  21:37:03
25563         Log: after back-references, restricted hashes.
25564              see http://nntp.perl.org/group/perl.perl5.porters/86497
25565              this is hopefully only a temporary solution.
25566      Branch: perl
25567            ! perl.c
25568 ____________________________________________________________________________
25569 [ 21936] By: adi                                   on 2003/12/20  21:32:37
25570         Log: fix [perl #24660], [perl #24663].
25571      Branch: perl
25572            ! mg.c sv.c
25573 ____________________________________________________________________________
25574 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
25575         Log: Upgrade to Time::Local 1.07_94
25576      Branch: perl
25577            ! lib/Time/Local.pm lib/Time/Local.t
25578 ____________________________________________________________________________
25579 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
25580         Log: Subject: [PATCH] OpenVMS I64 support
25581              From: "Craig A. Berry" <craigberry@mac.com>
25582              Message-ID: <3FE2441F.2070603@mac.com>
25583              Date: Thu, 18 Dec 2003 18:19:43 -0600
25584      Branch: perl
25585            ! configure.com vms/gen_shrfls.pl
25586 ____________________________________________________________________________
25587 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
25588         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
25589              <20031220124854.GA1265@ratsnest.hole> )
25590      Branch: perl
25591            ! hv.c
25592 ____________________________________________________________________________
25593 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
25594         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
25595              Configure test for troublesome gconvert(), so for now simply avoid
25596              the optimisation that calls gconvert() in this case.
25597      Branch: perl
25598            ! sv.c
25599 ____________________________________________________________________________
25600 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
25601         Log: Upgrade to CGI.pm 3.01
25602      Branch: perl
25603            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
25604            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
25605            ! lib/CGI/t/request.t
25606 ____________________________________________________________________________
25607 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
25608         Log: Subject: [DOCPATCH] base.pm
25609              From: Elizabeth Mattijsen <liz@dijkmat.nl>
25610              Date: Thu, 18 Dec 2003 22:30:52 +0100
25611              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
25612
25613              Plus, remove leftover mentions of pseudo-hashes
25614      Branch: perl
25615            ! lib/base.pm
25616 ____________________________________________________________________________
25617 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
25618         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
25619      Branch: perl
25620            ! pod/perlhist.pod
25621 ____________________________________________________________________________
25622 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
25623         Log: Perl 1.0.16 has been released.
25624      Branch: perl
25625            ! pod/perlhist.pod
25626 ____________________________________________________________________________
25627 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
25628         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
25629              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25630              Date: Wed, 17 Dec 2003 13:26:52 +0100
25631              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
25632      Branch: perl
25633            ! embed.fnc embed.h global.sym
25634 ____________________________________________________________________________
25635 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
25636         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
25637              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
25638              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
25639              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
25640      Branch: perl
25641            + ext/threads/shared/t/wait.t
25642            ! MANIFEST ext/threads/shared/shared.pm
25643            ! ext/threads/shared/shared.xs
25644 ____________________________________________________________________________
25645 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
25646         Log: Sync with the latest MakeMaker snapshot.
25647              But set the $VERSION to 6.21_01.
25648      Branch: perl
25649            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
25650            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
25651            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
25652            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
25653            ! lib/ExtUtils/instmodsh
25654 ____________________________________________________________________________
25655 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
25656         Log: Remove incorrect guards around inclusion of <signal.h>
25657              Causes problems with UNIX03/SUSv3
25658              Part 2 of change 21916 - oops!
25659
25660              See:
25661              Message-Id: <3FDD06A5.8010004@sun.com>
25662              Subject: Re: UNIX03 & C99 issue with 5.8.2
25663              From: Alan Burlison <Alan.Burlison@sun.com>
25664              Date: Mon, 15 Dec 2003 00:56:05 +0000
25665      Branch: perl
25666            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
25667 ____________________________________________________________________________
25668 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
25669         Log: Remove incorrect guards around inclusion of <signal.h>
25670              Causes problems with UNIX03/SUSv3
25671      Branch: perl
25672            ! doio.c
25673 ____________________________________________________________________________
25674 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
25675         Log: Add the macros dAX and dITEMS to PPPort.
25676      Branch: perl
25677            ! ext/Devel/PPPort/PPPort.pm
25678 ____________________________________________________________________________
25679 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
25680         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
25681              From: Stas Bekman <stas@stason.org>
25682              Date: Sun, 14 Dec 2003 15:12:40 -0800
25683              Message-ID: <3FDCEE68.3080509@stason.org>
25684      Branch: perl
25685            ! Porting/pumpkin.pod
25686 ____________________________________________________________________________
25687 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
25688         Log: Subject: [DOCPATCH] perlfunc delete
25689              From: Elizabeth Mattijsen <liz@dijkmat.nl>
25690              Date: Sun, 14 Dec 2003 20:25:07 +0100
25691              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
25692      Branch: perl
25693            ! pod/perlfunc.pod
25694 ____________________________________________________________________________
25695 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
25696         Log: Forgot to remove a comment
25697      Branch: perl
25698            ! pp.c
25699 ____________________________________________________________________________
25700 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
25701         Log: S_save_hek_flags should honour the "free" flag.
25702              Ought to mask the flag bits that shouldn't be stored.
25703      Branch: perl
25704            ! hv.c
25705 ____________________________________________________________________________
25706 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
25707         Log: Some fool missed a letter n.
25708              (and then "optimised" code based on its absense. D'oh)
25709              Restore the correct behaviour - fetch with uppercase key, then if
25710              still not found store with mixed/lowercase key.
25711      Branch: perl
25712            ! hv.c
25713 ____________________________________________________________________________
25714 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
25715         Log: Subject: Re: Change 21862
25716              From: Enache Adrian <enache@rdslink.ro>
25717              Date: Wed, 10 Dec 2003 06:05:58 +0200
25718              Message-ID: <20031210040558.GC1584@ratsnest.hole>
25719
25720              (1st hunk), plus the equivalent for hv_delete_common
25721      Branch: perl
25722            ! hv.c
25723 ____________________________________________________________________________
25724 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
25725         Log: Clean up a bug I introduced into caseless ENV hv_delete
25726              (should be the proper fix for 21870 and 21872's band aid)
25727      Branch: perl
25728            ! hv.c
25729 ____________________________________________________________________________
25730 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
25731         Log: Subject: Re: 5.6.2-RC1 on Cygwin
25732              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25733              Date: Sat, 6 Dec 2003 22:32:59 -0800
25734              Message-ID: <20031207063259.GA3004@efn.org>
25735              (with tweaks to cleanup code)
25736      Branch: perl
25737            ! t/op/taint.t
25738 ____________________________________________________________________________
25739 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
25740         Log: Add Perl_ceil
25741      Branch: perl
25742            ! perl.h pp.c
25743 ____________________________________________________________________________
25744 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
25745         Log: Reformat a long line in perlembed.pod (bug #24623).
25746      Branch: perl
25747            ! pod/perlembed.pod
25748 ____________________________________________________________________________
25749 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
25750         Log: The binary compatibility notes say that new global functions should
25751              go at the end. Not that I'm anything more than "trainee" when it
25752              comes to this bincompat stuff.
25753      Branch: perl
25754            ! embed.fnc proto.h
25755 ____________________________________________________________________________
25756 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
25757         Log: alarm() is now implemented on Win32.
25758      Branch: perl
25759            ! pod/perlport.pod
25760 ____________________________________________________________________________
25761 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
25762         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
25763      Branch: perl
25764            ! pod/buildtoc
25765 ____________________________________________________________________________
25766 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
25767         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
25768              From: David Dyck <david.dyck@fluke.com>
25769              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
25770              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
25771      Branch: perl
25772            ! lib/File/CheckTree.pm
25773 ____________________________________________________________________________
25774 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
25775         Log: Make the XSRETURN macro evaluate its argument only once.
25776      Branch: perl
25777            ! XSUB.h
25778 ____________________________________________________________________________
25779 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
25780         Log: More POD fixes ; regenerate perltoc and perlmodlib.
25781      Branch: perl
25782            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
25783            ! pod/perltoc.pod
25784 ____________________________________________________________________________
25785 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
25786         Log: Fix some of the pods to produce more standard manpages,
25787              as reported by Eric S. Raymond.
25788      Branch: perl
25789            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
25790 ____________________________________________________________________________
25791 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
25792         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
25793              From: Anders Johnson <ajohnson@nvidia.com>
25794              Date: Fri, 12 Dec 2003 14:07:40 -0800
25795              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
25796              (with tweaks)
25797      Branch: perl
25798            ! lib/Pod/Html.pm
25799 ____________________________________________________________________________
25800 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
25801         Log: Modify the common guard for the signal.h header, because
25802              C99 compilers don't like it.o
25803
25804              see :
25805              Subject: UNIX03 & C99 issue with 5.8.2
25806              From: Alan Burlison <Alan.Burlison@sun.com>
25807              Date: Fri, 12 Dec 2003 23:04:52 +0000
25808              Message-ID: <3FDA4994.6050209@sun.com>
25809      Branch: perl
25810            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
25811            ! util.c
25812 ____________________________________________________________________________
25813 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
25814         Log: Subject: [PATCH] Math::BigInt v1.67 released
25815              From: Tels <perl_dummy@bloodgate.com>
25816              Date: Fri, 12 Dec 2003 18:47:43 +0100
25817              Message-Id: <200312121847.49039@bloodgate.com>
25818      Branch: perl
25819            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25820            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25821            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25822            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
25823            ! lib/Math/BigInt/t/sub_mbi.t
25824 ____________________________________________________________________________
25825 [ 21881] By: merijn                                on 2003/12/12  16:09:14
25826         Log: Subject: [PATCH] d_u32align for win32
25827              From: Gisle Aas <gisle@ActiveState.com>
25828              Date: 11 Dec 2003 01:33:39 -0800
25829              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
25830      Branch: perl
25831            ! win32/config.bc win32/config.gc win32/config.vc
25832 ____________________________________________________________________________
25833 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
25834         Log: Subject: [PATCH] environ array fix for VMS
25835              From: "Craig A. Berry" <craigberry@mac.com>
25836              Date: Thu, 11 Dec 2003 14:35:29 -0600
25837              Message-ID: <3FD8D511.2030805@mac.com>
25838      Branch: perl
25839            ! vms/vms.c
25840 ____________________________________________________________________________
25841 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
25842         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
25843              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
25844              Message-ID: <3FD8E74F.7000202@mindspring.com>
25845              Date: Thu, 11 Dec 2003 16:53:19 -0500
25846      Branch: perl
25847            ! AUTHORS
25848 ____________________________________________________________________________
25849 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
25850         Log: Add a mention of the error "DESTROY created new reference
25851              to dead object" in perldiag.
25852      Branch: perl
25853            ! pod/perldiag.pod
25854 ____________________________________________________________________________
25855 [ 21876] By: adi                                   on 2003/12/11  23:04:03
25856         Log: #21866 was wrong. another try to plumb that damn leak.
25857      Branch: perl
25858            ! mg.c sv.c
25859 ____________________________________________________________________________
25860 [ 21875] By: adi                                   on 2003/12/11  20:11:07
25861         Log: fix bug #24605.
25862              substr() wasn't working when used repeatedly on the same utf-8
25863              string.
25864      Branch: perl
25865            ! sv.c t/op/substr.t
25866 ____________________________________________________________________________
25867 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
25868         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
25869              by Jan Dubois.
25870      Branch: perl
25871            ! lib/Switch.pm
25872 ____________________________________________________________________________
25873 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
25874         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
25875              From: Autrijus Tang <autrijus@autrijus.org>
25876              Date: Tue, 9 Dec 2003 20:39:16 +0800
25877              Message-ID: <20031209123915.GA1454@not.autrijus.org>
25878      Branch: perl
25879            ! ext/Encode/encoding.pm pod/perlunicode.pod
25880 ____________________________________________________________________________
25881 [ 21872] By: adi                                   on 2003/12/09  03:26:16
25882         Log: temporary fix to avoid t/op/tie.t failures on Win32
25883      Branch: perl
25884            ! hv.c
25885 ____________________________________________________________________________
25886 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
25887         Log: Upgrade to Digest-MD5 2.33.
25888      Branch: perl
25889            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25890            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25891            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
25892 ____________________________________________________________________________
25893 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
25894         Log: Integrate change #21862 from maint-5.8 :
25895
25896              Win32/MinGW tweaks
25897              A. ENV_IS_CASELESS has trys to free(keysave) when
25898              keysave isn't in scope yet.
25899              B. For default makefile.mk which build with perlhost.h
25900              stuff "live" need to link with g++ to find new/delete etc.
25901      Branch: perl
25902           !> hv.c win32/makefile.mk
25903 ____________________________________________________________________________
25904 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
25905         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
25906              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25907              Date: Mon, 08 Dec 2003 08:17:46 +0100
25908              Message-id: <20031208071746.GA594@ethan>
25909      Branch: perl
25910            ! hv.c mg.c
25911 ____________________________________________________________________________
25912 [ 21868] By: adi                                   on 2003/12/08  03:38:39
25913         Log: yet another leak. bigger fish still swimming around.
25914              #!perl
25915              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
25916              __END__
25917      Branch: perl
25918            ! pp_ctl.c
25919 ____________________________________________________________________________
25920 [ 21867] By: adi                                   on 2003/12/08  03:34:37
25921         Log: yet another 2 leaks. example for the second:
25922              #! perl
25923              eval q{ open $p{q}, "foo" } while 1
25924              __END__
25925      Branch: perl
25926            ! op.c
25927 ____________________________________________________________________________
25928 [ 21866] By: adi                                   on 2003/12/08  03:30:16
25929         Log: plumb a leak with pos().
25930
25931              #! perl
25932              while (1) {
25933              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
25934              }
25935              __END__
25936      Branch: perl
25937            ! sv.c
25938 ____________________________________________________________________________
25939 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
25940         Log: Subject: [PATCH] documenting SCALAR gotcha
25941              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25942              Date: Sun, 07 Dec 2003 16:41:16 +0100
25943              Message-id: <20031207154116.GA825@ethan>
25944      Branch: perl
25945            ! pod/perltie.pod
25946 ____________________________________________________________________________
25947 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
25948         Log: Subject: [PATCH] setenv tweak for VMS
25949              From: "Craig A. Berry" <craigberry@mac.com>
25950              Date: Sat, 06 Dec 2003 18:13:32 -0600
25951              Message-ID: <3FD270AC.3000106@mac.com>
25952      Branch: perl
25953            ! vms/vms.c
25954 ____________________________________________________________________________
25955 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
25956         Log: Missing thingies.
25957      Branch: perl
25958            ! pp.c pp_hot.c
25959 ____________________________________________________________________________
25960 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
25961         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
25962              From: Tels <perl_dummy@bloodgate.com>
25963              Date: Sat, 6 Dec 2003 20:19:44 +0100
25964              Message-Id: <200312062016.50484@bloodgate.com>
25965      Branch: perl
25966            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
25967            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25968            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
25969            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
25970            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
25971            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25972            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
25973            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
25974            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
25975 ____________________________________________________________________________
25976 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
25977         Log: Forgot to update the MANIFEST.
25978      Branch: perl
25979            ! MANIFEST
25980 ____________________________________________________________________________
25981 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
25982         Log: Math::BigInt::Scalar is only for tests.
25983              Move it under t/lib.
25984      Branch: perl
25985           +> t/lib/Math/BigInt/Scalar.pm
25986            - lib/Math/BigInt/Scalar.pm
25987 ____________________________________________________________________________
25988 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
25989         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
25990              From: "Craig A. Berry" <craigberry@mac.com>
25991              Date: Sat, 06 Dec 2003 12:44:40 -0600
25992              Message-ID: <3FD22398.1060506@mac.com>
25993      Branch: perl
25994            ! doio.c
25995 ____________________________________________________________________________
25996 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
25997         Log: Remove the "Can't provide tied hash usage" error from perldiag.
25998              Mention the new tied hash SCALAR method in perldelta.
25999      Branch: perl
26000            ! pod/perldelta.pod pod/perldiag.pod
26001 ____________________________________________________________________________
26002 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
26003         Log: Clarify the description of SCALAR in perltie
26004      Branch: perl
26005            ! pod/perltie.pod
26006 ____________________________________________________________________________
26007 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
26008         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
26009              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
26010              Date: Sat, 06 Dec 2003 11:50:59 +0100
26011              Message-id: <20031206105059.GA13989@ethan>
26012      Branch: perl
26013            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
26014            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
26015            ! proto.h t/op/tie.t
26016 ____________________________________________________________________________
26017 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
26018         Log: Make sv_force_normal_flags cope with shared hash key scalars
26019              (remember the pointer from SvPVX, reset the flags before SvGROW,
26020              avoid crazy loops or read-from-free)
26021      Branch: perl
26022            ! sv.c
26023 ____________________________________________________________________________
26024 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
26025         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
26026      Branch: perl
26027            ! ext/Digest/MD5/Makefile.PL
26028 ____________________________________________________________________________
26029 [ 21846] By: merijn                                on 2003/12/05  10:41:32
26030         Log: Subject: [PATCH] Configure gets d_u32align wrong
26031              From: Gisle Aas <gisle@ActiveState.com>
26032              Date: 05 Dec 2003 03:47:01 -0800
26033              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
26034      Branch: perl
26035            ! Configure
26036 ____________________________________________________________________________
26037 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
26038         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
26039              From: chromatic <chromatic@wgz.org>
26040              Date: Mon, 01 Dec 2003 09:20:21 -0800
26041              Message-Id: <1070299221.1275.19.camel@localhost>
26042      Branch: perl
26043            ! lib/AutoLoader.t
26044 ____________________________________________________________________________
26045 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
26046         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
26047              From: "Craig A. Berry" <craigberry@mac.com>
26048              Date: Thu, 04 Dec 2003 16:00:03 -0600
26049              Message-ID: <3FCFAE63.1080106@mac.com>
26050      Branch: perl
26051            ! ext/SDBM_File/sdbm/Makefile.PL
26052 ____________________________________________________________________________
26053 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
26054         Log: Subject: [PATCH] $^P, eval and caller
26055              From: Paul Johnson <paul@pjcj.net>
26056              Date: Fri, 5 Dec 2003 00:57:21 +0100
26057              Message-ID: <20031204235721.GJ26355@pjcj.net>
26058      Branch: perl
26059            ! mg.c
26060 ____________________________________________________________________________
26061 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
26062         Log: Fix File::Copy with hard links on Windows.
26063
26064              Subject: [PATCH] Re: perl @ 21830
26065              From: Steve Hay <steve.hay@uk.radan.com>
26066              Date: Wed, 03 Dec 2003 10:53:02 +0000
26067              Message-ID: <3FCDC08E.7080800@uk.radan.com>
26068
26069              and
26070              Date: Thu, 04 Dec 2003 11:02:22 +0000
26071              Message-ID: <3FCF143E.1040905@uk.radan.com>
26072      Branch: perl
26073            ! lib/File/Copy.pm lib/File/Copy.t
26074 ____________________________________________________________________________
26075 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
26076         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
26077              From: Alan Burlison <Alan.Burlison@sun.com>
26078              Date: Thu, 04 Dec 2003 12:14:30 +0000
26079              Message-ID: <3FCF2526.3030905@sun.com>
26080      Branch: perl
26081            ! installperl
26082 ____________________________________________________________________________
26083 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
26084         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
26085              From: Stas Bekman <stas@stason.org>
26086              Date: Wed, 03 Dec 2003 01:41:42 -0800
26087              Message-ID: <3FCDAFD6.9050106@stason.org>
26088      Branch: perl
26089            ! sv.c
26090 ____________________________________________________________________________
26091 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
26092         Log: The prove utility should also be installed on VMS and on Windows.
26093              Haven't we regression tests for installations yet ?
26094      Branch: perl
26095            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26096 ____________________________________________________________________________
26097 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
26098         Log: FAQ sync.
26099      Branch: perl
26100            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26101            ! pod/perlfaq4.pod pod/perlfaq5.pod
26102 ____________________________________________________________________________
26103 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
26104         Log: Subject: Re: [perl #24574] find2perl provides different results to find
26105              From: Slaven Rezic <slaven@rezic.de>
26106              Date: 30 Nov 2003 22:16:59 +0100
26107              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
26108
26109              (plus a note about find2perl now defaulting to -print in perldelta)
26110      Branch: perl
26111            ! pod/perldelta.pod x2p/find2perl.PL
26112 ____________________________________________________________________________
26113 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
26114         Log: Subject: [PATCH] setting $0 still broken
26115              From: Jan Dubois <jand@ActiveState.com>
26116              Date: Thu, 27 Nov 2003 21:09:51 -0800
26117              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
26118      Branch: perl
26119            ! mg.c
26120 ____________________________________________________________________________
26121 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
26122         Log: Better docs for the special code blocks, based on :
26123              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
26124              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26125              Date: Sat, 29 Nov 2003 23:15:56 +0100
26126              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
26127      Branch: perl
26128            ! pod/perlmod.pod pod/perlsub.pod
26129 ____________________________________________________________________________
26130 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
26131         Log: Fix the test boilerplate in lib/if.t, so it can be run
26132              from the t/ directory.
26133      Branch: perl
26134            ! lib/if.t
26135 ____________________________________________________________________________
26136 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
26137         Log: Keep installing xsubpp in lib/ExtUtils,
26138              so MakeMaker can find it.
26139      Branch: perl
26140            ! installperl
26141 ____________________________________________________________________________
26142 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
26143         Log: Upgrade to Test::Harness 2.38.
26144              Introduce the prove(1) utility.
26145              (The prove-switches test is disabled for now.)
26146      Branch: perl
26147            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
26148            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
26149            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
26150            + utils/prove.PL
26151            ! MANIFEST installperl lib/Test/Harness.pm
26152            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
26153            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
26154            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
26155            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
26156            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
26157            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
26158 ____________________________________________________________________________
26159 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
26160         Log: Subject: Re: [perl #24554] Segfault in POSIX module
26161              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26162              Date: Sat, 29 Nov 2003 23:32:38 +0900
26163              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
26164
26165              (plus a test for the stringification of references
26166              passed to POSIX::isXXX())
26167      Branch: perl
26168            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
26169 ____________________________________________________________________________
26170 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
26171         Log: Integrate if.pm 0.0401
26172              Needed to edit the test file as t/TEST can't cope with extra output
26173              lines as produced by 0.0401's if.t
26174      Branch: perl
26175            ! lib/if.pm lib/if.t
26176 ____________________________________________________________________________
26177 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
26178         Log: Remove whitespace from ends of lines (simply because it irritates me)
26179      Branch: perl
26180            ! utils/h2xs.PL
26181 ____________________________________________________________________________
26182 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
26183         Log: Update Unicode::Normalize to 0.28
26184      Branch: perl
26185            + ext/Unicode/Normalize/t/illegal.t
26186            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
26187            ! MANIFEST ext/Unicode/Normalize/Changes
26188            ! ext/Unicode/Normalize/Normalize.pm
26189            ! ext/Unicode/Normalize/Normalize.xs
26190            ! ext/Unicode/Normalize/README
26191 ____________________________________________________________________________
26192 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
26193         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
26194      Branch: perl
26195            - lib/Digest.t
26196 ____________________________________________________________________________
26197 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
26198         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
26199      Branch: perl
26200            + lib/Unicode/Collate/t/illegal.t
26201            + lib/Unicode/Collate/t/illegalp.t
26202            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26203            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
26204 ____________________________________________________________________________
26205 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
26206         Log: D'oh! Forgot to lib/Digest/base.pm
26207      Branch: perl
26208            + lib/Digest/base.pm
26209            ! MANIFEST
26210 ____________________________________________________________________________
26211 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
26212         Log: Update to Digest::MD5 2.31
26213      Branch: perl
26214            + ext/Digest/MD5/t/bits.t
26215            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26216            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
26217            ! ext/Digest/MD5/t/files.t
26218 ____________________________________________________________________________
26219 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
26220         Log: Update Digest to 1.03
26221      Branch: perl
26222            + lib/Digest/t/base.t
26223           +> lib/Digest/t/digest.t
26224            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
26225 ____________________________________________________________________________
26226 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
26227         Log: When Gconvert is a macro around sprintf with a .* format we need
26228              to cast to int (in case STRLEN isn't the same size as int)
26229              gcc issues a warning even when it is the same size
26230      Branch: perl
26231            ! sv.c
26232 ____________________________________________________________________________
26233 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
26234         Log: Silence gcc 2.95 warning
26235              (Its trace flow isn't good enough to realise that there is no problem)
26236      Branch: perl
26237            ! pp_hot.c
26238 ____________________________________________________________________________
26239 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
26240         Log: Gconvert actually takes type NV, while nv may be either double
26241              or long double (depending on some conditional code)
26242              Rafael and I think that this cast should work.
26243      Branch: perl
26244            ! sv.c
26245 ____________________________________________________________________________
26246 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
26247         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
26248      Branch: perl
26249            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
26250 ____________________________________________________________________________
26251 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
26252         Log: Fix a regression introduced by change #21694 on sprintf()
26253              with long doubles, by disabling the specific optimisation
26254              path in this case ; remove a unnecessary cast ; add a new
26255              test file for miscellaneous sprintf() test that don't fit
26256              in the t/op/sprintf.t framework.
26257      Branch: perl
26258            + t/op/sprintf2.t
26259            ! MANIFEST sv.c
26260 ____________________________________________________________________________
26261 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
26262         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
26263              From: Stas Bekman <stas@stason.org>
26264              Date: Fri, 28 Nov 2003 14:42:25 -0800
26265              Message-ID: <3FC7CF51.7060804@stason.org>
26266      Branch: perl
26267            ! pod/perlsec.pod
26268 ____________________________________________________________________________
26269 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
26270         Log: Implement C<use Exporter 'import'> :
26271
26272              Subject: Re: [PATCH] Exporter-related PODs
26273              From: Fergal Daly <fergal@esatclear.ie>
26274              Date: Mon, 10 Nov 2003 00:08:52 +0000
26275              Message-Id: <200311100008.52639.fergal@esatclear.ie>
26276
26277              (tweaked, so the imported import() doesn't spit out warnings)
26278      Branch: perl
26279            ! lib/Exporter.pm lib/Exporter.t
26280 ____________________________________________________________________________
26281 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
26282         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
26283              From: Slaven Rezic <slaven@rezic.de>
26284              Date: 19 Oct 2003 19:11:31 +0200
26285              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
26286              (with further tweaks)
26287      Branch: perl
26288            ! lib/File/Copy.pm lib/File/Copy.t
26289 ____________________________________________________________________________
26290 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
26291         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
26292              From: "Green, Paul" <Paul.Green@stratus.com>
26293              Date: Thu, 27 Nov 2003 21:51:26 -0500
26294              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
26295      Branch: perl
26296            ! hints/vos.sh
26297 ____________________________________________________________________________
26298 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
26299         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
26300              were failing
26301      Branch: perl
26302            ! t/op/readline.t
26303 ____________________________________________________________________________
26304 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
26305         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
26306              PerlIO and threads are not on CPAN.
26307      Branch: perl
26308            ! Porting/Maintainers.pl
26309 ____________________________________________________________________________
26310 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
26311         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
26312      Branch: perl
26313            ! AUTHORS
26314 ____________________________________________________________________________
26315 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
26316         Log: Subject: [PATCH] Re: bug or a feature?
26317              From: Torsten Foertsch <torsten.foertsch@gmx.net>
26318              Date: Sat, 22 Nov 2003 13:15:53 +0100
26319              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
26320
26321              and
26322              Date: Sat, 22 Nov 2003 14:21:45 +0100
26323              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
26324              (test moved to t/op/readline.t)
26325      Branch: perl
26326            ! pp_hot.c t/op/readline.t
26327 ____________________________________________________________________________
26328 [ 21783] By: merijn                                on 2003/11/24  21:24:46
26329         Log: Subject: remove hardcoded version number from cygwin/perlld.in
26330              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26331              Date: Mon, 24 Nov 2003 08:11:36 -0800
26332              Message-ID: <20031124161136.GC2656@efn.org>
26333      Branch: perl
26334            ! cygwin/Makefile.SHs cygwin/perlld.in
26335 ____________________________________________________________________________
26336 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
26337         Log: Should fix the infinite loop on a dynamic %ENV fetch
26338      Branch: perl
26339            ! hv.c
26340 ____________________________________________________________________________
26341 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
26342         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
26343              C source now cleaner, but optimised object file still the same size.
26344      Branch: perl
26345            ! hv.c
26346 ____________________________________________________________________________
26347 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
26348         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
26349              From: Andy Dougherty <doughera@lafayette.edu>
26350              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
26351              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
26352
26353              and :
26354              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
26355              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
26356      Branch: perl
26357            ! hints/solaris_2.sh
26358 ____________________________________________________________________________
26359 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
26360         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
26361              reported by Craig Berry
26362      Branch: perl
26363            ! hv.c
26364 ____________________________________________________________________________
26365 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
26366         Log: restore_magic needs to undo COW
26367              (while magic was off, sv_setsv is likely to have seen this SV as a
26368              good source for COW)
26369              Should fix the smoke failures on lib/locale.t
26370      Branch: perl
26371            ! mg.c
26372 ____________________________________________________________________________
26373 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
26374         Log: Don't COW if the destination has magic.
26375      Branch: perl
26376            ! sv.c
26377 ____________________________________________________________________________
26378 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
26379         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
26380              close to it.
26381      Branch: perl
26382            ! hv.c
26383 ____________________________________________________________________________
26384 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
26385         Log: "Space Is a Province of Brazil"
26386              Farewell, hv_store_common. Store is now part of Fetch.
26387              All tests pass. hv.c 15% smaller than when I started all this
26388      Branch: perl
26389            ! embed.fnc embed.h hv.c proto.h
26390 ____________________________________________________________________________
26391 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
26392         Log: Farewell hv_exists_common - exists is now a call to fetch
26393              (with the exists magic handling moved into fetch)
26394      Branch: perl
26395            ! embed.fnc embed.h hv.c proto.h
26396 ____________________________________________________________________________
26397 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
26398         Log: Shift negative klen/flags games from hv_store_common out to hv_store
26399      Branch: perl
26400            ! embed.fnc embed.h hv.c proto.h
26401 ____________________________________________________________________________
26402 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
26403         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
26404      Branch: perl
26405            ! embed.fnc embed.h hv.c proto.h
26406 ____________________________________________________________________________
26407 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
26408         Log: Check that the key is present before a delete, and absent afterwards
26409      Branch: perl
26410            ! ext/XS/APItest/t/hash.t
26411 ____________________________________________________________________________
26412 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
26413         Log: Move the negative key -> utf8 flag conversion out to hv_delete
26414      Branch: perl
26415            ! embed.fnc embed.h hv.c proto.h
26416 ____________________________________________________________________________
26417 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
26418         Log: Tweaks to S_hv_delete_common:
26419              make the magic call hv_fetch_common rather than ent-or-not
26420              grab the hash from a shared hash key scalar if possible
26421              use masked flags rather than flags for the comparison
26422      Branch: perl
26423            ! hv.c
26424 ____________________________________________________________________________
26425 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
26426         Log: Integrate:
26427              [ 21762]
26428              Refactor hash API tests (prior to some additions)
26429
26430              [ 21763]
26431              Test all permuations of utf8 flags on hashes and keys
26432      Branch: perl
26433           !> ext/XS/APItest/t/hash.t
26434 ____________________________________________________________________________
26435 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
26436         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
26437      Branch: perl
26438            ! embed.fnc hv.c proto.h
26439 ____________________________________________________________________________
26440 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
26441         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
26442      Branch: perl
26443            ! embed.fnc embed.h hv.c proto.h
26444 ____________________________________________________________________________
26445 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
26446         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
26447              From: Alan Burlison <Alan.Burlison@sun.com>
26448              Date: Thu, 20 Nov 2003 10:34:30 +0000
26449              Message-ID: <3FBC98B6.6090909@sun.com>
26450      Branch: perl
26451            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
26452            ! universal.c
26453 ____________________________________________________________________________
26454 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
26455         Log: Regenerate perlapi and perltoc.
26456      Branch: perl
26457            ! pod/perlapi.pod pod/perltoc.pod
26458 ____________________________________________________________________________
26459 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
26460         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
26461              From: Iain Truskett <spoon@cpan.org>
26462              Date: Thu, 20 Nov 2003 00:41:33 +1100
26463              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
26464      Branch: perl
26465            ! lib/PerlIO.pm pod/perlrun.pod
26466 ____________________________________________________________________________
26467 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
26468         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
26469              remove S_hv_fetch_flags
26470              hv.c now 13% smaller than when I started. hv_store TODO
26471      Branch: perl
26472            ! embed.fnc embed.h hv.c proto.h
26473 ____________________________________________________________________________
26474 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
26475         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
26476              together with subroutine call
26477              Apparently concat still doesn't deal correctly with lexicals
26478              in all cases. Disable the whole TARGET_MY optimisation for it.
26479              (and remove the corresponding code from the peephole optimiser.)
26480      Branch: perl
26481            ! op.c opcode.h opcode.pl t/op/concat.t
26482 ____________________________________________________________________________
26483 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
26484         Log: Update the runops stuff in perlguts
26485      Branch: perl
26486            ! pod/perlguts.pod
26487 ____________________________________________________________________________
26488 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
26489         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
26490      Branch: perl
26491            ! embed.fnc embed.h hv.c proto.h
26492 ____________________________________________________________________________
26493 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
26494         Log: Subject: [PATCH] clear of empty locked hash SEGVs
26495              From: Alan Burlison <Alan.Burlison@sun.com>
26496              Date: Wed, 19 Nov 2003 14:39:03 +0000
26497              Message-ID: <3FBB8087.20206@sun.com>
26498      Branch: perl
26499            ! hv.c lib/Hash/Util.t
26500 ____________________________________________________________________________
26501 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
26502         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
26503      Branch: perl
26504            ! embed.fnc embed.h hv.c proto.h
26505 ____________________________________________________________________________
26506 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
26507         Log: Run regen.pl (for hv_assert)
26508      Branch: perl
26509            ! global.sym
26510 ____________________________________________________________________________
26511 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
26512         Log: Integrate:
26513              [ 21642]
26514              space should be tab for lib/I18N/LangTags/t/02decency.t
26515      Branch: perl
26516           !> MANIFEST
26517 ____________________________________________________________________________
26518 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
26519         Log: Restore errno after having read $^E (like for $!)
26520              to preserve errno from unfortunate side-effects.
26521      Branch: perl
26522            ! mg.c
26523 ____________________________________________________________________________
26524 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
26525         Log: Whoops. We weren't actually testing hv_store_ent
26526              We are now. Plus test hv_store for an initially empty hash.
26527      Branch: perl
26528            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
26529 ____________________________________________________________________________
26530 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
26531         Log: Complement of change #21740 for Windows.
26532              (I have the feeling that it's already subtly broken on VMS)
26533      Branch: perl
26534            ! win32/Makefile win32/makefile.mk
26535 ____________________________________________________________________________
26536 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
26537         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
26538      Branch: perl
26539            + utils/instmodsh.PL utils/xsubpp.PL
26540            ! MANIFEST installperl utils.lst utils/Makefile
26541 ____________________________________________________________________________
26542 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
26543         Log: Subject: Re: [perl #24493] install.html not working
26544              From: Slaven Rezic <slaven@rezic.de>
26545              Date: 16 Nov 2003 20:52:29 +0100
26546              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
26547      Branch: perl
26548            ! installhtml
26549 ____________________________________________________________________________
26550 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
26551         Log: Ooops. left an XXX comment in, and worse still it's a // comment
26552      Branch: perl
26553            ! hv.c
26554 ____________________________________________________________________________
26555 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
26556         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
26557              (pp functions use the _ent variants, and as the implementation is
26558              duplicated, these bugs aren't tested, and aren't noticed)
26559      Branch: perl
26560            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
26561 ____________________________________________________________________________
26562 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
26563         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
26564              (pp_exists uses hv_exists_ent, which isn't broken)
26565              I expect an equivalent bug in hv_delete
26566      Branch: perl
26567            + ext/XS/APItest/t/hash.t
26568            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
26569            ! ext/XS/APItest/MANIFEST hv.c
26570 ____________________________________________________________________________
26571 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
26572         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
26573              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26574              Date: Sat, 15 Nov 2003 23:22:16 +0100
26575              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
26576      Branch: perl
26577            ! ext/threads/t/problems.t
26578 ____________________________________________________________________________
26579 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
26580         Log: Subject: [PATCH] configpm, our $summary : unique
26581              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26582              Date: Sat, 15 Nov 2003 22:18:32 +0100
26583              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
26584              (plus comments)
26585      Branch: perl
26586            ! configpm
26587 ____________________________________________________________________________
26588 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
26589         Log: Subject: [PATCH] Re: Storable Error
26590              From: Nicholas Clark <nick@ccl4.org>
26591              Date: Sat, 9 Aug 2003 00:35:36 +0100
26592              Message-ID: <20030809003535.C20130@plum.flirble.org>
26593      Branch: perl
26594            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
26595            ! proto.h
26596 ____________________________________________________________________________
26597 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
26598         Log: Update perlhist with 5.6.2.
26599      Branch: perl
26600            ! pod/perlhist.pod
26601 ____________________________________________________________________________
26602 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
26603         Log: Add more complete tests for the "variable masks earlier
26604              declaration" warning, including a TODO test
26605      Branch: perl
26606            ! t/lib/warnings/pad
26607 ____________________________________________________________________________
26608 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
26609         Log: Include "SCCS" in the list of directory names that should
26610              be ignored by installperl.
26611      Branch: perl
26612            ! installperl
26613 ____________________________________________________________________________
26614 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
26615         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
26616              From: Enache Adrian <enache@rdslink.ro>
26617              Date: Tue, 11 Nov 2003 15:25:29 +0200
26618              Message-ID: <20031111132529.GB1271@ratsnest.hole>
26619      Branch: perl
26620            ! op.c
26621 ____________________________________________________________________________
26622 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
26623         Log: Fix bug [perl #24380] : assigning to a hash in list
26624              or scalar context yielded a wrong value if the list
26625              contained duplicated keys for the hash. This is fixed
26626              by counting the number of duplicate keys and trimming
26627              the stack by the corresponding number of items.
26628      Branch: perl
26629            ! pp_hot.c t/op/hashassign.t
26630 ____________________________________________________________________________
26631 [ 21713] By: merijn                                on 2003/11/13  09:25:15
26632         Log: Simplified the reading
26633      Branch: perl
26634            ! hints/solaris_2.sh
26635 ____________________________________________________________________________
26636 [ 21712] By: merijn                                on 2003/11/13  09:22:21
26637         Log: Enable hints to create call-back units that can act when
26638              a specific variable is *not* set (like -Uuselargefiles)
26639      Branch: perl
26640            ! Configure hints/README.hints
26641 ____________________________________________________________________________
26642 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
26643         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
26644              From: Michael G Schwern <schwern@pobox.com>
26645              Date: Tue, 11 Nov 2003 21:02:30 -0800
26646              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
26647      Branch: perl
26648            ! ext/SDBM_File/sdbm/Makefile.PL
26649 ____________________________________________________________________________
26650 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
26651         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
26652              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26653              Date: Tue, 4 Nov 2003 20:07:25 -0800
26654              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
26655      Branch: perl
26656            ! installperl
26657 ____________________________________________________________________________
26658 [ 21706] By: ams                                   on 2003/11/11  23:46:19
26659         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
26660              From: Tom Phoenix <rootbeer@redcat.com>
26661              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
26662              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
26663      Branch: perl
26664            ! pod/perlmod.pod
26665 ____________________________________________________________________________
26666 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
26667         Log: Upgrade to MakeMaker 6.21.
26668      Branch: perl
26669            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
26670            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
26671            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
26672 ____________________________________________________________________________
26673 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
26674         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
26675              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26676              Date: Tue, 4 Nov 2003 20:10:16 -0800
26677              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
26678
26679              and part of
26680              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
26681              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26682              Date: Tue, 4 Nov 2003 20:18:37 -0800
26683              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
26684
26685              (I've left out the PREFIX part for now)
26686      Branch: perl
26687            ! Makefile.SH installperl os2/Makefile.SHs
26688 ____________________________________________________________________________
26689 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
26690         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
26691              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26692              Date: Mon, 3 Nov 2003 20:27:39 -0800
26693              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
26694
26695              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
26696              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26697              Date: Mon, 3 Nov 2003 20:57:48 -0800
26698              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
26699      Branch: perl
26700            ! sv.c
26701 ____________________________________________________________________________
26702 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
26703         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
26704              From: Vadim Konovalov <konovalo@mail.wplus.net>
26705              Date: Sun, 9 Nov 2003 13:31:59 +0300
26706              Message-ID: <93187393948.20031109133159@mail.wplus.net>
26707      Branch: perl
26708            ! wince/Makefile.ce
26709 ____________________________________________________________________________
26710 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
26711         Log: Update the list of pumpkings in perlhist.pod.
26712      Branch: perl
26713            ! pod/perlhist.pod
26714 ____________________________________________________________________________
26715 [ 21687] By: ams                                   on 2003/11/08  17:09:56
26716         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
26717              From: Abigail <abigail@abigail.nl>
26718              Date: Sat, 8 Nov 2003 18:51:30 +0100
26719              Message-Id: <20031108175130.GA22273@abigail.nl>
26720      Branch: perl
26721            ! pod/perlhist.pod
26722 ____________________________________________________________________________
26723 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
26724         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
26725              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26726              Date: Thu, 6 Nov 2003 23:26:18 -0800
26727              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
26728      Branch: perl
26729            ! os2/Changes
26730 ____________________________________________________________________________
26731 [ 21676] By: davem                                 on 2003/11/06  22:11:23
26732         Log: bugid #24407: numeric key for shared hash got stringified using
26733              wrong interpreter, and thus got malloced into the wrong thread
26734              memory pool
26735      Branch: perl
26736            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
26737 ____________________________________________________________________________
26738 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
26739         Log: Upgrade to MakeMaker 6.20.
26740      Branch: perl
26741            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
26742            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
26743            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
26744            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
26745            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
26746 ____________________________________________________________________________
26747 [ 21674] By: ams                                   on 2003/11/06  09:32:26
26748         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
26749              tests fail to spot this
26750              From: Rick Delaney <rick@bort.ca>
26751              Date: Wed, 5 Nov 2003 23:02:41 -0500
26752              Message-Id: <20031105230241.D13585@biff.bort.ca>
26753      Branch: perl
26754            ! pp_ctl.c t/op/taint.t
26755 ____________________________________________________________________________
26756 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
26757         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
26758              From: Andy Dougherty <doughera@lafayette.edu>
26759              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
26760              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
26761      Branch: perl
26762            ! hints/linux.sh
26763 ____________________________________________________________________________
26764 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
26765         Log: Subject: [patch t/op/hash.t] extending the hash attack test
26766              From: Stas Bekman <stas@stason.org>
26767              Date: Tue, 04 Nov 2003 14:33:09 -0800
26768              Message-ID: <3FA82925.7020703@stason.org>
26769      Branch: perl
26770            ! t/op/hash.t
26771 ____________________________________________________________________________
26772 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
26773         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
26774              From: Stas Bekman <stas@stason.org>
26775              Date: Wed, 05 Nov 2003 00:50:25 -0800
26776              Message-ID: <3FA8B9D1.2020806@stason.org>
26777      Branch: perl
26778            ! lib/Benchmark.pm
26779 ____________________________________________________________________________
26780 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
26781         Log: From: Craig Berry <craigberry@mac.com>
26782              Subject: Opcode.xs/RC2 compile nit on VMS
26783              Date: Wed, 05 Nov 2003 12:16:34 -0600
26784              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
26785      Branch: perl
26786            ! ext/Opcode/Opcode.xs
26787 ____________________________________________________________________________
26788 [ 21664] By: ams                                   on 2003/11/05  18:34:28
26789         Log: Orphaned submission from #21546.
26790      Branch: perl
26791            ! perl.c
26792 ____________________________________________________________________________
26793 [ 21663] By: ams                                   on 2003/11/05  17:01:29
26794         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
26795              From: Slaven Rezic <slaven@rezic.de>
26796              Date: 20 Oct 2003 22:39:28 +0200
26797              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
26798      Branch: perl
26799            ! lib/filetest.t
26800 ____________________________________________________________________________
26801 [ 21662] By: ams                                   on 2003/11/05  16:51:08
26802         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
26803              From: Michael G Schwern <schwern@pobox.com>
26804              Date: Wed, 5 Nov 2003 06:26:36 -0800
26805              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
26806      Branch: perl
26807            ! t/op/cproto.t
26808 ____________________________________________________________________________
26809 [ 21661] By: ams                                   on 2003/11/05  16:50:05
26810         Log: Subject: [PATCH] Modernise INSTALL
26811              From: Gisle Aas <gisle@ActiveState.com>
26812              Date: 05 Nov 2003 05:16:25 -0800
26813              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
26814
26815              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
26816              From: Abigail <abigail@abigail.nl>
26817              Date: Tue, 4 Nov 2003 10:40:57 +0100
26818              Message-Id: <20031104094057.GA22508@abigail.nl>
26819      Branch: perl
26820            ! INSTALL pod/perlhist.pod
26821 ____________________________________________________________________________
26822 [ 21660] By: ams                                   on 2003/11/05  16:46:12
26823         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
26824              From: Jan Dubois <jand@ActiveState.com>
26825              Date: Tue, 04 Nov 2003 16:52:14 -0800
26826              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
26827      Branch: perl
26828            ! reentr.c reentr.h reentr.pl
26829 ____________________________________________________________________________
26830 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
26831         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
26832              From: Michael G Schwern <schwern@pobox.com>
26833              Date: Tue, 4 Nov 2003 17:59:13 -0800
26834              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
26835
26836              Replaces the temporary kludge (#21655).
26837      Branch: perl
26838            ! ext/SDBM_File/sdbm/Makefile.PL
26839 ____________________________________________________________________________
26840 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
26841         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
26842              From: PPrymmer@factset.com
26843              Date: Tue, 4 Nov 2003 10:00:07 -0500
26844              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
26845      Branch: perl
26846            ! pod/perlebcdic.pod
26847 ____________________________________________________________________________
26848 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
26849         Log: Temporary kludge to allow SDBM_File being built
26850              with MakeMaker 6.19.
26851      Branch: perl
26852            ! ext/SDBM_File/sdbm/Makefile.PL
26853 ____________________________________________________________________________
26854 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
26855         Log: Upgrade to ExtUtils::MakeMaker 6.19
26856      Branch: perl
26857            + lib/ExtUtils/t/parse_version.t
26858            + t/lib/MakeMaker/Test/Setup/BFD.pm
26859            + t/lib/MakeMaker/Test/Setup/Problem.pm
26860            - lib/ExtUtils/t/00setup_dummy.t
26861            - lib/ExtUtils/t/zz_cleanup_dummy.t
26862            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
26863            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
26864            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
26865            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
26866            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
26867            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26868            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
26869            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
26870            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
26871            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
26872            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
26873            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
26874            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
26875            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
26876            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
26877            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
26878            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
26879            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
26880 ____________________________________________________________________________
26881 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
26882         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
26883              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26884              Date: Mon, 3 Nov 2003 20:20:44 -0800
26885              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
26886      Branch: perl
26887            ! os2/Makefile.SHs
26888 ____________________________________________________________________________
26889 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
26890         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
26891              From: Michael G Schwern <schwern@pobox.com>
26892              Date: Sat, 1 Nov 2003 22:57:45 -0800
26893              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
26894              (goes with change #21418)
26895      Branch: perl
26896            ! lib/autouse.pm lib/autouse.t
26897 ____________________________________________________________________________
26898 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
26899         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
26900              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26901              Date: Mon, 3 Nov 2003 20:53:33 +0100
26902              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
26903      Branch: perl
26904            ! ext/Devel/PPPort/PPPort.pm
26905 ____________________________________________________________________________
26906 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
26907         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
26908              From: Casey West <casey@geeknest.com>
26909              Date: Mon, 3 Nov 2003 10:11:43 -0500
26910              Message-ID: <20031103151143.GB430@geeknest.com>
26911      Branch: perl
26912            ! ext/Cwd/Cwd.xs
26913 ____________________________________________________________________________
26914 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
26915         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
26916              From: Jan Dubois <jand@ActiveState.com>
26917              Date: Sun, 02 Nov 2003 21:43:44 -0800
26918              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
26919      Branch: perl
26920            ! reentr.h reentr.pl
26921 ____________________________________________________________________________
26922 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
26923         Log: Document the fact that keys() and values() are optimized
26924              for void context (as suggested by Liz.)
26925      Branch: perl
26926            ! pod/perlfunc.pod
26927 ____________________________________________________________________________
26928 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
26929         Log: Stas would prefer not to have MOD_PERL defines in perl.
26930      Branch: perl
26931            ! hv.c hv.h
26932 ____________________________________________________________________________
26933 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
26934         Log: s/new_hash/rehash/g (Stas suggested a better name)
26935      Branch: perl
26936            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
26937            ! sv.c universal.c util.c
26938 ____________________________________________________________________________
26939 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
26940         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
26941              make Hash::Util::hash_seed use this.
26942      Branch: perl
26943            ! lib/Hash/Util.pm universal.c
26944 ____________________________________________________________________________
26945 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
26946         Log: Fix for [perl #24347] segfault with Safe
26947              The empty %INC created for safe compartements was freed
26948              too early.
26949      Branch: perl
26950            ! ext/Opcode/Opcode.xs
26951 ____________________________________________________________________________
26952 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
26953         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
26954              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26955              Date: Sun, 2 Nov 2003 22:24:28 +0100
26956              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
26957      Branch: perl
26958            ! pod/perlguts.pod
26959 ____________________________________________________________________________
26960 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
26961         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
26962      Branch: perl
26963            ! pod/perlhist.pod
26964 ____________________________________________________________________________
26965 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
26966         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
26967              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26968              Date: Wed, 29 Oct 2003 14:00:18 -0800
26969              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
26970      Branch: perl
26971            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
26972            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
26973            ! os2/perl2cmd.pl perlio.c
26974 ____________________________________________________________________________
26975 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
26976         Log: Quoted-printable is evil.
26977      Branch: perl
26978            ! win32/win32.h
26979 ____________________________________________________________________________
26980 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
26981         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
26982      Branch: perl
26983            ! perl.c
26984 ____________________________________________________________________________
26985 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
26986         Log: Portability nit for MinGW 3.
26987
26988              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
26989              From: Greg Matheson <lang@ms.chinmin.edu.tw>
26990              Date: Thu, 30 Oct 2003 14:11:58 +0800
26991              Message-ID: <20031030141158.A11772@ms>
26992              (actual patch by Abe Timmerman)
26993      Branch: perl
26994            ! win32/win32.h
26995 ____________________________________________________________________________
26996 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
26997         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
26998              From: david nicol <whatever@davidnicol.com>
26999              Date: 26 Oct 2003 22:34:04 -0600
27000              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
27001      Branch: perl
27002            ! pod/perltie.pod
27003 ____________________________________________________________________________
27004 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
27005         Log: Subject: [PATCH] DB_File 1.807
27006              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27007              Date: Sat, 1 Nov 2003 13:50:12 -0000
27008              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
27009      Branch: perl
27010            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27011            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
27012            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
27013 ____________________________________________________________________________
27014 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
27015         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
27016              From: Rick Delaney <rick@bort.ca>
27017              Date: Mon, 27 Oct 2003 16:24:16 -0500
27018              Message-ID: <20031027162416.H2233@biff.bort.ca>
27019      Branch: perl
27020            ! pp_hot.c
27021 ____________________________________________________________________________
27022 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
27023         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
27024      Branch: perl
27025            ! MANIFEST
27026 ____________________________________________________________________________
27027 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
27028         Log: mod_perl2 will require access to the Plan C hashing function.
27029      Branch: perl
27030            ! hv.h
27031 ____________________________________________________________________________
27032 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
27033         Log: Add Internals::HvREHASH to expose the rehashing flag
27034              t/op/hash.t tests that pathological data triggers rehashing
27035      Branch: perl
27036            + t/op/hash.t
27037            ! universal.c
27038 ____________________________________________________________________________
27039 [ 21599] By: davem                                 on 2003/11/01  00:09:22
27040         Log: whoops, typo
27041      Branch: perl
27042            ! ext/threads/shared/shared.xs
27043 ____________________________________________________________________________
27044 [ 21598] By: davem                                 on 2003/11/01  00:03:38
27045         Log: seg faults when deleting keys of shared hash refs
27046              Ensure that the shared_sv get magic of the element being deleted
27047              is called. Also, avoid posible memory leaks by wrapping all shared
27048              context sections with ENTER/SAVETMPS
27049      Branch: perl
27050            ! ext/threads/shared/shared.xs
27051 ____________________________________________________________________________
27052 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
27053         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
27054              From: Andy Dougherty <doughera@lafayette.edu>
27055              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
27056              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
27057              (plus POD link fixes)
27058      Branch: perl
27059            ! INSTALL
27060 ____________________________________________________________________________
27061 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
27062         Log: Prevent the installation of makefiles that can be found
27063              under lib/.
27064      Branch: perl
27065            ! installperl
27066 ____________________________________________________________________________
27067 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
27068         Log: Test nit ; goes with change 21591
27069      Branch: perl
27070            ! t/lib/warnings/regcomp
27071 ____________________________________________________________________________
27072 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
27073         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
27074              From: Gisle Aas <gisle@ActiveState.com>
27075              Date: 31 Oct 2003 03:13:03 -0800
27076              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
27077      Branch: perl
27078            ! pod/perlrun.pod
27079 ____________________________________________________________________________
27080 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
27081         Log: Subject: [PATCH] Off-by-one error in regcomp.c
27082              From: Slaven Rezic <slaven@rezic.de>
27083              Date: Fri, 31 Oct 2003 12:16:11 +0000
27084              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
27085      Branch: perl
27086            ! regcomp.c t/op/regmesg.t
27087 ____________________________________________________________________________
27088 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
27089         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
27090              From: Stas Bekman <stas@stason.org>
27091              Date: Wed, 29 Oct 2003 16:47:24 -0800
27092              Message-ID: <3FA05F9C.2080304@stason.org>
27093      Branch: perl
27094            ! pod/perlfunc.pod
27095 ____________________________________________________________________________
27096 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
27097         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
27098              From: Stas Bekman <stas@stason.org>
27099              Date: Wed, 29 Oct 2003 15:15:15 -0800
27100              Message-ID: <3FA04A03.5010603@stason.org>
27101              (enclosed in a #ifdef DEBUGGING)
27102      Branch: perl
27103            ! sv.c
27104 ____________________________________________________________________________
27105 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
27106         Log: Subject: [PATCH] Devel::PPPort and scan_bin
27107              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27108              Date: Wed, 29 Oct 2003 22:53:43 +0100
27109              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
27110      Branch: perl
27111            ! ext/Devel/PPPort/PPPort.pm
27112 ____________________________________________________________________________
27113 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
27114         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
27115              From: Jan Dubois <jand@ActiveState.com>
27116              Date: Thu, 30 Oct 2003 18:43:08 -0800
27117              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
27118      Branch: perl
27119            ! Porting/p4d2p
27120 ____________________________________________________________________________
27121 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
27122         Log: Comment that this "optimisation" is actually a necessary fixup.
27123              When the split occurs (to make the opti{miser,onal}) this isn't
27124              (Richard Clamp reminded me that I forgot to do this)
27125      Branch: perl
27126            ! op.c
27127 ____________________________________________________________________________
27128 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
27129         Log: Rewrite to correctly use test.pl
27130
27131              Date: Thu, 30 Oct 2003 15:51:03 -0800
27132              From: Michael G Schwern <schwern@pobox.com>
27133              Subject: Re: Fix for the orange lion bug - aka empty sub bug
27134              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
27135      Branch: perl
27136            ! t/op/sub.t
27137 ____________________________________________________________________________
27138 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
27139         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
27140              Subject: Fix for the orange lion bug - aka empty sub bug
27141              From: Arthur Bergman <sky@nanisky.com>
27142              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
27143      Branch: perl
27144            + t/op/sub.t
27145            ! MANIFEST op.c
27146 ____________________________________________________________________________
27147 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
27148         Log: 14 is the chain length for attack. From
27149
27150              Message-ID: <20031030204117.16008.qmail@plover.com>
27151              Subject: Re: 5.8.2-RC1 and mp2
27152              Date: Thu, 30 Oct 2003 15:41:17 -0500
27153              From: Mark Jason Dominus <mjd@plover.com>
27154
27155              and
27156
27157              From: Scott A Crosby <scrosby@cs.rice.edu>
27158              Subject: Re: 5.8.2-RC1 and mp2
27159              Date: 30 Oct 2003 14:08:06 -0600
27160              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
27161      Branch: perl
27162            ! hv.c
27163 ____________________________________________________________________________
27164 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
27165         Log: Move a fcntl() example in perlfunc at a more proper place,
27166              as suggested by :
27167              Subject: [perl #24334] ioctl/fcntl doc confusion
27168              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
27169              Date: 28 Oct 2003 13:37:49 -0000
27170              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
27171      Branch: perl
27172            ! pod/perlfunc.pod
27173 ____________________________________________________________________________
27174 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
27175         Log: Upgrade to Time::HiRes 1.52.
27176      Branch: perl
27177            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27178            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
27179 ____________________________________________________________________________
27180 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
27181         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
27182              From: Abigail <abigail@abigail.nl>
27183              Date: Mon, 27 Oct 2003 13:05:37 +0100
27184              Message-ID: <20031027120536.GA24608@abigail.nl>
27185
27186              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
27187              From: Rick Delaney <rick@bort.ca>
27188              Date: Mon, 27 Oct 2003 12:17:49 -0500
27189              Message-ID: <20031027121749.E2233@biff.bort.ca>
27190      Branch: perl
27191            ! lib/overload.t toke.c
27192 ____________________________________________________________________________
27193 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
27194         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
27195              From: Abigail <abigail@abigail.nl>
27196              Date: Mon, 27 Oct 2003 14:50:24 +0100
27197              Message-ID: <20031027135024.GA12666@abigail.nl>
27198      Branch: perl
27199            ! t/comp/proto.t
27200 ____________________________________________________________________________
27201 [ 21564] By: davem                                 on 2003/10/27  22:01:12
27202         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
27203              of sharedsv_scalar_store().
27204      Branch: perl
27205            ! ext/threads/shared/shared.xs
27206 ____________________________________________________________________________
27207 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
27208         Log: Add a new taint error, "%ENV is aliased to %s".
27209              This error is thrown when taint checks are enabled and
27210              when *ENV has been aliased, so that %ENV has no env-magic
27211              anymore. (see bug [perl #24291].)
27212      Branch: perl
27213            ! pod/perldiag.pod t/op/taint.t taint.c
27214 ____________________________________________________________________________
27215 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
27216         Log: Record the escape^Wrelease of 5.9.0
27217      Branch: perl
27218            ! pod/perlhist.pod
27219 ____________________________________________________________________________
27220 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
27221         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
27222              From: Alan Burlison <Alan.Burlison@sun.com>
27223              Date: Tue, 21 Oct 2003 15:00:58 +0100
27224              Message-ID: <3F953C1A.3060800@sun.com>
27225      Branch: perl
27226            ! hints/solaris_2.sh
27227 ____________________________________________________________________________
27228 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
27229         Log: Sync with Unicode::Normalize 0.25
27230      Branch: perl
27231            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
27232            + ext/Unicode/Normalize/t/proto.t
27233            + ext/Unicode/Normalize/t/split.t
27234            ! MANIFEST ext/Unicode/Normalize/Changes
27235            ! ext/Unicode/Normalize/Makefile.PL
27236            ! ext/Unicode/Normalize/Normalize.pm
27237            ! ext/Unicode/Normalize/Normalize.xs
27238            ! ext/Unicode/Normalize/README
27239 ____________________________________________________________________________
27240 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
27241         Log: Sync with Unicode::Collate 0.30
27242      Branch: perl
27243            + lib/Unicode/Collate/t/hangtype.t
27244            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
27245            + lib/Unicode/Collate/t/variable.t
27246            + lib/Unicode/Collate/t/version.t
27247            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27248            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
27249            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
27250            ! lib/Unicode/Collate/t/test.t
27251 ____________________________________________________________________________
27252 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
27253         Log: Sync with Pod::Perldoc 3.12
27254      Branch: perl
27255            ! lib/Pod/Perldoc.pm
27256 ____________________________________________________________________________
27257 [ 21546] By: ams                                   on 2003/10/27  09:00:08
27258         Log: Will the real off by one please stand up?
27259      Branch: perl
27260            ! mg.c
27261 ____________________________________________________________________________
27262 [ 21545] By: hv                                    on 2003/10/27  02:52:16
27263         Log: fixup separators
27264      Branch: perl
27265            ! Changes
27266 ____________________________________________________________________________
27267 [ 21544] By: hv                                    on 2003/10/27  02:51:26
27268         Log: don't complain of podless .pm files that have a separate .pod file
27269      Branch: perl
27270            ! pod/buildtoc
27271 ____________________________________________________________________________
27272 [ 21543] By: hv                                    on 2003/10/27  02:50:04
27273         Log: regen pods and toc
27274      Branch: perl
27275            ! pod/perlmodlib.pod pod/perltoc.pod
27276 ____________________________________________________________________________
27277 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
27278         Log: When %ENV has been turned into a non-magical hash after a
27279              glob assignment, TAINT_ENV() may dump core because it
27280              assumes $ENV{PATH} is magical. Fix this ; add a test to
27281              verify that the PATH is still checked for taintedness.
27282      Branch: perl
27283            ! t/op/taint.t taint.c
27284 ____________________________________________________________________________
27285 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
27286         Log: Fix backward-compatibility issues in if.pm.
27287      Branch: perl
27288            ! lib/if.pm
27289 ____________________________________________________________________________
27290 [ 21539] By: hv                                    on 2003/10/26  12:22:54
27291         Log: Update Changes.
27292      Branch: perl
27293            ! Changes patchlevel.h
27294 ____________________________________________________________________________
27295 [ 21538] By: ams                                   on 2003/10/26  08:08:02
27296         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
27297              The whole PL_origalen thing in perl.c looks very hokey.
27298      Branch: perl
27299            ! mg.c
27300 ____________________________________________________________________________
27301 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
27302         Log: show the rehash flags in dumps
27303      Branch: perl
27304            ! dump.c
27305 ____________________________________________________________________________
27306 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
27307         Log: Return 21533 (with modifications) having found the problem
27308      Branch: perl
27309            ! hv.c hv.h
27310 ____________________________________________________________________________
27311 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
27312         Log: Back out 21533 because it broke Encode's build in really weird ways
27313      Branch: perl
27314            ! hv.c hv.h
27315 ____________________________________________________________________________
27316 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
27317         Log: Plan C rough edge smoothing. Criteria for a hash split is now
27318              the earlier of "more keys than buckets" (the old test) or
27319              linked list too long. Rehash is triggered after a split if the
27320              longest linked list is too long.
27321      Branch: perl
27322            ! hv.c hv.h
27323 ____________________________________________________________________________
27324 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
27325         Log: Subject: Re: [perl #948] $, untieable?
27326              From: Richard Clamp <richardc@unixbeard.net>
27327              Date: Tue, 21 Oct 2003 00:02:49 +0100
27328              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
27329
27330              Plus a small fix to t/TEST to recognize the added TODO test
27331              as a TODO test.
27332      Branch: perl
27333            ! t/TEST t/op/tie.t
27334 ____________________________________________________________________________
27335 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
27336         Log: When it says "add", then, like, you have to p4 add it. D'oh!
27337              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
27338      Branch: perl
27339            + lib/I18N/LangTags/t/02decency.t
27340 ____________________________________________________________________________
27341 [ 21527] By: davem                                 on 2003/10/23  19:13:20
27342         Log: Fix two threads::shared leaks
27343              #24061 - AV in shared interpreter wasn't set to AvREAL
27344              #24255 - mortals were added to the shared interpreter's tmpstack
27345              and never freed.
27346      Branch: perl
27347            ! ext/threads/shared/shared.xs
27348 ____________________________________________________________________________
27349 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
27350         Log: From: Jan Dubois <jand@ActiveState.com>
27351              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
27352              Date: Wed, 22 Oct 2003 20:17:07 -0700
27353              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
27354
27355              From: Jan Dubois <jand@ActiveState.com>
27356              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
27357              Date: Wed, 22 Oct 2003 20:26:56 -0700
27358              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
27359      Branch: perl
27360            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
27361            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
27362            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
27363            ! utils/perldoc.PL
27364 ____________________________________________________________________________
27365 [ 21523] By: ams                                   on 2003/10/23  12:53:03
27366         Log: Subject: [PATCH] utime documentation
27367              From: Gisle Aas <gisle@ActiveState.com>
27368              Date: 23 Oct 2003 05:33:43 -0700
27369              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
27370      Branch: perl
27371            ! pod/perlfunc.pod
27372 ____________________________________________________________________________
27373 [ 21522] By: ams                                   on 2003/10/23  08:07:18
27374         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
27375              From: Jan Dubois <jand@ActiveState.com>
27376              Date: Wed, 22 Oct 2003 20:33:54 -0700
27377              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
27378      Branch: perl
27379            ! doio.c
27380 ____________________________________________________________________________
27381 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
27382         Log: patch created by Casey West from:
27383
27384              Subject: CPAN module problems
27385              From: Edward Moy <emoy@apple.com>
27386              Date: Fri, 10 Oct 2003 17:42:06 -0700
27387              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
27388
27389              (change ld value in hints file)
27390      Branch: perl
27391            ! hints/darwin.sh
27392 ____________________________________________________________________________
27393 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
27394         Log: Small email update in AUTHORS.
27395      Branch: perl
27396            ! AUTHORS
27397 ____________________________________________________________________________
27398 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
27399         Log: Add a test.taintwarn makefile target,
27400              to run the whole test suite with the -t switch.
27401      Branch: perl
27402            ! Makefile.SH pod/perlhack.pod t/TEST
27403 ____________________________________________________________________________
27404 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
27405         Log: Subject: [PATCH @20458] embedding perl
27406              From: Radu Greab <rgreab@fx.ro>
27407              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
27408              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
27409      Branch: perl
27410            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
27411            ! sv.c
27412 ____________________________________________________________________________
27413 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
27414         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
27415              in perltoot, $him->fullname should be $him->fullname->as_string
27416              when passed to printf.
27417      Branch: perl
27418            ! pod/perltoot.pod
27419 ____________________________________________________________________________
27420 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
27421         Log: Two OS/2 portability patches from Ilya.
27422
27423              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
27424              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27425              Date: Thu, 25 Sep 2003 12:09:11 -0700
27426              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
27427
27428              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
27429              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27430              Date: Thu, 25 Sep 2003 19:50:45 -0700
27431              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
27432      Branch: perl
27433            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
27434 ____________________________________________________________________________
27435 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
27436         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
27437              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27438              Date: Mon, 20 Oct 2003 20:14:19 +0200
27439              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
27440      Branch: perl
27441            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
27442 ____________________________________________________________________________
27443 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
27444         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
27445              From: Slaven Rezic <slaven@rezic.de>
27446              Date: 19 Oct 2003 17:54:59 +0200
27447              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
27448      Branch: perl
27449            ! perlio.c
27450 ____________________________________________________________________________
27451 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
27452         Log: Skip the chflags tests in filetest.t on Darwin.
27453      Branch: perl
27454            ! lib/filetest.t
27455 ____________________________________________________________________________
27456 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
27457         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
27458              flag on the hash when rehashing. Can turn off the "rehasing" flag
27459              if the hash is cleared
27460      Branch: perl
27461            ! hv.c
27462 ____________________________________________________________________________
27463 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
27464         Log: -u is deprecated.
27465              Subject: Re: why PERL5LIB is ignored when -T is in effect
27466              From: Slaven Rezic <slaven@rezic.de>
27467              Date: Fri, 17 Oct 2003 10:02:31 +0000
27468              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
27469      Branch: perl
27470            ! perl.c
27471 ____________________________________________________________________________
27472 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
27473         Log: The compilation of PerlIO::via may hang on AIX when
27474              compiling with vac at -O3 optimization level. Disable
27475              optimization for this module.
27476      Branch: perl
27477            + ext/PerlIO/via/hints/aix.pl
27478            ! MANIFEST
27479 ____________________________________________________________________________
27480 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
27481         Log: Plan C for foiling the algorithmic complexity attack
27482              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
27483              Chip's plan B (do something new inside the hv functions)
27484              and introspective sort)
27485              Provides infrastructure for hashes to change their hash function
27486              if necessary, and code in hsplit to detect pathalogical data and
27487              instigate a random rehashing.
27488              Needs refinement. Let's see how much smoke it creates.
27489      Branch: perl
27490            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
27491            ! util.c
27492 ____________________________________________________________________________
27493 [ 21470] By: davem                                 on 2003/10/16  20:03:44
27494         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
27495              PL_main_root is freed; this may not have been be the case if a
27496              thread other than the main one is the last to be destroyed
27497      Branch: perl
27498            ! ext/threads/t/thread.t pad.h perl.c
27499 ____________________________________________________________________________
27500 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
27501         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
27502              (as suggested by Jan Dubois)
27503      Branch: perl
27504            ! hv.c
27505 ____________________________________________________________________________
27506 [ 21468] By: ams                                   on 2003/10/16  19:00:14
27507         Log: Subject: Re: assert.h breaks perl.h
27508              From: Alexey Tourbin <at@altlinux.ru>
27509              Date: Thu, 16 Oct 2003 22:24:35 +0400
27510              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
27511      Branch: perl
27512            ! sv.h
27513 ____________________________________________________________________________
27514 [ 21467] By: ams                                   on 2003/10/16  18:57:57
27515         Log: Subject: [PATCH] Tie::Hash documentation
27516              From: Slaven Rezic <slaven@rezic.de>
27517              Date: Thu, 16 Oct 2003 17:57:35 +0000
27518              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
27519      Branch: perl
27520            ! lib/Tie/Hash.pm
27521 ____________________________________________________________________________
27522 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
27523         Log: Further tweak on change #21464.
27524      Branch: perl
27525            ! perl.c
27526 ____________________________________________________________________________
27527 [ 21464] By: ams                                   on 2003/10/16  08:42:50
27528         Log: Subject: perl -h tweak [PATCH]
27529              From: Gisle Aas <gisle@ActiveState.com>
27530              Date: 16 Oct 2003 02:49:39 -0700
27531              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
27532      Branch: perl
27533            ! perl.c
27534 ____________________________________________________________________________
27535 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
27536         Log: Perlfaq1 : take notice that 5.8.1 is now released.
27537      Branch: perl
27538            ! pod/perlfaq1.pod
27539 ____________________________________________________________________________
27540 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
27541         Log: PerlFAQ sync. (only actual changes)
27542      Branch: perl
27543            ! pod/perlfaq4.pod
27544 ____________________________________________________________________________
27545 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
27546         Log: Typos.
27547      Branch: perl
27548            ! hints/aix.sh
27549 ____________________________________________________________________________
27550 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
27551         Log: Fix bug [perl #24212] : improper error recovery in the
27552              tokenizer after an unknown filetest operator.
27553      Branch: perl
27554            ! t/comp/parser.t toke.c
27555 ____________________________________________________________________________
27556 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
27557         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
27558      Branch: perl
27559            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27560            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
27561            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
27562            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27563            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27564            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
27565 ____________________________________________________________________________
27566 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
27567         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
27568              Based on a idea by Alex Hudson. (Basically those are unix domain
27569              sockets whose name has a '\0' as first character.)
27570      Branch: perl
27571            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
27572 ____________________________________________________________________________
27573 [ 21449] By: ams                                   on 2003/10/15  06:32:44
27574         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
27575              From: Autrijus Tang <autrijus@autrijus.org>
27576              Date: Tue, 14 Oct 2003 18:32:28 +0800
27577              Message-Id: <1066127547.65845.35.camel@localhost>
27578      Branch: perl
27579            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
27580            ! lib/ExtUtils/MakeMaker.pm
27581 ____________________________________________________________________________
27582 [ 21448] By: ams                                   on 2003/10/15  05:56:12
27583         Log: Rewrite #21447.
27584      Branch: perl
27585            ! pod/perliol.pod
27586 ____________________________________________________________________________
27587 [ 21447] By: ams                                   on 2003/10/15  05:36:48
27588         Log: Subject: [patch pod/perliol.pod]
27589              From: Stas Bekman <stas@stason.org>
27590              Date: Tue, 14 Oct 2003 18:05:29 -0700
27591              Message-Id: <3F8C9D59.3040403@stason.org>
27592      Branch: perl
27593            ! pod/perliol.pod
27594 ____________________________________________________________________________
27595 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
27596         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
27597              (the routine used by perl level HV operations)
27598      Branch: perl
27599            ! hv.c
27600 ____________________________________________________________________________
27601 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
27602         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
27603              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27604              Date: Tue, 30 Sep 2003 19:23:34 +0200
27605              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
27606      Branch: perl
27607            ! ext/Devel/PPPort/PPPort.pm
27608 ____________________________________________________________________________
27609 [ 21442] By: ams                                   on 2003/10/13  08:41:17
27610         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
27611              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
27612              Date: 12 Oct 2003 09:01:25 -0000
27613              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
27614      Branch: perl
27615            ! lib/strict.pm
27616 ____________________________________________________________________________
27617 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
27618         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
27619              From: Jan Dubois <jand@ActiveState.com>
27620              Date: Sun, 12 Oct 2003 22:09:39 -0700
27621              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
27622      Branch: perl
27623            ! universal.c
27624 ____________________________________________________________________________
27625 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
27626         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
27627              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
27628              Date: 5 Oct 2003 20:55:56 -0000
27629              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
27630      Branch: perl
27631            ! mg.c
27632 ____________________________________________________________________________
27633 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
27634         Log: Subject: [PATCH] Tie::Hash documentation
27635              From: Slaven Rezic <slaven@rezic.de>
27636              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
27637              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
27638      Branch: perl
27639            ! lib/Tie/Hash.pm
27640 ____________________________________________________________________________
27641 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
27642         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
27643              From: Slaven Rezic <slaven@rezic.de>
27644              Date: 07 Oct 2003 00:04:34 +0200
27645              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
27646      Branch: perl
27647            ! hints/darwin.sh
27648 ____________________________________________________________________________
27649 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
27650         Log: Minor nit in perlrun, spotted by Art Haas.
27651      Branch: perl
27652            ! pod/perlrun.pod
27653 ____________________________________________________________________________
27654 [ 21436] By: ams                                   on 2003/10/10  19:05:55
27655         Log: Subject: [PATCH] threads::async + some cleanup
27656              From: Elizabeth Mattijsen <liz@dijkmat.nl>
27657              Date: Fri, 10 Oct 2003 16:37:55 +0200
27658              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
27659      Branch: perl
27660            ! ext/threads/threads.pm
27661 ____________________________________________________________________________
27662 [ 21435] By: ams                                   on 2003/10/10  19:02:34
27663         Log: Make everyone stop posting to p5p about 0e0.
27664      Branch: perl
27665            ! pod/perlsyn.pod
27666 ____________________________________________________________________________
27667 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
27668         Log: Put all pre-processor #s on the first column (some compilers are picky)
27669              [perl #24167] `#' comment signs not at the very beginning of a line
27670      Branch: perl
27671            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
27672            ! perl.h regcomp.c
27673 ____________________________________________________________________________
27674 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
27675         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
27676              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
27677              to t/test.pl.
27678      Branch: perl
27679            - t/op/nothr5005.t
27680            ! MANIFEST t/op/args.t
27681 ____________________________________________________________________________
27682 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
27683         Log: Document the behaviour of filetest operators regarding parentheses.
27684              This fixes bug #24127 (by documenting it as a feature.)
27685      Branch: perl
27686            ! pod/perlop.pod
27687 ____________________________________________________________________________
27688 [ 21430] By: ams                                   on 2003/10/09  07:55:34
27689         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
27690              calculations in regcomp.c
27691              From: Eric Promislow <ericp@ActiveState.com>
27692              Date: Wed, 8 Oct 2003 17:42:42 -0700
27693              Message-Id: <20031008174242.A17544@ActiveState.com>
27694      Branch: perl
27695            ! regcomp.c
27696 ____________________________________________________________________________
27697 [ 21429] By: ams                                   on 2003/10/09  07:43:56
27698         Log: Patch based on:
27699
27700              Subject: [perl #24157] -MModule=} is broken
27701              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
27702              Date: 7 Oct 2003 21:47:43 -0000
27703              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
27704
27705              (Includes a fix for a similar problem in -A, but not -d.)
27706      Branch: perl
27707            ! perl.c
27708 ____________________________________________________________________________
27709 [ 21428] By: ams                                   on 2003/10/09  02:32:07
27710         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
27711              grok_numeric_radix()
27712              From: Jan Dubois <jand@ActiveState.com>
27713              Date: Wed, 08 Oct 2003 20:37:42 -0700
27714              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
27715      Branch: perl
27716            ! ext/Devel/PPPort/PPPort.pm
27717 ____________________________________________________________________________
27718 [ 21427] By: ams                                   on 2003/10/09  01:36:18
27719         Log: Subject: Re: require patch breaks locale
27720              From: Rick Delaney <rick@bort.ca>
27721              Date: Wed, 8 Oct 2003 22:41:55 -0400
27722              Message-Id: <20031008224155.A14638@biff.bort.ca>
27723      Branch: perl
27724            ! t/comp/require.t
27725 ____________________________________________________________________________
27726 [ 21426] By: ams                                   on 2003/10/09  01:26:57
27727         Log: Subject: Re: Simple @INC hook core dump [PATCH]
27728              From: Gisle Aas <gisle@ActiveState.com>
27729              Date: 08 Oct 2003 13:35:28 -0700
27730              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
27731      Branch: perl
27732            ! t/op/inccode.t
27733 ____________________________________________________________________________
27734 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
27735         Log: Fix bug #24108: Goto +foo broken
27736              the fix having been suggested by xmath via Juerd.
27737      Branch: perl
27738            ! op.c t/op/goto.t
27739 ____________________________________________________________________________
27740 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
27741         Log: Subject: Re: Simple @INC hook core dump [PATCH]
27742              From: Gisle Aas <gisle@ActiveState.com>
27743              Date: 08 Oct 2003 04:47:33 -0700
27744              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
27745      Branch: perl
27746            ! pp_ctl.c
27747 ____________________________________________________________________________
27748 [ 21423] By: ams                                   on 2003/10/08  10:09:41
27749         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
27750              From: Abigail <abigail@abigail.nl>
27751              Date: Wed, 8 Oct 2003 03:50:49 -0700
27752              Message-Id: <20031008105049.GA15770@ucan.foad.org>
27753      Branch: perl
27754            ! pod/perlrun.pod
27755 ____________________________________________________________________________
27756 [ 21422] By: ams                                   on 2003/10/08  06:13:07
27757         Log: "Are implicit undefs true?" asks Gisle.
27758      Branch: perl
27759            ! pod/perlsyn.pod
27760 ____________________________________________________________________________
27761 [ 21421] By: ams                                   on 2003/10/08  03:20:00
27762         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
27763              From: schwern@pobox.com
27764              Date: Tue, 7 Oct 2003 20:39:36 -0700
27765              Message-Id: <20031007203936.X4301@ttul.org>
27766
27767              (Originally from Shlomi Fish. Applied with tweaks.)
27768      Branch: perl
27769            ! pod/perlop.pod
27770 ____________________________________________________________________________
27771 [ 21420] By: ams                                   on 2003/10/07  19:51:35
27772         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
27773              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
27774      Branch: perl
27775            ! pod/perlsyn.pod sv.c t/op/pow.t
27776 ____________________________________________________________________________
27777 [ 21419] By: ams                                   on 2003/10/07  04:03:34
27778         Log: Why should -3**$x be more precisely determined than 3**$x?
27779      Branch: perl
27780            ! t/op/pow.t
27781 ____________________________________________________________________________
27782 [ 21418] By: ams                                   on 2003/10/07  03:59:38
27783         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
27784              From: schwern@pobox.com
27785              Date: Mon, 6 Oct 2003 13:14:36 -0700
27786              Message-Id: <20031006131436.G20960@ttul.org>
27787      Branch: perl
27788            ! lib/UNIVERSAL.pm t/op/universal.t
27789 ____________________________________________________________________________
27790 [ 21417] By: ams                                   on 2003/10/07  03:55:18
27791         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
27792              know what I mean.
27793      Branch: perl
27794            ! pod/perlfunc.pod
27795 ____________________________________________________________________________
27796 [ 21416] By: ams                                   on 2003/10/07  03:37:01
27797         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
27798              From: Stas Bekman <stas@stason.org>
27799              Date: Mon, 06 Oct 2003 21:19:53 -0700
27800              Message-Id: <3F823EE9.4030103@stason.org>
27801      Branch: perl
27802            ! sv.c
27803 ____________________________________________________________________________
27804 [ 21415] By: ams                                   on 2003/10/06  17:30:31
27805         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
27806              From: Rick Delaney <rick@bort.ca>
27807              Date: Tue, 23 Sep 2003 12:14:52 -0400
27808              Message-ID: <20030923121452.G18845@biff.bort.ca>
27809      Branch: perl
27810            ! pp_ctl.c t/comp/require.t
27811 ____________________________________________________________________________
27812 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
27813         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
27814              From: Abigail <abigail@abigail.nl>
27815              Date: Wed, 1 Oct 2003 14:19:43 +0200
27816              Message-ID: <20031001121943.GA29419@abigail.nl>
27817      Branch: perl
27818            ! lib/warnings.t
27819 ____________________________________________________________________________
27820 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
27821         Log: Fixes in the modules maintainers list.
27822      Branch: perl
27823            ! Porting/Maintainers.pl
27824 ____________________________________________________________________________
27825 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
27826         Log: Fix broken link in perltodo.pod.
27827      Branch: perl
27828            ! pod/perltodo.pod
27829 ____________________________________________________________________________
27830 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
27831         Log: Typos in perldiag.
27832      Branch: perl
27833            ! pod/perldiag.pod
27834 ____________________________________________________________________________
27835 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
27836         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
27837              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
27838              Date: Mon, 6 Oct 2003 08:45:29 +0200
27839              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
27840      Branch: perl
27841            ! pod/perlapi.pod pp_pack.c
27842 ____________________________________________________________________________
27843 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
27844         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
27845              From: Abigail <abigail@abigail.nl>
27846              Date: Mon, 6 Oct 2003 05:55:21 -0700
27847              Message-ID: <20031006125521.GA26446@ucan.foad.org>
27848      Branch: perl
27849            ! pod/perlfunc.pod
27850 ____________________________________________________________________________
27851 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
27852         Log: Add a new option --check to Porting/Maintainers,
27853              to check for files who are listed for several maintainers.
27854      Branch: perl
27855            ! Porting/Maintainers.pm
27856 ____________________________________________________________________________
27857 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
27858         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
27859              From: Fergal Daly <fergal@esatclear.ie>
27860              Date: Mon, 6 Oct 2003 00:25:29 +0100
27861              Message-Id: <200310060025.29122.fergal@esatclear.ie>
27862
27863              Plus regeneration of META.yml
27864      Branch: perl
27865            ! META.yml Porting/makemeta
27866 ____________________________________________________________________________
27867 [ 21406] By: ams                                   on 2003/10/06  04:22:11
27868         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
27869              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27870              Date: Sun, 5 Oct 2003 21:27:54 +0200
27871              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
27872              (Applied with tweaks to op.c and a comment.)
27873      Branch: perl
27874            ! op.c t/lib/warnings/op
27875 ____________________________________________________________________________
27876 [ 21405] By: ams                                   on 2003/10/06  03:56:54
27877         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
27878              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
27879              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
27880              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
27881              (Applied with minor tweaks.)
27882      Branch: perl
27883            ! pod/perlsyn.pod
27884 ____________________________________________________________________________
27885 [ 21404] By: ams                                   on 2003/10/06  03:32:50
27886         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
27887              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
27888              Date: 5 Oct 2003 18:40:36 -0000
27889              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
27890              (Applied without $VERSION update.)
27891      Branch: perl
27892            ! lib/Tie/Hash.pm
27893 ____________________________________________________________________________
27894 [ 21403] By: ams                                   on 2003/10/06  03:26:39
27895         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
27896              From: Robert Spier <rspier@pobox.com>
27897              Date: Sun, 05 Oct 2003 21:34:30 -0700
27898              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
27899      Branch: perl
27900            ! pod/perlretut.pod
27901 ____________________________________________________________________________
27902 [ 21402] By: ams                                   on 2003/10/05  03:08:53
27903         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
27904              From: Steve Grazzini <grazz@pobox.com>
27905              Date: Sat, 4 Oct 2003 18:15:23 -0400
27906              Message-Id: <20031004221523.GA29324@grazzini.net>
27907      Branch: perl
27908            ! pp_sys.c
27909 ____________________________________________________________________________
27910 [ 21401] By: ams                                   on 2003/10/02  17:25:34
27911         Log: Subject: Re: 5.8.1 and srand
27912              From: Slaven Rezic <slaven@rezic.de>
27913              Date: Thu, 2 Oct 2003 15:51:11 +0000
27914              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
27915      Branch: perl
27916            ! t/op/fork.t
27917 ____________________________________________________________________________
27918 [ 21400] By: hv                                    on 2003/10/02  09:34:36
27919         Log: minor cleanup for Changes
27920      Branch: perl
27921            ! Changes
27922 ____________________________________________________________________________
27923 [ 21399] By: hv                                    on 2003/10/02  09:18:27
27924         Log: Update changes
27925      Branch: perl
27926            ! Changes patchlevel.h
27927 ____________________________________________________________________________
27928 [ 21398] By: hv                                    on 2003/10/02  09:15:42
27929         Log: build perlapi.pod in deterministic order even when functions differ
27930              only in case; regen perlapi.pod
27931      Branch: perl
27932            ! autodoc.pl pod/perlapi.pod
27933 ____________________________________________________________________________
27934 [ 21397] By: ams                                   on 2003/10/02  07:48:51
27935         Log: Subject: Re: 5.8.1 and srand
27936              From: Brendan O'Dea <bod@debian.org>
27937              Date: Thu, 2 Oct 2003 10:30:36 +1000
27938              Message-Id: <20031002003036.GA9198@londo.c47.org>
27939      Branch: perl
27940            ! util.c
27941 ____________________________________________________________________________
27942 [ 21396] By: ams                                   on 2003/10/01  22:18:13
27943         Log: Update Changes.
27944      Branch: perl
27945            ! Changes patchlevel.h
27946 ____________________________________________________________________________
27947 [ 21394] By: ams                                   on 2003/10/01  20:28:20
27948         Log: Subject: misapplied patch 19452
27949              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27950              Date: Tue, 30 Sep 2003 06:01:50 -0700
27951              Message-Id: <20030930130150.GA1436@efn.org>
27952      Branch: perl
27953            ! pp_hot.c
27954 ____________________________________________________________________________
27955 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
27956         Log: Revamp the section on local() in perlsub.
27957              - avoid using the word "declare" in conjunction with local()
27958              - less archaelogical references
27959              - more about localization of lvalues
27960              - removes examples of localization of tied hashes that don't work
27961              - give titles to subsections
27962              - explain localization of magic values
27963              - explain localization of globs
27964              - fix link to perldelta
27965      Branch: perl
27966            ! pod/perlsub.pod
27967 ____________________________________________________________________________
27968 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
27969         Log: Useless "local $_" in a perlfaq3 example
27970      Branch: perl
27971            ! pod/perlfaq3.pod
27972 ____________________________________________________________________________
27973 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
27974         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
27975              From: grommel@sears.com
27976              Date: Mon, 29 Sep 2003 14:45:16 -0500
27977              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
27978      Branch: perl
27979            ! hints/svr4.sh t/op/pack.t
27980 ____________________________________________________________________________
27981 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
27982         Log: Add a TODO test for bug #23790, by Abigail
27983      Branch: perl
27984            ! t/op/sub_lval.t
27985 ____________________________________________________________________________
27986 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
27987         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
27988              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27989              Date: Tue, 30 Sep 2003 04:53:02 -0700
27990              Message-ID: <20030930115302.GA3200@efn.org>
27991      Branch: perl
27992            ! pod/perlfunc.pod
27993 ____________________________________________________________________________
27994 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
27995         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
27996              From: Tom Horsley <Tom.Horsley@ccur.com>
27997              Date: Mon, 29 Sep 2003 13:00:09 GMT
27998              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
27999      Branch: perl
28000            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
28001 ____________________________________________________________________________
28002 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
28003         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
28004              From: Steve Hay <steve.hay@uk.radan.com>
28005              Date: Mon, 29 Sep 2003 11:50:23 +0100
28006              Message-ID: <3F780E6F.3020704@uk.radan.com>
28007      Branch: perl
28008            ! pod/splitpod
28009 ____________________________________________________________________________
28010 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
28011         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
28012              From: Brendan O'Dea <bod@debian.org>
28013              Date: Sun, 28 Sep 2003 23:23:34 +1000
28014              Message-ID: <20030928132334.GA29499@londo.c47.org>
28015      Branch: perl
28016            ! pod/perlrun.pod
28017 ____________________________________________________________________________
28018 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
28019         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
28020      Branch: perl
28021            ! Porting/Maintainers.pl
28022 ____________________________________________________________________________
28023 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
28024         Log: Missing +x bits.
28025      Branch: perl
28026            ! Porting/makerel
28027 ____________________________________________________________________________
28028 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
28029         Log: Update the perldelta for 5.9.0.
28030      Branch: perl
28031            ! pod/perldelta.pod
28032 ____________________________________________________________________________
28033 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
28034         Log: Add the perl581delta manpage.
28035              Regenerate the table of contents.
28036      Branch: perl
28037            + pod/perl581delta.pod
28038            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
28039            ! vms/descrip_mms.template win32/pod.mak
28040 ____________________________________________________________________________
28041 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
28042         Log: Update perlhist.pod
28043      Branch: perl
28044            ! pod/perlhist.pod
28045 ____________________________________________________________________________
28046 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
28047         Log: Sync with libnet 1.17
28048      Branch: perl
28049            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
28050 ____________________________________________________________________________
28051 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
28052         Log: Update to Scalar-List-Utils 1.13
28053      Branch: perl
28054            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
28055            ! ext/List/Util/lib/List/Util.pm
28056            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
28057 ____________________________________________________________________________
28058 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
28059         Log: CPAN sites update.
28060      Branch: perl
28061            ! pod/perlmodlib.PL
28062 ____________________________________________________________________________
28063 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
28064         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
28065              From: Greg Matheson <lang@ms.chinmin.edu.tw>
28066              Date: Wed, 24 Sep 2003 22:51:09 +0800
28067              Message-ID: <20030924225109.A17126@ms>
28068
28069              (Win98 + MinGW, a missing Win95.pm hunk)
28070      Branch: perl
28071            ! lib/ExtUtils/MM_Win95.pm
28072 ____________________________________________________________________________
28073 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
28074         Log: AUTHORS tweak.
28075      Branch: perl
28076            ! AUTHORS
28077 ____________________________________________________________________________
28078 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
28079         Log: Even though undefing SPACE and FORMAT should be safe,
28080              at this point I'm choosing to be paranoid and using
28081              #ifdef __Lynx__.
28082      Branch: perl
28083            ! perl.h
28084 ____________________________________________________________________________
28085 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
28086         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
28087              From: Olli Savia (via RT) <perlbug-followup@perl.org>
28088              Date: 24 Sep 2003 15:42:41 -0000
28089              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
28090      Branch: perl
28091            ! mg.c perl.h perlio.c pp_sys.c
28092 ____________________________________________________________________________
28093 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
28094         Log: Subject: [DOCPATCH] attributes.pm
28095              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28096              Date: Wed, 24 Sep 2003 11:00:42 +0200
28097              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
28098
28099              (reformatted a bit)
28100      Branch: perl
28101            ! lib/attributes.pm
28102 ____________________________________________________________________________
28103 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
28104         Log: A fix from Graham for
28105              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
28106              (seemingly a NV casting issue)
28107      Branch: perl
28108            ! ext/List/Util/Util.xs
28109 ____________________________________________________________________________
28110 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
28111         Log: Someone actually reads the Makefile.PL messages, it seems.
28112              (from Jonathan Leffler)
28113      Branch: perl
28114            ! ext/Time/HiRes/Makefile.PL
28115 ____________________________________________________________________________
28116 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
28117         Log: perliol tweaks.
28118      Branch: perl
28119            ! pod/perliol.pod
28120 ____________________________________________________________________________
28121 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
28122         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
28123              (plus a few typos.)
28124      Branch: perl
28125            ! pod/perlfaq7.pod pod/perlpodspec.pod
28126 ____________________________________________________________________________
28127 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
28128         Log: Subject: [PATCH] perlvar
28129              From: Juerd <juerd@convolution.nl>
28130              Date: Sun, 21 Sep 2003 21:40:54 +0200
28131              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
28132      Branch: perl
28133            ! pod/perlvar.pod
28134 ____________________________________________________________________________
28135 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
28136         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
28137              From: grommel@sears.com
28138              Date: Tue, 23 Sep 2003 13:40:33 -0500
28139              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
28140      Branch: perl
28141            ! hints/svr4.sh t/op/stat.t
28142 ____________________________________________________________________________
28143 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
28144         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
28145              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28146              Date: Tue, 23 Sep 2003 09:13:55 -0700
28147              Message-ID: <20030923161354.GA2432@efn.org>
28148      Branch: perl
28149            ! INSTALL
28150 ____________________________________________________________________________
28151 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
28152         Log: Minor nit in a debug message of the tokenizer.
28153      Branch: perl
28154            ! toke.c
28155 ____________________________________________________________________________
28156 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
28157         Log: Let's call it 2.34, already (from Johan).
28158      Branch: perl
28159            ! lib/Getopt/Long.pm
28160 ____________________________________________________________________________
28161 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
28162         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
28163              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28164              Date: Tue, 23 Sep 2003 15:04:35 +0200
28165              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
28166
28167              (add -we147 to ccflags if cc = ICC so that prototype
28168              detection works right)
28169      Branch: perl
28170            ! hints/linux.sh
28171 ____________________________________________________________________________
28172 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
28173         Log: Bump the Encode version to 1.9801 since we are no more identical
28174              to the CPAN version.
28175      Branch: perl
28176            ! ext/Encode/Encode.pm
28177 ____________________________________________________________________________
28178 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
28179         Log: ucmlintage.
28180      Branch: perl
28181            ! ext/Encode/ucm/gsm0338.ucm
28182 ____________________________________________________________________________
28183 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
28184         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
28185
28186              Fix as much as possible - the specification is still
28187              a bit unclear.
28188      Branch: perl
28189            + ext/Encode/t/gsm0338.t
28190            ! MANIFEST ext/Encode/MANIFEST
28191            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
28192 ____________________________________________________________________________
28193 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
28194         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
28195              From: Stephen McCamant <smcc@MIT.EDU>
28196              Date: Mon, 22 Sep 2003 20:53:57 -0700
28197              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
28198      Branch: perl
28199            ! ext/B/B/Deparse.pm
28200 ____________________________________________________________________________
28201 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
28202         Log: Subject: [PATCH] RC5 and Intel's ICC
28203              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28204              Date: Mon, 22 Sep 2003 22:52:40 +0200
28205              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
28206
28207              (the missing void return type)
28208      Branch: perl
28209            ! ext/threads/shared/shared.xs
28210 ____________________________________________________________________________
28211 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
28212         Log: Subject: [PATCH] RC5 and Intel's ICC
28213              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28214              Date: Mon, 22 Sep 2003 22:52:40 +0200
28215              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
28216
28217              (the attribute part)
28218      Branch: perl
28219            ! ext/Devel/PPPort/PPPort.pm perl.h
28220 ____________________________________________________________________________
28221 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
28222         Log: Stray CRs noticed by Jan Dubois.
28223      Branch: perl
28224            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
28225 ____________________________________________________________________________
28226 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
28227         Log: The RCs have been missing CRs from certain files because
28228              not all shells can handle multiline arguments right.
28229      Branch: perl
28230            ! Porting/makerel
28231 ____________________________________________________________________________
28232 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
28233         Log: When localising a magic value, propagæte the readonly flag
28234              only if this scalar has \0 magic or has magic without a
28235              'set' method. (follows change #20479 for bug #23141.)
28236      Branch: perl
28237            ! scope.c t/op/local.t
28238 ____________________________________________________________________________
28239 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
28240         Log: An error message need not be a novel.
28241      Branch: perl
28242            ! pod/perldiag.pod pp_hot.c
28243 ____________________________________________________________________________
28244 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
28245         Log: Upgrade to Math::BigInt 1.66.
28246      Branch: perl
28247            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28248            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
28249            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28250            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
28251            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
28252 ____________________________________________________________________________
28253 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
28254         Log: Some more perlio doc tweaks based on NI-S.
28255      Branch: perl
28256            ! pod/perliol.pod
28257 ____________________________________________________________________________
28258 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
28259         Log: Upgrade to Time::HiRes 1.51.
28260      Branch: perl
28261            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28262 ____________________________________________________________________________
28263 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
28264         Log: Upgrade to Getopt::Long 2.33_03.
28265      Branch: perl
28266            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
28267 ____________________________________________________________________________
28268 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
28269         Log: CPAN.pm 1.76_01 from Andreas.
28270      Branch: perl
28271            ! lib/CPAN.pm
28272 ____________________________________________________________________________
28273 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
28274         Log: Regen toc.
28275      Branch: perl
28276            ! pod/perltoc.pod
28277 ____________________________________________________________________________
28278 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
28279         Log: Handle also the curliffy files when tocing.
28280      Branch: perl
28281            ! pod/buildtoc
28282 ____________________________________________________________________________
28283 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
28284         Log: Macrofy the compile/runtime test.
28285      Branch: perl
28286            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
28287 ____________________________________________________________________________
28288 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
28289         Log: Tweak the section name to agree with the change #21295.
28290      Branch: perl
28291            ! lib/PerlIO.pm
28292 ____________________________________________________________________________
28293 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
28294         Log: One obvious place to look for PerlIO implementations.
28295      Branch: perl
28296            ! pod/perliol.pod
28297 ____________________________________________________________________________
28298 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
28299         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
28300              From: Dave Mitchell <davem@fdgroup.com>
28301              Date: Fri, 19 Sep 2003 19:35:44 +0100
28302              Message-ID: <20030919183544.GA14563@fdgroup.com>
28303      Branch: perl
28304            ! pp_ctl.c
28305 ____________________________________________________________________________
28306 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
28307         Log: More PerlIO documentation.
28308      Branch: perl
28309            ! lib/PerlIO.pm pod/perliol.pod
28310 ____________________________________________________________________________
28311 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
28312         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
28313              (The real bug was mp2 being too "friendly" with MM innards.)
28314      Branch: perl
28315            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28316            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
28317 ____________________________________________________________________________
28318 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
28319         Log: In FreeBSD allow one to try using Perl's malloc with threads.
28320      Branch: perl
28321            ! hints/freebsd.sh
28322 ____________________________________________________________________________
28323 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
28324         Log: Missing perlfaq chunk.
28325      Branch: perl
28326            ! pod/perlfaq4.pod
28327 ____________________________________________________________________________
28328 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
28329         Log: FAQ sync.
28330      Branch: perl
28331            ! pod/perlfaq4.pod
28332 ____________________________________________________________________________
28333 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
28334         Log: Subject: typo fixo
28335              From: Vadim Konovalov <konovalo@mail.wplus.net>
28336              Date: Fri, 19 Sep 2003 06:32:08 +0400
28337              Message-ID: <4538131828.20030919063208@mail.wplus.net>
28338      Branch: perl
28339            ! pod/perlunicode.pod
28340 ____________________________________________________________________________
28341 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
28342         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
28343              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28344              Date: Thu, 18 Sep 2003 19:01:06 -0700
28345              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
28346      Branch: perl
28347            ! os2/os2.c
28348 ____________________________________________________________________________
28349 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
28350         Log: Tests for change #21284.
28351      Branch: perl
28352            ! lib/dumpvar.t
28353 ____________________________________________________________________________
28354 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
28355         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
28356              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28357              Date: Thu, 18 Sep 2003 18:58:59 -0700
28358              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
28359      Branch: perl
28360            ! lib/dumpvar.pl
28361 ____________________________________________________________________________
28362 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
28363         Log: Perlfaq nits from Iain Truskett.
28364              (from the perlfaq-workers list)
28365      Branch: perl
28366            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
28367 ____________________________________________________________________________
28368 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
28369         Log: Integrate a change from the perlfaq CVS.
28370              I consider the bleadperl version being more up-to-date as of now.
28371      Branch: perl
28372            ! pod/perlfaq3.pod
28373 ____________________________________________________________________________
28374 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
28375         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
28376              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28377              Date: Thu, 18 Sep 2003 11:02:02 -0700
28378              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
28379
28380              (use stat.t instead of time.t)
28381      Branch: perl
28382            ! os2/os2ish.h pp_sys.c t/op/stat.t
28383 ____________________________________________________________________________
28384 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
28385         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
28386              From: Rick Delaney <rick.delaney@rogers.com>
28387              Date: Wed, 1 Jan 2003 22:54:59 -0500
28388              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
28389
28390              (Pity the first patch fell through the cracks back then.
28391              Not that forbidding non-object copy constructors is the right
28392              thing to do but the bug could use fixing.)
28393      Branch: perl
28394            ! lib/overload.t pp.h
28395 ____________________________________________________________________________
28396 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
28397         Log: Subject: [PATCH] small fix for Devel::PPPort
28398              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
28399              Date: Thu, 18 Sep 2003 10:14:58 +0200
28400              Message-id: <20030918081458.GA2653@ethan>
28401      Branch: perl
28402            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
28403 ____________________________________________________________________________
28404 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
28405         Log: ld has many guises.
28406      Branch: perl
28407            ! lib/ExtUtils/t/MM_Unix.t
28408 ____________________________________________________________________________
28409 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
28410         Log: Missed OS/2 patch hunk.
28411      Branch: perl
28412            ! os2/os2.c
28413 ____________________________________________________________________________
28414 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
28415         Log: Subject: Patch for VMS::Filespec
28416              From: Ken Williams <ken@mathforum.org>
28417              Date: Wed, 17 Sep 2003 20:11:46 -0500
28418              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
28419      Branch: perl
28420            ! vms/ext/Filespec.pm
28421 ____________________________________________________________________________
28422 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
28423         Log: Subject: 5.8.1 warnings when long double == double
28424              From: Andy Dougherty <doughera@lafayette.edu>
28425              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
28426              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
28427              (the changed message)
28428      Branch: perl
28429            ! Configure
28430 ____________________________________________________________________________
28431 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
28432         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
28433              for "is this symbol defined" scanning of Configure.
28434      Branch: perl
28435            ! Configure
28436 ____________________________________________________________________________
28437 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
28438         Log: Make it possible to override the mistrustnm hint in Solaris.
28439      Branch: perl
28440            ! hints/solaris_2.sh
28441 ____________________________________________________________________________
28442 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
28443         Log: A potential fix for non-empty LD in Unix.
28444      Branch: perl
28445            ! lib/ExtUtils/t/MM_Unix.t
28446 ____________________________________________________________________________
28447 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
28448         Log: Subject: RE: MM in maint@21251 breaks mp2
28449              From: "Orton, Yves" <yves.orton@de.mci.com>
28450              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
28451              Date: Wed, 17 Sep 2003 15:47:35 +0100
28452      Branch: perl
28453            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28454            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
28455 ____________________________________________________________________________
28456 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
28457         Log: The AIX C product potentially consists of several packages,
28458              the main package being (hopefully) the first one.
28459      Branch: perl
28460            ! hints/aix.sh
28461 ____________________________________________________________________________
28462 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
28463         Log: Fix Solaris ccversion not having the cc version.
28464      Branch: perl
28465            ! hints/solaris_2.sh
28466 ____________________________________________________________________________
28467 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
28468         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
28469              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28470              Date: Tue, 16 Sep 2003 23:49:42 -0700
28471              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
28472      Branch: perl
28473            ! os2/os2ish.h
28474 ____________________________________________________________________________
28475 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
28476         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
28477              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28478              Date: Tue, 16 Sep 2003 23:21:48 -0700
28479              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
28480      Branch: perl
28481            ! os2/OS2/Process/t/os2_process.t
28482 ____________________________________________________________________________
28483 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
28484         Log: Subject: [PATCH 5.8.1 @21211] magic.t
28485              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28486              Date: Tue, 16 Sep 2003 19:17:57 -0700
28487              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
28488      Branch: perl
28489            ! t/op/magic.t
28490 ____________________________________________________________________________
28491 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
28492         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
28493              From: Dave Mitchell <davem@fdgroup.com>
28494              Date: Tue, 16 Sep 2003 21:56:20 +0100
28495              Message-ID: <20030916205620.GB1246@fdgroup.com>
28496      Branch: perl
28497            ! pod/perlfunc.pod
28498 ____________________________________________________________________________
28499 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
28500         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
28501      Branch: perl
28502            + ext/Time/HiRes/hints/svr4.pl
28503            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
28504 ____________________________________________________________________________
28505 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
28506         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
28507              From: Andy Dougherty <doughera@lafayette.edu>
28508              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
28509              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
28510      Branch: perl
28511            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
28512 ____________________________________________________________________________
28513 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
28514         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
28515              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28516              Date: Wed, 4 Jun 2003 00:45:23 -0700
28517              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
28518      Branch: perl
28519            ! lib/Getopt/Std.pm
28520 ____________________________________________________________________________
28521 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
28522         Log: Give a concrete example of the still existing Unicode slowness.
28523      Branch: perl
28524            ! pod/perlunicode.pod
28525 ____________________________________________________________________________
28526 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
28527         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
28528              use File::Spec 0.8 is unhappy.
28529      Branch: perl
28530            ! lib/File/Spec.pm
28531 ____________________________________________________________________________
28532 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
28533         Log: The test is not needed, says Schwern.
28534      Branch: perl
28535            - lib/base/t/fields-560.t
28536            ! MANIFEST
28537 ____________________________________________________________________________
28538 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
28539         Log: Upgrade to File::Spec 0.85_03.
28540      Branch: perl
28541            + lib/File/Spec/t/crossplatform.t
28542            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
28543            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28544            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28545            ! lib/File/Spec/t/Spec.t
28546 ____________________________________________________________________________
28547 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
28548         Log: Upgrade to MakeMaker 6.17.
28549      Branch: perl
28550            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
28551            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
28552            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
28553            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28554            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
28555            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
28556            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
28557            ! t/lib/MakeMaker/Test/Utils.pm
28558 ____________________________________________________________________________
28559 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
28560         Log: Upgrade to base 2.03.
28561              (Rename the fields-5.6.0.t to have less d.o.t.s.)
28562      Branch: perl
28563            + lib/base/t/base.t lib/base/t/fields-560.t
28564            + lib/base/t/fields-base.t lib/base/t/fields.t
28565            - lib/fields-base.t lib/fields.t
28566            ! MANIFEST lib/base.pm lib/fields.pm
28567 ____________________________________________________________________________
28568 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
28569         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
28570              From: PPrymmer@factset.com
28571              Date: Mon, 15 Sep 2003 15:28:52 -0400
28572              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
28573      Branch: perl
28574            ! lib/Memoize/t/tie_sdbm.t
28575 ____________________________________________________________________________
28576 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
28577         Log: Check the context of for/grep/map.
28578      Branch: perl
28579            ! t/op/grep.t
28580 ____________________________________________________________________________
28581 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
28582         Log: For-non-perlio places we need STDOUT back.
28583      Branch: perl
28584            ! t/io/dup.t
28585 ____________________________________________________________________________
28586 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
28587         Log: Also IRIX wants setlogsock('stream').
28588      Branch: perl
28589            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
28590 ____________________________________________________________________________
28591 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
28592         Log: More portable reading.
28593      Branch: perl
28594            ! t/io/dup.t
28595 ____________________________________________________________________________
28596 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
28597         Log: More dup testing.
28598      Branch: perl
28599            ! t/io/dup.t
28600 ____________________________________________________________________________
28601 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
28602         Log: Use $Config{_exe}.
28603      Branch: perl
28604            ! t/run/switches.t
28605 ____________________________________________________________________________
28606 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
28607         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
28608              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28609              Date: Sat, 13 Sep 2003 20:20:30 -0700
28610              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
28611      Branch: perl
28612            ! os2/os2.c t/run/switches.t
28613 ____________________________________________________________________________
28614 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
28615         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
28616              From: Michael G Schwern <schwern@pobox.com>
28617              Date: Thu, 11 Sep 2003 15:07:10 -0700
28618              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
28619
28620              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
28621      Branch: perl
28622            ! lib/ExtUtils/t/Manifest.t
28623 ____________________________________________________________________________
28624 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
28625         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
28626              From: "Craig A. Berry" <craigberry@mac.com>
28627              Date: Sun, 14 Sep 2003 00:23:56 -0500
28628              Message-ID: <3F63FB6C.5040502@mac.com>
28629      Branch: perl
28630            ! perlio.c
28631 ____________________________________________________________________________
28632 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
28633         Log: parse_version doesn't always succeed.
28634      Branch: perl
28635            ! Porting/cmpVERSION.pl
28636 ____________________________________________________________________________
28637 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
28638         Log: pod changes, so change $VERSION.
28639      Branch: perl
28640            ! lib/Fatal.pm
28641 ____________________________________________________________________________
28642 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
28643         Log: Subject: Re: unicode regex problem
28644              From: hv@crypt.org
28645              Date: Sat, 13 Sep 2003 15:21:34 +0100
28646              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
28647      Branch: perl
28648            ! regcomp.c t/op/pat.t
28649 ____________________________________________________________________________
28650 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
28651         Log: More PerlIO warnings changes.
28652      Branch: perl
28653            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
28654 ____________________________________________________________________________
28655 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
28656         Log: The "perlio: " prefix looks a little odd
28657              in the few warning/error messages, since
28658              no other 'subsystems' have prefixes.
28659      Branch: perl
28660            ! perlio.c pod/perldiag.pod t/io/open.t
28661 ____________________________________________________________________________
28662 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
28663         Log: Layer names were recognized by their prefixes
28664              (e.g. open(F, ":u", "file") worked...)
28665      Branch: perl
28666            ! perlio.c t/io/open.t
28667 ____________________________________________________________________________
28668 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
28669         Log: Apparently at some point doing 3-arg open with
28670              illegal mode like ">>>" had stopped croaking.
28671      Branch: perl
28672            ! doio.c t/io/open.t
28673 ____________________________________________________________________________
28674 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
28675         Log: Minuscule code cleanup.
28676      Branch: perl
28677            ! doio.c
28678 ____________________________________________________________________________
28679 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
28680         Log: Subject: [perl #23788] int of a fraction errors
28681              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
28682              Date: 11 Sep 2003 22:38:19 -0000
28683              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
28684
28685              Add a separate faq entry for int().  (Yes, a bit redundant
28686              with the existing "why are my numbers broken" entry.)
28687      Branch: perl
28688            ! pod/perlfaq4.pod
28689 ____________________________________________________________________________
28690 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
28691         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
28692              From: Stas Bekman <stas@stason.org>
28693              Date: Fri, 12 Sep 2003 13:44:11 -0700
28694              Message-ID: <3F62301B.3080604@stason.org>
28695
28696              s/discipline/IO layer/, instead of "unknown" say "unavailable",
28697              and have the fuller explanation in perldiag.
28698      Branch: perl
28699            ! doio.c pod/perldiag.pod
28700 ____________________________________________________________________________
28701 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
28702         Log: Make the new glob tests pass (well, skip) even with miniperl.
28703      Branch: perl
28704            ! t/run/fresh_perl.t
28705 ____________________________________________________________________________
28706 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
28707         Log: Stringify the $VERSION of DynaLoader so it's never dependent
28708              on localized float-to-string conversions.
28709      Branch: perl
28710            ! ext/DynaLoader/DynaLoader_pm.PL
28711 ____________________________________________________________________________
28712 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
28713         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
28714              since that would break a lot of code.)  Also few
28715              stray UTF16s, UTF32s, and "encoded in Unicode".
28716      Branch: perl
28717            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
28718            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
28719            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
28720            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
28721            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
28722 ____________________________________________________________________________
28723 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
28724         Log: The buildtoc now has options.
28725      Branch: perl
28726            ! pod/Makefile.SH
28727 ____________________________________________________________________________
28728 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
28729         Log: Some more tweaks on open ...&=.
28730      Branch: perl
28731            ! pod/perlfunc.pod
28732 ____________________________________________________________________________
28733 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
28734         Log: Slightly more documentation for open ...&=.
28735      Branch: perl
28736            ! pod/perlfunc.pod
28737 ____________________________________________________________________________
28738 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
28739         Log: Document the new strict strict in strict.
28740      Branch: perl
28741            ! lib/strict.pm
28742 ____________________________________________________________________________
28743 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
28744         Log: More comments for the FreeBSD threads hints.
28745      Branch: perl
28746            ! hints/freebsd.sh
28747 ____________________________________________________________________________
28748 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
28749         Log: More refactoring of the FreeBSD threads hints.
28750              Basically, for fresh enough 5.x the -pthread is dropped,
28751              otherwise keep it, and no known FreeBSD release has
28752              a functional gethostbyaddr_r.
28753      Branch: perl
28754            ! hints/freebsd.sh
28755 ____________________________________________________________________________
28756 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
28757         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
28758              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28759              Date: Thu, 11 Sep 2003 09:15:04 -0700
28760              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
28761      Branch: perl
28762            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
28763            ! os2/OS2/Process/Process.xs
28764 ____________________________________________________________________________
28765 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
28766         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
28767              From: "Brendan O'Dea" <bod@debian.org>
28768              Date: Fri, 12 Sep 2003 00:12:51 +1000
28769              Message-ID: <20030911141251.GA26907@londo.c47.org>
28770      Branch: perl
28771            ! perl.c
28772 ____________________________________________________________________________
28773 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
28774         Log: The change of not needing -pthread in FreeBSD 5.x
28775              is very recent (Sep 3) (from Anton Berezin).
28776      Branch: perl
28777            ! hints/freebsd.sh
28778 ____________________________________________________________________________
28779 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
28780         Log: Upgrade to Pod::Perldoc 3.10.
28781              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
28782      Branch: perl
28783            ! lib/Pod/Perldoc.pm
28784 ____________________________________________________________________________
28785 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
28786         Log: Upgrade to base 2.02.
28787      Branch: perl
28788            + lib/fields-base.t
28789            ! MANIFEST lib/base.pm lib/fields.t
28790 ____________________________________________________________________________
28791 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
28792         Log: Replace #21158 with a better patch from Hugo
28793              (for [perl #23769]).
28794      Branch: perl
28795            ! regcomp.c regexec.c t/op/pat.t
28796 ____________________________________________________________________________
28797 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
28798         Log: Subject: [PATCH][TESTS] dumpvar.pl
28799              From: Joe McMahon <mcmahon@metalab.unc.edu>
28800              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
28801              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
28802      Branch: perl
28803            ! lib/dumpvar.pl lib/dumpvar.t
28804 ____________________________________________________________________________
28805 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
28806         Log: Enache still wants -pthread gone for FreeBSD 5.x
28807              since it doesn't work with the latest -current.
28808      Branch: perl
28809            ! hints/freebsd.sh
28810 ____________________________________________________________________________
28811 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
28812         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
28813              From: Stas Bekman <stas@stason.org>
28814              Date: Thu, 28 Aug 2003 16:10:48 -0700
28815              Message-ID: <3F4E8BF8.1090800@stason.org>
28816      Branch: perl
28817            ! emacs/cperl-mode.el emacs/ptags
28818 ____________________________________________________________________________
28819 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
28820         Log: Retract #21149, sez Schwern.
28821      Branch: perl
28822            ! lib/Test/More.pm
28823 ____________________________________________________________________________
28824 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
28825         Log: Retract #21168 based on advice from Anton Berezin (added).
28826      Branch: perl
28827            ! hints/freebsd.sh
28828 ____________________________________________________________________________
28829 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
28830         Log: Subject: nit to hints/freebsd.sh
28831              From: Enache Adrian <enache@rdslink.ro>
28832              Date: Wed, 10 Sep 2003 19:50:59 +0300
28833              Message-ID: <20030910165059.GB1321@ratsnest.hole>
28834      Branch: perl
28835            ! hints/freebsd.sh
28836 ____________________________________________________________________________
28837 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
28838         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
28839              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
28840              Date: Sun, 31 Aug 2003 22:08:19 GMT
28841              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
28842
28843              The test has been moved into warnings.pm's test suite. Note
28844              that this patch fixed as well the behaviour of warnings::enabled
28845              regarding lexical scoping and different files; hence the expected
28846              results in a few tests in /t/lib/warnings/9enabled has been
28847              reverted.
28848      Branch: perl
28849            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
28850 ____________________________________________________________________________
28851 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
28852         Log: Remove the warning in perlfaq about using map in void context :
28853              From: abigail@abigail.nl (Abigail)
28854              Subject: [PATCH perlfaq6] map in a void context.
28855              Date: Tue, 9 Sep 2003 10:31:58 +0200
28856              Message-ID: <20030909083158.GA24125@abigail.nl>
28857      Branch: perl
28858            ! pod/perlfaq6.pod
28859 ____________________________________________________________________________
28860 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
28861         Log: Subject: [PATCH] AUTHORS
28862              From: enache@rdslink.ro (Enache Adrian)
28863              Date: Tue, 9 Sep 2003 19:34:05 +0300
28864              Message-ID: <20030909163405.GB1398@ratsnest.hole>
28865      Branch: perl
28866            ! AUTHORS
28867 ____________________________________________________________________________
28868 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
28869         Log: Regen perlapi.
28870      Branch: perl
28871            ! pod/perlapi.pod
28872 ____________________________________________________________________________
28873 [ 21163] By: merijn                                on 2003/09/10  15:31:27
28874         Log: Subject: [perl #23778] hints/aix.sh
28875              Date: 10 Sep 2003 16:30:32 -0000
28876              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
28877              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
28878      Branch: perl
28879            ! hints/aix.sh
28880 ____________________________________________________________________________
28881 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
28882         Log: blead version of #21161.
28883      Branch: perl
28884            ! pod/perlvar.pod
28885 ____________________________________________________________________________
28886 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
28887         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
28888              From: PPrymmer@factset.com
28889              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
28890              Date: Fri, 5 Sep 2003 17:46:48 -0400
28891      Branch: perl
28892            ! lib/File/Spec/t/Spec.t
28893 ____________________________________________________________________________
28894 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
28895         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
28896              From: Kurt Starsinic <kstar@cpan.org>
28897              Date: Tue, 9 Sep 2003 23:16:00 -0400
28898              Message-ID: <20030910031600.GA30554@verizon.net>
28899
28900              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
28901              From: "Brendan O'Dea" <bod@debian.org>
28902              Date: Wed, 10 Sep 2003 22:03:15 +1000
28903              Message-ID: <20030910120315.GA1372@londo.c47.org>
28904      Branch: perl
28905            ! t/lib/h2ph.pht utils/h2ph.PL
28906 ____________________________________________________________________________
28907 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
28908         Log: Unicode regex broken on simple example
28909              regrepeat() did not work right for UTF-8(ed Latin-1)
28910              in the EXACT case, which made the \x{a0}+ fail.
28911      Branch: perl
28912            ! regexec.c t/op/pat.t
28913 ____________________________________________________________________________
28914 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
28915         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
28916      Branch: perl
28917            ! pp_hot.c t/io/utf8.t
28918 ____________________________________________________________________________
28919 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
28920         Log: Detypo and explain better.
28921      Branch: perl
28922            ! pod/perldiag.pod
28923 ____________________________________________________________________________
28924 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
28925         Log: If doing rcatline no point rescanning each time
28926              the beginning of the SV for utf8 validity.
28927      Branch: perl
28928            ! pp_hot.c
28929 ____________________________________________________________________________
28930 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
28931         Log: No utf8 warnings without use warnings.
28932      Branch: perl
28933            ! t/io/utf8.t
28934 ____________________________________________________________________________
28935 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
28936         Log: Reading a latin1 file with open(... "<:utf8") will freeze
28937              is no more valid, the script doesn't freeze, but I noticed
28938              that neither does the <FILE> complain about bad UTF-8 as it
28939              should and as it does with :encoding(utf8).
28940      Branch: perl
28941            ! pp_hot.c t/io/utf8.t
28942 ____________________________________________________________________________
28943 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
28944         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
28945              of Perl_utf8_is_string().
28946      Branch: perl
28947            ! embed.fnc embed.h global.sym proto.h utf8.c
28948 ____________________________________________________________________________
28949 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
28950         Log: Document a PerlIO/Encode warning.
28951      Branch: perl
28952            ! pod/perldiag.pod
28953 ____________________________________________________________________________
28954 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
28955         Log: Subject: Re: maint @ 21116
28956              From: Fergal Daly <fergal@esatclear.ie>
28957              Date: Tue, 9 Sep 2003 18:26:20 +0100
28958              Message-Id: <200309091826.20630.fergal@esatclear.ie>
28959
28960              (added warning)
28961      Branch: perl
28962            ! lib/Test/More.pm
28963 ____________________________________________________________________________
28964 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
28965         Log: Adjust the test count.
28966      Branch: perl
28967            ! lib/Test/Simple/t/is_deeply.t
28968 ____________________________________________________________________________
28969 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
28970         Log: AUTHORS update from Dave Mitchell.
28971      Branch: perl
28972            ! AUTHORS
28973 ____________________________________________________________________________
28974 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
28975         Log: Retract #20548 and #20465.
28976      Branch: perl
28977            ! lib/Test/More.pm lib/Test/Simple/t/More.t
28978            ! lib/Test/Simple/t/is_deeply.t
28979 ____________________________________________________________________________
28980 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
28981         Log: Subject: Re: maint @ 21116
28982              From: Enache Adrian <enache@rdslink.ro>
28983              Date: Tue, 9 Sep 2003 16:59:44 +0300
28984              Message-ID: <20030909135944.GA1666@ratsnest.hole>
28985      Branch: perl
28986            ! makedef.pl
28987 ____________________________________________________________________________
28988 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
28989         Log: Retract #21132.
28990      Branch: perl
28991            ! makedef.pl perl.h
28992 ____________________________________________________________________________
28993 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
28994         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
28995      Branch: perl
28996            ! lib/Hash/Util.pm pod/perlrun.pod
28997 ____________________________________________________________________________
28998 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
28999         Log: Subject: =encoding in perlpod/perlpodspec
29000              From: sburke@cpan.org (Sean M. Burke)
29001              Date: Sun, 07 Sep 2003 03:08:28 -0800
29002              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
29003      Branch: perl
29004            ! pod/perlpod.pod pod/perlpodspec.pod
29005 ____________________________________________________________________________
29006 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
29007         Log: One more chance... Elizabeth's change #21107 plus
29008              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
29009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29010              Date: Tue, 9 Sep 2003 01:44:24 +0200
29011              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
29012      Branch: perl
29013            ! lib/warnings.pm toke.c warnings.pl
29014 ____________________________________________________________________________
29015 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
29016         Log: One more test count tweak.
29017      Branch: perl
29018            ! t/op/grep.t
29019 ____________________________________________________________________________
29020 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
29021         Log: Subject: Re: maint @ 21116
29022              From: Steve Hay <steve.hay@uk.radan.com>
29023              Date: Tue, 09 Sep 2003 09:49:07 +0100
29024              Message-ID: <3F5D9403.3040004@uk.radan.com>
29025      Branch: perl
29026            ! makedef.pl perl.h
29027 ____________________________________________________________________________
29028 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
29029         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
29030              From: david nicol <whatever@davidnicol.com>
29031              Date: 08 Sep 2003 23:39:32 -0500
29032              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
29033
29034              (a testcase)
29035      Branch: perl
29036            ! t/op/grep.t
29037 ____________________________________________________________________________
29038 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
29039         Log: Ooops, perlio into scalars was already history for this test...
29040      Branch: perl
29041            ! lib/dumpvar.t
29042 ____________________________________________________________________________
29043 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
29044         Log: Cannot do perlio into scalars without perlio.
29045      Branch: perl
29046            ! lib/dumpvar.t
29047 ____________________________________________________________________________
29048 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
29049         Log: I claim that the debugger is untestable until proven otherwise.
29050      Branch: perl
29051            - lib/perl5db/de0.t
29052            ! MANIFEST
29053 ____________________________________________________________________________
29054 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
29055         Log: In trying to save space, the warnings.pl change (#21107)
29056              pulled in attributes.pm... and the change didn't seem to
29057              be that well tested with different configurations.
29058              Retract #21119, #21117, #21107.
29059      Branch: perl
29060            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
29061 ____________________________________________________________________________
29062 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
29063         Log: Really do #21121.
29064      Branch: perl
29065            ! MANIFEST
29066 ____________________________________________________________________________
29067 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
29068         Log: There's no particular reason to have the dumpvar.t
29069              in lib/perl5db/.
29070      Branch: perl
29071            + lib/dumpvar.t
29072            - lib/perl5db/dumpvar.t
29073            ! MANIFEST
29074 ____________________________________________________________________________
29075 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
29076         Log: strict stash seems to have gone, too.
29077      Branch: perl
29078            ! ext/B/t/stash.t
29079 ____________________________________________________________________________
29080 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
29081         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
29082              (due to #21107 apparently.) Adjust this test accordingly.
29083      Branch: perl
29084            ! ext/B/t/stash.t
29085 ____________________________________________________________________________
29086 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
29087         Log: Subject: [PATCH] silence 1 compiler warning
29088              From: Nicholas Clark <nick@ccl4.org>
29089              Date: Mon, 8 Sep 2003 23:04:45 +0100
29090              Message-ID: <20030908230445.E30881@plum.flirble.org>
29091      Branch: perl
29092            ! universal.c
29093 ____________________________________________________________________________
29094 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
29095         Log: Retract #21096, mostly: I had misexplained the situation
29096              to Scott A. Crosby.  Seeing the seed value while not good
29097              for the ultimate paranoia viewpoint is not that bad, as long
29098              as the users are fully aware of the dangers of disclosing
29099              the hash seed.     So hash_seed() is okay.
29100
29101              Being able to see the hash values (as in Java) would
29102              be another option, but dubious: it's not that per-key
29103              hash values themselves are bad to allow scripts to see,
29104              but rather that hash values are just as sensitive (from
29105              the DoSing viewpoint) as the hash seed itself (and there
29106              usually more hash values than the one hash seed....)
29107      Branch: perl
29108            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29109 ____________________________________________________________________________
29110 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
29111         Log: Urk.  unique, not shared.
29112      Branch: perl
29113            ! configpm
29114 ____________________________________________________________________________
29115 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
29116         Log: Subject: [PATCH] configpm: about 1.5K less per thread
29117              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29118              Date: Mon, 8 Sep 2003 23:58:34 +0200
29119              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
29120      Branch: perl
29121            ! configpm
29122 ____________________________________________________________________________
29123 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
29124         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
29125              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29126              Date: Mon, 8 Sep 2003 22:22:38 +0200
29127              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
29128      Branch: perl
29129            ! lib/warnings.pm warnings.pl
29130 ____________________________________________________________________________
29131 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
29132         Log: A version of change #21073 that works.
29133      Branch: perl
29134            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29135 ____________________________________________________________________________
29136 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
29137         Log: Regen perlapi.
29138      Branch: perl
29139            ! pod/perlapi.pod
29140 ____________________________________________________________________________
29141 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
29142         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
29143              being a bad pointer is apparently a known cygwin bug).     The
29144              cure is to initialize the field.
29145      Branch: perl
29146            ! pp_sys.c
29147 ____________________________________________________________________________
29148 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
29149         Log: Bad export.
29150      Branch: perl
29151            ! lib/Hash/Util.t
29152 ____________________________________________________________________________
29153 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
29154         Log: The IPC::Open3 is just too unreliable for this task.
29155      Branch: perl
29156            ! lib/perl5db/de0.t
29157 ____________________________________________________________________________
29158 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
29159         Log: Try to make the de0.t test more robust.
29160              The test is so flakey (too many external things influencing
29161              the result) that I'm likely to leave it out from the maint.
29162      Branch: perl
29163            ! lib/perl5db/de0.t
29164 ____________________________________________________________________________
29165 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
29166         Log: Scott A. Crosby believes in not disclosing
29167              any more information than necessary: therefore
29168              instead of hash_seed() we have now hashes_random().
29169      Branch: perl
29170            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29171 ____________________________________________________________________________
29172 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
29173         Log: Mac OS X "last resort" recipe.
29174      Branch: perl
29175            ! README.macosx
29176 ____________________________________________________________________________
29177 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
29178         Log: Subject: [patch] AUTHORS
29179              From: Juerd <juerd@cpan.org>
29180              Date: Mon, 8 Sep 2003 08:42:13 +0200
29181              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
29182      Branch: perl
29183            ! AUTHORS
29184 ____________________________________________________________________________
29185 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
29186         Log: Slightly more intelligent paranoia.
29187      Branch: perl
29188            ! pod/perldiag.pod util.c
29189 ____________________________________________________________________________
29190 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
29191         Log: Win32 is playing to hard to get but I do not have
29192              time to chase it, so restore #21072, more or less.
29193              I think testing the debugger in UNIX-like places
29194              is enough, no need to go into painful contortions
29195              trying to "portably" run interactive programs like
29196              the debugger.
29197      Branch: perl
29198            ! lib/perl5db/de0.t
29199 ____________________________________________________________________________
29200 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
29201         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
29202      Branch: perl
29203            ! ext/Storable/Storable.xs
29204 ____________________________________________________________________________
29205 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
29206         Log: Add Hash::Util::hash_seed() which answers among
29207              other things the question whether our hashes are
29208              "randomised".  (They always were...)
29209      Branch: perl
29210            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29211 ____________________________________________________________________________
29212 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
29213         Log: XSRETURN_UV was missing.
29214      Branch: perl
29215            ! XSUB.h
29216 ____________________________________________________________________________
29217 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
29218         Log: Superparanoia.
29219      Branch: perl
29220            ! util.c
29221 ____________________________________________________________________________
29222 [ 21084] By: ams                                   on 2003/09/08  11:44:25
29223         Log: Clean up pp_readdir() somewhat.
29224      Branch: perl
29225            ! pp_sys.c
29226 ____________________________________________________________________________
29227 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
29228         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
29229      Branch: perl
29230            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29231 ____________________________________________________________________________
29232 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
29233         Log: In Win32 IPC::Open3 + IO::Select does not work that well
29234              so mostly undo the change #21072 and revert back to using
29235              a temp file.
29236      Branch: perl
29237            ! lib/perl5db/de0.t
29238 ____________________________________________________________________________
29239 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
29240         Log: In Win32 the cmd.exe console output doesn't seem to
29241              be catchable using the in-memory I/O + select trick,
29242              so use tie-STDOUT trick instead.
29243      Branch: perl
29244            ! lib/perl5db/dumpvar.t
29245 ____________________________________________________________________________
29246 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
29247         Log: Move Config test.
29248      Branch: perl
29249            ! lib/perl5db/de0.t
29250 ____________________________________________________________________________
29251 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
29252         Log: Let's require fork for this test.
29253      Branch: perl
29254            ! lib/perl5db/de0.t
29255 ____________________________________________________________________________
29256 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
29257         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
29258              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29259              Date: Mon, 08 Sep 2003 08:56:09 +0200
29260              Message-id: <20030908065609.GA1260@ethan>
29261      Branch: perl
29262            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
29263            ! ext/Devel/PPPort/t/test.t
29264 ____________________________________________________________________________
29265 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
29266         Log: Subject: Re: one nit to fix [PATCH]
29267              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
29268              Date: Mon, 8 Sep 2003 10:19:08 +0200
29269              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
29270      Branch: perl
29271            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29272 ____________________________________________________________________________
29273 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
29274         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
29275              From: Andreas J Koenig <andreas.koenig@anima.de>
29276              Date: Mon, 08 Sep 2003 10:48:27 +0200
29277              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
29278      Branch: perl
29279            ! lib/perl5db/de0.t
29280 ____________________________________________________________________________
29281 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
29282         Log: de0.t: use Test::More, add some tests.
29283      Branch: perl
29284            ! lib/perl5db/de0.t
29285 ____________________________________________________________________________
29286 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
29287         Log: More dumpvar testing.
29288      Branch: perl
29289            ! lib/perl5db/dumpvar.t
29290 ____________________________________________________________________________
29291 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
29292         Log: An empty test.
29293      Branch: perl
29294            ! lib/perl5db/dumpvar.t
29295 ____________________________________________________________________________
29296 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
29297         Log: dumpvar.t: use Test::More;
29298      Branch: perl
29299            ! lib/perl5db/dumpvar.t
29300 ____________________________________________________________________________
29301 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
29302         Log: Cleanup PerlIO::scalar documentation a bit.
29303      Branch: perl
29304            ! ext/PerlIO/scalar/scalar.pm
29305 ____________________________________________________________________________
29306 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
29307         Log: The in-memory files require PerlIO::scalar.
29308      Branch: perl
29309            ! lib/perl5db/dumpvar.t
29310 ____________________________________________________________________________
29311 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
29312         Log: Subject: [PATCH] Test skeleton for debugger commands
29313              From: Andreas J Koenig <andreas.koenig@anima.de>
29314              Date: Sun, 07 Sep 2003 18:51:56 +0200
29315              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
29316              With minor adjustments
29317      Branch: perl
29318            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
29319            ! MANIFEST
29320 ____________________________________________________________________________
29321 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
29322         Log: Upgrade to Unicode::Collate 0.28
29323      Branch: perl
29324            + lib/Unicode/Collate/t/contract.t
29325            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29326            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29327 ____________________________________________________________________________
29328 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
29329         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
29330              From: Dave Mitchell <davem@fdgroup.com>
29331              Date: Sun, 7 Sep 2003 19:14:44 +0100
29332              Message-ID: <20030907181444.GA7058@fdgroup.com>
29333      Branch: perl
29334            ! ext/Opcode/Safe.pm
29335 ____________________________________________________________________________
29336 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
29337         Log: Subject: [PATCH] honoring void context for map()
29338              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29339              Date: Thu, 04 Sep 2003 11:13:41 +0200
29340              Message-id: <20030904091341.GA30655@ethan>
29341      Branch: perl
29342            ! pp_ctl.c
29343 ____________________________________________________________________________
29344 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
29345         Log: Retract #21010.
29346      Branch: perl
29347            ! lib/dumpvar.pl
29348 ____________________________________________________________________________
29349 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
29350         Log: Minor doc style nits in XSLoader.
29351      Branch: perl
29352            ! ext/DynaLoader/XSLoader_pm.PL
29353 ____________________________________________________________________________
29354 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
29355         Log: Vanity patch.
29356      Branch: perl
29357            ! AUTHORS
29358 ____________________________________________________________________________
29359 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
29360         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
29361      Branch: perl
29362            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
29363            ! Cross/config.sh-arm-linux Cross/generate_config_sh
29364            ! Cross/installperl.patch
29365 ____________________________________________________________________________
29366 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
29367         Log: Email nits in Fatal.pm [perl #23724].
29368      Branch: perl
29369            ! lib/Fatal.pm
29370 ____________________________________________________________________________
29371 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
29372         Log: Musty corners of Syslog.pm.
29373      Branch: perl
29374            ! ext/Sys/Syslog/Syslog.pm
29375 ____________________________________________________________________________
29376 [ 21051] By: ams                                   on 2003/09/05  18:43:46
29377         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
29378              2. Compensate for PL_sv_placeholder <= 5.8.1.
29379              3. Clean up non-backwards-compatible tests.
29380              4. Prepare for the 2.08 CPAN release.
29381      Branch: perl
29382            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
29383            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
29384            ! ext/Storable/t/utf8hash.t
29385 ____________________________________________________________________________
29386 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
29387         Log: One more known tie problem.
29388      Branch: perl
29389            ! pod/perltie.pod
29390 ____________________________________________________________________________
29391 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
29392         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
29393              Date: Fri, 5 Sep 2003 14:46:00 +0200
29394              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
29395              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29396      Branch: perl
29397            ! ext/threads/shared/shared.pm
29398 ____________________________________________________________________________
29399 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
29400         Log: Subject: versions threads modules
29401              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29402              Date: Fri, 5 Sep 2003 12:22:52 +0200
29403              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
29404      Branch: perl
29405            ! ext/threads/shared/shared.pm
29406 ____________________________________________________________________________
29407 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
29408         Log: More suidperl path disclosure plugging:
29409              the #9813 didn't do enough.  See either of
29410              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
29411              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
29412      Branch: perl
29413            ! perl.c pod/perldiag.pod
29414 ____________________________________________________________________________
29415 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
29416         Log: FreeBSD hints updates from Anton Berezin.
29417      Branch: perl
29418            ! hints/freebsd.sh
29419 ____________________________________________________________________________
29420 [ 21043] By: merijn                                on 2003/09/05  11:18:20
29421         Log: Changed conflicting diff options
29422      Branch: perl
29423            ! patchlevel.h
29424 ____________________________________________________________________________
29425 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
29426         Log: Acknowledge some known tie bugs.
29427      Branch: perl
29428            ! pod/perltie.pod
29429 ____________________________________________________________________________
29430 [ 21041] By: merijn                                on 2003/09/05  04:50:44
29431         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
29432              From: Ilya Martynov <ilya@martynov.org>
29433              Date: Fri, 05 Sep 2003 00:49:57 +0400
29434              Message-ID: <8765k8uvm2.fsf@abra.ru>
29435      Branch: perl
29436            ! AUTHORS
29437 ____________________________________________________________________________
29438 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
29439         Log: code example error in "perlopentut"
29440      Branch: perl
29441            ! pod/perlopentut.pod
29442 ____________________________________________________________________________
29443 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
29444         Log: Another seemingly fixed (un)tie bug,
29445              [perl ##22297] cannot untie scalar from within tied FETCH
29446      Branch: perl
29447            ! t/op/tie.t
29448 ____________________________________________________________________________
29449 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
29450         Log: Subject: Re: [PATCH] Data::Dumper 2.121
29451              From: Ilya Martynov <ilya@martynov.org>
29452              Date: Fri, 05 Sep 2003 00:33:46 +0400
29453              Message-ID: <87ad9kuwd1.fsf@abra.ru>
29454      Branch: perl
29455            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
29456            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29457            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
29458 ____________________________________________________________________________
29459 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
29460         Log: I think once is enough.
29461      Branch: perl
29462            ! configure.gnu
29463 ____________________________________________________________________________
29464 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
29465         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
29466              From: Enache Adrian <enache@rdslink.ro>
29467              Date: Thu, 4 Sep 2003 20:09:06 +0300
29468              Message-ID: <20030904170906.GA1235@ratsnest.hole>
29469      Branch: perl
29470            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
29471            ! ext/ByteLoader/byterun.c
29472 ____________________________________________________________________________
29473 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
29474         Log: Subject: [PATCH] perlreftut: change distribution conditions
29475              From: "Brendan O'Dea" <bod@debian.org>
29476              Date: Thu, 4 Sep 2003 02:28:49 +1000
29477              Message-ID: <20030903162849.GA9675@londo.c47.org>
29478      Branch: perl
29479            ! pod/perlreftut.pod
29480 ____________________________________________________________________________
29481 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
29482         Log: Subject: Re: "vendor" patch pickup
29483              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29484              Date: Thu, 4 Sep 2003 19:47:55 +0200
29485              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
29486
29487              (Gentoo: take Marcus' version of the __THROW patch and
29488              even further #ifdef-protect it with __GLIBC__.)
29489      Branch: perl
29490            ! perl.h
29491 ____________________________________________________________________________
29492 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
29493         Log: Tiny perlcc tweaks.
29494      Branch: perl
29495            ! utils/perlcc.PL
29496 ____________________________________________________________________________
29497 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
29498         Log: A SuSE patchlet for perlcc -c to avoid
29499              "Modification of a read-only value attempted at ... C.pm"
29500      Branch: perl
29501            ! ext/B/B/C.pm
29502 ____________________________________________________________________________
29503 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
29504         Log: AUTHORS updates.
29505      Branch: perl
29506            ! AUTHORS
29507 ____________________________________________________________________________
29508 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
29509         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
29510              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
29511              (the tar.gz link doesn't have 'v1.66', it has '1.66')
29512              so that the smoke builds can start chewing it.
29513      Branch: perl
29514            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
29515            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
29516            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
29517            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29518            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
29519            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
29520 ____________________________________________________________________________
29521 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
29522         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
29523              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29524              Date: Wed, 3 Sep 2003 19:20:20 +0200
29525              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
29526      Branch: perl
29527            ! Porting/valgrindpp.pl
29528 ____________________________________________________________________________
29529 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
29530         Log: Also indicate the Unicode level here.
29531              (The last date is non-committal :-)
29532      Branch: perl
29533            ! pod/perlunicode.pod
29534 ____________________________________________________________________________
29535 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
29536         Log: Avoid lvalue casts, from Enache.
29537      Branch: perl
29538            ! ext/ByteLoader/bytecode.h op.h
29539 ____________________________________________________________________________
29540 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
29541         Log: Bump up the VERSION.
29542      Branch: perl
29543            ! lib/bytes.pm
29544 ____________________________________________________________________________
29545 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
29546         Log: Add, document, and test bytes::substr, index, rindex, chr,
29547              document bytes::ord.
29548      Branch: perl
29549            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
29550 ____________________________________________________________________________
29551 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
29552         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
29553              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
29554              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
29555              Message-ID: <29644.1062572245@www50.gmx.net>
29556
29557              The other half of #20930 should be still good.
29558      Branch: perl
29559            ! op.c
29560 ____________________________________________________________________________
29561 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
29562         Log: use IO; is deprecated.
29563      Branch: perl
29564            ! ext/threads/t/join.t
29565 ____________________________________________________________________________
29566 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
29567         Log: Upgrade to base 2.01 from CPAN.
29568      Branch: perl
29569            ! lib/base.pm lib/fields.pm
29570 ____________________________________________________________________________
29571 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
29572         Log: Changing the test count is a good idea.
29573      Branch: perl
29574            ! ext/threads/t/join.t
29575 ____________________________________________________________________________
29576 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
29577         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
29578              From: Joe McMahon <mcmahon@ibiblio.org>
29579              Date: Tue, 2 Sep 2003 18:02:14 -0400
29580              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
29581      Branch: perl
29582            ! lib/dumpvar.pl
29583 ____________________________________________________________________________
29584 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
29585         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
29586              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29587              Date: Wed, 3 Sep 2003 06:07:54 +0200
29588              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
29589      Branch: perl
29590            ! ext/threads/t/join.t
29591 ____________________________________________________________________________
29592 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
29593         Log: VMS does not have quite UNIX glob semantics.
29594      Branch: perl
29595            ! t/run/fresh_perl.t
29596 ____________________________________________________________________________
29597 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
29598         Log: Subject: some method calls not autoloaded
29599              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29600              Date: Tue, 2 Sep 2003 15:06:29 -0700
29601              Message-ID: <20030902220629.GA2952@efn.org>
29602      Branch: perl
29603            ! pod/perlfunc.pod pod/perlsub.pod
29604 ____________________________________________________________________________
29605 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
29606         Log: An untie test from perlmonks-- worked in 5.6.1,
29607              broken in 5.8.0, seems to be working again in maint,
29608              better nail it down now.
29609      Branch: perl
29610            ! t/op/tie.t
29611 ____________________________________________________________________________
29612 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
29613         Log: Retract #20930 because of
29614              Subject: maint@20974 or before broke mp2 ithreads test
29615              From: Stas Bekman <stas@stason.org>
29616              Date: Mon, 01 Sep 2003 23:31:11 -0700
29617              Message-ID: <3F54392F.7080009@stason.org>
29618      Branch: perl
29619            ! op.c
29620 ____________________________________________________________________________
29621 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
29622         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
29623              From: Fergal Daly <fergal@esatclear.ie>
29624              Date: Tue, 2 Sep 2003 17:36:52 +0100
29625              Message-Id: <200309021736.52725.fergal@esatclear.ie>
29626      Branch: perl
29627            ! pod/perldiag.pod
29628 ____________________________________________________________________________
29629 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
29630         Log: Subject: [perl #23672] Math::BigInit POD
29631              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
29632              Date: 1 Sep 2003 08:47:39 -0000
29633              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
29634      Branch: perl
29635            ! lib/Math/BigInt.pm
29636 ____________________________________________________________________________
29637 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
29638         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
29639              From: Mark Jason Dominus <mjd@plover.com>
29640              Date: Mon, 01 Sep 2003 16:19:20 -0400
29641              Message-ID: <20030901201920.3929.qmail@plover.com>
29642      Branch: perl
29643            ! pod/perlfaq6.pod
29644 ____________________________________________________________________________
29645 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
29646         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
29647              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29648              Date: Tue, 02 Sep 2003 11:27:19 +0200
29649              Message-id: <20030902092719.GA18075@ethan>
29650      Branch: perl
29651            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
29652            ! ext/Devel/PPPort/t/test.t
29653 ____________________________________________________________________________
29654 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
29655         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
29656              From: Enache Adrian <enache@rdslink.ro>
29657              Date: Tue, 2 Sep 2003 03:45:11 +0300
29658              Message-ID: <20030902004511.GA1442@ratsnest.hole>
29659      Branch: perl
29660            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
29661            ! op.h proto.h t/TEST
29662 ____________________________________________________________________________
29663 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
29664         Log: Upgrade to Unicode::Collate 0.27.
29665      Branch: perl
29666            + lib/Unicode/Collate/t/hangul.t
29667            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29668            ! lib/Unicode/Collate/README
29669 ____________________________________________________________________________
29670 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
29671         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
29672              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29673              Date: Mon, 1 Sep 2003 22:28:58 +0200
29674              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
29675      Branch: perl
29676            ! Porting/valgrindpp.pl
29677 ____________________________________________________________________________
29678 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
29679         Log: From Craig Berry, following the example of the other podxxx.PL
29680              in relying on basename($0, '.PL') to Do The Right Thing with
29681              regard to the case of the extension, which could be either
29682              .pl or .PL on VMS depending on version-specific features.
29683      Branch: perl
29684            ! pod/pod2usage.PL pod/podselect.PL
29685 ____________________________________________________________________________
29686 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
29687         Log: Configure -r in AIX bad.
29688      Branch: perl
29689            ! README.aix
29690 ____________________________________________________________________________
29691 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
29692         Log: Subject: [DOC PATCH] perlfaq4.pod
29693              Date: Mon, 1 Sep 2003 12:38:50 +0200
29694              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29695              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
29696      Branch: perl
29697            ! pod/perlfaq4.pod
29698 ____________________________________________________________________________
29699 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
29700         Log: Subject: glob() bug
29701              From: Gurusamy Sarathy <gsar@ActiveState.com>
29702              Date: Mon, 01 Sep 2003 02:25:41 -0700
29703              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
29704      Branch: perl
29705            ! op.c t/run/fresh_perl.t
29706 ____________________________________________________________________________
29707 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
29708         Log: Ultrix VAX is like VMS VAX in floating point.
29709      Branch: perl
29710            ! t/op/sprintf.t
29711 ____________________________________________________________________________
29712 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
29713         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
29714              From: Vadim Konovalov <vkonovalov@peterstar.ru>
29715              Date: Mon, 1 Sep 2003 02:57:33 +0400
29716              Message-ID: <1091134912500.20030901025733@peterstar.ru>
29717      Branch: perl
29718            ! wince/Makefile.ce wince/wince.c
29719 ____________________________________________________________________________
29720 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
29721         Log: Add test for -i.
29722      Branch: perl
29723            ! MANIFEST t/run/switches.t
29724 ____________________________________________________________________________
29725 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
29726         Log: Add tests for -h and (unknown) -z.
29727      Branch: perl
29728            ! MANIFEST t/run/switches.t
29729 ____________________________________________________________________________
29730 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
29731         Log: Add test for -v.
29732      Branch: perl
29733            ! MANIFEST t/run/switches.t
29734 ____________________________________________________________________________
29735 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
29736         Log: List the switches tested in switches.t.
29737      Branch: perl
29738            ! t/run/switches.t
29739 ____________________________________________________________________________
29740 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
29741         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
29742              From: PPrymmer@factset.com
29743              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
29744              Date: Sun, 31 Aug 2003 10:11:54 -0400
29745      Branch: perl
29746            ! installperl
29747 ____________________________________________________________________________
29748 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
29749         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
29750              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29751              Date: Sun, 31 Aug 2003 15:21:17 +0200
29752              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
29753      Branch: perl
29754            ! sv.c
29755 ____________________________________________________________________________
29756 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
29757         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
29758              both in blead and maint, lots of "Attempt to free non-existent
29759              shared string" and "Unbalanced string table refcount" errors.
29760              Retract #20960 (and #20963).
29761      Branch: perl
29762            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
29763            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
29764            ! MANIFEST lib/base.pm lib/fields.pm
29765 ____________________________________________________________________________
29766 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
29767         Log: Integrate from maint:
29768              [ 20963]
29769              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
29770      Branch: perl
29771           !> lib/base/t/fp560.t
29772 ____________________________________________________________________________
29773 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
29774         Log: De-cargo-cult.
29775      Branch: perl
29776            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
29777 ____________________________________________________________________________
29778 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
29779         Log: Upgrade to base.pm 2.0.
29780
29781              (Rename the tests around a bit to be more 8.3-friendly.)
29782      Branch: perl
29783            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
29784            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
29785            ! MANIFEST lib/base.pm lib/fields.pm
29786 ____________________________________________________________________________
29787 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
29788         Log: Fewer naked char constants.
29789      Branch: perl
29790            ! doio.c perlio.c sv.h
29791 ____________________________________________________________________________
29792 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
29793         Log: This is probably a wrong fix for
29794              [perl #23645] tell with perlio on appended files
29795              but maybe this gets NI-S agitated enough to present the correct fix :-)
29796      Branch: perl
29797            ! perlio.c t/io/tell.t
29798 ____________________________________________________________________________
29799 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
29800         Log: A new try at
29801
29802              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
29803              From: "Gerrit P. Haase" <gp@familiehaase.de>
29804              Date: Thu, 28 Aug 2003 08:18:51 +0200
29805              Message-ID: <4157199551.20030828081851@familiehaase.de>
29806
29807              (this time Cygwin only)
29808      Branch: perl
29809            ! perlio.c
29810 ____________________________________________________________________________
29811 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
29812         Log: Tweak XSLoader.t.
29813              XSLoader is supposed to work even for extensions that
29814              are statically linked. So only check that the extension we
29815              test for is actually available. (This test is not supposed
29816              to be run by miniperl.)
29817      Branch: perl
29818            ! ext/DynaLoader/t/XSLoader.t
29819 ____________________________________________________________________________
29820 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
29821         Log: Something went wrong in change #20929;
29822              linux 2.4.18-bf2.4 didn't like it:
29823              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
29824              and similar failure pattern also seen in Solaris 8.
29825      Branch: perl
29826            ! perlio.c
29827 ____________________________________________________________________________
29828 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
29829         Log: Setup @INC.
29830      Branch: perl
29831            ! t/op/cproto.t
29832 ____________________________________________________________________________
29833 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
29834         Log: Tabify and re-sort MANIFEST.
29835      Branch: perl
29836            ! MANIFEST
29837 ____________________________________________________________________________
29838 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
29839         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
29840      Branch: perl
29841            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
29842 ____________________________________________________________________________
29843 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
29844         Log: Subject: [PATCH] XSLoader nits and tests
29845              From: Michael G Schwern <schwern@pobox.com>
29846              Date: Fri, 29 Aug 2003 22:55:07 -0700
29847              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
29848      Branch: perl
29849            + ext/DynaLoader/t/XSLoader.t
29850            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
29851 ____________________________________________________________________________
29852 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
29853         Log: Missed from #20942.
29854      Branch: perl
29855            ! lib/File/Spec/VMS.pm
29856 ____________________________________________________________________________
29857 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
29858         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
29859              From: PPrymmer@factset.com
29860              Date: Sat, 30 Aug 2003 00:57:28 -0400
29861              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
29862      Branch: perl
29863            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
29864 ____________________________________________________________________________
29865 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
29866         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
29867              From: Stas Bekman <stas@stason.org>
29868              Date: Fri, 29 Aug 2003 17:11:41 -0700
29869              Message-ID: <3F4FEBBD.8000901@stason.org>
29870      Branch: perl
29871            ! pod/perlapi.pod sv.h
29872 ____________________________________________________________________________
29873 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
29874         Log: Add a new test, to ensure that we don't unexpectedly change
29875              prototypes of builtins.
29876      Branch: perl
29877            + t/op/cproto.t
29878            ! MANIFEST
29879 ____________________________________________________________________________
29880 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
29881         Log: Don't cast PL_multiline to bool : you may loose important bits.
29882      Branch: perl
29883            ! pp.c pp_hot.c
29884 ____________________________________________________________________________
29885 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
29886         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
29887              From: Nicholas Clark <nick@ccl4.org>
29888              Date: Wed, 27 Aug 2003 22:59:55 +0100
29889              Message-ID: <20030827225955.E558@plum.flirble.org>
29890      Branch: perl
29891            ! pp.c
29892 ____________________________________________________________________________
29893 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
29894         Log: Some perluniintro tweaks.
29895      Branch: perl
29896            ! pod/perluniintro.pod
29897 ____________________________________________________________________________
29898 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
29899         Log: Tiny doc tweak from Shannon -jj Behrens.
29900      Branch: perl
29901            ! pod/perluniintro.pod
29902 ____________________________________________________________________________
29903 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
29904         Log: Comparing an int to a U32 makes VC6 nervous.
29905      Branch: perl
29906            ! pp.c pp_hot.c
29907 ____________________________________________________________________________
29908 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
29909         Log: Better skip() explicit number of tests, test counts getting
29910              out of sync less likely that way.
29911      Branch: perl
29912            ! t/op/pack.t
29913 ____________________________________________________________________________
29914 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
29915         Log: Some Ultrix test dodgings.
29916      Branch: perl
29917            ! t/base/num.t t/op/arith.t t/op/pack.t
29918 ____________________________________________________________________________
29919 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
29920         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
29921              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29922              Date: Thu, 28 Aug 2003 21:47:22 +0200
29923              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
29924      Branch: perl
29925            ! op.c
29926 ____________________________________________________________________________
29927 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
29928         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
29929              From: "Gerrit P. Haase" <gp@familiehaase.de>
29930              Date: Thu, 28 Aug 2003 08:18:51 +0200
29931              Message-ID: <4157199551.20030828081851@familiehaase.de>
29932
29933              (changed so that the 'b' is always appended)
29934      Branch: perl
29935            ! perlio.c
29936 ____________________________________________________________________________
29937 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
29938         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
29939              From: marek.rouchal@infineon.com
29940              Date: Wed, 27 Aug 2003 17:25:28 +0200
29941              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
29942
29943              PodParser-1.25 prerelease.
29944      Branch: perl
29945            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
29946            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
29947            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
29948 ____________________________________________________________________________
29949 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
29950         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
29951      Branch: perl
29952            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
29953 ____________________________________________________________________________
29954 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
29955         Log: Subject: [PATCH] valgrindpp.pl
29956              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29957              Date: Thu, 28 Aug 2003 09:43:49 +0200
29958              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
29959      Branch: perl
29960            ! Porting/valgrindpp.pl
29961 ____________________________________________________________________________
29962 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
29963         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
29964              From: Paul Johnson <paul@pjcj.net>
29965              Date: Thu, 28 Aug 2003 00:13:59 +0200
29966              Message-ID: <20030827221359.GE28396@pjcj.net>
29967      Branch: perl
29968            ! ext/B/B/Deparse.pm
29969 ____________________________________________________________________________
29970 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
29971         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
29972              From: Michael G Schwern <schwern@pobox.com>
29973              Date: Wed, 27 Aug 2003 15:05:20 -0700
29974              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
29975      Branch: perl
29976            ! lib/ExtUtils/MakeMaker/Tutorial.pod
29977 ____________________________________________________________________________
29978 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
29979         Log: Add caveats and tests for Symbol::delete_package().
29980      Branch: perl
29981            ! lib/Symbol.pm lib/Symbol.t
29982 ____________________________________________________________________________
29983 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
29984         Log: Configure is doing fine in Ultrix, operator error.
29985      Branch: perl
29986            ! hints/ultrix_4.sh
29987 ____________________________________________________________________________
29988 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
29989         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
29990      Branch: perl
29991            + Porting/valgrindpp.pl
29992            ! MANIFEST
29993 ____________________________________________________________________________
29994 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
29995         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
29996              From: "John P. Linderman" <jpl@research.att.com>
29997              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
29998              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
29999
30000              Subject: typo in pod/perlnewmod.pod [PATCH]
30001              From: "John P. Linderman" <jpl@research.att.com>
30002              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
30003              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
30004
30005              Subject: [PATCH] document the location of byacc
30006              From: Dave Mitchell <davem@fdgroup.com>
30007              Date: Wed, 27 Aug 2003 14:26:50 +0100
30008              Message-ID: <20030827132650.GA23144@fdgroup.com>
30009      Branch: perl
30010            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
30011            ! pod/perlnewmod.pod
30012 ____________________________________________________________________________
30013 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
30014         Log: Ultrix tweaks: <string.h> must not be included twice
30015              (otherwise one gets prototype conflicts between the <string.h>
30016              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
30017              define in <string.h>...); and Configure misprobes some features.
30018      Branch: perl
30019            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
30020            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
30021            ! hints/ultrix_4.sh
30022 ____________________________________________________________________________
30023 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
30024         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
30025              but instead it is 0xFFFF.  So retract #20914.
30026      Branch: perl
30027            ! perl.h
30028 ____________________________________________________________________________
30029 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
30030         Log: Sanity check for BYTEORDER.
30031      Branch: perl
30032            ! perl.h
30033 ____________________________________________________________________________
30034 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
30035         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
30036
30037              [20859]
30038              Two portability patches for DJGPP from Richard Dawe
30039              <rich@phekda.freeserve.co.uk>.
30040              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
30041
30042              [20911]
30043              Don't uppercase automatically all environment variables on DJGPP.
30044              (reported by Richard Dawe, this breaks portability of Unix
30045              scripts.) Don't change the behaviour on plain MS/DOS.
30046      Branch: perl
30047            ! perl.c
30048           !> djgpp/djgppsed.sh dosish.h
30049 ____________________________________________________________________________
30050 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
30051         Log: perlapi.pod tweaks, based on :
30052              Subject: misdocumented return value for sv_setref*
30053              From: Joe Schaefer <joe+perl@sunstarsys.com>
30054              Date: 12 Aug 2003 13:21:42 -0400
30055              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
30056      Branch: perl
30057            ! pod/perlapi.pod sv.c
30058 ____________________________________________________________________________
30059 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
30060         Log: Change the internal prototype of the pop() and shift() builtins
30061              to (;\@), to reflect that their array argument is optional.
30062      Branch: perl
30063            ! opcode.h opcode.pl
30064 ____________________________________________________________________________
30065 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
30066         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
30067              From: Dave Mitchell <davem@fdgroup.com>
30068              Date: Sun, 24 Aug 2003 15:52:00 +0100
30069              Message-ID: <20030824145159.GA12210@fdgroup.com>
30070      Branch: perl
30071            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
30072 ____________________________________________________________________________
30073 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
30074         Log: Subject: [PATCH] minor File::Spec testing cleanup
30075              From: Ken Williams <ken@mathforum.org>
30076              Date: Thu, 21 Aug 2003 22:47:51 -0500
30077              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
30078      Branch: perl
30079            ! lib/File/Spec/t/rel2abs2rel.t
30080 ____________________________________________________________________________
30081 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
30082         Log: Maintainer catch from Rafael.
30083      Branch: perl
30084            ! Porting/Maintainers.pl
30085 ____________________________________________________________________________
30086 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
30087         Log: Take a cutdown version of the change #20903 also to perlebcdic.
30088      Branch: perl
30089            ! pod/perlebcdic.pod
30090 ____________________________________________________________________________
30091 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
30092         Log: No dynaloading at all in Ultrix.
30093      Branch: perl
30094            ! hints/ultrix_4.sh
30095 ____________________________________________________________________________
30096 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
30097         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
30098              (This information looks interesting enough to be mentioned
30099              elsewhere, too.)
30100      Branch: perl
30101            ! README.bs2000
30102 ____________________________________________________________________________
30103 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
30104         Log: CGI::Carp from CGI.pm 3.00 was missing.
30105      Branch: perl
30106            ! lib/CGI/Carp.pm
30107 ____________________________________________________________________________
30108 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
30109         Log: Subject: Re: [PATCH] valgrind and /#/x
30110              From: Enache Adrian <enache@rdslink.ro>
30111              Date: Tue, 26 Aug 2003 08:11:07 +0300
30112              Message-ID: <20030826051107.GA1086@ratsnest.hole>
30113      Branch: perl
30114            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
30115 ____________________________________________________________________________
30116 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
30117         Log: More memory lane.
30118      Branch: perl
30119            ! hints/ultrix_4.sh
30120 ____________________________________________________________________________
30121 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
30122         Log: fix syscall() prototype description in
30123              perlfunc.pod, as suggested by Lukas Mai.
30124      Branch: perl
30125            ! pod/perlfunc.pod
30126 ____________________________________________________________________________
30127 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
30128         Log: Tiny doc tweak.
30129      Branch: perl
30130            ! README.solaris
30131 ____________________________________________________________________________
30132 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
30133         Log: Even more SunOS 4 info.
30134      Branch: perl
30135            ! README.solaris
30136 ____________________________________________________________________________
30137 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
30138         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
30139              From: Vadim Konovalov <vkonovalov@peterstar.ru>
30140              Date: Tue, 26 Aug 2003 00:10:29 +0400
30141              Message-ID: <135606488000.20030826001029@peterstar.ru>
30142      Branch: perl
30143            ! wince/perlmain.c
30144 ____________________________________________________________________________
30145 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
30146         Log: Subject: more valgrinding: select problem?
30147              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30148              Date: Mon, 25 Aug 2003 22:02:17 +0200
30149              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
30150
30151              In glibc, just use the __FD_SETSIZE since that's
30152              the size of the buffer (usually 1024 bits, much
30153              more than the selectminbits of 32).
30154      Branch: perl
30155            ! pp_sys.c
30156 ____________________________________________________________________________
30157 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
30158         Log: More ptags tweakage from Stas; now add 'fullpath'
30159              option to get absolute paths.
30160      Branch: perl
30161            ! emacs/ptags
30162 ____________________________________________________________________________
30163 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
30164         Log: The new tests of #20888 didn't really test what they claimed to.
30165      Branch: perl
30166            ! t/op/pat.t
30167 ____________________________________________________________________________
30168 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
30169         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
30170              From: Jose.auguste-etienne@cgss-guyane.fr
30171              Date: Mon, 25 Aug 2003 14:35:45 -0300
30172              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
30173
30174              AIX Configure advice.
30175      Branch: perl
30176            ! README.aix
30177 ____________________________________________________________________________
30178 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
30179         Log: More SunOS 4.x info.
30180      Branch: perl
30181            ! README.solaris
30182 ____________________________________________________________________________
30183 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
30184         Log: The #20887 didn't go over that well;
30185              and add a few more tests from UTS#18.
30186      Branch: perl
30187            ! t/op/pat.t
30188 ____________________________________________________________________________
30189 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
30190         Log: pat.t -> charnames -> UCD -> Storable,
30191              not good for static builds and minitest.
30192      Branch: perl
30193            ! t/op/pat.t
30194 ____________________________________________________________________________
30195 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
30196         Log: SunOS 4.1.4 is working, too.
30197      Branch: perl
30198            ! README.solaris hints/sunos_4_1.sh
30199 ____________________________________________________________________________
30200 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
30201         Log: Regen perlmodlib, perltoc.
30202      Branch: perl
30203            ! pod/perlmodlib.pod pod/perltoc.pod
30204 ____________________________________________________________________________
30205 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
30206         Log: UVSIZE is not yet defined when it would be needed
30207              by MULTIARCH.  So go back to LONGSIZE, and (belt-
30208              and-suspenders-and-rope style) later in UVSIZE
30209              possibly redefine BYTEORDER.
30210      Branch: perl
30211            ! Configure config_h.SH
30212 ____________________________________________________________________________
30213 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
30214         Log: Subject: [PATCH] valgrind and /#/x
30215              From: Dave Mitchell <davem@fdgroup.com>
30216              Date: Mon, 25 Aug 2003 13:27:49 +0100
30217              Message-ID: <20030825122748.GA15560@fdgroup.com>
30218      Branch: perl
30219            ! regcomp.c
30220 ____________________________________________________________________________
30221 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
30222         Log: Subject: Please update my address
30223              From: Ed Avis <ed@membled.com>
30224              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
30225              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
30226
30227              (Just the AUTHORS part, though, I don't think retroactively
30228              updating the Changes* is useful.)
30229      Branch: perl
30230            ! AUTHORS
30231 ____________________________________________________________________________
30232 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
30233         Log: Document even more ways of affecting your "utf8ness".
30234      Branch: perl
30235            ! lib/utf8.pm
30236 ____________________________________________________________________________
30237 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
30238         Log: Change the VERSION since there are now changes since Perl 5.8.0.
30239      Branch: perl
30240            ! ext/I18N/Langinfo/Langinfo.pm
30241 ____________________________________________________________________________
30242 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
30243         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
30244              since Perl 5.8.0.
30245      Branch: perl
30246            ! lib/CGI/Util.pm
30247 ____________________________________________________________________________
30248 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
30249         Log: Upgrade to CGI.pm 3.00.
30250      Branch: perl
30251            ! lib/CGI.pm lib/CGI/Util.pm
30252 ____________________________________________________________________________
30253 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
30254         Log: Subject: [PATCH] valgrind update
30255              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
30256              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
30257              Message-ID: <21671.1061797917@www38.gmx.net>
30258      Branch: perl
30259            ! t/TEST t/op/magic.t
30260 ____________________________________________________________________________
30261 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
30262         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
30263              From: Nicholas Clark <nick@ccl4.org>
30264              Date: Sun, 24 Aug 2003 16:48:53 +0100
30265              Message-ID: <20030824164851.E558@plum.flirble.org>
30266      Branch: perl
30267            ! doop.c
30268 ____________________________________________________________________________
30269 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
30270         Log: Subject: [patch emacs/ptags] allow xemacs to be used
30271              From: Stas Bekman <stas@stason.org>
30272              Date: Sun, 24 Aug 2003 22:05:00 -0700
30273              Message-ID: <3F4998FC.3090401@stason.org>
30274      Branch: perl
30275            ! emacs/ptags
30276 ____________________________________________________________________________
30277 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
30278         Log: MPE/iX doc tweak from Mark Bixby.
30279      Branch: perl
30280            ! README.mpeix
30281 ____________________________________________________________________________
30282 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
30283         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
30284              Doesn't work well yet, something broken in DynaLoader/XSLoader?
30285      Branch: perl
30286            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
30287 ____________________________________________________________________________
30288 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
30289         Log: IRIX 5.3 is 99.90% okay.
30290      Branch: perl
30291            ! README.irix hints/irix_5.sh
30292 ____________________________________________________________________________
30293 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
30294         Log: An imperfect last resort in case there is no strtoul() but
30295              there is strtol() (like e.g. SunOS 4) because of the Atoul()
30296              in Perl_get_hash_seed()).  The only true fix would be to
30297              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
30298              in numeric.c.
30299      Branch: perl
30300            ! perl.h
30301 ____________________________________________________________________________
30302 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
30303         Log: s/rationale/rational/g on bigrats.
30304      Branch: perl
30305            ! lib/Math/BigRat.pm lib/bigrat.pm
30306 ____________________________________________________________________________
30307 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
30308         Log: Update the CPAN mirrors list.
30309      Branch: perl
30310            ! pod/perlmodlib.PL pod/perlmodlib.pod
30311 ____________________________________________________________________________
30312 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
30313         Log: gcc -O3 and Storable in Linux do not like each other.
30314      Branch: perl
30315            ! ext/Storable/hints/linux.pl
30316 ____________________________________________________________________________
30317 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
30318         Log: Bad quote day, noticed by Philip Newton.
30319      Branch: perl
30320            ! hints/dos_djgpp.sh
30321 ____________________________________________________________________________
30322 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
30323         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
30324              From: Enache Adrian <enache@rdslink.ro>
30325              Date: Mon, 4 Aug 2003 16:20:19 +0300
30326              Message-ID: <20030804132019.GA6764@ratsnest.hole>
30327      Branch: perl
30328            ! Configure config_h.SH
30329 ____________________________________________________________________________
30330 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
30331         Log: Add more comments so that one can see what is supposed to happen.
30332      Branch: perl
30333            ! t/op/lc.t
30334 ____________________________________________________________________________
30335 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
30336         Log: More data points about the Storable optimization problem
30337              in Linux.  (It might be that also non-Debians are affected,
30338              waiting for more information.)
30339      Branch: perl
30340            ! ext/Storable/hints/linux.pl
30341 ____________________________________________________________________________
30342 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
30343         Log: Move the note about known eval leaks earlier.
30344      Branch: perl
30345            ! pod/perlhack.pod
30346 ____________________________________________________________________________
30347 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
30348         Log: Forgot to regen byterun.c.
30349      Branch: perl
30350            ! ext/ByteLoader/byterun.c
30351 ____________________________________________________________________________
30352 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
30353         Log: Doc tweaks on perlhack.
30354      Branch: perl
30355            ! pod/perlhack.pod
30356 ____________________________________________________________________________
30357 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
30358         Log: Subject: [PATCH] Re: valgrind as a leak hound?
30359              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30360              Date: Fri, 22 Aug 2003 23:28:18 +0200
30361              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
30362
30363              Add the leak detection to valgrind testing.
30364      Branch: perl
30365            + t/perl.supp
30366            ! MANIFEST pod/perlhack.pod t/TEST
30367 ____________________________________________________________________________
30368 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
30369         Log: Oops.  Why can't C comments nest?
30370      Branch: perl
30371            ! pp_sys.c
30372 ____________________________________________________________________________
30373 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
30374         Log: Try to dodge getspnam() in AIX.
30375      Branch: perl
30376            ! pp_sys.c
30377 ____________________________________________________________________________
30378 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
30379         Log: Subject: Re: mysterious bytecode.t failure
30380              From: Enache Adrian <enache@rdslink.ro>
30381              Date: Fri, 22 Aug 2003 11:49:34 +0300
30382              Message-ID: <20030822084934.GA1257@ratsnest.hole>
30383      Branch: perl
30384            ! t/base/lex.t
30385 ____________________________________________________________________________
30386 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
30387         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
30388              From: Slaven Rezic <slaven@rezic.de>
30389              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
30390              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
30391      Branch: perl
30392            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
30393 ____________________________________________________________________________
30394 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
30395         Log: Just #.
30396      Branch: perl
30397            ! pod/buildtoc pod/perltoc.pod
30398 ____________________________________________________________________________
30399 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
30400         Log: Regen toc.
30401      Branch: perl
30402            ! pod/perltoc.pod
30403 ____________________________________________________________________________
30404 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
30405         Log: Also MANIFEST the vms/perlvms restoration.
30406      Branch: perl
30407            ! MANIFEST
30408 ____________________________________________________________________________
30409 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
30410         Log: In the vms/descrip_mms.template    the perlvms.pod must
30411              be copied from vms/, err, [.vms], not [.pod].
30412      Branch: perl
30413            ! pod/buildtoc vms/descrip_mms.template
30414 ____________________________________________________________________________
30415 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
30416         Log: Retract #20826 and #20831; things are done differently
30417              in VMS, it seems.  Maybe the vms/descrip_mms.template
30418              needs to be changed?
30419      Branch: perl
30420            + vms/perlvms.pod
30421            - pod/perlvms.pod
30422            ! MANIFEST Makefile.SH
30423 ____________________________________________________________________________
30424 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
30425         Log: Rafael spotted that vms/perlvms.pod was still referred to.
30426      Branch: perl
30427            ! Makefile.SH
30428 ____________________________________________________________________________
30429 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
30430         Log: The change #20809 opened up a code path that might leave s unset.
30431      Branch: perl
30432            ! mg.c
30433 ____________________________________________________________________________
30434 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
30435         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
30436              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30437              Date: Fri, 22 Aug 2003 14:57:09 +0200
30438              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
30439      Branch: perl
30440            ! lib/File/Path.t
30441 ____________________________________________________________________________
30442 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
30443         Log: Test the correct longness; from Enache.
30444      Branch: perl
30445            ! ext/B/t/assembler.t
30446 ____________________________________________________________________________
30447 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
30448         Log: perlvms moving day, from Craig Berry.
30449      Branch: perl
30450            + pod/perlvms.pod
30451            - vms/perlvms.pod
30452            ! MANIFEST
30453 ____________________________________________________________________________
30454 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
30455         Log: Lower Storable.xs optimization to -O2 on certain
30456              known platforms.
30457      Branch: perl
30458            + ext/Storable/hints/linux.pl
30459            ! MANIFEST
30460 ____________________________________________________________________________
30461 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
30462         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
30463              From: Nicholas Clark <nick@ccl4.org>
30464              Date: Thu, 21 Aug 2003 22:26:18 +0100
30465              Message-ID: <20030821222618.T558@plum.flirble.org>
30466      Branch: perl
30467            ! t/op/pack.t
30468 ____________________________________________________________________________
30469 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
30470         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
30471              From: alian@cpan.org (Alian)
30472              Date: Wed, 20 Aug 2003 20:39:17 +0200
30473              Message-ID: <3F43C055.6030709@jupiter.alianet>
30474      Branch: perl
30475            ! t/op/pack.t
30476 ____________________________________________________________________________
30477 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
30478         Log: Try to make the use of utf8 as clear as possible.
30479      Branch: perl
30480            ! lib/utf8.pm
30481 ____________________________________________________________________________
30482 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
30483         Log: Put the tests of the change #19064 back, but disable them.
30484      Branch: perl
30485            ! t/op/args.t
30486 ____________________________________________________________________________
30487 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
30488         Log: Advertise the encoding pragma at the utf8 pragma.
30489      Branch: perl
30490            ! lib/utf8.pm
30491 ____________________________________________________________________________
30492 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
30493         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
30494              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30495              Date: Fri, 22 Aug 2003 09:01:09 +0200
30496              Message-id: <20030822070109.GA1029@ethan>
30497      Branch: perl
30498            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30499            ! ext/Devel/PPPort/t/test.t
30500 ____________________________________________________________________________
30501 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
30502         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
30503              From: insecure <insecure@mail.od.ua>
30504              Date: Thu, 21 Aug 2003 21:37:56 +0300
30505              Message-Id: <200308212137.57016.insecure@mail.od.ua>
30506      Branch: perl
30507            ! ext/I18N/Langinfo/Langinfo.xs
30508 ____________________________________________________________________________
30509 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
30510         Log: More bytecode patching from Enache.
30511      Branch: perl
30512            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
30513            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
30514 ____________________________________________________________________________
30515 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
30516         Log: Subject: Re: pod cleanup
30517              From: Ken Williams <ken@mathforum.org>
30518              Date: Thu, 21 Aug 2003 21:24:57 -0500
30519              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
30520      Branch: perl
30521            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
30522 ____________________________________________________________________________
30523 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
30524         Log: Do not edit perltoc since it is autogenerated.
30525      Branch: perl
30526            ! pod/buildtoc
30527 ____________________________________________________________________________
30528 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
30529         Log: Subject: [PATCH] Re: pod cleanup
30530              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
30531              Date: Thu, 21 Aug 2003 17:09:17 -0400
30532              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
30533
30534              (the pod part)
30535      Branch: perl
30536            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
30537            ! pod/perlipc.pod pod/perlpacktut.pod
30538 ____________________________________________________________________________
30539 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
30540         Log: No need to E<gt>.
30541      Branch: perl
30542            ! pod/perluniintro.pod
30543 ____________________________________________________________________________
30544 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
30545         Log: Add File::Temp's OO test.
30546      Branch: perl
30547            + lib/File/Temp/t/object.t
30548            ! MANIFEST
30549 ____________________________________________________________________________
30550 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
30551         Log: The magic variables that alter STDOUT have a tendancy to segfault
30552              when accessed if STDOUT is undefined. Protect them.
30553      Branch: perl
30554            ! mg.c
30555 ____________________________________________________________________________
30556 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
30557         Log: Mention the Unicode UTR #18 version referenced.
30558      Branch: perl
30559            ! pod/perlunicode.pod
30560 ____________________________________________________________________________
30561 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
30562         Log: Must close so that unlink works portably.
30563      Branch: perl
30564            ! t/io/utf8.t
30565 ____________________________________________________________________________
30566 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
30567         Log: Subject: [perluniintro.pod] pod markup fix
30568              From: Stas Bekman <stas@stason.org>
30569              Date: Thu, 21 Aug 2003 11:41:01 -0700
30570              Message-ID: <3F45123D.8020805@stason.org>
30571      Branch: perl
30572            ! pod/perluniintro.pod
30573 ____________________________________________________________________________
30574 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
30575         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
30576              From: Enache Adrian <enache@rdslink.ro>
30577              Date: Thu, 21 Aug 2003 21:17:26 +0300
30578              Message-ID: <20030821181726.GA1241@ratsnest.hole>
30579      Branch: perl
30580            ! gv.c t/op/die.t
30581 ____________________________________________________________________________
30582 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
30583         Log: Fix the syswrite downgrade bug of
30584              [perl #23428] Somethings rotten in unicode semantics
30585      Branch: perl
30586            ! pp_sys.c t/io/utf8.t
30587 ____________________________________________________________________________
30588 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
30589         Log: No more public cwd(), use private _cwd().
30590      Branch: perl
30591            ! lib/File/Spec/t/Spec.t
30592 ____________________________________________________________________________
30593 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
30594         Log: Underline the fact that abs2rel() makes no sense
30595              if it spans multiple roots.
30596      Branch: perl
30597            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
30598 ____________________________________________________________________________
30599 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
30600         Log: Rename the internal cwd() to _cwd() (it's not curdir).
30601      Branch: perl
30602            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
30603            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30604            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30605            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30606 ____________________________________________________________________________
30607 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
30608         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
30609              From: PPrymmer@factset.com
30610              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
30611              Date: Tue, 19 Aug 2003 21:50:12 -0400
30612      Branch: perl
30613            ! lib/ExtUtils/MM_Unix.pm
30614 ____________________________________________________________________________
30615 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
30616         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
30617              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
30618              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
30619      Branch: perl
30620            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
30621 ____________________________________________________________________________
30622 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
30623         Log: MPE/iX does not have nanosleep() (the test makes
30624              a wrong conclusion of the linking succeeding)
30625      Branch: perl
30626            ! ext/Time/HiRes/Makefile.PL
30627 ____________________________________________________________________________
30628 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
30629         Log: Subject: Re: untieing your victim during the act
30630              From: Dave Mitchell <davem@fdgroup.com>
30631              Date: Wed, 20 Aug 2003 20:44:53 +0100
30632              Message-ID: <20030820194453.GD27719@fdgroup.com>
30633      Branch: perl
30634            ! mg.c
30635 ____________________________________________________________________________
30636 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
30637         Log: Byteloader patching from Enache continues;
30638              PADOFFSET handling was wrong.
30639      Branch: perl
30640            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
30641            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
30642            ! ext/ByteLoader/byterun.c
30643 ____________________________________________________________________________
30644 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
30645         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
30646              From: Steve Hay <steve.hay@uk.radan.com>
30647              Date: Wed, 20 Aug 2003 10:54:46 +0100
30648              Message-ID: <3F434566.3030602@uk.radan.com>
30649      Branch: perl
30650            ! win32/Makefile win32/makefile.mk
30651 ____________________________________________________________________________
30652 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
30653         Log: Upgrade to Encode 1.98.
30654      Branch: perl
30655            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30656            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
30657            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
30658            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
30659            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
30660            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
30661            ! ext/Encode/ucm/macHebrew.ucm
30662 ____________________________________________________________________________
30663 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
30664         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
30665      Branch: perl
30666            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
30667 ____________________________________________________________________________
30668 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
30669         Log: t/TEST fails to fail when it can't find tests.
30670      Branch: perl
30671            ! t/TEST
30672 ____________________________________________________________________________
30673 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
30674         Log: Manifest.t.ation of Schwern.
30675      Branch: perl
30676            ! lib/ExtUtils/t/Manifest.t
30677 ____________________________________________________________________________
30678 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
30679         Log: Nick's podulator was right, I just hadn't read the manual...
30680              the vms\perlvms.pod lines needed to be moved.
30681      Branch: perl
30682            ! win32/Makefile win32/makefile.mk
30683 ____________________________________________________________________________
30684 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
30685         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
30686              From: Andy Dougherty <doughera@lafayette.edu>
30687              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
30688              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
30689      Branch: perl
30690            ! INSTALL
30691 ____________________________________________________________________________
30692 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
30693         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
30694              From: alian <alian@cpan.org>
30695              Date: Tue, 19 Aug 2003 18:18:03 +0200
30696              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
30697      Branch: perl
30698            + ext/B/hints/openbsd.pl
30699            ! MANIFEST
30700 ____________________________________________________________________________
30701 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
30702         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
30703              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30704              Date: Tue, 19 Aug 2003 08:28:14 -0700
30705              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
30706      Branch: perl
30707            ! lib/File/Spec/OS2.pm
30708 ____________________________________________________________________________
30709 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
30710         Log: Unnecessary whitespace diff.
30711      Branch: perl
30712            ! lib/ExtUtils/MakeMaker.pm
30713 ____________________________________________________________________________
30714 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
30715         Log: One less failure.
30716      Branch: perl
30717            ! lib/ExtUtils/t/Manifest.t
30718 ____________________________________________________________________________
30719 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
30720         Log: Replace #20772 with
30721
30722              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30723              From: PPrymmer@factset.com
30724              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
30725              Date: Tue, 19 Aug 2003 10:29:44 -0400
30726      Branch: perl
30727            ! lib/ExtUtils/t/Manifest.t
30728 ____________________________________________________________________________
30729 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
30730         Log: (From Enache) Keep bytecode files (.plc) around in case
30731              of failures.  (Currently Tru64 is reliably barfing.)
30732      Branch: perl
30733            ! ext/B/t/bytecode.t
30734 ____________________________________________________________________________
30735 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
30736         Log: 's buildtoc now.
30737      Branch: perl
30738            ! README.cygwin
30739 ____________________________________________________________________________
30740 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
30741         Log: These are kind of important.
30742      Branch: perl
30743            ! MANIFEST
30744 ____________________________________________________________________________
30745 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
30746         Log: Replace #20763 with
30747
30748              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30749              From: Michael G Schwern <schwern@pobox.com>
30750              Date: Mon, 18 Aug 2003 17:07:30 -0700
30751              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
30752      Branch: perl
30753            ! lib/ExtUtils/t/Manifest.t
30754 ____________________________________________________________________________
30755 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
30756         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
30757              From: Michael G Schwern <schwern@pobox.com>
30758              Date: Mon, 18 Aug 2003 18:02:08 -0700
30759              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
30760      Branch: perl
30761            ! lib/File/Spec/OS2.pm
30762 ____________________________________________________________________________
30763 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
30764         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
30765              From: Ken Williams <ken@mathforum.org>
30766              Date: Mon, 18 Aug 2003 17:07:43 -0500
30767              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
30768      Branch: perl
30769            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30770            ! lib/File/Spec/t/Spec.t
30771 ____________________________________________________________________________
30772 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
30773         Log: Update the history records.
30774      Branch: perl
30775            ! pod/perlhist.pod
30776 ____________________________________________________________________________
30777 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
30778         Log: Still trying to unify MANIFEST sorting.
30779      Branch: perl
30780            ! MANIFEST pod/buildtoc
30781 ____________________________________________________________________________
30782 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
30783         Log: Try to unify the MANIFEST sorting.
30784      Branch: perl
30785            ! MANIFEST Makefile.SH pod/buildtoc
30786 ____________________________________________________________________________
30787 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
30788         Log: Nicholas Clark's podulator.  The win32 makefile
30789              generation doesn't seem to be working yet.
30790      Branch: perl
30791            + pod.lst pod/buildtoc
30792            - pod/buildtoc.PL
30793            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
30794            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
30795 ____________________________________________________________________________
30796 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
30797         Log: Pod tweaks for NEXT from Alan Ferrency.
30798      Branch: perl
30799            ! lib/NEXT.pm
30800 ____________________________________________________________________________
30801 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
30802         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
30803      Branch: perl
30804            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
30805 ____________________________________________________________________________
30806 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
30807         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30808              From: PPrymmer@factset.com
30809              Date: Mon, 18 Aug 2003 15:57:12 -0400
30810              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
30811      Branch: perl
30812            ! lib/ExtUtils/t/Manifest.t
30813 ____________________________________________________________________________
30814 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
30815         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
30816              From: PPrymmer@factset.com
30817              Date: Mon, 18 Aug 2003 14:28:22 -0400
30818              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
30819      Branch: perl
30820            ! vms/descrip_mms.template
30821 ____________________________________________________________________________
30822 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
30823         Log: Use the base class cwd() method.
30824      Branch: perl
30825            ! lib/File/Spec/VMS.pm
30826 ____________________________________________________________________________
30827 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
30828         Log: Subject: [PATCH] Uppercase globals in Pod::Html
30829              From: Michael G Schwern <schwern@pobox.com>
30830              Date: Mon, 18 Aug 2003 03:29:09 -0700
30831              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
30832      Branch: perl
30833            ! lib/Pod/Html.pm
30834 ____________________________________________________________________________
30835 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
30836         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
30837              From: Michael G Schwern <schwern@pobox.com>
30838              Date: Mon, 18 Aug 2003 02:44:31 -0700
30839              Message-ID: <20030818094431.GG823@windhund.schwern.org>
30840      Branch: perl
30841            ! lib/Pod/Html.pm
30842 ____________________________________________________________________________
30843 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
30844         Log: Warn about the slowness of memory debuggers.
30845      Branch: perl
30846            ! pod/perlhack.pod
30847 ____________________________________________________________________________
30848 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
30849         Log: Upgrade to ExtUtils::MakeMaker 6.16.
30850      Branch: perl
30851            + lib/ExtUtils/t/prereq_print.t
30852            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
30853            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
30854            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
30855            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
30856            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
30857 ____________________________________________________________________________
30858 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
30859         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
30860              From: Michael G Schwern <schwern@pobox.com>
30861              Date: Mon, 18 Aug 2003 01:34:34 -0700
30862              Message-ID: <20030818083433.GB823@windhund.schwern.org>
30863      Branch: perl
30864            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
30865 ____________________________________________________________________________
30866 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
30867         Log: I could have sworn the base class method was there.
30868      Branch: perl
30869            ! lib/File/Spec/Unix.pm
30870 ____________________________________________________________________________
30871 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
30872         Log: utf8::is_utf8() wasn't there in 5.8.0.
30873      Branch: perl
30874            ! lib/utf8.pm
30875 ____________________________________________________________________________
30876 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
30877         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
30878              From: "Craig A. Berry" <craigberry@mac.com>
30879              Date: Sun, 17 Aug 2003 23:28:21 -0500
30880              Message-ID: <3F4055E5.2070407@mac.com>
30881      Branch: perl
30882            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
30883 ____________________________________________________________________________
30884 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
30885         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
30886              From: Michael G Schwern <schwern@pobox.com>
30887              Date: Sat, 16 Aug 2003 14:58:25 -0700
30888              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
30889
30890              (plus local *REALPATH)
30891      Branch: perl
30892            ! lib/Cwd.pm
30893 ____________________________________________________________________________
30894 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
30895         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
30896              From: Enache Adrian <enache@rdslink.ro>
30897              Date: Sat, 16 Aug 2003 16:03:16 +0300
30898              Message-ID: <20030816130316.GA1654@ratsnest.hole>
30899
30900              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
30901              From: Enache Adrian <enache@rdslink.ro>
30902              Date: Sun, 17 Aug 2003 04:42:22 +0300
30903              Message-ID: <20030817014222.GA1287@ratsnest.hole>
30904      Branch: perl
30905            ! t/op/die.t util.c
30906 ____________________________________________________________________________
30907 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
30908         Log: The lib/Cwd.pm diet part of
30909
30910              Subject: [PATCH] File::Spec on diet
30911              From: Tels <perl_dummy@bloodgate.com>
30912              Date: Mon, 7 Jul 2003 22:41:42 +0200
30913              Message-Id: <200307072235.03364@bloodgate.com>
30914      Branch: perl
30915            ! lib/Cwd.pm
30916 ____________________________________________________________________________
30917 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
30918         Log: The "reduce memory footprint and increase speed by not
30919              unconditionally pulling in Cwd"    part of
30920
30921              Subject: [PATCH] File::Spec on diet
30922              From: Tels <perl_dummy@bloodgate.com>
30923              Date: Mon, 7 Jul 2003 22:41:42 +0200
30924              Message-Id: <200307072235.03364@bloodgate.com>
30925
30926              was still valid.
30927      Branch: perl
30928            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
30929            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30930            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30931            ! lib/File/Spec/Win32.pm
30932 ____________________________________________________________________________
30933 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
30934         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
30935      Branch: perl
30936            ! lib/File/Temp.pm
30937 ____________________________________________________________________________
30938 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
30939         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
30940              From: PPrymmer@factset.com
30941              Date: Sat, 16 Aug 2003 11:55:58 -0400
30942              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
30943      Branch: perl
30944            ! installperl
30945 ____________________________________________________________________________
30946 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
30947         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
30948              $VERSION at 1.601 so that we are different in version
30949              than 5.8.0 since the module is different (one doc tweak).
30950      Branch: perl
30951            ! ext/Filter/Util/Call/Call.pm
30952 ____________________________________________________________________________
30953 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
30954         Log: valgrind --help didn't return a happy exit status.
30955      Branch: perl
30956            ! Makefile.SH
30957 ____________________________________________________________________________
30958 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
30959         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
30960              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
30961              because loading the XS part of Cwd might fail.
30962      Branch: perl
30963            ! lib/Cwd.pm
30964 ____________________________________________________________________________
30965 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
30966         Log: Subject: [patch lib/utf8.pm] doc tweaks
30967              From: Stas Bekman <stas@stason.org>
30968              Date: Sat, 16 Aug 2003 13:30:28 -0700
30969              Message-ID: <3F3E9464.3030202@stason.org>
30970      Branch: perl
30971            ! lib/utf8.pm
30972 ____________________________________________________________________________
30973 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
30974         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
30975              From: Michael G Schwern <schwern@pobox.com>
30976              Date: Fri, 15 Aug 2003 18:43:45 -0700
30977              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
30978      Branch: perl
30979            ! ext/Cwd/t/taint.t lib/Cwd.pm
30980 ____________________________________________________________________________
30981 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
30982         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
30983      Branch: perl
30984            ! hints/darwin.sh
30985 ____________________________________________________________________________
30986 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
30987         Log: Add valgrind testing target.
30988      Branch: perl
30989            ! Makefile.SH pod/perlhack.pod t/TEST
30990 ____________________________________________________________________________
30991 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
30992         Log: More networking negativity.
30993      Branch: perl
30994            ! pod/perlport.pod
30995 ____________________________________________________________________________
30996 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
30997         Log: Remove a useless vstring reference in perlnumber.pod.
30998      Branch: perl
30999            ! pod/perlnumber.pod
31000 ____________________________________________________________________________
31001 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
31002         Log: README.macosx updates about known problems.
31003      Branch: perl
31004            ! README.macosx
31005 ____________________________________________________________________________
31006 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
31007         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
31008              From: Andreas J Koenig <andreas.koenig@anima.de>
31009              Date: Fri, 15 Aug 2003 11:55:22 +0200
31010              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
31011      Branch: perl
31012            ! lib/Memoize/t/errors.t
31013 ____________________________________________________________________________
31014 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
31015         Log: Upgrade to File::Temp 0.13 from CPAN--
31016              but since we had a '0.13' already in 5.8.0, make this
31017              still a '0.131'.
31018      Branch: perl
31019            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
31020            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
31021            ! lib/File/Temp/t/tempfile.t
31022 ____________________________________________________________________________
31023 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
31024         Log: Clarify the E flag.
31025      Branch: perl
31026            ! embed.fnc
31027 ____________________________________________________________________________
31028 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
31029         Log: Integrate from maint:
31030              [ 20724]
31031              No peeking before the buffer.
31032              (This was probably the random failure showing up
31033              in Solaris with t/uni/tr_7jis.t)
31034      Branch: perl
31035           !> toke.c
31036 ____________________________________________________________________________
31037 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
31038         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
31039              From: Andreas J Koenig <andreas.koenig@anima.de>
31040              Date: Fri, 15 Aug 2003 11:37:29 +0200
31041              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
31042      Branch: perl
31043            ! t/TEST
31044 ____________________________________________________________________________
31045 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
31046         Log: Integrate from maint:
31047              [ 20719]
31048              no_plan is not a good plan until TEST is fixed.
31049      Branch: perl
31050           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
31051 ____________________________________________________________________________
31052 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
31053         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
31054              (the JPL cvs seems to be out of order), the only real change
31055              (in JNI.xs) seems to have been CRLF->LF conversion.
31056      Branch: perl
31057            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
31058 ____________________________________________________________________________
31059 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
31060         Log: Upgrade to Test::Harness 2.30.
31061      Branch: perl
31062            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31063            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
31064 ____________________________________________________________________________
31065 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
31066         Log: Damian replied that he'll make a CPAN Switch 2.10
31067              out of 5.8.1 Switch 2.10.
31068      Branch: perl
31069            ! lib/Switch.pm
31070 ____________________________________________________________________________
31071 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
31072         Log: Add PerlIO::via::QuotedPrint to Maintainers.
31073      Branch: perl
31074            ! Porting/Maintainers.pl
31075 ____________________________________________________________________________
31076 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
31077         Log: Upgrade to PerlIO::via::Quoted 0.05.
31078      Branch: perl
31079            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
31080 ____________________________________________________________________________
31081 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
31082         Log: Upgrade to NEXT 0.60.
31083      Branch: perl
31084            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
31085            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
31086 ____________________________________________________________________________
31087 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
31088         Log: perlcheat is a reference, not tutorial.
31089      Branch: perl
31090            ! pod/perl.pod
31091 ____________________________________________________________________________
31092 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
31093         Log: Subject: PATCH RC4 IO::Dir
31094              From: Mark Jason Dominus <mjd@plover.com>
31095              Date: Thu, 14 Aug 2003 12:02:59 -0400
31096              Message-ID: <20030814160259.27586.qmail@plover.com>
31097      Branch: perl
31098            ! ext/IO/lib/IO/Dir.pm
31099 ____________________________________________________________________________
31100 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
31101         Log: win32/fcrypt.c was forgotten.
31102      Branch: perl
31103            ! MANIFEST
31104 ____________________________________________________________________________
31105 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
31106         Log: Not so great a version bump, let Paul release 0.17.
31107      Branch: perl
31108            ! ext/Filter/Util/Call/Call.pm
31109 ____________________________________________________________________________
31110 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
31111         Log: One more XS change versus no VERSION change.
31112              (Remaining in JNI.pm/xs, don't know what to about that
31113              since JNI is kind of "stable".)
31114      Branch: perl
31115            ! ext/Filter/Util/Call/Call.pm
31116 ____________________________________________________________________________
31117 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
31118         Log: XS contents changes versus VERSION non-changes.
31119      Branch: perl
31120            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31121            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
31122            ! ext/Socket/Socket.pm
31123 ____________________________________________________________________________
31124 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
31125         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
31126              From: Steve Hay <steve.hay@uk.radan.com>
31127              Date: Thu, 14 Aug 2003 15:39:16 +0100
31128              Message-ID: <3F3B9F14.4040609@uk.radan.com>
31129
31130              (Sarathy okayed the idea.)
31131      Branch: perl
31132            + win32/fcrypt.c
31133            - win32/des_fcrypt.patch
31134            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
31135 ____________________________________________________________________________
31136 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
31137         Log: Subject: [DOC PATCH] warnings.pl
31138              From: Elizabeth Mattijsen <liz@dijkmat.nl>
31139              Date: Thu, 14 Aug 2003 13:12:55 +0200
31140              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
31141
31142              (some rewording)
31143      Branch: perl
31144            ! lib/warnings.pm warnings.pl
31145 ____________________________________________________________________________
31146 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
31147         Log: Update to Scalar-List-Utils 1.12
31148      Branch: perl
31149            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
31150            ! ext/List/Util/lib/List/Util.pm
31151            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
31152 ____________________________________________________________________________
31153 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
31154         Log: All the authors of these modules have now been contacted;
31155              but assuming no CPAN updates are upcoming, here are 'fake'
31156              version updates to make us different from 5.8.0.
31157              (List::Util+Scalar::Util will soon be updated;
31158              File::Spec CPAN release will be made based on 5.8.1.)
31159      Branch: perl
31160            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
31161            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
31162            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
31163            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
31164 ____________________________________________________________________________
31165 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
31166         Log: Make the blead versions of these be newer...
31167      Branch: perl
31168            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
31169 ____________________________________________________________________________
31170 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
31171         Log: Tweak from Slaven to catch also changed .xs files
31172              (.pm -> .xs name equivalence is assumed)
31173      Branch: perl
31174            ! Porting/cmpVERSION.pl
31175 ____________________________________________________________________________
31176 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
31177         Log: Diffs-sans-version-diffs between blead and maint.
31178      Branch: perl
31179            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
31180            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
31181            ! lib/warnings.pm warnings.pl
31182 ____________________________________________________________________________
31183 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
31184         Log: One more VERSION bump.
31185      Branch: perl
31186            ! lib/SelfLoader.pm
31187 ____________________________________________________________________________
31188 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
31189         Log: Add a known exception.
31190      Branch: perl
31191            ! Porting/cmpVERSION.pl
31192 ____________________________________________________________________________
31193 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
31194         Log: The blead version has got the dor.
31195      Branch: perl
31196            ! ext/Opcode/Opcode.pm
31197 ____________________________________________________________________________
31198 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
31199         Log: A swath of VERSION patches from Nicholas Clark.
31200      Branch: perl
31201            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
31202            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
31203            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
31204            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
31205            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
31206            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
31207            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
31208            ! lib/vmsish.pm os2/OS2/Process/Process.pm
31209            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
31210            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
31211            ! vms/ext/Filespec.pm warnings.pl
31212 ____________________________________________________________________________
31213 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
31214         Log: Alpha version numbers noticed by Schwern.
31215              (These hacks are no more needed since the PAUSE indexer no
31216              more indexes the insides of Perl distributions, says Andreas.)
31217      Branch: perl
31218            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
31219            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
31220            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
31221            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31222            ! ext/IPC/SysV/SysV.pm
31223 ____________________________________________________________________________
31224 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
31225         Log: Subject: Re: script wanted
31226              From: Nicholas Clark <nick@ccl4.org>
31227              Date: Wed, 13 Aug 2003 20:46:09 +0100
31228              Message-ID: <20030813204609.G20130@plum.flirble.org>
31229      Branch: perl
31230            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
31231            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
31232            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
31233            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
31234            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
31235            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
31236            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
31237            ! ext/re/re.pm ext/threads/shared/shared.pm
31238            ! ext/threads/threads.pm
31239 ____________________________________________________________________________
31240 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
31241         Log: Subject: Re: script wanted
31242              From: Enache Adrian <enache@rdslink.ro>
31243              Date: Wed, 13 Aug 2003 22:31:18 +0300
31244              Message-ID: <20030813193118.GA1273@ratsnest.hole>
31245      Branch: perl
31246            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
31247            ! ext/B/B/Disassembler.pm
31248 ____________________________________________________________________________
31249 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
31250         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
31251              From: Robin Barker <Robin.Barker@npl.co.uk>
31252              Date: Wed, 13 Aug 2003 18:05:38 +0100
31253              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
31254      Branch: perl
31255            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
31256 ____________________________________________________________________________
31257 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
31258         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
31259              From: Michael G Schwern <schwern@pobox.com>
31260              Date: Wed, 13 Aug 2003 11:15:40 -0700
31261              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
31262      Branch: perl
31263            ! pod/perlartistic.pod pod/perlgpl.pod
31264 ____________________________________________________________________________
31265 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
31266         Log: Add cmpVERSION.pl from Slaven for comparing two
31267              Perl source trees for modules that have changed
31268              but have the same version numbers.
31269      Branch: perl
31270            + Porting/cmpVERSION.pl
31271            ! MANIFEST
31272 ____________________________________________________________________________
31273 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
31274         Log: Make Johan's confusion go away, but there are no doubt more
31275              similar cases.
31276      Branch: perl
31277            ! lib/File/Find.pm
31278 ____________________________________________________________________________
31279 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
31280         Log: Make (hopefully) the Windows CR CR LF bug go away
31281              by making the CRLF layer repel any other CRLF layers.
31282              In other words: binmode(FH, ":crlf") in e.g. Win32
31283              is effectively a no-op since there already is one
31284              CRLF layer in the stack by default.
31285      Branch: perl
31286            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
31287 ____________________________________________________________________________
31288 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
31289         Log: One tweak from Dave Mitchell.
31290      Branch: perl
31291            ! pod/perlport.pod
31292 ____________________________________________________________________________
31293 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
31294         Log: One tweak for microperl in OS/2.
31295      Branch: perl
31296            ! perl.h
31297 ____________________________________________________________________________
31298 [ 20671] By: merijn                                on 2003/08/13  08:57:27
31299         Log: Subject: [PATCH] another VMS pod nit
31300              From: "Craig A. Berry" <craigberry@mac.com>
31301              Date: Wed, 13 Aug 2003 01:01:46 -0500
31302              Message-ID: <3F39D44A.4010207@mac.com>
31303      Branch: perl
31304            ! vms/descrip_mms.template
31305 ____________________________________________________________________________
31306 [ 20670] By: merijn                                on 2003/08/13  08:54:45
31307         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
31308              From: "Craig A. Berry" <craigberry@mac.com>
31309              Date: Tue, 12 Aug 2003 21:12:00 -0500
31310              Message-ID: <3F399E70.4050607@mac.com>
31311      Branch: perl
31312            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
31313            ! lib/Tie/File/t/29a_upcopy.t
31314 ____________________________________________________________________________
31315 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
31316         Log: More don't:s for nyetworking.
31317      Branch: perl
31318            ! pod/perlport.pod
31319 ____________________________________________________________________________
31320 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
31321         Log: perlipc thinko by John P. Linderman.
31322      Branch: perl
31323            ! pod/perlipc.pod
31324 ____________________________________________________________________________
31325 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
31326         Log: Subject: Re: maint @ 20617 [PATCH]
31327              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
31328              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
31329              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
31330      Branch: perl
31331            ! lib/ExtUtils/Installed.pm
31332 ____________________________________________________________________________
31333 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
31334         Log: README.cygwin updates from Gerrit P. Haase.
31335      Branch: perl
31336            ! README.cygwin
31337 ____________________________________________________________________________
31338 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
31339         Log: Do some updates also on pod.mak -- which seems to
31340              be badly out of date.
31341      Branch: perl
31342            ! win32/pod.mak
31343 ____________________________________________________________________________
31344 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
31345         Log: More missing pods for VMS.
31346      Branch: perl
31347            ! vms/descrip_mms.template
31348 ____________________________________________________________________________
31349 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
31350         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
31351              From: PPrymmer@factset.com
31352              Date: Tue, 12 Aug 2003 16:24:21 -0400
31353              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
31354      Branch: perl
31355            ! vms/descrip_mms.template
31356 ____________________________________________________________________________
31357 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
31358         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
31359      Branch: perl
31360            ! pod/perlreref.pod
31361 ____________________________________________________________________________
31362 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
31363         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
31364      Branch: perl
31365            ! pp_sys.c
31366 ____________________________________________________________________________
31367 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
31368         Log: Multiline one-liners are a bit too much to ask.
31369      Branch: perl
31370            ! t/op/closure.t
31371 ____________________________________________________________________________
31372 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
31373         Log: Add perlcheat to the toc and perl.pod; regen toc.
31374      Branch: perl
31375            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31376 ____________________________________________________________________________
31377 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
31378         Log: Retract #20644 and #20643; on non-microperl non-fcntl
31379              systems Wrong Thing would be done.  (And as Sarathy
31380              points out, closing both ends of a pipe is rather
31381              identical to never opening it...)
31382      Branch: perl
31383            ! pp_sys.c util.c
31384 ____________________________________________________________________________
31385 [ 20652] By: ams                                   on 2003/08/12  13:06:40
31386         Log: Subject: perlcheat
31387              From: Juerd <juerd@cpan.org>
31388              Date: Mon, 11 Aug 2003 20:24:34 +0200
31389              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
31390      Branch: perl
31391            + pod/perlcheat.pod
31392            ! MANIFEST
31393 ____________________________________________________________________________
31394 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
31395         Log: Microperl expects C89 (like the rest of Perl).
31396      Branch: perl
31397            ! README.micro
31398 ____________________________________________________________________________
31399 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
31400         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
31401              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31402              Date: Sun, 3 Aug 2003 06:19:02 -0700
31403              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
31404      Branch: perl
31405            ! lib/ExtUtils/xsubpp
31406 ____________________________________________________________________________
31407 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
31408         Log: If we are void we cannot return a value.
31409      Branch: perl
31410            ! mg.c
31411 ____________________________________________________________________________
31412 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
31413         Log: Oops.
31414      Branch: perl
31415            ! perl.c
31416 ____________________________________________________________________________
31417 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
31418         Log: Apply much of Ilya's microperl patch, but instead of
31419              implementing the opendir()/readdir()/closedir() using
31420              external commands give up "ANSI-pureness" and define them
31421              in uconfig.sh, also define other stuff like rename() and putenv().
31422              Leave out the $| emulation in my_fork() since we are
31423              not supposed to have fork() under microperl.
31424      Branch: perl
31425            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
31426            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
31427 ____________________________________________________________________________
31428 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
31429         Log: Localize PARENT (based on Ilya's microperl patch).
31430      Branch: perl
31431            ! lib/Cwd.pm
31432 ____________________________________________________________________________
31433 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
31434         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
31435      Branch: perl
31436            ! util.c
31437 ____________________________________________________________________________
31438 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
31439         Log: A generally useful hunk from Ilya's microperl patch.
31440              (If no fcntl F_SETFD, fake it the best we can.)
31441      Branch: perl
31442            ! pp_sys.c
31443 ____________________________________________________________________________
31444 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
31445         Log: returning would be good, too.
31446      Branch: perl
31447            ! ext/Safe/t/safeops.t
31448 ____________________________________________________________________________
31449 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
31450         Log: No dor in maint.
31451      Branch: perl
31452            ! ext/Safe/t/safeops.t
31453 ____________________________________________________________________________
31454 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
31455         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
31456              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31457              Date: Mon, 21 Apr 2003 22:44:37 -0700
31458              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
31459
31460              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
31461      Branch: perl
31462            ! ext/DynaLoader/XSLoader_pm.PL
31463 ____________________________________________________________________________
31464 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
31465         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
31466              From: Michael G Schwern <schwern@pobox.com>
31467              Date: Sat, 9 Aug 2003 15:03:02 -0700
31468              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
31469
31470              (plus one extra catfile() in h2xs.t)
31471      Branch: perl
31472            ! lib/h2xs.t utils/h2xs.PL
31473 ____________________________________________________________________________
31474 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
31475         Log: The Debian people have expressed a wish for the boilerplate
31476              being specific about the Perl version; patch from Nicholas Clark.
31477      Branch: perl
31478            ! utils/h2xs.PL
31479 ____________________________________________________________________________
31480 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
31481         Log: A new try from Dave Mitchell for [perl #23265].
31482      Branch: perl
31483            ! pad.c t/op/closure.t
31484 ____________________________________________________________________________
31485 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
31486         Log: Fix for [perl #23287] segfault in untie.
31487              (Well, at least no more coredump.)
31488      Branch: perl
31489            ! pp_sys.c t/op/tie.t
31490 ____________________________________________________________________________
31491 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
31492         Log: =head2 ALL CAPS
31493      Branch: perl
31494            ! pod/perlreref.pod
31495 ____________________________________________________________________________
31496 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
31497         Log: Too enthusiastic head2-ing.
31498      Branch: perl
31499            ! pod/perlreref.pod
31500 ____________________________________________________________________________
31501 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
31502         Log: Gotta Get'em Cases Right.
31503      Branch: perl
31504            ! pod/perlreref.pod
31505 ____________________________________________________________________________
31506 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
31507         Log: head2-ify many of the head1s, will probably make this look
31508              better in HTML.
31509      Branch: perl
31510            ! pod/perlreref.pod
31511 ____________________________________________________________________________
31512 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
31513         Log: Subject: Re: [PATCH] perlreref.pod tweaks
31514              From: Iain Truskett <spoon@cpan.org>
31515              Date: Tue, 12 Aug 2003 13:59:27 +1000
31516              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
31517
31518              plus explain "Titlecase".
31519      Branch: perl
31520            ! pod/perlreref.pod
31521 ____________________________________________________________________________
31522 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
31523         Log: Add a new regression test for Safe : tests that all ops
31524              can be trapped by a Safe compartement (except for the ones
31525              that can't.)
31526      Branch: perl
31527            + ext/Safe/t/safeops.t
31528            ! MANIFEST
31529 ____________________________________________________________________________
31530 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
31531         Log: B::Deparse wasn't handling correctly builtins that
31532              have two filehandles in their prototypes (pipe, socketpair,
31533              accept) when non-bareword prototypes were used.
31534      Branch: perl
31535            ! ext/B/B/Deparse.pm
31536 ____________________________________________________________________________
31537 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
31538         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
31539              From: merlyn@stonehenge.com (Randal L. Schwartz)
31540              Date: 11 Aug 2003 09:45:29 -0700
31541              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
31542
31543              Subject: [PATCH] perlreref.pod tweaks
31544              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31545              Date: Mon, 11 Aug 2003 13:19:51 -0400
31546              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
31547
31548              Plus a note about {,n} not being a quantifier.
31549      Branch: perl
31550            ! pod/perlreref.pod
31551 ____________________________________________________________________________
31552 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
31553         Log: Integrate:
31554              [ 20618]
31555              $* is not yet fully gone in 5.8.1.
31556      Branch: perl
31557           !> pod/perlreref.pod
31558 ____________________________________________________________________________
31559 [ 20614] By: nick                                  on 2003/08/11  12:14:55
31560         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
31561      Branch: perl
31562            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
31563 ____________________________________________________________________________
31564 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
31565         Log: VC6 warning: result still unsigned.
31566      Branch: perl
31567            ! regexec.c
31568 ____________________________________________________________________________
31569 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
31570         Log: Typo fix from Boris Zentner.
31571      Branch: perl
31572            ! pod/perlfaq5.pod
31573 ____________________________________________________________________________
31574 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
31575         Log: Subject: [perl #23273] warnings in Unicode::UCD
31576              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
31577              Date: 10 Aug 2003 22:37:41 -0000
31578              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
31579      Branch: perl
31580            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31581 ____________________________________________________________________________
31582 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
31583         Log: Explain the 'Wide character in print' a bit more.
31584      Branch: perl
31585            ! pod/perldiag.pod
31586 ____________________________________________________________________________
31587 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
31588         Log: Subject: Re: killing for vital signs [PATCH]
31589              From: "John P. Linderman" <jpl@research.att.com>
31590              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
31591              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
31592      Branch: perl
31593            ! pod/perlfunc.pod pod/perlipc.pod
31594 ____________________________________________________________________________
31595 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
31596         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
31597              sv_placeholder hunk.
31598      Branch: perl
31599            ! perl.h sv.h
31600 ____________________________________________________________________________
31601 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
31602         Log: Clarify the format checking instructions.
31603      Branch: perl
31604            ! Porting/pumpkin.pod
31605 ____________________________________________________________________________
31606 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
31607         Log: Retract #20597, too many resulting core dumps.
31608      Branch: perl
31609            ! pad.c t/op/closure.t
31610 ____________________________________________________________________________
31611 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
31612         Log: Subject: Re: [perl #23265] Nested anonymous subs
31613              From: Dave Mitchell <davem@fdgroup.com>
31614              Date: Sun, 10 Aug 2003 01:35:30 +0100
31615              Message-ID: <20030810003530.GB6547@fdgroup.com>
31616      Branch: perl
31617            ! pad.c t/op/closure.t
31618 ____________________________________________________________________________
31619 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
31620         Log: Try simple workaround for the POSIX autosplit.ix warning.
31621      Branch: perl
31622            ! ext/POSIX/POSIX.pm
31623 ____________________________________________________________________________
31624 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
31625         Log: One more PL_csighandlerp.
31626      Branch: perl
31627            ! ext/POSIX/POSIX.xs
31628 ____________________________________________________________________________
31629 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
31630         Log: Further tweaks on perlreref.pod (by Iain Truskett)
31631      Branch: perl
31632            ! pod/perlreref.pod
31633 ____________________________________________________________________________
31634 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
31635         Log: Add the perlreref manpage, by Iain Truskett
31636              (regular expressions quick reference.)
31637              Regenerate the table of contents.
31638      Branch: perl
31639            + pod/perlreref.pod
31640            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31641 ____________________________________________________________________________
31642 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
31643         Log: Remove ByteLoader from the list of modules whose compilability should
31644              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
31645              pointed out.)
31646      Branch: perl
31647            ! t/lib/1_compile.t
31648 ____________________________________________________________________________
31649 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
31650         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
31651              From: Dave Mitchell <davem@fdgroup.com>
31652              Date: Sat, 9 Aug 2003 14:51:44 +0100
31653              Message-ID: <20030809135144.GC4997@fdgroup.com>
31654      Branch: perl
31655            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
31656            ! scope.h t/lib/warnings/pad
31657 ____________________________________________________________________________
31658 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
31659         Log: Regenerate perlapi.pod.
31660      Branch: perl
31661            ! pod/perlapi.pod
31662 ____________________________________________________________________________
31663 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
31664         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
31665              From: Michael G Schwern <schwern@pobox.com>
31666              Date: Sat, 9 Aug 2003 13:36:59 -0700
31667              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
31668      Branch: perl
31669            ! t/lib/1_compile.t
31670 ____________________________________________________________________________
31671 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
31672         Log: Update Jon Orwant's email address as he wants it,
31673              drop TPJ URL; upate also Doug MacEachern's address.
31674      Branch: perl
31675            ! pod/perlembed.pod pod/perlmodinstall.pod
31676 ____________________________________________________________________________
31677 [ 20587] By: ams                                   on 2003/08/09  18:09:34
31678         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
31679              normal key was replaced by its UTF-8 equivalent. This caused the
31680              "Storable problem" RT3 users reported under RH9.
31681      Branch: perl
31682            ! hv.c
31683 ____________________________________________________________________________
31684 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
31685         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
31686              From: Michael G Schwern <schwern@pobox.com>
31687              Date: Fri, 8 Aug 2003 18:35:51 -0700
31688              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
31689      Branch: perl
31690            ! pod/perlmodinstall.pod
31691 ____________________________________________________________________________
31692 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
31693         Log: Reintroduce the U_32-ification to pad.c,
31694              suggested by Dave Mitchell.
31695      Branch: perl
31696            ! pad.c
31697 ____________________________________________________________________________
31698 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
31699         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
31700      Branch: perl
31701            ! lib/AutoSplit.pm
31702 ____________________________________________________________________________
31703 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
31704         Log: Some updates for the memory use debugging section:
31705              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
31706      Branch: perl
31707            ! pod/perldebguts.pod
31708 ____________________________________________________________________________
31709 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
31710         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
31711              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
31712              which was on old bug unearthed by the change #20559.
31713              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
31714              Workaround is not to use lexicals.
31715      Branch: perl
31716            ! lib/SelfLoader.pm
31717 ____________________________________________________________________________
31718 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
31719         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
31720              so no much point in adding it yet.
31721      Branch: perl
31722            ! hints/cygwin.sh
31723 ____________________________________________________________________________
31724 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
31725         Log: Retract #20524 since it was due to broken INT32_MIN in
31726              Cygwin 1.5's stdint.h.
31727      Branch: perl
31728            ! pad.c
31729 ____________________________________________________________________________
31730 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
31731         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
31732              From: Dave Mitchell <davem@fdgroup.com>
31733              Date: Fri, 8 Aug 2003 22:28:48 +0100
31734              Message-ID: <20030808212848.GA2628@fdgroup.com>
31735      Branch: perl
31736            ! sv.c
31737 ____________________________________________________________________________
31738 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
31739         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
31740              From: Michael G Schwern <schwern@pobox.com>
31741              Date: Fri, 8 Aug 2003 13:59:50 -0700
31742              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
31743      Branch: perl
31744            ! pod/perlfaq8.pod
31745 ____________________________________________________________________________
31746 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
31747         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
31748              From: Jan Dubois <jand@ActiveState.com>
31749              Date: Fri, 08 Aug 2003 17:49:03 -0700
31750              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
31751      Branch: perl
31752            ! win32/win32.c
31753 ____________________________________________________________________________
31754 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
31755         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
31756              From: Nicholas Clark <nick@ccl4.org>
31757              Date: Fri, 8 Aug 2003 23:30:00 +0100
31758              Message-ID: <20030808233000.B20130@plum.flirble.org>
31759      Branch: perl
31760            ! ext/Storable/Storable.xs
31761 ____________________________________________________________________________
31762 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
31763         Log: Two more tests for #20566/#20568.
31764      Branch: perl
31765            ! t/op/pat.t
31766 ____________________________________________________________________________
31767 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
31768         Log: Subject: [PATCH] Re: UNICODE regexp bug
31769              From: Nick Ing-Simmons <nick@ing-simmons.net>
31770              Date: Fri, 08 Aug 2003 23:05:49 +0100
31771              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
31772
31773              Better patch (than #20566) from NI-S, one more test
31774              (introduce another variable rather than reuse the tmp, though)
31775      Branch: perl
31776            ! regexec.c t/op/pat.t
31777 ____________________________________________________________________________
31778 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
31779         Log: Subject: UNICODE regexp bug
31780              From: Nick Ing-Simmons <nick@ing-simmons.net>
31781              Date: Fri, 08 Aug 2003 20:36:56 +0100
31782              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
31783      Branch: perl
31784            ! regexec.c t/op/pat.t
31785 ____________________________________________________________________________
31786 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
31787         Log: Move the csighandler to be a data variable so that
31788              things like DLL trampolines can't mess up the code
31789              variables the Perl_csighandler (seen in Cygwin:
31790              Perl_csighandler in POSIX extension was different
31791              than in main executable).
31792      Branch: perl
31793            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
31794 ____________________________________________________________________________
31795 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
31796         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
31797              From: Steve Hay <steve.hay@uk.radan.com>
31798              Date: Fri, 08 Aug 2003 12:42:28 +0100
31799              Message-ID: <3F338CA4.3010503@uk.radan.com>
31800      Branch: perl
31801            ! t/op/time.t
31802 ____________________________________________________________________________
31803 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
31804         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
31805              From: "Gerrit P. Haase" <gp@familiehaase.de>
31806              Date: Fri, 8 Aug 2003 13:44:51 +0200
31807              Message-ID: <1621817486657.20030808134451@familiehaase.de>
31808      Branch: perl
31809            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
31810            ! hints/cygwin.sh
31811 ____________________________________________________________________________
31812 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
31813         Log: Retract PASTHRU* changes as recommended by Schwern.
31814      Branch: perl
31815            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31816            ! lib/ExtUtils/t/MM_Win32.t
31817 ____________________________________________________________________________
31818 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
31819         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
31820              From: Dave Mitchell <davem@fdgroup.com>
31821              Date: Thu, 7 Aug 2003 15:53:35 +0100
31822              Message-ID: <20030807145335.GF26683@fdgroup.com>
31823      Branch: perl
31824            ! scope.c t/lib/warnings/pad
31825 ____________________________________________________________________________
31826 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
31827         Log: The #20546 was too ambitious, broke the test.
31828      Branch: perl
31829            ! lib/Benchmark.pm lib/Benchmark.t
31830 ____________________________________________________________________________
31831 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
31832         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
31833              From: PPrymmer@factset.com
31834              Date: Thu, 7 Aug 2003 14:02:02 -0400
31835              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
31836      Branch: perl
31837            ! vms/descrip_mms.template
31838 ____________________________________________________________________________
31839 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
31840         Log: Some AUTHORS updates.
31841      Branch: perl
31842            ! AUTHORS
31843 ____________________________________________________________________________
31844 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
31845         Log: Hint away the semid_ds test in NetBSD/sparc.
31846      Branch: perl
31847            ! hints/netbsd.sh
31848 ____________________________________________________________________________
31849 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
31850         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
31851      Branch: perl
31852            ! Configure
31853 ____________________________________________________________________________
31854 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
31855         Log: Subject: [PATCH] Test::More
31856              From: Fergal Daly <fergal@esatclear.ie>
31857              Date: Thu, 7 Aug 2003 15:52:11 +0100
31858              Message-Id: <200308071552.11873.fergal@esatclear.ie>
31859      Branch: perl
31860            ! lib/Test/More.pm
31861 ____________________________________________________________________________
31862 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
31863         Log: Integrate from maint:
31864              [ 20543]
31865              Workround for SuSE8.2's -lndbm hack
31866      Branch: perl
31867           !> hints/linux.sh
31868 ____________________________________________________________________________
31869 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
31870         Log: Subject: [PATCH 5.8.1] Benchmark problem
31871              From: Radu Greab <rgreab@fx.ro>
31872              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
31873              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
31874
31875              Subject: Re: [PATCH 5.8.1] Benchmark problem
31876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31877              Date: Thu, 7 Aug 2003 15:48:38 +0200
31878              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
31879      Branch: perl
31880            ! lib/Benchmark.pm lib/Benchmark.t
31881 ____________________________________________________________________________
31882 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
31883         Log: Retract #20359: too wide a brush.
31884      Branch: perl
31885            ! hints/netbsd.sh
31886 ____________________________________________________________________________
31887 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
31888         Log: If no alarm(), skip the subtests.
31889      Branch: perl
31890            ! ext/Time/HiRes/t/HiRes.t
31891 ____________________________________________________________________________
31892 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
31893         Log: Subject: Re: maint @ 20537
31894              From: Philip Newton <Philip.Newton@gmx.net>
31895              Date: Thu, 07 Aug 2003 09:05:17 +0200
31896              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
31897      Branch: perl
31898            ! ext/Socket/Socket.xs
31899 ____________________________________________________________________________
31900 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
31901         Log: Subject: Re: maint @ 20537
31902              From: Philip Newton <Philip.Newton@gmx.net>
31903              Date: Thu, 07 Aug 2003 09:05:17 +0200
31904              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
31905      Branch: perl
31906            ! hints/dos_djgpp.sh
31907 ____________________________________________________________________________
31908 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
31909         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
31910              broken SysV semaphores.
31911      Branch: perl
31912            ! hints/netbsd.sh
31913 ____________________________________________________________________________
31914 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
31915         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
31916              From: hv@crypt.org
31917              Date: Thu, 07 Aug 2003 02:44:23 +0100
31918              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
31919      Branch: perl
31920            ! regexec.c t/op/re_tests
31921 ____________________________________________________________________________
31922 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
31923         Log: ESUCCESS = 0 is not true, but exists.
31924      Branch: perl
31925            ! ext/Errno/t/Errno.t
31926 ____________________________________________________________________________
31927 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
31928         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
31929              From: jari.aalto@poboxes.com (Jari Aalto)
31930              Date: Wed, 06 Aug 2003 14:24:42 +0300
31931              Message-ID: <ekzzowp1.fsf@blue.sea.net>
31932      Branch: perl
31933            ! ext/Sys/Syslog/Syslog.pm
31934 ____________________________________________________________________________
31935 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
31936         Log: Make code agree with documentation (from Wolfgang Friebel)
31937      Branch: perl
31938            ! lib/ExtUtils/MakeMaker.pm
31939 ____________________________________________________________________________
31940 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
31941         Log: Various tweaks to help DJGPP builds.
31942      Branch: perl
31943            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
31944 ____________________________________________________________________________
31945 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
31946         Log: More PASTHRU patching from Steve Hay.
31947      Branch: perl
31948            ! lib/ExtUtils/MM_Unix.pm
31949 ____________________________________________________________________________
31950 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
31951         Log: Cast away gcc 3.3 type conversion pickiness.
31952      Branch: perl
31953            ! ext/threads/threads.xs
31954 ____________________________________________________________________________
31955 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
31956         Log: Subject: Re: perl with cygwin 1.5, need help
31957              From: "Gerrit P. Haase" <gp@familiehaase.de>
31958              Date: Tue, 5 Aug 2003 14:36:55 +0200
31959              Message-ID: <71561410910.20030805143655@familiehaase.de>
31960
31961              (needed manual fitting)
31962      Branch: perl
31963            ! pad.c
31964 ____________________________________________________________________________
31965 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
31966         Log: Subject: maint @ 20512
31967              From: Robin Barker <Robin.Barker@npl.co.uk>
31968              Date: Wed, 6 Aug 2003 15:31:33 +0100
31969              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
31970      Branch: perl
31971            ! MANIFEST Porting/Maintainers.pl
31972 ____________________________________________________________________________
31973 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
31974         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
31975              From: Steve Hay <steve.hay@uk.radan.com>
31976              Date: Wed, 06 Aug 2003 10:56:44 +0100
31977              Message-ID: <3F30D0DC.20700@uk.radan.com>
31978      Branch: perl
31979            ! lib/ExtUtils/MM_Unix.pm
31980 ____________________________________________________________________________
31981 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
31982         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
31983              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31984              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
31985              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
31986      Branch: perl
31987            ! pod/perlfaq2.pod
31988 ____________________________________________________________________________
31989 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
31990         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
31991              From: "Craig A. Berry" <craigberry@mac.com>
31992              Date: Wed, 06 Aug 2003 00:18:36 -0500
31993              Message-ID: <3F308FAC.4090409@mac.com>
31994
31995              (from vmsperl list)
31996      Branch: perl
31997            ! utils/dprofpp.PL
31998 ____________________________________________________________________________
31999 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
32000         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
32001              From: mjd@plover.com
32002              Date: 5 Aug 2003 19:23:46 -0000
32003              Message-ID: <20030805192346.25911.qmail@plover.com>
32004      Branch: perl
32005            ! pod/perlfaq2.pod
32006 ____________________________________________________________________________
32007 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
32008         Log: Continue #20506.
32009      Branch: perl
32010            ! lib/ExtUtils/MM_Unix.pm
32011 ____________________________________________________________________________
32012 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
32013         Log: Try to fix the INC in PASTHRU.
32014      Branch: perl
32015            ! lib/ExtUtils/MM_Unix.pm
32016 ____________________________________________________________________________
32017 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
32018         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
32019              From: Chip Salzenberg <chip@pobox.com>
32020              Date: Tue, 5 Aug 2003 11:39:24 -0400
32021              Message-ID: <20030805153924.GO1751@perlsupport.com
32022      Branch: perl
32023            ! perlio.c
32024 ____________________________________________________________________________
32025 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
32026         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
32027              From: Steve Hay <steve.hay@uk.radan.com>
32028              Date: Tue, 05 Aug 2003 10:43:49 +0100
32029              Message-ID: <3F2F7C55.9020808@uk.radan.com>
32030
32031              (The MM_Unix.pm part was dealt with in #20501.)
32032      Branch: perl
32033            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
32034 ____________________________________________________________________________
32035 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
32036         Log: Reinstate #11125, hopefully making MakeMaker to pass
32037              DEFINE and INCLUDE to subdirs (NI-S says he'll work
32038              around any problems caused seen Tk if necessary).
32039              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
32040              to be _after_ the directory-specific INC and DEFINE as suggested
32041              by NI-S (Tk probably being the only "user" of the said macros).
32042      Branch: perl
32043            ! lib/ExtUtils/MM_Unix.pm
32044 ____________________________________________________________________________
32045 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
32046         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
32047              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
32048              Date: Tue, 5 Aug 2003 20:12:18 +0400
32049              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
32050      Branch: perl
32051            - wince/include/netdb.h
32052            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
32053            ! wince/wince.c
32054 ____________________________________________________________________________
32055 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
32056         Log: A suggested perlio doc addition from Stas.
32057      Branch: perl
32058            ! pod/perliol.pod
32059 ____________________________________________________________________________
32060 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
32061         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
32062              From: Robin Barker <Robin.Barker@npl.co.uk>
32063              Date: Tue, 5 Aug 2003 15:32:36 +0100
32064              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
32065      Branch: perl
32066            ! AUTHORS Porting/Maintainers.pl
32067 ____________________________________________________________________________
32068 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
32069         Log: This is necessary to get things building for the VMS debugger.
32070              (Craig Berry)
32071      Branch: perl
32072            ! vms/descrip_mms.template
32073 ____________________________________________________________________________
32074 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
32075         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
32076              From: alian <alian@cpan.org>
32077              Date: Tue, 05 Aug 2003 12:21:42 +0200
32078              Message-ID: <3F2F8536.1090702@jupiter.alianet>
32079      Branch: perl
32080            ! ext/POSIX/t/posix.t
32081 ____________________________________________________________________________
32082 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
32083         Log: Add some known cases to Maintainers.
32084      Branch: perl
32085            ! Porting/Maintainers.pl
32086 ____________________________________________________________________________
32087 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
32088         Log: Subject: [PATCH] perlthrtut.pod
32089              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32090              Date: Tue, 5 Aug 2003 11:26:04 +0200
32091              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
32092      Branch: perl
32093            ! pod/perlthrtut.pod
32094 ____________________________________________________________________________
32095 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
32096         Log: Add META.yml and Stas' makemeta (plus extensive reworking
32097              of the Maintainers utility)
32098      Branch: perl
32099            + META.yml Porting/Maintainers.pm Porting/makemeta
32100            ! MANIFEST Makefile.SH Porting/Maintainers
32101            ! Porting/Maintainers.pl
32102 ____________________________________________________________________________
32103 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
32104         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
32105              Try to remove the created message queues and semaphores
32106              even in the case of failures.
32107      Branch: perl
32108            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
32109 ____________________________________________________________________________
32110 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
32111         Log: Subject: PerlIO_{read,write} return value doc patch
32112              From: Gisle Aas <gisle@ActiveState.com>
32113              Date: 04 Aug 2003 13:25:28 -0700
32114              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
32115      Branch: perl
32116            ! pod/perlapio.pod
32117 ____________________________________________________________________________
32118 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
32119         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
32120              From: "Craig A. Berry" <craigberry@mac.com>
32121              Date: Mon, 04 Aug 2003 19:29:51 -0500
32122              Message-ID: <3F2EFA7F.6070801@mac.com>
32123      Branch: perl
32124            ! utils/dprofpp.PL
32125 ____________________________________________________________________________
32126 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
32127         Log: Subject: [PATCH] typos in encoding.pm
32128              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32129              Date: Mon, 4 Aug 2003 20:09:35 +0200
32130              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
32131      Branch: perl
32132            ! ext/Encode/encoding.pm
32133 ____________________________________________________________________________
32134 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
32135         Log: Bytecode patching from Enache.
32136      Branch: perl
32137            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
32138            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
32139 ____________________________________________________________________________
32140 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
32141         Log: Upgrade to Digest::MD5 2.27.
32142      Branch: perl
32143            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32144            ! ext/Digest/MD5/t/files.t
32145 ____________________________________________________________________________
32146 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
32147         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
32148              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32149              Date: Tue, 05 Aug 2003 00:27:10 +0900
32150              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
32151      Branch: perl
32152            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
32153 ____________________________________________________________________________
32154 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
32155         Log: Nit in INSTALL about the svr?.sh hint files.
32156      Branch: perl
32157            ! INSTALL
32158 ____________________________________________________________________________
32159 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
32160         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
32161              From: Steve Grazzini <grazz@pobox.com>
32162              Date: Mon, 4 Aug 2003 16:01:45 -0400
32163              Message-ID: <20030804200145.GB21699@grazzini.net>
32164
32165              Prevent the warning "Bareword found where operator expected" in
32166              the case "print $fh foo()" where foo() is an undefined function.
32167      Branch: perl
32168            ! toke.c
32169 ____________________________________________________________________________
32170 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
32171         Log: Fix bug #23141 : localization of readonly magic scalars
32172              now produces an error "Modification of a read-only value
32173              attempted", instead of silently failing.
32174      Branch: perl
32175            ! scope.c t/op/local.t
32176 ____________________________________________________________________________
32177 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
32178         Log: Revert change #19282 : it caused problems for some -Duseshrplib
32179              builds. On the other hand, make sure that your C compiler isn't
32180              a perl script !
32181      Branch: perl
32182            ! Makefile.SH
32183 ____________________________________________________________________________
32184 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
32185         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
32186      Branch: perl
32187            ! perl.c perl.h
32188 ____________________________________________________________________________
32189 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
32190         Log: Oops.
32191      Branch: perl
32192            ! hints/darwin.sh hints/rhapsody.sh
32193 ____________________________________________________________________________
32194 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
32195         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
32196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32197              Date: Mon, 4 Aug 2003 10:35:12 +0200
32198              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
32199      Branch: perl
32200            ! hints/darwin.sh
32201 ____________________________________________________________________________
32202 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
32203         Log: Test count adjustment from Rafael.
32204      Branch: perl
32205            ! lib/Test/Simple/t/is_deeply.t
32206 ____________________________________________________________________________
32207 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
32208         Log: Subject: [PATCH] maint, Win32, GCC 3.2
32209              From: Mattia Barbon <mbarbon@dsi.unive.it>
32210              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
32211              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
32212      Branch: perl
32213            ! ext/Errno/Errno_pm.PL
32214 ____________________________________________________________________________
32215 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
32216         Log: Apparently the newly introduce -DDARWIN did conflict with
32217              some Apple definition, how ironic...
32218      Branch: perl
32219            ! hints/darwin.sh perl.h
32220 ____________________________________________________________________________
32221 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
32222         Log: Subject: Debian patch that skips podless modules
32223              From: Alexey Tourbin <at@altlinux.ru>
32224              Date: Sun, 3 Aug 2003 21:33:00 +0400
32225              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
32226
32227              (plus Schwern's and Robert's nits)
32228      Branch: perl
32229            ! installman
32230 ____________________________________________________________________________
32231 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
32232         Log: Subject: [PATCH] 4 bugs in Test::More
32233              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
32234              Date: Fri, 21 Mar 2003 10:57:31 +0000
32235              Message-Id: <200303211057.31879.fergal@esatclear.ie>
32236      Branch: perl
32237            ! lib/Test/More.pm lib/Test/Simple/t/More.t
32238            ! lib/Test/Simple/t/is_deeply.t
32239 ____________________________________________________________________________
32240 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
32241         Log: Upgrade to ExtUtils::MakeMaker 6.15.
32242      Branch: perl
32243            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32244            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
32245            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
32246 ____________________________________________________________________________
32247 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
32248         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
32249              From: Michael G Schwern <schwern@pobox.com>
32250              Date: Sun, 3 Aug 2003 16:12:35 -0700
32251              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
32252      Branch: perl
32253            ! lib/Benchmark.pm lib/Benchmark.t
32254 ____________________________________________________________________________
32255 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
32256         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
32257              From: Enache Adrian <enache@rdslink.ro>
32258              Date: Sun, 3 Aug 2003 18:00:05 +0300
32259              Message-ID: <20030803150005.GA1319@ratsnest.hole>
32260      Branch: perl
32261            ! pp.c t/op/substr.t
32262 ____________________________________________________________________________
32263 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
32264         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
32265              From: alian <alian@cpan.org>
32266              Date: Sat, 02 Aug 2003 16:19:25 +0200
32267              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
32268
32269              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
32270      Branch: perl
32271            ! ext/POSIX/t/posix.t
32272 ____________________________________________________________________________
32273 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
32274         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
32275              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32276              Date: Mon, 4 Aug 2003 00:01:08 +0400
32277              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
32278      Branch: perl
32279            ! wince/makedist.pl
32280 ____________________________________________________________________________
32281 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
32282         Log: Subject: [PATCH perlreftut.pod] Minor edits
32283              From: mjd@plover.com
32284              Date: 3 Aug 2003 17:46:08 -0000
32285              Message-ID: <20030803174608.15792.qmail@plover.com>
32286      Branch: perl
32287            ! pod/perlreftut.pod
32288 ____________________________________________________________________________
32289 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
32290         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
32291              From: mjd@plover.com
32292              Date: 3 Aug 2003 19:37:49 -0000
32293              Message-ID: <20030803193749.3733.qmail@plover.com>
32294      Branch: perl
32295            ! ext/Time/HiRes/HiRes.pm
32296 ____________________________________________________________________________
32297 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
32298         Log: Subject: [PATCH] Re: win32.c bug - handle leak
32299              From: Jan Dubois <jand@ActiveState.com>
32300              Date: Sat, 02 Aug 2003 10:25:05 -0700
32301              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
32302      Branch: perl
32303            ! win32/win32.c
32304 ____________________________________________________________________________
32305 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
32306         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
32307              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32308              Date: Sat, 2 Aug 2003 09:38:50 -0700
32309              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
32310      Branch: perl
32311            ! os2/os2ish.h
32312 ____________________________________________________________________________
32313 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
32314         Log: Subject: [PATCH] Storable and uninitalized array values
32315              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32316              Date: Sat, 2 Aug 2003 13:40:16 +0200
32317              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
32318      Branch: perl
32319            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
32320 ____________________________________________________________________________
32321 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
32322         Log: Upgrade to Unicode::Collate 0.26.
32323      Branch: perl
32324            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32325            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
32326            ! lib/Unicode/Collate/t/test.t
32327 ____________________________________________________________________________
32328 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
32329         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
32330              From: "Craig A. Berry" <craigberry@mac.com>
32331              Date: Sat, 02 Aug 2003 10:25:44 -0500
32332              Message-ID: <3F2BD7F8.8090003@mac.com>
32333      Branch: perl
32334            ! lib/Net/Ping.pm
32335 ____________________________________________________________________________
32336 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
32337         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
32338              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32339              Date: Sun, 3 Aug 2003 06:21:41 -0700
32340              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
32341      Branch: perl
32342            ! lib/Shell.t
32343 ____________________________________________________________________________
32344 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
32345         Log: C++ (or C99) sneak attack ("inline" function keyword).
32346      Branch: perl
32347            ! ext/Devel/DProf/DProf.xs
32348 ____________________________________________________________________________
32349 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
32350         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
32351              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32352              Date: Fri, 1 Aug 2003 13:12:14 +0200
32353              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
32354      Branch: perl
32355            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32356            ! ext/File/Glob/t/basic.t
32357 ____________________________________________________________________________
32358 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
32359         Log: Only show the message if the locale settings look risky.
32360      Branch: perl
32361            ! ext/Time/HiRes/Makefile.PL
32362 ____________________________________________________________________________
32363 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
32364         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
32365              update Changes.
32366      Branch: perl
32367            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
32368 ____________________________________________________________________________
32369 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
32370         Log: Subject: [PATCH] Small nit to pad.c
32371              From: Enache Adrian <enache@rdslink.ro>
32372              Date: Sat, 2 Aug 2003 01:50:40 +0300
32373              Message-ID: <20030801225040.GB1281@ratsnest.hole>
32374      Branch: perl
32375            ! pad.c
32376 ____________________________________________________________________________
32377 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
32378         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
32379              From: Radu Greab <rgreab@fx.ro>
32380              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
32381              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
32382      Branch: perl
32383            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
32384            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
32385            ! t/lib/dprof/test8_v
32386 ____________________________________________________________________________
32387 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
32388         Log: Subject: [PATCH] ioctl for VMS
32389              From: "Craig A. Berry" <craigberry@mac.com>
32390              Date: Fri, 01 Aug 2003 23:34:31 -0500
32391              Message-ID: <3F2B3F57.4050609@mac.com>
32392      Branch: perl
32393            ! configure.com vms/vmsish.h
32394 ____________________________________________________________________________
32395 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
32396         Log: Subject: [PATCH] argv case nit for VMS
32397              From: "Craig A. Berry" <craigberry@mac.com>
32398              Date: Fri, 01 Aug 2003 19:16:30 -0500
32399              Message-ID: <3F2B02DE.10207@mac.com>
32400      Branch: perl
32401            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
32402 ____________________________________________________________________________
32403 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
32404         Log: Hugo's second thoughts: drop the relatively rare and
32405              slow optimization for now.
32406      Branch: perl
32407            ! regexec.c
32408 ____________________________________________________________________________
32409 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
32410         Log: Missed this bit in the last update: couldn't answer ''
32411              or ' ' to get 'none'.
32412      Branch: perl
32413            ! Configure
32414 ____________________________________________________________________________
32415 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
32416         Log: Encode pre-1.98 update from Dan Kogai, sent from
32417              the ashes of his smoldering motherboard.
32418      Branch: perl
32419            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
32420            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
32421            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
32422            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
32423 ____________________________________________________________________________
32424 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
32425         Log: More runperl(switches => ...) finds (bleadperl only).
32426      Branch: perl
32427            ! t/op/readline.t
32428 ____________________________________________________________________________
32429 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
32430         Log: Regen perltoc.
32431      Branch: perl
32432            ! pod/perltoc.pod
32433 ____________________________________________________________________________
32434 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
32435         Log: pod likes whitespace.
32436      Branch: perl
32437            ! ext/ByteLoader/ByteLoader.pm
32438 ____________________________________________________________________________
32439 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
32440         Log: Faulty check.
32441      Branch: perl
32442            ! t/test.pl
32443 ____________________________________________________________________________
32444 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
32445         Log: Update INSTALL on the *dir.
32446      Branch: perl
32447            ! INSTALL
32448 ____________________________________________________________________________
32449 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
32450         Log: Regen Glossary et al.
32451      Branch: perl
32452            ! Porting/Glossary Porting/config.sh Porting/config_H
32453 ____________________________________________________________________________
32454 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
32455         Log: Now the test should be really testing what it's supposed to.
32456      Branch: perl
32457            ! ext/B/t/bytecode.t
32458 ____________________________________________________________________________
32459 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
32460         Log: Fix the options.
32461      Branch: perl
32462            ! ext/B/t/bytecode.t
32463 ____________________________________________________________________________
32464 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
32465         Log: Argument sanity checking.
32466      Branch: perl
32467            ! t/test.pl
32468 ____________________________________________________________________________
32469 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
32470         Log: Regen Configure to use the *html*dir files.
32471              (installhtml uses none of that, though)
32472      Branch: perl
32473            ! Configure Policy_sh.SH config_h.SH
32474 ____________________________________________________________________________
32475 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
32476         Log: More for the *dir changes.
32477      Branch: perl
32478            ! Policy_sh.SH config_h.SH hints/darwin.sh
32479 ____________________________________________________________________________
32480 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
32481         Log: Regen Configure for the new *dir installation variables.
32482              If these don't work, ask Schwern.
32483      Branch: perl
32484            ! Configure
32485 ____________________________________________________________________________
32486 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
32487         Log: Upgrade to MakeMaker 6.13.
32488      Branch: perl
32489            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32490            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
32491            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
32492            ! lib/ExtUtils/t/basic.t
32493 ____________________________________________________________________________
32494 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
32495         Log: JAPH patch :-) from Abigail.
32496      Branch: perl
32497            ! t/japh/abigail.t
32498 ____________________________________________________________________________
32499 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
32500         Log: Regen perlapi.
32501      Branch: perl
32502            ! perlapi.c
32503 ____________________________________________________________________________
32504 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
32505         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
32506              From: Dave Mitchell <davem@fdgroup.com>
32507              Date: Fri, 1 Aug 2003 01:16:31 +0100
32508              Message-ID: <20030801001631.GA11233@fdgroup.com>
32509      Branch: perl
32510            ! regcomp.c t/op/pat.t
32511 ____________________________________________________________________________
32512 [ 20404] By: ams                                   on 2003/08/01  03:28:17
32513         Log: Subject: [PATCH] LotR quote for perlapi.c
32514              From: Autrijus Tang <autrijus@autrijus.org>
32515              Date: Fri, 1 Aug 2003 10:00:29 +0800
32516              Message-Id: <20030801020029.GA28241@not.autrijus.org>
32517      Branch: perl
32518            ! embed.pl
32519 ____________________________________________________________________________
32520 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
32521         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
32522      Branch: perl
32523            ! INSTALL
32524 ____________________________________________________________________________
32525 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
32526         Log: Integrate README.macosx more.
32527      Branch: perl
32528            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
32529            ! win32/Makefile win32/makefile.mk
32530 ____________________________________________________________________________
32531 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
32532         Log: README.macosx from Sherm Pendley.
32533      Branch: perl
32534            + README.macosx
32535            ! MANIFEST
32536 ____________________________________________________________________________
32537 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
32538         Log: Unportable subtest needs rethink.
32539      Branch: perl
32540            ! ext/B/t/bytecode.t
32541 ____________________________________________________________________________
32542 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
32543         Log: Enache again.
32544      Branch: perl
32545            ! ext/ByteLoader/bytecode.h
32546 ____________________________________________________________________________
32547 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
32548         Log: Retract #20385.
32549      Branch: perl
32550            ! ext/ByteLoader/bytecode.h
32551 ____________________________________________________________________________
32552 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
32553         Log: Yet another bytecode tweak from Enache.
32554      Branch: perl
32555            ! ext/B/B/Bytecode.pm
32556 ____________________________________________________________________________
32557 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
32558         Log: Subject: [DOC PATCH] pod/perlguts.pod
32559              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32560              Date: Thu, 31 Jul 2003 22:39:01 +0200
32561              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
32562      Branch: perl
32563            ! pod/perlguts.pod
32564 ____________________________________________________________________________
32565 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
32566         Log: Subject: Re: [perl #23171] Regex too selfish
32567              From: hv@crypt.org
32568              Date: Thu, 31 Jul 2003 18:59:43 +0100
32569              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
32570
32571              (choose the second code patch)
32572      Branch: perl
32573            ! regexec.c t/op/re_tests
32574 ____________________________________________________________________________
32575 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
32576         Log: Make consistent with installperl (and working in MPE/iX)
32577              (Mark Bixby)
32578      Branch: perl
32579            ! installman
32580 ____________________________________________________________________________
32581 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
32582         Log: (retracted by #20390)
32583      Branch: perl
32584            ! ext/ByteLoader/bytecode.h
32585 ____________________________________________________________________________
32586 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
32587         Log: Upgrade to real CPAN.pm 1.76.
32588      Branch: perl
32589            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
32590            + lib/CPAN/t/signature.t
32591            ! MANIFEST lib/CPAN.pm
32592 ____________________________________________________________________________
32593 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
32594         Log: One more tweak for Mac OS X hints.
32595      Branch: perl
32596            ! hints/darwin.sh
32597 ____________________________________________________________________________
32598 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
32599         Log: The new PKI system is far too untested and rough yet
32600              (think machines with no network, machines behind firewalls,
32601              corporate and national encryption policies).  It cannot be
32602              considered useable at this stage.
32603
32604              Therefore, create a fake CPAN 1.76.
32605      Branch: perl
32606            ! lib/CPAN.pm
32607 ____________________________________________________________________________
32608 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
32609         Log: This test is pretty useless as it stands.
32610      Branch: perl
32611            - lib/CPAN/t/signature.t
32612            ! MANIFEST
32613 ____________________________________________________________________________
32614 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
32615         Log: Document the requirements for Module::Signature a bit.
32616      Branch: perl
32617            ! lib/CPAN.pm
32618 ____________________________________________________________________________
32619 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
32620         Log: We are change #20316 ahead of 1.75.
32621      Branch: perl
32622            ! lib/CPAN.pm
32623 ____________________________________________________________________________
32624 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
32625         Log: Integrate from maint:
32626              [ 20359]
32627              No more wince/README.compile here, either.
32628      Branch: perl
32629           !> Porting/makerel
32630 ____________________________________________________________________________
32631 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
32632         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
32633              (Schwern)
32634      Branch: perl
32635            ! lib/ExtUtils/MakeMaker.pm
32636 ____________________________________________________________________________
32637 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
32638         Log: Schwern says this is most probably an old VMS MakeMaker
32639              bug workaround that can go now.
32640      Branch: perl
32641            ! ext/SDBM_File/sdbm/Makefile.PL
32642 ____________________________________________________________________________
32643 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
32644         Log: Final touches to "Apple-like" installation directories.
32645      Branch: perl
32646            ! hints/darwin.sh
32647 ____________________________________________________________________________
32648 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
32649         Log: Tests for change #20367 (and change use overload; to
32650              just require overload;)
32651      Branch: perl
32652            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
32653 ____________________________________________________________________________
32654 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
32655         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
32656              From: Xavier Noria <fxn@hashref.com>
32657              Date: Thu, 31 Jul 2003 00:29:13 +0200
32658              Message-Id: <200307310029.13567.fxn@hashref.com>
32659      Branch: perl
32660            ! lib/Tie/RefHash.pm
32661 ____________________________________________________________________________
32662 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
32663         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
32664              From: Enache Adrian <enache@rdslink.ro>
32665              Date: Thu, 31 Jul 2003 03:49:40 +0300
32666              Message-ID: <20030731004940.GB1266@ratsnest.hole>
32667
32668              (but use test.pl:run_perl() instead of manual `$^X ...`)
32669      Branch: perl
32670            + ext/B/t/bytecode.t
32671            ! MANIFEST
32672 ____________________________________________________________________________
32673 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
32674         Log: Silence spurious noise from MakeMaker :
32675              hint files shouldn't return undef and have set $!.
32676      Branch: perl
32677            ! ext/DynaLoader/hints/linux.pl
32678 ____________________________________________________________________________
32679 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
32680         Log: Upgrade to NEXT 0.52.
32681      Branch: perl
32682            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32683            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
32684 ____________________________________________________________________________
32685 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
32686         Log: Might as well.
32687      Branch: perl
32688            ! pod/perlhist.pod
32689 ____________________________________________________________________________
32690 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
32691         Log: Silly gcc.
32692      Branch: perl
32693            ! perl.c
32694 ____________________________________________________________________________
32695 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
32696         Log: This is getting comical.  (Practical tip: never ask
32697              for opinions from one than one person at one time.)
32698              Now back to -Dprefix='/usr' replacing the system Perl,
32699              but don't use the Apple internal DSTROOT.
32700      Branch: perl
32701            ! hints/darwin.sh
32702 ____________________________________________________________________________
32703 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
32704         Log: Mac OS X hints dance continues.  Now drop any special
32705              installation directory mangling.  In other words, if
32706              you want to overwrite the system perl, you really need
32707              to find out how to do that.
32708      Branch: perl
32709            ! hints/darwin.sh
32710 ____________________________________________________________________________
32711 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
32712         Log: Try again with the Mac OS X hints.  Now the three cases
32713              (no -Dprefix, /usr, and something else) all install
32714              into separate places.  No prefix installs to /usr/local.
32715              The /usr overwrites the Apple install (modulo the version).
32716      Branch: perl
32717            ! hints/darwin.sh
32718 ____________________________________________________________________________
32719 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
32720         Log: Subject: [PATCH] NEXT and Diamond Inheritance
32721              From: Casey West <casey@geeknest.com>
32722              Date: Tue, 29 Jul 2003 17:37:15 -0400
32723              Message-ID: <20030729213715.GY76899@geeknest.com>
32724
32725              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
32726      Branch: perl
32727            ! lib/NEXT.pm lib/NEXT/t/unseen.t
32728 ____________________________________________________________________________
32729 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
32730         Log: Match also on full name and email (though the email is
32731              now less interesting than it used to be).
32732      Branch: perl
32733            ! Porting/Maintainers
32734 ____________________________________________________________________________
32735 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
32736         Log: Maintainers script tweaks.
32737      Branch: perl
32738            ! Porting/Maintainers
32739 ____________________________________________________________________________
32740 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
32741         Log: rmdir t/lib/IO.
32742      Branch: perl
32743            ! ext/IO/t/IO.t
32744 ____________________________________________________________________________
32745 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
32746         Log: Adjust the list of rmdired lib directories.
32747      Branch: perl
32748            ! Makefile.SH
32749 ____________________________________________________________________________
32750 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
32751         Log: Be paranoid about PL_origargv.
32752              Paranoia warranted by Win32 mod_perl.
32753      Branch: perl
32754            ! perl.c
32755 ____________________________________________________________________________
32756 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
32757         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
32758              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
32759              Date: Wed, 30 Jul 2003 14:56:32 +0400
32760              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
32761      Branch: perl
32762            ! perlio.c
32763 ____________________________________________________________________________
32764 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
32765         Log: Upgrade to ExtUtils::MakeMaker 6.12.
32766      Branch: perl
32767            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32768            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
32769            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
32770            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
32771 ____________________________________________________________________________
32772 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
32773         Log: That's M. Schwern to you, earthling.
32774      Branch: perl
32775            ! Porting/Maintainers.pl
32776 ____________________________________________________________________________
32777 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
32778         Log: Arthur maintains Safe.
32779      Branch: perl
32780            ! Porting/Maintainers.pl
32781 ____________________________________________________________________________
32782 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
32783         Log: Use the CPAN id where available.
32784      Branch: perl
32785            ! Porting/Maintainers.pl
32786 ____________________________________________________________________________
32787 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
32788         Log: Rename Modules and Modules.pl as Maintainers and
32789              Maintainers.pl since the same framework can be used
32790              for more than just modules.
32791      Branch: perl
32792            + Porting/Maintainers Porting/Maintainers.pl
32793            - Porting/Modules Porting/Modules.pl
32794            ! MANIFEST
32795 ____________________________________________________________________________
32796 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
32797         Log: Strip leading ./
32798      Branch: perl
32799            ! Porting/Modules
32800 ____________________________________________________________________________
32801 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
32802         Log: More Modules.pl.
32803      Branch: perl
32804            ! Porting/Modules.pl
32805 ____________________________________________________________________________
32806 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
32807         Log: Modules.pl: add B::Deparse.
32808      Branch: perl
32809            ! Porting/Modules.pl
32810 ____________________________________________________________________________
32811 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
32812         Log: Mac OS X: tweak once again the installation directories.
32813      Branch: perl
32814            ! hints/darwin.sh
32815 ____________________________________________________________________________
32816 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
32817         Log: Modules.pl tweaks.
32818      Branch: perl
32819            ! Porting/Modules.pl
32820 ____________________________________________________________________________
32821 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
32822         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
32823              From: Jan Dubois <jand@ActiveState.com>
32824              Date: Tue, 29 Jul 2003 19:14:10 -0700
32825              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
32826      Branch: perl
32827            ! lib/Win32.pod win32/win32.c
32828 ____________________________________________________________________________
32829 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
32830         Log: FAQ sync.
32831      Branch: perl
32832            ! pod/perlfaq4.pod pod/perlfaq7.pod
32833 ____________________________________________________________________________
32834 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
32835         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
32836              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32837              Date: Wed, 30 Jul 2003 02:02:41 +0400
32838              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
32839      Branch: perl
32840            ! wince/wince.c
32841 ____________________________________________________________________________
32842 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
32843         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
32844      Branch: perl
32845            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
32846 ____________________________________________________________________________
32847 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
32848         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
32849              important for IPv6 (Spider).  Since there is no way to
32850              otherwise detect 3.X, use the hints.
32851      Branch: perl
32852            ! hints/dec_osf.sh perl.h
32853 ____________________________________________________________________________
32854 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
32855         Log: Don't nag about Module::Signature if there is no
32856              way for the user to use it (based on Autrijus' patch).
32857      Branch: perl
32858            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32859 ____________________________________________________________________________
32860 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
32861         Log: Oops.
32862      Branch: perl
32863            ! sv.c
32864 ____________________________________________________________________________
32865 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
32866         Log: Slight rewording on the destdir.
32867      Branch: perl
32868            ! INSTALL
32869 ____________________________________________________________________________
32870 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
32871         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
32872              From: "Brendan O'Dea" <bod@debian.org>
32873              Date: Tue, 29 Jul 2003 23:49:18 +1000
32874              Message-ID: <20030729134918.GA4339@londo.c47.org>
32875      Branch: perl
32876            ! pod/perlvar.pod
32877 ____________________________________________________________________________
32878 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
32879         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
32880              From: PPrymmer@factset.com
32881              Date: Tue, 22 Jul 2003 11:12:05 -0400
32882              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
32883      Branch: perl
32884            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
32885            ! ext/Encode/t/perlio.t
32886 ____________________________________________________________________________
32887 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
32888         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
32889              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32890              Date: Sun, 13 Jul 2003 10:23:35 +0900
32891              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
32892      Branch: perl
32893            ! ext/Encode/lib/Encode/Alias.pm
32894 ____________________________________________________________________________
32895 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
32896         Log: The --destdir option to installman should be made
32897              optional so that it doesn't complain when passed
32898              an empty value (from Rafael)
32899      Branch: perl
32900            ! installman
32901 ____________________________________________________________________________
32902 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
32903         Log: Too many my $fh:s.
32904      Branch: perl
32905            ! lib/CPAN.pm
32906 ____________________________________________________________________________
32907 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
32908         Log: Quieten MSVC6.
32909      Branch: perl
32910            ! pp.c
32911 ____________________________________________________________________________
32912 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
32913         Log: Subject: DESTDIR in perl-5.8.1 package?
32914              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
32915              Date: Fri, 11 Jul 2003 14:48:41 +0200
32916              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
32917
32918              Subject: Re: DESTDIR in perl-5.8.1 package?
32919              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
32920              Date: Mon, 14 Jul 2003 12:00:25 +0200
32921              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
32922
32923              (blindly prepending and s///ing away the $destdir does not work
32924              at least in VMS, but the --destdir should help rpm builders
32925              and the like)
32926      Branch: perl
32927            ! INSTALL Makefile.SH installman installperl
32928 ____________________________________________________________________________
32929 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
32930         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
32931              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
32932              Date: 26 Jul 2003 21:44:06 -0000
32933              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
32934
32935              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
32936              releases 4.x and 5.x.
32937      Branch: perl
32938            ! perl.h
32939 ____________________________________________________________________________
32940 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
32941         Log: Cleanup the sv_gets() logic for platforms with small stacks.
32942              (I think hogging 8K of stack sounds like bad behaviour on any
32943              platform, big stack or not.)
32944      Branch: perl
32945            ! sv.c
32946 ____________________________________________________________________________
32947 [ 20299] By: merijn                                on 2003/07/29  10:57:37
32948         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
32949      Branch: perl
32950            ! README.hpux
32951 ____________________________________________________________________________
32952 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
32953         Log: DEC OSF/1 3.x did (does) not do sizer -v.
32954      Branch: perl
32955            ! hints/dec_osf.sh
32956 ____________________________________________________________________________
32957 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
32958         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
32959              From: Autrijus Tang <autrijus@autrijus.org>
32960              Date: Tue, 29 Jul 2003 09:58:35 +0800
32961              Message-ID: <20030729015834.GA7149@not.autrijus.org>
32962      Branch: perl
32963            ! lib/CPAN.pm
32964 ____________________________________________________________________________
32965 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
32966         Log: There is no skip() since we are not using Test*.
32967      Branch: perl
32968            ! lib/CPAN/t/signature.t
32969 ____________________________________________________________________________
32970 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
32971         Log: Upgrade to CPAN.pm 1.74.
32972      Branch: perl
32973            ! lib/CPAN.pm lib/CPAN/t/signature.t
32974 ____________________________________________________________________________
32975 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
32976         Log: Most importantly, don't try HvNAME(gp->gp_hv)
32977              unless PL_stashcache exists, otherwise we get
32978              an invalid read (detected by valgrind, and crashes
32979              ext/threads/t/basic.t in Windows).
32980
32981              Also add a few if:s for the refcnt decrements,
32982              no need to call Perl_sv_free() if there's nothing to free.
32983      Branch: perl
32984            ! gv.c
32985 ____________________________________________________________________________
32986 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
32987         Log: Tabify.
32988      Branch: perl
32989            ! MANIFEST
32990 ____________________________________________________________________________
32991 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
32992         Log: Subject: [perl #22969] fix $hash{utf8bareword}
32993              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
32994              Date: Tue, 29 Jul 2003 11:09:37 +0200
32995              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
32996      Branch: perl
32997            ! t/op/utfhash.t toke.c
32998 ____________________________________________________________________________
32999 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
33000         Log: Subject: [PATCH pointer] B::Deparse 0.64
33001              From: Stephen McCamant <smcc@mit.edu>
33002              Date: Mon, 28 Jul 2003 16:57:19 -0400
33003              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
33004      Branch: perl
33005            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
33006 ____________________________________________________________________________
33007 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
33008         Log: More perlio docs from Stas.
33009      Branch: perl
33010            ! pod/perliol.pod
33011 ____________________________________________________________________________
33012 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
33013         Log: Reintroduce Porting/Modules.  No, it's not duplicating
33014              the information in Module::CoreList.
33015      Branch: perl
33016            + Porting/Modules Porting/Modules.pl
33017            ! AUTHORS MANIFEST
33018 ____________________________________________________________________________
33019 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
33020         Log: The better prefixify() patch from Ed Moy.
33021      Branch: perl
33022            ! lib/ExtUtils/MM_Unix.pm
33023 ____________________________________________________________________________
33024 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
33025         Log: PerlIO_popped doc addition from NI-S.
33026      Branch: perl
33027            ! pod/perliol.pod
33028 ____________________________________________________________________________
33029 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
33030         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
33031              From: "Craig A. Berry" <craigberry@mac.com>
33032              Date: Tue, 29 Jul 2003 00:11:46 -0500
33033              Message-ID: <3F260212.9000104@mac.com>
33034      Branch: perl
33035            ! lib/File/Find.pm
33036 ____________________________________________________________________________
33037 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
33038         Log: More bytecode tweaks.
33039      Branch: perl
33040            ! ext/B/B.xs ext/B/B/Bytecode.pm
33041 ____________________________________________________________________________
33042 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
33043         Log: No more wince/README.compile.
33044      Branch: perl
33045            ! Porting/curliff.pl
33046 ____________________________________________________________________________
33047 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
33048         Log: Slightly better failure output.
33049      Branch: perl
33050            ! ext/Devel/Peek/t/Peek.t
33051 ____________________________________________________________________________
33052 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
33053         Log: These directories no more exist during cleanup.
33054      Branch: perl
33055            ! Makefile.SH
33056 ____________________________________________________________________________
33057 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
33058         Log: No more ext/*/*.t, move them all to ext/*/t.
33059      Branch: perl
33060            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
33061            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
33062            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
33063            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
33064            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
33065            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
33066            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
33067            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
33068            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
33069            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
33070            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
33071            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
33072            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
33073            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
33074            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
33075            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
33076            - ext/Socket/Socket.t ext/Socket/socketpair.t
33077            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
33078            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
33079            - ext/re/re.t
33080            ! MANIFEST ext/IPC/SysV/MANIFEST
33081 ____________________________________________________________________________
33082 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
33083         Log: Move the ext/IO tests to a more standard location so that
33084              the *.t do not get copied to the build tree (lib/IO/).
33085      Branch: perl
33086            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
33087            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
33088            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
33089            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
33090            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
33091            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
33092            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
33093            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
33094            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
33095            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
33096            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
33097            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
33098            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
33099            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
33100            ! MANIFEST
33101 ____________________________________________________________________________
33102 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
33103         Log: Retract #20260.
33104      Branch: perl
33105            ! perlio.c perliol.h
33106 ____________________________________________________________________________
33107 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
33108         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
33109      Branch: perl
33110            ! lib/File/Spec.pm
33111 ____________________________________________________________________________
33112 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
33113         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
33114              From: "Craig A. Berry" <craigberry@mac.com>
33115              Date: Mon, 28 Jul 2003 08:04:32 -0500
33116              Message-ID: <3F251F60.6050607@mac.com>
33117      Branch: perl
33118            ! t/op/write.t
33119 ____________________________________________________________________________
33120 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
33121         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
33122              From: Michael G Schwern <schwern@pobox.com>
33123              Date: Mon, 28 Jul 2003 05:54:19 -0700
33124              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
33125      Branch: perl
33126            ! t/op/write.t
33127 ____________________________________________________________________________
33128 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
33129         Log: Make Storable work with blead/maint by making PL_sv_placeholder
33130              a true global, bump $VERSION to 2.08.  Will take a look at the
33131              portability issue of placeholders soon.
33132      Branch: perl
33133            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
33134            ! intrpvar.h perlapi.h perlvars.h sv.c
33135 ____________________________________________________________________________
33136 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
33137         Log: Storable test nosewipe.
33138      Branch: perl
33139            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
33140 ____________________________________________________________________________
33141 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
33142         Log: Solaris cc didn't appreciate casting a long to a pointer
33143              with no cast, and lval casts are unportable, so introduce
33144              a rval cast.
33145      Branch: perl
33146            ! bytecode.pl ext/ByteLoader/byterun.c
33147 ____________________________________________________________________________
33148 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
33149         Log: (Retracted by #20267)
33150      Branch: perl
33151            ! perlio.c perliol.h
33152 ____________________________________________________________________________
33153 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
33154         Log: Subject: CPAN/t/signature.t noisy
33155              From: Michael G Schwern <schwern@pobox.com>
33156              Date: Mon, 28 Jul 2003 02:14:19 -0700
33157              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
33158      Branch: perl
33159            ! lib/CPAN/t/signature.t
33160 ____________________________________________________________________________
33161 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
33162         Log: Extra noise from File::Spec.
33163      Branch: perl
33164            ! lib/File/Spec/t/rel2abs2rel.t
33165 ____________________________________________________________________________
33166 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
33167         Log: Prettyprint the constants list of defsubs_h.PL.
33168      Branch: perl
33169            ! ext/B/defsubs_h.PL
33170 ____________________________________________________________________________
33171 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
33172         Log: Subject: [PATCH] B enhancements
33173              From: Stephen McCamant <smcc@mit.edu>
33174              Date: Sun, 27 Jul 2003 14:07:46 -0400
33175              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
33176      Branch: perl
33177            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
33178 ____________________________________________________________________________
33179 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
33180         Log: More clarification about the hash randomisation defines.
33181      Branch: perl
33182            ! perl.h
33183 ____________________________________________________________________________
33184 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
33185         Log: Clarify the process a bit.
33186      Branch: perl
33187            ! INSTALL
33188 ____________________________________________________________________________
33189 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
33190         Log: Add $VERSION to B::Bytecode.
33191      Branch: perl
33192            ! ext/B/B/Bytecode.pm
33193 ____________________________________________________________________________
33194 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
33195         Log: Missing test file.  (Not very useful since Module::Signature
33196              is not in the core, but let's not make an exception.)
33197      Branch: perl
33198            ! MANIFEST
33199 ____________________________________________________________________________
33200 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
33201         Log: Subject: Re: downrev modules in RC2
33202              From: Gisle Aas <gisle@ActiveState.com>
33203              Date: 27 Jul 2003 20:25:07 -0700
33204              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
33205
33206              (upgrade to Digest::MD5 2.26)
33207      Branch: perl
33208            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33209            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
33210 ____________________________________________________________________________
33211 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
33212         Log: Upgrade to CGI 2.97.
33213      Branch: perl
33214            ! lib/CGI.pm
33215 ____________________________________________________________________________
33216 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
33217         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
33218              (from Enache)
33219      Branch: perl
33220            ! bytecode.pl ext/ByteLoader/byterun.c
33221 ____________________________________________________________________________
33222 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
33223         Log: Upgrade to CPAN 1.72.
33224      Branch: perl
33225            + lib/CPAN/t/signature.t
33226            ! MANIFEST lib/CPAN.pm
33227 ____________________________________________________________________________
33228 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
33229         Log: We now return to your normally scheduled hash randomisation.
33230      Branch: perl
33231            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
33232            ! pod/perlsec.pod
33233 ____________________________________________________________________________
33234 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
33235         Log: fresh_perl_(is|like) were printing out the wrong file/line
33236              number on failure because _where() was hard coded to only
33237              look one level up the call stack.  In these cases it has to
33238              look two.
33239              (Schwern)
33240      Branch: perl
33241            ! t/test.pl
33242 ____________________________________________________________________________
33243 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
33244         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
33245              (Schwern)
33246      Branch: perl
33247            ! t/op/tiehandle.t
33248 ____________________________________________________________________________
33249 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
33250         Log: Upgrade to Test::Harness 2.29.
33251      Branch: perl
33252            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
33253            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
33254            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
33255            ! lib/Test/Harness/t/test-harness.t
33256 ____________________________________________________________________________
33257 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
33258         Log: Missing MakeMaker test.
33259      Branch: perl
33260            + lib/ExtUtils/t/postamble.t
33261            ! MANIFEST
33262 ____________________________________________________________________________
33263 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
33264         Log: Add -l (one file per line) option to manicheck.
33265      Branch: perl
33266            ! Porting/manicheck
33267 ____________________________________________________________________________
33268 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
33269         Log: Further Byteloader tweaks from Enache.
33270      Branch: perl
33271            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
33272            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
33273            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
33274            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
33275            ! ext/ByteLoader/byterun.h t/TEST
33276 ____________________________________________________________________________
33277 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
33278         Log: Reapply some perldoc changes not in 3.09.
33279      Branch: perl
33280            ! lib/Pod/Perldoc.pm
33281 ____________________________________________________________________________
33282 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
33283         Log: Upgrade to Pod::Perldoc 3.09.
33284      Branch: perl
33285            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
33286 ____________________________________________________________________________
33287 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
33288         Log: A bug reported in perl-unicode by Terry Jones, fixed
33289              by Andreas Koenig, and add a test.
33290      Branch: perl
33291            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33292 ____________________________________________________________________________
33293 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
33294         Log: Unicode::UCD doc nit from Andreas Koenig.
33295      Branch: perl
33296            ! lib/Unicode/UCD.pm
33297 ____________________________________________________________________________
33298 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
33299         Log: Upgrade to I18N::LangTags 0.28.
33300      Branch: perl
33301            + lib/I18N/LangTags/t/01test.t
33302            - lib/I18N/LangTags/test.pl
33303            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
33304 ____________________________________________________________________________
33305 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
33306         Log: Skip the test until Enache fixes it.
33307      Branch: perl
33308            ! ext/B/t/assembler.t
33309 ____________________________________________________________________________
33310 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
33311         Log: Upgrade to File::Spec 0.85.
33312      Branch: perl
33313            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
33314            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33315            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
33316            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
33317            ! lib/File/Spec/t/rel2abs2rel.t
33318 ____________________________________________________________________________
33319 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
33320         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
33321              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33322              Date: Sun, 20 Jul 2003 22:36:02 +0200
33323              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
33324      Branch: perl
33325            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
33326            ! perl.c perlapi.h sv.c universal.c
33327 ____________________________________________________________________________
33328 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
33329         Log: Regen byterun once more: the incav is not yet right, but at
33330              least it compiles now (Tru64 cc choked on the lvalue cast).
33331      Branch: perl
33332            ! bytecode.pl ext/ByteLoader/byterun.c
33333 ____________________________________________________________________________
33334 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
33335         Log: Regenerated because of #20220.
33336      Branch: perl
33337            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
33338            ! ext/ByteLoader/byterun.h
33339 ____________________________________________________________________________
33340 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
33341         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
33342              From: "Craig A. Berry" <craigberry@mac.com>
33343              Date: Mon, 21 Jul 2003 19:40:20 -0500
33344              Message-ID: <3F1C87F4.2070401@mac.com>
33345      Branch: perl
33346            ! lib/File/Find.pm
33347 ____________________________________________________________________________
33348 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
33349         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
33350              From: Enache Adrian <enache@rdslink.ro>
33351              Date: Fri, 18 Jul 2003 23:15:37 +0300
33352              Message-ID: <20030718201537.GA1574@ratsnest.hole>
33353      Branch: perl
33354            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
33355            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
33356            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
33357            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
33358 ____________________________________________________________________________
33359 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
33360         Log: Subject: [PATCH-for-RC2] WinCE port addition
33361              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33362              Date: Fri, 25 Jul 2003 22:17:11 +0400
33363              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
33364      Branch: perl
33365            - wince/README.compile
33366            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
33367            ! wince/compile.bat wince/wince.c wince/wince.h
33368 ____________________________________________________________________________
33369 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
33370         Log: Another missing hunk for MakeMaker from .org.
33371      Branch: perl
33372            ! lib/ExtUtils/MakeMaker.pm
33373 ____________________________________________________________________________
33374 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
33375         Log: Grabbed from www.makemaker.org.
33376      Branch: perl
33377            + t/lib/MakeMaker/Test/Setup/Recurs.pm
33378            ! MANIFEST
33379 ____________________________________________________________________________
33380 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
33381         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
33382              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
33383              Date: 14 Jul 2003 05:35:15 -0000
33384              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
33385      Branch: perl
33386            ! utf8.c
33387 ____________________________________________________________________________
33388 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
33389         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
33390              From: Stas Bekman <stas@stason.org>
33391              Date: Thu, 24 Jul 2003 16:49:27 +0200
33392              Message-ID: <3F1FF1F7.30500@stason.org>
33393      Branch: perl
33394            ! pod/perlapi.pod sv.c
33395 ____________________________________________________________________________
33396 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
33397         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
33398              From: Michael G Schwern <schwern@pobox.com>
33399              Date: Thu, 24 Jul 2003 01:28:07 -0700
33400              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
33401      Branch: perl
33402            ! lib/ExtUtils/MakeMaker.pm
33403 ____________________________________________________________________________
33404 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
33405         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
33406              From: Michael G Schwern <schwern@pobox.com>
33407              Date: Mon, 21 Jul 2003 20:12:25 -0700
33408              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
33409      Branch: perl
33410            + lib/ExtUtils/t/recurs.t
33411            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
33412            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
33413            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33414            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
33415            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
33416            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
33417            ! lib/ExtUtils/t/basic.t
33418 ____________________________________________________________________________
33419 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
33420         Log: (accidentally empty checkin)
33421      Branch: perl
33422            ! lib/perl5db.pl
33423 ____________________________________________________________________________
33424 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
33425         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
33426              From: Steve Hay <steve.hay@uk.radan.com>
33427              Date: Fri, 18 Jul 2003 10:03:21 +0100
33428              Message-ID: <3F17B7D9.80805@uk.radan.com>
33429      Branch: perl
33430            ! makedef.pl
33431 ____________________________________________________________________________
33432 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
33433         Log: Subject: [patch] perldebug.pod clarification
33434              From: Stéphane Payrard <stef@payrard.net>
33435              Date: Mon, 21 Jul 2003 21:36:59 +0200
33436              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
33437      Branch: perl
33438            ! pod/perldebug.pod
33439 ____________________________________________________________________________
33440 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
33441         Log: Subject: PATCH: More edge tests on t/op/pow.t
33442              From: Andy Lester <andy@petdance.com>
33443              Date: Wed, 23 Jul 2003 16:38:35 -0500
33444              Message-ID: <20030723213834.GA20468@petdance.com>
33445      Branch: perl
33446            ! t/op/pow.t
33447 ____________________________________________________________________________
33448 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
33449         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
33450              From: Stephen McCamant <smcc@mit.edu>
33451              Date: Tue, 22 Jul 2003 09:41:10 -0400
33452              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
33453      Branch: perl
33454            ! toke.c
33455 ____________________________________________________________________________
33456 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
33457         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
33458              From: Dave Mitchell <davem@fdgroup.com>
33459              Date: Fri, 18 Jul 2003 18:49:43 +0100
33460              Message-ID: <20030718174943.GB6427@fdgroup.com>
33461      Branch: perl
33462            ! sv.c t/op/tie.t
33463 ____________________________________________________________________________
33464 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
33465         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
33466              From: Stephen McCamant <smcc@mit.edu>
33467              Date: Sat, 19 Jul 2003 12:06:31 -0400
33468              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
33469      Branch: perl
33470            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
33471 ____________________________________________________________________________
33472 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
33473         Log: Subject: [PATCH] typo in VMS::Filespec
33474              From: Ken Williams <ken@mathforum.org>
33475              Date: Tue, 22 Jul 2003 15:18:21 -0500
33476              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
33477      Branch: perl
33478            ! vms/ext/Filespec.pm
33479 ____________________________________________________________________________
33480 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
33481         Log: EBCDIC fix from Thomas Dorner.
33482      Branch: perl
33483            ! Makefile.SH
33484 ____________________________________________________________________________
33485 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
33486         Log: POSIX-BC patch from Thomas Dorner.
33487      Branch: perl
33488            ! hints/posix-bc.sh
33489 ____________________________________________________________________________
33490 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
33491         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
33492              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
33493              Date: 14 Jul 2003 05:37:15 -0000
33494              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
33495      Branch: perl
33496            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
33497 ____________________________________________________________________________
33498 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
33499         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
33500              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
33501              Date: 14 Jul 2003 05:37:02 -0000
33502              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
33503      Branch: perl
33504            ! ext/IO/lib/IO/Socket.pm
33505 ____________________________________________________________________________
33506 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
33507         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
33508              From: Dave Mitchell <davem@fdgroup.com>
33509              Date: Thu, 17 Jul 2003 20:33:29 +0100
33510              Message-ID: <20030717193329.GA2699@fdgroup.com>
33511      Branch: perl
33512            ! pad.c t/lib/warnings/pad
33513 ____________________________________________________________________________
33514 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
33515         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
33516              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
33517              Date: 22 Jul 2003 02:59:13 -0000
33518              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
33519      Branch: perl
33520            ! pod/perlfunc.pod
33521 ____________________________________________________________________________
33522 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
33523         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
33524              From: Stephen Clouse <stephenc@theiqgroup.com>
33525              Date: Tue, 22 Jul 2003 21:31:38 -0500
33526              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
33527      Branch: perl
33528            ! perl.h
33529 ____________________________________________________________________________
33530 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
33531         Log: Subject: [PATCH] configure.gnu --prefix
33532              From: slaven@rezic.de
33533              Date: Thu, 10 Jul 2003 09:33:27 +0000
33534              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
33535      Branch: perl
33536            ! configure.gnu
33537 ____________________________________________________________________________
33538 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
33539         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
33540              From: Edward Moy <emoy@apple.com>
33541              Date: Sun, 13 Jul 2003 14:12:57 -0700
33542              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
33543      Branch: perl
33544            ! lib/ExtUtils/MM_Unix.pm
33545 ____________________________________________________________________________
33546 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
33547         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
33548              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
33549              Date: Tue, 15 Jul 2003 07:46:58 -0700
33550              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
33551      Branch: perl
33552            ! makedef.pl malloc.c malloc_ctl.h
33553 ____________________________________________________________________________
33554 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
33555         Log: This should make Stas happy.
33556      Branch: perl
33557            ! hv.h perl.c
33558 ____________________________________________________________________________
33559 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
33560         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
33561      Branch: perl
33562            ! installperl
33563 ____________________________________________________________________________
33564 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
33565         Log: As the perldoc.pod is now in a separate file under pod/,
33566              the installman script was installing an empty perldoc.1 manpage.
33567      Branch: perl
33568            ! installperl utils.lst
33569 ____________________________________________________________________________
33570 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
33571         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
33572              From: Steve Grazzini <grazz@pobox.com>
33573              Date: Wed, 16 Jul 2003 08:56:21 -0400
33574              Message-ID: <20030716125620.GA7022@grazzini.net>
33575      Branch: perl
33576            ! pod/perlipc.pod pod/perlvar.pod
33577 ____________________________________________________________________________
33578 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
33579         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
33580              From: Dave Mitchell <davem@fdgroup.com>
33581              Date: Tue, 15 Jul 2003 20:46:07 +0100
33582              Message-ID: <20030715194607.GA24592@fdgroup.com>
33583
33584              plus the regression test :
33585              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
33586              From: Nicholas Clark <nick@ccl4.org>
33587              Date: Tue, 15 Jul 2003 22:24:04 +0100
33588              Message-ID: <20030715222404.L20414@plum.flirble.org>
33589      Branch: perl
33590            ! pp_ctl.c t/op/write.t
33591 ____________________________________________________________________________
33592 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
33593         Log: Subject: Re: [PATCH] h2xs and extra_libraries
33594              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
33595              Date: Tue, 15 Jul 2003 07:28:52 +0200
33596              Message-id: <20030715052852.GA494@ethan>
33597      Branch: perl
33598            ! utils/h2xs.PL
33599 ____________________________________________________________________________
33600 [ 20175] By: merijn                                on 2003/07/21  14:26:43
33601         Log: Subject: Re: [PATCH] test clean-up for VMS
33602              From: "Craig A. Berry" <craigberry@mac.com>
33603              Date: Sun, 20 Jul 2003 10:43:32 -0500
33604              Message-ID: <3F1AB8A4.2070207@mac.com>
33605      Branch: perl
33606            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
33607            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
33608            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
33609            ! t/uni/write.t
33610 ____________________________________________________________________________
33611 [ 20174] By: hv                                    on 2003/07/21  10:26:07
33612         Log: Update Changes.
33613      Branch: perl
33614            ! Changes patchlevel.h
33615 ____________________________________________________________________________
33616 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
33617         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
33618              (bug #22968)
33619      Branch: perl
33620            ! pod/perlfaq3.pod pod/perlrun.pod
33621 ____________________________________________________________________________
33622 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
33623         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
33624              From: Andy Dougherty <doughera@lafayette.edu>
33625              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
33626              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
33627
33628              plus a clarification to INSTALL :
33629              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
33630              From: Andy Dougherty <doughera@lafayette.edu>
33631              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
33632              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
33633      Branch: perl
33634            ! INSTALL Makefile.SH
33635 ____________________________________________________________________________
33636 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
33637         Log: The warning "Possible precedence problem on bitwise operator"
33638              was incorrectly produced with the bitwise-assignment operators.
33639              Fix it. (bug #23065 concerning 5.8.1 RC2)
33640      Branch: perl
33641            ! op.c t/lib/warnings/op
33642 ____________________________________________________________________________
33643 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
33644         Log: Rename get_seed() to get_hash_seed(), as suggested by
33645              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
33646      Branch: perl
33647            ! embed.fnc embed.h perl.c proto.h util.c
33648 ____________________________________________________________________________
33649 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
33650         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
33651              From: Andreas J Koenig <andreas.koenig@anima.de>
33652              Date: Fri, 18 Jul 2003 09:36:47 +0200
33653              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
33654      Branch: perl
33655            ! t/op/pow.t
33656 ____________________________________________________________________________
33657 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
33658         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
33659              From: Dave Mitchell <davem@fdgroup.com>
33660              Date: Thu, 17 Jul 2003 21:51:12 +0100
33661              Message-ID: <20030717205112.GA2994@fdgroup.com>
33662      Branch: perl
33663            ! t/op/universal.t universal.c
33664 ____________________________________________________________________________
33665 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
33666         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
33667              From: Stephen McCamant <smcc@mit.edu>
33668              Date: Fri, 18 Jul 2003 02:26:14 -0400
33669              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
33670      Branch: perl
33671            ! pp.c t/op/pow.t
33672 ____________________________________________________________________________
33673 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
33674         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
33675              From: Stephen McCamant <smcc@mit.edu>
33676              Date: Tue, 15 Jul 2003 09:57:26 -0400
33677              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
33678
33679              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
33680              From: Stephen McCamant <smcc@mit.edu>
33681              Date: Tue, 15 Jul 2003 09:57:31 -0400
33682              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
33683      Branch: perl
33684            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
33685 ____________________________________________________________________________
33686 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
33687         Log: Subject: [PATCH] Re: POSIX::div
33688              From: Michael G Schwern <schwern@pobox.com>
33689              Date: Mon, 14 Jul 2003 14:00:58 -0700
33690              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
33691      Branch: perl
33692            ! ext/POSIX/POSIX.pm
33693 ____________________________________________________________________________
33694 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
33695         Log: PERL5LIB is not colon-separated everywhere
33696      Branch: perl
33697            ! pod/perlrun.pod
33698 ____________________________________________________________________________
33699 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
33700         Log: Subject: [PATCH] fix $^N-related coredump
33701              From: Anton Berezin <tobez@tobez.org>
33702              Date: Mon, 14 Jul 2003 13:50:35 +0200
33703              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
33704      Branch: perl
33705            ! pp_hot.c sv.c
33706 ____________________________________________________________________________
33707 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
33708         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
33709              From: Tony Bowden <tony@kasei.com>
33710              Date: Thu, 17 Jul 2003 16:49:35 +0100
33711              Message-ID: <20030717154935.GA20302@soto.kasei.com>
33712      Branch: perl
33713            ! pod/perlfunc.pod
33714 ____________________________________________________________________________
33715 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
33716         Log: Minor nits in perlsyn.pod
33717      Branch: perl
33718            ! pod/perlsyn.pod
33719 ____________________________________________________________________________
33720 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
33721         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
33722              From: Claes Jacobsson <claes@surfar.nu>
33723              Date: Sat, 12 Jul 2003 16:30:42 +0200
33724              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
33725      Branch: perl
33726            ! lib/Attribute/Handlers.pm
33727 ____________________________________________________________________________
33728 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
33729         Log: Add a TODO test for perlbug #19049
33730              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
33731              From: Alex Gough <alex-p5p@earth.li>
33732              Date: Fri, 11 Jul 2003 01:12:42 +0100
33733              Message-ID: <20030711001242.GD2484@the.earth.li>
33734      Branch: perl
33735            ! t/op/pat.t
33736 ____________________________________________________________________________
33737 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
33738         Log: Minor updates of the charnames documentation.
33739      Branch: perl
33740            ! lib/charnames.pm
33741 ____________________________________________________________________________
33742 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
33743         Log: Subject: Re: Sort sub and NaNs
33744              From: "John P. Linderman" <jpl@research.att.com>
33745              Date: Thu, 10 Jul 2003 10:45:06 -0400
33746              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
33747
33748              Warn against a potential edge case with sort, <=> and NaNs.
33749      Branch: perl
33750            ! pod/perlfunc.pod
33751 ____________________________________________________________________________
33752 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
33753         Log: Subject: [DOCPATCH] perlfunc/read
33754              From: Steve Grazzini <grazz@pobox.com>
33755              Date: Tue, 8 Jul 2003 10:23:03 -0400
33756              Message-ID: <20030708142303.GB23698@grazzini.net>
33757
33758              Clarify the OFFSET parameter to read().
33759      Branch: perl
33760            ! pod/perlfunc.pod
33761 ____________________________________________________________________________
33762 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
33763         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
33764              From: Michael G Schwern <schwern@pobox.com>
33765              Date: Tue, 13 May 2003 18:33:05 -0700
33766              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
33767      Branch: perl
33768            ! pod/perlsyn.pod pod/perltrap.pod
33769 ____________________________________________________________________________
33770 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
33771         Log: I think the API for mod_perl v2 should be simply that
33772              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
33773              itself, hopefully from a good source of random bits.
33774      Branch: perl
33775            ! perl.c
33776 ____________________________________________________________________________
33777 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
33778         Log: pTHX.
33779      Branch: perl
33780            ! util.c
33781 ____________________________________________________________________________
33782 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
33783         Log: New order of seed.
33784      Branch: perl
33785            ! pod/perlrun.pod
33786 ____________________________________________________________________________
33787 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
33788         Log: More retraction.
33789      Branch: perl
33790            ! INSTALL
33791 ____________________________________________________________________________
33792 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
33793         Log: Retract the statements.
33794      Branch: perl
33795            ! pod/perlfunc.pod pod/perlsec.pod
33796 ____________________________________________________________________________
33797 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
33798         Log: Chicken out: the hash randomisation is not on by default.
33799              We switch over to the explicit mode: in other words, if
33800              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
33801              randomise only if PL_hash_seed_set is FALSE (this means
33802              one can use PERL_HASH() before perl_run.)  Also, since
33803              now PERL_HASH_SEED is okay even under -T, all should be fine.
33804              (Ha!)
33805      Branch: perl
33806            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
33807            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
33808 ____________________________________________________________________________
33809 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
33810         Log: Check PERL_HASH_SEED even when tainted.
33811      Branch: perl
33812            ! perl.c pod/perlrun.pod
33813 ____________________________________________________________________________
33814 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
33815         Log: &Time::HiRes::d_nanosleep was broken.
33816      Branch: perl
33817            ! ext/Time/HiRes/Makefile.PL
33818 ____________________________________________________________________________
33819 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
33820         Log: Subject: [PATCH} db-recno.t on Mac OS X
33821              From: slaven@rezic.de
33822              Date: Thu, 10 Jul 2003 12:41:05 +0000
33823              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
33824      Branch: perl
33825            ! ext/DB_File/t/db-recno.t
33826 ____________________________________________________________________________
33827 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
33828         Log: Subject: [comment patch]
33829              From: Stas Bekman <stas@stason.org>
33830              Date: Thu, 10 Jul 2003 14:19:22 -0700
33831              Message-ID: <3F0DD85A.1070902@stason.org>
33832      Branch: perl
33833            ! perl.c
33834 ____________________________________________________________________________
33835 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
33836         Log: Be vague enough.
33837      Branch: perl
33838            ! pod/perldata.pod
33839 ____________________________________________________________________________
33840 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
33841         Log: regen embed.pl for the bleadperl branch as well.
33842      Branch: perl
33843            ! embedvar.h
33844 ____________________________________________________________________________
33845 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
33846         Log: Time travel noticed by Enache.
33847      Branch: perl
33848            ! pod/perlhist.pod
33849 ____________________________________________________________________________
33850 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
33851         Log: I can see the future.  It is cloudy.
33852      Branch: perl
33853            ! pod/perlhist.pod
33854 ____________________________________________________________________________
33855 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
33856         Log: Subject: [PATCH] configure.gnu --prefix
33857              From: slaven@rezic.de
33858              Date: Thu, 10 Jul 2003 09:33:27 +0000
33859              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
33860      Branch: perl
33861            ! configure.gnu
33862 ____________________________________________________________________________
33863 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
33864         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
33865      Branch: perl
33866            ! malloc.c
33867 ____________________________________________________________________________
33868 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
33869         Log: Subject: [PATCH] Restore SIGFPE on exec()
33870              From: Chip Salzenberg <chip@pobox.com>
33871              Date: Thu, 10 Jul 2003 13:13:20 -0400
33872              Message-ID: <20030710171319.GA21588@perlsupport.com>
33873      Branch: perl
33874            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
33875 ____________________________________________________________________________
33876 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
33877         Log: The *right* way to make the csighandler visible.
33878      Branch: perl
33879            ! embed.fnc embed.h global.sym
33880 ____________________________________________________________________________
33881 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
33882         Log: Retract #20112.
33883      Branch: perl
33884            ! embed.fnc embedvar.h intrpvar.h perlapi.h
33885 ____________________________________________________________________________
33886 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
33887         Log: Argh.  At least AIX builds choke because of this.
33888      Branch: perl
33889            ! embed.fnc embedvar.h intrpvar.h perlapi.h
33890 ____________________________________________________________________________
33891 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
33892         Log: Upgrade to podlators 1.27.
33893      Branch: perl
33894            ! lib/Pod/Text/Termcap.pm
33895 ____________________________________________________________________________
33896 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
33897         Log: Deprecate v-strings.
33898      Branch: perl
33899            ! pod/perldata.pod
33900 ____________________________________________________________________________
33901 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
33902         Log: perlfaq sync.
33903      Branch: perl
33904            ! pod/perlfaq1.pod
33905 ____________________________________________________________________________
33906 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
33907         Log: Detypo.
33908      Branch: perl
33909            ! hints/darwin.sh
33910 ____________________________________________________________________________
33911 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
33912         Log: Fixes from Ron Kimball.
33913      Branch: perl
33914            ! pod/perldata.pod
33915 ____________________________________________________________________________
33916 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
33917         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
33918      Branch: perl
33919            ! toke.c
33920 ____________________________________________________________________________
33921 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
33922         Log: More Darwin/MacOSX paths twiddling.
33923      Branch: perl
33924            ! hints/darwin.sh
33925 ____________________________________________________________________________
33926 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
33927         Log: Play safe and use the system malloc in FreeBSD.
33928              Yes, performance suffers.  But that is better than
33929              random core dumps.
33930      Branch: perl
33931            ! hints/freebsd.sh
33932 ____________________________________________________________________________
33933 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
33934         Log: Upgrade to Encode 1.97.
33935      Branch: perl
33936            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
33937            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
33938            ! ext/Encode/lib/Encode/Encoder.pm
33939            ! ext/Encode/lib/Encode/Guess.pm
33940            ! ext/Encode/lib/Encode/JP/JIS7.pm
33941 ____________________________________________________________________________
33942 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
33943         Log: Rework the perldata vXX => ... entry a bit.
33944      Branch: perl
33945            ! pod/perldata.pod
33946 ____________________________________________________________________________
33947 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
33948         Log: Document the vXX => change in perldata, too.
33949      Branch: perl
33950            ! pod/perldata.pod
33951 ____________________________________________________________________________
33952 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
33953         Log: Test the vX => ... fix.
33954      Branch: perl
33955            ! t/op/ver.t
33956 ____________________________________________________________________________
33957 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
33958         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
33959              From: John Peacock <jpeacock@rowman.com>
33960              Date: Wed, 09 Jul 2003 01:05:38 -0700
33961              Message-ID: <3F0BCCD2.1020009@rowman.com>
33962      Branch: perl
33963            ! embed.fnc pod/perlapi.pod toke.c util.c
33964 ____________________________________________________________________________
33965 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
33966         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
33967              for the install dirs.
33968      Branch: perl
33969            ! hints/darwin.sh
33970 ____________________________________________________________________________
33971 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
33972         Log: Enable avoiding /System/Library in Mac OS X by
33973              doing Configure -Dprefix=/some/where -Uvendorlib.
33974      Branch: perl
33975            ! hints/darwin.sh
33976 ____________________________________________________________________________
33977 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
33978         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
33979              From: Chip Salzenberg <chip@pobox.com>
33980              Date: Wed, 9 Jul 2003 01:49:10 -0400
33981              Message-ID: <20030709054910.GH2021@perlsupport.com>
33982      Branch: perl
33983            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
33984            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
33985 ____________________________________________________________________________
33986 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
33987         Log: The CHECKOP macro was not invoked on some newly created ops
33988              (to match them against the current opmask.) As a consequence,
33989              Safe compartments were unable to trap some ops (pattern
33990              match, slices, conditionals.) This fixes the holes.
33991      Branch: perl
33992            ! op.c
33993 ____________________________________________________________________________
33994 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
33995         Log: Revert #20077.
33996      Branch: perl
33997            ! lib/CPAN.pm
33998 ____________________________________________________________________________
33999 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
34000         Log: Don't recommend to upgrade the base.pm in the core with
34001              the base.pm from Class::Fields.  They are not the same.
34002      Branch: perl
34003            ! lib/CPAN.pm
34004 ____________________________________________________________________________
34005 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
34006         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
34007              From: Enache Adrian <enache@rdslink.ro>
34008              Date: Tue, 8 Jul 2003 20:47:58 +0300
34009              Message-ID: <20030708174758.GA1177@ratsnest.hole>
34010
34011              (ByteLoader tweak avoiding a leaked scalar)
34012      Branch: perl
34013            ! op.c
34014 ____________________________________________________________________________
34015 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
34016         Log: In 5.8.x, fast stdio places still do use stdio.
34017      Branch: perl
34018            ! ext/Digest/MD5/t/badfile.t
34019 ____________________________________________________________________________
34020 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
34021         Log: Subject: [PATCH] format 'botched' in malloc.c
34022              From: Enache Adrian <enache@rdslink.ro>
34023              Date: Mon, 7 Jul 2003 21:57:06 +0300
34024              Message-ID: <20030707185706.GB7017@ratsnest.hole>
34025      Branch: perl
34026            ! malloc.c
34027 ____________________________________________________________________________
34028 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
34029         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
34030              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34031              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
34032              Message-ID: <12022.1057655645@www59.gmx.net>
34033      Branch: perl
34034            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
34035 ____________________________________________________________________________
34036 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
34037         Log: Retract #20065: I don't think this is the right way
34038              to patch this issue.
34039      Branch: perl
34040            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
34041 ____________________________________________________________________________
34042 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
34043         Log: Configure tweak from Johnny Lam so that the
34044              INSTALLSITEMAN[13]DIR get correctly set.
34045      Branch: perl
34046            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
34047 ____________________________________________________________________________
34048 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
34049         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
34050      Branch: perl
34051            ! pod/perlsyn.pod
34052 ____________________________________________________________________________
34053 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
34054         Log: Mark Bixby ++.
34055      Branch: perl
34056            ! perl.c
34057 ____________________________________________________________________________
34058 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
34059         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
34060      Branch: perl
34061            ! ext/Time/HiRes/Makefile.PL
34062 ____________________________________________________________________________
34063 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
34064         Log: Good catch from Gisle.
34065      Branch: perl
34066            ! pod/perlfunc.pod
34067 ____________________________________________________________________________
34068 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
34069         Log: Refashioned #20055: we cannot trust stdio to fail here.
34070      Branch: perl
34071            ! ext/Digest/MD5/t/badfile.t
34072 ____________________________________________________________________________
34073 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
34074         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
34075              are just breaking more than they are fixing.
34076      Branch: perl
34077            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
34078            ! ext/Digest/MD5/t/files.t perlio.c
34079 ____________________________________________________________________________
34080 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
34081         Log: Returning zero from PerlIO_read() is okay;
34082              update MD5 sums.
34083      Branch: perl
34084            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34085 ____________________________________________________________________________
34086 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
34087         Log: If perlio is completely out of the picture, we can
34088              get tripped by different stdio implementations.
34089      Branch: perl
34090            ! ext/Digest/MD5/t/badfile.t
34091 ____________________________________________________________________________
34092 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
34093         Log: AUTHORS tweak.
34094      Branch: perl
34095            ! AUTHORS
34096 ____________________________________________________________________________
34097 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
34098         Log: Subject: Patch to README.solaris
34099              From: Alan Burlison <Alan.Burlison@sun.com>
34100              Date: Mon, 07 Jul 2003 14:15:57 +0100
34101              Message-ID: <3F09728D.1070408@sun.com>
34102      Branch: perl
34103            ! README.solaris
34104 ____________________________________________________________________________
34105 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
34106         Log: Update MD5 checksums.
34107      Branch: perl
34108            ! ext/Digest/MD5/t/files.t
34109 ____________________________________________________________________________
34110 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
34111         Log: Be more explicit than just 'characters'.
34112      Branch: perl
34113            ! pod/perlfunc.pod
34114 ____________________________________________________________________________
34115 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
34116         Log: Try making PerlIO errors more consistent.
34117              (1) Check early whether the filehandle is capable of
34118              the requested action.
34119              (2) PerlIO_read() really can return -1, and so can
34120              PerlIOUnix_read().
34121              (3) Some stdio implementations are more forgiving
34122              than others, so check also for errors recorded
34123              by PerlIO in PerlStdio_errno().
34124      Branch: perl
34125            ! perlio.c
34126 ____________________________________________________________________________
34127 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
34128         Log: Linewrapping.
34129      Branch: perl
34130            ! pod/perlapio.pod
34131 ____________________________________________________________________________
34132 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
34133         Log: PerlIO_read() can return negative.
34134      Branch: perl
34135            ! ext/Digest/MD5/MD5.xs
34136 ____________________________________________________________________________
34137 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
34138         Log: Use the existence, instead of the truth, to decide
34139              whether to scan for a symbol.
34140              (Also remove trailing spaces.)
34141      Branch: perl
34142            ! ext/Time/HiRes/Makefile.PL
34143 ____________________________________________________________________________
34144 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
34145         Log: MPE/iX tweak from Mark Bixby.
34146      Branch: perl
34147            ! ext/Time/HiRes/Makefile.PL
34148 ____________________________________________________________________________
34149 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
34150         Log: Upgrade BigInt and BigRat
34151              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
34152              From: Tels <perl_dummy@bloodgate.com>
34153              Date: Sun, 6 Jul 2003 15:41:36 +0200
34154              Message-Id: <200307061158.23576@bloodgate.com>
34155      Branch: perl
34156            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34157            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
34158            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
34159            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
34160            ! lib/Math/BigRat/t/bigratpm.t
34161 ____________________________________________________________________________
34162 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
34163         Log: Subject: Re: [perl #5025] #line directive explination wrong
34164              From: Casey West <casey@geeknest.com>
34165              Date: Sun, 6 Jul 2003 18:24:46 -0400
34166              Message-ID: <20030706222446.GL7506@geeknest.com>
34167      Branch: perl
34168            ! pod/perlsyn.pod
34169 ____________________________________________________________________________
34170 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
34171         Log: Update the CPAN mirrors list.
34172      Branch: perl
34173            ! pod/perlmodlib.PL pod/perlmodlib.pod
34174 ____________________________________________________________________________
34175 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
34176         Log: yet another symbol missing in change#20018
34177      Branch: perl
34178            ! makedef.pl
34179 ____________________________________________________________________________
34180 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
34181         Log: PerlIOBase_pushed seems to have gone missing in change#20018
34182      Branch: perl
34183            ! makedef.pl
34184 ____________________________________________________________________________
34185 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
34186         Log: Subject: [PATCH @19834] DProf fixes
34187              From: Radu Greab <radu@netsoft.ro>
34188              Date: Sun, 6 Jul 2003 20:09:12 +0300
34189              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
34190      Branch: perl
34191            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
34192            + t/lib/dprof/test8_v
34193            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
34194            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
34195            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
34196 ____________________________________________________________________________
34197 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
34198         Log: Forgotten from change #20031.
34199      Branch: perl
34200            ! makedef.pl malloc_ctl.h
34201 ____________________________________________________________________________
34202 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
34203         Log: Subject: [PATCH] improve WinCE port
34204              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34205              Date: Sun, 6 Jul 2003 18:46:09 +0400
34206              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
34207
34208              Subject: [PATCH] improve WinCE port -- addition
34209              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34210              Date: Sun, 6 Jul 2003 19:50:47 +0400
34211              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
34212      Branch: perl
34213            + wince/perlhost.h wince/vdir.h wince/vmem.h
34214            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
34215            ! wince/win32.h wince/win32io.c wince/win32iop.h
34216            ! wince/win32thread.c wince/win32thread.h wince/wince.c
34217            ! wince/wince.h
34218 ____________________________________________________________________________
34219 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
34220         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
34221              From: merlyn@stonehenge.com (Randal L. Schwartz)
34222              Date: 05 Jul 2003 16:29:14 -0700
34223              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
34224      Branch: perl
34225            ! pod/perlfaq2.pod
34226 ____________________________________________________________________________
34227 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
34228         Log: FreeBSD: if someone *really* wants to use the system malloc.
34229      Branch: perl
34230            ! hints/freebsd.sh
34231 ____________________________________________________________________________
34232 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
34233         Log: Make the 'slow ok' feature optional.
34234      Branch: perl
34235            ! lib/Test/Harness.pm
34236 ____________________________________________________________________________
34237 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
34238         Log: The change #20022 didn't work for Command.t.
34239      Branch: perl
34240            ! lib/ExtUtils/t/Command.t
34241 ____________________________________________________________________________
34242 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
34243         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
34244              From: Michael G Schwern <schwern@pobox.com>
34245              Date: Sat, 5 Jul 2003 13:34:37 -0700
34246              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
34247
34248              Print out the "ok" messages only once every second,
34249              this should make output much less and therefore testing
34250              much faster, especially on slower connections.
34251      Branch: perl
34252            ! lib/Test/Harness.pm
34253 ____________________________________________________________________________
34254 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
34255         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
34256              From: Michael G Schwern <schwern@pobox.com>
34257              Date: Sat, 5 Jul 2003 16:59:49 -0700
34258              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
34259      Branch: perl
34260            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
34261            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34262            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
34263            ! lib/ExtUtils/t/Command.t
34264 ____________________________________________________________________________
34265 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
34266         Log: Reintroduce changes #19723 and #19723 that were not
34267              in Net::Ping 2.31; needed for Windows.
34268      Branch: perl
34269            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
34270 ____________________________________________________________________________
34271 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
34272         Log: Upgrade to Digest::MD5 2.25.
34273      Branch: perl
34274            + ext/Digest/MD5/t/clone.t
34275            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34276            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
34277            ! ext/Digest/MD5/t/files.t
34278 ____________________________________________________________________________
34279 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
34280         Log: Make a read from a write-only fh to set errno
34281              (found by Gisle)
34282      Branch: perl
34283            ! perlio.c
34284 ____________________________________________________________________________
34285 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
34286         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
34287              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
34288              duplicates.
34289      Branch: perl
34290            ! makedef.pl
34291 ____________________________________________________________________________
34292 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
34293         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
34294              From: Dave Mitchell <davem@fdgroup.com>
34295              Date: Sat, 5 Jul 2003 19:12:51 +0100
34296              Message-ID: <20030705181251.GA14502@fdgroup.com>
34297      Branch: perl
34298            ! ext/threads/t/problems.t
34299 ____________________________________________________________________________
34300 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
34301         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
34302      Branch: perl
34303            ! lib/Benchmark.t
34304 ____________________________________________________________________________
34305 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
34306         Log: Be explicit about the $0 pain in Linux 2.2.
34307      Branch: perl
34308            ! pod/perlvar.pod
34309 ____________________________________________________________________________
34310 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
34311         Log: Comment out some debugging output in Math::BigInt, that
34312              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
34313      Branch: perl
34314            ! lib/Math/BigInt.pm
34315 ____________________________________________________________________________
34316 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
34317         Log: The logic for additional randomisation for 64-bit UV
34318              cases was wrong.
34319      Branch: perl
34320            ! perl.c
34321 ____________________________________________________________________________
34322 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
34323         Log: IIRC gcc would complain about if (s = ...).
34324      Branch: perl
34325            ! perl.c
34326 ____________________________________________________________________________
34327 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
34328         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
34329              since CGI scripts are (should be) run under -T, being able
34330              to show the HASH_SEED in case of problems is good.
34331              The $ENV{PERL_HASH_SEED} is still ignored under taint.
34332      Branch: perl
34333            ! perl.c
34334 ____________________________________________________________________________
34335 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
34336         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
34337              From: "Craig A. Berry" <craigberry@mac.com>
34338              Date: Sat, 05 Jul 2003 00:38:28 -0500
34339              Message-ID: <3F066454.90003@mac.com>
34340      Branch: perl
34341            ! lib/ExtUtils/MM_VMS.pm
34342 ____________________________________________________________________________
34343 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
34344         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
34345              From: Robin Barker <Robin.Barker@npl.co.uk>
34346              Date: Fri, 4 Jul 2003 19:15:01 +0100
34347              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
34348      Branch: perl
34349            ! dump.c
34350 ____________________________________________________________________________
34351 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
34352         Log: Allow to create more than one Shell object :
34353              Subject: [patch] Shell.pm fix
34354              From: Stéphane Payrard <stef@payrard.net>
34355              Date: Sat, 5 Jul 2003 01:16:50 +0200
34356              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
34357      Branch: perl
34358            ! lib/Shell.pm
34359 ____________________________________________________________________________
34360 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
34361         Log: Author list update (to be continued...)
34362      Branch: perl
34363            ! AUTHORS
34364 ____________________________________________________________________________
34365 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
34366         Log: Add a new test target in the makefile, test_harness_notty.
34367              It's like test_harness, but sets HARNESS_NOTTY=1 to make
34368              Test::Harness' output less blinking.
34369      Branch: perl
34370            ! Makefile.SH
34371 ____________________________________________________________________________
34372 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
34373         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
34374              and bignum v0.14.
34375      Branch: perl
34376            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
34377            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
34378            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
34379            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
34380            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
34381            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
34382            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34383            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
34384            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
34385            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
34386            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
34387            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
34388            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
34389            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
34390            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
34391            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34392            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
34393            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
34394            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
34395            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
34396            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
34397            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
34398            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
34399            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
34400            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
34401            ! t/lib/Math/BigInt/Subclass.pm
34402 ____________________________________________________________________________
34403 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
34404         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
34405              appears just before the name of the command to be run. See
34406
34407              Subject: Re: PERL_SKIP_TTY_TEST fix
34408              From: Alexey Tourbin <at@altlinux.ru>
34409              Date: Fri, 4 Jul 2003 17:25:34 +0400
34410              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
34411      Branch: perl
34412            ! Makefile.SH
34413 ____________________________________________________________________________
34414 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
34415         Log: Fix non-numeric $VERSION.
34416      Branch: perl
34417            ! lib/Math/BigInt.pm
34418 ____________________________________________________________________________
34419 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
34420         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
34421      Branch: perl
34422            ! lib/Math/BigInt.pm
34423 ____________________________________________________________________________
34424 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
34425         Log: More $0 sad tales.
34426      Branch: perl
34427            ! pod/perlvar.pod
34428 ____________________________________________________________________________
34429 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
34430         Log: Oops.
34431      Branch: perl
34432            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34433 ____________________________________________________________________________
34434 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
34435         Log: Upgrade to PodParser 1.23; but do not update
34436              t/pod/find.t or t/pod/testp2pt.pl since the
34437              first one does not work at all under core,
34438              and the second change would drop MacOS Classic
34439              portability tweaks introduced by change #18669.
34440      Branch: perl
34441            ! lib/Pod/Find.pm lib/Pod/Usage.pm
34442 ____________________________________________________________________________
34443 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
34444         Log: Upgrade to Text::Balanced 1.94.
34445      Branch: perl
34446            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
34447            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
34448            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
34449 ____________________________________________________________________________
34450 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
34451         Log: Upgrade to Net::Ping 2.31.
34452      Branch: perl
34453            ! lib/Net/Ping.pm lib/Net/Ping/Changes
34454            ! lib/Net/Ping/t/250_ping_hires.t
34455            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
34456 ____________________________________________________________________________
34457 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
34458         Log: Upgrade to Locale::Maketext 1.06.
34459      Branch: perl
34460            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
34461            + lib/Locale/Maketext/t/90utf8.t
34462            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
34463 ____________________________________________________________________________
34464 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
34465         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
34466              (1) make the PATCHLEVEL logic as it is with List::Util
34467              (more portable to older Perls)
34468              (2) regen the MD5 checksums with ...
34469              (3) ... the Mac OS Classic checksums generated via MacRoman
34470              (just a guess)
34471              (4) Keep the core Makefile.PL.
34472      Branch: perl
34473            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34474            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34475 ____________________________________________________________________________
34476 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
34477         Log: Upgrade to CPAN 1.71.
34478      Branch: perl
34479            ! lib/CPAN.pm
34480 ____________________________________________________________________________
34481 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
34482         Log: Upgrade to CGI.pm 2.97.
34483      Branch: perl
34484            ! lib/CGI.pm lib/CGI/Carp.pm
34485 ____________________________________________________________________________
34486 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
34487         Log: No energy now to figure out what is wrong with $0
34488              (or ps) in Tru64.  The test works fine when run from
34489              command line.
34490      Branch: perl
34491            ! ext/threads/t/join.t
34492 ____________________________________________________________________________
34493 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
34494         Log: AUTHORS updates.
34495      Branch: perl
34496            ! AUTHORS
34497 ____________________________________________________________________________
34498 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
34499         Log: line_t is U32, not I32.
34500      Branch: perl
34501            ! bytecode.pl
34502 ____________________________________________________________________________
34503 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
34504         Log: Remove PL_earlytaint since the hash seed code
34505              can be delayed until perl_parse().
34506      Branch: perl
34507            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
34508            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
34509            ! plan9/plan9ish.h unixish.h vms/vmsish.h
34510 ____________________________________________________________________________
34511 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
34512         Log: $0 is pain.
34513      Branch: perl
34514            ! ext/threads/t/join.t
34515 ____________________________________________________________________________
34516 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
34517         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
34518              From: PPrymmer@factset.com
34519              Date: Thu, 3 Jul 2003 23:59:51 -0400
34520              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
34521      Branch: perl
34522            ! vms/vms.c vms/vmspipe.com
34523 ____________________________________________________________________________
34524 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
34525         Log: Bump Time::HiRes version to 1.50.
34526      Branch: perl
34527            ! ext/Time/HiRes/HiRes.pm
34528 ____________________________________________________________________________
34529 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
34530         Log: Subject: [PATCH] installperl -n
34531              From: Slaven Rezic <slaven@rezic.de>
34532              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
34533              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
34534      Branch: perl
34535            ! installperl
34536 ____________________________________________________________________________
34537 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
34538         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
34539              From: Slaven Rezic <slaven@rezic.de>
34540              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
34541              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
34542      Branch: perl
34543            ! t/op/magic.t
34544 ____________________________________________________________________________
34545 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
34546         Log: Ask Schwern.
34547      Branch: perl
34548            - Porting/Modules
34549            ! AUTHORS MANIFEST
34550 ____________________________________________________________________________
34551 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
34552         Log: Add autarch and Time::Local to Modules.
34553      Branch: perl
34554            ! Porting/Modules
34555 ____________________________________________________________________________
34556 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
34557         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
34558              From: Dave Rolsky <autarch@urth.org>
34559              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
34560              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
34561      Branch: perl
34562            ! lib/Time/Local.pm
34563 ____________________________________________________________________________
34564 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
34565         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
34566              From: Mattia Barbon <mbarbon@dsi.unive.it>
34567              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
34568              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
34569      Branch: perl
34570            ! win32/win32.c
34571 ____________________________________________________________________________
34572 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
34573         Log: Subject: Re: randomly untainting?
34574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34575              Date: Thu, 3 Jul 2003 17:35:09 +0200
34576              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
34577      Branch: perl
34578            ! t/TestInit.pm
34579 ____________________________________________________________________________
34580 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
34581         Log: Revert #19957 as requested by Rafael.
34582      Branch: perl
34583            ! ext/List/Util/t/tainted.t
34584 ____________________________________________________________________________
34585 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
34586         Log: Add at least meager beginnings of assertion checks for
34587              the UTF-8 length/pos cache.  It's not as full as I would
34588              like since the exact behaviour of the second half of the
34589              cache, used in substr(), eludes me right now.
34590      Branch: perl
34591            ! sv.c
34592 ____________________________________________________________________________
34593 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
34594         Log: Extra light testing for the UTF-8 cache
34595              (that it isn't broken, not that it helps).
34596      Branch: perl
34597            ! t/op/length.t
34598 ____________________________________________________________________________
34599 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
34600         Log: Subject: Re: randomly untainting?
34601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34602              Date: Thu, 3 Jul 2003 14:58:18 +0200
34603              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
34604              (plus extra debug printing)
34605      Branch: perl
34606            ! ext/List/Util/t/tainted.t
34607 ____________________________________________________________________________
34608 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
34609         Log: Subject: Re: maint @ 19923
34610              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34611              Date: Thu, 3 Jul 2003 15:57:55 +0400
34612              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
34613      Branch: perl
34614            ! wince/Makefile.ce wince/wince.c
34615 ____________________________________________________________________________
34616 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
34617         Log: Tiny tweak to perlartistic from Robin Barker.
34618      Branch: perl
34619            ! pod/perlartistic.pod
34620 ____________________________________________________________________________
34621 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
34622         Log: Mention Modules in AUTHORS.
34623      Branch: perl
34624            ! AUTHORS
34625 ____________________________________________________________________________
34626 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
34627         Log: No fancy binmode() if no perlio.
34628      Branch: perl
34629            ! ext/IO/lib/IO/t/io_sock.t
34630 ____________________________________________________________________________
34631 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
34632         Log: Underline the fact that XSLoader is not DynaLoader
34633              ([perl #21974] dl_load_flags not honored by XSLoader)
34634      Branch: perl
34635            ! ext/DynaLoader/XSLoader_pm.PL
34636 ____________________________________________________________________________
34637 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
34638         Log: Apply Schwern's suggested warning code from
34639              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
34640      Branch: perl
34641            ! lib/Test/Harness/Straps.pm
34642 ____________________________________________________________________________
34643 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
34644         Log: Subject: [PATCH] "without parens" vs "without parentheses"
34645              From: Iain Truskett <spoon@cpan.org>
34646              Date: Thu, 3 Jul 2003 12:40:42 +1000
34647              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
34648      Branch: perl
34649            ! t/lib/warnings/toke toke.c
34650 ____________________________________________________________________________
34651 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
34652         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
34653              From: Dave Mitchell <davem@fdgroup.com>
34654              Date: Thu, 3 Jul 2003 01:32:11 +0100
34655              Message-ID: <20030703003211.GB3747@fdgroup.com>
34656      Branch: perl
34657            ! mg.c sv.c
34658 ____________________________________________________________________________
34659 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
34660         Log: Nicer options for Porting/Modules.
34661      Branch: perl
34662            ! MANIFEST Porting/Modules
34663 ____________________________________________________________________________
34664 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
34665         Log: Minor test adjustments :
34666              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
34667              - prototypes added to some public functions in t/test.pl,
34668              as suggested by Enache Adrian
34669      Branch: perl
34670            ! t/op/concat.t t/test.pl
34671 ____________________________________________________________________________
34672 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
34673         Log: Skip a socketpair test on SCO OSR
34674      Branch: perl
34675            ! ext/Socket/socketpair.t
34676 ____________________________________________________________________________
34677 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
34678         Log: Subject: [PATCH] various Deparse fixes
34679              From: Dave Mitchell <davem@fdgroup.com>
34680              Date: Wed, 2 Jul 2003 18:10:45 +0100
34681              Message-ID: <20030702171045.GF2137@fdgroup.com>
34682      Branch: perl
34683            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
34684            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
34685 ____________________________________________________________________________
34686 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
34687         Log: It would seem that in Linux 2.2 there is no way
34688              we can do the right thing to make ps(1) see $0
34689              our way.  Also amend the $0 documentation a bit.
34690      Branch: perl
34691            ! pod/perlvar.pod t/op/magic.t
34692 ____________________________________________________________________________
34693 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
34694         Log: Subject: [PATCH] line numbers are given % 64k
34695              From: James Jurach <muaddib@erf.net>
34696              Date: Wed, 2 Jul 2003 13:31:05 -0500
34697              Message-ID: <20030702183105.GA4837@lebowski>
34698      Branch: perl
34699            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34700            ! handy.h pp_ctl.c scope.h
34701 ____________________________________________________________________________
34702 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
34703         Log: Subject: Re: maint @ 19923
34704              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
34705              Date: Wed, 2 Jul 2003 11:43:05 -0400
34706              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
34707      Branch: perl
34708            ! pod/perlfunc.pod
34709 ____________________________________________________________________________
34710 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
34711         Log: Subject: Re: maint @ 19923
34712              From: Jim Cromie <jcromie@divsol.com>
34713              Date: Wed, 02 Jul 2003 05:35:06 -0600
34714              Message-ID: <3F02C36A.9030704@divsol.com>
34715      Branch: perl
34716            ! pod/perlfunc.pod
34717 ____________________________________________________________________________
34718 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
34719         Log: Fix for [perl #22759 insufficient format string checking];
34720              using ewix makes no sense, assuming evix was intended,
34721              no old tests fail; add the test case.
34722      Branch: perl
34723            ! sv.c t/op/sprintf.t
34724 ____________________________________________________________________________
34725 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
34726         Log: Better links.
34727      Branch: perl
34728            ! pod/perlipc.pod pod/perlrun.pod
34729 ____________________________________________________________________________
34730 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
34731         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
34732      Branch: perl
34733            ! hints/darwin.sh
34734 ____________________________________________________________________________
34735 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
34736         Log: ...and getting the comma right, too.
34737      Branch: perl
34738            ! t/op/magic.t
34739 ____________________________________________________________________________
34740 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
34741         Log: Getting the whitespace right.
34742      Branch: perl
34743            ! t/op/magic.t
34744 ____________________________________________________________________________
34745 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
34746         Log: FreeBSD $0 dance.
34747      Branch: perl
34748            ! pod/perlvar.pod t/op/magic.t
34749 ____________________________________________________________________________
34750 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
34751         Log: Fix from Enache Adrian for the magic.t failure in
34752              FreeBSD: setproctitle() cannot get rid of the " (perl)".
34753      Branch: perl
34754            ! t/op/magic.t
34755 ____________________________________________________________________________
34756 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
34757         Log: VMS: with this, 100% make test in Compaq C V6.5-001
34758              on OpenVMS Alpha V7.3-1, from Craig Berry.
34759      Branch: perl
34760            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
34761 ____________________________________________________________________________
34762 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
34763         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
34764              The latest releases of NetBSD don't require the hack.  From
34765              Johnny Lam.
34766      Branch: perl
34767            ! hints/netbsd.sh
34768 ____________________________________________________________________________
34769 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
34770         Log: Add a new utility, Porting/Modules.
34771      Branch: perl
34772            + Porting/Modules
34773            ! MANIFEST
34774 ____________________________________________________________________________
34775 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
34776         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
34777              From: Robin Barker <Robin.Barker@npl.co.uk>
34778              Date: Tue, 1 Jul 2003 18:21:34 +0100
34779              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
34780
34781              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
34782              From: Robin Barker <Robin.Barker@npl.co.uk>
34783              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
34784              Date: Tue, 1 Jul 2003 18:25:17 +0100
34785
34786              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
34787              From: Robin Barker <Robin.Barker@npl.co.uk>
34788              Date: Tue, 1 Jul 2003 18:29:09 +0100
34789              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
34790      Branch: perl
34791            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
34792 ____________________________________________________________________________
34793 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
34794         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
34795              From: Enache Adrian <enache@rdslink.ro>
34796              Date: Tue, 1 Jul 2003 19:51:25 +0300
34797              Message-ID: <20030701165125.GA1521@ratsnest.hole>
34798      Branch: perl
34799            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
34800            ! ext/B/typemap t/op/magic.t
34801 ____________________________________________________________________________
34802 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
34803         Log: Upgrade to Unicode::Normalize 0.23.
34804      Branch: perl
34805            ! ext/Unicode/Normalize/Changes
34806            ! ext/Unicode/Normalize/Normalize.pm
34807            ! ext/Unicode/Normalize/Normalize.xs
34808 ____________________________________________________________________________
34809 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
34810         Log: A naked values() caused shuffling of lib/Config.pm,
34811              which in turn caused unnecessary rebuilds.
34812      Branch: perl
34813            ! configpm
34814 ____________________________________________________________________________
34815 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
34816         Log: Even more :utf8 socket testing, now in both directions.
34817      Branch: perl
34818            ! ext/IO/lib/IO/t/io_sock.t
34819 ____________________________________________________________________________
34820 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
34821         Log: One more test (does binmode()ing a socket succeed)
34822              and add -w.
34823      Branch: perl
34824            ! ext/IO/lib/IO/t/io_sock.t
34825 ____________________________________________________________________________
34826 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
34827         Log: Tweak an existing IO test to test also the change #19910.
34828      Branch: perl
34829            ! ext/IO/lib/IO/t/io_sock.t
34830 ____________________________________________________________________________
34831 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
34832         Log: Integrate from perlio:
34833              [ 19909]
34834              binmode() should affect IoOFP() as well as IoIFP() if it is
34835              distinct (e.g. sockets).
34836      Branch: perl
34837           !> pp_sys.c
34838 ____________________________________________________________________________
34839 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
34840         Log: Do the "aligned contiguous" check only if the arguments
34841              look like aligned; re-introduce the "traditional contiguous"
34842              checks with OS/2 special quirks and all.
34843      Branch: perl
34844            ! perl.c
34845 ____________________________________________________________________________
34846 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
34847         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
34848      Branch: perl
34849            ! perl.c
34850 ____________________________________________________________________________
34851 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
34852         Log: Regen Glossary et al.
34853      Branch: perl
34854            ! Porting/Glossary Porting/config.sh Porting/config_H
34855 ____________________________________________________________________________
34856 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
34857         Log: Regen Configure.
34858      Branch: perl
34859            ! Configure
34860 ____________________________________________________________________________
34861 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
34862         Log: More nanosleep removal.
34863      Branch: perl
34864            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
34865            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
34866            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34867            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
34868 ____________________________________________________________________________
34869 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
34870         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
34871      Branch: perl
34872            + ext/Time/HiRes/hints/dec_osf.pl
34873            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34874            ! ext/Time/HiRes/hints/sco.pl
34875 ____________________________________________________________________________
34876 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
34877         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
34878              From: Alan Burlison <Alan.Burlison@sun.com>
34879              Date: Tue, 01 Jul 2003 00:03:24 +0100
34880              Message-ID: <3F00C1BC.3020103@sun.com>
34881      Branch: perl
34882            ! Configure Makefile.SH config_h.SH configure.com
34883            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
34884 ____________________________________________________________________________
34885 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
34886         Log: Integrate #19892, #19895 from perlio to compile and avoid
34887              crashing on Win32.
34888      Branch: perl
34889           !> perl.c
34890 ____________________________________________________________________________
34891 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
34892         Log: int is not UV.
34893      Branch: perl
34894            ! perl.c
34895 ____________________________________________________________________________
34896 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
34897         Log: The 'contiguous' test for argv[], envp[] was bogus
34898              since those need not be in memory end-to-end, e.g.
34899              in Tru64 they are aligned by eight.  Loosen the test
34900              so that 'contiguousness' is fulfilled if the elements
34901              are within PTRSIZE alignment.  This makes Tru64 to pass
34902              the join.t, too.
34903      Branch: perl
34904            ! ext/threads/t/join.t mg.c perl.c
34905 ____________________________________________________________________________
34906 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
34907         Log: $0 doc tweakage.
34908      Branch: perl
34909            ! pod/perlvar.pod
34910 ____________________________________________________________________________
34911 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
34912         Log: $0 test tweaks from Andreas.
34913      Branch: perl
34914            ! ext/threads/t/join.t t/op/magic.t
34915 ____________________________________________________________________________
34916 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
34917         Log: Misc Pod Nits.
34918      Branch: perl
34919            ! ext/B/B.pm pod/perlrun.pod
34920 ____________________________________________________________________________
34921 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
34922         Log: Fix a faulty alias.
34923      Branch: perl
34924            ! ext/Encode/lib/Encode/Alias.pm
34925 ____________________________________________________________________________
34926 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
34927         Log: The joy of $0.  Undoing the #16399 makes Andreas'
34928              tests (see [perl #22811]) pass (yes, padding with space    instead
34929              of nul makes no sense, but that seems to work, maybe Linux does
34930              some deep magic in ps(1)?); moving the PL_origalen computation
34931              earlier makes also the threaded-first case fully pass.
34932
34933              But in general modifying the argv[] is very non-portable.
34934              (e.g. in Tru64 it seems to be limited to the size of the
34935              original argv[0] since the argv[] are not contiguous?)
34936
34937              Everybody should just have setproctitle().
34938      Branch: perl
34939            ! mg.c perl.c pod/perlvar.pod
34940 ____________________________________________________________________________
34941 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
34942         Log: More on the macro debugging and expansion.
34943      Branch: perl
34944            ! pod/perlhack.pod
34945 ____________________________________________________________________________
34946 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
34947         Log: Perl_doing_taint must be public, for programs that embed perl
34948      Branch: perl
34949            ! embed.fnc embed.h global.sym
34950 ____________________________________________________________________________
34951 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
34952         Log: More coffee...
34953      Branch: perl
34954            ! lib/Test/Harness.pm
34955 ____________________________________________________________________________
34956 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
34957         Log: argc, argv.
34958      Branch: perl
34959            ! perl.h
34960 ____________________________________________________________________________
34961 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
34962         Log: Another spot where a zero $test{$max} can make things go boom.
34963      Branch: perl
34964            ! lib/Test/Harness.pm
34965 ____________________________________________________________________________
34966 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
34967         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
34968              as per suggestion from Sarathy.
34969      Branch: perl
34970            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
34971            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
34972 ____________________________________________________________________________
34973 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
34974         Log: The #19842 is no more needed thanks to #19876,
34975              and the #19842 was wrong anyway (it affected
34976              only the threaded case.)
34977      Branch: perl
34978            ! hints/dec_osf.sh
34979 ____________________________________________________________________________
34980 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
34981         Log: Subject: Re: your malloc patches
34982              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
34983              Date: Fri, 27 Jun 2003 06:54:06 -0700
34984              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
34985
34986              More malloc patches: now they seem to work even in Tru64.
34987      Branch: perl
34988            ! malloc.c
34989 ____________________________________________________________________________
34990 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
34991         Log: Duh.
34992      Branch: perl
34993            ! perl.h
34994 ____________________________________________________________________________
34995 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
34996         Log: Retract #19867; the bug was really much simpler:
34997              the < max must be <= max instead.
34998      Branch: perl
34999            ! hv.c
35000 ____________________________________________________________________________
35001 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
35002         Log: Using $1 without testing success of the regexp, bad.
35003      Branch: perl
35004            ! pod/perlretut.pod
35005 ____________________________________________________________________________
35006 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
35007         Log: Some clarification about the current semantics of CHECK and
35008              INIT blocks. See bug [perl #22826].
35009      Branch: perl
35010            ! pod/perlmod.pod
35011 ____________________________________________________________________________
35012 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
35013         Log: Subject: [Encode] pre-1.97 patches
35014              From: Dan Kogai <dankogai@dan.co.jp>
35015              Date: Sat, 28 Jun 2003 01:20:59 +0900
35016              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
35017      Branch: perl
35018            ! ext/Encode/Changes ext/Encode/Encode.pm
35019            ! ext/Encode/lib/Encode/Guess.pm
35020 ____________________________________________________________________________
35021 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
35022         Log: Two debugging patches.
35023              The first allows to hold symbolic switches in $^D
35024              and more generally fixes assignment to $^D. The
35025              second one improves the information given by -Dl.
35026
35027              Subject: [PATCH] allow $^D = "flags"
35028              From: Dave Mitchell <davem@fdgroup.com>
35029              Date: Fri, 27 Jun 2003 22:26:24 +0100
35030              Message-ID: <20030627212624.GB12887@fdgroup.com>
35031
35032              Subject: [PATCH] make -Dl show more scope info
35033              From: Dave Mitchell <davem@fdgroup.com>
35034              Date: Fri, 27 Jun 2003 23:00:36 +0100
35035              Message-ID: <20030627220036.GC12887@fdgroup.com>
35036      Branch: perl
35037            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
35038            ! proto.h scope.h
35039 ____________________________________________________________________________
35040 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
35041         Log: Fix test count, by Abe Timmerman.
35042      Branch: perl
35043            ! t/comp/require.t
35044 ____________________________________________________________________________
35045 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
35046         Log: The two-for-loops is no more a valid way to walk through
35047              a hash (this was the reason the Hash/Util.t intermittently
35048              failed, the two-loop didn't find all the SVs of the HV).
35049      Branch: perl
35050            ! hv.c
35051 ____________________________________________________________________________
35052 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
35053         Log: Some warnings about the (im)proper uses of the hash randomisation.
35054      Branch: perl
35055            ! pod/perlsec.pod
35056 ____________________________________________________________________________
35057 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
35058         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
35059              is larger than INT_MAX (atoi() returns -1 in that case).
35060      Branch: perl
35061            ! perl.c
35062 ____________________________________________________________________________
35063 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
35064         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
35065              not per-interp, since perl_construct() is not passed
35066              the argc, argv, and therefore it can't set the per-interp
35067              PL_tainting.)
35068      Branch: perl
35069            ! perl.c perl.h
35070 ____________________________________________________________________________
35071 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
35072         Log: Introduce (global) variable PL_earlytaint which
35073              is set very early in main(), before perl_parse()
35074              has been called and PL_tainting (or PL_taint_warn)
35075              might have been set.
35076      Branch: perl
35077            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
35078            ! perlvars.h proto.h
35079 ____________________________________________________________________________
35080 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
35081         Log: Make doing_taint() always available (though not
35082              part of the public API).
35083      Branch: perl
35084            ! embed.fnc embed.h perl.c proto.h
35085 ____________________________________________________________________________
35086 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
35087         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
35088              if tainting-- but is this a good thing or a bad thing?
35089              (At least it makes debugging lib/Hash/Util.t harder,
35090              since it has, for no apparent good reason, -T: one must
35091              make a copy of it without the -T.)
35092      Branch: perl
35093            ! perl.c
35094 ____________________________________________________________________________
35095 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
35096         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
35097              From: Tim Bunce <Tim.Bunce@pobox.com>
35098              Date: Thu, 26 Jun 2003 10:53:22 +0100
35099              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
35100      Branch: perl
35101            ! INSTALL
35102 ____________________________________________________________________________
35103 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
35104         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
35105              random failures.  To make these easier to reproduce,
35106              add a variable, PERL_HASH_SEED_DEBUG, to display the
35107              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
35108              of 82972356 makes the first one to fail.
35109      Branch: perl
35110            ! perl.c pod/perlrun.pod
35111 ____________________________________________________________________________
35112 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
35113         Log: perlhack update, by Steve Grazzini
35114              about macro support in gdb and gcc.
35115      Branch: perl
35116            ! pod/perlhack.pod
35117 ____________________________________________________________________________
35118 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
35119         Log: Bite the bullet and apply the hash randomisation patch.
35120              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
35121      Branch: perl
35122            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
35123            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
35124            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
35125            ! sv.c
35126 ____________________________________________________________________________
35127 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
35128         Log: Subject: Re: P and V
35129              From: "Philip Newton" <pnewton@gmx.de>
35130              Date: Wed, 25 Jun 2003 17:50:22 +0200
35131              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
35132      Branch: perl
35133            ! lib/Thread/Semaphore.pm
35134 ____________________________________________________________________________
35135 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
35136         Log: Enhance some macro robustness.
35137      Branch: perl
35138            ! opcode.h opcode.pl
35139 ____________________________________________________________________________
35140 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
35141         Log: Fix [perl #21742] :
35142              require() should always be called in scalar context,
35143              even when it's the last statement in an eval("").
35144      Branch: perl
35145            ! pp_ctl.c t/comp/require.t
35146 ____________________________________________________________________________
35147 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
35148         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
35149              From: Dave Mitchell <davem@fdgroup.com>
35150              Date: Tue, 24 Jun 2003 13:16:18 +0100
35151              Message-ID: <20030624121618.GC22675@fdgroup.com>
35152      Branch: perl
35153            ! sv.c t/op/ref.t
35154 ____________________________________________________________________________
35155 [ 19848] By: merijn                                on 2003/06/24  08:06:57
35156         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
35157              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
35158              Date: Tue, 24 Jun 2003 11:00:34 +0200
35159              Message-ID: <186930306740.20030624110034@familiehaase.de>
35160      Branch: perl
35161            ! lib/Pod/Perldoc.pm
35162 ____________________________________________________________________________
35163 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
35164         Log: Subject: [PATCH] version.pm up to date with CPAN
35165              From: John Peacock <jpeacock@rowman.com>
35166              Date: Mon, 23 Jun 2003 21:58:18 -0400
35167              Message-ID: <3EF7B03A.2060705@rowman.com>
35168      Branch: perl
35169            ! lib/version.pm lib/version.t universal.c
35170 ____________________________________________________________________________
35171 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
35172         Log: Subject: [perlport.pod] code point of \cU
35173              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35174              Date: Tue, 24 Jun 2003 01:00:16 +0900
35175              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
35176      Branch: perl
35177            ! pod/perlport.pod
35178 ____________________________________________________________________________
35179 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
35180         Log: Test tweaks for VMS from Craig Berry.
35181      Branch: perl
35182            ! lib/strict.t lib/warnings.t
35183 ____________________________________________________________________________
35184 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
35185         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
35186      Branch: perl
35187            ! embed.fnc embed.h pp.c proto.h util.c
35188 ____________________________________________________________________________
35189 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
35190         Log: Until the Perl malloc problems in Tru64 are fixed.
35191      Branch: perl
35192            ! hints/dec_osf.sh
35193 ____________________________________________________________________________
35194 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
35195         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
35196              From: Enache Adrian <enache@rdslink.ro>
35197              Date: Sat, 21 Jun 2003 03:19:31 +0300
35198              Message-ID: <20030621001931.GB1255@ratsnest.hole>
35199      Branch: perl
35200            ! op.c t/op/concat.t
35201 ____________________________________________________________________________
35202 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
35203         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
35204              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
35205              Date: 21 Jun 2003 19:02:30 -0000
35206              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
35207      Branch: perl
35208            ! lib/overload.pm lib/overload.t
35209 ____________________________________________________________________________
35210 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
35211         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
35212              From: "Craig A. Berry" <craigberry@mac.com>
35213              Date: Sat, 21 Jun 2003 10:31:59 -0500
35214              Message-ID: <3EF47A6F.9060904@mac.com>
35215      Branch: perl
35216            ! lib/FileCache.pm lib/FileCache/t/01open.t
35217            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
35218 ____________________________________________________________________________
35219 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
35220         Log: Debian fix from Brendan O'Dea:
35221              Adjust output to screen width.
35222              (adjusted to probe for the stty command)
35223      Branch: perl
35224            ! utils/dprofpp.PL
35225 ____________________________________________________________________________
35226 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
35227         Log: Debian fix from Brendan O'Dea:
35228              Use a temporary directory to avoid symlink attacks.
35229              Specify -gstabs explicitly (not the default format for gcc 3.2).
35230      Branch: perl
35231            ! utils/c2ph.PL
35232 ____________________________________________________________________________
35233 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
35234         Log: Debian fix from Brendan O'Dea:
35235              Bug#156284: the stucture used by pp_accept is too small to hold an
35236              IPv6 address.
35237      Branch: perl
35238            ! pp_sys.c
35239 ____________________________________________________________________________
35240 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
35241         Log: For characters beyond the BMP the $bits will be undef,
35242              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
35243              analysis and fix from SADAHIRO Tomoyuki)
35244      Branch: perl
35245            ! lib/utf8_heavy.pl
35246 ____________________________________________________________________________
35247 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
35248         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
35249      Branch: perl
35250            ! malloc.c
35251 ____________________________________________________________________________
35252 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
35253         Log: Don't do sprintf().
35254      Branch: perl
35255            ! malloc.c
35256 ____________________________________________________________________________
35257 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
35258         Log: Show the source code location of an "assertion botch".
35259      Branch: perl
35260            ! malloc.c
35261 ____________________________________________________________________________
35262 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
35263         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
35264              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
35265              malloc.c, found in AIX since there is no such header.
35266              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
35267              memory was overwritten?"
35268              (In IRIX compiles but that doesn't prove much since in IRIX
35269              Perl's malloc is simply not used.)
35270      Branch: perl
35271            + malloc_ctl.h
35272            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
35273            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
35274 ____________________________________________________________________________
35275 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
35276         Log: Retract #19785 and #19756: JPL nowadays works without this
35277              (verified by a true JPL user).
35278      Branch: perl
35279            ! perl.c
35280 ____________________________________________________________________________
35281 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
35282         Log: Apparently this is needed for VMS (Craig Berry).
35283      Branch: perl
35284            ! lib/Tie/File.pm
35285 ____________________________________________________________________________
35286 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
35287         Log: Bump Time::HiRes to 1.49.
35288      Branch: perl
35289            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35290            ! ext/Time/HiRes/HiRes.xs
35291 ____________________________________________________________________________
35292 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
35293         Log: This change chunk doesn't work well with blead.
35294      Branch: perl
35295            ! lib/ExtUtils/t/Command.t
35296 ____________________________________________________________________________
35297 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
35298         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
35299              make happy.
35300      Branch: perl
35301            ! lib/ExtUtils/MM_Unix.pm
35302 ____________________________________________________________________________
35303 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
35304         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
35305              as of 2003-06-19 18:39 EET).
35306      Branch: perl
35307            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
35308            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35309            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
35310            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
35311 ____________________________________________________________________________
35312 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
35313         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
35314              From: grazz@pobox.com (Steve Grazzini)
35315              Date: Wed, 18 Jun 2003 19:42:37 -0400
35316              Message-ID: <20030618234237.GA6267@grazzini.net>
35317      Branch: perl
35318            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
35319            ! t/op/runlevel.t t/op/tiehandle.t util.c
35320 ____________________________________________________________________________
35321 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
35322         Log: Subject: [PATCH -current] email address correction
35323              Date: Thu, 19 Jun 2003 02:19:31 -0700
35324              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
35325              From: rs@crystalflame.net (Richard Soderberg)
35326      Branch: perl
35327            ! ext/threads/threads.pm
35328 ____________________________________________________________________________
35329 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
35330         Log: MPE/iX gets serious indigestion on w-packed infinities.
35331      Branch: perl
35332            ! t/op/pack.t
35333 ____________________________________________________________________________
35334 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
35335         Log: A bunch of minor changes to perlguts.pod.
35336      Branch: perl
35337            ! pod/perlguts.pod
35338 ____________________________________________________________________________
35339 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
35340         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
35341              From: Enache Adrian <enache@rdslink.ro>
35342              Date: Wed, 18 Jun 2003 23:00:43 +0300
35343              Message-ID: <20030618200043.GA1249@ratsnest.hole>
35344      Branch: perl
35345            ! pp.c regexec.c t/op/pat.t
35346 ____________________________________________________________________________
35347 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
35348         Log: Upgrade to Tie::File 0.97.
35349      Branch: perl
35350            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
35351            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
35352            ! lib/Tie/File/t/29_downcopy.t
35353 ____________________________________________________________________________
35354 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
35355         Log: Sync with libnet 1.16
35356      Branch: perl
35357            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
35358 ____________________________________________________________________________
35359 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
35360         Log: Subject: Encode] 1.96 Released
35361              From: Dan Kogai <dankogai@dan.co.jp>
35362              Date: Wed, 18 Jun 2003 19:09:11 +0900
35363              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
35364      Branch: perl
35365            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
35366            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
35367            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
35368            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
35369            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
35370            ! ext/Encode/t/guess.t
35371 ____________________________________________________________________________
35372 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
35373         Log: Oops in change #19809.
35374      Branch: perl
35375            ! ext/POSIX/POSIX.xs
35376 ____________________________________________________________________________
35377 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
35378         Log: If the first argument of sigaction() was a string, not a number
35379              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
35380              isn't numeric in subroutine entry ...' but after that one got
35381              (depending on the OS) either a coredump (because of trying to
35382              assign to *0 in mg_get) or a hang (because of the sigprocmask()
35383              blocking signals inside POSIX::sigaction, a nasty hang since
35384              one obviously cannot interrupt it...only SIGKILL works).
35385              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
35386              because of the string becoming zero due to the XS typemap magic.
35387              Resolved by making the POSIX::sigaction to try harder to figure
35388              out a valid signal number (one still gets the warning, though),
35389              and returning undef if no sense can be made.
35390      Branch: perl
35391            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
35392 ____________________________________________________________________________
35393 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
35394         Log: Some docs for the assertions.
35395      Branch: perl
35396            ! lib/assertions.pm lib/assertions/activate.pm
35397            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
35398 ____________________________________________________________________________
35399 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
35400         Log: io_dir.t tweak from Craig Berry.
35401      Branch: perl
35402            ! ext/IO/lib/IO/t/io_dir.t
35403 ____________________________________________________________________________
35404 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
35405         Log: Subject: /ext/DynaLoader/dl_dyld.xs
35406              From: "Peter O'Gorman" <peter@pogma.com>
35407              Date: Tue, 17 Jun 2003 23:45:47 +0900
35408              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
35409
35410              No need to see dlclose() and dlsym() outside the dl_dyld.xs
35411              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
35412              of OpenDarwin.
35413      Branch: perl
35414            ! ext/DynaLoader/dl_dyld.xs
35415 ____________________________________________________________________________
35416 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
35417         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
35418              From: david nicol <whatever@davidnicol.com>
35419              Date: 16 Jun 2003 20:35:24 -0500
35420              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
35421
35422              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
35423              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35424              Date: Tue, 17 Jun 2003 00:12:04 -0400
35425              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
35426      Branch: perl
35427            ! pod/perlre.pod pod/perltrap.pod
35428 ____________________________________________________________________________
35429 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
35430         Log: UNICOS: try papering over the Configure symbol scan problems
35431              by disavowing any knowledge of dynaloading.
35432      Branch: perl
35433            ! hints/unicos.sh
35434 ____________________________________________________________________________
35435 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
35436         Log: Revert change #19126, a poor attempt at fixing bug #21742.
35437              The test for #21742 is marked as TODO.
35438              Plus new regression tests from :
35439
35440              Subject: [perl #22708] void context in string eval is broken
35441              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
35442              Date: 15 Jun 2003 23:09:03 -0000
35443              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
35444      Branch: perl
35445            ! pp_ctl.c t/comp/require.t t/op/eval.t
35446 ____________________________________________________________________________
35447 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
35448         Log: Subject: [PATCH] unnecessary stringification in eval/die
35449              From: Steve Grazzini <grazz@pobox.com>
35450              Date: 15 Jun 2003 21:02:26 -0000
35451              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
35452              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
35453              in c.l.p.misc and bug #17763)
35454      Branch: perl
35455            ! pod/perlfunc.pod pp_ctl.c
35456 ____________________________________________________________________________
35457 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
35458         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
35459              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
35460              Date: 9 Jun 2003 15:48:09 -0000
35461              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
35462      Branch: perl
35463            ! lib/File/Copy.pm
35464 ____________________________________________________________________________
35465 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
35466         Log: And even more glibc fcntl constants, this time mostly F_XXX.
35467              Be more conservative and use @EXPORT_OK instead of @EXPORT.
35468      Branch: perl
35469            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35470 ____________________________________________________________________________
35471 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
35472         Log: Even more glibc O_ modes.
35473      Branch: perl
35474            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35475 ____________________________________________________________________________
35476 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
35477         Log: Add O_NOATIME.
35478      Branch: perl
35479            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35480 ____________________________________________________________________________
35481 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
35482         Log: Instead of fancy condvar footwork do a simple join,
35483              as suggested by Arthur.
35484      Branch: perl
35485            ! ext/threads/shared/t/hv_refs.t
35486 ____________________________________________________________________________
35487 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
35488         Log: Rename again the warning about $* being no longer supported
35489              (and update perldiag this time!)
35490      Branch: perl
35491            ! gv.c pod/perldiag.pod t/lib/warnings/gv
35492 ____________________________________________________________________________
35493 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
35494         Log: Remove all magic in untie()
35495
35496              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
35497              From: Aaron J Mackey <ajm6q@virginia.edu>
35498              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
35499              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
35500              (plus a test case)
35501      Branch: perl
35502            ! pp_sys.c t/op/tie.t
35503 ____________________________________________________________________________
35504 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
35505         Log: Start using Perl malloc in FreeBSD since the system malloc
35506              is reaaally slooow for Perl.
35507
35508              Subject: FreeBSD 5.1 vs. -Uusemymalloc
35509              From: Dan Kogai <dankogai@dan.co.jp>
35510              Date: Mon, 16 Jun 2003 01:48:49 +0900
35511              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
35512      Branch: perl
35513            ! hints/freebsd.sh
35514 ____________________________________________________________________________
35515 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
35516         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
35517              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
35518              Date: Sat, 14 Jun 2003 17:49:57 -0700
35519              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
35520      Branch: perl
35521            + os2/OS2/typemap os2/perlrexx.cmd
35522            - os2/OS2/PrfDB/typemap
35523            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
35524            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
35525            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
35526            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
35527            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
35528            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
35529            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
35530 ____________________________________________________________________________
35531 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
35532         Log: Reindent a section of the file.
35533      Branch: perl
35534            ! universal.c
35535 ____________________________________________________________________________
35536 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
35537         Log: Unused variable.
35538      Branch: perl
35539            ! universal.c
35540 ____________________________________________________________________________
35541 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
35542         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
35543              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35544              Date: Sun, 15 Jun 2003 10:48:40 +0200
35545              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
35546      Branch: perl
35547            ! embed.fnc embed.h proto.h sv.c
35548 ____________________________________________________________________________
35549 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
35550         Log: Most often unused variables.
35551      Branch: perl
35552            ! perl.c
35553 ____________________________________________________________________________
35554 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
35555         Log: Rename the warning about $* being removed,
35556              as suggested by Dave Mitchell
35557      Branch: perl
35558            ! gv.c t/lib/warnings/gv
35559 ____________________________________________________________________________
35560 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
35561         Log: The FileCache 1.03 tests from belg4mit.
35562      Branch: perl
35563            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
35564            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
35565            + lib/FileCache/t/05override.t
35566            - lib/FileCache.t
35567            ! MANIFEST
35568 ____________________________________________________________________________
35569 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
35570         Log: Mention the Unicode::Regex::Set module.
35571      Branch: perl
35572            ! pod/perlunicode.pod
35573 ____________________________________________________________________________
35574 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
35575         Log: Followup on #19779: make the helper function static,
35576              and rename it for paranoia reasons.
35577      Branch: perl
35578            ! embed.fnc embed.h proto.h sv.c
35579 ____________________________________________________________________________
35580 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
35581         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
35582              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35583              Date: Sat, 14 Jun 2003 12:51:31 +0200
35584              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
35585
35586              (choosing the safe alternative)
35587      Branch: perl
35588            ! sv.c
35589 ____________________________________________________________________________
35590 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
35591         Log: Exercise the utf8:: "internal" functions.
35592      Branch: perl
35593            ! lib/utf8.pm lib/utf8.t
35594 ____________________________________________________________________________
35595 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
35596         Log: Having to pull in the whole Encode just to get SvUTF8()
35597              is a bit too much: introduce utf8::is_utf8().
35598      Branch: perl
35599            ! lib/utf8.pm pod/perluniintro.pod universal.c
35600 ____________________________________________________________________________
35601 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
35602         Log: Slight tweaks on the length() and chr() entries,
35603              passing-by rewrapping on the rmdir entry.
35604      Branch: perl
35605            ! pod/perlfunc.pod
35606 ____________________________________________________________________________
35607 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
35608         Log: test.pl-ify and add a couple of tests.
35609      Branch: perl
35610            ! lib/bytes.t
35611 ____________________________________________________________________________
35612 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
35613         Log: Slight reorg of the binmode() entry.
35614      Branch: perl
35615            ! pod/perlfunc.pod
35616 ____________________________________________________________________________
35617 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
35618         Log: Illegal cpp.
35619      Branch: perl
35620            ! util.c
35621 ____________________________________________________________________________
35622 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
35623         Log: Subject: Re: FileCache
35624              From: belg4mit <belg4mit@MIT.EDU>
35625              Date: Sat, 14 Jun 2003 01:35:05 -0400
35626              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
35627
35628              FileCache 1.03.
35629      Branch: perl
35630            ! lib/FileCache.pm
35631 ____________________________________________________________________________
35632 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
35633         Log: Remove the deprecated $* variable.
35634              Incidentally, this fixes bug #22354, about unwanted
35635              action-at-distance of the /m regexp modifier.
35636              Add a new warning to advertise this fact.
35637      Branch: perl
35638            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
35639            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
35640            ! t/op/pat.t t/op/study.t
35641 ____________________________________________________________________________
35642 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
35643         Log: Encode simply needs more work on EBCDIC.
35644      Branch: perl
35645            ! ext/Encode/t/Unicode.t
35646 ____________________________________________________________________________
35647 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
35648         Log: Redundancy removal from Brian De Pradine;
35649              both the forms, pthread_mutexattr_settype() and
35650              pthread_mutexattr_setkind_np(), exist on z/OS.
35651      Branch: perl
35652            ! thread.h
35653 ____________________________________________________________________________
35654 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
35655         Log: Somehow MPE/iX managed to get
35656              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
35657      Branch: perl
35658            ! lib/Test/Harness.pm
35659 ____________________________________________________________________________
35660 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
35661         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
35662              From: alan <alan@pair.com>
35663              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
35664              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
35665
35666              (the first alternative)
35667      Branch: perl
35668            ! util.c
35669 ____________________________________________________________________________
35670 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
35671         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
35672              way of detecting Darwin/Mac OS X; instead it is recommended to
35673              detect the OS at a higher level and pass the information manually
35674              down to the application, using e.g. a -Ddefinition.
35675      Branch: perl
35676            ! hints/darwin.sh perl.h x2p/util.c
35677 ____________________________________________________________________________
35678 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
35679         Log: Define a cpp symbol, BSDish, if that looks appropriate.
35680      Branch: perl
35681            ! perl.h
35682 ____________________________________________________________________________
35683 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
35684         Log: Even more tweakage on symbol scanning from Alan Burlison.
35685      Branch: perl
35686            ! Configure
35687 ____________________________________________________________________________
35688 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
35689         Log: Sync with libnet 1.15
35690      Branch: perl
35691            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
35692 ____________________________________________________________________________
35693 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
35694         Log: The changes #8803 and #8896 that fixed JPL for use with
35695              JDK 1.2/1.3 had somehow disappeared.
35696      Branch: perl
35697            ! perl.c perl.h
35698 ____________________________________________________________________________
35699 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
35700         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
35701              to be issued if the string to be left-justified by s?printf contains
35702              a newline.
35703
35704              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
35705              From: Robin Barker <Robin.Barker@npl.co.uk>
35706              Date: Wed, 11 Jun 2003 18:10:14 +0100
35707              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
35708      Branch: perl
35709            ! pod/perldiag.pod sv.c t/lib/warnings/sv
35710 ____________________________________________________________________________
35711 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
35712         Log: Patch for a warning emitted twice, from :
35713              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
35714              From: Steve Grazzini <grazz@pobox.com>
35715              Date: Wed, 11 Jun 2003 00:46:47 -0400
35716              Message-ID: <20030611044647.GA16696@grazzini.net>
35717      Branch: perl
35718            ! pp_sys.c
35719 ____________________________________________________________________________
35720 [ 19750] By: sky                                   on 2003/06/12  15:03:55
35721         Log: In free we want to destroy, not init, thanks to Tim Bunce for
35722              detecting this. Should hopefully fix memory leak on Tru64
35723      Branch: perl
35724            ! ext/threads/shared/shared.xs
35725 ____________________________________________________________________________
35726 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
35727         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
35728              no ->Open, not if ->Open returns NULL.
35729      Branch: perl
35730            ! perlio.c
35731 ____________________________________________________________________________
35732 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
35733         Log: Further perlio doc tweaks.
35734      Branch: perl
35735            ! lib/PerlIO.pm pod/perlrun.pod
35736 ____________________________________________________________________________
35737 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
35738         Log: Slightly amended version of the proposed patch for
35739              "[perl #22390] export PERLIO=bytes segfaults";
35740              the amendment is to set errno.
35741              TODO: we really should not get here if the layer
35742              stack is corrupt or non-sensical (like "bytes").
35743      Branch: perl
35744            ! perlio.c
35745 ____________________________________________________________________________
35746 [ 19746] By: sky                                   on 2003/06/12  08:37:39
35747         Log: Be polite and destroy the mutexes and conditions we use!
35748      Branch: perl
35749            ! ext/threads/shared/shared.xs
35750 ____________________________________________________________________________
35751 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
35752         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
35753              From: Andy Dougherty <doughera@lafayette.edu>
35754              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
35755              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
35756      Branch: perl
35757            ! lib/File/Temp/t/security.t
35758 ____________________________________________________________________________
35759 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
35760         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
35761              From: Andy Dougherty <doughera@lafayette.edu>
35762              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
35763              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
35764      Branch: perl
35765            ! Configure
35766 ____________________________________________________________________________
35767 [ 19741] By: merijn                                on 2003/06/11  14:06:49
35768         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
35769              From: PPrymmer@factset.com
35770              Date: Wed, 11 Jun 2003 09:00:34 -0400
35771              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
35772      Branch: perl
35773            ! lib/vmsish.t
35774 ____________________________________________________________________________
35775 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
35776         Log: Doc nit.
35777      Branch: perl
35778            ! INSTALL
35779 ____________________________________________________________________________
35780 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
35781         Log: Integrate from maint:
35782              [ 19738]
35783              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
35784              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35785              Date: Tue, 10 Jun 2003 22:10:47 +0200
35786              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
35787      Branch: perl
35788           !> ext/Encode/encengine.c ext/List/Util/Util.xs
35789           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
35790           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
35791           !> sv.c
35792 ____________________________________________________________________________
35793 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
35794         Log: Upgrade to Unicode::Normalize 0.22.
35795      Branch: perl
35796            ! ext/Unicode/Normalize/Changes
35797            ! ext/Unicode/Normalize/Makefile.PL
35798            ! ext/Unicode/Normalize/Normalize.pm
35799            ! ext/Unicode/Normalize/Normalize.xs
35800            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
35801            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
35802            ! ext/Unicode/Normalize/t/test.t
35803 ____________________________________________________________________________
35804 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
35805         Log: Upgrade to Unicode::Collate 0.25.
35806      Branch: perl
35807            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35808            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
35809            ! lib/Unicode/Collate/t/test.t
35810 ____________________________________________________________________________
35811 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
35812         Log: On a real multicpu box the child thread could still be running
35813              when the parent thread was already testing.
35814      Branch: perl
35815            ! ext/threads/shared/t/hv_refs.t
35816 ____________________________________________________________________________
35817 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
35818         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
35819              From: Andy Dougherty <doughera@lafayette.edu>
35820              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
35821              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
35822      Branch: perl
35823            ! INSTALL
35824 ____________________________________________________________________________
35825 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
35826         Log: Subject: [PATCH] Re: nitpick with \(0..2)
35827              From: Steve Grazzini <grazz@pobox.com>
35828              Date: Fri, 6 Jun 2003 01:42:59 -0400
35829              Message-ID: <20030606054259.GA30249@grazzini.net>
35830      Branch: perl
35831            ! op.c pod/perlop.pod t/op/ref.t
35832 ____________________________________________________________________________
35833 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
35834         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
35835      Branch: perl
35836            ! ext/Unicode/Normalize/Normalize.pm
35837 ____________________________________________________________________________
35838 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
35839         Log: In the debugger, flush stdout/stderr before the prompt is printed
35840              Subject: Re: [PATCH] Perlbug #15228
35841              From: Alex Vandiver <alexmv@MIT.EDU>
35842              Date: 04 Jun 2003 04:50:10 -0400
35843              Message-Id: <1054716610.21402.45.camel@supox>
35844      Branch: perl
35845            ! lib/perl5db.pl
35846 ____________________________________________________________________________
35847 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
35848         Log: mark 450_service.t#18 as a todo test on windows
35849      Branch: perl
35850            ! lib/Net/Ping/t/450_service.t
35851 ____________________________________________________________________________
35852 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
35853         Log: one of the Net::Ping time-dependent tests fails sporadically
35854              when the response from localhost is "too quick"
35855      Branch: perl
35856            ! lib/Net/Ping/t/250_ping_hires.t
35857 ____________________________________________________________________________
35858 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
35859         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
35860              From: Michael G Schwern <schwern@pobox.com>
35861              Date: Sat, 7 Jun 2003 01:16:32 -0700
35862              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
35863      Branch: perl
35864            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
35865            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
35866            ! lib/ExtUtils/t/Liblist.t
35867 ____________________________________________________________________________
35868 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
35869         Log: fix for perlio.t failures on windows (from Dan Kogai)
35870      Branch: perl
35871            ! ext/Encode/t/perlio.t
35872 ____________________________________________________________________________
35873 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
35874         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
35875              From: PPrymmer@factset.com
35876              Date: Mon, 9 Jun 2003 09:57:43 -0400
35877              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
35878      Branch: perl
35879            ! configure.com utils/perlivp.PL
35880 ____________________________________________________________________________
35881 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
35882         Log: windows: fix memory leak in %ENV handling (shows up as a
35883              leak even in the simplest fork() loop, because perl_construct()
35884              now does the equivalent of %ENV assignments using mg_set())
35885      Branch: perl
35886            ! win32/perlhost.h
35887 ____________________________________________________________________________
35888 [ 19715] By: sky                                   on 2003/06/09  09:35:47
35889         Log: Support blessed shared references.
35890      Branch: perl
35891            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35892            ! ext/threads/shared/t/hv_refs.t
35893 ____________________________________________________________________________
35894 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
35895         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
35896              From: "Craig A. Berry" <craigberry@mac.com>
35897              Date: Sun, 08 Jun 2003 16:49:43 -0500
35898              Message-ID: <3EE3AF77.7060302@mac.com>
35899      Branch: perl
35900            ! t/op/pack.t
35901 ____________________________________________________________________________
35902 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
35903         Log: Subject: Re: forwarded you a test result
35904              From: Dan Kogai <dankogai@dan.co.jp>
35905              Date: Sun, 8 Jun 2003 11:04:43 +0900
35906              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
35907      Branch: perl
35908            ! ext/Encode/t/Encode.t
35909 ____________________________________________________________________________
35910 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
35911         Log: Regen Configure et al.
35912      Branch: perl
35913            ! Configure Porting/config.sh Porting/config_H
35914 ____________________________________________________________________________
35915 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
35916         Log: More symbol scan logic from Alan Burlison.
35917      Branch: perl
35918            ! Configure Porting/Glossary hints/solaris_2.sh
35919 ____________________________________________________________________________
35920 [ 19708] By: sky                                   on 2003/06/07  13:28:50
35921         Log: Major (internal) change to make it much more easy to embed
35922              threaded perl because we don't use our own TLS for the current
35923              thread info, but instead use PL_modglobal. Should make the
35924              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
35925      Branch: perl
35926            ! ext/threads/threads.xs
35927 ____________________________________________________________________________
35928 [ 19707] By: sky                                   on 2003/06/07  13:27:01
35929         Log: Last patch broke this slightly because INC was wrong.
35930      Branch: perl
35931            ! ext/threads/t/thread.t
35932 ____________________________________________________________________________
35933 [ 19706] By: sky                                   on 2003/06/07  13:07:53
35934         Log: Remove warnings from tests.
35935      Branch: perl
35936            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
35937            ! ext/threads/t/list.t
35938 ____________________________________________________________________________
35939 [ 19705] By: sky                                   on 2003/06/07  12:42:28
35940         Log: Work in non core env.
35941      Branch: perl
35942            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
35943            ! ext/threads/t/libc.t ext/threads/t/list.t
35944            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
35945            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
35946            ! ext/threads/t/thread.t
35947 ____________________________________________________________________________
35948 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
35949         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
35950              From: Michael G Schwern <schwern@pobox.com>
35951              Date: Fri, 6 Jun 2003 18:41:45 -0700
35952              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
35953      Branch: perl
35954            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
35955            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
35956            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
35957            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
35958            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
35959            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
35960            ! lib/ExtUtils/t/zz_cleanup_dummy.t
35961 ____________________________________________________________________________
35962 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
35963         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
35964      Branch: perl
35965            ! lib/Time/Local.pm lib/Time/Local.t
35966 ____________________________________________________________________________
35967 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
35968         Log: Complement to change #19698 :
35969              add also this information (=> and curly braces doesn't
35970              quote compound identifiers) to the strict manpage.
35971              As an experiment in documentation, add a "HISTORY" section
35972              to the strict manpage.
35973      Branch: perl
35974            ! lib/strict.pm
35975 ____________________________________________________________________________
35976 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
35977         Log: Minor grammatical nit.
35978      Branch: perl
35979            ! README.hpux
35980 ____________________________________________________________________________
35981 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
35982         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
35983              From: Stas Bekman <stas@stason.org>
35984              Date: Thu, 05 Jun 2003 10:10:36 +1000
35985              Message-ID: <3EDE8A7C.2080302@stason.org>
35986
35987              Subject: [patch] perlguts authors dup
35988              From: Stas Bekman <stas@stason.org>
35989              Date: Thu, 05 Jun 2003 10:14:12 +1000
35990              Message-ID: <3EDE8B54.6090808@stason.org>
35991      Branch: perl
35992            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
35993 ____________________________________________________________________________
35994 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
35995         Log: Clarify that => doesn't quote compound identifiers.
35996      Branch: perl
35997            ! pod/perldata.pod
35998 ____________________________________________________________________________
35999 [ 19696] By: merijn                                on 2003/06/06  12:21:43
36000         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
36001              as the compiler supports it)
36002      Branch: perl
36003            ! README.hpux
36004 ____________________________________________________________________________
36005 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
36006         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
36007              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36008              Date: Wed, 04 Jun 2003 00:08:32 -0700
36009              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
36010      Branch: perl
36011            ! t/run/switches.t toke.c
36012 ____________________________________________________________________________
36013 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
36014         Log: Subject: [PATCH] RE: maint @ 19683
36015              From: Robin Barker <Robin.Barker@npl.co.uk>
36016              Date: Thu, 5 Jun 2003 17:16:58 +0100
36017              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
36018
36019              (skipped the MIME::Base64 part, leaving that to Gisle)
36020      Branch: perl
36021            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
36022 ____________________________________________________________________________
36023 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
36024         Log: SKIP label was missing.
36025      Branch: perl
36026            ! t/io/utf8.t
36027 ____________________________________________________________________________
36028 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
36029         Log: z/OS makedepend fix from Peter Prymmer;
36030              still needed as reported by Brian De Pradine.
36031      Branch: perl
36032            ! makedepend.SH
36033 ____________________________________________________________________________
36034 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
36035         Log: Even more getspecific patches from Brian De Pradine;
36036              macrofy the construct.
36037      Branch: perl
36038            ! ext/threads/threads.xs
36039 ____________________________________________________________________________
36040 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
36041         Log: z/OS threads tweak from Brian De Pradine.
36042      Branch: perl
36043            ! ext/threads/threads.xs
36044 ____________________________________________________________________________
36045 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
36046         Log: Upgrade to Time::HiRes 1.48.
36047      Branch: perl
36048            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36049 ____________________________________________________________________________
36050 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
36051         Log: Prevent a potential null pointer dereference.
36052              Noticed by Ryan Koga <rkoga@caida.org> in
36053              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
36054      Branch: perl
36055            ! perlio.c
36056 ____________________________________________________________________________
36057 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
36058         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
36059              From: Andy Dougherty <doughera@lafayette.edu>
36060              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
36061              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
36062      Branch: perl
36063            ! hints/darwin.sh
36064 ____________________________________________________________________________
36065 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
36066         Log: On closer reading the proposed UTS#18 update required
36067              even more changes.
36068      Branch: perl
36069            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
36070            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
36071            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
36072            ! lib/unicore/mktables
36073 ____________________________________________________________________________
36074 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
36075         Log: Align the 'graph' property definition with the proposed
36076              Unicode UTS #18 update (v7).
36077      Branch: perl
36078            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
36079 ____________________________________________________________________________
36080 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
36081         Log: Subject: [MacOS X] consider useshrplib='false' by default
36082              From: Dan Kogai <dankogai@dan.co.jp>
36083              Date: Wed, 4 Jun 2003 01:29:42 +0900
36084              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
36085      Branch: perl
36086            ! hints/darwin.sh
36087 ____________________________________________________________________________
36088 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
36089         Log: Urk.  Joe's patches were for the maint branch,
36090              not for the blead (which has assertions and stuff).
36091              Retract #19677, #19676, #19674.
36092      Branch: perl
36093            ! lib/perl5db.pl
36094 ____________________________________________________________________________
36095 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
36096         Log: According to Arthur this should help
36097              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
36098      Branch: perl
36099            ! ext/threads/threads.xs
36100 ____________________________________________________________________________
36101 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
36102         Log: Tiny tweaks from Joe McMahon.
36103      Branch: perl
36104            ! lib/perl5db.pl
36105 ____________________________________________________________________________
36106 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
36107         Log: Tiny pod and speling tweaks.
36108      Branch: perl
36109            ! lib/perl5db.pl
36110 ____________________________________________________________________________
36111 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
36112         Log: Subject: Extensive documentation patch redux
36113              From: Joe McMahon <mcmahon@ibiblio.org>
36114              Date: Mon, 2 Jun 2003 09:53:40 -0400
36115              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
36116
36117              Subject: RE: [PATCH] RE: Extensive documentation patch redux
36118              From: Robin Barker <Robin.Barker@npl.co.uk>
36119              Date: Tue, 3 Jun 2003 10:00:22 +0100
36120              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
36121      Branch: perl
36122            ! lib/perl5db.pl
36123 ____________________________________________________________________________
36124 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
36125         Log: Salvage parts of #19667.
36126      Branch: perl
36127            ! perlio.c win32/win32.c win32/win32iop.h
36128 ____________________________________________________________________________
36129 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
36130         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
36131              still is there).
36132      Branch: perl
36133            ! MANIFEST pod/perlfunc.pod
36134 ____________________________________________________________________________
36135 [ 19671] By: merijn                                on 2003/06/03  08:27:07
36136         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
36137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36138              Date: Tue, 03 Jun 2003 01:55:06 -0700
36139              Message-ID: <qJG3+gzkgajL092yn@efn.org>
36140      Branch: perl
36141            ! README.cygwin
36142 ____________________________________________________________________________
36143 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
36144         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
36145              #19655, #19418; File::Temp no more used internally.
36146              Some parts of these will be salvaged later.
36147      Branch: perl
36148            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
36149            ! proto.h win32/win32.c win32/win32iop.h
36150 ____________________________________________________________________________
36151 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
36152         Log: fix for 09_gen_rs.t#59 failure on windows
36153      Branch: perl
36154            ! lib/Tie/File/t/09_gen_rs.t
36155 ____________________________________________________________________________
36156 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
36157         Log: resurrect change#19628 and make it work by generalizing
36158              a spot that had a hardcoded dependency on the cmd.exe
36159              arguments being "/x/c" or "/c"
36160      Branch: perl
36161            ! pod/perlrun.pod win32/win32.c
36162 ____________________________________________________________________________
36163 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
36164         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
36165              reuse the straightforward native implementation instead
36166
36167              this fixes the warning from io_xs.t
36168
36169              NOTE: File::Temp has a less-than-robust implementation on windows
36170              that relies on END blocks being run (this may not happen always)
36171      Branch: perl
36172            ! op.c win32/win32.c win32/win32iop.h
36173 ____________________________________________________________________________
36174 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
36175         Log: change#19628 broke many win32/system.t tests, so back it out
36176      Branch: perl
36177            ! pod/perlrun.pod win32/win32.c
36178 ____________________________________________________________________________
36179 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
36180         Log: A little bit more of weird-code-proofing in B::Deparse.
36181              Fixes a bug reported by Alexey Tourbin in
36182              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
36183      Branch: perl
36184            ! ext/B/B/Deparse.pm
36185 ____________________________________________________________________________
36186 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
36187         Log: Upgrade to the CGI.pm 2.93.
36188
36189              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
36190      Branch: perl
36191            + lib/CGI/t/util-58.t
36192            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36193            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
36194            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
36195            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
36196            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
36197            ! lib/CGI/t/switch.t lib/CGI/t/util.t
36198 ____________________________________________________________________________
36199 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
36200         Log: Whitespace tweaks.
36201      Branch: perl
36202            ! hints/uwin.sh
36203 ____________________________________________________________________________
36204 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
36205         Log: U/WIN: final (for now) touches from John P. Linderman;
36206              now we get 97% success rate, the remaining failures are
36207              quite obscure.
36208      Branch: perl
36209            ! hints/uwin.sh lib/locale.t
36210 ____________________________________________________________________________
36211 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
36212         Log: Sync with libnet 1.14
36213      Branch: perl
36214            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
36215            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
36216            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
36217            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
36218 ____________________________________________________________________________
36219 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
36220         Log: Beautification.
36221      Branch: perl
36222            ! op.c
36223 ____________________________________________________________________________
36224 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
36225         Log: Duplicate definition bad.
36226      Branch: perl
36227            ! op.c
36228 ____________________________________________________________________________
36229 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
36230         Log: I thought I tried building threaded.  Never think.  Try.
36231      Branch: perl
36232            ! perlio.c
36233 ____________________________________________________________________________
36234 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
36235         Log: Stick with the original (5.8.0) logic.
36236      Branch: perl
36237            ! op.c
36238 ____________________________________________________________________________
36239 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
36240         Log: Since pulling in File::Temp for tempfiles would pull in
36241              also Fcntl, miniperl could not open up tempfiles.  This broke
36242              the use of miniperl in VMS, as noticed by Craig Berry.
36243              Try to cure this by moving the creation of tempfile into its
36244              own routine, my_tmpfp(), which gets compiled differently
36245              for miniperl and perl.
36246      Branch: perl
36247            ! embed.fnc embed.h op.c perlio.c proto.h
36248 ____________________________________________________________________________
36249 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
36250         Log: A pointless test, noticed by Craig Berry.
36251      Branch: perl
36252            ! perlio.c
36253 ____________________________________________________________________________
36254 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
36255         Log: Two Cygwin patches from Gerrit.
36256
36257              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
36258              From: "Gerrit P. Haase" <gp@familiehaase.de>
36259              Date: Sat, 31 May 2003 14:12:07 +0200
36260              Message-ID: <179860591535.20030531141207@familiehaase.de>
36261
36262              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
36263              Date: Sat, 31 May 2003 13:57:49 +0200
36264              Message-ID: <11859733881.20030531135749@familiehaase.de>
36265      Branch: perl
36266            ! README.cygwin perl.h t/io/layers.t
36267 ____________________________________________________________________________
36268 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
36269         Log: Fix a case of segfault in gv_check(), by making
36270              it ignore non-GV values in stashes.
36271      Branch: perl
36272            ! gv.c t/op/stash.t
36273 ____________________________________________________________________________
36274 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
36275         Log: Don't install test.pl files.
36276      Branch: perl
36277            ! installperl
36278 ____________________________________________________________________________
36279 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
36280         Log: Regenerate internals pods.
36281      Branch: perl
36282            ! pod/perlapi.pod pod/perlintern.pod
36283 ____________________________________________________________________________
36284 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
36285         Log: Subject: [PATCH] jumbo closure patch broke formats
36286              From: Dave Mitchell <davem@fdgroup.com>
36287              Date: Sat, 31 May 2003 19:54:48 +0100
36288              Message-ID: <20030531185448.GA6055@fdgroup.com>
36289              Plus restore the original test script for bug #22372
36290      Branch: perl
36291            ! pad.c t/op/write.t
36292 ____________________________________________________________________________
36293 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
36294         Log: Better patch from Inaba Hiroto for
36295              [perl #22375] 'split'/'index' problem for utf8
36296      Branch: perl
36297            ! sv.c
36298 ____________________________________________________________________________
36299 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
36300         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
36301              From: Enache Adrian <enache@rdslink.ro>
36302              Date: Sat, 31 May 2003 14:18:11 +0300
36303              Message-ID: <20030531111811.GA1240@ratsnest.hole>
36304      Branch: perl
36305            ! t/op/write.t
36306 ____________________________________________________________________________
36307 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
36308         Log: Interesting patch(1) glitch.
36309      Branch: perl
36310            ! lib/Tie/File.pm
36311 ____________________________________________________________________________
36312 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
36313         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
36314              From: Enache Adrian <enache@rdslink.ro>
36315              Date: Fri, 30 May 2003 18:52:28 +0300
36316              Message-ID: <20030530155228.GA872@ratsnest.hole>
36317      Branch: perl
36318            ! sv.c t/op/write.t
36319 ____________________________________________________________________________
36320 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
36321         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
36322              From: "Craig A. Berry" <craigberry@mac.com>
36323              Date: Fri, 30 May 2003 13:08:01 -0500
36324              Message-ID: <3ED79E01.8050401@mac.com>
36325      Branch: perl
36326            ! ext/Encode/t/perlio.t
36327 ____________________________________________________________________________
36328 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
36329         Log: Upgrade to Tie::File 0.96.
36330      Branch: perl
36331            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
36332            ! lib/Tie/File/t/09_gen_rs.t
36333 ____________________________________________________________________________
36334 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
36335         Log: test.pl-isation.
36336      Branch: perl
36337            ! t/op/index.t
36338 ____________________________________________________________________________
36339 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
36340         Log: A bit of networking notworking negativity.
36341              (Inspiration from Jos.)
36342      Branch: perl
36343            ! pod/perlport.pod
36344 ____________________________________________________________________________
36345 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
36346         Log: Fix for "#22375 'split'/'index' problem for utf8".
36347      Branch: perl
36348            ! sv.c t/op/index.t
36349 ____________________________________________________________________________
36350 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
36351         Log: Add the test case for the already fixed
36352              [perl #22351] perl bug with 'e' substitution modifier
36353      Branch: perl
36354            ! t/op/subst.t
36355 ____________________________________________________________________________
36356 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
36357         Log: Comment tweakage.
36358      Branch: perl
36359            ! intrpvar.h
36360 ____________________________________________________________________________
36361 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
36362         Log: Subject: [PATCH] jumbo closure fix
36363              From: Dave Mitchell <davem@fdgroup.com>
36364              Date: Wed, 26 Feb 2003 14:49:47 +0000
36365              Message-ID: <20030226144947.A14444@fdgroup.com>
36366      Branch: perl
36367            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
36368            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
36369            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
36370            ! t/op/closure.t
36371 ____________________________________________________________________________
36372 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
36373         Log: Subject: Credits patch
36374              From: Ed Avis <ed@membled.com>
36375              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
36376              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
36377      Branch: perl
36378            ! lib/Tie/RefHash.pm
36379 ____________________________________________________________________________
36380 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
36381         Log: Subject: [patch] IO::File->open() with encoding
36382              From: Pradeep Hodigere <phodigere@yahoo.com>
36383              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
36384              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
36385      Branch: perl
36386            + ext/IO/lib/IO/t/io_utf8.t
36387            ! MANIFEST ext/IO/lib/IO/File.pm
36388 ____________________________________________________________________________
36389 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
36390         Log: A *much* cut-down version of the patches in the thread
36391              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
36392              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
36393              Date: 16 May 2003 19:04:28 -0000
36394              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
36395      Branch: perl
36396            ! pod/perldiag.pod
36397 ____________________________________________________________________________
36398 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
36399         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
36400              From: Dave Mitchell <davem@fdgroup.com>
36401              Date: Tue, 27 May 2003 19:31:10 +0100
36402              Message-ID: <20030527183110.GA22715@fdgroup.com>
36403      Branch: perl
36404            ! hv.c
36405 ____________________________________________________________________________
36406 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
36407         Log: Document that setvbuf() is not probably any more available.
36408              Many reports, most recently by mjd in
36409              [perl #22339] IO::Handle::setvbuf not defined properly
36410      Branch: perl
36411            ! ext/IO/lib/IO/Handle.pm
36412 ____________________________________________________________________________
36413 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
36414         Log: Subject: typo in pod/perlfunc.pod
36415              From: Alexey Mahotkin <alexm@w-m.ru>
36416              Date: Wed, 28 May 2003 15:18:04 +0400
36417              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
36418      Branch: perl
36419            ! pod/perlfunc.pod
36420 ____________________________________________________________________________
36421 [ 19629] By: merijn                                on 2003/05/28  12:24:42
36422         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
36423              From: Andy Dougherty <doughera@lafayette.edu>
36424              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
36425              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
36426      Branch: perl
36427            ! x2p/Makefile.SH
36428 ____________________________________________________________________________
36429 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
36430         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
36431              From: Jan Dubois <jand@ActiveState.com>
36432              Date: Mon, 26 May 2003 23:33:53 -0700
36433              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
36434      Branch: perl
36435            ! pod/perlrun.pod win32/win32.c
36436 ____________________________________________________________________________
36437 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
36438         Log: OpenZaurus cross-compilation patches from Redvers Davies.
36439      Branch: perl
36440            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
36441            ! Cross/config.sh-arm-linux Cross/generate_config_sh
36442            ! Cross/installperl.patch
36443 ____________________________________________________________________________
36444 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
36445         Log: For now reword the sysread/syswrite description to
36446              stress the fact that by default everything is still bytes.
36447      Branch: perl
36448            ! pod/perlfunc.pod
36449 ____________________________________________________________________________
36450 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
36451         Log: Subject: Re: [perl #22299] goto doesn't find label
36452              From: Dave Mitchell <davem@fdgroup.com>
36453              Date: Sat, 24 May 2003 12:25:17 +0100
36454              Message-ID: <20030524112517.GA11761@fdgroup.com>
36455
36456              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
36457              From: Dave Mitchell <davem@fdgroup.com>
36458              Date: Mon, 26 May 2003 13:47:11 +0100
36459              Message-ID: <20030526124710.GA17670@fdgroup.com>
36460      Branch: perl
36461            ! pp_ctl.c t/op/goto.t
36462 ____________________________________________________________________________
36463 [ 19623] By: merijn                                on 2003/05/26  11:19:38
36464         Log: Subject: [PATCH] for cygwin/perlld.in
36465              From: "Gerrit P. Haase" <gp@familiehaase.de>
36466              Date: Sat, 24 May 2003 16:51:29 +0200
36467              Message-ID: <162265353578.20030524165129@familiehaase.de>
36468      Branch: perl
36469            ! cygwin/perlld.in
36470 ____________________________________________________________________________
36471 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
36472         Log: Regen modlib and toc.
36473      Branch: perl
36474            ! pod/perlmodlib.pod pod/perltoc.pod
36475 ____________________________________________________________________________
36476 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
36477         Log: Run external commands only with localized sanitized $ENV{PATH}.
36478      Branch: perl
36479            ! ext/Sys/Hostname/Hostname.pm
36480 ____________________________________________________________________________
36481 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
36482         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
36483              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36484              Date: Sun, 25 May 2003 21:17:42 +0200
36485              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
36486      Branch: perl
36487            ! perlio.h
36488 ____________________________________________________________________________
36489 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
36490         Log: Protect against race conditions: if the pid is not seen,
36491              neither will be the $0 change be seen (and vice versa).
36492      Branch: perl
36493            ! ext/threads/t/join.t
36494 ____________________________________________________________________________
36495 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
36496         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
36497              From: Dan Kogai <dankogai@dan.co.jp>
36498              Date: 24 May 2003 19:50:48 -0000
36499              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
36500      Branch: perl
36501            ! ext/Encode/bin/piconv
36502 ____________________________________________________________________________
36503 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
36504         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
36505              From: Dave Mitchell <davem@fdgroup.com>
36506              Date: Thu, 22 May 2003 10:13:19 +0100
36507              Message-ID: <20030522091319.GA4568@fdgroup.com>
36508
36509              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
36510              From: Dave Mitchell <davem@fdgroup.com>
36511              Date: Fri, 23 May 2003 17:09:44 +0100
36512              Message-ID: <20030523160944.GC9194@fdgroup.com>
36513      Branch: perl
36514            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
36515            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
36516 ____________________________________________________________________________
36517 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
36518         Log: Missing "to".
36519      Branch: perl
36520            ! NetWare/config_H.wc Porting/config_H config_h.SH
36521            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
36522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36523            ! win32/config_H.vc64 wince/config_H.ce
36524 ____________________________________________________________________________
36525 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
36526         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
36527      Branch: perl
36528            ! Cross/config.sh-arm-linux NetWare/config.wc
36529            ! NetWare/config_H.wc configure.com epoc/config.sh
36530            ! plan9/config.plan9 plan9/config_h.sample
36531            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
36532            ! win32/config.gc win32/config.vc win32/config.vc64
36533            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36534            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
36535 ____________________________________________________________________________
36536 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
36537         Log: Regen Glossary et al.
36538      Branch: perl
36539            ! Porting/Glossary Porting/config.sh Porting/config_H
36540 ____________________________________________________________________________
36541 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
36542         Log: Add a real scan for pthread_attr_setscope().
36543      Branch: perl
36544            ! Configure config_h.SH ext/threads/threads.xs
36545 ____________________________________________________________________________
36546 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
36547         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
36548      Branch: perl
36549            - lib/ftp.pl
36550            ! MANIFEST
36551 ____________________________________________________________________________
36552 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
36553         Log: Noticed by John P. Linderman.
36554      Branch: perl
36555            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
36556 ____________________________________________________________________________
36557 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
36558         Log: Subject: [PATCH] RE: state of deparse?
36559              From: Robin Barker <Robin.Barker@npl.co.uk>
36560              Date: Fri, 23 May 2003 17:42:37 +0100
36561              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
36562      Branch: perl
36563            ! ext/B/B/Deparse.pm
36564 ____________________________________________________________________________
36565 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
36566         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
36567              From: Robin Barker <Robin.Barker@npl.co.uk>
36568              Date: Fri, 23 May 2003 17:37:09 +0100
36569              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
36570      Branch: perl
36571            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
36572            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
36573 ____________________________________________________________________________
36574 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
36575         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
36576              From: Robin Barker <Robin.Barker@npl.co.uk>
36577              Date: Fri, 23 May 2003 17:32:22 +0100
36578              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
36579      Branch: perl
36580            ! embed.pl perl.h perlio.c perlio.h proto.h
36581 ____________________________________________________________________________
36582 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
36583         Log: Hasty editing, grumble.
36584      Branch: perl
36585            ! ext/POSIX/POSIX.xs
36586 ____________________________________________________________________________
36587 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
36588         Log: Linewrapping MUAs, grumble.
36589      Branch: perl
36590            ! ext/POSIX/POSIX.xs
36591 ____________________________________________________________________________
36592 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
36593         Log: U/WIN extension fix from John P. Linderman.
36594      Branch: perl
36595            ! ext/POSIX/POSIX.xs
36596 ____________________________________________________________________________
36597 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
36598         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
36599              From: Dan Kogai <dankogai@dan.co.jp>
36600              Date: Sat, 24 May 2003 00:15:49 +0900
36601              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
36602      Branch: perl
36603            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
36604            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
36605 ____________________________________________________________________________
36606 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
36607         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
36608              From: Michael G Schwern <schwern@pobox.com>
36609              Date: Fri, 23 May 2003 02:10:46 -0700
36610              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
36611      Branch: perl
36612            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
36613            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
36614            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
36615            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
36616            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
36617            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
36618            ! lib/ExtUtils/MakeMaker/FAQ.pod
36619            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
36620            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
36621            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
36622 ____________________________________________________________________________
36623 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
36624         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
36625              From: Dan Kogai <dankogai@dan.co.jp>
36626              Date: Fri, 23 May 2003 20:17:16 +0900
36627              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
36628      Branch: perl
36629            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36630            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
36631            ! ext/Encode/lib/Encode/Encoding.pm
36632            ! ext/PerlIO/encoding/encoding.xs
36633 ____________________________________________________________________________
36634 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
36635         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
36636      Branch: perl
36637            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36638            ! ext/Time/HiRes/HiRes.xs
36639 ____________________________________________________________________________
36640 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
36641         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
36642              From: Dan Kogai <dankogai@dan.co.jp>
36643              Date: Thu, 22 May 2003 18:46:40 +0900
36644              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
36645      Branch: perl
36646            ! ext/Encode/encoding.pm
36647 ____________________________________________________________________________
36648 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
36649         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
36650              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
36651              Date: Tue, 13 May 2003 10:36:32 +0200
36652              Message-id: <20030513083631.GA21782@ethan>
36653      Branch: perl
36654            ! utils/h2xs.PL
36655 ____________________________________________________________________________
36656 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
36657         Log: New warning "Useless localization of %s", based on
36658              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
36659              From: Dave Mitchell <davem@fdgroup.com>
36660              Date: Wed, 30 Apr 2003 21:17:38 +0100
36661              Message-ID: <20030430201738.GA22054@fdgroup.com>
36662
36663              The proposed patch added this warning in the 'deprecated' category ;
36664              I think this category is for things that exist and will be removed,
36665              rather than for things that don't exist and that will maybe be added.
36666      Branch: perl
36667            ! op.c pod/perldiag.pod t/lib/warnings/op
36668 ____________________________________________________________________________
36669 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
36670         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
36671              disable the loading of .pmc files if defined.
36672              Rename the function S_doopen_pmc to S_doopen_pm.
36673      Branch: perl
36674            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
36675 ____________________________________________________________________________
36676 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
36677         Log: More U/WIN tweaks from John P. Linderman.
36678      Branch: perl
36679            ! t/io/layers.t t/io/tell.t
36680 ____________________________________________________________________________
36681 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
36682         Log: Subject: [PATCH] perldata.pod revamp rev. 3
36683              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
36684              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
36685              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
36686      Branch: perl
36687            ! pod/perldata.pod
36688 ____________________________________________________________________________
36689 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
36690         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
36691              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36692              Date: Mon, 19 May 2003 17:53:25 -0400
36693              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
36694
36695              (the bug id corrected to be #22231, not #22238)
36696      Branch: perl
36697            ! lib/Switch.pm
36698 ____________________________________________________________________________
36699 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
36700         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
36701      Branch: perl
36702            ! ext/MIME/Base64/Makefile.PL
36703 ____________________________________________________________________________
36704 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
36705         Log: U/WIN test tweak from John P. Linderman.
36706      Branch: perl
36707            ! t/op/chdir.t
36708 ____________________________________________________________________________
36709 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
36710         Log: VMS test tweak from Craig Berry.
36711      Branch: perl
36712            ! lib/DirHandle.t
36713 ____________________________________________________________________________
36714 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
36715         Log: U/WIN test nit for John P. Linderman.
36716      Branch: perl
36717            ! ext/Cwd/t/cwd.t
36718 ____________________________________________________________________________
36719 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
36720         Log: Subject: [Encode] 1.95 released
36721              From: Dan Kogai <dankogai@dan.co.jp>
36722              Date: Wed, 21 May 2003 18:26:26 +0900
36723              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
36724      Branch: perl
36725            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
36726            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
36727            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
36728            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
36729            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
36730            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
36731            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
36732            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
36733            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
36734            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
36735            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
36736            ! ext/Encode/ucm/8859-9.ucm
36737 ____________________________________________________________________________
36738 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
36739         Log: Enhance the failure reporting for the pod2html tests
36740      Branch: perl
36741            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
36742 ____________________________________________________________________________
36743 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
36744         Log: Upgrade to Getopt::Long 2.33
36745              (mostly a version number increment)
36746      Branch: perl
36747            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
36748            ! lib/Getopt/Long/README
36749 ____________________________________________________________________________
36750 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
36751         Log: Upgrade to CPAN 1.70_54
36752              Subject: Re: CPAN.pm into blead
36753              From: Andreas J Koenig <andreas.koenig@anima.de>
36754              Date: Tue, 20 May 2003 11:31:16 +0200
36755              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
36756      Branch: perl
36757            - lib/CPAN/README
36758            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
36759 ____________________________________________________________________________
36760 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
36761         Log: Further -Uuseperlio tweaking.
36762      Branch: perl
36763            ! ext/Encode/t/Unicode.t
36764 ____________________________________________________________________________
36765 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
36766         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
36767              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36768              Date: Sun, 18 May 2003 19:21:01 -0700
36769              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
36770              (with tweaks to perldiag.pod)
36771      Branch: perl
36772            ! op.c pod/perldiag.pod
36773 ____________________________________________________________________________
36774 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
36775         Log: More Ultrix double definition avoidance.
36776      Branch: perl
36777            ! ext/Socket/Socket.xs
36778 ____________________________________________________________________________
36779 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
36780         Log: Integrate perlio:
36781              [ 19556]
36782              Fix ticket 18265
36783
36784              [ 19557]
36785              EINTR retry should exit on count >= 0 not !=0
36786      Branch: perl
36787           !> perlio.c
36788 ____________________________________________________________________________
36789 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
36790         Log: Nekkid numbers.
36791      Branch: perl
36792            ! ext/threads/threads.xs
36793 ____________________________________________________________________________
36794 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
36795         Log: Meaningless cosmetics.
36796      Branch: perl
36797            ! ext/threads/threads.xs
36798 ____________________________________________________________________________
36799 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
36800         Log: Make Perl_ithread_self() a bit more helpful when
36801              finding the thread fails (suggested by Stas in
36802              perl-ithreads Mar 01)
36803      Branch: perl
36804            ! ext/threads/threads.xs
36805 ____________________________________________________________________________
36806 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
36807         Log: Slightly wrong panic messages.
36808      Branch: perl
36809            ! ext/threads/threads.xs
36810 ____________________________________________________________________________
36811 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
36812         Log: Ultrix: the #19435 helped the IO extension, so this should
36813              help the Socket extension (socket structs redefinitions).
36814      Branch: perl
36815            ! ext/Socket/Socket.xs
36816 ____________________________________________________________________________
36817 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
36818         Log: Based on
36819
36820              Subject: [PATCH threads.xs] no system scope on VMS
36821              From: "Craig A. Berry" <craigberry@mac.com>
36822              Date: Sun, 18 May 2003 23:02:07 -0500
36823              Message-ID: <3EC8573F.6050005@mac.com>
36824
36825              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
36826      Branch: perl
36827            ! ext/threads/threads.xs
36828 ____________________________________________________________________________
36829 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
36830         Log: Make the test work without perlio, from Dan Kogai.
36831      Branch: perl
36832            ! ext/Encode/t/Unicode.t
36833 ____________________________________________________________________________
36834 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
36835         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
36836              From: Michael G Schwern <schwern@pobox.com>
36837              Date: Wed, 14 May 2003 15:36:23 -0700
36838              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
36839      Branch: perl
36840            ! pod/perlsyn.pod pod/perltrap.pod
36841 ____________________________________________________________________________
36842 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
36843         Log: Integrate from perlio:
36844              [ 19542]
36845              Fix ticket #22219
36846
36847              [ 19543]
36848              Spotted a bare close() where PerlLIO_close() seems correct.
36849      Branch: perl
36850           !> doio.c perlio.c
36851 ____________________________________________________________________________
36852 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
36853         Log: UTF-7 tweak from Dan Kogai.
36854      Branch: perl
36855            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
36856 ____________________________________________________________________________
36857 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
36858         Log: The 'quotes' really are important (caught by Enache Adrian).
36859      Branch: perl
36860            ! Makefile.SH
36861 ____________________________________________________________________________
36862 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
36863         Log: Subject: [Encode] UTF-7 Support
36864              From: Dan Kogai <dankogai@dan.co.jp>
36865              Date: Sun, 18 May 2003 00:45:35 +0900
36866              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
36867      Branch: perl
36868            + ext/Encode/lib/Encode/Unicode/UTF7.pm
36869            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
36870            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
36871            ! ext/Encode/lib/Encode/Config.pm
36872            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
36873 ____________________________________________________________________________
36874 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
36875         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
36876              non-left-aligned heredocs.
36877      Branch: perl
36878            ! Makefile.SH
36879 ____________________________________________________________________________
36880 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
36881         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
36882              From: Alan Burlison <Alan.Burlison@sun.com>
36883              Date: Thu, 15 May 2003 22:17:55 +0100
36884              Message-ID: <3EC40403.9000804@sun.com>
36885
36886              (fixed symbol scanning for Solaris 10)
36887      Branch: perl
36888            ! Configure
36889 ____________________________________________________________________________
36890 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
36891         Log: Upgrade to Getopt::Long 2.32_05
36892      Branch: perl
36893            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
36894            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
36895            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
36896            ! lib/Getopt/Long/t/gol-oo.t
36897 ____________________________________________________________________________
36898 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
36899         Log: Clarify the explanation of the warning "Possible precedence problem
36900              on bitwise operator".
36901      Branch: perl
36902            ! pod/perldiag.pod
36903 ____________________________________________________________________________
36904 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
36905         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
36906              with fractional version numbers or v-strings.
36907      Branch: perl
36908            ! ext/B/B/Deparse.pm
36909 ____________________________________________________________________________
36910 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
36911         Log: missing init in change#19533
36912      Branch: perl
36913            ! win32/win32sck.c
36914 ____________________________________________________________________________
36915 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
36916         Log: apply Net::Ping patch that makes the fork()-based approach
36917              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
36918
36919              the code this affects is currently not enabled anywhere, but
36920              could be enabled if the non-blocking approach runs into problems
36921              on older windows versions
36922      Branch: perl
36923            ! lib/Net/Ping.pm
36924 ____________________________________________________________________________
36925 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
36926         Log: improve the implementation of Net::Ping on windows by avoiding
36927              fork(), which is pretty heavy-weight for this kind of
36928              application; use non-blocking sockets instead
36929
36930              has been verified to work on Win2k but will need testing on
36931              other flavors of windows
36932
36933              there is a single known failure on windows in 450_service.t (test 18)
36934              due to what appears to be bugs in the ping_syn()/ack() code
36935      Branch: perl
36936            ! lib/Net/Ping.pm
36937 ____________________________________________________________________________
36938 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
36939         Log: change#16723 broke the ioctl() return value on platforms
36940              that have ioctl() but no fcntl() (e.g. windows)
36941
36942              change#17577 then attempted to fix the bustage, but got
36943              it wrong
36944      Branch: perl
36945            ! pp_sys.c
36946 ____________________________________________________________________________
36947 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
36948         Log: avoid select() on windows destroying errno (used to typically
36949              always sets it to EINVAL due to the way it maps the FD_SETs)
36950      Branch: perl
36951            ! win32/win32sck.c
36952 ____________________________________________________________________________
36953 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
36954         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
36955              compile error on ia64/HP-UX (comparing incompatible pointers)"
36956              plus a possible cure for the warning mentioned in the case.
36957      Branch: perl
36958            ! ext/Storable/Storable.xs
36959 ____________________________________________________________________________
36960 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
36961         Log: Apply the supplied patch for [perl #22195]
36962              "File::Find, sorted directory traversal order is inverted"
36963      Branch: perl
36964            ! lib/File/Find.pm
36965 ____________________________________________________________________________
36966 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
36967         Log: Subject: [PATCH] RE: maint snapshot @ 19525
36968              From: Robin Barker <Robin.Barker@npl.co.uk>
36969              Date: Fri, 16 May 2003 17:16:57 +0100
36970              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
36971
36972              (Part #2: the hv.c SVf)
36973      Branch: perl
36974            ! hv.c
36975 ____________________________________________________________________________
36976 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
36977         Log: Subject: [PATCH] RE: maint snapshot @ 19525
36978              From: Robin Barker <Robin.Barker@npl.co.uk>
36979              Date: Fri, 16 May 2003 17:16:57 +0100
36980              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
36981
36982              (Part #1: the __format__ and __printf__)
36983      Branch: perl
36984            ! Configure embed.pl perlio.c proto.h
36985 ____________________________________________________________________________
36986 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
36987         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
36988              From: Gisle Aas <gisle@ActiveState.com>
36989              Date: 13 May 2003 19:51:19 -0700
36990              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
36991      Branch: perl
36992            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36993            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
36994            ! ext/MIME/Base64/t/quoted-print.t
36995 ____________________________________________________________________________
36996 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
36997         Log: More Panther moves.
36998      Branch: perl
36999            ! Makefile.SH hints/darwin.sh
37000 ____________________________________________________________________________
37001 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
37002         Log: Curliff and liff with ease.
37003      Branch: perl
37004            + Porting/curliff.pl
37005            ! MANIFEST
37006 ____________________________________________________________________________
37007 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
37008         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
37009      Branch: perl
37010            ! Porting/sort_perldiag.pl
37011 ____________________________________________________________________________
37012 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
37013         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
37014              From: Casey West <casey@geeknest.com>
37015              Date: Fri, 9 May 2003 04:00:44 -0400
37016              Message-ID: <20030509080044.GA49820@geeknest.com>
37017
37018              (except for the dup.t patch which diddled with system().)
37019      Branch: perl
37020            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
37021            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
37022            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
37023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37024            ! win32/config_H.vc64 wince/config_H.ce
37025 ____________________________________________________________________________
37026 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
37027         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
37028              From: Gisle Aas <gisle@ActiveState.com>
37029              Date: 13 May 2003 09:59:50 -0700
37030              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
37031      Branch: perl
37032            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37033            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
37034            ! ext/MIME/Base64/t/quoted-print.t
37035 ____________________________________________________________________________
37036 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
37037         Log: Subject: [PATCH] More perldiag.pod sorting
37038              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
37039              Date: Tue, 13 May 2003 15:13:53 -0400
37040              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
37041
37042              (plus add 'no locale;')
37043      Branch: perl
37044            + Porting/sort_perldiag.pl
37045            ! MANIFEST pod/perldiag.pod
37046 ____________________________________________________________________________
37047 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
37048         Log: Detypo.
37049      Branch: perl
37050            ! lib/Unicode/UCD.pm
37051 ____________________________________________________________________________
37052 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
37053         Log: make it easier to reproduce the bug
37054      Branch: perl
37055            ! lib/Tie/File.pm
37056 ____________________________________________________________________________
37057 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
37058         Log: the \do {local *FH} trick in Tie::File was really only needed
37059              on 5.005 and earlier, since later versions can autovivify
37060              the handle
37061
37062              however, a search in the p5p archives reveals the trick doesn't
37063              fully work in the versions it is needed in, so use the more
37064              standard Symbol::gensym() way
37065      Branch: perl
37066            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
37067 ____________________________________________________________________________
37068 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
37069         Log: $Config{usethreads} wasn't being set on windows
37070      Branch: perl
37071            ! win32/Makefile win32/makefile.mk
37072 ____________________________________________________________________________
37073 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
37074         Log: Reinstate the #19498 but now skip the crashing
37075              tests (when threaded) as TODOs.
37076      Branch: perl
37077            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
37078 ____________________________________________________________________________
37079 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
37080         Log: Revert #19498 since it broke threaded builds.
37081      Branch: perl
37082            ! lib/Tie/File.pm
37083 ____________________________________________________________________________
37084 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
37085         Log: Better be explicit with dangling elses.
37086      Branch: perl
37087            ! pp.c
37088 ____________________________________________________________________________
37089 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
37090         Log: Detypo Pantherisms.
37091      Branch: perl
37092            ! Makefile.SH hints/darwin.sh
37093 ____________________________________________________________________________
37094 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
37095         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
37096              From: Alex Vandiver <alexmv@MIT.EDU>
37097              Date: 02 May 2003 06:45:05 -0400
37098              Message-Id: <1051872303.26203.104.camel@supox>
37099              (plus perldiag nit)
37100      Branch: perl
37101            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
37102            ! t/comp/package.t
37103 ____________________________________________________________________________
37104 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
37105         Log: Small nit in perlsyn about the new // operator
37106      Branch: perl
37107            ! pod/perlsyn.pod
37108 ____________________________________________________________________________
37109 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
37110         Log: Use a more sophisticated heuristics to produce the warning
37111              'Parentheses missing around "%s" list'. This fixes bug #22147.
37112              Also, the warning is now produced for C<local *a,*b;>.
37113      Branch: perl
37114            ! op.c t/lib/warnings/op
37115 ____________________________________________________________________________
37116 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
37117         Log: Work also without perlio.
37118      Branch: perl
37119            ! t/io/dup.t
37120 ____________________________________________________________________________
37121 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
37122         Log: Panther preparation.
37123      Branch: perl
37124            ! Makefile.SH hints/darwin.sh
37125 ____________________________________________________________________________
37126 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
37127         Log: More moves to intrpvar.h.
37128      Branch: perl
37129            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
37130 ____________________________________________________________________________
37131 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
37132         Log: fix for Tie::File test failures on windows: the problem was
37133              that Tie::File did not close any file handles it opens internally,
37134              leading to file handle leaks and t/tf* temporary file littering;
37135              we now close the handle iff Tie::File opened it
37136
37137              this fix unearths what appears to be a perl bug in localizing globs:
37138              09_gen_rs.t fails due to a prematurely closed filehandle, although
37139              it wasn't explicitly closed anywhere by the code (renaming the
37140              *FH at line 97 to *FH1 makes it work, but I haven't done this
37141              to allow the bug to be tracked down)
37142      Branch: perl
37143            ! lib/Tie/File.pm
37144 ____________________________________________________________________________
37145 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
37146         Log: Move the thread *hook into interpreter.
37147      Branch: perl
37148            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
37149 ____________________________________________________________________________
37150 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
37151         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
37152              From: Dave Mitchell <davem@fdgroup.com>
37153              Date: Sat, 10 May 2003 01:45:23 +0100
37154              Message-ID: <20030510004523.GC20871@fdgroup.com>
37155      Branch: perl
37156            ! pp_ctl.c
37157 ____________________________________________________________________________
37158 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
37159         Log: Open UNIX is not really "formerly Unixware", since the most
37160              recent releases are known as Unixware, not as Open UNIX.
37161      Branch: perl
37162            ! pod/perlport.pod
37163 ____________________________________________________________________________
37164 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
37165         Log: Slight tweaks to the platform list.
37166      Branch: perl
37167            ! pod/perlport.pod
37168 ____________________________________________________________________________
37169 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
37170         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
37171              From: Casey West <casey@geeknest.com>
37172              Date: Fri, 9 May 2003 10:30:13 -0400
37173              Message-ID: <20030509143013.GM49820@geeknest.com>
37174      Branch: perl
37175            ! pod/perlop.pod
37176 ____________________________________________________________________________
37177 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
37178         Log: perlport.pod nit for doc bug #8253.
37179      Branch: perl
37180            ! pod/perlport.pod
37181 ____________________________________________________________________________
37182 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
37183         Log: Use test.pl.
37184      Branch: perl
37185            ! t/io/fflush.t
37186 ____________________________________________________________________________
37187 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
37188         Log: Try to handle a $^X with spaces in it.
37189      Branch: perl
37190            ! t/test.pl
37191 ____________________________________________________________________________
37192 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
37193         Log: Separate the creation of the command to run by
37194              runperl() into its own function, _create_runperl().
37195      Branch: perl
37196            ! t/test.pl
37197 ____________________________________________________________________________
37198 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
37199         Log: Fixup the method behaviour table.
37200      Branch: perl
37201            ! pod/perliol.pod
37202 ____________________________________________________________________________
37203 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
37204         Log: Integrate from perlio:
37205              [ 19474]
37206              Tweaks to Jarkko's NULL deref checks in perlio.c
37207
37208              [ 19475]
37209              Fix for bugs 21717 and 22140.
37210              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
37211              and derived layers. So have :unix's "pushed" method stat() the fd and
37212              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
37213              UNIX behaviour.
37214
37215              [ 19479]
37216              Better but still unproven fix for lseek() on pipes.
37217
37218              [ 19483]
37219              Unused variable
37220
37221              [ 19485]
37222              Tests to prove Ticket 9468 is fixed.
37223
37224              [ 19486]
37225              add test for change#19475,19479 (bugs#21717,22140)
37226      Branch: perl
37227           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
37228           !> t/io/fflush.t
37229 ____________________________________________________________________________
37230 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
37231         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
37232              in terms of an exported function rather than as an inlined
37233              macro (latter wants PL_op_mutex which isn't exported as such)
37234
37235              Jarkko: please merge into maint-5.8
37236      Branch: perl
37237            ! dosish.h makedef.pl win32/win32.c win32/win32.h
37238 ____________________________________________________________________________
37239 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
37240         Log: Test _getcode().
37241      Branch: perl
37242            ! lib/Unicode/UCD.t
37243 ____________________________________________________________________________
37244 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
37245         Log: Clarify the doc (and the code) for Unicode code points.
37246      Branch: perl
37247            ! lib/Unicode/UCD.pm
37248 ____________________________________________________________________________
37249 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
37250         Log: Another doc suggestion from terry@eatoni.com (terry jones):
37251              use codepoints that return undef.
37252      Branch: perl
37253            ! lib/Unicode/UCD.pm
37254 ____________________________________________________________________________
37255 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
37256         Log: Add Encode's META.yml.
37257      Branch: perl
37258            + ext/Encode/META.yml
37259            ! MANIFEST
37260 ____________________________________________________________________________
37261 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
37262         Log: Upgrade to Encode 1.94.
37263      Branch: perl
37264            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
37265            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
37266            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
37267            ! ext/Encode/t/mime-header.t
37268 ____________________________________________________________________________
37269 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
37270         Log: Doc bug noticed by terry@eatoni.com (terry jones).
37271      Branch: perl
37272            ! lib/Unicode/UCD.pm
37273 ____________________________________________________________________________
37274 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
37275         Log: Try to plug more potential PerlIO NULL method
37276              dereferences; try to document the matter.
37277      Branch: perl
37278            ! perlio.c pod/perliol.pod
37279 ____________________________________________________________________________
37280 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
37281         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
37282      Branch: perl
37283            ! perlio.c
37284 ____________________________________________________________________________
37285 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
37286         Log: In eof() the errno can get stomped by the peek-ahead.
37287      Branch: perl
37288            ! doio.c ext/Socket/socketpair.t
37289 ____________________________________________________________________________
37290 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
37291         Log: A regression test for the remaining "Final $ should be..." error.
37292      Branch: perl
37293            ! t/comp/parser.t
37294 ____________________________________________________________________________
37295 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
37296         Log: Remove the error messages "Final @ should be \@ or @name"
37297              and "Final % should be \% or %name", that appear to be
37298              only produced in addition to another syntax error, and therefore
37299              misleading, if I understand correctly that kind of black magic.
37300      Branch: perl
37301            ! pod/perldiag.pod toke.c
37302 ____________________________________________________________________________
37303 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
37304         Log: Have to think this test more when I'm awake.
37305      Branch: perl
37306            ! ext/Socket/socketpair.t
37307 ____________________________________________________________________________
37308 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
37309         Log: Document that perl tries to load .pmc files before .pm files.
37310              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
37311              From: Casey West <casey@geeknest.com>
37312              Date: Fri, 9 May 2003 17:03:50 -0400
37313              Message-ID: <20030509210350.GW49820@geeknest.com>
37314      Branch: perl
37315            ! pod/perlfunc.pod
37316 ____________________________________________________________________________
37317 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
37318         Log: Fix for doc bug #8602 : clarify eof() example comments
37319      Branch: perl
37320            ! pod/perlfunc.pod
37321 ____________________________________________________________________________
37322 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
37323         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
37324              From: Casey West <casey@geeknest.com>
37325              Date: Fri, 9 May 2003 11:09:39 -0400
37326              Message-ID: <20030509150939.GN49820@geeknest.com>
37327      Branch: perl
37328            ! pod/perltrap.pod
37329 ____________________________________________________________________________
37330 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
37331         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
37332              From: Casey West <casey@geeknest.com>
37333              Date: Fri, 9 May 2003 15:25:59 -0400
37334              Message-ID: <20030509192559.GS49820@geeknest.com>
37335      Branch: perl
37336            ! pod/perlfunc.pod
37337 ____________________________________________________________________________
37338 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
37339         Log: Try to comprehensively have a plan B if a PerlIO
37340              layer doesn't have a particular function.
37341              (1) If there's a corresponding PerlIOBase, call it.
37342              (2) If not having the function is 'harmless', be silently happy.
37343              (Currently only Flush is in this category.)
37344              (3) Otherwise set errno and return failure.
37345      Branch: perl
37346            ! perlio.c
37347 ____________________________________________________________________________
37348 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
37349         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
37350              From: Casey West <casey@geeknest.com>
37351              Date: Fri, 9 May 2003 11:17:53 -0400
37352              Message-ID: <20030509151753.GO49820@geeknest.com>
37353      Branch: perl
37354            ! pod/perltrap.pod
37355 ____________________________________________________________________________
37356 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
37357         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
37358      Branch: perl
37359            ! makedef.pl
37360 ____________________________________________________________________________
37361 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
37362         Log: Result of change #19458.
37363      Branch: perl
37364            ! MANIFEST
37365 ____________________________________________________________________________
37366 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
37367         Log: Subject: Weekend fun: MANIFEST sorting
37368              From: andreas.koenig@anima.de (Andreas J. Koenig)
37369              Date: Fri, 09 May 2003 15:12:05 +0200
37370              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
37371
37372              (both sorts need LC_ALL=C)
37373              (add also manicheck target)
37374      Branch: perl
37375            ! Makefile.SH
37376 ____________________________________________________________________________
37377 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
37378         Log: Better skip this test on OpenBSD and BSD/OS since it
37379              does not seem to work (Slaven Rezic).
37380      Branch: perl
37381            ! lib/filetest.t
37382 ____________________________________________________________________________
37383 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
37384         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
37385              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37386              Date: Wed, 07 May 2003 23:37:47 -0700
37387              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
37388      Branch: perl
37389            ! pod/perlfunc.pod
37390 ____________________________________________________________________________
37391 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
37392         Log: Missing files.
37393      Branch: perl
37394            ! MANIFEST
37395 ____________________________________________________________________________
37396 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
37397         Log: Suppress a few compilation warnings in pp_hot.c.
37398      Branch: perl
37399            ! pp_hot.c
37400 ____________________________________________________________________________
37401 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
37402         Log: Remove duplicate entries from perldiag
37403      Branch: perl
37404            ! pod/perldiag.pod
37405 ____________________________________________________________________________
37406 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
37407         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
37408              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37409              Date: Wed, 07 May 2003 15:27:07 -0700
37410              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
37411      Branch: perl
37412            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
37413            ! pp_hot.c t/op/magic.t
37414 ____________________________________________________________________________
37415 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
37416         Log: Tiny nit from mjd.
37417      Branch: perl
37418            ! lib/Tie/File.pm
37419 ____________________________________________________________________________
37420 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
37421         Log: Upgrade to Tie::File 0.95.
37422      Branch: perl
37423            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
37424            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
37425            + lib/Tie/File/t/42_offset.t
37426            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
37427            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
37428            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
37429            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
37430            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
37431            ! lib/Tie/File/t/30_defer.t
37432 ____________________________________________________________________________
37433 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
37434         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
37435              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
37436              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
37437              Date: 8 May 2003 00:42:18 -0000
37438      Branch: perl
37439            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37440            ! ext/Time/HiRes/Makefile.PL
37441 ____________________________________________________________________________
37442 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
37443         Log: Subject: [PATCH] alphabetize perldiag.pod
37444              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37445              Date: Thu, 8 May 2003 11:52:39 -0400
37446              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
37447      Branch: perl
37448            ! pod/perldiag.pod
37449 ____________________________________________________________________________
37450 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
37451         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
37452              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
37453              Date: Thu, 08 May 2003 08:42:20 +0200
37454              Message-id: <20030508064220.GA763@ethan>
37455      Branch: perl
37456            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
37457            ! ext/Devel/PPPort/t/test.t
37458 ____________________________________________________________________________
37459 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
37460         Log: A variant of
37461
37462              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
37463              From: enache@rdslink.ro (Enache Adrian)
37464              Date: Tue, 22 Apr 2003 02:54:05 +0300
37465              Message-ID: <20030421235405.GA1162@ratsnest.hole>
37466
37467              to quench the black smoke from the BSD builds.
37468      Branch: perl
37469            ! lib/ExtUtils/MM_Unix.pm
37470 ____________________________________________________________________________
37471 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
37472         Log: Subject: Re: [DOC PATCH] & More File::Path issues
37473              From: Casey West <casey@geeknest.com>
37474              Date: Mon, 5 May 2003 13:25:47 -0400
37475              Message-ID: <20030505172547.GB20508@geeknest.com>
37476      Branch: perl
37477            ! lib/File/Path.pm
37478 ____________________________________________________________________________
37479 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
37480         Log: Spelling correction from Nicholas Clark.
37481      Branch: perl
37482            ! ext/POSIX/POSIX.pod
37483 ____________________________________________________________________________
37484 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
37485         Log: One more possible extensions permutation.
37486      Branch: perl
37487            ! Configure
37488 ____________________________________________________________________________
37489 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
37490         Log: Allow platforms to manipulate their archname by creating
37491              a archname.cbu in their hints files.
37492      Branch: perl
37493            ! Configure
37494 ____________________________________________________________________________
37495 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
37496         Log: More long double logic from Alan Burlison.
37497      Branch: perl
37498            ! Configure
37499 ____________________________________________________________________________
37500 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
37501         Log: Worth a try for [perl #17146]
37502      Branch: perl
37503            ! ext/IO/poll.c
37504 ____________________________________________________________________________
37505 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
37506         Log: Document which interfaces are NOT Unicode-aware.
37507      Branch: perl
37508            ! pod/perltodo.pod pod/perlunicode.pod
37509 ____________________________________________________________________________
37510 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
37511         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
37512              From: Casey West <casey@geeknest.com>
37513              Date: Mon, 28 Apr 2003 11:07:36 -0400
37514              Message-ID: <20030428150736.GD62281@geeknest.com>
37515      Branch: perl
37516            ! pod/perlfilter.pod
37517 ____________________________________________________________________________
37518 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
37519         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
37520              From: Enache Adrian <enache@rdslink.ro>
37521              Date: Fri, 28 Mar 2003 23:53:09 +0200
37522              Message-ID: <20030328215309.GA6413@ratsnest.hole>
37523              (with minor tweaks)
37524      Branch: perl
37525            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
37526 ____________________________________________________________________________
37527 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
37528         Log: Fix doc bug #22067, noticed by Mark Knutsen
37529      Branch: perl
37530            ! pod/perlfunc.pod
37531 ____________________________________________________________________________
37532 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
37533         Log: Fix : the svr5 hints file doesn't propagate libswanted with
37534              threads enabled. Now threads are OK on OpenUNIX 8, except a
37535              mysterious failure in ext/POSIX/t/sigaction.t.
37536      Branch: perl
37537            ! hints/svr5.sh
37538 ____________________________________________________________________________
37539 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
37540         Log: Snip away the perlunicode slowness demo since the new
37541              caching scheme should help things a bit.
37542      Branch: perl
37543            ! pod/perlunicode.pod
37544 ____________________________________________________________________________
37545 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
37546         Log: Subject: Re: Minor change to strict.pm. Who? How?
37547              From: Adam Kennedy <adam@ali.as>
37548              Date: Wed, 30 Apr 2003 00:02:40 +1000
37549              Message-ID: <3EAE8600.2000806@ali.as>
37550
37551              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
37552              From: Michael G Schwern <schwern@pobox.com>
37553              Date: Tue, 29 Apr 2003 12:26:32 -0700
37554              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
37555      Branch: perl
37556            ! lib/strict.pm
37557 ____________________________________________________________________________
37558 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
37559         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
37560              From: "Jos I.Boumans" <kane@dwim.org>
37561              Date: 30 Apr 2003 09:45:16 -0000
37562              Message-ID: <20030430114513165+0200@nntp.perl.org>
37563      Branch: perl
37564            ! lib/File/Path.pm
37565 ____________________________________________________________________________
37566 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
37567         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
37568              From: Michael G Schwern <schwern@pobox.com>
37569              Date: Sat, 3 May 2003 15:30:16 -0700
37570              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
37571      Branch: perl
37572            ! pod/perlmod.pod
37573 ____________________________________________________________________________
37574 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
37575         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
37576              From: Dave Mitchell <davem@fdgroup.com>
37577              Date: Thu, 1 May 2003 21:06:57 +0100
37578              Message-ID: <20030501200657.GA25456@fdgroup.com>
37579      Branch: perl
37580            ! hv.c t/op/undef.t
37581 ____________________________________________________________________________
37582 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
37583         Log: Subject: Re: hv.c patch - pathological hashes too easy
37584              From: "Tye McQueen" <tye@metronet.com>
37585              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
37586              Message-Id: <200305011834.h41IYoE08503@metronet.com>
37587      Branch: perl
37588            ! hv.c
37589 ____________________________________________________________________________
37590 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
37591         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
37592              From: Casey West <casey@geeknest.com>
37593              Date: Tue, 29 Apr 2003 16:14:20 -0400
37594              Message-ID: <20030429201420.GT62281@geeknest.com>
37595      Branch: perl
37596            ! pod/perlrequick.pod
37597 ____________________________________________________________________________
37598 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
37599         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
37600              From: Slaven Rezic <slaven@rezic.de>
37601              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
37602              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
37603      Branch: perl
37604            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
37605 ____________________________________________________________________________
37606 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
37607         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
37608              From: Steve Hay <steve.hay@uk.radan.com>
37609              Date: Wed, 30 Apr 2003 09:52:30 +0100
37610              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
37611      Branch: perl
37612            ! utils/h2xs.PL
37613 ____________________________________________________________________________
37614 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
37615         Log: Reintroduce the mention of the fact that the Artistic/GPL
37616              also are Perl's own licenses.
37617      Branch: perl
37618            ! pod/perlartistic.pod pod/perlgpl.pod
37619 ____________________________________________________________________________
37620 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
37621         Log: Switch the new perlio way of opening anonymous temporary files
37622              open my $fh, '+>', undef
37623              to using File::Temp.  Test it, and test also the "accidental
37624              feature" of +< working the same way.
37625              This should address [perl #21937].
37626      Branch: perl
37627            + ext/PerlIO/t/open.t
37628            ! MANIFEST perlio.c pod/perlfunc.pod
37629 ____________________________________________________________________________
37630 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
37631         Log: perlartistic and perlgpl reformatting from Sean Burke.
37632      Branch: perl
37633            ! pod/perlartistic.pod pod/perlgpl.pod
37634 ____________________________________________________________________________
37635 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
37636         Log: pack/unpack fixes from Wolfgang Laun:
37637              - fix bug in UNICOS (where SIZE16 != sizeof(short))
37638              - introduce and use new internal pack/unpack API
37639              (packlist, unpackstring)
37640              that does away with the unused arguments in the old API
37641              (pack_cat, unpack_str).
37642      Branch: perl
37643            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
37644 ____________________________________________________________________________
37645 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
37646         Log: Subject: [PATCH] Embed.t flushing problem
37647              From: "Craig A. Berry" <craigberry@mac.com>
37648              Date: Sun, 04 May 2003 16:25:38 -0500
37649              Message-ID: <3EB58552.2070207@mac.com>
37650      Branch: perl
37651            ! lib/ExtUtils/t/Embed.t
37652 ____________________________________________________________________________
37653 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
37654         Log: Doc nit from mjd.
37655      Branch: perl
37656            ! ext/DB_File/DB_File.pm
37657 ____________________________________________________________________________
37658 [ 19413] By: ams                                   on 2003/05/05  04:03:10
37659         Log: None of that "our" stuff here, please.
37660      Branch: perl
37661            ! ext/Storable/t/tied.t
37662 ____________________________________________________________________________
37663 [ 19412] By: ams                                   on 2003/05/05  03:57:06
37664         Log: Oops. More Storable 2.07 preparations.
37665      Branch: perl
37666            ! ext/Storable/README ext/Storable/Storable.pm
37667 ____________________________________________________________________________
37668 [ 19411] By: ams                                   on 2003/05/05  03:53:44
37669         Log: Update changelog for 2.07 release.
37670      Branch: perl
37671            ! ext/Storable/ChangeLog
37672 ____________________________________________________________________________
37673 [ 19410] By: ams                                   on 2003/05/05  03:31:36
37674         Log: Update Changes.
37675      Branch: perl
37676            ! Changes
37677 ____________________________________________________________________________
37678 [ 19409] By: ams                                   on 2003/05/05  03:21:41
37679         Log: Subject: Re: Bug in Storable???
37680              From: Slaven Rezic <slaven@rezic.de>
37681              Date: 04 May 2003 18:00:40 +0200
37682              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
37683      Branch: perl
37684            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
37685 ____________________________________________________________________________
37686 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
37687         Log: This way reads a bit better with pod2man.
37688      Branch: perl
37689            ! pod/perlartistic.pod pod/perlgpl.pod
37690 ____________________________________________________________________________
37691 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
37692         Log: Integrate from maint:
37693              [ 18568]
37694              Add the POSIX::sigaction() trick by Slaven Rezic
37695              for [perl #17341].
37696      Branch: perl
37697           !> pod/perlfunc.pod pod/perlipc.pod
37698 ____________________________________________________________________________
37699 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
37700         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
37701              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
37702              the perlartistic is a straightforward podification.
37703      Branch: perl
37704            + pod/perlartistic.pod pod/perlgpl.pod
37705            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
37706            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
37707 ____________________________________________________________________________
37708 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
37709         Log: Doesn't make any difference for the test but is more logical.
37710      Branch: perl
37711            ! t/lib/Devel/switchd.pm
37712 ____________________________________________________________________________
37713 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
37714         Log: Plagued by thinkos tonight.
37715      Branch: perl
37716            ! lib/filetest.t
37717 ____________________________________________________________________________
37718 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
37719         Log: Must skip more.
37720      Branch: perl
37721            ! lib/filetest.t
37722 ____________________________________________________________________________
37723 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
37724         Log: Subject: Re: Does filetest work at all?
37725              From: Slaven Rezic <slaven@rezic.de>
37726              Date: 03 May 2003 18:26:49 +0200
37727              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
37728      Branch: perl
37729            ! lib/filetest.t pp_sys.c
37730 ____________________________________________________________________________
37731 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
37732         Log: Extra tweakage from Rafael for #19392.
37733      Branch: perl
37734            ! ext/B/B/Concise.pm lib/filetest.pm
37735 ____________________________________________________________________________
37736 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
37737         Log: Salvage 'use filetest "access"' from compiletime to runtime.
37738      Branch: perl
37739            ! dump.c op.c op.h pp_sys.c
37740 ____________________________________________________________________________
37741 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
37742         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
37743              the Unicode character database to 4.0.0.)
37744      Branch: perl
37745            + lib/unicore/HangulSyllableType.txt
37746            + lib/unicore/NormalizationCorrections.txt
37747            + lib/unicore/StandardizedVariants.txt
37748            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
37749            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
37750            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
37751            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
37752            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
37753            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
37754            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
37755            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
37756            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
37757            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
37758            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
37759            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
37760            ! (edit 129 files)
37761 ____________________________________________________________________________
37762 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
37763         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
37764              the fp offset, which was quite a big larger than the input file,
37765              which meant that the SvGROW tried to grow the file to about
37766              2**64-2**20, which made safesysrealloc() to understandably
37767              croak (in argv.t).
37768      Branch: perl
37769            ! sv.c
37770 ____________________________________________________________________________
37771 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
37772         Log: Regen Configure (no changes but that's fine).
37773      Branch: perl
37774            ! Configure
37775 ____________________________________________________________________________
37776 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
37777         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
37778              From: Andy Dougherty <doughera@lafayette.edu>
37779              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
37780              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
37781      Branch: perl
37782            ! Configure
37783 ____________________________________________________________________________
37784 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
37785         Log: Subject: [PATCH] OpenUNIX 8 support
37786              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37787              Date: Fri, 2 May 2003 12:12:08 +0200
37788              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
37789      Branch: perl
37790            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
37791 ____________________________________________________________________________
37792 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
37793         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
37794              From: Abe Timmerman <abe@ztreet.demon.nl>
37795              Date: Fri, 2 May 2003 00:51:42 +0200
37796              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
37797      Branch: perl
37798            ! win32/win32.c
37799 ____________________________________________________________________________
37800 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
37801         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
37802              From: Abe Timmerman <abe@ztreet.demon.nl>
37803              Date: Thu, 1 May 2003 18:34:35 +0200
37804              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
37805      Branch: perl
37806            ! win32/win32.h
37807 ____________________________________________________________________________
37808 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
37809         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
37810              From: Michael G Schwern <schwern@pobox.com>
37811              Date: Wed, 30 Apr 2003 18:19:32 -0700
37812              Message-ID: <20030501011932.GM701@windhund.schwern.org>
37813      Branch: perl
37814            ! ext/POSIX/POSIX.pod
37815 ____________________________________________________________________________
37816 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
37817         Log: Forgot to check in the -d: file.
37818      Branch: perl
37819            + t/lib/Devel/switchd.pm
37820            ! MANIFEST t/run/switchd.t
37821 ____________________________________________________________________________
37822 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
37823         Log: Solaris: make -Duse64bitall'ed to have an archname of
37824              sun4-solaris-64, from Alan Burlison.  (The default is to not
37825              to suffix anything with -Duse64bitall if longs are 64 bit.
37826              This may lead into confusion and much sorrow if 32-bit binaries
37827              and 64-bit binaries are installed under the same directories.
37828              Why is "-64" or something like that the default?  Well, there
37829              are platforms where 64 bits really is the default default.
37830              There adding a "-64" would be kind of odd.  Better to let
37831              each 64-bit capable platform to choose their archnames.)
37832      Branch: perl
37833            ! hints/solaris_2.sh
37834 ____________________________________________________________________________
37835 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
37836         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
37837              by change #18589 (it was broken by change #9754); add test case.
37838      Branch: perl
37839            + t/run/switchd.t
37840            ! MANIFEST
37841 ____________________________________________________________________________
37842 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
37843         Log: great_circle_direction() was broken,
37844              reported by Alexander Becher.
37845      Branch: perl
37846            ! lib/Math/Trig.pm lib/Math/Trig.t
37847 ____________________________________________________________________________
37848 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
37849         Log: OS X: could not -Doptimize=-g.
37850      Branch: perl
37851            ! hints/darwin.sh
37852 ____________________________________________________________________________
37853 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
37854         Log: OS X test tweak.
37855      Branch: perl
37856            ! ext/Cwd/t/cwd.t
37857 ____________________________________________________________________________
37858 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
37859         Log: Subject: [PATCH] RE: perl@19333
37860              From: Robin Barker <Robin.Barker@npl.co.uk>
37861              Date: Tue, 29 Apr 2003 17:30:23 +0100
37862              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
37863      Branch: perl
37864            ! embed.pl pp_hot.c pp_pack.c proto.h
37865 ____________________________________________________________________________
37866 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
37867         Log: miniperl cannot handle layers.t.
37868      Branch: perl
37869            ! t/io/layers.t
37870 ____________________________________________________________________________
37871 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
37872         Log: The solution in change #19363 was too unportable.
37873      Branch: perl
37874            ! t/io/openpid.t
37875 ____________________________________________________________________________
37876 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
37877         Log: perlreftut updates from mjd.
37878      Branch: perl
37879            ! pod/perlreftut.pod
37880 ____________________________________________________________________________
37881 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
37882         Log: z/OS: More threaded build tweaks from Brian De Pradine--
37883              apparently now it works!
37884      Branch: perl
37885            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
37886 ____________________________________________________________________________
37887 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
37888         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
37889              From: Enache Adrian <enache@rdslink.ro>
37890              Date: Sat, 19 Apr 2003 01:41:07 +0300
37891              Message-ID: <20030418224107.GA2751@ratsnest.hole>
37892      Branch: perl
37893            ! t/comp/parser.t toke.c
37894 ____________________________________________________________________________
37895 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
37896         Log: If it's S_, it should be STATIC.
37897      Branch: perl
37898            ! embed.fnc embed.h numeric.c proto.h
37899 ____________________________________________________________________________
37900 [ 19365] By: sky                                   on 2003/04/28  16:30:03
37901         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
37902              From: Casey West <casey@geeknest.com>
37903              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
37904              Message-Id: <20030428140005.GC62281@geeknest.com>
37905      Branch: perl
37906            ! pod/perlop.pod
37907 ____________________________________________________________________________
37908 [ 19364] By: sky                                   on 2003/04/28  16:20:43
37909         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
37910              From: Casey West <casey@geeknest.com>
37911              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
37912              Message-Id: <20030428172206.GK62281@geeknest.com>
37913      Branch: perl
37914            ! pod/perlop.pod
37915 ____________________________________________________________________________
37916 [ 19363] By: sky                                   on 2003/04/28  15:32:35
37917         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
37918              open.
37919      Branch: perl
37920            ! t/io/openpid.t
37921 ____________________________________________________________________________
37922 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
37923         Log: Feel-good cleanup.
37924      Branch: perl
37925            ! intrpvar.h sv.c
37926 ____________________________________________________________________________
37927 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
37928         Log: SysV msg queues can be something hanging (witnessed in IRIX),
37929              so let's use IPC_NOWAIT.
37930      Branch: perl
37931            ! ext/IPC/SysV/t/msg.t t/op/taint.t
37932 ____________________________________________________________________________
37933 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
37934         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
37935              when returning an int can either return the error in the return
37936              value or in the errno.  We need a new per-interp variable to store
37937              the return value instead of clobbering the errno with it.  The new
37938              variable, PL_reentrant_retint, is only used within the reentrancy
37939              framework, and immediately after it's set, so there should not be
37940              similar visibility issues as for the errno.  Spotted by Edward Moy.
37941      Branch: perl
37942            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
37943 ____________________________________________________________________________
37944 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
37945         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
37946              Check errno to see if the call to nice(2) succeeded.
37947              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
37948              From: Enache Adrian <enache@rdslink.ro>
37949              Date: Wed, 23 Apr 2003 22:48:20 +0300
37950              Message-ID: <20030423194820.GA874@ratsnest.hole>
37951      Branch: perl
37952            ! ext/POSIX/POSIX.xs
37953 ____________________________________________________________________________
37954 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
37955         Log: Document a faint compilation noise.
37956      Branch: perl
37957            ! README.aix
37958 ____________________________________________________________________________
37959 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
37960         Log: $[ clarifications.
37961      Branch: perl
37962            ! pod/perlvar.pod
37963 ____________________________________________________________________________
37964 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
37965         Log: utime() doc clarifications
37966              based on :
37967              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
37968              From: Casey West <casey@geeknest.com>
37969              Date: Fri, 25 Apr 2003 08:00:54 -0400
37970              Message-ID: <20030425120054.GQ34510@geeknest.com>
37971      Branch: perl
37972            ! pod/perlfunc.pod
37973 ____________________________________________________________________________
37974 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
37975         Log: Add a test case for [perl #15288] (already solved).
37976      Branch: perl
37977            ! t/op/pack.t
37978 ____________________________________________________________________________
37979 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
37980         Log: Add Dave Mitchell's test case for fields.
37981      Branch: perl
37982            ! lib/fields.t
37983 ____________________________________________________________________________
37984 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
37985         Log: Subject: [PATCH] VMS::Stdio test tweak
37986              From: "Craig A. Berry" <craigberry@mac.com>
37987              Date: Sat, 26 Apr 2003 15:53:07 -0500
37988              Message-ID: <3EAAF1B3.7020708@mac.com>
37989      Branch: perl
37990            ! vms/ext/Stdio/test.pl
37991 ____________________________________________________________________________
37992 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
37993         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
37994              From: Casey West <casey@geeknest.com>
37995              Date: Thu, 24 Apr 2003 08:18:42 -0400
37996              Message-ID: <20030424121842.GW34510@geeknest.com>
37997      Branch: perl
37998            ! lib/UNIVERSAL.pm
37999 ____________________________________________________________________________
38000 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
38001         Log: Document that restricted hashes are not atomic
38002              (from Dave Mitchell).
38003      Branch: perl
38004            ! lib/Hash/Util.pm
38005 ____________________________________________________________________________
38006 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
38007         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
38008              From: Dave Mitchell <davem@fdgroup.com>
38009              Date: Sat, 26 Apr 2003 18:45:28 +0100
38010              Message-ID: <20030426174528.GA9588@fdgroup.com>
38011      Branch: perl
38012            ! hv.c lib/Hash/Util.t pod/perldiag.pod
38013 ____________________________________________________________________________
38014 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
38015         Log: Some doc patches by Casey West :
38016
38017              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
38018              From: Casey West <casey@geeknest.com>
38019              Date: Fri, 25 Apr 2003 10:46:39 -0400
38020              Message-ID: <20030425144639.GY34510@geeknest.com>
38021
38022              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
38023              From: Casey West <casey@geeknest.com>
38024              Date: Fri, 25 Apr 2003 07:52:13 -0400
38025              Message-ID: <20030425115213.GP34510@geeknest.com>
38026
38027              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
38028              From: Casey West <casey@geeknest.com>
38029              Date: Thu, 24 Apr 2003 21:27:22 -0400
38030              Message-ID: <20030425012722.GN34510@geeknest.com>
38031      Branch: perl
38032            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
38033 ____________________________________________________________________________
38034 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
38035         Log: Document that splice() doesn't extend arrays
38036              Subject: Re: slice autoextending ? still another revised doc patch; COW
38037              From: david nicol <whatever@davidnicol.com>
38038              Date: 22 Apr 2003 22:05:02 -0500
38039              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
38040      Branch: perl
38041            ! pod/perlfunc.pod
38042 ____________________________________________________________________________
38043 [ 19342] By: sky                                   on 2003/04/26  21:43:32
38044         Log: Fix bug #15161 by increasing the refcount on the RE and making
38045              sure to restore it correctly. Deals with both s//e and s///g.
38046      Branch: perl
38047            ! pp_ctl.c pp_hot.c
38048 ____________________________________________________________________________
38049 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
38050         Log: Integrate:
38051              [ 19340]
38052              Caught by Mark Lutz in UNICOS: A declaration cannot appear
38053              after an executable statement in a block.
38054      Branch: perl
38055           !> pp_pack.c
38056 ____________________________________________________________________________
38057 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
38058         Log: Now the -Dnoextensions and -Dnoextensions have the
38059              chance of actually doing something.
38060      Branch: perl
38061            ! Configure
38062 ____________________________________________________________________________
38063 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
38064         Log: Subject: [PATCH] Configure's extension sanity check is too strict
38065              From: Andy Dougherty <doughera@lafayette.edu>
38066              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
38067              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
38068      Branch: perl
38069            ! Configure
38070 ____________________________________________________________________________
38071 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
38072         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
38073              From: "Craig A. Berry" <craigberry@mac.com>
38074              Date: Thu, 24 Apr 2003 20:09:48 -0500
38075              Message-ID: <3EA88ADC.3000300@mac.com>
38076      Branch: perl
38077            ! ext/Encode/t/enc_module.t
38078 ____________________________________________________________________________
38079 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
38080         Log: Upgrade to Time::HiRes 1.46.
38081      Branch: perl
38082            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38083            ! ext/Time/HiRes/Makefile.PL
38084 ____________________________________________________________________________
38085 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
38086         Log: Subject: typo in Time::HiRes docs
38087              From: mjd@plover.com
38088              Date: 19 Apr 2003 15:13:44 -0000
38089              Message-ID: <20030419151344.28237.qmail@plover.com>
38090      Branch: perl
38091            ! ext/Time/HiRes/HiRes.pm
38092 ____________________________________________________________________________
38093 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
38094         Log: Clarify(?) the perlio default layers table.
38095      Branch: perl
38096            ! lib/PerlIO.pm t/io/layers.t
38097 ____________________________________________________________________________
38098 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
38099         Log: Upgrade to Test::Harness 2.28.
38100      Branch: perl
38101            ! lib/Test/Harness.pm lib/Test/Harness/Changes
38102            ! lib/Test/Harness/t/pod.t
38103 ____________________________________________________________________________
38104 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
38105         Log: Upgrade to Encode 1.93.
38106      Branch: perl
38107            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
38108            ! ext/Encode/lib/Encode/CJKConstants.pm
38109            ! ext/Encode/lib/Encode/CN/HZ.pm
38110            ! ext/Encode/lib/Encode/Encoding.pm
38111            ! ext/Encode/lib/Encode/Guess.pm
38112            ! ext/Encode/lib/Encode/KR/2022_KR.pm
38113            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
38114            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
38115            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
38116            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
38117 ____________________________________________________________________________
38118 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
38119         Log: VMS patch for faststdio from Craig Berry.
38120      Branch: perl
38121            ! configure.com
38122 ____________________________________________________________________________
38123 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
38124         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
38125              From: Casey West <casey@geeknest.com>
38126              Date: Wed, 23 Apr 2003 14:03:20 -0400
38127              Message-ID: <20030423180320.GZ15574@geeknest.com>
38128      Branch: perl
38129            ! pod/perlmodlib.PL pod/perlmodlib.pod
38130 ____________________________________________________________________________
38131 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
38132         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
38133              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
38134              Date: 22 Apr 2003 04:31:17 -0000
38135              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
38136              (with minor further corrections)
38137      Branch: perl
38138            ! pod/perlmod.pod
38139 ____________________________________________________________________________
38140 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
38141         Log: A new fatal error :
38142              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
38143              From: Dave Mitchell <davem@fdgroup.com>
38144              Date: Mon, 21 Apr 2003 13:19:50 +0100
38145              Message-ID: <20030421121950.GB18189@fdgroup.com>
38146              Message-ID: <20030421125433.GC18189@fdgroup.com>
38147      Branch: perl
38148            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
38149 ____________________________________________________________________________
38150 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
38151         Log: Introduce 'fast stdio' symbols to non-Configure lands.
38152      Branch: perl
38153            ! NetWare/config.wc NetWare/config_H.wc configure.com
38154            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
38155            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
38156            ! win32/config.gc win32/config.vc win32/config.vc64
38157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38158            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
38159 ____________________________________________________________________________
38160 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
38161         Log: Regen Configure, Glossary, et alia.
38162      Branch: perl
38163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38164            ! config_h.SH
38165 ____________________________________________________________________________
38166 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
38167         Log: Handle the combination of dosish and non-faststdio.
38168      Branch: perl
38169            ! t/io/layers.t
38170 ____________________________________________________________________________
38171 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
38172         Log: Subject: 5.8.0: two problems
38173              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
38174              Date: Tue, 22 Apr 2003 11:43:17 -0700
38175              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
38176      Branch: perl
38177            ! XSUB.h
38178 ____________________________________________________________________________
38179 [ 19307] By: ams                                   on 2003/04/22  16:39:51
38180         Log: Subject: [PATCH] Doc pointers in perlbot.
38181              From: Casey West <casey@geeknest.com>
38182              Date: Tue, 22 Apr 2003 11:19:09 -0400
38183              Message-Id: <20030422151909.GC11119@geeknest.com>
38184              (Applied by hand.)
38185      Branch: perl
38186            ! pod/perlbot.pod
38187 ____________________________________________________________________________
38188 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
38189         Log: z/OS: changes for building threaded from "Brian De Pradine"
38190              <PRADINE@uk.ibm.com>.
38191      Branch: perl
38192            ! Makefile.SH hints/os390.sh thread.h util.c
38193 ____________________________________________________________________________
38194 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
38195         Log: Enache's turn.
38196      Branch: perl
38197            ! ext/Encode/t/enc_module.t
38198 ____________________________________________________________________________
38199 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
38200         Log: Re-merge Encode 1.92.
38201      Branch: perl
38202            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
38203 ____________________________________________________________________________
38204 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
38205         Log: Argh, cut-and-pasto.
38206      Branch: perl
38207            ! perlio.c
38208 ____________________________________________________________________________
38209 [ 19301] By: sky                                   on 2003/04/21  21:33:14
38210         Log: Fix bug 17964 by properly refcounting the gv top.
38211              Seems like the entries in rsfp are way different than
38212              normal PVIO objects.
38213      Branch: perl
38214            ! sv.c
38215 ____________________________________________________________________________
38216 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
38217         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
38218
38219              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
38220              From: Enache Adrian <enache@rdslink.ro>
38221              Date: Sun, 20 Apr 2003 02:45:48 +0300
38222              Message-ID: <20030419234548.GA849@ratsnest.hole>
38223              and
38224              Date: Wed, 2 Apr 2003 07:52:28 +0300
38225              Message-ID: <20030402045227.GA1023@ratsnest.hole>
38226      Branch: perl
38227            ! pp_sys.c t/op/ref.t util.c
38228 ____________________________________________________________________________
38229 [ 19299] By: sky                                   on 2003/04/21  17:05:31
38230         Log: Croak on non ref to shared methods instead of segfault.
38231              This can really only happen for &share("string").
38232      Branch: perl
38233            ! ext/threads/shared/shared.xs
38234 ____________________________________________________________________________
38235 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
38236         Log: Add OpenZaurus cross-compilation patches.
38237      Branch: perl
38238            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
38239            + Cross/config.sh-arm-linux Cross/generate_config_sh
38240            + Cross/installperl.patch Cross/warp
38241            ! Cross/README INSTALL MANIFEST
38242 ____________________________________________________________________________
38243 [ 19289] By: sky                                   on 2003/04/21  13:24:40
38244         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
38245              Allows people to override the resetting by using srand() in CLONE.
38246      Branch: perl
38247            ! ext/threads/t/thread.t ext/threads/threads.xs
38248 ____________________________________________________________________________
38249 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
38250         Log: Introduce two new Configure symbols:
38251              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
38252              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
38253              [2] usefaststdio = do we use fast stdio if we have it?
38254              For 5.[68], we do.  For anything else, we don't.
38255              (At least, unless otherwise instructed by -Dusefaststdio.)
38256              This means that for bleadperl we no more use stdio, but instead
38257              default to perlio: the effect of PERLIO=perlio, in other words.
38258              (PERLIO=stdio will still switch to using stdio.)
38259              This change may endanger extensions using FILE*-- but if we are
38260              to migrate fully to perlio, better start swallowing the poison now.
38261              For maintperl, the usefaststdio still defaults to yes.
38262      Branch: perl
38263            ! Configure config_h.SH perlio.c t/io/layers.t
38264 ____________________________________________________________________________
38265 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
38266         Log: Upgrade to Locale::Maketext 1.05.
38267      Branch: perl
38268            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
38269 ____________________________________________________________________________
38270 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
38271         Log: Upgrade to Test 1.24.
38272      Branch: perl
38273            ! lib/Test.pm
38274 ____________________________________________________________________________
38275 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
38276         Log: Subject: [PATCH] goto &sub doesn't empty @_
38277              From: Dave Mitchell <davem@fdgroup.com>
38278              Date: Sun, 20 Apr 2003 21:46:51 +0100
38279              Message-ID: <20030420204651.GE15591@fdgroup.com>
38280      Branch: perl
38281            ! pp_ctl.c
38282 ____________________________________________________________________________
38283 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
38284         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
38285              the commands that invoke $(CC).
38286              Subject: Re: Smoke failure
38287              From: Enache Adrian <enache@rdslink.ro>
38288              Date: Fri, 18 Apr 2003 19:06:07 +0300
38289              Message-ID: <20030418160606.GA797@ratsnest.hole>
38290      Branch: perl
38291            ! Makefile.SH
38292 ____________________________________________________________________________
38293 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
38294         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
38295              From: Enache Adrian <enache@rdslink.ro>
38296              Date: Sat, 19 Apr 2003 20:12:18 +0300
38297              Message-ID: <20030419171218.GA974@ratsnest.hole>
38298      Branch: perl
38299            ! sv.c
38300 ____________________________________________________________________________
38301 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
38302         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
38303              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
38304              From: Steve Hay <steve.hay@uk.radan.com>
38305              Date: Wed, 16 Apr 2003 11:12:22 +0100
38306              Message-ID: <3E9D2C86.8040104@uk.radan.com>
38307      Branch: perl
38308            ! INSTALL win32/Makefile
38309 ____________________________________________________________________________
38310 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
38311         Log: Give more information of what to do when -Dusexxx fail.
38312      Branch: perl
38313            ! Configure
38314 ____________________________________________________________________________
38315 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
38316         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
38317              by adding a dummy destructor method Regexp::DESTROY.
38318              This prevents infinite recursion, since Regexp::DESTROY
38319              is no more autoloaded.
38320
38321              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
38322              From: Enache Adrian <enache@rdslink.ro>
38323              Date: Wed, 2 Apr 2003 05:02:42 +0300
38324              Message-ID: <20030402020242.GA2966@ratsnest.hole>
38325      Branch: perl
38326            ! ext/B/t/stash.t t/op/ref.t universal.c
38327 ____________________________________________________________________________
38328 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
38329         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
38330              From: Dave Mitchell <davem@fdgroup.com>
38331              Date: Sat, 19 Apr 2003 20:06:51 +0100
38332              Message-ID: <20030419190651.GD13333@fdgroup.com>
38333      Branch: perl
38334            ! t/comp/parser.t toke.c
38335 ____________________________________________________________________________
38336 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
38337         Log: Restore the two variables retired by the change #19268
38338              (for binary backward compatibility)
38339      Branch: perl
38340            ! embedvar.h perlapi.h thrdvar.h
38341 ____________________________________________________________________________
38342 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
38343         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
38344              (And undo a doublesize probe glitch from change #19272.)
38345      Branch: perl
38346            ! Configure
38347 ____________________________________________________________________________
38348 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
38349         Log: If long doubles fail, we really cannot sensibly
38350              drop back to doubles anymore, therefore abort.
38351              Pointed out by Slaven Rezic. (I tried to fix this
38352              via metaconfig but ended up with a vicious cyclic
38353              dependency.)
38354      Branch: perl
38355            ! Configure
38356 ____________________________________________________________________________
38357 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
38358         Log: Upgrade to Net::Ping 2.30.
38359      Branch: perl
38360            ! lib/Net/Ping.pm lib/Net/Ping/Changes
38361            ! lib/Net/Ping/t/450_service.t
38362 ____________________________________________________________________________
38363 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
38364         Log: Bump the test count.
38365      Branch: perl
38366            ! ext/Storable/t/tied.t
38367 ____________________________________________________________________________
38368 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
38369         Log: Subject: [PATCH] allow recursive FETCHes
38370              From: Dave Mitchell <davem@fdgroup.com>
38371              Date: Mon, 7 Apr 2003 10:00:41 +0100
38372              Message-ID: <20030407100041.A1617@fdgroup.com>
38373      Branch: perl
38374            ! av.c dump.c embed.fnc embed.h embedvar.h
38375            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
38376            ! sv.h t/op/tie.t thrdvar.h
38377 ____________________________________________________________________________
38378 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
38379         Log: Subject: [PATCH] readline.t tweak for VMS
38380              From: "Craig A. Berry" <craigberry@mac.com>
38381              Date: Thu, 17 Apr 2003 17:18:19 -0500
38382              Message-ID: <3E9F282B.6090603@mac.com>
38383      Branch: perl
38384            ! t/op/readline.t
38385 ____________________________________________________________________________
38386 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
38387         Log: Subject: [PATCH] Re: any takers for this Storable bug?
38388              From: Enache Adrian <enache@rdslink.ro>
38389              Date: Wed, 16 Apr 2003 21:11:11 +0300
38390              Message-ID: <20030416181111.GA6687@ratsnest.hole>
38391
38392              ams had already fixed the bug by #19227, but take the
38393              test case.
38394      Branch: perl
38395            ! ext/Storable/t/tied.t
38396 ____________________________________________________________________________
38397 [ 19265] By: sky                                   on 2003/04/19  00:40:42
38398         Log: Don't use the stack to allocate a SV that we hand out to another
38399              function, only badness can ensure.
38400              Message-Id: <20030418180131.GD10086@fdgroup.com>
38401              Thanks go to Dave Mitchell for help in tracking down the bug!
38402      Branch: perl
38403            ! sv.c
38404 ____________________________________________________________________________
38405 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
38406         Log: UTF8 regexp patch from Inaba Hiroto.
38407      Branch: perl
38408            ! regcomp.c t/op/pat.t
38409 ____________________________________________________________________________
38410 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
38411         Log: Unused variables.
38412      Branch: perl
38413            ! perlio.c universal.c
38414 ____________________________________________________________________________
38415 [ 19262] By: sky                                   on 2003/04/17  20:02:33
38416         Log: Another needle in the voodoo doll.
38417              Now I think it should work with the shared
38418              strings.
38419      Branch: perl
38420            ! sv.c
38421 ____________________________________________________________________________
38422 [ 19254] By: sky                                   on 2003/04/17  17:31:52
38423         Log: Extreme Voodoo programming, by not pinching the SV if it is a
38424              PADTMP it happily keeps it's value later on!
38425      Branch: perl
38426            ! sv.c
38427 ____________________________________________________________________________
38428 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
38429         Log: Implement -Dnoextensions=... and -Donlyextensions=...
38430      Branch: perl
38431            ! Configure INSTALL
38432 ____________________________________________________________________________
38433 [ 19252] By: ams                                   on 2003/04/17  16:19:31
38434         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
38435              Anything that's broken by this change should be fixed.
38436      Branch: perl
38437            ! gv.c
38438 ____________________________________________________________________________
38439 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
38440         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
38441      Branch: perl
38442            ! NetWare/config.wc NetWare/config_H.wc configure.com
38443            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
38444            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
38445            ! win32/config.gc win32/config.vc win32/config.vc64
38446            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38447            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
38448 ____________________________________________________________________________
38449 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
38450         Log: Regen Glossary et alia.
38451      Branch: perl
38452            ! Porting/Glossary Porting/config.sh Porting/config_H
38453 ____________________________________________________________________________
38454 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
38455         Log: Small tidying up of the selectminbits code, but most
38456              importantly allocate the buffer from the heap using
38457              malloc, not from the stack: using stack causes unaligned
38458              access in LP64 Solaris since stack data is not guaranteed
38459              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
38460              (via Alan Burlison)
38461      Branch: perl
38462            ! Configure
38463 ____________________________________________________________________________
38464 [ 19247] By: ams                                   on 2003/04/17  12:24:57
38465         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
38466              From: Enache Adrian <enache@rdslink.ro>
38467              Date: Thu, 17 Apr 2003 14:35:36 +0300
38468              Message-Id: <20030417113536.GA898@ratsnest.hole>
38469      Branch: perl
38470            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
38471 ____________________________________________________________________________
38472 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
38473         Log: Document that the open pragma does not affect
38474              the three-headed hydra, ummm, open.
38475      Branch: perl
38476            ! lib/open.pm
38477 ____________________________________________________________________________
38478 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
38479         Log: More maneuvering closer to proposed POSIX classes
38480              mapping to Unicode: (1) The definitions of "graph" and
38481              "print" are still in flux: move closer back to how Perl
38482              5.8.0 defined it (though drop Co, that did not make sense)
38483              (2) Add U+0085 (NEL) to "space".
38484      Branch: perl
38485            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
38486            ! lib/unicore/lib/Space.pl lib/unicore/mktables
38487 ____________________________________________________________________________
38488 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
38489         Log: Detect the 'fast stdio' case.
38490      Branch: perl
38491            ! lib/PerlIO.pm t/io/layers.t
38492 ____________________________________________________________________________
38493 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
38494         Log: Fix up Larry's copyright statements to my best knowledge.
38495              (Lots of Perl 5 source code archaeology was involved.)
38496              Larry didn't make strangled noises when I showed him
38497              the patch, either :-)
38498      Branch: perl
38499            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
38500            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
38501            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
38502            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
38503            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
38504            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
38505            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
38506            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
38507            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
38508            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
38509            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
38510            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
38511            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
38512            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
38513            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
38514 ____________________________________________________________________________
38515 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
38516         Log: Handle PERLIO= and document a bit.
38517      Branch: perl
38518            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
38519 ____________________________________________________________________________
38520 [ 19240] By: sky                                   on 2003/04/16  16:27:43
38521         Log: Fix double join problem for those places where free
38522              actually means free (solaris for example :)
38523              Fixes bug #16681
38524      Branch: perl
38525            ! ext/threads/t/join.t ext/threads/threads.xs
38526 ____________________________________________________________________________
38527 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
38528         Log: Try to get the layers.t working also for dosish platforms.
38529      Branch: perl
38530            ! lib/PerlIO.pm t/io/layers.t
38531 ____________________________________________________________________________
38532 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
38533         Log: A -C parsed from the #! line can still have line endings in it.
38534      Branch: perl
38535            ! util.c
38536 ____________________________________________________________________________
38537 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
38538         Log: What does an empty PERLIO= mean, anyway?
38539      Branch: perl
38540            ! t/io/layers.t
38541 ____________________________________________________________________________
38542 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
38543         Log: Document the effect of thread creation context.
38544      Branch: perl
38545            ! ext/threads/threads.pm
38546 ____________________________________________________________________________
38547 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
38548         Log: Use the right prototype and a glob is fine (from Rafael).
38549      Branch: perl
38550            ! lib/PerlIO.pm universal.c
38551 ____________________________________________________________________________
38552 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
38553         Log: PerlIO::get_layers() usage tip.
38554      Branch: perl
38555            ! lib/PerlIO.pm
38556 ____________________________________________________________________________
38557 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
38558         Log: Syntax terror.
38559      Branch: perl
38560            ! lib/unicore/mktables
38561 ____________________________________________________________________________
38562 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
38563         Log: Redundant test.
38564      Branch: perl
38565            ! lib/unicore/mktables
38566 ____________________________________________________________________________
38567 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
38568         Log: Synchronize the specifications of the POSIX character
38569              classes alnum, graph, and print closer to the planned
38570              Unicode proposal.
38571      Branch: perl
38572            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
38573            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
38574 ____________________________________________________________________________
38575 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
38576         Log: Patch from Merijn.
38577      Branch: perl
38578            ! perl.h
38579 ____________________________________________________________________________
38580 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
38581         Log: Thinko in modfl detection.
38582      Branch: perl
38583            ! Configure
38584 ____________________________________________________________________________
38585 [ 19227] By: ams                                   on 2003/04/16  02:32:11
38586         Log: Storable now handles self-tied scalars with NULL mg_obj.
38587      Branch: perl
38588            ! ext/Storable/Storable.xs
38589 ____________________________________________________________________________
38590 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
38591         Log: Upgrade to Pod::LaTeX 0.55.
38592      Branch: perl
38593            + lib/Pod/t/pod2latex.t
38594            - lib/Pod/t/latex.t
38595            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
38596 ____________________________________________________________________________
38597 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
38598         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
38599      Branch: perl
38600            ! Configure
38601 ____________________________________________________________________________
38602 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
38603         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
38604      Branch: perl
38605            ! t/io/layers.t
38606 ____________________________________________________________________________
38607 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
38608         Log: False alarm: no cyclic dependency.
38609      Branch: perl
38610            ! Configure config_h.SH
38611 ____________________________________________________________________________
38612 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
38613         Log: Backport of _most_ of the changes in #19218: not one big
38614              cyclic dependency, though, it must be broken up somehow.
38615      Branch: perl
38616            ! Configure config_h.SH
38617 ____________________________________________________________________________
38618 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
38619         Log: Big patch from Alan Burlison to make Solaris long doubles work.
38620              (Also spreads more <stdlib.h> joy.)
38621              Needs backporting to metaconfig units and introducing the new
38622              symbols to non-Configure lands.
38623      Branch: perl
38624            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
38625 ____________________________________________________________________________
38626 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
38627         Log: Don't skip the whole test for PERLIO=perlio.
38628      Branch: perl
38629            ! t/io/layers.t
38630 ____________________________________________________________________________
38631 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
38632         Log: Add a test for [perl #17753].
38633      Branch: perl
38634            ! t/op/undef.t
38635 ____________________________________________________________________________
38636 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
38637         Log: "proto.h": 'id' is a reserved word in Objective-C.
38638      Branch: perl
38639            ! embed.fnc op.c proto.h
38640 ____________________________________________________________________________
38641 [ 19213] By: sky                                   on 2003/04/14  21:42:10
38642         Log: Ook, run tests on correct build-dir next time.
38643              We must check if the hv is a stash, otherwise we try to delete
38644              something that is a HvNAME of null.....  tests pass better now
38645      Branch: perl
38646            ! gv.c
38647 ____________________________________________________________________________
38648 [ 19212] By: sky                                   on 2003/04/14  21:15:00
38649         Log: Fixes to bugs introduced by PL_stashcache
38650              A) Follow suggestion by Benjamin Goldberg to use hv_delete
38651              instead of hv_delete_ent to avoid creating a temporary SV
38652              B) Don't increment the refcount, sneak it into an IV instead
38653              C) When a GP is a deleted that contains a stash, remove the
38654              corresponding entry since hv might be in use in other places.
38655              D) Note that no test cases test the deletion of packages to catch
38656              this bug.
38657      Branch: perl
38658            ! gv.c hv.c pp_hot.c
38659 ____________________________________________________________________________
38660 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
38661         Log: Mention that "make test_harness" lets messages sent through
38662              standard error out. Complements change #19206.
38663      Branch: perl
38664            ! pod/perlhack.pod
38665 ____________________________________________________________________________
38666 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
38667         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
38668              From: Inaba Hiroto <inaba@st.rim.or.jp>
38669              Date: Fri, 21 Mar 2003 17:35:21 +0900
38670              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
38671              Date: Sat, 22 Mar 2003 11:28:05 +0900
38672              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
38673      Branch: perl
38674            ! regexec.c t/op/pat.t
38675 ____________________________________________________________________________
38676 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
38677         Log: PERLIO=perlio requires extra steps.
38678      Branch: perl
38679            ! lib/PerlIO.pm t/io/layers.t
38680 ____________________________________________________________________________
38681 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
38682         Log: Skip as early as possible if no perlio since the
38683              use open would be compile-time.
38684      Branch: perl
38685            ! t/io/layers.t
38686 ____________________________________________________________________________
38687 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
38688         Log: Document and test autovivified dirhandles.
38689              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
38690              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
38691              Date: 12 Apr 2003 12:40:45 -0000
38692              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
38693      Branch: perl
38694            ! pod/perlfunc.pod t/op/readdir.t
38695 ____________________________________________________________________________
38696 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
38697         Log: More docs about running tests and the test suite.
38698              Update perlhack.pod in various places.
38699              Add 'test_harness' as a .PHONY dependency in the Makefile.
38700      Branch: perl
38701            ! Makefile.SH pod/perlhack.pod t/README
38702 ____________________________________________________________________________
38703 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
38704         Log: Build get_layers() also under -Uuseperlio.
38705      Branch: perl
38706            ! universal.c
38707 ____________________________________________________________________________
38708 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
38709         Log: Bump up the version and admonish against aspiring (ab)use.
38710      Branch: perl
38711            ! lib/PerlIO.pm
38712 ____________________________________________________________________________
38713 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
38714         Log: Introduce PerlIO::get_layers() to allow people to peek
38715              at the PerlIO layer stack.
38716      Branch: perl
38717            + t/io/layers.t
38718            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
38719            ! universal.c
38720 ____________________________________________________________________________
38721 [ 19202] By: merijn                                on 2003/04/14  05:42:18
38722         Log: Subject: [PATCH] vms/vms.c waitpid tweak
38723              From: "Craig A. Berry" <craigberry@mac.com>
38724              Date: Mon, 14 Apr 2003 00:43:00 -0500
38725              Message-ID: <3E9A4A64.6030205@mac.com>
38726      Branch: perl
38727            ! vms/vms.c
38728 ____________________________________________________________________________
38729 [ 19201] By: sky                                   on 2003/04/13  19:26:46
38730         Log: Fix bug #16253, use all the CPU that we can :-)
38731      Branch: perl
38732            ! ext/threads/threads.xs
38733 ____________________________________________________________________________
38734 [ 19200] By: sky                                   on 2003/04/13  18:38:58
38735         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
38736              instead of 2 and make push and pop increase the refcount.
38737      Branch: perl
38738            ! ext/threads/shared/shared.xs
38739 ____________________________________________________________________________
38740 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
38741         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
38742              ../../lib for the lc() at line 66 (UTF-8 data possible
38743              if using UTF-8 locales).
38744      Branch: perl
38745            ! lib/ExtUtils/t/Install.t
38746 ____________________________________________________________________________
38747 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
38748         Log: The lib/ipc_sysv.t test has a new name.
38749      Branch: perl
38750            ! INSTALL
38751 ____________________________________________________________________________
38752 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
38753         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
38754              most probably introduced by the change #19157.  The tweak suggested
38755              by Stephen McCamant trades a possible dangling pointer (CopFILE()
38756              is tricky like that with threads) to a memory leak.  (This means
38757              that this tweak shouldn't be left in as-is, but if this helps,
38758              we at least know that the failure was caused by the #19157.)
38759      Branch: perl
38760            ! op.c
38761 ____________________________________________________________________________
38762 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
38763         Log: Upgrade to Net::Ping 2.29.
38764      Branch: perl
38765            + lib/Net/Ping/t/510_ping_udp.t
38766            - lib/Net/Ping/README
38767            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
38768 ____________________________________________________________________________
38769 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
38770         Log: Upgrade to Test::Harness 2.27_04.
38771      Branch: perl
38772            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
38773            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
38774            ! lib/Test/Harness/t/test-harness.t
38775 ____________________________________________________________________________
38776 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
38777         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
38778      Branch: perl
38779            ! hints/darwin.sh hints/rhapsody.sh
38780 ____________________________________________________________________________
38781 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
38782         Log: The debugging aid #19182 didn't.
38783      Branch: perl
38784            ! ext/B/t/deparse.t
38785 ____________________________________________________________________________
38786 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
38787         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
38788              be a negative zero, -0).
38789      Branch: perl
38790            ! lib/Benchmark.t
38791 ____________________________________________________________________________
38792 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
38793         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
38794              From: Michael G Schwern <schwern@pobox.com>
38795              Date: Fri, 11 Apr 2003 00:32:02 -0700
38796              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
38797      Branch: perl
38798            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
38799            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38800            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
38801            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
38802            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
38803            ! lib/ExtUtils/t/zz_cleanup_dummy.t
38804 ____________________________________________________________________________
38805 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
38806         Log: Peter Scott suggests that the docs for base.pm should
38807              state explicitely that base.pm doesn't call import()
38808              on base classes. Plus a few typos.
38809      Branch: perl
38810            ! lib/base.pm
38811 ____________________________________________________________________________
38812 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
38813         Log: PerlFAQ sync.
38814      Branch: perl
38815            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
38816            ! pod/perlfaq7.pod pod/perlfaq9.pod
38817 ____________________________________________________________________________
38818 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
38819         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
38820              There used to be a nullstash (%{"<none>::"}) to hold illegal
38821              variables under strict 'vars'. It has been removed by change #17942.
38822              This can lead to segfaults during the parsing, because some illegal
38823              variables might have been discarded before the compilation of the
38824              current statement had completed.
38825              Bug analysis and test case by Enache Adrian.
38826      Branch: perl
38827            ! gv.c t/lib/strict/vars
38828 ____________________________________________________________________________
38829 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
38830         Log: Be more descriptive.
38831      Branch: perl
38832            ! MANIFEST
38833 ____________________________________________________________________________
38834 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
38835         Log: Noted by Nat: -0 didn't work that well with Unicode.
38836      Branch: perl
38837            ! perl.c pod/perlrun.pod
38838 ____________________________________________________________________________
38839 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
38840         Log: Add an option for the grok_xxx() to silently ignore bad digits.
38841      Branch: perl
38842            ! numeric.c perl.h
38843 ____________________________________________________________________________
38844 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
38845         Log: The test doesn't work that well when -Uusedl.
38846              Some of the tests could be salvaged even then I guess.
38847      Branch: perl
38848            ! lib/ExtUtils/t/Constant.t
38849 ____________________________________________________________________________
38850 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
38851         Log: A temporary debugging aid for Tru64 threaded builds.
38852      Branch: perl
38853            ! ext/B/t/deparse.t
38854 ____________________________________________________________________________
38855 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
38856         Log: Unless Inuits are involved...
38857      Branch: perl
38858            ! pod/perlrun.pod
38859 ____________________________________________________________________________
38860 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
38861         Log: With AFS the cwds have little chance of agreeing.
38862      Branch: perl
38863            ! ext/Cwd/t/cwd.t
38864 ____________________________________________________________________________
38865 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
38866         Log: I assume the idea was to use the *cwd variables for testing.
38867      Branch: perl
38868            ! ext/Cwd/t/cwd.t
38869 ____________________________________________________________________________
38870 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
38871         Log: perlport information about portably embedding string data.
38872      Branch: perl
38873            ! pod/perlport.pod
38874 ____________________________________________________________________________
38875 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
38876         Log: Also locale names can contain illegal UTF-8.
38877      Branch: perl
38878            ! lib/locale.t
38879 ____________________________________________________________________________
38880 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
38881         Log: In case someone is using UTF-8 locales.
38882      Branch: perl
38883            ! lib/ExtUtils/MM_MacOS.pm
38884 ____________________________________________________________________________
38885 [ 19174] By: merijn                                on 2003/04/09  14:33:12
38886         Log: Even more promotion for -lc128 (long doubles on AIX)
38887              More obvious detection of C compiler
38888              cc_type should not promote to config.sh
38889
38890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38891              Date: Wed, 09 Apr 2003 14:31:48 +0200
38892              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
38893      Branch: perl
38894            ! hints/aix.sh
38895 ____________________________________________________________________________
38896 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
38897         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
38898      Branch: perl
38899            ! op.c t/io/open.t
38900 ____________________________________________________________________________
38901 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
38902         Log: Try to be more descriptive than just __ANONIO__ which is what
38903              you get when you autovivify filehandles into array/hash elements.
38904      Branch: perl
38905            ! doio.c op.c t/io/open.t
38906 ____________________________________________________________________________
38907 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
38908         Log: Implement support for --help and --version in Getopt::Std
38909              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
38910              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
38911              Date: Mon, 7 Apr 2003 17:07:15 -0700
38912              Message-ID: <20030408000714.GA953@math.berkeley.edu>
38913      Branch: perl
38914            ! lib/Getopt/Std.pm
38915 ____________________________________________________________________________
38916 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
38917         Log: Subject: [PATCH] Re: Error: Unknown error
38918              From: Enache Adrian <enache@rdslink.ro>
38919              Date: Tue, 8 Apr 2003 07:12:13 +0300
38920              Message-ID: <20030408041213.GA13553@ratsnest.hole>
38921      Branch: perl
38922            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
38923 ____________________________________________________________________________
38924 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
38925         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
38926              From: Dave Mitchell <davem@fdgroup.com>
38927              Date: Mon, 7 Apr 2003 21:43:17 +0100
38928              Message-ID: <20030407204317.GA8796@fdgroup.com>
38929
38930              The new XTERMORDORDOR lexer expectation must also be named
38931              in debugging perls, to be used in the output of -DT.
38932      Branch: perl
38933            ! perl.h toke.c
38934 ____________________________________________________________________________
38935 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
38936         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
38937      Branch: perl
38938            ! vms/perlvms.pod
38939 ____________________________________________________________________________
38940 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
38941         Log: Typos fixes by Stas Bekman.
38942      Branch: perl
38943            ! cv.h lib/attributes.pm sv.h
38944 ____________________________________________________________________________
38945 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
38946         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
38947              From: Robin Barker <Robin.Barker@npl.co.uk>
38948              Date: Tue, 8 Apr 2003 14:23:04 +0100
38949              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
38950      Branch: perl
38951            ! pod/perlpod.pod
38952 ____________________________________________________________________________
38953 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
38954         Log: Few more words about safe/unsafe signals.
38955      Branch: perl
38956            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
38957 ____________________________________________________________________________
38958 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
38959         Log: The SvGROW() might move the PV.
38960      Branch: perl
38961            ! pp.c
38962 ____________________________________________________________________________
38963 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
38964         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
38965              From: Michael G Schwern <schwern@pobox.com>
38966              Date: Mon, 7 Apr 2003 02:09:17 -0700
38967              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
38968      Branch: perl
38969            + lib/ExtUtils/t/MM_Any.t
38970            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
38971            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
38972            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
38973            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
38974            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
38975            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
38976            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
38977            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38978            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
38979            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
38980            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
38981            ! lib/ExtUtils/README lib/ExtUtils/TODO
38982            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
38983            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
38984 ____________________________________________________________________________
38985 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
38986         Log: Time::HiRes: Do not create files in blib directories under core
38987              (from Rafael)
38988      Branch: perl
38989            ! ext/Time/HiRes/Makefile.PL
38990 ____________________________________________________________________________
38991 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
38992         Log: Future binary compat wishful thinking:
38993              maint will use the stashcache, but not the dbassertion.
38994      Branch: perl
38995            ! intrpvar.h
38996 ____________________________________________________________________________
38997 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
38998         Log: More WinCE tweaking for Vadim Konovalov.
38999      Branch: perl
39000            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
39001            ! wince/makedist.pl
39002 ____________________________________________________________________________
39003 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
39004         Log: Subject: CvFILE for constant subs
39005              From: Stephen McCamant <smcc@mit.edu>
39006              Date: Sun, 6 Apr 2003 16:39:13 -0400
39007              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
39008      Branch: perl
39009            ! op.c
39010 ____________________________________________________________________________
39011 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
39012         Log: Subject: [PATCH] B::Deparse: sv_no != 0
39013              From: Stephen McCamant <smcc@mit.edu>
39014              Date: Sun, 6 Apr 2003 17:00:48 -0400
39015              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
39016      Branch: perl
39017            ! ext/B/B/Deparse.pm
39018 ____________________________________________________________________________
39019 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
39020         Log: An unconditional carp is not nice.
39021      Branch: perl
39022            ! ext/Sys/Syslog/Syslog.pm
39023 ____________________________________________________________________________
39024 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
39025         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
39026              From: Robert Spier <rspier@pobox.com>
39027              Date: Sat, 05 Apr 2003 21:12:20 -0800
39028              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
39029      Branch: perl
39030            ! README.solaris
39031 ____________________________________________________________________________
39032 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
39033         Log: Remove unportable ">|" shell syntax
39034              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
39035              From: Enache Adrian <enache@rdslink.ro>
39036              Date: Sun, 6 Apr 2003 21:13:27 +0300
39037              Message-ID: <20030406181326.GA873@ratsnest.hole>
39038      Branch: perl
39039            ! Makefile.SH
39040 ____________________________________________________________________________
39041 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
39042         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
39043              From: Joost van Baal <J.E.vanBaal@uvt.nl>
39044              Date: Mon, 25 Nov 2002 17:35:37 +0100
39045              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
39046
39047              (The .pm patch modified a bit, and removed the false
39048              claim that _PATH_INFO would be coming from syslog.ph)
39049      Branch: perl
39050            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
39051            ! ext/Sys/Syslog/syslog.t
39052 ____________________________________________________________________________
39053 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
39054         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
39055              From: Enache Adrian <enache@rdslink.ro>
39056              Date: Thu, 3 Apr 2003 15:50:48 +0300
39057              Message-ID: <20030403125048.GA6107@ratsnest.hole>
39058
39059              On linux, when building a shared library, generate
39060              a small shell wrapper, "preload", that preloads libperl.so
39061              only if it exists. Useful when the 'make' process stops
39062              before the link phase.
39063      Branch: perl
39064            ! Makefile.SH
39065 ____________________________________________________________________________
39066 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
39067         Log: Upgrade to Locale::Maketext 1.04.
39068      Branch: perl
39069            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
39070            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
39071            - lib/Locale/Maketext/test.pl
39072            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39073            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
39074 ____________________________________________________________________________
39075 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
39076         Log: perluniintro.pod: nice_string() doesn't escape
39077              literal escape chars -- use Sadahiro-san's fix(es).
39078      Branch: perl
39079            ! pod/perluniintro.pod
39080 ____________________________________________________________________________
39081 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
39082         Log: Subject: [PATCH 5.8.1 @19053] Embedding
39083              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39084              Date: Mon, 31 Mar 2003 12:39:24 -0800
39085              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
39086
39087              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
39088              to be used in a C program's main function.
39089      Branch: perl
39090            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
39091 ____________________________________________________________________________
39092 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
39093         Log: Heredocs and use encoding didn't work for SJIS;
39094              patch from Inaba Hiroto.
39095      Branch: perl
39096            ! toke.c
39097 ____________________________________________________________________________
39098 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
39099         Log: The manpages don't have to be built by MakeMaker for the
39100              core modules in ext/. Disable this in Devel::PPPort (not
39101              up-to-date on CPAN), Unicode::Normalize (the CPAN version
39102              uses a different Makefile.PL anyway) and XS::APItest
39103              (not CPANized.)
39104      Branch: perl
39105            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
39106            ! ext/XS/APItest/Makefile.PL
39107 ____________________________________________________________________________
39108 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
39109         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
39110              by SADAHIRO Tomoyuki.
39111      Branch: perl
39112            ! ext/Unicode/Normalize/Changes
39113            ! ext/Unicode/Normalize/Normalize.pm
39114            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
39115            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
39116            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
39117            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
39118            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
39119 ____________________________________________________________________________
39120 [ 19143] By: merijn                                on 2003/04/03  08:55:33
39121         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
39122              From: "Craig A. Berry" <craigberry@mac.com>
39123              Date: Wed, 02 Apr 2003 18:09:03 -0600
39124              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
39125      Branch: perl
39126            ! vms/vms.c vms/vmsish.h
39127 ____________________________________________________________________________
39128 [ 19142] By: merijn                                on 2003/04/03  08:50:55
39129         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
39130              From: andreas.koenig@anima.de (Andreas J. Koenig)
39131              Date: Thu, 03 Apr 2003 08:28:52 +0200
39132              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
39133      Branch: perl
39134            ! lib/Pod/t/Functions.t
39135 ____________________________________________________________________________
39136 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
39137         Log: Don't recurse from threads to threads/shared (since
39138              threads/shared is built separately, temp solution from
39139              Schwern while MM is being fixed.)
39140      Branch: perl
39141            ! ext/threads/Makefile.PL
39142 ____________________________________________________________________________
39143 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
39144         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
39145              From: Steve Hay <steve.hay@uk.radan.com>
39146              Date: Thu, 20 Mar 2003 11:55:01 +0000
39147              Message-ID: <3E79AC15.80307@uk.radan.com>
39148      Branch: perl
39149            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
39150 ____________________________________________________________________________
39151 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
39152         Log: Make perldiag agree with #19138.
39153      Branch: perl
39154            ! pod/perldiag.pod
39155 ____________________________________________________________________________
39156 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
39157         Log: Make at least the thread count make sense.
39158      Branch: perl
39159            ! ext/threads/threads.xs
39160 ____________________________________________________________________________
39161 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
39162         Log: Adjust test for the recent change (#19136) to Pod::Html
39163      Branch: perl
39164            ! lib/Pod/t/htmlview.t
39165 ____________________________________________________________________________
39166 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
39167         Log: Fixes for "installhtml --splithead", based on :
39168              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
39169              From: Steve Hay <steve.hay@uk.radan.com>
39170              Date: Wed, 02 Apr 2003 11:33:41 +0100
39171              Message-ID: <3E8ABC85.5060807@uk.radan.com>
39172
39173              This also includes a small patch to Pod::Html : when generating
39174              anchor names, play on the safe side and turn every non-alphanumeric
39175              character into an '_'. Moreover, Pod::Html::anchorify() is now
39176              optionally exported.
39177      Branch: perl
39178            ! installhtml lib/Pod/Html.pm
39179 ____________________________________________________________________________
39180 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
39181         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
39182              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39183              Date: Tue, 01 Apr 2003 16:32:46 -0800
39184              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
39185      Branch: perl
39186            ! pp.c t/op/split.t
39187 ____________________________________________________________________________
39188 [ 19134] By: sky                                   on 2003/04/02  18:01:40
39189         Log: Fix some small nits, thanks to Rafael.
39190      Branch: perl
39191            ! pp_hot.c
39192 ____________________________________________________________________________
39193 [ 19133] By: sky                                   on 2003/04/02  13:41:14
39194         Log: Add packname->stash cache before the check if a packname is a
39195              filehandle or a package, it works because only packnames
39196              that have been resolved to stashes are added to the cache,
39197              and when a newIO is created we clean the cache.
39198              Results in roughly 1.8 speed increase for class->method()
39199              calls.
39200      Branch: perl
39201            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
39202 ____________________________________________________________________________
39203 [ 19132] By: merijn                                on 2003/04/02  11:28:02
39204         Log: #19122 should have been tested on non-glibc system (like AIX)
39205      Branch: perl
39206            ! pp.c
39207 ____________________________________________________________________________
39208 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
39209         Log: Spread IlyaZ's PERL_CORE detection trick.
39210      Branch: perl
39211            ! ext/Encode/Makefile.PL
39212 ____________________________________________________________________________
39213 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
39214         Log: Cannot portably compare files if one of them is still open
39215              (from Craig Berry).
39216      Branch: perl
39217            ! ext/Encode/t/enc_module.t
39218 ____________________________________________________________________________
39219 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
39220         Log: MM_VMS tweak from Craig Berry:
39221              http://nntp.x.perl.org/group/perl.makemaker/1002
39222      Branch: perl
39223            ! lib/ExtUtils/MM_VMS.pm
39224 ____________________________________________________________________________
39225 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
39226         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
39227              From: Steve Hay <steve.hay@uk.radan.com>
39228              Date: Thu, 20 Mar 2003 12:34:15 +0000
39229              Message-ID: <3E79B547.6030201@uk.radan.com>
39230              (with a few minor tweaks)
39231      Branch: perl
39232            ! installhtml
39233 ____________________________________________________________________________
39234 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
39235         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
39236              From: Enache Adrian <enache@rdslink.ro>
39237              Date: Sat, 29 Mar 2003 19:45:41 +0200
39238              Message-ID: <20030329174541.GA8138@ratsnest.hole>
39239      Branch: perl
39240            ! ext/B/B/Deparse.pm
39241 ____________________________________________________________________________
39242 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
39243         Log: Fix bug #21742. require should be always invoked in
39244              scalar context. This wasn't the case when called from
39245              an eval(""), because the void context doesn't propagate
39246              through the leaveeval op. Instead of making scalarvoid()
39247              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
39248              a workaround in doeval().
39249      Branch: perl
39250            ! pp_ctl.c t/comp/require.t
39251 ____________________________________________________________________________
39252 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
39253         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
39254              From: "Green, Paul" <Paul.Green@stratus.com>
39255              Date: Tue, 1 Apr 2003 12:37:38 -0500
39256              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
39257      Branch: perl
39258            ! hints/vos.sh
39259 ____________________________________________________________________________
39260 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
39261         Log: Integrate:
39262              [ 19119]
39263              Address "5.8.1@19053: crypt_r() takes 128K per thread".
39264      Branch: perl
39265           !> pp.c reentr.c reentr.h reentr.pl
39266 ____________________________________________________________________________
39267 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
39268         Log: Integrate:
39269              [ 19109]
39270              Subject: [PATCH 5.8.1 @19053] Time::HiRes
39271              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39272              Date: Mon, 31 Mar 2003 12:53:01 -0800
39273              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
39274
39275              [ 19111]
39276              A cleaner way to detect PERL_CORE, from IlyaZ.
39277      Branch: perl
39278           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
39279 ____________________________________________________________________________
39280 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
39281         Log: Integrate:
39282              [ 19106]
39283              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
39284              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39285              Date: Mon, 31 Mar 2003 12:43:37 -0800
39286              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
39287
39288              and regen Configure.
39289      Branch: perl
39290            ! Configure config_h.SH embedvar.h
39291           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
39292           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
39293           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
39294           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
39295           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
39296           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
39297           !> reentr.h reentr.pl sv.c
39298 ____________________________________________________________________________
39299 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
39300         Log: Document the _exit() issue with threads in Linux [perl #17057].
39301      Branch: perl
39302            ! ext/POSIX/POSIX.pod
39303 ____________________________________________________________________________
39304 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
39305         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
39306              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39307              Date: Tue, 1 Apr 2003 11:02:35 +0200
39308              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
39309      Branch: perl
39310            ! t/op/getpid.t
39311 ____________________________________________________________________________
39312 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
39313         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
39314              From: Michael G Schwern <schwern@pobox.com>
39315              Date: Mon, 31 Mar 2003 15:16:57 -0800
39316              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
39317      Branch: perl
39318            ! ext/SDBM_File/sdbm/Makefile.PL
39319 ____________________________________________________________________________
39320 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
39321         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
39322              From: Richard.Foley@ubsw.com
39323              Date: Mon, 31 Mar 2003 16:27:14 +0200
39324              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
39325      Branch: perl
39326            ! pod/perlhack.pod
39327 ____________________________________________________________________________
39328 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
39329         Log: Subject: [PATCH] Text::Abbrev warnings safe
39330              From: Peter Scott <Peter@PSDT.com>
39331              Date: Fri, 28 Mar 2003 16:34:47 -0800
39332              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
39333      Branch: perl
39334            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
39335 ____________________________________________________________________________
39336 [ 19113] By: merijn                                on 2003/04/01  14:12:33
39337         Log: Implemented AIX longdouble support in hints/aix.sh, which now
39338              actually work.  Thanks to John L. Allen for the hint.
39339
39340              Subject: Re: AIX longdoubles
39341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39342              Date: Tue, 01 Apr 2003 17:18:57 +0200
39343              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
39344      Branch: perl
39345            ! hints/aix.sh
39346 ____________________________________________________________________________
39347 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
39348         Log: Tabify; strictly speaking unnecessary but anyway...
39349      Branch: perl
39350            ! MANIFEST
39351 ____________________________________________________________________________
39352 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
39353         Log: Upgrade to Test::Harness 2.27_02.
39354      Branch: perl
39355            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
39356            + t/lib/sample-tests/too_many
39357            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
39358            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
39359            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
39360 ____________________________________________________________________________
39361 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
39362         Log: Upgrade to podlators 1.26.
39363      Branch: perl
39364            ! lib/Pod/Man.pm
39365 ____________________________________________________________________________
39366 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
39367         Log: Upgrade to Encode 1.92.
39368      Branch: perl
39369            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
39370            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
39371            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
39372            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
39373            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
39374            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
39375 ____________________________________________________________________________
39376 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
39377         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
39378              From: Michael G Schwern <schwern@pobox.com>
39379              Date: Mon, 31 Mar 2003 02:42:58 -0800
39380              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
39381      Branch: perl
39382            + lib/ExtUtils/MakeMaker/FAQ.pod
39383            + lib/ExtUtils/MakeMaker/Tutorial.pod
39384            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
39385            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
39386            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
39387            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
39388            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
39389            + t/lib/TieIn.pm
39390            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
39391            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
39392            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
39393            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
39394            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
39395            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
39396            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
39397            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
39398            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39399            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
39400            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
39401            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
39402            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
39403            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
39404            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
39405            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
39406            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
39407            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
39408 ____________________________________________________________________________
39409 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
39410         Log: Subject: [PATCH dump.c] stray n_a
39411              From: Michael G Schwern <schwern@pobox.com>
39412              Date: Mon, 31 Mar 2003 00:55:49 -0800
39413              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
39414      Branch: perl
39415            ! dump.c
39416 ____________________________________________________________________________
39417 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
39418         Log: Some low-hanging fruit for EBCDIC portability
39419              (or for marking as EBCDIC todos)
39420      Branch: perl
39421            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
39422            ! t/uni/write.t
39423 ____________________________________________________________________________
39424 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
39425         Log: Upgrade to Time::HiRes 1.44.
39426      Branch: perl
39427            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39428 ____________________________________________________________________________
39429 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
39430         Log: IRIX 5.3 update.
39431      Branch: perl
39432            ! README.irix
39433 ____________________________________________________________________________
39434 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
39435         Log: Not all compilers like #ifdefs within cpp macros
39436              (follow-up on #19086)
39437      Branch: perl
39438            ! pp_sys.c
39439 ____________________________________________________________________________
39440 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
39441         Log: Ending strings is customary (typo from #19084).
39442      Branch: perl
39443            ! ext/Socket/Socket.t
39444 ____________________________________________________________________________
39445 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
39446         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
39447      Branch: perl
39448            ! MANIFEST
39449 ____________________________________________________________________________
39450 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
39451         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
39452              as the test expects.
39453      Branch: perl
39454            ! lib/Net/hostent.t
39455 ____________________________________________________________________________
39456 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
39457         Log: In IRIX 5.3 turn off some of the warnings that cannot
39458              really be helped (e.g. warnings coming from system headers,
39459              or linker warnings during Configure).
39460      Branch: perl
39461            ! hints/irix_5.sh
39462 ____________________________________________________________________________
39463 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
39464         Log: In IRIX 5.3 the cc is awfully confused about the prototype
39465              of select().
39466      Branch: perl
39467            ! hints/irix_5.sh pp_sys.c
39468 ____________________________________________________________________________
39469 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
39470         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
39471      Branch: perl
39472            + ext/Time/HiRes/hints/irix.pl
39473            ! MANIFEST
39474 ____________________________________________________________________________
39475 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
39476         Log: gethostbyname('localhost') is not that portable.
39477              inet_aton('localhost') in IRIX 5.3 returned an undef,
39478              which in turn made pack_sockaddr_in to barf on zero
39479              length in_addr.
39480      Branch: perl
39481            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
39482 ____________________________________________________________________________
39483 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
39484         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
39485              From: Nicholas Clark <nick@unfortu.net>
39486              Date: Sun, 30 Mar 2003 00:35:48 +0000
39487              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
39488      Branch: perl
39489            ! sv.c
39490 ____________________________________________________________________________
39491 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
39492         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
39493              not defined AF_LINK.
39494      Branch: perl
39495            ! ext/Socket/Socket.xs
39496 ____________________________________________________________________________
39497 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
39498         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
39499              From: Nicholas Clark <nick@unfortu.net>
39500              Date: Sat, 29 Mar 2003 18:58:09 +0000
39501              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
39502      Branch: perl
39503            ! dump.c
39504 ____________________________________________________________________________
39505 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
39506         Log: Minor rephrasing in perlopentut,
39507              noticed by Bob Wilkinson (RT [perl #21725])
39508      Branch: perl
39509            ! pod/perlopentut.pod
39510 ____________________________________________________________________________
39511 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
39512         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39513              From: Nicholas Clark <nick@unfortu.net>
39514              Date: Thu, 27 Mar 2003 22:37:35 +0000
39515              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
39516      Branch: perl
39517            ! pod/perlapi.pod sv.h
39518 ____________________________________________________________________________
39519 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
39520         Log: It seems that in Tru64 V5 gcc cannot be used to
39521              compile a threaded Perl because <pthread.h> explicitly
39522              checks for supported compilers (gcc not being one of them).
39523              This is not so bad since the system C compiler is always there.
39524      Branch: perl
39525            ! README.tru64 hints/dec_osf.sh
39526 ____________________________________________________________________________
39527 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
39528         Log: Feeding illegal QP (like \x80) to this
39529              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
39530              caused a coredump in av_length() <- nextargv() because
39531              the av was NULL.  I don't know that returning Nullfp is
39532              the best thing to do, but it dodges the segfault and
39533              introduces no test failures.
39534      Branch: perl
39535            ! doio.c
39536 ____________________________________________________________________________
39537 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
39538         Log: Missing final \n.
39539      Branch: perl
39540            ! lib/Attribute/Handlers/Changes
39541 ____________________________________________________________________________
39542 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
39543         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
39544              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
39545              Date: 24 Mar 2003 16:29:08 -0000
39546              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
39547              plus a regression test
39548      Branch: perl
39549            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
39550 ____________________________________________________________________________
39551 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
39552         Log: Better version of change #19069
39553              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39554              From: Nicholas Clark <nick@unfortu.net>
39555              Date: Wed, 26 Mar 2003 23:01:46 +0000
39556              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
39557      Branch: perl
39558            ! pp_hot.c sv.c t/op/readline.t
39559 ____________________________________________________________________________
39560 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
39561         Log: Subject: [patch] for Stratus VOS
39562              From: "Green, Paul" <Paul.Green@stratus.com>
39563              Date: Wed, 26 Mar 2003 17:24:38 -0500
39564              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
39565              (plus a small tweak to the test script)
39566      Branch: perl
39567            ! README.vos t/op/pack.t
39568 ____________________________________________________________________________
39569 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
39570         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39571              From: Nicholas Clark <nick@unfortu.net>
39572              Date: Tue, 25 Mar 2003 22:59:17 +0000
39573              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
39574      Branch: perl
39575            ! sv.c t/op/readline.t
39576 ____________________________________________________________________________
39577 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
39578         Log: Win32 counterpart of change #19065
39579      Branch: perl
39580            ! win32/Makefile win32/makefile.mk
39581 ____________________________________________________________________________
39582 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
39583         Log: VMS counterpart of change #19065
39584      Branch: perl
39585            ! vms/descrip_mms.template
39586 ____________________________________________________________________________
39587 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
39588         Log: Upgrade to Term::ANSIColor 1.07.
39589      Branch: perl
39590            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
39591            ! lib/Term/ANSIColor/README
39592 ____________________________________________________________________________
39593 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
39594         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
39595              also separately maintained on CPAN, and now moved as
39596              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
39597              this last file.
39598      Branch: perl
39599            + utils/cpan.PL
39600           +> lib/CPAN/bin/cpan
39601            - utils/cpan
39602            ! MANIFEST installperl utils/Makefile
39603 ____________________________________________________________________________
39604 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
39605         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
39606              From: Dave Mitchell <davem@fdgroup.com>
39607              Date: Thu, 20 Mar 2003 01:26:19 +0000
39608              Message-ID: <20030320012619.C19869@fdgroup.com>
39609
39610              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
39611              From: Dave Mitchell <davem@fdgroup.com>
39612              Date: Mon, 24 Mar 2003 16:06:51 +0000
39613              Message-ID: <20030324160651.D1798@fdgroup.com>
39614      Branch: perl
39615            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
39616 ____________________________________________________________________________
39617 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
39618         Log: Subject: [perl #21648] Doc typo in Net::servent
39619              From: Andy Lester (via RT) <perlbug-followup@perl.org>
39620              Date: 22 Mar 2003 05:02:31 -0000
39621              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
39622      Branch: perl
39623            ! lib/Net/servent.pm
39624 ____________________________________________________________________________
39625 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
39626         Log: Subject: [PATCH README.qnx] for QNX 6.2
39627              From: Norton Allen <allen@huarp.harvard.edu>
39628              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
39629              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
39630      Branch: perl
39631            ! README.qnx
39632 ____________________________________________________________________________
39633 [ 19060] By: merijn                                on 2003/03/26  13:13:23
39634         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
39635              From: "Craig A. Berry" <craigberry@mac.com>
39636              Date: Tue, 25 Mar 2003 22:52:58 -0600
39637              Message-ID: <3E81322A.3040508@mac.com>
39638      Branch: perl
39639            ! lib/vmsish.t
39640 ____________________________________________________________________________
39641 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
39642         Log: Change 19056 wasn't good enough.
39643              ldlibpth should be changed later, to avoid spaces to be quoted.
39644      Branch: perl
39645            ! Makefile.SH
39646 ____________________________________________________________________________
39647 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
39648         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
39649              From: Michael G Schwern <schwern@pobox.com>
39650              Date: Mon, 24 Mar 2003 00:50:39 -0800
39651              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
39652      Branch: perl
39653            ! pod/perlhist.pod
39654 ____________________________________________________________________________
39655 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
39656         Log: Typo, spotted by Doru Petrescu
39657              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
39658      Branch: perl
39659            ! ext/Data/Dumper/Dumper.pm
39660 ____________________________________________________________________________
39661 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
39662         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
39663              From: Enache Adrian <enache@rdslink.ro>
39664              Date: Mon, 24 Mar 2003 23:56:25 +0200
39665              Message-ID: <20030324215625.GB853@ratsnest.hole>
39666      Branch: perl
39667            ! Makefile.SH
39668 ____________________________________________________________________________
39669 [ 19055] By: merijn                                on 2003/03/24  07:05:39
39670         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
39671              From: Enache Adrian <enache@rdslink.ro>
39672              Date: Sat, 22 Mar 2003 22:49:49 +0200
39673              Message-ID: <20030322204949.GB794@ratsnest.hole>
39674
39675              This is a slightly more defensive patch than Chip's patch that
39676              fell through the cracks, but does the same
39677              Subject: Shared libperl.so and build issues
39678              From: Chip Turner <cturner@redhat.com>
39679              Date: Tue 31 Dec 2002 17:21
39680      Branch: perl
39681            ! Makefile.SH
39682 ____________________________________________________________________________
39683 [ 19054] By: merijn                                on 2003/03/24  06:54:23
39684         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
39685              From: "Craig A. Berry" <craigberry@mac.com>
39686              Date: Sun, 23 Mar 2003 15:32:58 -0600
39687              Message-ID: <3E7E280A.5000304@mac.com>
39688      Branch: perl
39689            ! vms/vms.c
39690 ____________________________________________________________________________
39691 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
39692         Log: For change #19051: a new .bat to CRLF.
39693      Branch: perl
39694            ! Porting/makerel
39695 ____________________________________________________________________________
39696 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
39697         Log: WinCE update from Vadim Konovalov.
39698      Branch: perl
39699            + wince/compile-all.bat wince/makedist.pl
39700            - wince/include/sys/stat.h wince/xbuildall.ksh
39701            - wince/xdistclean.ksh wince/xmakediffs.ksh
39702            ! MANIFEST README.ce dosish.h wince/Makefile.ce
39703            ! wince/compile.bat wince/config.ce
39704 ____________________________________________________________________________
39705 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
39706         Log: Oops (change #19013 missed changing the Perl version number).
39707      Branch: perl
39708            ! cygwin/perlld.in
39709 ____________________________________________________________________________
39710 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
39711         Log: Integrate from maint-5.8:
39712              [ 19045]
39713              If no IVSIZE == 8, no need for modulo_1.
39714      Branch: perl
39715           !> pp.c
39716 ____________________________________________________________________________
39717 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
39718         Log: Subject: [PATCH] p4genpatch
39719              From: andreas.koenig@anima.de (Andreas J. Koenig)
39720              Date: Sat, 15 Mar 2003 12:04:18 +0100
39721              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
39722      Branch: perl
39723            ! Porting/p4genpatch
39724 ____________________________________________________________________________
39725 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
39726         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
39727              From: Martien Verbruggen <mgjv@tradingpost.com.au>
39728              Date: Sat, 15 Mar 2003 12:31:47 +1100
39729              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
39730      Branch: perl
39731            ! pod/perlsub.pod pod/perlsyn.pod
39732 ____________________________________________________________________________
39733 [ 19042] By: merijn                                on 2003/03/21  07:45:54
39734         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
39735              From: "Craig A. Berry" <craigberry@mac.com>
39736              Date: Thu, 20 Mar 2003 23:03:36 -0600
39737              Message-ID: <3E7A9D28.1040706@mac.com>
39738      Branch: perl
39739            ! configure.com vms/vms.c vms/vmsish.h
39740 ____________________________________________________________________________
39741 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
39742         Log: Subject: Re: [patch] [perl #21628] rcatline issue
39743              From: Enache Adrian <enache@rdslink.ro>
39744              Date: Thu, 20 Mar 2003 22:39:06 +0200
39745              Message-ID: <20030320203906.GA31199@ratsnest.hole>
39746      Branch: perl
39747            ! MANIFEST pp_hot.c t/op/readline.t
39748 ____________________________________________________________________________
39749 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
39750         Log: Subject: Re: Bytecode? Back into service.
39751              From: Enache Adrian <enache@rdslink.ro>
39752              Date: Thu, 20 Mar 2003 07:38:39 +0200
39753              Message-ID: <20030320053839.GA4044@ratsnest.hole>
39754      Branch: perl
39755            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
39756            ! ext/ByteLoader/byterun.h op.c
39757 ____________________________________________________________________________
39758 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
39759         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
39760              From: "Gerrit P. Haase" <gp@familiehaase.de>
39761              Date: Thu, 20 Mar 2003 21:23:28 +0100
39762              Message-ID: <941032389637.20030320212328@familiehaase.de>
39763      Branch: perl
39764            ! README.cygwin
39765 ____________________________________________________________________________
39766 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
39767         Log: Integrate:
39768              [ 19033]
39769              file test operators weren't doing the right thing if the SV
39770              passed to them wasn't NUL-terminated
39771
39772              [ 19034]
39773              ensure SVs returned by Win32::Get{Short,Full}PathName() are
39774              NUL-terminated
39775      Branch: perl
39776           !> doio.c win32/win32.c
39777 ____________________________________________________________________________
39778 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
39779         Log: Better wording as requested by Rafael, and
39780              the module is BerkeleyDB, not BerkeleyFile.
39781      Branch: perl
39782            ! README.tru64
39783 ____________________________________________________________________________
39784 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
39785         Log: Update the DB_File instructions in Tru64.
39786      Branch: perl
39787            ! README.tru64
39788 ____________________________________________________________________________
39789 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
39790         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
39791              From: Dave Mitchell <davem@fdgroup.com>
39792              Date: Tue, 18 Mar 2003 21:55:05 +0000
39793              Message-ID: <20030318215505.A16787@fdgroup.com>
39794      Branch: perl
39795            ! pp_ctl.c t/op/goto.t
39796 ____________________________________________________________________________
39797 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
39798         Log: Subject: [PATCH] VMS pod install tweaks
39799              From: "Craig A. Berry" <craigberry@mac.com>
39800              Date: Sat, 15 Mar 2003 16:06:07 -0600
39801              Message-ID: <3E73A3CF.3060502@mac.com>
39802      Branch: perl
39803            ! vms/descrip_mms.template
39804 ____________________________________________________________________________
39805 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
39806         Log: Subject: [PATCH] poll() help for VMS
39807              From: "Craig A. Berry" <craigberry@mac.com>
39808              Date: Tue, 18 Mar 2003 01:10:10 -0600
39809              Message-ID: <3E76C652.30205@mac.com>
39810      Branch: perl
39811            ! configure.com ext/IO/poll.h
39812 ____________________________________________________________________________
39813 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
39814         Log: The description of SIG_SIZE was off.
39815      Branch: perl
39816            ! Configure NetWare/config_H.wc Porting/Glossary
39817            ! Porting/config.sh Porting/config_H config_h.SH
39818            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
39819            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
39820            ! wince/config_H.ce
39821 ____________________________________________________________________________
39822 [ 19020] By: merijn                                on 2003/03/18  05:45:50
39823         Log: Minor updates of Wolfgang's pack patch
39824
39825              Subject: Re: pack changes and related fixes
39826              From: Philip Newton <Philip.Newton@gmx.net>
39827              Date: Tue, 18 Mar 2003 06:19:30 +0100
39828              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
39829      Branch: perl
39830            ! embed.fnc pod/perldiag.pod
39831 ____________________________________________________________________________
39832 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
39833         Log: regenerate win32/config_H.*
39834      Branch: perl
39835            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39836            ! win32/config_H.vc64
39837 ____________________________________________________________________________
39838 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
39839         Log: there is no trailing NULL in sig_name or sig_num, so don't
39840              talk about it
39841      Branch: perl
39842            ! Porting/Glossary
39843 ____________________________________________________________________________
39844 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
39845         Log: according to the new Porting/Glossary, sig_num doesn't have an
39846              extra '0' at the end
39847      Branch: perl
39848            ! win32/config.bc win32/config.gc win32/config.vc
39849            ! win32/config.vc64
39850 ____________________________________________________________________________
39851 [ 19016] By: hv                                    on 2003/03/18  00:52:09
39852         Log: add tests for existing behaviour of undef postinc/dec
39853      Branch: perl
39854            ! t/op/inc.t
39855 ____________________________________________________________________________
39856 [ 19015] By: hv                                    on 2003/03/18  00:46:18
39857         Log: add comment at undef postinc special case
39858      Branch: perl
39859            ! pp.c
39860 ____________________________________________________________________________
39861 [ 19014] By: hv                                    on 2003/03/18  00:27:19
39862         Log: clarify behaviour of $a++
39863      Branch: perl
39864            ! pod/perlop.pod
39865 ____________________________________________________________________________
39866 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
39867         Log: Integrate:
39868              [ 19012]
39869              We don't have the new Perl at this stage.
39870      Branch: perl
39871           !> cygwin/perlld.in
39872 ____________________________________________________________________________
39873 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
39874         Log: Subject: pack changes and related fixes
39875              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
39876              Date: Mon, 17 Mar 2003 13:55:37 +0100
39877              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
39878      Branch: perl
39879            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
39880            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
39881            ! t/lib/warnings/pp_pack t/op/pack.t
39882 ____________________________________________________________________________
39883 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
39884         Log: Integrate:
39885              [ 19006]
39886              Subject: Re: [Patch] Maintperl versioning for Cygwin
39887              From: Slaven Rezic <slaven@rezic.de>
39888              Date: 17 Mar 2003 00:42:43 +0100
39889              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
39890      Branch: perl
39891           !> cygwin/perlld.in
39892 ____________________________________________________________________________
39893 [ 19005] By: hv                                    on 2003/03/17  02:06:20
39894         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
39895              From: chocolateboy <chocolateboy@chocolatey.com>
39896              Date: Sat, 22 Feb 2003 12:17:28 +0000
39897              Message-ID: <3E576A58.8010901@chocolatey.com>
39898      Branch: perl
39899            + ext/Data/Dumper/t/pair.t
39900            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
39901 ____________________________________________________________________________
39902 [ 19004] By: hv                                    on 2003/03/17  01:38:23
39903         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
39904              From: Stas Bekman <stas@stason.org>
39905              Date: Fri, 14 Feb 2003 11:59:53 +1100
39906              Message-ID: <3E4C3F89.6050005@stason.org>
39907      Branch: perl
39908            ! utils/h2xs.PL
39909 ____________________________________________________________________________
39910 [ 19003] By: hv                                    on 2003/03/17  01:23:02
39911         Log: Subject: [perl #20724] Patch for dprofpp
39912              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
39913              Date: 5 Feb 2003 08:41:17 -0000
39914              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
39915      Branch: perl
39916            ! utils/dprofpp.PL
39917 ____________________________________________________________________________
39918 [ 19002] By: hv                                    on 2003/03/16  23:36:57
39919         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
39920              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
39921              Date: 10 Jan 2003 10:59:44 -0000
39922              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
39923      Branch: perl
39924            ! lib/IPC/Open3.pm
39925 ____________________________________________________________________________
39926 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
39927         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
39928              for 3.3, but only might)
39929      Branch: perl
39930            ! hints/openbsd.sh
39931 ____________________________________________________________________________
39932 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
39933         Log: Stay within known facts: what platforms the skippage helps,
39934              and in which it is not needed.
39935      Branch: perl
39936            ! ext/POSIX/t/posix.t
39937 ____________________________________________________________________________
39938 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
39939         Log: This seems to fix (well, dodge) the problems in FreeBSD for
39940              Enache Adrian; in _theory_ this patch could be good for NetBSD,
39941              too, but Alian gets a core dump already at subtest #9 (anyone
39942              with a real NetBSD, Alian's is a VMware one, which has in the
39943              past caused similar odd crashes).  OpenBSD threaded build result
39944              still unknown.
39945      Branch: perl
39946            ! ext/POSIX/t/posix.t
39947 ____________________________________________________________________________
39948 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
39949         Log: IRIX ls -l marks sockets with 'S'.
39950      Branch: perl
39951            ! t/op/stat.t
39952 ____________________________________________________________________________
39953 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
39954         Log: Turn on UTF-8 flag only if the $str is valid utf8
39955              (pointed out by Dan Kogai).
39956      Branch: perl
39957            ! lib/Term/ReadLine.pm
39958 ____________________________________________________________________________
39959 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
39960         Log: Signedness nits.
39961      Branch: perl
39962            ! regcomp.c
39963 ____________________________________________________________________________
39964 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
39965         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
39966              Should work both for PERL_UNICODE/-C and use encoding 'foo';
39967      Branch: perl
39968            ! lib/Term/ReadLine.pm
39969 ____________________________________________________________________________
39970 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
39971         Log: Pod fix from Philip Newton.
39972      Branch: perl
39973            ! pod/perlfunc.pod
39974 ____________________________________________________________________________
39975 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
39976         Log: Further potential pitfalls for the utf8 len/pos cache
39977              found by Inaba Hiroto.  No test cases, yet.
39978      Branch: perl
39979            ! regcomp.c
39980 ____________________________________________________________________________
39981 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
39982         Log: Make the :bytes conditional on PerlIO.
39983      Branch: perl
39984            ! ext/Encode/t/CJKT.t
39985 ____________________________________________________________________________
39986 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
39987         Log: Needs PerlIO for :bytes.
39988      Branch: perl
39989            ! ext/Encode/t/CJKT.t
39990 ____________________________________________________________________________
39991 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
39992         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
39993              From: Enache Adrian <enache@rdslink.ro>
39994              Date: Fri, 14 Mar 2003 23:02:42 +0200
39995              Message-ID: <20030314210242.GA1159@ratsnest.hole>
39996              (with an added test)
39997      Branch: perl
39998            ! t/comp/parser.t toke.c
39999 ____________________________________________________________________________
40000 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
40001         Log: Time::HiRes is a core module
40002      Branch: perl
40003            ! pod/perlfunc.pod
40004 ____________________________________________________________________________
40005 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
40006         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
40007              From: Stas Bekman <stas@stason.org>
40008              Date: Fri, 14 Mar 2003 17:45:09 +1100
40009              Message-ID: <3E717A75.2060300@stason.org>
40010      Branch: perl
40011            ! ext/B/typemap
40012 ____________________________________________________________________________
40013 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
40014         Log: Better pass in the $self for a method.
40015      Branch: perl
40016            ! lib/File/Spec/Unix.pm
40017 ____________________________________________________________________________
40018 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
40019         Log: Cleanup the File::Spec tmpdir() implementations:
40020              now all the platforms specific modules call _tmpdir()
40021              (inherited from Unix.pm) with the list of platform
40022              specific list of temporary directories, and _tmpdir()
40023              then does the appropriate suitability checking.
40024      Branch: perl
40025            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
40026            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40027            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40028            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40029 ____________________________________________________________________________
40030 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
40031         Log: whichsig() really does return -1 for unknown signals.
40032      Branch: perl
40033            ! mg.c
40034 ____________________________________________________________________________
40035 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
40036         Log: Rework the @Config{/sig.*/} tests.
40037      Branch: perl
40038            ! lib/Config.t
40039 ____________________________________________________________________________
40040 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
40041         Log: Subject: [PATCH] configure.com: sig_num, etc.
40042              From: "Craig A. Berry" <craigberry@mac.com>
40043              Date: Thu, 13 Mar 2003 21:38:19 -0600
40044              Message-ID: <3E714EAB.6030001@mac.com>
40045      Branch: perl
40046            ! configure.com
40047 ____________________________________________________________________________
40048 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
40049         Log: Make whichsig() to work also if some system defines
40050              zero signals (now -1 is the "not found").  Note that
40051              in couple of mg.c spots only whichsig() > 0 branches
40052              are taken because signal handlers et al don't make
40053              much sense for the zero signal.
40054      Branch: perl
40055            ! doio.c mg.c
40056 ____________________________________________________________________________
40057 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
40058         Log: Since Configure does the signal name/number probe with awk
40059              based on the cpp results (not by really running code), testing
40060              for the signum value is not really helpful if we have runtime
40061              function calls (some signal numbers are dynamic, for example)
40062              (or other extra stuff where the signum value is expected).
40063              (Runtimeness also means that Configure cannot get these right,
40064              anyway.) Better filter in just the constant non-negative numbers.
40065      Branch: perl
40066            ! Configure
40067 ____________________________________________________________________________
40068 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
40069         Log: Signal issues.
40070              (1) Filter out negative signals.
40071              (2) Correct sig_num* and sig_name* descriptions.
40072      Branch: perl
40073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40074            ! config_h.SH
40075 ____________________________________________________________________________
40076 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
40077         Log: Hopefully this works also in Win32.
40078      Branch: perl
40079            ! ext/Encode/t/CJKT.t
40080 ____________________________________________________________________________
40081 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
40082         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
40083              From: "Craig A. Berry" <craigberry@mac.com>
40084              Date: Thu, 13 Mar 2003 13:44:55 -0600
40085              Message-ID: <3E70DFB7.8070405@mac.com>
40086      Branch: perl
40087            ! lib/Pod/Perldoc.pm
40088 ____________________________________________________________________________
40089 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
40090         Log: fix for switchC.t test#6 failure on windows
40091      Branch: perl
40092            ! perl.c
40093 ____________________________________________________________________________
40094 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
40095         Log: Config.t wasn't getting the sig_num and sig_size relationship
40096              right, and therefore failed test#35 on windows
40097
40098              note that config_h.SH documents that $sig_size does NOT include
40099              the final NULL in $sig_num!
40100      Branch: perl
40101            ! lib/Config.t
40102 ____________________________________________________________________________
40103 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
40104         Log: another fix for failing test on windows ("use encoding" puts
40105              STDIN in :raw mode, so chomp() wasn't stripping the CR)
40106      Branch: perl
40107            ! ext/Encode/t/enc_module.t
40108 ____________________________________________________________________________
40109 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
40110         Log: fix CJKT.t failures on windows due to incorrect binmode()
40111      Branch: perl
40112            ! ext/Encode/t/CJKT.t
40113 ____________________________________________________________________________
40114 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
40115         Log: Skip the last test of Config.t on HP-UX.
40116              (This test should be skipped for every system that
40117              actually defines a negative signal number. Maybe that
40118              test should be removed, to be future-proof.)
40119      Branch: perl
40120            ! lib/Config.t
40121 ____________________________________________________________________________
40122 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
40123         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
40124              From: Kurt Starsinic <kstar@cpan.org>
40125              Date: Mon, 10 Mar 2003 00:54:49 -0500
40126              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
40127      Branch: perl
40128            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
40129 ____________________________________________________________________________
40130 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
40131         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
40132              From: "Craig A. Berry" <craigberry@mac.com>
40133              Date: Tue, 11 Mar 2003 21:29:31 -0600
40134              Message-ID: <3E6EA99B.9060902@mac.com>
40135              Patch by Scott Lepage (scott.lepage@hp.com)
40136      Branch: perl
40137            ! hv.c
40138 ____________________________________________________________________________
40139 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
40140         Log: Some more stdlib.h inclusions and change the gccversion
40141              test to use return (could have used that for all, sigh).
40142      Branch: perl
40143            ! Configure
40144 ____________________________________________________________________________
40145 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
40146         Log: Trims slashes from the argument to rmdir(), likewise
40147              to what happens with rmdir(). Factorize the code in a
40148              local macro, TRIMSLASHES.
40149      Branch: perl
40150            ! pp_sys.c
40151 ____________________________________________________________________________
40152 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
40153         Log: VOS nit from Paul Green.
40154      Branch: perl
40155            ! vos/configure_full_perl.sh
40156 ____________________________________________________________________________
40157 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
40158         Log: File::Spec: Do not fall back to '', use curdir instead.
40159              Note: Mac used to use cwd(), now curdir, slight change
40160              (relative vs. absolute).
40161      Branch: perl
40162            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
40163            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40164            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40165 ____________________________________________________________________________
40166 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
40167         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
40168              was unset (the tests attempted to create files at the /)
40169      Branch: perl
40170            ! lib/File/Spec/Cygwin.pm
40171 ____________________________________________________________________________
40172 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
40173         Log: Another finding by IRIX cc: non-void function
40174              sv_cat_decode() should return a value.
40175      Branch: perl
40176            ! sv.c
40177 ____________________________________________________________________________
40178 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
40179         Log: Integrate:
40180              [ 18949]
40181              pudge> never integrate anything from macos/
40182      Branch: perl
40183            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
40184            - macos/macperl.sym
40185           !> MANIFEST
40186 ____________________________________________________________________________
40187 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
40188         Log: Integrate:
40189              [ 18946]
40190              Integrate from maint-5.8/macperl:
40191              [ 18937]
40192              Various MacOS portability fixes for tests
40193
40194              [ 18938]
40195              File::Spec::Unix method should be called on $self
40196
40197              [ 18939]
40198              lib.pm:_get_dirs() should use $_[0], not $_
40199
40200              [ 18940]
40201              Update MacOS for new configpm
40202
40203              [ 18941]
40204              Update MacOS build
40205              Update Makefile for new source files,
40206              update test script, add additional symbol for APItest
40207      Branch: perl
40208           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
40209           +> macos/macperl.sym
40210           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
40211           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
40212           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
40213           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
40214           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
40215           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
40216 ____________________________________________________________________________
40217 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
40218         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
40219              (Too early? If inited there the pthread_mutex_init() returns
40220              an integer much too large be an errno), but initing the mutex
40221              later, in perl_alloc(), seems to be okay with Cygwin, and also
40222              with Linux.
40223      Branch: perl
40224            ! perl.c
40225 ____________________________________________________________________________
40226 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
40227         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
40228      Branch: perl
40229            ! Configure
40230 ____________________________________________________________________________
40231 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
40232         Log: Tell how to possibly dodge 'Out of memory' errors.
40233      Branch: perl
40234            ! pod/perldiag.pod
40235 ____________________________________________________________________________
40236 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
40237         Log: WinCE tweaks from Vadim Konovalov.
40238      Branch: perl
40239            ! perl.c perlio.c wince/Makefile.ce
40240 ____________________________________________________________________________
40241 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
40242         Log: Missed one.
40243      Branch: perl
40244            ! Configure
40245 ____________________________________________________________________________
40246 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
40247         Log: Single vs doublequoted context is important...
40248      Branch: perl
40249            ! Configure
40250 ____________________________________________________________________________
40251 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
40252         Log: """glob.*""" patch for VMS, from Peter Prymmer.
40253      Branch: perl
40254            ! vms/perlvms.pod vms/vms.c
40255 ____________________________________________________________________________
40256 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
40257         Log: Questionable construct.
40258      Branch: perl
40259            ! pod/perltooc.pod
40260 ____________________________________________________________________________
40261 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
40262         Log: Better setmode() prototype for cygwin.
40263      Branch: perl
40264            ! perl.h
40265 ____________________________________________________________________________
40266 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
40267         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
40268      Branch: perl
40269            ! Configure
40270 ____________________________________________________________________________
40271 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
40272         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
40273              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
40274              So make the macro to include the , and the non-gcc case empty.
40275      Branch: perl
40276            ! sv.h
40277 ____________________________________________________________________________
40278 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
40279         Log: Uid_t and Gid_t can easily be shorts and one cannot
40280              pull shorts off the va_args, int is the shortest (ahem).
40281      Branch: perl
40282            ! reentr.c reentr.pl
40283 ____________________________________________________________________________
40284 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
40285         Log: Subject: [PATCH] io_sock.t
40286              From: Norton Allen <allen@huarp.harvard.edu>
40287              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
40288              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
40289      Branch: perl
40290            ! README.qnx ext/IO/lib/IO/t/io_sock.t
40291 ____________________________________________________________________________
40292 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
40293         Log: Get rid of one Cygwin warning by introducing a prototype
40294              for the init_os_extras().  Since there is no header file
40295              in Perl specific to cygwin, use perl.h.
40296      Branch: perl
40297            ! perl.h
40298 ____________________________________________________________________________
40299 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
40300         Log: Upgrade to Time-HiRes 1.43.
40301      Branch: perl
40302            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40303            ! ext/Time/HiRes/Makefile.PL
40304 ____________________________________________________________________________
40305 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
40306         Log: Be more lax about the out of memory error message.
40307      Branch: perl
40308            ! t/op/recurse.t
40309 ____________________________________________________________________________
40310 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
40311         Log: Try to handle hitting the heap/data limit in small systems.
40312              (One can simulate this with e.g. 32MB or 64MB datasize,
40313              use your shell's ulimit/limit/limits command.)
40314      Branch: perl
40315            ! t/op/recurse.t
40316 ____________________________________________________________________________
40317 [ 18912] By: hv                                    on 2003/03/11  07:36:00
40318         Log: typo for utf8locale in #18907
40319      Branch: perl
40320            ! sv.c
40321 ____________________________________________________________________________
40322 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
40323         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
40324              From: "Craig A. Berry" <craigberry@mac.com>
40325              Date: Tue, 11 Mar 2003 00:34:39 -0600
40326              Message-ID: <3E6D837F.7000506@mac.com>
40327      Branch: perl
40328            ! perl.c
40329 ____________________________________________________________________________
40330 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
40331         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
40332      Branch: perl
40333            ! emacs/cperl-mode.el
40334 ____________________________________________________________________________
40335 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
40336         Log: Missed some, cryptically.
40337      Branch: perl
40338            ! pod/perlfunc.pod
40339 ____________________________________________________________________________
40340 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
40341         Log: Add missing intrpvar clonings to perl_clone.
40342              Also move the IDBassertion to the end since there's
40343              no particular reason to break bincompat for that.
40344      Branch: perl
40345            ! intrpvar.h sv.c
40346 ____________________________________________________________________________
40347 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
40348         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
40349      Branch: perl
40350            ! intrpvar.h
40351 ____________________________________________________________________________
40352 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
40353         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
40354              From: Stas Bekman <stas@stason.org>
40355              Date: Tue, 11 Mar 2003 17:09:02 +1100
40356              Message-ID: <3E6D7D7E.5000704@stason.org>
40357      Branch: perl
40358            ! sv.c
40359 ____________________________________________________________________________
40360 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
40361         Log: Subject: [PATCH] typos and other minor things
40362              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40363              Date: Mon, 10 Mar 2003 21:00:55 -0700
40364              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
40365      Branch: perl
40366            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
40367            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
40368            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
40369            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
40370            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
40371            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
40372            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
40373            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
40374            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
40375 ____________________________________________________________________________
40376 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
40377         Log: A rejected hunk of #18902 reapplied.
40378      Branch: perl
40379            ! t/io/utf8.t
40380 ____________________________________________________________________________
40381 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
40382         Log: Patch from Craig Berry to resolve test failures in VMS.
40383              Will poke the Net::Ping author.
40384      Branch: perl
40385            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
40386            ! t/io/utf8.t t/op/magic.t
40387 ____________________________________________________________________________
40388 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
40389         Log: Integrate (by hand) change #18386 from maint-5.8
40390      Branch: perl
40391            ! t/op/split.t
40392 ____________________________________________________________________________
40393 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
40394         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
40395      Branch: perl
40396            ! t/run/switchC.t
40397 ____________________________________________________________________________
40398 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
40399         Log: A new test, to check that signal numbers are actually positive,
40400              and that there is a consistent number of signals available.
40401      Branch: perl
40402            ! lib/Config.t
40403 ____________________________________________________________________________
40404 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
40405         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
40406              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40407              Date: Fri, 07 Mar 2003 13:12:49 -0800
40408              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
40409      Branch: perl
40410            ! mg.c pod/perldiag.pod t/op/tie.t
40411 ____________________________________________________________________________
40412 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
40413         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
40414              From: Nicholas Clark <nick@unfortu.net>
40415              Date: Sun, 9 Mar 2003 21:24:46 +0000
40416              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
40417      Branch: perl
40418            ! lib/Config.t
40419 ____________________________________________________________________________
40420 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
40421         Log: Integrate from maint:
40422              [ 18428]
40423              Somehow I managed to get makefile.olds that didn't get cleaned away.
40424      Branch: perl
40425           !> Makefile.SH x2p/Makefile.SH
40426 ____________________________________________________________________________
40427 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
40428         Log: Comment fix.
40429      Branch: perl
40430            ! t/io/utf8.t
40431 ____________________________________________________________________________
40432 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
40433         Log: Remove the foo-old files.
40434      Branch: perl
40435            ! opcode.pl
40436 ____________________________________________________________________________
40437 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
40438         Log: Subject: Re: Shared libperl.so and build issues
40439              From: Chip Turner <cturner@redhat.com>
40440              Date: 05 Jan 2003 10:35:40 -0500
40441              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
40442      Branch: perl
40443            ! INSTALL
40444 ____________________________________________________________________________
40445 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
40446         Log: Bunch of doc patches from Stas; plus regen.
40447
40448              Subject: [doc patch] perl.c's pod api entry
40449              From: Stas Bekman <stas@stason.org>
40450              Date: Mon, 10 Mar 2003 12:35:52 +1100
40451              Message-ID: <3E6BEBF8.80402@stason.org>
40452
40453              Subject: Re: [patch] perlguts.pod
40454              From: Stas Bekman <stas@stason.org>
40455              Date: Mon, 10 Mar 2003 12:38:57 +1100
40456              Message-ID: <3E6BECB1.7050009@stason.org>
40457
40458              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
40459              From: Stas Bekman <stas@stason.org>
40460              Date: Mon, 10 Mar 2003 12:41:46 +1100
40461              Message-ID: <3E6BED5A.801@stason.org>
40462
40463              Subject: Re: [patch] perlapi.pod fix
40464              From: Stas Bekman <stas@stason.org>
40465              Date: Mon, 10 Mar 2003 12:43:33 +1100
40466              Message-ID: <3E6BEDC5.6010405@stason.org>
40467
40468              Subject: Re: [docs patch] replace gets() with fgets() in example
40469              From: Stas Bekman <stas@stason.org>
40470              Date: Mon, 10 Mar 2003 12:45:41 +1100
40471              Message-ID: <3E6BEE45.9030901@stason.org>
40472
40473              Subject: [doc patch] perlrun.pod
40474              From: Stas Bekman <stas@stason.org>
40475              Date: Mon, 10 Mar 2003 14:49:59 +1100
40476              Message-ID: <3E6C0B67.4050606@stason.org>
40477      Branch: perl
40478            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
40479            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
40480 ____________________________________________________________________________
40481 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
40482         Log: Must not hide the protos, though.
40483      Branch: perl
40484            ! embed.pl proto.h
40485 ____________________________________________________________________________
40486 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
40487         Log: I hate embed*.  Tell me what you know.
40488      Branch: perl
40489            ! embed.fnc embed.h
40490 ____________________________________________________________________________
40491 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
40492         Log: Upgrade to Encode 1.91.
40493      Branch: perl
40494            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
40495            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
40496 ____________________________________________________________________________
40497 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
40498         Log: Export the symbols from #18863; do not prototype (but export)
40499              Nicholas Clark's experimental COW functions.
40500              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
40501              a mess of Herculean proportions.  Someone should redesign and
40502              clean up the stables.
40503      Branch: perl
40504            ! embed.fnc embed.pl global.sym proto.h
40505 ____________________________________________________________________________
40506 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
40507         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
40508      Branch: perl
40509            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
40510            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
40511            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
40512            ! ext/Encode/t/enc_module.t
40513 ____________________________________________________________________________
40514 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
40515         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
40516              under 'use encoding'.
40517      Branch: perl
40518            + ext/Encode/t/enc_data.t
40519            ! MANIFEST ext/Encode/MANIFEST toke.c
40520 ____________________________________________________________________________
40521 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
40522         Log: Tru64: additional instructions for building a newer Berkeley DB.
40523      Branch: perl
40524            ! README.tru64 hints/dec_osf.sh
40525 ____________________________________________________________________________
40526 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
40527         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
40528              function stubs, should be helpful for really simple extensions.
40529              Undoes large parts of changes #16289 and #16290.
40530      Branch: perl
40531            ! sv.c
40532 ____________________________________________________________________________
40533 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
40534         Log: ... and add a test case for bug #20798
40535      Branch: perl
40536            ! t/op/eval.t
40537 ____________________________________________________________________________
40538 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
40539         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
40540              From: Enache Adrian <enache@rdslink.ro>
40541              Date: Fri, 7 Mar 2003 23:28:37 +0200
40542              Message-ID: <20030307212837.GB765@ratsnest.hole>
40543
40544              (and few more test cases from the thread)
40545      Branch: perl
40546            ! sv.c t/op/sprintf.t
40547 ____________________________________________________________________________
40548 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
40549         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
40550              From: Enache Adrian <enache@rdslink.ro>
40551              Date: Fri, 7 Mar 2003 00:12:03 +0200
40552              Message-ID: <20030306221203.GB13330@ratsnest.hole>
40553      Branch: perl
40554            ! op.c
40555 ____________________________________________________________________________
40556 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
40557         Log: Adjust test count.
40558      Branch: perl
40559            ! t/op/pat.t
40560 ____________________________________________________________________________
40561 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
40562         Log: From Inaba Hiroto: re_intuit_start set a value to
40563              PL_bostr before calling find_byclass when regexp has
40564              ROPT_UTF8 flag on. But right value for PL_bostr is set
40565              before re_intuit_start is called.  PL_regdata is always
40566              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
40567              can be deleted.
40568      Branch: perl
40569            ! regexec.c t/op/pat.t
40570 ____________________________________________________________________________
40571 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
40572         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
40573              updated when fbm_compile() appended a "\n".
40574      Branch: perl
40575            ! t/op/pat.t util.c
40576 ____________________________________________________________________________
40577 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
40578         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
40579              Print it in B::Debug. Can be used later in B::Deparse to deparse
40580              the open pragma.
40581      Branch: perl
40582            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
40583 ____________________________________________________________________________
40584 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
40585         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
40586              From: Richard.Foley@ubsw.com
40587              Date: Fri, 21 Feb 2003 13:51:51 +0100
40588              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
40589      Branch: perl
40590            ! pod/perldebug.pod
40591 ____________________________________________________________________________
40592 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
40593         Log: Enache Adrian reads comments.
40594      Branch: perl
40595            ! perl.h
40596 ____________________________________________________________________________
40597 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
40598         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
40599              From: Richard Soderberg <perl@crystalflame.net>
40600              Date: Sat, 15 Feb 2003 01:27:17 -0500
40601              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
40602      Branch: perl
40603            ! ext/IO/lib/IO/Select.pm
40604 ____________________________________________________________________________
40605 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
40606         Log: Subject: [PATCH] long %ENV values for VMS
40607              From: "Craig A. Berry" <craigberry@mac.com>
40608              Date: Fri, 07 Mar 2003 13:49:50 -0600
40609              Message-ID: <3E68F7DE.8070603@mac.com>
40610      Branch: perl
40611            ! vms/vms.c
40612 ____________________________________________________________________________
40613 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
40614         Log: regen_headers tiny tidying:
40615              - regen.pl renamed as regen_lib.pl
40616              - regen_headers.pl renamed as regen.pl
40617              - added make target 'regen' (kept target 'regen_headers'
40618              for porters' brains' backward compatibility)
40619              - regen.pl fancified a bit to display the names
40620              of the files that got changed by running the scripts
40621      Branch: perl
40622            + regen_lib.pl
40623            - regen_headers.pl
40624            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
40625            ! keywords.pl opcode.pl regcomp.pl regen.pl
40626 ____________________________________________________________________________
40627 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
40628         Log: Give pointers to runtime Unicode changes.
40629      Branch: perl
40630            ! pod/perlrun.pod pod/perlvar.pod
40631 ____________________________________________________________________________
40632 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
40633         Log: Extra character noticed by Tels.
40634      Branch: perl
40635            ! MANIFEST
40636 ____________________________________________________________________________
40637 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
40638         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
40639              From: Kay Roepke <kay@dolphin-services.de>
40640              Date: Thu, 06 Mar 2003 23:00:10 +0100
40641              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
40642
40643              (plus change the d_gethostbyaddr_r_proto default to "0",
40644              that is what an undefined r_proto looks like)
40645      Branch: perl
40646            ! hints/freebsd.sh
40647 ____________________________________________________________________________
40648 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
40649         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
40650              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
40651              in non-glibc case", from Craig Berry)
40652      Branch: perl
40653            ! pp.c
40654 ____________________________________________________________________________
40655 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
40656         Log: Good observation from Philip Newton.
40657      Branch: perl
40658            ! pod/perlrun.pod
40659 ____________________________________________________________________________
40660 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
40661         Log: Make the -A switch work without an assertion name.
40662              by Salvador Fandiño.
40663      Branch: perl
40664            ! perl.c t/run/switch_A.t
40665 ____________________________________________________________________________
40666 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
40667         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
40668              From: "Jos I. Boumans" <kane@dwim.org>
40669              Date: Fri, 21 Feb 2003 20:33:53 +0100
40670              Message-ID: <3E567F21.6020006@dwim.org>
40671              (with some minor tweaks)
40672      Branch: perl
40673            ! pod/perlmodstyle.pod
40674 ____________________________________________________________________________
40675 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
40676         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
40677              From: Enache Adrian <enache@rdslink.ro>
40678              Date: Sun, 2 Mar 2003 06:05:22 +0200
40679              Message-ID: <20030302040522.GB4905@ratsnest.hole>
40680      Branch: perl
40681            ! t/op/subst.t
40682 ____________________________________________________________________________
40683 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
40684         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
40685              From: Enache Adrian <enache@rdslink.ro>
40686              Date: Wed, 5 Mar 2003 12:06:20 +0200
40687              Message-ID: <20030305100620.GA909@ratsnest.hole>
40688      Branch: perl
40689            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
40690            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
40691 ____________________________________________________________________________
40692 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
40693         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
40694              From: "Craig A. Berry" <craigberry@mac.com>
40695              Date: Thu, 06 Mar 2003 10:42:05 -0600
40696              Message-ID: <3E677A5D.10805@mac.com>
40697      Branch: perl
40698            ! mg.c
40699 ____________________________________________________________________________
40700 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
40701         Log: Thinko fix.
40702      Branch: perl
40703            ! Porting/findrfuncs
40704 ____________________________________________________________________________
40705 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
40706         Log: PERL_UNICODE explanation saga continues.
40707      Branch: perl
40708            ! pod/perlrun.pod
40709 ____________________________________________________________________________
40710 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
40711         Log: Handle also extra directories et alia.
40712      Branch: perl
40713            ! Porting/manicheck
40714 ____________________________________________________________________________
40715 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
40716         Log: Add mani(fest) check(ing) utility.
40717      Branch: perl
40718            + Porting/manicheck
40719            ! MANIFEST
40720 ____________________________________________________________________________
40721 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
40722         Log: Subject: [patch config_h.SH] redefining __attribute__
40723              From: Stas Bekman <stas@stason.org>
40724              Date: Thu, 06 Mar 2003 12:03:39 +1100
40725              Message-ID: <3E669E6B.1060606@stason.org>
40726      Branch: perl
40727            ! Configure NetWare/config_H.wc Porting/config.sh
40728            ! Porting/config_H config_h.SH plan9/config.plan9
40729            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
40730            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
40731 ____________________________________________________________________________
40732 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
40733         Log: Couple more _r possibilities (found in a RH 8.0 box), and
40734              the random() macros were all wrong.  (I don't know why
40735              metaconfig did so much reordering of config_h.SH.)
40736      Branch: perl
40737            ! Configure config_h.SH reentr.h reentr.pl
40738 ____________________________________________________________________________
40739 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
40740         Log: Change #18829 makes this test workaround obsolete.
40741      Branch: perl
40742            ! ext/B/t/deparse.t
40743 ____________________________________________________________________________
40744 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
40745         Log: Patch by Salvador Fandiño to read the warning mask
40746              returned by caller() and ${^WARNING_BITS} from
40747              $warnings::Bits{all} and not from the hardcoded core
40748              constant. (This mask could have been extended by
40749              warnings::register.) Plus tests.
40750      Branch: perl
40751            ! mg.c pp_ctl.c t/op/caller.t
40752 ____________________________________________________________________________
40753 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
40754         Log: Subject: [PATCH] assertions
40755              From: Salvador Fandiño <sfandino@yahoo.com>
40756              Date: Fri, 21 Feb 2003 17:26:16 +0000
40757              Message-ID: <3E566138.4090709@yahoo.com>
40758              and the complement : (with added comments)
40759              Subject: [PATCH] bug in ext/B/t/deparse.t
40760              Message-ID: <3E563E16.7060303@yahoo.com>
40761              plus perldiag.pod patch for the new warning
40762              (previous change was, once again, empty)
40763      Branch: perl
40764            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
40765            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
40766            ! pod/perldiag.pod warnings.h warnings.pl
40767 ____________________________________________________________________________
40768 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
40769         Log: Subject: [PATCH] assertions
40770              From: Salvador Fandiño <sfandino@yahoo.com>
40771              Date: Fri, 21 Feb 2003 17:26:16 +0000
40772              Message-ID: <3E566138.4090709@yahoo.com>
40773              and the complement : (with added comments)
40774              Subject: [PATCH] bug in ext/B/t/deparse.t
40775              Message-ID: <3E563E16.7060303@yahoo.com>
40776              plus perldiag.pod patch for the new warning
40777      Branch: perl
40778            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
40779            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
40780            ! pod/perldiag.pod warnings.h warnings.pl
40781 ____________________________________________________________________________
40782 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
40783         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
40784              The variant is from how List::Util Util.xs does it.
40785      Branch: perl
40786            ! ext/Devel/PPPort/PPPort.pm
40787 ____________________________________________________________________________
40788 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
40789         Log: Doc typos.
40790      Branch: perl
40791            ! lib/File/Find.pm
40792 ____________________________________________________________________________
40793 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
40794         Log: Try to give rcatline() a good jog on Unicode.
40795      Branch: perl
40796            ! t/io/utf8.t
40797 ____________________________________________________________________________
40798 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
40799         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
40800              From: Enache Adrian <enache@rdslink.ro>
40801              Date: Sun, 2 Mar 2003 05:43:54 +0200
40802              Message-ID: <20030302034354.GA4905@ratsnest.hole>
40803      Branch: perl
40804            ! sv.c t/io/utf8.t
40805 ____________________________________________________________________________
40806 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
40807         Log: Can't test this without PerlIO.
40808      Branch: perl
40809            ! t/uni/write.t
40810 ____________________________________________________________________________
40811 [ 18820] By: sky                                   on 2003/03/04  01:01:07
40812         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
40813              What happened was that a constant was freed, the pad released but
40814              the pad slot still held the SV, when pad slot was reallocated
40815              to be a target for a stringify, it did a sv_setpv on the target
40816              and the original SV was wiped out. When this SV was later on
40817              to new places using the constant, they got the wrong value.
40818              By replacing pad_free with pad_swipe for these cases, we
40819              won't have such a problem. (pad_swipe also removes the
40820              pointer to the original SV).
40821      Branch: perl
40822            ! op.c
40823 ____________________________________________________________________________
40824 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
40825         Log: Further clarification on PERL_UNICODE's semantics.
40826      Branch: perl
40827            ! pod/perlrun.pod
40828 ____________________________________________________________________________
40829 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
40830         Log: Sync with libnet-1.13
40831      Branch: perl
40832            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
40833            ! lib/Net/POP3.pm lib/Net/SMTP.pm
40834 ____________________________________________________________________________
40835 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
40836         Log: Upgrade to Unicode::Normalize 0.20.
40837      Branch: perl
40838            ! ext/Unicode/Normalize/Changes
40839            ! ext/Unicode/Normalize/Normalize.pm
40840            ! ext/Unicode/Normalize/Normalize.xs
40841            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
40842            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
40843            ! ext/Unicode/Normalize/t/test.t
40844 ____________________________________________________________________________
40845 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
40846         Log: Upgrade to Encode 1.89.  The enc_module.t required
40847              a little tweak, sending that to Dan.
40848      Branch: perl
40849            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
40850            + ext/Encode/t/enc_module.t
40851            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
40852            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
40853            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
40854            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
40855            ! ext/Encode/ucm/viscii.ucm
40856 ____________________________________________________________________________
40857 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
40858         Log: Use a macro for abs() to avoid the possible truncation to an int;
40859              also make an explicit (double)cast for the arguments to fabs().
40860      Branch: perl
40861            ! perl.h pp.c sv.c util.c
40862 ____________________________________________________________________________
40863 [ 18812] By: hv                                    on 2003/03/02  22:36:05
40864         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
40865              From: andreas.koenig@anima.de (Andreas J. Koenig)
40866              Date: Wed, 19 Feb 2003 11:05:28 +0100
40867              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
40868      Branch: perl
40869            ! patchlevel.h
40870 ____________________________________________________________________________
40871 [ 18811] By: hv                                    on 2003/03/02  22:30:50
40872         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
40873              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
40874              Date: 18 Feb 2003 21:05:15 -0000
40875              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
40876      Branch: perl
40877            ! ext/IPC/SysV/Msg.pm
40878 ____________________________________________________________________________
40879 [ 18810] By: hv                                    on 2003/03/02  21:59:10
40880         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
40881              From: Richard Soderberg <perl@crystalflame.net>
40882              Date: Sat, 15 Feb 2003 01:27:21 -0500
40883              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
40884      Branch: perl
40885            ! lib/File/Basename.pm
40886 ____________________________________________________________________________
40887 [ 18809] By: hv                                    on 2003/03/02  21:54:53
40888         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
40889              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
40890              Date: 15 Feb 2003 00:21:41 -0000
40891              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
40892      Branch: perl
40893            ! lib/File/Find.pm
40894 ____________________________________________________________________________
40895 [ 18807] By: hv                                    on 2003/03/02  21:22:56
40896         Log: Reverse copyright update (#18801) for files not changed in 2003.
40897      Branch: perl
40898            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
40899            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
40900            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
40901            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
40902            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
40903            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
40904            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
40905            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
40906 ____________________________________________________________________________
40907 [ 18805] By: hv                                    on 2003/03/02  16:29:28
40908         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
40909              From: Enache Adrian <enache@rdslink.ro>
40910              Date: Sun, 2 Mar 2003 10:11:27 +0200
40911              Message-ID: <20030302081127.GA10782@ratsnest.hole>
40912      Branch: perl
40913            ! pp.c t/op/pat.t
40914 ____________________________________________________________________________
40915 [ 18803] By: hv                                    on 2003/03/02  16:12:34
40916         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
40917              From: "Anders Johnson" <ajohnson@wischip.com>
40918              Date: Mon, 10 Feb 2003 14:09:46 -0800
40919              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
40920      Branch: perl
40921            ! mg.c t/op/magic.t
40922 ____________________________________________________________________________
40923 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
40924         Log: Narrow down the -C test skippage.
40925      Branch: perl
40926            ! t/run/switchC.t
40927 ____________________________________________________________________________
40928 [ 18801] By: hv                                    on 2003/03/02  15:24:22
40929         Log: Update all copyrights to 2003, from Jarkko
40930      Branch: perl
40931            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
40932            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
40933            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
40934            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
40935            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
40936            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
40937            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
40938            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
40939            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
40940            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
40941            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
40942            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
40943            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
40944            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
40945            ! x2p/util.h x2p/walk.c xsutils.c
40946 ____________________________________________________________________________
40947 [ 18800] By: hv                                    on 2003/03/02  15:16:38
40948         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
40949              From: Richard.Foley@ubsw.com
40950              Date: Wed, 19 Feb 2003 13:24:38 +0100
40951              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
40952      Branch: perl
40953            ! lib/perl5db.pl
40954 ____________________________________________________________________________
40955 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
40956         Log: The -CI cannot be easily tested under UTF-8 locale with
40957              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
40958              Also other small tweaks in the -C neighbourhood.
40959      Branch: perl
40960            ! perl.c perl.h t/run/switchC.t util.c
40961 ____________________________________________________________________________
40962 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
40963         Log: Go with "right = -right" for greater portability, some platforms
40964              might require llabs() to get abs() of long longs.
40965      Branch: perl
40966            ! pp.c
40967 ____________________________________________________________________________
40968 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
40969         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
40970              with negative quads", or also as RedHat bug #65612.
40971      Branch: perl
40972            ! pp.c
40973 ____________________________________________________________________________
40974 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
40975         Log: Forgotten from change #18795.
40976      Branch: perl
40977            ! global.sym
40978 ____________________________________________________________________________
40979 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
40980         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
40981              From: Abe Timmerman <abe@ztreet.demon.nl>
40982              Date: Sun, 2 Mar 2003 02:03:16 +0100
40983              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
40984      Branch: perl
40985            ! embed.fnc embed.h makedef.pl
40986 ____________________________________________________________________________
40987 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
40988         Log: Further Unicode formats patching from Inaba Hiroto.
40989      Branch: perl
40990            + t/uni/write.t
40991            ! MANIFEST pp_ctl.c
40992 ____________________________________________________________________________
40993 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
40994         Log: Integrate change #18788 from maint.
40995      Branch: perl
40996           !> perl.h
40997 ____________________________________________________________________________
40998 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
40999         Log: Subject: [PATCH] Get MSWin32 back compiling
41000              From: Abe Timmerman <abe@ztreet.demon.nl>
41001              Date: Sat, 1 Mar 2003 04:31:19 +0100
41002              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
41003      Branch: perl
41004            ! embed.fnc embed.h global.sym makedef.pl
41005 ____________________________________________________________________________
41006 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
41007         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
41008              From: Inaba Hiroto <inaba@st.rim.or.jp>
41009              Date: Mon, 10 Feb 2003 00:04:51 +0900
41010              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
41011      Branch: perl
41012            ! pp_ctl.c toke.c
41013 ____________________________________________________________________________
41014 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
41015         Log: An already fixed bug from perl-unicode.
41016      Branch: perl
41017            ! t/op/pat.t
41018 ____________________________________________________________________________
41019 [ 18782] By: hv                                    on 2003/02/26  01:36:49
41020         Log: Subject: Re: [perl #20683] [fix] Better Patch
41021              From: Enache Adrian <enache@rdslink.ro>
41022              Date: Sun, 23 Feb 2003 20:16:39 +0200
41023              Message-ID: <20030223181639.GA18713@ratsnest.hole>
41024      Branch: perl
41025            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
41026            ! regexec.c sv.c t/op/pat.t
41027 ____________________________________________________________________________
41028 [ 18781] By: hv                                    on 2003/02/26  01:11:14
41029         Log: regen headers
41030      Branch: perl
41031            ! perlapi.h pod/perlapi.pod
41032 ____________________________________________________________________________
41033 [ 18780] By: hv                                    on 2003/02/26  00:25:32
41034         Log: Two typos found by Philip Newton <pnewton@gmx.de>
41035      Branch: perl
41036            ! configpm ext/DB_File/DB_File.pm
41037 ____________________________________________________________________________
41038 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
41039         Log: Add tests for the -C switch.  Depending on the
41040              CLIs some $^O dance may be needed.
41041      Branch: perl
41042            + t/run/switchC.t
41043            ! MANIFEST
41044 ____________________________________________________________________________
41045 [ 18778] By: hv                                    on 2003/02/25  15:24:17
41046         Log: Add missing file from change #18774.
41047      Branch: perl
41048            + t/op/localref.t
41049 ____________________________________________________________________________
41050 [ 18777] By: hv                                    on 2003/02/25  14:07:59
41051         Log: More variables for change #18776.
41052      Branch: perl
41053            ! op.c
41054 ____________________________________________________________________________
41055 [ 18776] By: hv                                    on 2003/02/25  14:04:03
41056         Log: Subject: [perl #20682] [fix] @- array not visible in s///
41057              From: Enache Adrian <enache@rdslink.ro>
41058              Date: Fri, 21 Feb 2003 17:50:14 +0200
41059              Message-ID: <20030221155014.GB793@ratsnest.hole>
41060      Branch: perl
41061            ! op.c t/op/subst.t
41062 ____________________________________________________________________________
41063 [ 18775] By: hv                                    on 2003/02/25  13:53:11
41064         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
41065              From: Enache Adrian <enache@rdslink.ro>
41066              Date: Fri, 21 Feb 2003 17:49:41 +0200
41067              Message-ID: <20030221154941.GA793@ratsnest.hole>
41068      Branch: perl
41069            ! pp_ctl.c t/op/subst.t
41070 ____________________________________________________________________________
41071 [ 18774] By: hv                                    on 2003/02/25  13:21:19
41072         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
41073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41074              Date: Sun, 23 Feb 2003 00:03:27 +0100
41075              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
41076      Branch: perl
41077            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
41078 ____________________________________________________________________________
41079 [ 18773] By: hv                                    on 2003/02/25  12:45:01
41080         Log: Subject: [Encode] 1.88 Released
41081              From: Dan Kogai <dankogai@dan.co.jp>
41082              Date: Thu, 20 Feb 2003 23:49:55 +0900
41083              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
41084      Branch: perl
41085            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41086            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
41087            ! ext/Encode/lib/Encode/CJKConstants.pm
41088            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
41089            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
41090 ____________________________________________________________________________
41091 [ 18772] By: merijn                                on 2003/02/25  12:12:14
41092         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
41093              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41094              Date: Wed, 19 Feb 2003 13:37:39 -0800
41095              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
41096      Branch: perl
41097            ! lib/CGI.pm
41098 ____________________________________________________________________________
41099 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
41100         Log: Cleanup #18770 as suggested by Rafael.
41101      Branch: perl
41102            ! mg.c perl.h
41103 ____________________________________________________________________________
41104 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
41105         Log: A new try at #18765 (for [perl #20920]).
41106      Branch: perl
41107            ! mg.c
41108 ____________________________________________________________________________
41109 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
41110         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
41111      Branch: perl
41112            ! mg.c
41113 ____________________________________________________________________________
41114 [ 18768] By: chip                                  on 2003/02/24  21:42:57
41115         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
41116              until a change has been submitted.
41117      Branch: perl
41118            + Porting/p4d2p
41119            ! MANIFEST
41120 ____________________________________________________________________________
41121 [ 18767] By: chip                                  on 2003/02/24  21:35:56
41122         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
41123      Branch: perl
41124            ! Porting/check83.pl Porting/findvars Porting/fixCORE
41125            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
41126 ____________________________________________________________________________
41127 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
41128         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
41129      Branch: perl
41130            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
41131            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
41132 ____________________________________________________________________________
41133 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
41134         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
41135              From: Slaven Rezic <slaven@rezic.de>
41136              Date: 14 Feb 2003 09:11:15 +0100
41137              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
41138
41139              (with slight tweaks)
41140      Branch: perl
41141            ! mg.c
41142 ____________________________________________________________________________
41143 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
41144         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
41145              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
41146              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
41147      Branch: perl
41148            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
41149 ____________________________________________________________________________
41150 [ 18763] By: chip                                  on 2003/02/24  14:54:36
41151         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
41152      Branch: perl
41153            ! op.c win32/perlhost.h
41154 ____________________________________________________________________________
41155 [ 18762] By: hv                                    on 2003/02/24  00:18:42
41156         Log: Remove no-longer-true line from perlop
41157      Branch: perl
41158            ! pod/perlop.pod
41159 ____________________________________________________________________________
41160 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
41161         Log: Chip noticed that the intended optionality of the 'IV' was
41162              forgotten in the change #18758.
41163      Branch: perl
41164            ! ext/Devel/Peek/Peek.t
41165 ____________________________________________________________________________
41166 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
41167         Log: API doc tweaks.
41168      Branch: perl
41169            ! utf8.c
41170 ____________________________________________________________________________
41171 [ 18759] By: sky                                   on 2003/02/21  09:08:30
41172         Log: Change regex to be a bit more friendly against various
41173              outputs from ps -f, regex suggest by rgs
41174      Branch: perl
41175            ! ext/threads/t/join.t
41176 ____________________________________________________________________________
41177 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
41178         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
41179              From: PPrymmer@factset.com
41180              Date: Thu, 20 Feb 2003 13:28:09 -0500
41181              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
41182      Branch: perl
41183            ! ext/Devel/Peek/Peek.t
41184 ____________________________________________________________________________
41185 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
41186         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
41187              From: PPrymmer@factset.com
41188              Date: Wed, 19 Feb 2003 15:04:40 -0500
41189              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
41190      Branch: perl
41191            ! README.vms configure.com
41192 ____________________________________________________________________________
41193 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
41194         Log: Doc tweakage on -C.
41195      Branch: perl
41196            ! pod/perlrun.pod
41197 ____________________________________________________________________________
41198 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
41199         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
41200              From: Brendan O'Dea <bod@debian.org>
41201              Date: Sun, 16 Feb 2003 21:09:23 +1100
41202              Message-ID: <20030216100923.GA29761@londo.c47.org>
41203      Branch: perl
41204            ! pod/perlcompile.pod
41205 ____________________________________________________________________________
41206 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
41207         Log: Document clearly that "_" is always in package "main".
41208      Branch: perl
41209            ! pod/perlvar.pod
41210 ____________________________________________________________________________
41211 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
41212         Log: Subject: Re: [perl #20716] scope error with brackets
41213              From: Enache Adrian <enache@rdslink.ro>
41214              Date: Thu, 13 Feb 2003 04:52:21 +0200
41215              Message-ID: <20030213025221.GA1215@ratsnest.hole>
41216              (better version of change #18687)
41217      Branch: perl
41218            ! t/comp/parser.t toke.c
41219 ____________________________________________________________________________
41220 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
41221         Log: 'A' is not 65 everywhere.
41222      Branch: perl
41223            ! t/op/pack.t
41224 ____________________________________________________________________________
41225 [ 18751] By: chip                                  on 2003/02/19  03:54:45
41226         Log: Support one-parameter unpack(), which unpacks $_.
41227      Branch: perl
41228            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
41229 ____________________________________________________________________________
41230 [ 18750] By: hv                                    on 2003/02/19  00:53:03
41231         Log: more complex assertions activation:
41232              Subject: Re: Did the assertion patch/feature submission get overlooked?
41233              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
41234              Date: Tue, 18 Feb 2003 19:24:13 +0000
41235              Message-ID: <3E52885D.5060903@yahoo.com>
41236      Branch: perl
41237            ! lib/assertions.pm lib/assertions/activate.pm
41238            ! t/comp/assertions.t
41239 ____________________________________________________________________________
41240 [ 18749] By: hv                                    on 2003/02/19  00:19:21
41241         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
41242              From: andreas.koenig@anima.de (Andreas J. Koenig)
41243              Date: Tue, 18 Feb 2003 11:48:40 +0100
41244              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
41245      Branch: perl
41246            ! patchlevel.h
41247 ____________________________________________________________________________
41248 [ 18748] By: hv                                    on 2003/02/19  00:00:41
41249         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
41250              From: Dave Mitchell <davem@fdgroup.com>
41251              Date: Tue, 18 Feb 2003 21:45:45 +0000
41252              Message-ID: <20030218214545.C18547@fdgroup.com>
41253
41254              and tests for the same:
41255              From: Dave Mitchell <davem@fdgroup.com>
41256              Date: Wed, 19 Feb 2003 00:42:01 +0000
41257              Message-ID: <20030219004201.F18547@fdgroup.com>
41258      Branch: perl
41259            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
41260 ____________________________________________________________________________
41261 [ 18747] By: hv                                    on 2003/02/18  23:47:06
41262         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
41263              problems on case-insensitive file systems. Rename it back to
41264              t/run/switch_A.t
41265      Branch: perl
41266           +> t/run/switch_A.t
41267            - t/run/switchA.t
41268            ! MANIFEST
41269 ____________________________________________________________________________
41270 [ 18746] By: sky                                   on 2003/02/18  21:31:37
41271         Log: Subject: Re: -Os for Darwin why?
41272              From: schwern@pobox.com
41273              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
41274              Message-Id: <20030218113739.D25848@ttul.org>
41275      Branch: perl
41276            ! hints/darwin.sh
41277 ____________________________________________________________________________
41278 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
41279         Log: Format nit.
41280      Branch: perl
41281            ! util.c
41282 ____________________________________________________________________________
41283 [ 18740] By: sky                                   on 2003/02/18  06:33:57
41284         Log: Re: -Os for Darwin why?
41285              From: schwern@pobox.com
41286              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
41287              Message-Id: <20030217191403.A17553@ttul.org>
41288      Branch: perl
41289            ! hints/darwin.sh
41290 ____________________________________________________________________________
41291 [ 18739] By: hv                                    on 2003/02/18  01:04:01
41292         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
41293              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
41294              Date: Mon, 17 Feb 2003 23:38:05 +0000
41295              Message-ID: <3E51725D.5060303@yahoo.com>
41296      Branch: perl
41297            + t/comp/assertions.t t/run/switchA.t
41298            ! MANIFEST
41299 ____________________________________________________________________________
41300 [ 18738] By: hv                                    on 2003/02/18  00:51:24
41301         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
41302              From: Nicholas Clark <nick@ccl4.org>
41303              Date: Mon, 17 Feb 2003 21:07:03 +0000
41304              Message-ID: <20030217210330.A8611@plum.flirble.org>
41305      Branch: perl
41306            ! sv.c
41307 ____________________________________________________________________________
41308 [ 18737] By: hv                                    on 2003/02/18  00:47:00
41309         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
41310              From: Stephen McCamant <smcc@mit.edu>
41311              Date: Mon, 17 Feb 2003 19:34:36 -0500
41312              Date: Mon, 17 Feb 2003 19:34:36 -0500
41313              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
41314      Branch: perl
41315            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
41316            ! ext/B/B/Terse.pm ext/B/t/terse.t
41317 ____________________________________________________________________________
41318 [ 18736] By: hv                                    on 2003/02/17  09:33:47
41319         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
41320              From: Nicholas Clark <nick@unfortu.net>
41321              Date: Sun, 16 Feb 2003 23:09:50 +0000
41322              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
41323      Branch: perl
41324            ! sv.c
41325 ____________________________________________________________________________
41326 [ 18735] By: hv                                    on 2003/02/17  09:13:02
41327         Log: Use the escape E<ntilde> in source files rather than the actual char.
41328      Branch: perl
41329            ! lib/assertions.pm lib/assertions/activate.pm
41330 ____________________________________________________________________________
41331 [ 18734] By: hv                                    on 2003/02/17  09:06:44
41332         Log: Suppress empty #ifdef blocks in embed.pl
41333      Branch: perl
41334            ! embed.h embed.pl
41335 ____________________________________________________________________________
41336 [ 18733] By: hv                                    on 2003/02/17  08:51:53
41337         Log: fix typo in sv.c and regenerate perlapi.pod
41338      Branch: perl
41339            ! pod/perlapi.pod sv.c
41340 ____________________________________________________________________________
41341 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
41342         Log: Philip Newton has eagle eyes :-)
41343      Branch: perl
41344            ! pod/perlrun.pod
41345 ____________________________________________________________________________
41346 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
41347         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
41348      Branch: perl
41349            ! locale.c pod/perlrun.pod pod/perlunicode.pod
41350            ! pod/perluniintro.pod pod/perlvar.pod util.c
41351 ____________________________________________________________________________
41352 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
41353         Log: Make also the -CAL conditional on locale.
41354      Branch: perl
41355            ! perl.c pod/perlrun.pod
41356 ____________________________________________________________________________
41357 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
41358         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
41359      Branch: perl
41360            ! embed.h embed.pl pod/perlembed.pod
41361 ____________________________________________________________________________
41362 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
41363         Log: According to Sarathy it's better have the Ministry
41364              of Information to remove all memory of NO_EMBED.
41365              What NO_EMBED?
41366      Branch: perl
41367            ! embed.h embed.pl
41368 ____________________________________________________________________________
41369 [ 18727] By: hv                                    on 2003/02/16  13:55:10
41370         Log: add support for assertions. Updated form of:
41371              Subject: Re: Did the assertion patch/feature submission get overlooked?
41372              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
41373              Date: Sat, 30 Nov 2002 17:24:09 +0000
41374              Message-ID: <3DE8F439.50402@yahoo.com>
41375      Branch: perl
41376            + lib/assertions.pm lib/assertions/activate.pm
41377            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
41378            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
41379            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
41380 ____________________________________________________________________________
41381 [ 18726] By: hv                                    on 2003/02/16  13:10:32
41382         Log: COW regexps:
41383              Subject: [PATCH] Copy on write for $& and $1...
41384              From: Nicholas Clark <nick@unfortu.net>
41385              Date: Sun, 9 Feb 2003 23:00:09 +0000
41386              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
41387      Branch: perl
41388            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
41389            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
41390 ____________________________________________________________________________
41391 [ 18725] By: hv                                    on 2003/02/16  13:08:52
41392         Log: inline SvREFCNT_dec:
41393              Subject: [PATCH] Copy on write for $& and $1...
41394              From: Nicholas Clark <nick@unfortu.net>
41395              Date: Sun, 9 Feb 2003 23:00:09 +0000
41396              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
41397      Branch: perl
41398            ! embed.fnc embed.h proto.h sv.c sv.h
41399 ____________________________________________________________________________
41400 [ 18723] By: hv                                    on 2003/02/16  11:12:58
41401         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
41402              From: Enache Adrian <enache@rdslink.ro>
41403              Date: Sun, 16 Feb 2003 00:05:10 +0200
41404              Message-ID: <20030215220510.GB893@ratsnest.hole>
41405      Branch: perl
41406            ! op.c
41407 ____________________________________________________________________________
41408 [ 18722] By: hv                                    on 2003/02/16  11:08:06
41409         Log: outdent else-if chain in scope()
41410      Branch: perl
41411            ! op.c
41412 ____________________________________________________________________________
41413 [ 18721] By: hv                                    on 2003/02/16  11:00:47
41414         Log: Subject: [PATCH] arcane tainting bug in vms.c
41415              From: "Craig A. Berry" <craigberry@mac.com>
41416              Date: Sat, 15 Feb 2003 12:29:03 -0600
41417              Message-ID: <3E4E86EF.8090609@mac.com>
41418      Branch: perl
41419            ! vms/vms.c
41420 ____________________________________________________________________________
41421 [ 18720] By: hv                                    on 2003/02/16  10:54:58
41422         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
41423              integer, but extend to runtime. Based on:
41424              Subject: Re: [perl #20827] Unexpected scientific notation.
41425              From: hv@crypt.org
41426              Date: Wed, 12 Feb 2003 03:12:43 +0000
41427              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
41428      Branch: perl
41429            ! op.c pp.c
41430 ____________________________________________________________________________
41431 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
41432         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
41433              which will disable the short forms of the Perl_ API, good for
41434              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
41435      Branch: perl
41436            ! embed.h embed.pl pod/perlembed.pod
41437 ____________________________________________________________________________
41438 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
41439         Log: Clarify the -C syntax a bit.
41440      Branch: perl
41441            ! pod/perlrun.pod
41442 ____________________________________________________________________________
41443 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
41444         Log: Forgotten from #18715.
41445      Branch: perl
41446            ! embed.h proto.h
41447 ____________________________________________________________________________
41448 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
41449         Log: The new(er) way of controlling Unicode I/O (and other) features;
41450              -C (or PERL_UNICODE).  See perlrun/-C for more details.
41451      Branch: perl
41452            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
41453            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
41454            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
41455            ! util.c
41456 ____________________________________________________________________________
41457 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
41458         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
41459      Branch: perl
41460            ! ext/Storable/Storable.xs
41461 ____________________________________________________________________________
41462 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
41463         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
41464              even closer to each other.  The dec_osf.pl is irrelevant
41465              for the current core but adding it makes for one less exception
41466              when integrating.
41467      Branch: perl
41468            + ext/Digest/MD5/hints/dec_osf.pl
41469            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
41470            ! ext/Digest/MD5/t/files.t
41471 ____________________________________________________________________________
41472 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
41473         Log: Update MD5 Changes; update checksums.
41474      Branch: perl
41475            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
41476 ____________________________________________________________________________
41477 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
41478         Log: Update the MD5 checksums.
41479      Branch: perl
41480            ! ext/Digest/MD5/t/files.t
41481 ____________________________________________________________________________
41482 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
41483         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
41484              (problem noticed by Graham with List::Util).
41485      Branch: perl
41486            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
41487            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
41488 ____________________________________________________________________________
41489 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
41490         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
41491              From: Enache Adrian <enache@rdslink.ro>
41492              Date: Sat, 15 Feb 2003 00:37:40 +0200
41493              Message-ID: <20030214223740.GA13575@ratsnest.hole>
41494      Branch: perl
41495            ! pp.c t/op/split.t
41496 ____________________________________________________________________________
41497 [ 18707] By: hv                                    on 2003/02/15  06:38:15
41498         Log: Subject: [doc patch] ext/threads/shared/shared.pm
41499              From: Stas Bekman <stas@stason.org>
41500              Date: Fri, 14 Feb 2003 11:12:39 +1100
41501              Message-ID: <3E4C3477.7030306@stason.org>
41502      Branch: perl
41503            ! ext/threads/shared/shared.pm
41504 ____________________________________________________________________________
41505 [ 18706] By: hv                                    on 2003/02/15  06:32:35
41506         Log: Subject: Re: perlvar phrasing clarification for $^S
41507              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
41508              Date: Fri, 14 Feb 2003 10:12:00 +1100
41509              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
41510      Branch: perl
41511            ! pod/perlvar.pod
41512 ____________________________________________________________________________
41513 [ 18705] By: hv                                    on 2003/02/15  06:27:07
41514         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
41515              From: Dave Mitchell <davem@fdgroup.com>
41516              Date: Fri, 14 Feb 2003 22:48:27 +0000
41517              Message-ID: <20030214224827.B6783@fdgroup.com>
41518
41519              with tests:
41520              From: Slaven Rezic <slaven@rezic.de>
41521              Date: 14 Feb 2003 20:23:20 +0100
41522              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
41523      Branch: perl
41524            ! pp.c t/op/substr.t t/op/vec.t
41525 ____________________________________________________________________________
41526 [ 18704] By: hv                                    on 2003/02/15  06:17:06
41527         Log: Subject: Re: overriding builtins quirk
41528              From: Jerrad Pierce <belg4mit@MIT.EDU>
41529              Date: Fri, 14 Feb 2003 09:28:13 -0500
41530              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
41531      Branch: perl
41532            ! pod/perlsub.pod
41533 ____________________________________________________________________________
41534 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
41535         Log: Subject: Re: trying to fix #20154, #20357
41536              From: Enache Adrian <enache@rdslink.ro>
41537              Date: Sat, 8 Feb 2003 21:05:14 +0200
41538              Message-ID: <20030208190514.GA866@ratsnest.hole>
41539              (fixes #19061 as well)
41540      Branch: perl
41541            ! pp_ctl.c t/op/goto.t
41542 ____________________________________________________________________________
41543 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
41544         Log: Update to Scalar-List-Utils 1.11
41545      Branch: perl
41546            + ext/List/Util/t/proto.t
41547            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
41548            ! ext/List/Util/lib/List/Util.pm
41549            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
41550 ____________________________________________________________________________
41551 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
41552         Log: gcc 3.2.1 does not have -Wall faith that tmp
41553              will not be used uninitialized.
41554      Branch: perl
41555            ! toke.c
41556 ____________________________________________________________________________
41557 [ 18698] By: hv                                    on 2003/02/12  03:01:32
41558         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
41559              From: Slaven Rezic <slaven@rezic.de>
41560              Date: 30 Jan 2003 19:03:41 +0100
41561              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
41562      Branch: perl
41563            ! utils/perlbug.PL
41564 ____________________________________________________________________________
41565 [ 18697] By: hv                                    on 2003/02/12  02:20:39
41566         Log: Subject: [PATCH 5.9.0] to silence compiler warning
41567              From: Robin Barker <Robin.Barker@npl.co.uk>
41568              Date: Tue, 28 Jan 2003 13:27:17 -0000
41569              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
41570      Branch: perl
41571            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
41572            ! universal.c util.c
41573 ____________________________________________________________________________
41574 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
41575         Log: Subject: [perl #20654] %*v02x considered invalid in printf
41576              From: Robin Barker (via RT) <perlbug-followup@perl.org>
41577              Date: 10 Feb 2003 16:43:23 -0000
41578              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
41579      Branch: perl
41580            ! sv.c t/op/sprintf.t
41581 ____________________________________________________________________________
41582 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
41583         Log: Subject: mini-[patch] perlrun "^$W" typo
41584              From: Iain Truskett <spoon@dellah.org>
41585              Date: Tue, 11 Feb 2003 08:38:52 +1100
41586              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
41587      Branch: perl
41588            ! pod/perlrun.pod
41589 ____________________________________________________________________________
41590 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
41591         Log: Subject: [PATCH] More B::Concise fixes
41592              From: Stephen McCamant <smcc@mit.edu>
41593              Date: Sun, 9 Feb 2003 17:28:38 -0500
41594              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
41595      Branch: perl
41596            ! ext/B/B/Concise.pm
41597 ____________________________________________________________________________
41598 [ 18693] By: merijn                                on 2003/02/11  08:14:29
41599         Log: More code cleanup.
41600
41601              Subject: Re: New SV Flag
41602              Date: Fri, 07 Feb 2003 09:57:43 +0100
41603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41604              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
41605      Branch: perl
41606            ! sv.c sv.h
41607 ____________________________________________________________________________
41608 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
41609         Log: Dueling patches.
41610      Branch: perl
41611            - lib/CPAN/ChangeLog
41612            ! MANIFEST
41613 ____________________________________________________________________________
41614 [ 18691] By: hv                                    on 2003/02/11  00:27:56
41615         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
41616              From: Mark Mielke <mark@mark.mielke.cc>
41617              Date: Mon, 20 Jan 2003 19:56:13 -0500
41618              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
41619      Branch: perl
41620            ! sv.c
41621 ____________________________________________________________________________
41622 [ 18690] By: hv                                    on 2003/02/10  22:08:05
41623         Log: fix comment in change #18689
41624      Branch: perl
41625            ! sv.c
41626 ____________________________________________________________________________
41627 [ 18689] By: hv                                    on 2003/02/10  21:59:34
41628         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
41629              Now allows but ignores the 'l' modifier on floating point formats
41630              and adds a couple of tests.
41631      Branch: perl
41632            ! sv.c t/op/sprintf.t
41633 ____________________________________________________________________________
41634 [ 18688] By: sky                                   on 2003/02/10  19:54:13
41635         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
41636              From: Enache Adrian <enache@rdslink.ro>
41637              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
41638              Message-Id: <20030209201025.GA1247@ratsnest.hole>
41639      Branch: perl
41640            ! pp_ctl.c
41641 ____________________________________________________________________________
41642 [ 18687] By: sky                                   on 2003/02/10  18:13:29
41643         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
41644              From: Enache Adrian <enache@rdslink.ro>
41645              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
41646              Message-id: <20030210174858.GA872@ratsnest.hole>
41647      Branch: perl
41648            ! t/comp/parser.t toke.c
41649 ____________________________________________________________________________
41650 [ 18686] By: sky                                   on 2003/02/10  18:11:35
41651         Log: Compile under threads and MacOSX. For some reason newSVpvf
41652              was not exapnded.
41653      Branch: perl
41654            ! universal.c
41655 ____________________________________________________________________________
41656 [ 18685] By: ams                                   on 2003/02/10  03:44:07
41657         Log: No, we don't really want the utility scripts.
41658      Branch: perl
41659            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
41660            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
41661            ! MANIFEST ext/MIME/Base64/Makefile.PL
41662 ____________________________________________________________________________
41663 [ 18684] By: hv                                    on 2003/02/10  01:43:12
41664         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
41665              Subject: [perl #20536] use if 1, open => ':utf8' fails
41666              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
41667              Date: 24 Jan 2003 22:39:06 -0000
41668              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
41669      Branch: perl
41670            ! lib/if.pm lib/if.t
41671 ____________________________________________________________________________
41672 [ 18683] By: hv                                    on 2003/02/10  01:15:52
41673         Log: Subject: RE: perldebug.pod suggestion
41674              From: "Jay Hannah" <jhannah@omnihotels.com>
41675              Date: Fri, 24 Jan 2003 11:28:44 -0600
41676              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
41677      Branch: perl
41678            ! pod/perldebug.pod
41679 ____________________________________________________________________________
41680 [ 18682] By: hv                                    on 2003/02/10  00:26:50
41681         Log: Subject: [PATCH] version objects final(?) patch
41682              From: John Peacock <jpeacock@rowman.com>
41683              Date: Sun, 05 Jan 2003 21:28:41 -0500
41684              Message-ID: <3E18E9D9.2040908@rowman.com>
41685      Branch: perl
41686            ! lib/version.pm lib/version.t universal.c util.c
41687 ____________________________________________________________________________
41688 [ 18680] By: chip                                  on 2003/02/09  17:39:33
41689         Log: Add CPAN ChangeLog to MANIFEST.
41690      Branch: perl
41691            ! MANIFEST
41692 ____________________________________________________________________________
41693 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
41694         Log: CPAN ChangeLog not needed, says Andreas.
41695      Branch: perl
41696            ! MANIFEST
41697 ____________________________________________________________________________
41698 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
41699         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
41700              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
41701              Date: 8 Feb 2003 11:54:11 -0000
41702              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
41703      Branch: perl
41704            ! ext/PerlIO/encoding/encoding.pm
41705 ____________________________________________________________________________
41706 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
41707         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
41708              From: Stas Bekman <stas@stason.org>
41709              Date: Sat, 08 Feb 2003 11:12:28 +1100
41710              Message-ID: <3E444B6C.5060407@stason.org>
41711      Branch: perl
41712            ! doio.c
41713 ____________________________________________________________________________
41714 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
41715         Log: Possible cruft removal.
41716      Branch: perl
41717            ! x2p/Makefile.SH
41718 ____________________________________________________________________________
41719 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
41720         Log: Signedness nits.
41721      Branch: perl
41722            ! toke.c
41723 ____________________________________________________________________________
41724 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
41725         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
41726      Branch: perl
41727            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
41728            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
41729            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
41730            ! utils.lst
41731 ____________________________________________________________________________
41732 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
41733         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
41734      Branch: perl
41735            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
41736            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
41737            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
41738            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
41739 ____________________________________________________________________________
41740 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
41741         Log: Subject: [PATCH] perluniintro nit
41742              From: Autrijus Tang <autrijus@autrijus.org>
41743              Date: Fri, 7 Feb 2003 00:02:49 +0800
41744              Message-ID: <20030206160249.GA12984@not.autrijus.org>
41745      Branch: perl
41746            ! pod/perluniintro.pod
41747 ____________________________________________________________________________
41748 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
41749         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
41750              From: PPrymmer@factset.com
41751              Date: Wed, 5 Feb 2003 12:00:05 -0500
41752              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
41753      Branch: perl
41754            ! t/pod/find.t
41755 ____________________________________________________________________________
41756 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
41757         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
41758      Branch: perl
41759            ! proto.h
41760 ____________________________________________________________________________
41761 [ 18666] By: sky                                   on 2003/02/06  09:39:24
41762         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
41763              why we are not using SvOOK_on.
41764      Branch: perl
41765            ! sv.c
41766 ____________________________________________________________________________
41767 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
41768         Log: Things forgotten from Encode 1.87.
41769      Branch: perl
41770            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
41771 ____________________________________________________________________________
41772 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
41773         Log: Upgrade to Encode 1.87.
41774      Branch: perl
41775            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
41776            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
41777            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
41778            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
41779            ! ext/Encode/lib/Encode/CJKConstants.pm
41780            ! ext/Encode/lib/Encode/Encoder.pm
41781            ! ext/Encode/lib/Encode/Encoding.pm
41782            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
41783            ! ext/Encode/t/enc_eucjp.t
41784 ____________________________________________________________________________
41785 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
41786         Log: Add the test of [perl #8760] (fixed by change #18656).
41787      Branch: perl
41788            ! t/run/fresh_perl.t
41789 ____________________________________________________________________________
41790 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
41791         Log: has become fixed too (by changes #18653
41792              and #18658, methinks), adding the test(s).
41793      Branch: perl
41794            ! t/op/pat.t
41795 ____________________________________________________________________________
41796 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
41797         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
41798              From: Inaba HIroto <inaba@st.rim.or.jp>
41799              Date: Sat, 01 Feb 2003 21:58:20 +0900
41800              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
41801      Branch: perl
41802            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
41803            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
41804            ! ext/Encode/lib/Encode/Encoding.pm
41805            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
41806            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
41807 ____________________________________________________________________________
41808 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
41809         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
41810              From: PPrymmer@factset.com
41811              Date: Tue, 4 Feb 2003 12:03:17 -0500
41812              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
41813      Branch: perl
41814            ! ext/PerlIO/via/via.xs
41815 ____________________________________________________________________________
41816 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
41817         Log: s/S_cache_re/cache_re/ for building with threads.
41818      Branch: perl
41819            ! regexec.c
41820 ____________________________________________________________________________
41821 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
41822         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
41823              From: Stephen McCamant <smcc@mit.edu>
41824              Date: Mon, 3 Feb 2003 21:01:07 -0500
41825              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
41826      Branch: perl
41827            ! ext/B/B/Concise.pm ext/B/t/concise.t
41828 ____________________________________________________________________________
41829 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
41830         Log: Better version of change #18648, by Enache Adrian
41831              Message-ID: <20030204101533.GA11817@ratsnest.hole>
41832      Branch: perl
41833            ! op.c
41834 ____________________________________________________________________________
41835 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
41836         Log: Add the new test to MANIFEST.
41837      Branch: perl
41838            ! MANIFEST
41839 ____________________________________________________________________________
41840 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
41841         Log: Sync with 1.10
41842      Branch: perl
41843            + ext/List/Util/t/lln.t
41844            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
41845            ! ext/List/Util/lib/List/Util.pm
41846            ! ext/List/Util/lib/Scalar/Util.pm
41847 ____________________________________________________________________________
41848 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
41849         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
41850              The PL_regdata was not set up (S_cache_re()) before it
41851              was needed (S_reginclass()).  The test put in fresh_perl.t
41852              because we need a pristine state to start.
41853      Branch: perl
41854            ! regexec.c t/run/fresh_perl.t
41855 ____________________________________________________________________________
41856 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
41857         Log: Comment tweak.
41858      Branch: perl
41859            ! t/op/pat.t
41860 ____________________________________________________________________________
41861 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
41862         Log: Signedness issue.
41863      Branch: perl
41864            ! ext/MIME/Base64/Base64.xs
41865 ____________________________________________________________________________
41866 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
41867         Log: Force the C locale in makedepend, to prevent gcc from
41868              producing locale-dependent messages.
41869      Branch: perl
41870            ! makedepend.SH
41871 ____________________________________________________________________________
41872 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
41873         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
41874      Branch: perl
41875            ! pod/perlrun.pod
41876 ____________________________________________________________________________
41877 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
41878         Log: Fix bug #8760 : cop_line isn't properly restored
41879              when a module is loaded at runtime behind the scenes.
41880      Branch: perl
41881            ! op.c t/lib/warnings/perlio
41882 ____________________________________________________________________________
41883 [ 18647] By: merijn                                on 2003/02/03  16:14:00
41884         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
41885              From: Abe Timmerman <abe@ztreet.demon.nl>
41886              Date: Sun, 2 Feb 2003 18:27:57 +0100
41887              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
41888      Branch: perl
41889            ! hints/openbsd.sh
41890 ____________________________________________________________________________
41891 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
41892         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
41893              (Made Solaris go boom.)
41894      Branch: perl
41895            ! Configure
41896 ____________________________________________________________________________
41897 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
41898         Log: Detypo.
41899      Branch: perl
41900            ! cop.h
41901 ____________________________________________________________________________
41902 [ 18642] By: ams                                   on 2003/02/03  08:26:36
41903         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
41904              utility scripts?)
41905      Branch: perl
41906            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
41907            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
41908            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41909            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
41910            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
41911            ! ext/MIME/Base64/t/quoted-print.t
41912 ____________________________________________________________________________
41913 [ 18641] By: sky                                   on 2003/02/02  23:46:24
41914         Log: In any case, never copy this but use the same SV since
41915              if we copy we loose the hash we so badly need.
41916              For op_const we might still need to copy however.
41917      Branch: perl
41918            ! op.c
41919 ____________________________________________________________________________
41920 [ 18640] By: sky                                   on 2003/02/02  23:38:40
41921         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
41922              threading issue. Should perhaps be a PVOP to save memory, but then
41923              we have nowhere to store the hash of the function!
41924      Branch: perl
41925            ! dump.c op.c pp_hot.c
41926 ____________________________________________________________________________
41927 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
41928         Log: Plan 9: Some time has passed.
41929      Branch: perl
41930            ! plan9/buildinfo
41931 ____________________________________________________________________________
41932 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
41933         Log: Subject: Re: typo in checkin 18616
41934              From: Nick Ing-Simmons <nick@ing-simmons.net>
41935              Date: Sun, 02 Feb 2003 17:23:08 +0000
41936              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
41937      Branch: perl
41938            ! XSUB.h
41939 ____________________________________________________________________________
41940 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
41941         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
41942      Branch: perl
41943            + plan9/config_sh.sample
41944            ! MANIFEST
41945 ____________________________________________________________________________
41946 [ 18634] By: ams                                   on 2003/02/02  18:07:01
41947         Log: Subject: [PATCH] pod/perlfunc.pod
41948              From: abigail@abigail.nl
41949              Date: Sun, 2 Feb 2003 16:59:48 +0100
41950              Message-Id: <20030202155948.7971.qmail@abigail.nl>
41951      Branch: perl
41952            ! pod/perlfunc.pod
41953 ____________________________________________________________________________
41954 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
41955         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
41956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41957              Date: Wed, 22 Jan 2003 22:35:56 +0100
41958              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
41959      Branch: perl
41960            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
41961 ____________________________________________________________________________
41962 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
41963         Log: Also [perl #3547] has been fixed; add its test case.
41964      Branch: perl
41965            ! t/op/pat.t
41966 ____________________________________________________________________________
41967 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
41968         Log: The [perl #7471] seems to have been fixed; add its test.
41969      Branch: perl
41970            ! t/op/pat.t
41971 ____________________________________________________________________________
41972 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
41973         Log: seems to have been fixed; add its test.
41974      Branch: perl
41975            ! t/op/pat.t
41976 ____________________________________________________________________________
41977 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
41978         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
41979      Branch: perl
41980            + plan9/config_h.sample
41981            ! MANIFEST
41982 ____________________________________________________________________________
41983 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
41984         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
41985      Branch: perl
41986            ! plan9/config.plan9
41987 ____________________________________________________________________________
41988 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
41989         Log: Plan 9: Update the list of object files.
41990      Branch: perl
41991            ! plan9/mkfile
41992 ____________________________________________________________________________
41993 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
41994         Log: Plan 9: No Configure.
41995      Branch: perl
41996            ! Configure
41997 ____________________________________________________________________________
41998 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
41999         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
42000      Branch: perl
42001            ! Configure
42002 ____________________________________________________________________________
42003 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
42004         Log: minitest wasn't working.  (The $^X /miniperl/ test in
42005              io/crlf.t didn't work in Tru64, $^X was "./perl", used
42006              the same 'eval q/use .../' trick everywhere.)
42007      Branch: perl
42008            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
42009            ! t/uni/tr_utf8.t
42010 ____________________________________________________________________________
42011 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
42012         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
42013              (test.pl-ise quotemeta.t, too)
42014      Branch: perl
42015            ! t/op/quotemeta.t toke.c
42016 ____________________________________________________________________________
42017 [ 18618] By: sky                                   on 2003/02/01  21:04:36
42018         Log: Fix bug #15837, temporary from storable call hadn't gotten
42019              freed yet and was cloned but without a real (AvREAL)
42020              reference to it. @_ doesn't refcount!
42021      Branch: perl
42022            ! ext/threads/threads.xs
42023 ____________________________________________________________________________
42024 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
42025         Log: Integrate from perlio:
42026
42027              [ 18591]
42028              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
42029              correct XSUB.h
42030
42031              [ 18611]
42032              Michael Schroeder's fix for re-try if stdio ops after
42033              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
42034
42035              [ 18612]
42036              PerlIO friendly version of speed up of $/ = undef case.
42037
42038              [ 18613]
42039              fflush() before invalidating stdio's fileno.
42040      Branch: perl
42041           !> XSUB.h perlio.c sv.c
42042 ____________________________________________________________________________
42043 [ 18615] By: sky                                   on 2003/02/01  12:01:01
42044         Log: Don't free thread before using it, breaks platforms that
42045              trust that I really want to free what I free, (like HPUX
42046              and AIX).
42047      Branch: perl
42048            ! ext/threads/threads.xs
42049 ____________________________________________________________________________
42050 [ 18614] By: ams                                   on 2003/02/01  12:00:29
42051         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
42052              From: Nick Ing-Simmons <nick@ing-simmons.net>
42053              Date: Sat, 01 Feb 2003 13:03:52 +0000
42054              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
42055      Branch: perl
42056            ! perlio.c
42057 ____________________________________________________________________________
42058 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
42059         Log: Go even further (back) than change #18608 and revert
42060              to the 5.8.0 code, since otherwise split.t #40 fails.
42061              The four new tests of pat.t should keep us more honest.
42062      Branch: perl
42063            ! regexec.c
42064 ____________________________________________________________________________
42065 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
42066         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
42067              From: Enache Adrian <enache@rdslink.ro>
42068              Date: Fri, 31 Jan 2003 09:20:59 +0200
42069              Message-ID: <20030131072059.GB6045@ratsnest.hole>
42070      Branch: perl
42071            ! regexec.c t/op/pat.t
42072 ____________________________________________________________________________
42073 [ 18607] By: ams                                   on 2003/01/31  02:29:56
42074         Log: Fix typo in version check ($[ to $]).
42075      Branch: perl
42076            ! ext/Storable/t/restrict.t
42077 ____________________________________________________________________________
42078 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
42079         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
42080              From: Jose.auguste-etienne@cgss-guyane.fr
42081              Date: Thu, 30 Jan 2003 12:40:53 -0300
42082              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
42083      Branch: perl
42084            ! pod/perlunicode.pod
42085 ____________________________________________________________________________
42086 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
42087         Log: code example in the FAQ that isn't strict-friendly.
42088              Subject: [perl #20616] Tie::IxHash doc error.
42089              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
42090              Date: 30 Jan 2003 11:43:17 -0000
42091              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
42092      Branch: perl
42093            ! pod/perlfaq4.pod
42094 ____________________________________________________________________________
42095 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
42096         Log: FAQ sync.
42097      Branch: perl
42098            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
42099            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
42100            ! pod/perlfaq8.pod
42101 ____________________________________________________________________________
42102 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
42103         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
42104              From: Enache Adrian <enache@rdslink.ro>
42105              Date: Thu, 30 Jan 2003 10:48:09 +0200
42106              Message-ID: <20030130084809.GA16902@ratsnest.hole>
42107
42108              Fix for half of the failures, with an expanded test.
42109      Branch: perl
42110            ! lib/utf8.t sv.c
42111 ____________________________________________________________________________
42112 [ 18602] By: merijn                                on 2003/01/30  06:31:50
42113         Log: Updates to the openbsd hints
42114
42115              Subject: [perl #20606] [no subject]
42116              Date: 29 Jan 2003 18:38:37 -0000
42117              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
42118              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
42119      Branch: perl
42120            ! hints/openbsd.sh
42121 ____________________________________________________________________________
42122 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
42123         Log: More of the #18600.
42124      Branch: perl
42125            ! pad.c
42126 ____________________________________________________________________________
42127 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
42128         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
42129              dumping (but now use SvPV_nolen).  (This change made an empty
42130              prototype to show up as "_" under -Uuseperlio.)
42131      Branch: perl
42132            ! dump.c
42133 ____________________________________________________________________________
42134 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
42135         Log: Fix a very small memory leak in op_free, by reserving the
42136              case op_seq == (U16)-1 for the compiler backend
42137
42138              Subject: Re: Freeing code
42139              From: "Paul Johnson" <paul@pjcj.net>
42140              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
42141              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
42142      Branch: perl
42143            ! op.c
42144 ____________________________________________________________________________
42145 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
42146         Log: Integrate from maint-5.8:
42147              Change 18450 :
42148              Tiny output tweak.
42149              Change 18429 :
42150              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
42151              things like drand48_data are undefined).
42152              Change 18388 :
42153              List the PERL_MAGIC_utf8 ('w') flag.
42154      Branch: perl
42155           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
42156 ____________________________________________________________________________
42157 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
42158         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
42159              From: Slaven Rezic <slaven@rezic.de>
42160              Date: 14 Jan 2003 20:58:54 +0100
42161              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
42162      Branch: perl
42163            ! ext/Sys/Hostname/Hostname.pm
42164 ____________________________________________________________________________
42165 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
42166         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
42167              without the lval context tweak. Used in OP_DBSTATE.
42168              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
42169              From: Dave Mitchell <davem@fdgroup.com>
42170              Date: Sun, 26 Jan 2003 17:42:42 +0000
42171              Message-ID: <20030126174242.H16182@fdgroup.com>
42172      Branch: perl
42173            ! cop.h pp_ctl.c
42174 ____________________________________________________________________________
42175 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
42176         Log: Subject: [PATCH] make Copy On Write work once again
42177              From: Nicholas Clark <nick@unfortu.net>
42178              Date: Sat, 25 Jan 2003 00:25:50 +0000
42179              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
42180      Branch: perl
42181            ! sv.h
42182 ____________________________________________________________________________
42183 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
42184         Log: Update the pod list for Plan 9.
42185      Branch: perl
42186            ! plan9/mkfile
42187 ____________________________________________________________________________
42188 [ 18593] By: sky                                   on 2003/01/26  22:37:21
42189         Log: When we copy things out of a hash and increment the
42190              refcount of the shared scalar, we really must protect
42191              that refcount increase with a lock, or else it might not
42192              happen. Fixes segfault when objects would prematurely
42193              be killed.
42194      Branch: perl
42195            ! ext/threads/shared/shared.xs
42196 ____________________________________________________________________________
42197 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
42198         Log: Missing (STRLEN)casts.
42199      Branch: perl
42200            ! sv.c
42201 ____________________________________________________________________________
42202 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
42203         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
42204
42205              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
42206              From: Dave Mitchell <davem@fdgroup.com>
42207              Date: Fri, 24 Jan 2003 18:44:19 +0000
42208              Message-ID: <20030124184419.F11179@fdgroup.com>
42209      Branch: perl
42210            ! mg.c op.h pp_ctl.c
42211 ____________________________________________________________________________
42212 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
42213         Log: Lest people get worried about not having PerlIO.
42214      Branch: perl
42215            ! pod/perluniintro.pod
42216 ____________________________________________________________________________
42217 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
42218         Log: Plan 9 doesn't do nm, from Russ Cox.
42219      Branch: perl
42220            ! Configure
42221 ____________________________________________________________________________
42222 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
42223         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
42224      Branch: perl
42225            ! plan9/plan9ish.h
42226 ____________________________________________________________________________
42227 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
42228         Log: Plan 9 compiler can't return quads from the ?: (condop).
42229              (There may be more spots like this, so a Configure test
42230              maybe in order, but this works for now.)  From Russ Cox.
42231      Branch: perl
42232            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
42233 ____________________________________________________________________________
42234 [ 18581] By: ams                                   on 2003/01/26  05:29:40
42235         Log: Subject: Re: truncate using a globref
42236              From: Slaven Rezic <slaven@rezic.de>
42237              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
42238              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
42239      Branch: perl
42240            ! pp_sys.c t/io/fs.t
42241 ____________________________________________________________________________
42242 [ 18580] By: ams                                   on 2003/01/26  04:57:47
42243         Log: Subject: patch to speed up Perl's slurp mode
42244              From: Enache Adrian <enache@rdslink.ro>
42245              Date: Fri, 24 Jan 2003 06:23:54 +0200
42246              Message-Id: <20030124042354.GA30362@ratsnest.hole>
42247      Branch: perl
42248            ! sv.c
42249 ____________________________________________________________________________
42250 [ 18579] By: ams                                   on 2003/01/26  02:50:44
42251         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
42252              From: Enache Adrian <enache@rdslink.ro>
42253              Date: Sun, 26 Jan 2003 04:55:48 +0200
42254              Message-Id: <20030126025548.GB812@ratsnest.hole>
42255      Branch: perl
42256            ! pp_ctl.c
42257 ____________________________________________________________________________
42258 [ 18578] By: ams                                   on 2003/01/26  02:40:20
42259         Log: Subject: [PATCH Storable 2.06] const declaration fixup
42260              From: "Craig A. Berry" <craigberry@mac.com>
42261              Date: Thu, 23 Jan 2003 16:24:46 -0600
42262              Message-Id: <3E306BAE.4030807@mac.com>
42263      Branch: perl
42264            ! ext/Storable/Storable.xs
42265 ____________________________________________________________________________
42266 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
42267         Log: Subject: [PATCH] move pad.c warnings to different test file
42268              From: Dave Mitchell <davem@fdgroup.com>
42269              Date: Thu, 23 Jan 2003 20:56:47 +0000
42270              Message-ID: <20030123205647.C8696@fdgroup.com>
42271      Branch: perl
42272            + t/lib/warnings/pad
42273            ! MANIFEST t/lib/warnings/op
42274 ____________________________________________________________________________
42275 [ 18573] By: nick                                  on 2003/01/23  07:26:43
42276         Log: Fix Solaris 32-bit invalidate case.
42277      Branch: perl
42278            ! perlio.c
42279 ____________________________________________________________________________
42280 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
42281         Log: Integrate change 18448 from maint-5.8 :
42282
42283              Subject: Partial Data::Dumper patch
42284              From: Richard Clamp <richardc@unixbeard.net>
42285              Date: Sat, 4 Jan 2003 00:52:47 +0000
42286              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
42287
42288              Subject: Re: Partial Data::Dumper patch
42289              From: Slaven Rezic <slaven@rezic.de>
42290              Date: 04 Jan 2003 02:48:08 +0100
42291              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
42292      Branch: perl
42293           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42294 ____________________________________________________________________________
42295 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
42296         Log: Subject: [PATCH] Re: difference between my and our before introduction
42297              From: Dave Mitchell <davem@fdgroup.com>
42298              Date: Thu, 16 Jan 2003 17:12:37 +0000
42299              Message-ID: <20030116171237.C420@fdgroup.com>
42300              (with a small test tweak)
42301      Branch: perl
42302            ! pad.c t/comp/our.t toke.c
42303 ____________________________________________________________________________
42304 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
42305         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
42306      Branch: perl
42307            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
42308 ____________________________________________________________________________
42309 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
42310         Log: Integrate from perlio:
42311              [ 18560]
42312              Fixes for open.pm which attempts to load layers:
42313              1. C equivalent of local $SIG{__WARN__} = sub {}
42314              while loading layers to supress warnings lib/open.t does
42315              not want.
42316              2. The loading scheme does not recurse now so look for
42317              new symptom of bad layer which is that a good module
42318              fails to load (as we cannot open any files).
42319
42320              NOTE: In my opinion open.pm should probably die on bad layer
42321              spec rather than just (maybe) warning and then allowing opens
42322              to fail.
42323      Branch: perl
42324           !> lib/open.t perlio.c
42325 ____________________________________________________________________________
42326 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
42327         Log: Upgrade to Encode 1.86.
42328      Branch: perl
42329            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
42330            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42331            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
42332 ____________________________________________________________________________
42333 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
42334         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
42335              From: Dave Mitchell <davem@fdgroup.com>
42336              Date: Sun, 19 Jan 2003 17:22:05 +0000
42337              Message-ID: <20030119172204.D24444@fdgroup.com>
42338      Branch: perl
42339            ! dump.c
42340 ____________________________________________________________________________
42341 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
42342         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
42343              From: Nicholas Clark <nick@unfortu.net>
42344              Date: Tue, 21 Jan 2003 22:27:21 +0000
42345              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
42346      Branch: perl
42347            ! sv.c t/op/ref.t
42348 ____________________________________________________________________________
42349 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
42350         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
42351              From: Robin Barker <Robin.Barker@npl.co.uk>
42352              Date: Mon, 20 Jan 2003 15:26:21 -0000
42353              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
42354      Branch: perl
42355            ! perlio.h
42356 ____________________________________________________________________________
42357 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
42358         Log: Integrate from perlio:
42359              [ 18539]
42360              Try the invalidate_fileno() idea for non-leaky stdio sockets.
42361
42362              [ 18540]
42363              stdio does NOT set errno==EBADF on invalidated fileno
42364
42365              [ 18547]
42366              Tweak APItest for new semantics of printf.
42367              Now printf() is always real printf() and not #define'd to
42368              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
42369              back to original file does not affect stdout unless we are
42370              using :stdio as implementation. So things printf()ed XS side
42371              are not written to file (and turn up at end of test).
42372              So add an XS function which does fflush(stdout), modify .pm
42373              file to export it and .t file to call it.
42374
42375              [ 18548]
42376              Add defined(__osf__) case to invalidate_fileno (for Tru64).
42377
42378              [ 18549]
42379              Report layer name (without arg) on fail, and attempt to
42380              autoload layer name. (Fix for [perl #20460]).
42381
42382              [ 18550]
42383              #if defined(__irix__) (for stdio invalidate) from Jarkko.
42384      Branch: perl
42385           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42386           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
42387 ____________________________________________________________________________
42388 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
42389         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
42390              From: Dave Mitchell <davem@fdgroup.com>
42391              Date: Sun, 19 Jan 2003 16:43:54 +0000
42392              Message-ID: <20030119164353.B24444@fdgroup.com>
42393      Branch: perl
42394            ! av.c t/op/array.t
42395 ____________________________________________________________________________
42396 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
42397         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
42398              From: Martti Rahkila <martti.rahkila@hut.fi>
42399              Date: Sat, 18 Jan 2003 00:25:39 +0200
42400              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
42401
42402              (chose the 'even safer' version)
42403      Branch: perl
42404            ! lib/Term/Complete.pm
42405 ____________________________________________________________________________
42406 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
42407         Log: Subject: [PATCH] assert PV isn't RV
42408              From: Nicholas Clark <nick@unfortu.net>
42409              Date: Fri, 17 Jan 2003 19:40:45 +0000
42410              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
42411      Branch: perl
42412            ! sv.h
42413 ____________________________________________________________________________
42414 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
42415         Log: Integrate from maint-5.8:
42416              [ 18375]
42417              Better version of change #18370; use the new 'E' flag
42418              so that cxinc is exposed (as cpp) only to List::Util
42419              (well, any extension) (well, anyone who does -DPERL_EXT),
42420              no need to export it globally.
42421      Branch: perl
42422           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
42423 ____________________________________________________________________________
42424 [ 18545] By: ams                                   on 2003/01/22  06:06:26
42425         Log: Subject: [PATCH perl-current] AUTHORS correction
42426              From: Richard Soderberg <rs@crystalflame.net>
42427              Date: Wed, 22 Jan 2003 02:08:13 -0500
42428              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
42429      Branch: perl
42430            ! AUTHORS
42431 ____________________________________________________________________________
42432 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
42433         Log: Continuation of #18542.
42434      Branch: perl
42435            ! sv.c
42436 ____________________________________________________________________________
42437 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
42438         Log: Update the MD5 checksums.
42439      Branch: perl
42440            ! ext/Digest/MD5/t/files.t
42441 ____________________________________________________________________________
42442 [ 18542] By: hv                                    on 2003/01/22  01:37:52
42443         Log: #18530 misses a couple of pTHX definitions
42444      Branch: perl
42445            ! sv.c
42446 ____________________________________________________________________________
42447 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
42448         Log: Try to make including patchlevel.h a bit more
42449              robust (use <> instead of "") and in case of
42450              failure (PERL_VERSION didn't get defined) try
42451              to fail (by trying to #include an "obviously"
42452              named file that should not exist) (didn't use
42453              #error since IIRC older cpps do not have it)
42454              (Tries to address [perl #20276].)
42455      Branch: perl
42456            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
42457            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
42458            ! ext/Storable/Storable.xs
42459 ____________________________________________________________________________
42460 [ 18538] By: merijn                                on 2003/01/21  16:54:00
42461         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
42462              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42463              Date: Mon, 30 Dec 2002 18:01:16 -0800
42464              Message-ID: <spPE+gzkg+6F092yn@efn.org>
42465      Branch: perl
42466            ! Configure
42467 ____________________________________________________________________________
42468 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
42469         Log: Allow explicit -C enable/disable by -C:1/-C:0
42470              (suggested by Peter Haworth).
42471      Branch: perl
42472            ! perl.c pod/perlrun.pod
42473 ____________________________________________________________________________
42474 [ 18534] By: hv                                    on 2003/01/21  02:22:53
42475         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
42476              From: Chip Turner <cturner@redhat.com>
42477              Date: 02 Jan 2003 11:35:57 -0500
42478              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
42479      Branch: perl
42480            ! lib/Pod/Perldoc.pm
42481 ____________________________________________________________________________
42482 [ 18533] By: hv                                    on 2003/01/21  02:15:29
42483         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
42484              From: hv@crypt.org
42485              Date: Thu, 02 Jan 2003 14:33:49 +0000
42486              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
42487      Branch: perl
42488            ! regexec.c t/op/subst.t
42489 ____________________________________________________________________________
42490 [ 18532] By: hv                                    on 2003/01/21  01:56:31
42491         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
42492              From: Martien Verbruggen <mgjv@tradingpost.com.au>
42493              Date: Tue, 31 Dec 2002 16:42:28 +1100
42494              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
42495      Branch: perl
42496            ! pod/perlsyn.pod
42497 ____________________________________________________________________________
42498 [ 18531] By: hv                                    on 2003/01/21  01:52:49
42499         Log: integrate #18366-18370 from maint-5.8:
42500              Implement the CPP namespace protection from [perl #8610];
42501              unless a function has an 'A' flag, it's defined only if
42502              PERL_CORE.  (Why do we have so many many functions with an
42503              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
42504              could be cut down further by having a state variable and
42505              inserting #ifdefs and #endifs when the state flips.)
42506
42507              Caught by change #18366; thanks to the re extension we have some
42508              functions that are file static but yet part of "the public API"...
42509              Maybe a new class of exportability (a new embed.fnc flag) is
42510              required for this case.
42511
42512              Continue on change #18367; implement the said flag, 'E'.
42513              (Some nm output studying was needed to get the right set
42514              of re symbols defined.)
42515
42516              In AIX (strict symbol exports) the cxinc is needed for List::Util.
42517      Branch: perl
42518            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
42519 ____________________________________________________________________________
42520 [ 18530] By: hv                                    on 2003/01/21  01:37:03
42521         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
42522              Introduce a cache for UTF-8 data: length and byte<->char offset
42523              mapping are stored in a new type of magic.  Speeds up length(),
42524              substr(), index(), rindex(), pos(), and some parts of s///.
42525
42526              The speedup varies a lot (on the usual suspects: what is the
42527              access pattern of the data, compiler, CPU), but should be at
42528              least one order of magnitude, and getting to the same magnitude
42529              as byte string speeds, and in some cases  (length on unchanged data)
42530              even reaching the byte string speed.  On the other hand, in some
42531              cases (index) the byte speed is still faster by a factor of five
42532              or so, but the bottleneck there does not seem to be any more
42533              the byte<->char offset mapping (instead, the fbm_instr() speed).
42534
42535              There is one cache slot for the length, and only two for the
42536              byte<->char offset mapping (the first one for the start->offset,
42537              and the second for the offset->offset+length, when talking
42538              in substr() terms).
42539
42540              Code this hairy is bound to have hairy trolls hiding under it.
42541              [...]
42542              A small tweak on top of #18353: don't display mg_len bytes of
42543              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
42544      Branch: perl
42545            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
42546            ! sv.c util.c
42547 ____________________________________________________________________________
42548 [ 18529] By: hv                                    on 2003/01/21  00:44:20
42549         Log: integrate #18349 from maint-5.8:
42550              At least partially address [perl #10000] by speeding
42551              up both the ASCII case (by about 2-3%) and the UTF-8 case
42552              (by about 45%).  The major trick is to avoid hitting the
42553              costly S_reginclass().  (Even before this patch the speedup
42554              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
42555              still about 30-60% slower than the ASCII case.  (Note that
42556              I'm unable to reproduce the 10-fold speed difference of the
42557              original bug report; I can see a factor of 2 or 3, but no more.)
42558      Branch: perl
42559           !> regexec.c
42560 ____________________________________________________________________________
42561 [ 18528] By: hv                                    on 2003/01/21  00:24:11
42562         Log: Subject: [PATCH pp_ctl.c] silence warning
42563              From: Dave Mitchell <davem@fdgroup.com>
42564              Date: Sun, 29 Dec 2002 15:09:31 +0000
42565              Message-ID: <20021229150931.C2325@fdgroup.com>
42566      Branch: perl
42567            ! pp_ctl.c
42568 ____________________________________________________________________________
42569 [ 18527] By: hv                                    on 2003/01/21  00:04:14
42570         Log: Subject: perl version reporting
42571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42572              Date: Wed, 18 Dec 2002 08:30:32 +0100
42573              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
42574      Branch: perl
42575            ! perl.c
42576 ____________________________________________________________________________
42577 [ 18526] By: hv                                    on 2003/01/20  23:21:22
42578         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
42579              From: Blair Zajac <blair@orcaware.com>
42580              Date: Wed, 08 Jan 2003 12:28:35 -0800
42581              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
42582      Branch: perl
42583            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
42584            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
42585 ____________________________________________________________________________
42586 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
42587         Log: Integrate from perlio:
42588              [ 18520]
42589              Move #define printf out of perl.h into appropriate
42590              PerlIO files.
42591      Branch: perl
42592           !> fakesdio.h nostdio.h perl.h
42593 ____________________________________________________________________________
42594 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
42595         Log: Upgrade to Digest 1.02.
42596      Branch: perl
42597            ! lib/Digest.pm lib/Digest.t
42598 ____________________________________________________________________________
42599 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
42600         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
42601              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
42602              Date: 20 Jan 2003 01:54:07 -0000
42603              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
42604      Branch: perl
42605            ! pp_hot.c
42606 ____________________________________________________________________________
42607 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
42608         Log: Retract #18154 (integrate of perlio #18507), not enough
42609              threadsafety.
42610      Branch: perl
42611            ! perlio.c
42612 ____________________________________________________________________________
42613 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
42614         Log: Encode MANIFEST update.
42615      Branch: perl
42616            ! ext/Encode/MANIFEST
42617 ____________________________________________________________________________
42618 [ 18517] By: nick                                  on 2003/01/20  08:34:10
42619         Log: Integrate #18405 from maint-5.8 which fixes whitespac
42620              issues in open(FH,"&...")
42621      Branch: perl
42622           !> doio.c
42623 ____________________________________________________________________________
42624 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
42625         Log: microperl update.
42626      Branch: perl
42627            ! Makefile.micro uconfig.h uconfig.sh
42628 ____________________________________________________________________________
42629 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
42630         Log: Integrate from perlio:
42631              [ 18507]
42632              Thread-protection for dup/fclose/dup2 scheme of stdio leak
42633              avoidance.
42634      Branch: perl
42635           !> perlio.c t/io/tell.t
42636 ____________________________________________________________________________
42637 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
42638         Log: Slight pod reformatting based on [perl #20284].
42639      Branch: perl
42640            ! README.mint ext/Data/Dumper/Dumper.pm
42641 ____________________________________________________________________________
42642 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
42643         Log: EPOC perl address updates.
42644      Branch: perl
42645            ! README.epoc
42646 ____________________________________________________________________________
42647 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
42648         Log: Upgrade to Digest 1.01.
42649      Branch: perl
42650            ! lib/Digest.pm
42651 ____________________________________________________________________________
42652 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
42653         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
42654      Branch: perl
42655            ! utils/libnetcfg.PL
42656 ____________________________________________________________________________
42657 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
42658         Log: Upgrade to Digest::MD5 2.22.
42659      Branch: perl
42660            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42661            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
42662            ! ext/Digest/MD5/t/files.t
42663 ____________________________________________________________________________
42664 [ 18508] By: merijn                                on 2003/01/17  14:12:53
42665         Log: Subject: Re: 18457 on cygwin/20030113
42666              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
42667              Date: Fri, 17 Jan 2003 15:10:34 +0000
42668              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
42669      Branch: perl
42670            ! t/io/tell.t
42671 ____________________________________________________________________________
42672 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
42673         Log: Integrate from perlio:
42674              [ 18476]
42675              Remove workaround for :stdio layer bug now fixed
42676              (Fixes #18975)
42677      Branch: perl
42678           !> pp_sys.c
42679 ____________________________________________________________________________
42680 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
42681         Log: Integrate from maint-5.6:
42682              [ 18477]
42683              search utility doesn't skip exe/lib/pdb files properly on windows
42684      Branch: perl
42685           !> win32/bin/search.pl
42686 ____________________________________________________________________________
42687 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
42688         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
42689              From: "Jos I. Boumans" <kane@dwim.org>
42690              Date: Thu, 16 Jan 2003 14:04:48 +0100
42691              Message-ID: <3E26ADF0.6010605@dwim.org>
42692              (with test tweaks)
42693      Branch: perl
42694            ! lib/File/Find.pm lib/File/Find/t/find.t
42695 ____________________________________________________________________________
42696 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
42697         Log: Integrate #18447 from maint-5.8 :
42698              test.pl-ise t/op/fh.t.
42699      Branch: perl
42700           !> t/op/fh.t
42701 ____________________________________________________________________________
42702 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
42703         Log: Integrate changes to Attribute::Handlers from maint-5.8
42704              (18404 and 18427).
42705              Subject: [PATCH] Re: Attribute::Handlers phase variance
42706              From: Richard Clamp <richardc@unixbeard.net>
42707              Date: Mon, 9 Dec 2002 11:10:24 +0000
42708              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
42709      Branch: perl
42710           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
42711 ____________________________________________________________________________
42712 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
42713         Log: Integrate changes #18422 and #18423 from maint-5.8.
42714              18422 :
42715              Third Degree found a read of uninit memory (after setting
42716              grent_size with sysconf(), pwent_size was read).  Also make
42717              the ERANGE/INVARG more consistent.
42718              18423 :
42719              spent_size was still off.  (As far as I can tell
42720              _SC_GETPW_R_SIZE_MAX is supposed to be used also
42721              for spents, not just pwents.)
42722      Branch: perl
42723           !> reentr.c reentr.h reentr.pl
42724 ____________________________________________________________________________
42725 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
42726         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
42727              From: Dave Mitchell <davem@fdgroup.com>
42728              Date: Wed, 1 Jan 2003 21:43:24 +0000
42729              Message-ID: <20030101214324.F12907@fdgroup.com>
42730              (integrated from change #18397 in maint-5.8)
42731      Branch: perl
42732           !> lib/Time/Local.pm lib/Time/Local.t
42733 ____________________________________________________________________________
42734 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
42735         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
42736              code changes from Inaba Hiroto; test tweaks by jhi.
42737      Branch: perl
42738            + ext/Encode/t/enc_eucjp.t
42739            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
42740            ! pp.c sv.c sv.h t/uni/tr_utf8.t
42741 ____________________________________________________________________________
42742 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
42743         Log: It seems the binmode() is needed with UTF-8 locales enabled.
42744      Branch: perl
42745            ! ext/Encode/t/CJKT.t
42746 ____________________________________________________________________________
42747 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
42748         Log: Upgrade to CGI.pm 2.89.
42749      Branch: perl
42750            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42751            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
42752 ____________________________________________________________________________
42753 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
42754         Log: Subject: Update for ext/MIME/Base64/
42755              From: Gisle Aas <gisle@ActiveState.com>
42756              Date: 30 Dec 2002 07:34:34 -0800
42757              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
42758      Branch: perl
42759            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
42760            ! ext/MIME/Base64/QuotedPrint.pm
42761            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
42762 ____________________________________________________________________________
42763 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
42764         Log: Subject: Update for ext/Digest/MD5/
42765              From: Gisle Aas <gisle@ActiveState.com>
42766              Date: 30 Dec 2002 07:38:16 -0800
42767              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
42768      Branch: perl
42769            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42770            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
42771            ! ext/Digest/MD5/t/files.t
42772 ____________________________________________________________________________
42773 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
42774         Log: if (0) the PL_widesyscalls code for now: Sarathy
42775              should take another look to see whether it is really
42776              safe to remove the code, too.
42777      Branch: perl
42778            ! win32/win32.h wince/win32.h
42779 ____________________________________________________________________________
42780 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
42781         Log: Make the locale-induced UTF-8-ification of STD fhs
42782              and the default file open layer explicit (either -C
42783              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
42784      Branch: perl
42785            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
42786            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
42787            ! pod/perlvar.pod
42788 ____________________________________________________________________________
42789 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
42790         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
42791              From: Brendan O'Dea <bod@debian.org>
42792              Date: Sun, 12 Jan 2003 06:18:32 +1100
42793              Message-ID: <20030111191832.GA19441@londo.c47.org>
42794      Branch: perl
42795            ! pod/perlrun.pod
42796 ____________________________________________________________________________
42797 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
42798         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
42799              From: Brendan O'Dea <bod@debian.org>
42800              Date: Sun, 12 Jan 2003 06:17:30 +1100
42801              Message-ID: <20030111191730.GA19420@londo.c47.org>
42802      Branch: perl
42803            ! lib/diagnostics.pm
42804 ____________________________________________________________________________
42805 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
42806         Log: Add a test case for bug [perl #19545]
42807      Branch: perl
42808            ! t/op/do.t
42809 ____________________________________________________________________________
42810 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
42811         Log: isa() and can() didn't work on magic variables
42812              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
42813              plus a test case by B. Goldberg
42814      Branch: perl
42815            ! t/op/universal.t universal.c
42816 ____________________________________________________________________________
42817 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
42818         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
42819              From: Stephen McCamant <smcc@mit.edu>
42820              Date: Thu, 2 Jan 2003 18:08:23 -0500
42821              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
42822              Plus a test by Jarkko
42823              Integrated from changes 18444 and 18446 from maint-5.8
42824      Branch: perl
42825           +> t/op/readline.t
42826           !> MANIFEST pp_hot.c
42827 ____________________________________________________________________________
42828 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
42829         Log: Upgrade to Time::HiRes 1.42.
42830      Branch: perl
42831            + ext/Time/HiRes/fallback/const-c.inc
42832            + ext/Time/HiRes/fallback/const-xs.inc
42833            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42834            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42835 ____________________________________________________________________________
42836 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
42837         Log: Detypo.
42838      Branch: perl
42839            ! ext/Encode/Unicode/Unicode.xs
42840 ____________________________________________________________________________
42841 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
42842         Log: Integrate change #18365 from maint-5.8 :
42843              Doc tweak on the S_ macros.
42844      Branch: perl
42845           !> pod/perlfunc.pod
42846 ____________________________________________________________________________
42847 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
42848         Log: Apparently some stdios have bugs (no! don't tell it is so!)
42849              or there is a corner of stdio that is substandardised.
42850      Branch: perl
42851            ! t/io/tell.t
42852 ____________________________________________________________________________
42853 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
42854         Log: Encode 1.84 broke the subtest #7, further study required.
42855      Branch: perl
42856            ! t/uni/tr_utf8.t
42857 ____________________________________________________________________________
42858 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
42859         Log: Add a test for encoding 'utf8'.
42860      Branch: perl
42861            + ext/Encode/t/enc_utf8.t
42862            ! MANIFEST ext/Encode/MANIFEST
42863 ____________________________________________________________________________
42864 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
42865         Log: Upgrade to Encode 1.84.
42866      Branch: perl
42867            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
42868            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42869 ____________________________________________________________________________
42870 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
42871         Log: Integrate from perlio:
42872              [ 18471]
42873              Fix #18711 and add test for it (and indeed tell on write
42874              handles at all !
42875
42876              (#18711 Serious bug of tell() in perl)
42877      Branch: perl
42878           !> perlio.c t/io/tell.t
42879 ____________________________________________________________________________
42880 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
42881         Log: Integrate from perlio:
42882              [ 18470]
42883              Fix #16306 and #16880
42884
42885              (#16306 Big Badda leak in Sockets)
42886              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
42887      Branch: perl
42888           !> perlio.c
42889 ____________________________________________________________________________
42890 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
42891         Log: Integrate perlio #18040 and #18043 (no real changes;
42892              some whitespace changes but ignored them so that Dan's
42893              version of Encode wins)
42894      Branch: perl
42895           !> ext/Encode/Encode.xs
42896 ____________________________________________________________________________
42897 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
42898         Log: Integrate perlio to mainline:
42899              [ 18240]
42900              Avoid eqtime() wiping the file (as suggested by
42901              "Luis G. Uribe C." <GUribe@SoftHome.net>
42902      Branch: perl
42903           !> lib/ExtUtils/Command.pm
42904 ____________________________________________________________________________
42905 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
42906         Log: Subject: [PATCH] VMS perly build tweak
42907              From: "Craig A. Berry" <craigberry@mac.com>
42908              Date: Thu, 9 Jan 2003 14:44:40 -0600
42909              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
42910      Branch: perl
42911            ! vms/descrip_mms.template
42912 ____________________________________________________________________________
42913 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
42914         Log: Document that ${^TAINT} is read-only.
42915      Branch: perl
42916            ! pod/perlvar.pod
42917 ____________________________________________________________________________
42918 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
42919         Log: Fix the doc for splitpath() in the File::Spec modules :
42920              this function doesn't return undef in any case.
42921      Branch: perl
42922            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42923            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
42924 ____________________________________________________________________________
42925 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
42926         Log: Subject: [PATCH] label code in pp_ctl.c
42927              From: Nicholas Clark <nick@unfortu.net>
42928              Date: Thu, 26 Dec 2002 21:19:36 +0000
42929              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
42930              (Integrated from change #18400 from maint-5.8)
42931      Branch: perl
42932           !> pp_ctl.c
42933 ____________________________________________________________________________
42934 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
42935         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
42936              From: Nicholas Clark <nick@unfortu.net>
42937              Date: Wed, 1 Jan 2003 18:17:59 +0000
42938              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
42939              (Integrated from change #18399 from maint-5.8)
42940      Branch: perl
42941           !> hv.c
42942 ____________________________________________________________________________
42943 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
42944         Log: Integrate change #18391 from maint-5.8:
42945              Document the installprefix trick for compiling PASE Perl in AIX.
42946      Branch: perl
42947           !> README.os400
42948 ____________________________________________________________________________
42949 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
42950         Log: Integrate change #18362 from maint-5.8:
42951              Fix [perl #18666] (taking the more conservative approach).
42952      Branch: perl
42953           !> lib/File/Spec/Unix.pm
42954 ____________________________________________________________________________
42955 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
42956         Log: Integrate change #18361 from maint-5.8:
42957              Document that the socketpair tests are unhappy in old SCO,
42958              as per [perl #18537].
42959      Branch: perl
42960           !> pod/perl58delta.pod
42961 ____________________________________________________________________________
42962 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
42963         Log: PerlFAQ sync.
42964      Branch: perl
42965            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42966            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42967            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42968            ! pod/perlfaq9.pod
42969 ____________________________________________________________________________
42970 [ 18456] By: hv                                    on 2003/01/07  09:20:22
42971         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
42972              From: Nicholas Clark <nick@unfortu.net>
42973              Date: Thu, 26 Dec 2002 21:16:27 +0000
42974              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
42975      Branch: perl
42976            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
42977            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
42978            ! utf8.c
42979 ____________________________________________________________________________
42980 [ 18455] By: hv                                    on 2003/01/07  08:54:38
42981         Log: Subject: [PATCH] integrate more with report_evil_fh
42982              From: Nicholas Clark <nick@unfortu.net>
42983              Date: Thu, 26 Dec 2002 20:56:21 +0000
42984              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
42985      Branch: perl
42986            ! pp_sys.c
42987 ____________________________________________________________________________
42988 [ 18454] By: hv                                    on 2003/01/07  08:45:54
42989         Log: Integrate podlators-1.25
42990      Branch: perl
42991            ! lib/Pod/Man.pm lib/Pod/t/man.t
42992 ____________________________________________________________________________
42993 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
42994         Log: Change the value of ${^TAINT} : 0 without taint checks,
42995              1 with -T, and -1 with -t or -TU.
42996      Branch: perl
42997            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
42998            ! t/run/switcht.t
42999 ____________________________________________________________________________
43000 [ 18451] By: merijn                                on 2003/01/06  06:43:11
43001         Log: Subject: [PATCH perl@18746] VMS test adjustments
43002              Date: Sat, 04 Jan 2003 11:26:00 -0600
43003              From: "Craig A. Berry" <craigberry@mac.com>
43004              Message-ID: <3E171928.1040100@mac.com>
43005      Branch: perl
43006            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
43007            ! t/run/switchI.t
43008 ____________________________________________________________________________
43009 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
43010         Log: Subject: [DOCPATCH] File::Copy's synopsis
43011              From: Nicholas Clark <nick@unfortu.net>
43012              Date: Wed, 1 Jan 2003 21:09:30 +0000
43013              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
43014      Branch: perl
43015            ! lib/File/Copy.pm
43016 ____________________________________________________________________________
43017 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
43018         Log: Integrate change #18420 from maint-5.8:
43019              Mea culpa: the join() was the string join, not the
43020              ithreads join().
43021      Branch: perl
43022           !> ext/threads/t/join.t
43023 ____________________________________________________________________________
43024 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
43025         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
43026              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43027              Date: Fri, 13 Dec 2002 00:54:43 +0100
43028              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
43029              Same as change 18403 for maint-5.8 branch
43030      Branch: perl
43031            ! lib/ExtUtils/t/Embed.t
43032 ____________________________________________________________________________
43033 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
43034         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
43035              From: andreas.koenig@anima.de (Andreas J. Koenig)
43036              Date: Fri, 03 Jan 2003 00:57:15 +0100
43037              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
43038      Branch: perl
43039            ! pod/perlre.pod
43040 ____________________________________________________________________________
43041 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
43042         Log: The problems.t is back.
43043      Branch: perl
43044            ! MANIFEST
43045 ____________________________________________________________________________
43046 [ 18434] By: sky                                   on 2003/01/04  07:43:50
43047         Log: Forgot to add problems.t with change #18419
43048      Branch: perl
43049            + ext/threads/t/problems.t
43050 ____________________________________________________________________________
43051 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
43052         Log: One more (or, rather, less) //.
43053      Branch: perl
43054            ! ext/threads/threads.xs
43055 ____________________________________________________________________________
43056 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
43057         Log: Integrate from maintperl:
43058              [ 18430]
43059              // is still not portable C commentary.
43060      Branch: perl
43061           !> ext/threads/threads.xs
43062 ____________________________________________________________________________
43063 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
43064         Log: Until Arthur really adds the problems.t.
43065      Branch: perl
43066            ! MANIFEST
43067 ____________________________________________________________________________
43068 [ 18421] By: sky                                   on 2003/01/04  01:27:55
43069         Log: Fix long standing memory leak with pop and shift!
43070      Branch: perl
43071            ! ext/threads/shared/shared.xs
43072 ____________________________________________________________________________
43073 [ 18419] By: sky                                   on 2003/01/03  23:45:34
43074         Log: Fixes bug #15273, the return of the object caused
43075              the stash of the object to be cloned, cloning the entire syntax
43076              tree and all lexicals in there creating danglning copies to the
43077              object. (Pararell but unlinked STASH tree).
43078              This adds a new flag, when set it will use STASHES from the
43079              thread we are joining into avoiding the problem.
43080      Branch: perl
43081            ! MANIFEST ext/threads/threads.xs sv.c sv.h
43082 ____________________________________________________________________________
43083 [ 18417] By: sky                                   on 2003/01/03  18:16:46
43084         Log: Fake what context we are running in for CLONE and DESTROY so
43085              threads->tid() returns the correct value.
43086              This is reported as bug #10046
43087      Branch: perl
43088            ! ext/threads/t/basic.t ext/threads/threads.xs
43089 ____________________________________________________________________________
43090 [ 18413] By: sky                                   on 2003/01/03  15:15:14
43091         Log: Change pp_lock to take a reference instead of a
43092              scalar since it wouldn't fork for the HELEM/AELEM
43093              case. This was reported in bug #10045
43094      Branch: perl
43095            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
43096 ____________________________________________________________________________
43097 [ 18412] By: hv                                    on 2003/01/03  11:14:51
43098         Log: Integrate from maint-5.8 #18348:
43099              Make Math::Trig a little bit more better behaved module citizen.
43100      Branch: perl
43101           !> lib/Math/Trig.pm
43102 ____________________________________________________________________________
43103 [ 18411] By: hv                                    on 2003/01/03  11:11:09
43104         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
43105              From: Stephen McCamant <smcc@mit.edu>
43106              Date: Sun, 22 Dec 2002 22:09:51 -0500
43107              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
43108      Branch: perl
43109            ! pp_ctl.c
43110 ____________________________________________________________________________
43111 [ 18410] By: hv                                    on 2003/01/03  11:06:40
43112         Log: Subject: new flag SvPADSTALE
43113              From: Dave Mitchell <davem@fdgroup.com>
43114              Date: Thu, 19 Dec 2002 19:00:21 +0000
43115              Message-ID: <20021219190021.D9530@fdgroup.com>
43116      Branch: perl
43117            ! dump.c scope.c sv.h
43118 ____________________________________________________________________________
43119 [ 18409] By: hv                                    on 2003/01/03  11:05:09
43120         Log: Subject: remove flag SvPADBUSY
43121              From: Dave Mitchell <davem@fdgroup.com>
43122              Date: Thu, 19 Dec 2002 18:55:43 +0000
43123              Message-ID: <20021219185543.C9530@fdgroup.com>
43124      Branch: perl
43125            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
43126 ____________________________________________________________________________
43127 [ 18408] By: hv                                    on 2003/01/03  10:56:54
43128         Log: Subject: win32_msgwait() problem
43129              From: Gurusamy Sarathy <gsar@ActiveState.com>
43130              Date: Fri, 13 Dec 2002 17:31:59 -0800
43131              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
43132      Branch: perl
43133            ! win32/win32.c
43134 ____________________________________________________________________________
43135 [ 18407] By: hv                                    on 2003/01/03  10:30:05
43136         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
43137              From: hv@crypt.org
43138              Date: Thu, 02 Jan 2003 17:16:04 +0000
43139              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
43140      Branch: perl
43141            ! sv.c
43142 ____________________________________________________________________________
43143 [ 18406] By: sky                                   on 2003/01/03  08:23:16
43144         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
43145              libc_r functions.
43146      Branch: perl
43147            ! hints/darwin.sh
43148 ____________________________________________________________________________
43149 [ 18393] By: merijn                                on 2003/01/02  19:41:29
43150         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)
43151              Date: Thu, 2 Jan 2003 19:02:21 +0100
43152              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
43153              From: abe@ztreet.demon.nl (Abe Timmerman)
43154      Branch: perl
43155            ! win32/makefile.mk
43156 ____________________________________________________________________________
43157 [ 18390] By: merijn                                on 2003/01/02  07:32:00
43158         Log: Use a more likely location for the perl binary
43159      Branch: perl
43160            ! Porting/genlog
43161 ____________________________________________________________________________
43162 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
43163         Log: integrate change#18377 from maint-5.6 branch
43164
43165              change#17566 needs to be more defensive about win32_dup2()
43166              itself calling SetStdHandle() (at least MSVCRT does this)
43167      Branch: perl
43168           !> win32/win32.c
43169 ____________________________________________________________________________
43170 [ 18376] By: hv                                    on 2002/12/31  02:02:17
43171         Log: Update Changes
43172      Branch: perl
43173            ! Changes patchlevel.h
43174 ____________________________________________________________________________
43175 [ 18374] By: hv                                    on 2002/12/30  03:32:22
43176         Log: Remove duplicate entry
43177      Branch: perl
43178            ! MANIFEST
43179 ____________________________________________________________________________
43180 [ 18373] By: hv                                    on 2002/12/30  03:19:17
43181         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
43182              From: Dave Paris (via RT) <perlbug-followup@perl.org>
43183              Date: 22 Dec 2002 05:15:14 -0000
43184              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
43185      Branch: perl
43186            ! pod/perlfunc.pod
43187 ____________________________________________________________________________
43188 [ 18372] By: hv                                    on 2002/12/30  03:13:42
43189         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
43190              From: Michael G Schwern <schwern@pobox.com>
43191              Date: Sat, 21 Dec 2002 19:29:41 -0800
43192              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
43193      Branch: perl
43194            ! lib/AutoSplit.pm
43195 ____________________________________________________________________________
43196 [ 18371] By: hv                                    on 2002/12/30  03:08:12
43197         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
43198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43199              Date: Fri, 27 Dec 2002 16:14:24 +0100
43200              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
43201      Branch: perl
43202            ! mg.c t/op/magic.t
43203 ____________________________________________________________________________
43204 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
43205         Log: save_re_context() was not saving many regexec.c state
43206              variables, resulting in various reentrancy problems when
43207              the swatches were autoloaded by perl in the midst of a
43208              match
43209      Branch: perl
43210            ! regcomp.c
43211 ____________________________________________________________________________
43212 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
43213         Log: silence another signed/unsigned mismatch warning
43214      Branch: perl
43215            ! op.c
43216 ____________________________________________________________________________
43217 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
43218         Log: fix signed/unsigned mismatch warning from change#18266
43219      Branch: perl
43220            ! regcomp.c
43221 ____________________________________________________________________________
43222 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
43223         Log: these variables are not in use anywhere since 5.8.0
43224      Branch: perl
43225            ! embedvar.h perlapi.h sv.c thrdvar.h
43226 ____________________________________________________________________________
43227 [ 18354] By: ams                                   on 2002/12/26  03:54:09
43228         Log: Subject: [PATCH] docpatch for cv.h
43229              From: Nicholas Clark <nick@unfortu.net>
43230              Date: Wed, 25 Dec 2002 21:01:04 +0000
43231              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
43232      Branch: perl
43233            ! cv.h
43234 ____________________________________________________________________________
43235 [ 18351] By: hv                                    on 2002/12/25  02:29:17
43236         Log: #18345 was still broken; should be fixed now.
43237      Branch: perl
43238            ! sv.c
43239 ____________________________________________________________________________
43240 [ 18350] By: merijn                                on 2002/12/24  05:26:40
43241         Log: Removal of duplicate comment block
43242
43243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43244              Subject: Re: [perl #19306] Sys::Syslog issues.
43245              Date: Mon, 23 Dec 2002 15:25:51 -0800
43246              Message-ID: </t5B+gzkg6DR092yn@efn.org>
43247      Branch: perl
43248            ! ext/Sys/Syslog/Syslog.pm
43249 ____________________________________________________________________________
43250 [ 18346] By: hv                                    on 2002/12/23  06:14:22
43251         Log: integrate maint-5.8 #18301
43252      Branch: perl
43253           !> lib/perl5db.pl
43254 ____________________________________________________________________________
43255 [ 18345] By: hv                                    on 2002/12/23  06:01:17
43256         Log: more on #18344.
43257      Branch: perl
43258            ! sv.c
43259 ____________________________________________________________________________
43260 [ 18344] By: hv                                    on 2002/12/23  05:56:43
43261         Log: more on #18312: sv.c:ss_dup()
43262      Branch: perl
43263            ! sv.c
43264 ____________________________________________________________________________
43265 [ 18343] By: hv                                    on 2002/12/23  05:47:17
43266         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
43267              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
43268              Date: 15 Dec 2002 13:45:23 -0000
43269              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
43270      Branch: perl
43271            ! lib/Term/Complete.pm
43272 ____________________________________________________________________________
43273 [ 18342] By: hv                                    on 2002/12/23  05:27:25
43274         Log: Subject: [perl #18544] Patch included to fix problem.
43275              From: Richard Kandarian <richard.kandarian@lanl.gov>
43276              Date: Thu, 21 Nov 2002 08:00:20 -0700
43277              (from RT)
43278      Branch: perl
43279            ! regexec.c
43280 ____________________________________________________________________________
43281 [ 18341] By: hv                                    on 2002/12/23  05:08:49
43282         Log: Subject: [PATCH] operation on `PL_na' may be undefined
43283              From: Nicholas Clark <nick@unfortu.net>
43284              Date: Tue, 10 Dec 2002 19:59:18 +0000
43285              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
43286      Branch: perl
43287            ! universal.c
43288 ____________________________________________________________________________
43289 [ 18340] By: hv                                    on 2002/12/23  05:04:29
43290         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
43291              From: Nicholas Clark <nick@unfortu.net>
43292              Date: Tue, 10 Dec 2002 18:55:28 +0000
43293              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
43294      Branch: perl
43295            ! pp_hot.c
43296 ____________________________________________________________________________
43297 [ 18339] By: hv                                    on 2002/12/23  04:39:48
43298         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
43299      Branch: perl
43300            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43301            ! ext/Time/HiRes/Makefile.PL
43302 ____________________________________________________________________________
43303 [ 18338] By: hv                                    on 2002/12/23  03:43:09
43304         Log: Subject: [PATCH] read permissions for h2ph-generated files
43305              From: Slaven Rezic <slaven.rezic@berlin.de>
43306              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
43307              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
43308      Branch: perl
43309            ! utils/h2ph.PL
43310 ____________________________________________________________________________
43311 [ 18337] By: hv                                    on 2002/12/23  03:38:59
43312         Log: handy hint: getting a perforce change as a usable patch
43313      Branch: perl
43314            ! Porting/repository.pod
43315 ____________________________________________________________________________
43316 [ 18336] By: hv                                    on 2002/12/23  03:36:26
43317         Log: Reverse #18285, for reasons given in:
43318              Subject: Re: Precedence of ? :
43319              From: hv@crypt.org
43320              Date: Fri, 20 Dec 2002 00:35:27 +0000
43321              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
43322      Branch: perl
43323            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
43324            ! vms/perly_c.vms
43325 ____________________________________________________________________________
43326 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
43327         Log: my_fflush_all() wasn't doing the right thing under useperlio
43328              on many platforms
43329      Branch: perl
43330            ! util.c
43331 ____________________________________________________________________________
43332 [ 18334] By: merijn                                on 2002/12/18  06:48:11
43333         Log: AIX compiler version updates
43334      Branch: perl
43335            ! README.aix
43336 ____________________________________________________________________________
43337 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
43338         Log: $Config{prefixexp} was set incorrectly on windows
43339      Branch: perl
43340            ! win32/config.bc win32/config.gc win32/config.vc
43341            ! win32/config.vc64
43342 ____________________________________________________________________________
43343 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
43344         Log: remove CRs from a couple of files (these show up as CRCRLF
43345              on windows)
43346      Branch: perl
43347            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43348 ____________________________________________________________________________
43349 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
43350         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
43351      Branch: perl
43352            ! win32/win32.c
43353 ____________________________________________________________________________
43354 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
43355         Log: windows: support for large files
43356
43357              note that this change will break binary compatibility with the
43358              default 5.8.0 build options; nevertheless I think it is worth
43359              having in 5.8.1 (people who want the compatibility can disable
43360              the option in the makefile)
43361      Branch: perl
43362            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
43363            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
43364            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
43365            ! win32/config.vc win32/config.vc64 win32/config_H.bc
43366            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
43367            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
43368            ! win32/win32.c win32/win32iop.h
43369 ____________________________________________________________________________
43370 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
43371         Log: Win32.pod update
43372      Branch: perl
43373            ! lib/Win32.pod
43374 ____________________________________________________________________________
43375 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
43376         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
43377      Branch: perl
43378            ! XSUB.h
43379 ____________________________________________________________________________
43380 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
43381         Log: windows: avoid prompting under some shells during $(MAKE) distclean
43382      Branch: perl
43383            ! win32/Makefile win32/makefile.mk
43384 ____________________________________________________________________________
43385 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
43386         Log: PerlSIO_stderr et al are not functions
43387      Branch: perl
43388            ! XSUB.h
43389 ____________________________________________________________________________
43390 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
43391         Log: integrate change#18320 from maint-5.6 branch
43392
43393              C<require '\foo\bar.pm'> fails on windows if not running
43394              from the root directory; for a test case, see:
43395
43396              http://bugs.activestate.com/show_bug.cgi?id=19317
43397
43398              this was due to not recognizing \foo\bar.pm as an absolute
43399              path name
43400      Branch: perl
43401           !> util.h
43402 ____________________________________________________________________________
43403 [ 18319] By: hv                                    on 2002/12/17  10:08:24
43404         Log: Whoops, these are the changes supposed to be in #18318.
43405      Branch: perl
43406            ! pad.c t/op/eval.t
43407 ____________________________________________________________________________
43408 [ 18318] By: hv                                    on 2002/12/17  03:12:18
43409         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
43410              From: Nicholas Clark <nick@unfortu.net>
43411              Date: Sat, 14 Dec 2002 23:13:37 +0000
43412              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
43413      Branch: perl
43414            ! pad.c t/op/eval.t
43415 ____________________________________________________________________________
43416 [ 18317] By: hv                                    on 2002/12/17  02:58:12
43417         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
43418      Branch: perl
43419            + lib/Net/Ping/t/410_syn_host.t
43420            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
43421            ! lib/Net/Ping/t/450_service.t
43422 ____________________________________________________________________________
43423 [ 18316] By: hv                                    on 2002/12/17  02:17:16
43424         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
43425              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43426              Date: Fri, 13 Dec 2002 13:54:05 -0800
43427              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
43428      Branch: perl
43429            ! os2/os2.c t/run/runenv.t
43430 ____________________________________________________________________________
43431 [ 18315] By: hv                                    on 2002/12/17  02:03:58
43432         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
43433              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43434              Date: Fri, 13 Dec 2002 13:47:08 -0800
43435              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
43436      Branch: perl
43437            ! lib/constant.t lib/fields.t
43438 ____________________________________________________________________________
43439 [ 18314] By: hv                                    on 2002/12/17  01:58:32
43440         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
43441              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43442              Date: Fri, 13 Dec 2002 14:00:48 -0800
43443              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
43444      Branch: perl
43445            ! os2/OS2/Process/t/os2_process.t os2/os2.c
43446 ____________________________________________________________________________
43447 [ 18313] By: hv                                    on 2002/12/17  01:54:19
43448         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
43449              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43450              Date: Fri, 13 Dec 2002 14:08:00 -0800
43451              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
43452      Branch: perl
43453            ! os2/OS2/REXX/REXX.xs
43454 ____________________________________________________________________________
43455 [ 18312] By: hv                                    on 2002/12/17  01:43:28
43456         Log: Subject: [Fwd: Patch for perl utf8-related bug]
43457              From: Richard Hitt <rbh00@utsglobal.com>
43458              Date: Fri, 06 Dec 2002 16:47:42 -0800
43459              [perl #18932]
43460      Branch: perl
43461            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
43462            ! scope.h
43463 ____________________________________________________________________________
43464 [ 18311] By: hv                                    on 2002/12/17  00:52:05
43465         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
43466              From: Dave Mitchell <davem@fdgroup.com>
43467              Date: Sat, 14 Dec 2002 19:16:49 +0000
43468              Message-ID: <20021214191649.B3992@fdgroup.com>
43469      Branch: perl
43470            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
43471 ____________________________________________________________________________
43472 [ 18310] By: hv                                    on 2002/12/17  00:51:46
43473         Log: regen-headers to get new API docs from #18306
43474      Branch: perl
43475            ! pod/perlapi.pod
43476 ____________________________________________________________________________
43477 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
43478         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
43479              From: peter@PSDT.com (Peter Scott)
43480              Date: 12 Dec 2002 18:13:17 -0000
43481              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
43482              (fix bug [perl #19058])
43483      Branch: perl
43484            ! lib/perl5db.pl
43485 ____________________________________________________________________________
43486 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
43487         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
43488              From: Dave Mitchell <davem@fdgroup.com>
43489              Date: Thu, 12 Dec 2002 23:42:35 +0000
43490              Message-ID: <20021212234235.A29245@fdgroup.com>
43491              and
43492              Date: Sat, 14 Dec 2002 19:16:38 +0000
43493              Message-ID: <20021214191638.A3992@fdgroup.com>
43494      Branch: perl
43495            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
43496            ! proto.h t/op/eval.t
43497 ____________________________________________________________________________
43498 [ 18306] By: sky                                   on 2002/12/16  21:41:40
43499         Log: More documentation of obscure flags is good, even if the
43500              documentation might be not so good. Atleast it's not false!
43501              Documents the flags one can give to perl_clone
43502      Branch: perl
43503            ! sv.c
43504 ____________________________________________________________________________
43505 [ 18305] By: merijn                                on 2002/12/16  10:53:19
43506         Log: Enough changes to Configure and metaunits warrant an update.
43507              Several small changes and three additions
43508      Branch: perl
43509            ! Porting/Glossary
43510 ____________________________________________________________________________
43511 [ 18304] By: merijn                                on 2002/12/16  10:44:57
43512         Log: Redone #18011 from metaunits
43513      Branch: perl
43514            ! Configure
43515 ____________________________________________________________________________
43516 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
43517         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
43518              From: Dave Mitchell <davem@fdgroup.com>
43519              Date: Tue, 10 Dec 2002 01:26:44 +0000
43520              Message-ID: <20021210012644.A7843@fdgroup.com>
43521      Branch: perl
43522            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43523            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
43524            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
43525 ____________________________________________________________________________
43526 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
43527         Log: Subject: [patch] typo in perlop
43528              From: andreas.koenig@anima.de (Andreas J. Koenig)
43529              Date: Wed, 11 Dec 2002 21:31:14 +0100
43530              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
43531      Branch: perl
43532            ! pod/perlop.pod
43533 ____________________________________________________________________________
43534 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
43535         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
43536      Branch: perl
43537           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
43538           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
43539           !> t/op/subst.t
43540 ____________________________________________________________________________
43541 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
43542         Log: Whitespace and indentation fix in the output of B::Debug.
43543      Branch: perl
43544            ! ext/B/B/Debug.pm
43545 ____________________________________________________________________________
43546 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
43547         Log: Update to Scalar-List-Utils 1.09
43548      Branch: perl
43549            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
43550            ! ext/List/Util/lib/List/Util.pm
43551 ____________________________________________________________________________
43552 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
43553         Log: this has been incorrect for a while now, and has changed
43554              again recently
43555      Branch: perl
43556            ! Porting/repository.pod
43557 ____________________________________________________________________________
43558 [ 18285] By: hv                                    on 2002/12/11  10:35:01
43559         Log: Subject: [PATCH] Re: Precedence of ? :
43560              From: Stephen McCamant <smcc@mit.edu>
43561              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
43562              Message-Id: <20021210055707.974F073CCC@syllepsis>
43563      Branch: perl
43564            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
43565            ! vms/perly_c.vms
43566 ____________________________________________________________________________
43567 [ 18284] By: hv                                    on 2002/12/11  10:21:12
43568         Log: One more email address for #18282
43569      Branch: perl
43570            ! lib/Pod/Perldoc.pm
43571 ____________________________________________________________________________
43572 [ 18283] By: hv                                    on 2002/12/11  10:18:07
43573         Log: More email addresses for #18282
43574      Branch: perl
43575            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
43576            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
43577            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
43578            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
43579            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
43580 ____________________________________________________________________________
43581 [ 18282] By: hv                                    on 2002/12/11  10:16:05
43582         Log: Subject: Remove stale e-mail addresses
43583              From: Andy Dougherty <doughera@lafayette.edu>
43584              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
43585              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
43586      Branch: perl
43587            ! Porting/pumpkin.pod configure.gnu
43588            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
43589            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
43590            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
43591 ____________________________________________________________________________
43592 [ 18281] By: hv                                    on 2002/12/11  09:59:31
43593         Log: Integrate from maint-5.8 #18156, #18218.
43594      Branch: perl
43595           !> lib/Unicode/UCD.t lib/unicore/Category.pl
43596           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
43597           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
43598           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
43599           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
43600           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
43601 ____________________________________________________________________________
43602 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
43603         Log: Integrate from the maint-5.8/ branch :
43604              changes 18219, 18236, 18242-3, 18247-8,
43605              18253-5, 18257, 18273-6
43606      Branch: perl
43607           +> t/op/lc_user.t
43608           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
43609           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
43610           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
43611           !> t/uni/tr_utf8.t
43612 ____________________________________________________________________________
43613 [ 18279] By: merijn                                on 2002/12/10  14:10:03
43614         Log: Subject: Re: ANSIColor 1.06 released
43615              Version bump only after typo fix to sync with CPAN
43616      Branch: perl
43617            ! lib/Term/ANSIColor.pm
43618 ____________________________________________________________________________
43619 [ 18277] By: merijn                                on 2002/12/10  08:46:05
43620         Log: Subject: [PATCH perl@18251] VMS build update
43621              Message-ID: <3DF56BE2.9000300@mac.com>
43622              Date: Mon, 09 Dec 2002 22:21:54 -0600
43623              From: "Craig A. Berry" <craigberry@mac.com>
43624      Branch: perl
43625            ! configure.com ext/Time/HiRes/Makefile.PL
43626            ! vms/descrip_mms.template
43627 ____________________________________________________________________________
43628 [ 18272] By: merijn                                on 2002/12/09  15:31:28
43629         Log: RT#15950
43630
43631              Subject: [PATCH] Typo in Term::ANSIColor
43632              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
43633              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
43634      Branch: perl
43635            ! lib/Term/ANSIColor.pm
43636 ____________________________________________________________________________
43637 [ 18270] By: hv                                    on 2002/12/09  00:25:26
43638         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
43639              From: Nicholas Clark (via RT) <perlbug@perl.org>
43640              Date: 7 Nov 2002 14:58:14 -0000
43641              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
43642      Branch: perl
43643            ! lib/ExtUtils/xsubpp
43644 ____________________________________________________________________________
43645 [ 18269] By: hv                                    on 2002/12/09  00:19:33
43646         Log: Subject: Re: Bug in Filter::Simple
43647              From: Slaven Rezic <slaven.rezic@berlin.de>
43648              Date: 07 Nov 2002 10:01:41 +0100
43649              Message-ID: <87of91u51m.fsf@vran.herceg.de>
43650      Branch: perl
43651            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
43652 ____________________________________________________________________________
43653 [ 18268] By: hv                                    on 2002/12/09  00:14:58
43654         Log: fix #18266 sprintf format mismatch
43655      Branch: perl
43656            ! regcomp.c
43657 ____________________________________________________________________________
43658 [ 18267] By: hv                                    on 2002/12/09  00:10:09
43659         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
43660              From: Slaven Rezic <slaven.rezic@berlin.de>
43661              Date: 09 Nov 2002 23:21:16 +0100
43662              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
43663      Branch: perl
43664            ! config_h.SH ext/POSIX/t/posix.t util.c
43665 ____________________________________________________________________________
43666 [ 18266] By: hv                                    on 2002/12/09  00:02:57
43667         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
43668              From: Abhijit Menon-Sen <ams@wiw.org>
43669              Date: Wed, 6 Nov 2002 19:38:11 +0530
43670              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
43671      Branch: perl
43672            ! regcomp.c t/op/lc.t
43673 ____________________________________________________________________________
43674 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
43675         Log: Subject: Re: [perl #18927] barewords with no errors
43676              From: Abe Timmerman <abe@ztreet.demon.nl>
43677              Date: Sun, 8 Dec 2002 17:12:56 +0100
43678              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
43679      Branch: perl
43680            ! t/lib/strict/subs
43681 ____________________________________________________________________________
43682 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
43683         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
43684              From: Slaven Rezic <slaven.rezic@berlin.de>
43685              Date: 30 Nov 2002 00:07:05 +0100
43686              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
43687      Branch: perl
43688            ! pp_ctl.c t/cmd/for.t
43689 ____________________________________________________________________________
43690 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
43691         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
43692              From: Slaven Rezic <slaven.rezic@berlin.de>
43693              Date: 08 Dec 2002 01:31:45 +0100
43694              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
43695      Branch: perl
43696            ! lib/Exporter/Heavy.pm
43697 ____________________________________________________________________________
43698 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
43699         Log: getservbyport() should accept an empty string as its
43700              proto argument (as does getservbyname()).
43701
43702              Subject: Re: Is this a bug or am I being stupid?
43703              From: Slaven Rezic <slaven.rezic@berlin.de>
43704              Date: 08 Dec 2002 01:54:37 +0100
43705              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
43706      Branch: perl
43707            ! pp_sys.c
43708 ____________________________________________________________________________
43709 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
43710         Log: Change the set of characters that are considered to be
43711              safe in $ENV{TERM} for taint checkings.
43712      Branch: perl
43713            ! taint.c
43714 ____________________________________________________________________________
43715 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
43716         Log: Document that $ENV{TERM} may produce taint failures.
43717              Subject: Re: [perl #18717] spurious failures in regression test
43718              From: Slaven Rezic <slaven.rezic@berlin.de>
43719              Date: 29 Nov 2002 22:11:46 +0100
43720              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
43721      Branch: perl
43722            ! pod/perldiag.pod
43723 ____________________________________________________________________________
43724 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
43725         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
43726              From: Nicholas Clark <nick@unfortu.net>
43727              Date: Mon, 2 Dec 2002 21:48:29 +0000
43728              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
43729      Branch: perl
43730            ! hv.c lib/Hash/Util.t
43731 ____________________________________________________________________________
43732 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
43733         Log: Fix two cases of buffer overflow in the lexer.
43734      Branch: perl
43735            ! t/comp/parser.t toke.c
43736 ____________________________________________________________________________
43737 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
43738         Log: Fix bug #18874, essentially by reverting change #11890.
43739              Add a regression test for it.
43740      Branch: perl
43741            ! lib/English.pm lib/English.t
43742 ____________________________________________________________________________
43743 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
43744         Log: Suppress a compilation warning reported by Jarkko
43745              (variable initialization skipped by goto).
43746      Branch: perl
43747            ! toke.c
43748 ____________________________________________________________________________
43749 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
43750         Log: Fix up #18229.
43751      Branch: perl
43752            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
43753            ! pod/perlintern.pod
43754 ____________________________________________________________________________
43755 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
43756         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
43757              by any character may corrupt memory due to reading past the
43758              end of the input buffer. Add a new error message corresponding
43759              to this case.
43760      Branch: perl
43761            ! pod/perldiag.pod t/comp/parser.t toke.c
43762 ____________________________________________________________________________
43763 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
43764         Log: Skip test #17 of lib/open.t when useperlio is not defined.
43765      Branch: perl
43766            ! lib/open.t
43767 ____________________________________________________________________________
43768 [ 18231] By: merijn                                on 2002/12/02  16:00:12
43769         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
43770              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
43771              From: Andy Dougherty <doughera@lafayette.edu>
43772              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
43773      Branch: perl
43774            ! README.hpux
43775 ____________________________________________________________________________
43776 [ 18230] By: merijn                                on 2002/12/02  15:45:31
43777         Log: $0 modifying part II (HP-UX only)
43778
43779              Date: Sat, 30 Nov 2002 20:16:51 +0200
43780              From: Jarkko Hietaniemi <jhi@iki.fi>
43781              Subject: [PATCH] $0 modifying
43782              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
43783      Branch: perl
43784            ! mg.c
43785 ____________________________________________________________________________
43786 [ 18229] By: merijn                                on 2002/12/02  15:43:16
43787         Log: $0 mofifying part I
43788
43789              Date: Sat, 30 Nov 2002 20:16:51 +0200
43790              From: Jarkko Hietaniemi <jhi@iki.fi>
43791              Subject: [PATCH] $0 modifying
43792              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
43793      Branch: perl
43794            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
43795            ! sv.c t/op/magic.t thread.h
43796 ____________________________________________________________________________
43797 [ 18228] By: hv                                    on 2002/12/02  13:37:59
43798         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
43799              with a module-driven version, and separates out its docs.
43800      Branch: perl
43801            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
43802            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
43803            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
43804            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
43805            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
43806            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
43807            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
43808            + pod/perldoc.pod
43809            ! MANIFEST utils/perldoc.PL
43810 ____________________________________________________________________________
43811 [ 18226] By: hv                                    on 2002/12/02  12:44:35
43812         Log: missed the new file from #18224
43813      Branch: perl
43814            + lib/Pod/PlainText.pm
43815            ! MANIFEST
43816 ____________________________________________________________________________
43817 [ 18225] By: hv                                    on 2002/12/02  03:09:42
43818         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
43819      Branch: perl
43820            ! util.c
43821 ____________________________________________________________________________
43822 [ 18224] By: hv                                    on 2002/12/02  02:59:02
43823         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
43824              and lib/Pod/t/utils.t to cater for simpler output text.
43825      Branch: perl
43826            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
43827            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
43828            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
43829            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
43830            ! t/pod/multiline_items.t t/pod/multiline_items.xr
43831            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
43832            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
43833            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
43834            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
43835 ____________________________________________________________________________
43836 [ 18223] By: hv                                    on 2002/12/02  02:46:17
43837         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
43838              From: Dave Mitchell <davem@fdgroup.com>
43839              Date: Mon, 25 Nov 2002 21:25:33 +0000
43840              Message-ID: <20021125212533.B29157@fdgroup.com>
43841      Branch: perl
43842            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
43843 ____________________________________________________________________________
43844 [ 18222] By: hv                                    on 2002/12/02  02:23:28
43845         Log: #18221 broke t/op/eval.t
43846      Branch: perl
43847            ! t/op/eval.t
43848 ____________________________________________________________________________
43849 [ 18221] By: hv                                    on 2002/12/02  02:18:19
43850         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
43851      Branch: perl
43852           +> ext/POSIX/t/is.t
43853           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
43854           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
43855           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
43856           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
43857 ____________________________________________________________________________
43858 [ 18220] By: hv                                    on 2002/12/02  00:58:54
43859         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
43860              From: Dave Mitchell <davem@fdgroup.com>
43861              Date: Sun, 24 Nov 2002 22:19:06 +0000
43862              Message-ID: <20021124221906.A25386@fdgroup.com>
43863      Branch: perl
43864            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
43865            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
43866            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
43867            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
43868 ____________________________________________________________________________
43869 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
43870         Log: Document the hint constants and where they're used.
43871      Branch: perl
43872            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
43873            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
43874            ! perl.h
43875 ____________________________________________________________________________
43876 [ 18216] By: merijn                                on 2002/11/29  10:00:54
43877         Log: 64bit Peek failure on HP-UX 11.00
43878
43879              Subject: Re: Smoke 18188
43880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43881              From: Slaven Rezic <slaven.rezic@berlin.de>
43882              Date: 28 Nov 2002 19:25:25 +0100
43883              Message-ID: <877kexsga2.fsf@vran.herceg.de>
43884      Branch: perl
43885            ! ext/Devel/Peek/Peek.t
43886 ____________________________________________________________________________
43887 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
43888         Log: Slight beauty tweak.
43889      Branch: perl
43890            ! intrpvar.h
43891 ____________________________________________________________________________
43892 [ 18188] By: hv                                    on 2002/11/27  01:32:52
43893         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
43894              From: Slaven Rezic <slaven.rezic@berlin.de>
43895              Date: 03 Nov 2002 10:59:43 +0100
43896              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
43897      Branch: perl
43898            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
43899 ____________________________________________________________________________
43900 [ 18186] By: hv                                    on 2002/11/27  00:57:18
43901         Log: Subject: DESTROY called in scalar context ?
43902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43903              Date: Tue, 29 Oct 2002 22:04:23 +0100
43904              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
43905      Branch: perl
43906            ! sv.c
43907 ____________________________________________________________________________
43908 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
43909         Log: PerlFAQ sync.
43910      Branch: perl
43911            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43912            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43913            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43914            ! pod/perlfaq9.pod
43915 ____________________________________________________________________________
43916 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
43917         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
43918              From: andreas.koenig@anima.de (Andreas J. Koenig)
43919              Date: Mon, 25 Nov 2002 10:21:08 +0100
43920              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
43921
43922              Plus a few similar POD fixes
43923      Branch: perl
43924            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
43925            ! pod/perltie.pod
43926 ____________________________________________________________________________
43927 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
43928         Log: Subject: Re: [perl #18626] bug in perlipc man page
43929              From: Slaven Rezic <slaven.rezic@berlin.de>
43930              Date: 23 Nov 2002 21:23:20 +0100
43931              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
43932      Branch: perl
43933            ! pod/perlipc.pod
43934 ____________________________________________________________________________
43935 [ 18182] By: merijn                                on 2002/11/26  08:44:39
43936         Log: Subject: #17171: ld flag for shrplib on OpenBSD
43937              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
43938              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
43939      Branch: perl
43940            ! Configure
43941 ____________________________________________________________________________
43942 [ 18180] By: hv                                    on 2002/11/25  03:10:03
43943         Log: integrate #18144 updates to pod/perlport.pod
43944      Branch: perl
43945            ! pod/perlport.pod
43946 ____________________________________________________________________________
43947 [ 18179] By: hv                                    on 2002/11/25  03:06:44
43948         Log: Subject: [PATCH] UTF8 regexp {n} bug
43949              From: Inaba Hiroto <inaba@st.rim.or.jp>
43950              Date: Sat, 16 Nov 2002 19:23:00 +0900
43951              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
43952      Branch: perl
43953            ! regcomp.c t/op/pat.t
43954 ____________________________________________________________________________
43955 [ 18178] By: hv                                    on 2002/11/25  02:43:40
43956         Log: Subject: Re: Storable bug #1698
43957              From: Slaven Rezic <slaven.rezic@berlin.de>
43958              Date: 18 Nov 2002 10:41:36 +0100
43959              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
43960      Branch: perl
43961            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
43962            ! ext/Storable/t/forgive.t
43963 ____________________________________________________________________________
43964 [ 18177] By: hv                                    on 2002/11/25  02:37:07
43965         Log: add support for STASH and MAGIC information for REFs to sv_dump().
43966              Subject: [PATCH]
43967              From: Slaven Rezic <slaven.rezic@berlin.de>
43968              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
43969              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
43970      Branch: perl
43971            ! dump.c ext/Devel/Peek/Peek.t
43972 ____________________________________________________________________________
43973 [ 18176] By: hv                                    on 2002/11/25  02:31:10
43974         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
43975              From: Slaven Rezic <slaven.rezic@berlin.de>
43976              Date: 18 Nov 2002 22:50:04 +0100
43977              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
43978      Branch: perl
43979            ! pp_ctl.c
43980 ____________________________________________________________________________
43981 [ 18175] By: hv                                    on 2002/11/25  02:20:48
43982         Log: Subject: [Encode] 1.83 + bleedperl patch released
43983              From: Dan Kogai <dankogai@dan.co.jp>
43984              Date: Tue, 19 Nov 2002 03:18:44 +0900
43985              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
43986      Branch: perl
43987            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
43988            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
43989            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
43990            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
43991 ____________________________________________________________________________
43992 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
43993         Log: Subject: [PATCH] Historic version labels
43994              From: andreas.koenig@anima.de (Andreas J. Koenig)
43995              Date: Fri, 22 Nov 2002 14:39:41 +0100
43996              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
43997      Branch: perl
43998            ! Changes5.005 Changes5.6
43999 ____________________________________________________________________________
44000 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
44001         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
44002              Fix the existing tests that didn't checked the difference
44003              between 0 and undef.
44004      Branch: perl
44005            ! t/op/magic.t
44006 ____________________________________________________________________________
44007 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
44008         Log: Move some tests from t/run/fresh_perl.t
44009              to the new t/comp/parser.t. The goal being to
44010              get rid of fresh_perl.t at some point.
44011      Branch: perl
44012            ! t/comp/parser.t t/run/fresh_perl.t
44013 ____________________________________________________________________________
44014 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
44015         Log: Add a test for bug #17920, and a new test file for it.
44016      Branch: perl
44017            + t/comp/parser.t
44018            ! MANIFEST
44019 ____________________________________________________________________________
44020 [ 18168] By: merijn                                on 2002/11/21  13:59:12
44021         Log: Subject: [PATCH] hires sleeping wants libs
44022              Date: Wed, 20 Nov 2002 17:18:31 +0200
44023              From: Jarkko Hietaniemi <jhi@iki.fi>
44024              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
44025      Branch: perl
44026            ! Configure hints/irix_6.sh
44027 ____________________________________________________________________________
44028 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
44029         Log: Fix perl bug #17920 : a case of parser coredump.
44030              The fix is to disable Perl_block_start and Perl_block_end
44031              when the yacc parser has encountered errors. This prevents
44032              corruption of the internal stack, at the expense of correctness,
44033              but this doesn't matter as the code is unparseable anyway.
44034      Branch: perl
44035            ! op.c
44036 ____________________________________________________________________________
44037 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
44038         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
44039              From: Jarkko Hietaniemi <jhi@iki.fi>
44040              Date: Sun, 3 Nov 2002 17:50:08 +0200
44041              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
44042      Branch: perl
44043            ! lib/open.pm locale.c pod/perl58delta.pod
44044 ____________________________________________________________________________
44045 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
44046         Log: t/io/crlf.t failed with miniperl.
44047      Branch: perl
44048            ! t/io/crlf.t
44049 ____________________________________________________________________________
44050 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
44051         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
44052              From: Peter Scott <Peter@PSDT.com>
44053              Date: Thu, 07 Nov 2002 19:04:27 -0800
44054              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
44055
44056              With a tweak to the END cleanup block to fully remove the
44057              temporary test directory
44058      Branch: perl
44059            ! lib/AutoLoader.t
44060 ____________________________________________________________________________
44061 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
44062         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
44063              From: Dave Mitchell <davem@fdgroup.com>
44064              Date: Thu, 14 Nov 2002 22:55:39 +0000
44065              Message-ID: <20021114225539.A18614@fdgroup.com>
44066      Branch: perl
44067            ! ext/threads/threads.xs
44068 ____________________________________________________________________________
44069 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
44070         Log: Subject: [PATCH Win32] Document wperl.exe
44071              From: "Brent Dax" <brentdax@cpan.org>
44072              Date: Fri, 15 Nov 2002 23:02:01 -0800
44073              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
44074      Branch: perl
44075            ! README.win32
44076 ____________________________________________________________________________
44077 [ 18160] By: hv                                    on 2002/11/19  12:07:25
44078         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
44079              From: Nicholas Clark <nick@unfortu.net>
44080              Date: Tue, 29 Oct 2002 23:00:05 +0000
44081              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
44082      Branch: perl
44083            + regen.pl regen_headers.pl
44084            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
44085            ! keywords.pl opcode.pl regcomp.pl
44086 ____________________________________________________________________________
44087 [ 18159] By: hv                                    on 2002/11/19  11:48:30
44088         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
44089              From: Gurusamy Sarathy <gsar@ActiveState.com>
44090              Date: Wed, 30 Oct 2002 20:58:15 -0800
44091              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
44092              Date: Wed, 30 Oct 2002 21:56:22 -0800
44093              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
44094              Date: Wed, 30 Oct 2002 22:55:30 -0800
44095              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
44096      Branch: perl
44097            ! gv.c pp_hot.c t/op/method.t
44098 ____________________________________________________________________________
44099 [ 18158] By: hv                                    on 2002/11/19  11:35:16
44100         Log: Remove duplicate my() declaration giving warnings from change #18105.
44101      Branch: perl
44102            ! lib/Class/Struct.t
44103 ____________________________________________________________________________
44104 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
44105         Log: Correction to change #18152, by Dave Mitchell.
44106      Branch: perl
44107            ! pod/perlhack.pod
44108 ____________________________________________________________________________
44109 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
44110         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
44111              From: Dave Mitchell <davem@fdgroup.com>
44112              Date: Sat, 16 Nov 2002 22:18:23 +0000
44113              Message-ID: <20021116221823.A23614@fdgroup.com>
44114              Documentation for change #18150.
44115      Branch: perl
44116            ! pod/perlhack.pod
44117 ____________________________________________________________________________
44118 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
44119         Log: Document PRIVSHIFT.
44120              Subject: [PATCH] two small doc patches
44121              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44122              Date: Thu, 14 Nov 2002 15:07:35 -0800
44123              Message-ID: <3yC19gzkguTO092yn@efn.org>
44124      Branch: perl
44125            ! sv.h
44126 ____________________________________________________________________________
44127 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
44128         Log: Subject: [PATCH] optional code for debugging leaking scalars
44129              From: Dave Mitchell <davem@fdgroup.com>
44130              Date: Thu, 14 Nov 2002 23:03:00 +0000
44131              Message-ID: <20021114230300.B18614@fdgroup.com>
44132      Branch: perl
44133            ! perl.c sv.c
44134 ____________________________________________________________________________
44135 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
44136         Log: New B::Lint option, bare-subs, that checks for implicitely
44137              quoted barewords that are also subroutines, from
44138              Ian Phillipps <ip@tarragon-et.co.uk>.
44139              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
44140              With a few tweaks to the implementation and tests.
44141              (previous change was empty)
44142      Branch: perl
44143            ! ext/B/B/Lint.pm ext/B/t/lint.t
44144 ____________________________________________________________________________
44145 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
44146         Log: New B::Lint option, bare-subs, that checks for implicitely
44147              quoted barewords that are also subroutines, from
44148              Ian Phillipps <ip@tarragon-et.co.uk>.
44149              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
44150              With a few tweaks to the implementation and tests.
44151      Branch: perl
44152            ! ext/B/B/Lint.pm ext/B/t/lint.t
44153 ____________________________________________________________________________
44154 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
44155         Log: Subject: [PATCH] Typo in perl58delta
44156              From: andreas.koenig@anima.de (Andreas J. Koenig)
44157              Date: Sat, 16 Nov 2002 16:29:14 +0100
44158              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
44159      Branch: perl
44160            ! pod/perl58delta.pod
44161 ____________________________________________________________________________
44162 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
44163         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
44164              From: Dave Mitchell <davem@fdgroup.com>
44165              Date: Thu, 7 Nov 2002 16:38:02 +0000
44166              Message-ID: <20021107163802.C25337@fdgroup.com>
44167      Branch: perl
44168            ! pad.h
44169 ____________________________________________________________________________
44170 [ 18141] By: merijn                                on 2002/11/12  16:15:30
44171         Log: repair 18139 (missing awk command)
44172      Branch: perl
44173            ! Configure
44174 ____________________________________________________________________________
44175 [ 18139] By: merijn                                on 2002/11/12  14:20:36
44176         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
44177              From: Jarkko Hietaniemi <jhi@iki.fi>
44178              Subject: [PATCH] Tru64 osvers
44179              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
44180      Branch: perl
44181            ! Configure
44182 ____________________________________________________________________________
44183 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
44184         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
44185              From: Slaven Rezic <slaven.rezic@berlin.de>
44186              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
44187              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
44188      Branch: perl
44189            ! lib/Term/ReadLine.pm
44190 ____________________________________________________________________________
44191 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
44192         Log: Subject: t/run/runenv.t bug
44193              From: Salvador "Fandiño" <sfandino@yahoo.com>
44194              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
44195              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
44196      Branch: perl
44197            ! t/run/runenv.t
44198 ____________________________________________________________________________
44199 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
44200         Log: Subject: [PATCH] perlopentut and PerlIO documentation
44201              From: Slaven Rezic <slaven.rezic@berlin.de>
44202              Date: 08 Nov 2002 22:22:19 +0100
44203              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
44204      Branch: perl
44205            ! lib/PerlIO.pm pod/perlopentut.pod
44206 ____________________________________________________________________________
44207 [ 18125] By: hv                                    on 2002/11/07  14:01:57
44208         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
44209              From: Dan Kogai <dankogai@dan.co.jp>
44210              Date: Fri, 25 Oct 2002 13:04:00 +0900
44211              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
44212      Branch: perl
44213            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
44214            + t/uni/tr_utf8.t
44215            ! MANIFEST
44216 ____________________________________________________________________________
44217 [ 18124] By: hv                                    on 2002/11/07  13:51:39
44218         Log: Subject: [PATCH] File::Temp documentation fix
44219              From: Slaven Rezic <slaven.rezic@berlin.de>
44220              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
44221              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
44222      Branch: perl
44223            ! lib/File/Temp.pm
44224 ____________________________________________________________________________
44225 [ 18123] By: hv                                    on 2002/11/07  13:46:59
44226         Log: Subject: PATCH x2p/find2perl.PL
44227              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
44228              Date: Thu, 24 Oct 2002 10:05:19 +0200
44229              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
44230      Branch: perl
44231            ! x2p/find2perl.PL
44232 ____________________________________________________________________________
44233 [ 18122] By: hv                                    on 2002/11/07  13:40:25
44234         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
44235              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
44236              Date: 23 Oct 2002 18:42:51 -0000
44237              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
44238      Branch: perl
44239            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
44240 ____________________________________________________________________________
44241 [ 18121] By: hv                                    on 2002/11/07  13:21:15
44242         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
44243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44244              Date: Sun, 03 Nov 2002 15:48:18 -0800
44245              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
44246      Branch: perl
44247            ! sv.c t/op/tie.t
44248 ____________________________________________________________________________
44249 [ 18120] By: hv                                    on 2002/11/07  13:14:21
44250         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
44251              From: Gurusamy Sarathy <gsar@ActiveState.com>
44252              Date: Sat, 19 Oct 2002 12:11:43 -0700
44253              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
44254      Branch: perl
44255            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
44256 ____________________________________________________________________________
44257 [ 18119] By: hv                                    on 2002/11/07  12:13:28
44258         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
44259              From: Mark Pease (via RT) <perlbug@perl.org>
44260              Date: 29 Oct 2002 20:23:54 -0000
44261              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
44262      Branch: perl
44263            ! regcomp.c
44264 ____________________________________________________________________________
44265 [ 18118] By: hv                                    on 2002/11/07  11:33:38
44266         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
44267              From: hv@crypt.org
44268              Date: Sun, 03 Nov 2002 16:41:24 +0000
44269              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
44270      Branch: perl
44271            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
44272            ! t/op/sub_lval.t
44273 ____________________________________________________________________________
44274 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
44275         Log: "make distclean" should remove the generated file lib/Config.pod.
44276      Branch: perl
44277            ! Makefile.SH
44278 ____________________________________________________________________________
44279 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
44280         Log: The new test introduced in #18114 failed with threads
44281      Branch: perl
44282            ! ext/B/t/concise.t
44283 ____________________________________________________________________________
44284 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
44285         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
44286              From: Slaven Rezic <slaven.rezic@berlin.de>
44287              Date: 24 Oct 2002 00:44:35 +0200
44288              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
44289      Branch: perl
44290            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
44291            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
44292 ____________________________________________________________________________
44293 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
44294         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
44295              From: Stephen McCamant <smcc@mit.edu>
44296              Date: Thu, 31 Oct 2002 01:35:29 -0500
44297              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
44298
44299              plus a test case in ext/B/t/concise.t
44300              plus a (less intrusive, but less future-proof) fix for a
44301              similar problem in B::walkoptree_exec().
44302      Branch: perl
44303            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
44304 ____________________________________________________________________________
44305 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
44306         Log: make regen_headers.
44307              Backport change #18078 to warnings.pl.
44308      Branch: perl
44309            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
44310 ____________________________________________________________________________
44311 [ 18109] By: ams                                   on 2002/11/05  13:03:34
44312         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
44313              From: hv@crypt.org
44314              Date: Tue, 05 Nov 2002 13:30:00 +0000
44315              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
44316
44317              This is half of the fix for #18107. The swash_init() problems
44318              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
44319              but can now be seen only with UTF-8 test cases.
44320      Branch: perl
44321            ! pp.c
44322 ____________________________________________________________________________
44323 [ 18108] By: merijn                                on 2002/11/05  07:52:08
44324         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
44325
44326              Subject: Re: [perl #18066] Bug in -I when path has double colons?
44327              From: Slaven Rezic <slaven.rezic@berlin.de>
44328              Date: 03 Nov 2002 10:25:10 +0100
44329              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
44330      Branch: perl
44331            ! embed.pl
44332 ____________________________________________________________________________
44333 [ 18107] By: ams                                   on 2002/11/05  03:43:46
44334         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
44335              character is UTF-8. (Copied from pp_lcfirst.)
44336              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
44337      Branch: perl
44338            ! dump.c pp.c
44339 ____________________________________________________________________________
44340 [ 18106] By: hv                                    on 2002/11/05  01:43:27
44341         Log: new test based on:
44342              Subject: [TEST] for [PATCH] bug in utf8.c(?)
44343              From: Marty Pauley <marty+p5p@kasei.com>
44344              Date: Fri, 18 Oct 2002 21:02:38 +0100
44345              Message-ID: <20021018200238.GY3764@soto.kasei.com>
44346      Branch: perl
44347            ! lib/utf8.t
44348 ____________________________________________________________________________
44349 [ 18105] By: hv                                    on 2002/11/05  00:59:30
44350         Log: Subject: Re: Class::Struct, simple patch, tests
44351              From: Marty Pauley <marty+p5p@kasei.com>
44352              Date: Fri, 18 Oct 2002 22:26:38 +0100
44353              Message-ID: <20021018212638.GB3764@soto.kasei.com>
44354      Branch: perl
44355            ! lib/Class/Struct.pm lib/Class/Struct.t
44356 ____________________________________________________________________________
44357 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
44358         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
44359              From: Slaven Rezic <slaven.rezic@berlin.de>
44360              Date: 30 Oct 2002 11:18:47 +0100
44361              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
44362
44363              With the corresponding change to embed.fnc
44364      Branch: perl
44365            + t/run/switchI.t
44366            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
44367            ! proto.h t/run/runenv.t
44368 ____________________________________________________________________________
44369 [ 18094] By: merijn                                on 2002/11/04  16:08:22
44370         Log: Changed the warning detection pattern because of:
44371
44372              Subject: ccache gcc3.2 doesn't work
44373              From: Nicholas Clark <nick@ccl4.org>
44374              Date: Tue, 29 Oct 2002 15:01:39
44375              Message-ID: <20021029150139.J82080@plum.flirble.org>
44376      Branch: perl
44377            ! Configure
44378 ____________________________________________________________________________
44379 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
44380         Log: s/Perlf/Perl/ (thanks rgs)
44381      Branch: perl
44382            ! pod/perldiag.pod
44383 ____________________________________________________________________________
44384 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
44385         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
44386      Branch: perl
44387            ! pod/perldiag.pod
44388 ____________________________________________________________________________
44389 [ 18090] By: hv                                    on 2002/11/04  15:49:29
44390         Log: extend #13786 to cover the other four identical chunks of code
44391              to avoid looping under overload.
44392      Branch: perl
44393            ! sv.c
44394 ____________________________________________________________________________
44395 [ 18088] By: merijn                                on 2002/11/04  15:37:06
44396         Log: Charnames take 4
44397              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
44398      Branch: perl
44399            ! lib/charnames.pm lib/charnames.t
44400 ____________________________________________________________________________
44401 [ 18086] By: hv                                    on 2002/11/04  15:16:34
44402         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
44403      Branch: perl
44404           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
44405           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
44406 ____________________________________________________________________________
44407 [ 18085] By: hv                                    on 2002/11/04  12:17:12
44408         Log: Subject: Re: [perl #17064] illegal legal unicode character
44409              From: hv@crypt.org
44410              Date: Mon, 04 Nov 2002 13:23:49 +0000
44411              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
44412      Branch: perl
44413            ! regexec.c t/op/split.t
44414 ____________________________________________________________________________
44415 [ 18084] By: merijn                                on 2002/11/04  11:04:45
44416         Log: Tru64, gcc -O3, datasize
44417              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
44418      Branch: perl
44419            ! README.tru64 hints/dec_osf.sh
44420 ____________________________________________________________________________
44421 [ 18083] By: merijn                                on 2002/11/04  10:58:52
44422         Log: Typo configpm
44423              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44424      Branch: perl
44425            ! configpm
44426 ____________________________________________________________________________
44427 [ 18078] By: hv                                    on 2002/11/03  13:20:50
44428         Log: avoid reliance on croak() prototype
44429      Branch: perl
44430            ! lib/warnings.pm
44431 ____________________________________________________________________________
44432 [ 18077] By: hv                                    on 2002/11/03  13:18:17
44433         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
44434              (with tweaks)
44435              From: Michael G Schwern <schwern@pobox.com>
44436              Date: Wed, 4 Sep 2002 12:06:08 -0700
44437              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
44438      Branch: perl
44439            ! configpm lib/Config.t
44440 ____________________________________________________________________________
44441 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
44442         Log: Update to Scalar-List-Utils 1.08
44443      Branch: perl
44444            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
44445            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
44446            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
44447            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
44448            ! ext/List/Util/t/reduce.t
44449 ____________________________________________________________________________
44450 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
44451         Log: Adjust the number of tests in t/op/range.t
44452      Branch: perl
44453            ! t/op/range.t
44454 ____________________________________________________________________________
44455 [ 18074] By: ams                                   on 2002/10/30  22:30:32
44456         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
44457              but "-4\n".."-0\n" is!
44458              From: Slaven Rezic <slaven.rezic@berlin.de>
44459              Date: 30 Oct 2002 16:22:36 +0100
44460              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
44461
44462              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
44463              is not DWIM but "-4\n".."-0\n" is!
44464              From: "Orton, Yves" <yves.orton@mciworldcom.de>
44465              Date: Wed, 30 Oct 2002 11:59:31 -0000
44466              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
44467
44468              (Applied over previous fix.)
44469      Branch: perl
44470            ! pp_ctl.c t/op/range.t
44471 ____________________________________________________________________________
44472 [ 18073] By: ams                                   on 2002/10/30  19:47:12
44473         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
44474              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
44475              Date: 30 Oct 2002 17:27:53 -0000
44476              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
44477
44478              (Fixed by making an exception for .."0" in pp_flop.)
44479      Branch: perl
44480            ! pp_ctl.c t/op/range.t
44481 ____________________________________________________________________________
44482 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
44483         Log: Partial fix of bug [perl #17589] : prevent the parser to
44484              segfault when encountering the erroneous construct "sub;".
44485      Branch: perl
44486            ! pod/perldiag.pod t/op/anonsub.t toke.c
44487 ____________________________________________________________________________
44488 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
44489         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
44490              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44491              Date: Mon, 28 Oct 2002 12:53:52 -0000
44492              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
44493      Branch: perl
44494            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
44495 ____________________________________________________________________________
44496 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
44497         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
44498              From: Nicholas Clark <nick@unfortu.net>
44499              Date: Sun, 27 Oct 2002 18:39:03 +0000
44500              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
44501      Branch: perl
44502            ! util.c
44503 ____________________________________________________________________________
44504 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
44505         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
44506              From: Nicholas Clark <nick@unfortu.net>
44507              Date: Sun, 27 Oct 2002 22:31:08 +0000
44508              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
44509      Branch: perl
44510            ! t/op/pack.t
44511 ____________________________________________________________________________
44512 [ 18068] By: merijn                                on 2002/10/27  17:57:15
44513         Log: Repair broken previous patch. I don't like it, but not repairing it
44514              breaks each and every build. Will teach me to test on the same
44515              machine where I patched it. Sorry.
44516      Branch: perl
44517            ! embed.pl
44518 ____________________________________________________________________________
44519 [ 18067] By: merijn                                on 2002/10/27  06:02:21
44520         Log: embed.pl doc. (embed.pl reorganization for doc headers)
44521              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
44522              With some additional modifications
44523      Branch: perl
44524            ! embed.pl
44525 ____________________________________________________________________________
44526 [ 18064] By: merijn                                on 2002/10/25  11:47:07
44527         Log: The 5005thread todo list; 2 down 25 to go
44528      Branch: perl
44529            ! README.irix README.tru64
44530 ____________________________________________________________________________
44531 [ 18063] By: hv                                    on 2002/10/25  00:28:48
44532         Log: change #18038 gives too many problems on t/450_service.t; disable
44533              it for now
44534      Branch: perl
44535            ! lib/Net/Ping/t/450_service.t
44536 ____________________________________________________________________________
44537 [ 18062] By: hv                                    on 2002/10/25  00:21:17
44538         Log: Subject: [PATCH] DB_File 1.806
44539              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44540              Date: Tue, 22 Oct 2002 11:16:21 +0100
44541              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
44542      Branch: perl
44543            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44544            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
44545            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
44546 ____________________________________________________________________________
44547 [ 18061] By: hv                                    on 2002/10/25  00:13:07
44548         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
44549              From: chromatic <chromatic@wgz.org>
44550              Date: Mon, 21 Oct 2002 20:27:43 -0700
44551              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
44552      Branch: perl
44553            + ext/IO/lib/IO/t/IO.t
44554            ! MANIFEST lib/Net/Ping/t/450_service.t
44555 ____________________________________________________________________________
44556 [ 18060] By: hv                                    on 2002/10/24  23:54:50
44557         Log: 2 lines of change #18039 had several problems
44558      Branch: perl
44559            ! ext/IO/IO.pm
44560 ____________________________________________________________________________
44561 [ 18059] By: hv                                    on 2002/10/24  23:46:29
44562         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
44563              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
44564              Date: 21 Oct 2002 10:18:50 -0000
44565              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
44566      Branch: perl
44567            ! utils/perldoc.PL
44568 ____________________________________________________________________________
44569 [ 18058] By: hv                                    on 2002/10/24  23:36:48
44570         Log: Subject: The Inaba patch for tr/// vs. use encoding
44571              From: Dan Kogai <dankogai@dan.co.jp>
44572              Date: Mon, 21 Oct 2002 17:36:02 +0900
44573              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
44574      Branch: perl
44575            ! mg.c regcomp.c sv.c toke.c
44576 ____________________________________________________________________________
44577 [ 18057] By: hv                                    on 2002/10/24  23:16:15
44578         Log: Subject: [Encode] 1.80 released
44579              From: Dan Kogai <dankogai@dan.co.jp>
44580              Date: Tue, 22 Oct 2002 05:47:16 +0900
44581              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
44582      Branch: perl
44583            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
44584            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
44585            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44586            ! ext/Encode/lib/Encode/MIME/Header.pm
44587            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
44588            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
44589            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
44590            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
44591 ____________________________________________________________________________
44592 [ 18056] By: hv                                    on 2002/10/24  22:48:06
44593         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
44594              From: Autrijus Tang <autrijus@autrijus.org>
44595              Date: Sat, 19 Oct 2002 17:51:57 +0800
44596              Message-ID: <20021019095157.GA430@not.autrijus.org>
44597      Branch: perl
44598            ! ext/B/B/C.pm
44599 ____________________________________________________________________________
44600 [ 18055] By: hv                                    on 2002/10/24  22:34:10
44601         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
44602      Branch: perl
44603            ! pp_sys.c t/run/fresh_perl.t
44604 ____________________________________________________________________________
44605 [ 18054] By: hv                                    on 2002/10/24  22:17:40
44606         Log: change #18030 needs the removal of ext/Thread/thr5005.t
44607      Branch: perl
44608            - ext/Thread/thr5005.t
44609 ____________________________________________________________________________
44610 [ 18053] By: merijn                                on 2002/10/24  08:20:09
44611         Log: charnames pragma extended with :alias for customized
44612              unicode naming aliases
44613              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
44614      Branch: perl
44615            ! lib/charnames.pm lib/charnames.t
44616 ____________________________________________________________________________
44617 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
44618         Log: Further tweaks to perlmodlib.pod.
44619              Add a note about perllocal.pod, which wasn't documented.
44620      Branch: perl
44621            ! pod/perlmodlib.PL pod/perlmodlib.pod
44622 ____________________________________________________________________________
44623 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
44624         Log: Further tweaks to perluniintro.pod
44625      Branch: perl
44626            ! pod/perluniintro.pod
44627 ____________________________________________________________________________
44628 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
44629         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
44630              Regenerate perlmodlib.pod
44631      Branch: perl
44632            ! pod/perlmodlib.PL pod/perlmodlib.pod
44633 ____________________________________________________________________________
44634 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
44635         Log: Subject: [PATCH] perluniintro
44636              From: Jarkko Hietaniemi <jhi@iki.fi>
44637              Date: Sun, 20 Oct 2002 15:48:09 +0300
44638              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
44639      Branch: perl
44640            ! pod/perluniintro.pod
44641 ____________________________________________________________________________
44642 [ 18048] By: hv                                    on 2002/10/22  17:04:26
44643         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
44644              From: Dave Mitchell <davem@fdgroup.com>
44645              Date: Fri, 18 Oct 2002 13:36:40 +0100
44646              Message-ID: <20021018133640.A19172@fdgroup.com>
44647      Branch: perl
44648            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
44649            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
44650            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
44651 ____________________________________________________________________________
44652 [ 18047] By: hv                                    on 2002/10/22  16:20:18
44653         Log: Subject: [PATCH] AutoLoader gives wrong message
44654              From: Peter Scott <peter@psdt.com>
44655              Date: Thu, 17 Oct 2002 19:54:56 -0700
44656              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
44657      Branch: perl
44658            ! lib/AutoLoader.pm
44659 ____________________________________________________________________________
44660 [ 18046] By: hv                                    on 2002/10/22  15:52:40
44661         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
44662              From: Alain Barbet <alian@alianwebserver.com>
44663              Date: Fri, 18 Oct 2002 15:29:29 +0200
44664              Message-ID: <3DB00CB9.70708@alianwebserver.com>
44665      Branch: perl
44666            ! README.win32 win32/makefile.mk win32/win32.c
44667 ____________________________________________________________________________
44668 [ 18045] By: hv                                    on 2002/10/22  15:47:21
44669         Log: improve 'atomicity' wording
44670      Branch: perl
44671            ! lib/filetest.pm
44672 ____________________________________________________________________________
44673 [ 18044] By: hv                                    on 2002/10/22  15:43:55
44674         Log: Subject: [PATCH] Shell.pm object methods broken
44675              From: Dan Brook <dbrook@easyspace.com>
44676              Date: Thu, 17 Oct 2002 16:05:04 +0100
44677              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
44678      Branch: perl
44679            ! lib/Shell.pm lib/Shell.t
44680 ____________________________________________________________________________
44681 [ 18042] By: hv                                    on 2002/10/21  09:20:54
44682         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
44683              From: hv@crypt.org
44684              Date: Mon, 21 Oct 2002 11:27:40 +0100
44685              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
44686      Branch: perl
44687            ! t/lib/warnings/toke toke.c
44688 ____________________________________________________________________________
44689 [ 18041] By: hv                                    on 2002/10/21  01:14:48
44690         Log: Subject: Re: [perl #18019] regex overoptimization
44691              From: hv@crypt.org
44692              Date: Mon, 21 Oct 2002 03:21:54 +0100
44693              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
44694      Branch: perl
44695            ! regcomp.c t/op/re_tests
44696 ____________________________________________________________________________
44697 [ 18039] By: hv                                    on 2002/10/20  14:33:16
44698         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
44699              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
44700              Date: Tue, 15 Oct 2002 02:17:03 +0200
44701              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
44702      Branch: perl
44703            ! ext/IO/IO.pm
44704 ____________________________________________________________________________
44705 [ 18038] By: hv                                    on 2002/10/20  14:23:06
44706         Log: Update to Net::Ping v2.23
44707      Branch: perl
44708            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
44709            + lib/Net/Ping/t/450_service.t
44710            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
44711            ! lib/Net/Ping/t/200_ping_tcp.t
44712 ____________________________________________________________________________
44713 [ 18037] By: hv                                    on 2002/10/20  13:57:06
44714         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
44715              From: Jarkko Hietaniemi <jhi@iki.fi>
44716              Date: Mon, 14 Oct 2002 14:49:54 +0300
44717              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
44718      Branch: perl
44719            ! t/op/pack.t
44720 ____________________________________________________________________________
44721 [ 18036] By: hv                                    on 2002/10/20  13:43:56
44722         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
44723              From: Slaven Rezic <slaven.rezic@berlin.de>
44724              Date: 14 Oct 2002 09:37:18 +0200
44725              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
44726      Branch: perl
44727            ! pp_sys.c t/op/mkdir.t
44728 ____________________________________________________________________________
44729 [ 18035] By: hv                                    on 2002/10/20  13:39:09
44730         Log: Subject: Re: [perl #17951] Strange UTF error
44731              From: Jarkko Hietaniemi <jhi@iki.fi>
44732              Date: Wed, 16 Oct 2002 18:50:51 +0300
44733              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
44734      Branch: perl
44735            ! lib/utf8_heavy.pl t/run/fresh_perl.t
44736 ____________________________________________________________________________
44737 [ 18034] By: hv                                    on 2002/10/20  13:23:16
44738         Log: Update to Time::HiRes v1.38
44739      Branch: perl
44740            + ext/Time/HiRes/typemap
44741            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44742            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
44743            ! ext/Time/HiRes/Makefile.PL
44744 ____________________________________________________________________________
44745 [ 18033] By: hv                                    on 2002/10/20  13:12:25
44746         Log: Upgrade to Test.pm v1.23
44747      Branch: perl
44748            ! lib/Test.pm
44749 ____________________________________________________________________________
44750 [ 18030] By: merijn                                on 2002/10/19  14:10:21
44751         Log: Happy chainsaw stories; The removal of the 5005 threads
44752              Still imcomplete. Configure will follow
44753      Branch: perl
44754            ! MANIFEST NetWare/Makefile NetWare/config.wc
44755            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
44756            ! Porting/Glossary Porting/config.sh Porting/config_H
44757            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
44758            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
44759            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
44760            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
44761            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
44762            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
44763            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
44764            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
44765            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
44766            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
44767            ! win32/config.bc win32/config.gc win32/config.vc
44768            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
44769            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
44770            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
44771            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
44772            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
44773            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
44774            ! wince/win32thread.h wince/wincesck.c
44775 ____________________________________________________________________________
44776 [ 18029] By: merijn                                on 2002/10/18  07:28:21
44777         Log: minor tweaks in Porting/pumpkin.pod
44778              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
44779      Branch: perl
44780            ! Porting/pumpkin.pod
44781 ____________________________________________________________________________
44782 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
44783         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
44784              From: Abe Timmerman <abe@ztreet.demon.nl>
44785              Date: Thu, 17 Oct 2002 23:38:34 +0200
44786              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
44787      Branch: perl
44788            ! t/run/switches.t
44789 ____________________________________________________________________________
44790 [ 18027] By: hv                                    on 2002/10/17  14:39:27
44791         Log: Subject: Re: versions too accurate
44792              From: John Peacock <jpeacock@rowman.com>
44793              Date: Mon, 14 Oct 2002 22:36:48 -0400
44794              Message-ID: <3DAB7F40.1050200@rowman.com>
44795      Branch: perl
44796            ! lib/version.pm util.c
44797 ____________________________________________________________________________
44798 [ 18026] By: hv                                    on 2002/10/17  14:29:41
44799         Log: Subject: Re: [PATCH] Version object combined patch
44800              From: John Peacock <jpeacock@rowman.com>
44801              Date: Thu, 10 Oct 2002 21:23:01 -0400
44802              Message-ID: <3DA627F5.5050907@rowman.com>
44803      Branch: perl
44804            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
44805 ____________________________________________________________________________
44806 [ 18025] By: hv                                    on 2002/10/17  13:37:04
44807         Log: definition of MAXPATHLEN
44808              Subject: [PATCH] standard lawyerism
44809              From: Jarkko Hietaniemi <jhi@iki.fi>
44810              Date: Fri, 11 Oct 2002 02:48:26 +0300
44811              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
44812      Branch: perl
44813            ! perl.h
44814 ____________________________________________________________________________
44815 [ 18024] By: hv                                    on 2002/10/17  13:34:01
44816         Log: Subject: Re: [perl #17061] no strict 'garbage'
44817              From: Slaven Rezic <slaven.rezic@berlin.de>
44818              Date: 10 Oct 2002 16:23:22 +0200
44819              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
44820      Branch: perl
44821            ! ext/Storable/Storable.pm
44822 ____________________________________________________________________________
44823 [ 18023] By: hv                                    on 2002/10/17  12:56:28
44824         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
44825              From: Steve Grazzini <grazz@nyc.rr.com>
44826              Date: 11 Oct 2002 22:28:58 -0000
44827              Message-ID: <20021011222858.452.qmail@onion.perl.org>
44828      Branch: perl
44829            ! doio.c t/io/open.t
44830 ____________________________________________________________________________
44831 [ 18022] By: hv                                    on 2002/10/17  12:24:42
44832         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
44833              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44834              Date: Tue, 15 Oct 2002 17:01:43 -0700
44835              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
44836      Branch: perl
44837            ! t/op/assignwarn.t
44838 ____________________________________________________________________________
44839 [ 18021] By: hv                                    on 2002/10/17  11:28:38
44840         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
44841              From: Slaven Rezic <slaven.rezic@berlin.de>
44842              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
44843              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
44844      Branch: perl
44845            ! Porting/pumpkin.pod
44846 ____________________________________________________________________________
44847 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
44848         Log: prototype() didn't warn when used in void context.
44849      Branch: perl
44850            ! op.c t/lib/warnings/op
44851 ____________________________________________________________________________
44852 [ 18019] By: ams                                   on 2002/10/15  20:54:53
44853         Log: Subject: Japanese translation of Storable
44854              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
44855              Date: Tue, 15 Oct 2002 06:31:01 +0900
44856              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
44857      Branch: perl
44858            ! ext/Storable/README
44859 ____________________________________________________________________________
44860 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
44861         Log: Subject: Re: [PATCH] cv.h: Comment update
44862              From: Paul Johnson <paul@pjcj.net>
44863              Date: Mon, 14 Oct 2002 20:00:50 +0200
44864              Message-ID: <20021014180050.GC7333@pjcj.net>
44865      Branch: perl
44866            ! cv.h
44867 ____________________________________________________________________________
44868 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
44869         Log: Subject: [PATCH] perlipc.pod
44870              From: Slaven Rezic <slaven.rezic@berlin.de>
44871              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
44872              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
44873      Branch: perl
44874            ! pod/perlipc.pod
44875 ____________________________________________________________________________
44876 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
44877         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
44878              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44879              Date: Sun, 13 Oct 2002 09:02:36 +0900
44880              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
44881      Branch: perl
44882            ! pod/perlunicode.pod
44883 ____________________________________________________________________________
44884 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
44885         Log: The -0 command-line switch wasn't setting $/ at compile-time.
44886              Move the initialization of $/ just after switch parsing
44887              (it was done after yyparse().)
44888      Branch: perl
44889            ! perl.c t/run/switches.t
44890 ____________________________________________________________________________
44891 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
44892         Log: Subject: Re: [PATCH] perl573delta delinting
44893              From: Philip Newton <Philip.Newton@gmx.net>
44894              Date: Sat, 12 Oct 2002 21:25:49 +0200
44895              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
44896      Branch: perl
44897            ! pod/perl573delta.pod
44898 ____________________________________________________________________________
44899 [ 18013] By: hv                                    on 2002/10/12  15:41:50
44900         Log: Subject: [PATCH] for -Dm
44901              From: Slaven Rezic <slaven.rezic@berlin.de>
44902              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
44903              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
44904      Branch: perl
44905            ! malloc.c
44906 ____________________________________________________________________________
44907 [ 18012] By: hv                                    on 2002/10/12  15:39:49
44908         Log: #18005 was not enough
44909              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
44910              From: Abe Timmerman <abeltje@cpan.org>
44911              Date: Sat, 12 Oct 2002 17:56:39 +0200
44912              Message-Id: <200210121756.39803.abeltje@cpan.org>
44913      Branch: perl
44914            ! win32/makefile.mk
44915 ____________________________________________________________________________
44916 [ 18011] By: hv                                    on 2002/10/12  15:36:43
44917         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
44918              From: Richard Hitt (via RT) <perlbug@perl.org>
44919              Date: 8 Oct 2002 21:04:30 -0000
44920              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
44921      Branch: perl
44922            ! Configure
44923 ____________________________________________________________________________
44924 [ 18010] By: hv                                    on 2002/10/12  15:31:06
44925         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
44926              From: Nicholas Clark <nick@unfortu.net>
44927              Date: Tue, 8 Oct 2002 21:52:53 +0100
44928              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
44929      Branch: perl
44930            ! pod/perldiag.pod pp_pack.c t/op/pack.t
44931 ____________________________________________________________________________
44932 [ 18009] By: hv                                    on 2002/10/12  15:12:18
44933         Log: Subject: [PATCH perldoc] For screaming hell's sake
44934              From: Simon Cozens <simon@netthink.co.uk>
44935              Date: Tue, 8 Oct 2002 11:13:07 +0100
44936              Message-ID: <20021008101307.GA8175@netthink.co.uk>
44937      Branch: perl
44938            ! utils/perldoc.PL
44939 ____________________________________________________________________________
44940 [ 18008] By: hv                                    on 2002/10/12  14:38:19
44941         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
44942              From: Nicholas Clark <nick@unfortu.net>
44943              Date: Mon, 7 Oct 2002 23:35:34 +0100
44944              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
44945      Branch: perl
44946            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44947            ! ext/Storable/README ext/Storable/Storable.pm
44948            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
44949            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
44950            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
44951 ____________________________________________________________________________
44952 [ 18007] By: hv                                    on 2002/10/12  14:22:36
44953         Log: Subject: [perl #17773] errors in c2ph(1) man page
44954              From: Eric Melville (via RT) <perlbug@perl.org>
44955              Date: 7 Oct 2002 02:58:34 -0000
44956              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
44957      Branch: perl
44958            ! utils/c2ph.PL
44959 ____________________________________________________________________________
44960 [ 18006] By: hv                                    on 2002/10/12  14:19:55
44961         Log: Subject: [PATCH pad.c] Re: closure failures
44962              From: Dave Mitchell <davem@fdgroup.com>
44963              Date: Mon, 7 Oct 2002 02:42:13 +0100
44964              Message-ID: <20021007024213.B29760@fdgroup.com>
44965      Branch: perl
44966            ! pad.c
44967 ____________________________________________________________________________
44968 [ 18005] By: hv                                    on 2002/10/12  14:17:07
44969         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
44970              From: Abe Timmerman <abeltje@cpan.org>
44971              Date: Tue, 8 Oct 2002 14:16:56 +0200
44972              Message-Id: <200210081416.56942.abeltje@cpan.org>
44973      Branch: perl
44974            ! win32/Makefile
44975 ____________________________________________________________________________
44976 [ 18004] By: hv                                    on 2002/10/12  14:06:59
44977         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
44978      Branch: perl
44979            ! hints/darwin.sh
44980 ____________________________________________________________________________
44981 [ 18003] By: hv                                    on 2002/10/12  13:48:34
44982         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
44983              and #18001.
44984      Branch: perl
44985            ! ext/Devel/Peek/Peek.t
44986 ____________________________________________________________________________
44987 [ 18002] By: hv                                    on 2002/10/11  23:22:56
44988         Log: Subject: [Encode] 1.77 Released
44989              From: Dan Kogai <dankogai@dan.co.jp>
44990              Date: Sun, 6 Oct 2002 12:52:52 +0900
44991              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
44992      Branch: perl
44993            ! ext/Encode/Changes ext/Encode/Encode.pm
44994            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
44995            ! ext/Encode/lib/Encode/Alias.pm
44996            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
44997            ! ext/Encode/ucm/big5-eten.ucm
44998 ____________________________________________________________________________
44999 [ 18001] By: hv                                    on 2002/10/11  22:52:43
45000         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
45001              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45002              Date: Thu, 10 Oct 2002 14:28:55 -0700
45003              Message-ID: <XEfp9gzkgquV092yn@efn.org>
45004      Branch: perl
45005            ! ext/Devel/Peek/Peek.t
45006 ____________________________________________________________________________
45007 [ 18000] By: hv                                    on 2002/10/11  22:30:36
45008         Log: Subject: [PATCH] perl573delta delinting
45009              From: Jarkko Hietaniemi <jhi@iki.fi>
45010              Date: Fri, 4 Oct 2002 16:19:31 +0300
45011              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
45012      Branch: perl
45013            ! pod/perl573delta.pod
45014 ____________________________________________________________________________
45015 [ 17999] By: hv                                    on 2002/10/11  22:28:36
45016         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
45017              From: Jarkko Hietaniemi <jhi@iki.fi>
45018              Date: Fri, 4 Oct 2002 16:11:57 +0300
45019              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
45020      Branch: perl
45021            ! pod/perldiag.pod reentr.c reentr.pl
45022 ____________________________________________________________________________
45023 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
45024         Log: Fix bug #17771 : segfault with the 'for' statement modifier
45025              used inside a map or a grep.
45026      Branch: perl
45027            ! pp_ctl.c t/op/grep.t
45028 ____________________________________________________________________________
45029 [ 17997] By: hv                                    on 2002/10/11  12:10:39
45030         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
45031              From: Information Service <info@lingo.kiev.ua>
45032              Date: Wed, 09 Oct 2002 07:17:00 +0400
45033              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
45034      Branch: perl
45035            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
45036 ____________________________________________________________________________
45037 [ 17996] By: hv                                    on 2002/10/11  11:55:53
45038         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
45039              From: chromatic <chromatic@wgz.org>
45040              Date: Thu, 03 Oct 2002 22:56:54 -0700
45041              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
45042      Branch: perl
45043            ! lib/AutoLoader.pm lib/AutoLoader.t
45044 ____________________________________________________________________________
45045 [ 17995] By: ams                                   on 2002/10/11  05:24:20
45046         Log: Subject: [perl #17819] Typo in perltooc?
45047              From: Bob Wilkinson (via RT) <perlbug@perl.org>
45048              Date: 9 Oct 2002 09:50:40 -0000
45049              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
45050
45051              Subject: [perl #17821] Typo in perltooc
45052              From: Bob Wilkinson (via RT) <perlbug@perl.org>
45053              Date: 9 Oct 2002 10:12:51 -0000
45054              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
45055      Branch: perl
45056            ! pod/perltooc.pod
45057 ____________________________________________________________________________
45058 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
45059         Log: Fix bug #17776 : memory corruption in qr/##/x
45060      Branch: perl
45061            ! sv.c t/op/pat.t
45062 ____________________________________________________________________________
45063 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
45064         Log: croak() is better written Perl_croak() in C code.
45065      Branch: perl
45066            ! util.c
45067 ____________________________________________________________________________
45068 [ 17992] By: hv                                    on 2002/10/10  11:29:12
45069         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
45070              From: andreas.koenig@anima.de (Andreas J. Koenig)
45071              Date: Fri, 04 Oct 2002 06:38:57 +0200
45072              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
45073      Branch: perl
45074            ! lib/Hash/Util.pm
45075 ____________________________________________________________________________
45076 [ 17991] By: hv                                    on 2002/10/10  11:20:41
45077         Log: new files lib/version.pm and lib/version.t for change #17990.
45078      Branch: perl
45079            + lib/version.pm lib/version.t
45080 ____________________________________________________________________________
45081 [ 17990] By: hv                                    on 2002/10/10  11:19:57
45082         Log: Subject: [PATCH] Version object combined patch
45083              From: John Peacock <jpeacock@rowman.com>
45084              Date: Fri, 04 Oct 2002 23:15:10 -0400
45085              Message-ID: <3D9E593E.1060605@rowman.com>
45086      Branch: perl
45087            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
45088            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
45089 ____________________________________________________________________________
45090 [ 17989] By: hv                                    on 2002/10/10  10:48:42
45091         Log: Subject: PATCH: lib/ExtUtils/typemap
45092              From: Brian Ingerson <ingy@ttul.org>
45093              Date: Sat, 28 Sep 2002 13:03:24 -0700
45094              Message-ID: <20020928130324.A16900@ttul.org>
45095      Branch: perl
45096            ! lib/ExtUtils/typemap
45097 ____________________________________________________________________________
45098 [ 17988] By: hv                                    on 2002/10/10  10:45:19
45099         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
45100              From: Nicholas Clark <nick@unfortu.net>
45101              Date: Sat, 28 Sep 2002 18:52:00 +0100
45102              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
45103      Branch: perl
45104            ! lib/Exporter.t lib/Exporter/Heavy.pm
45105 ____________________________________________________________________________
45106 [ 17987] By: hv                                    on 2002/10/10  10:27:40
45107         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
45108              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45109              Date: Mon, 9 Sep 2002 17:36:55 -0400
45110              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
45111      Branch: perl
45112            ! pod/perlfunc.pod
45113 ____________________________________________________________________________
45114 [ 17986] By: hv                                    on 2002/10/10  09:51:24
45115         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
45116              for Storable tests to match.
45117      Branch: perl
45118            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
45119 ____________________________________________________________________________
45120 [ 17985] By: hv                                    on 2002/10/10  09:27:00
45121         Log: Subject: Re: README.cygwin draft update
45122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45123              Date: Mon, 07 Oct 2002 17:15:09 -0700
45124              Message-ID: <NOio9gzkg6oR092yn@efn.org>
45125      Branch: perl
45126            ! README.cygwin pod/perl58delta.pod
45127 ____________________________________________________________________________
45128 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
45129         Log: Fix bug #17823 : non-modifying tr/// stringifies references
45130      Branch: perl
45131            ! doop.c t/op/tr.t
45132 ____________________________________________________________________________
45133 [ 17983] By: merijn                                on 2002/10/09  12:22:26
45134         Log: Tru64 and gcc and threads
45135              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
45136      Branch: perl
45137            ! thread.h
45138 ____________________________________________________________________________
45139 [ 17982] By: merijn                                on 2002/10/09  10:34:40
45140         Log: Correct mailing list archive URL
45141              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
45142      Branch: perl
45143            ! Porting/pumpkin.pod
45144 ____________________________________________________________________________
45145 [ 17981] By: merijn                                on 2002/10/09  04:49:06
45146         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
45147              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
45148      Branch: perl
45149            ! Porting/pumpkin.pod
45150 ____________________________________________________________________________
45151 [ 17980] By: sky                                   on 2002/10/06  15:40:56
45152         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
45153              Fix testcases to run properly outside perl core build enviroment.
45154      Branch: perl
45155            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
45156            ! ext/Safe/safe3.t
45157 ____________________________________________________________________________
45158 [ 17979] By: sky                                   on 2002/10/06  07:03:19
45159         Log: Subject: [PATCH] fix typo in Tie::Array
45160              From: "Jos I. Boumans" <kane@cpan.org>
45161              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
45162              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
45163      Branch: perl
45164            ! lib/Tie/Array.pm
45165 ____________________________________________________________________________
45166 [ 17978] By: sky                                   on 2002/10/05  04:44:10
45167         Log: Upgrade to Attribute::Handlers 0.78
45168      Branch: perl
45169            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
45170            ! lib/Attribute/Handlers/README
45171 ____________________________________________________________________________
45172 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
45173         Log: Complement to change #17976 :
45174              there was a similar bug on rdo().
45175              Increment $Safe::VERSION.
45176      Branch: perl
45177            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
45178 ____________________________________________________________________________
45179 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
45180         Log: Fix bug #17744, suggested by Andreas Jurenda,
45181              tweaked by rgs (security hole in Safe).
45182      Branch: perl
45183            + ext/Safe/safe3.t
45184            ! MANIFEST ext/Opcode/Safe.pm
45185 ____________________________________________________________________________
45186 [ 17975] By: merijn                                on 2002/10/04  13:30:17
45187         Log: Non ANSI feature detection in enum
45188      Branch: perl
45189            ! pad.h
45190 ____________________________________________________________________________
45191 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
45192         Log: Fix a precedence problem.
45193      Branch: perl
45194            ! ext/Storable/t/integer.t
45195 ____________________________________________________________________________
45196 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
45197         Log: Change the warning message "%s trapped by operation mask"
45198              to include '' around the op name. Document it in perldiag.
45199      Branch: perl
45200            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
45201            ! pod/perldiag.pod
45202 ____________________________________________________________________________
45203 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
45204         Log: Add a new warning, "Possible precedence problem on bitwise
45205              %c operator", triggerred when a bitwise op has a numeric
45206              comparison op as child.
45207      Branch: perl
45208            ! op.c pod/perldiag.pod t/lib/warnings/op
45209 ____________________________________________________________________________
45210 [ 17971] By: ams                                   on 2002/10/03  11:03:41
45211         Log: Subject: Re: Not OK 17969
45212              From: Slaven Rezic <slaven.rezic@berlin.de>
45213              Date: 03 Oct 2002 13:12:58 +0200
45214              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
45215      Branch: perl
45216            ! ext/Storable/Storable.pm ext/Storable/t/code.t
45217            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
45218            ! ext/Storable/t/malice.t
45219 ____________________________________________________________________________
45220 [ 17970] By: ams                                   on 2002/10/03  02:21:15
45221         Log: Add a line about 2.05.
45222      Branch: perl
45223            ! ext/Storable/ChangeLog
45224 ____________________________________________________________________________
45225 [ 17969] By: ams                                   on 2002/10/03  02:12:27
45226         Log: Subject: [PATCH] Storable and code serialization: documentation
45227              From: Slaven Rezic <slaven.rezic@berlin.de>
45228              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
45229              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
45230      Branch: perl
45231            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
45232            ! ext/Storable/t/code.t
45233 ____________________________________________________________________________
45234 [ 17968] By: ams                                   on 2002/10/03  01:40:51
45235         Log: Subject: [PATCH] Re: speed of my
45236              From: Stephen McCamant <smcc@mit.edu>
45237              Date: Wed, 2 Oct 2002 21:48:59 -0400
45238              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
45239      Branch: perl
45240            ! pp.c
45241 ____________________________________________________________________________
45242 [ 17967] By: hv                                    on 2002/10/02  15:04:57
45243         Log: Subject: [PATCH] reentrant buffers
45244              From: Jarkko Hietaniemi <jhi@iki.fi>
45245              Date: Fri, 27 Sep 2002 01:08:56 +0300
45246              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
45247      Branch: perl
45248            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
45249 ____________________________________________________________________________
45250 [ 17966] By: hv                                    on 2002/10/02  14:46:52
45251         Log: Subject: [PATCH] retropatch
45252              From: Jarkko Hietaniemi <jhi@iki.fi>
45253              Date: Fri, 27 Sep 2002 03:51:34 +0300
45254              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
45255      Branch: perl
45256            + pod/perl573delta.pod
45257            ! MANIFEST pod/buildtoc.PL pod/perl.pod
45258 ____________________________________________________________________________
45259 [ 17965] By: hv                                    on 2002/10/02  14:42:21
45260         Log: op/tr.t test is affected by #17962
45261      Branch: perl
45262            ! t/op/tr.t
45263 ____________________________________________________________________________
45264 [ 17964] By: hv                                    on 2002/10/02  14:38:59
45265         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
45266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45267              Date: Tue, 1 Oct 2002 23:34:35 +0200
45268              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
45269      Branch: perl
45270            ! t/op/override.t toke.c
45271 ____________________________________________________________________________
45272 [ 17963] By: hv                                    on 2002/10/02  14:15:22
45273         Log: Subject: Re: [perl #17376] Bug Report - our(%)
45274              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45275              Date: Tue, 01 Oct 2002 09:54:30 -0700
45276              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
45277      Branch: perl
45278            ! op.c pp_hot.c t/comp/our.t
45279 ____________________________________________________________________________
45280 [ 17962] By: ams                                   on 2002/10/02  14:10:07
45281         Log: Subject: [PATCH] no [] in tr///
45282              From: Jarkko Hietaniemi <jhi@iki.fi>
45283              Date: Wed, 2 Oct 2002 17:09:11 +0300
45284              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
45285      Branch: perl
45286            ! pod/perldiag.pod toke.c
45287 ____________________________________________________________________________
45288 [ 17961] By: hv                                    on 2002/10/02  14:09:11
45289         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
45290              From: andreas.koenig@anima.de (Andreas J. Koenig)
45291              Date: Mon, 30 Sep 2002 17:24:06 +0200
45292              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
45293      Branch: perl
45294            ! lib/Hash/Util.pm
45295 ____________________________________________________________________________
45296 [ 17959] By: hv                                    on 2002/10/02  14:06:29
45297         Log: Subject: [DOCPATCH] Unicode porting advice
45298              From: andreas.koenig@anima.de (Andreas J. Koenig)
45299              Date: Fri, 27 Sep 2002 15:30:16 +0200
45300              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
45301      Branch: perl
45302            ! pod/perlunicode.pod
45303 ____________________________________________________________________________
45304 [ 17958] By: hv                                    on 2002/10/02  13:57:06
45305         Log: missing quote from #17957
45306      Branch: perl
45307            ! Porting/pumpkin.pod
45308 ____________________________________________________________________________
45309 [ 17957] By: hv                                    on 2002/10/02  13:55:56
45310         Log: document how to set APPLLIB_EXP
45311              Subject: Re: [perl #15957] error installing perl 5.8.0
45312              From: Andy Dougherty <doughera@lafayette.edu>
45313              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
45314              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
45315      Branch: perl
45316            ! Porting/pumpkin.pod
45317 ____________________________________________________________________________
45318 [ 17956] By: hv                                    on 2002/10/02  13:51:12
45319         Log: Devel::Peek tests from:
45320              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
45321              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45322              Date: Thu, 26 Sep 2002 22:16:39 -0700
45323              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
45324      Branch: perl
45325            ! ext/Devel/Peek/Peek.t
45326 ____________________________________________________________________________
45327 [ 17955] By: hv                                    on 2002/10/02  13:43:26
45328         Log: add precedence warning for bitwise docs
45329              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
45330              From: Mike Guy <mjtg@cam.ac.uk>
45331              Date: Thu, 26 Sep 2002 13:20:45 +0100
45332              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
45333      Branch: perl
45334            ! pod/perlop.pod
45335 ____________________________________________________________________________
45336 [ 17954] By: hv                                    on 2002/10/02  13:18:01
45337         Log: Subject: [PATCH] Re: perlio bug?
45338              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45339              Date: Wed, 25 Sep 2002 21:58:12 +0200
45340              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
45341      Branch: perl
45342            ! doio.c pod/perldiag.pod t/lib/warnings/doio
45343 ____________________________________________________________________________
45344 [ 17953] By: hv                                    on 2002/10/02  12:55:29
45345         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
45346              From: Dave Mitchell <davem@fdgroup.com>
45347              Date: Wed, 25 Sep 2002 23:40:23 +0100
45348              Message-ID: <20020925234023.A20044@fdgroup.com>
45349      Branch: perl
45350            + pad.c pad.h
45351            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
45352            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
45353            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
45354            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
45355            ! proto.h scope.c sv.c toke.c
45356 ____________________________________________________________________________
45357 [ 17952] By: hv                                    on 2002/10/02  11:23:38
45358         Log: better handling of whitespace in autodoc declarations; fragment from:
45359              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
45360              From: Dave Mitchell <davem@fdgroup.com>
45361              Date: Wed, 25 Sep 2002 23:40:23 +0100
45362              Message-ID: <20020925234023.A20044@fdgroup.com>
45363      Branch: perl
45364            ! autodoc.pl
45365 ____________________________________________________________________________
45366 [ 17951] By: merijn                                on 2002/10/02  09:15:18
45367         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
45368              Thu, 25 Jul 2002, Andy Dougherty
45369      Branch: perl
45370            ! Configure Policy_sh.SH
45371 ____________________________________________________________________________
45372 [ 17950] By: ams                                   on 2002/10/02  03:43:41
45373         Log: Add silly bandaid to stop segfaults on subsequent accesses to
45374              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
45375              (<$fred>).
45376      Branch: perl
45377            ! op.c
45378 ____________________________________________________________________________
45379 [ 17949] By: hv                                    on 2002/10/01  08:49:02
45380         Log: patch based on:
45381              Subject: Re: [perl #17376] Bug Report - our(%)
45382              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45383              Date: Mon, 30 Sep 2002 15:22:18 -0700
45384              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
45385      Branch: perl
45386            ! op.c
45387 ____________________________________________________________________________
45388 [ 17948] By: hv                                    on 2002/10/01  08:26:44
45389         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
45390              From: chromatic <chromatic@wgz.org>
45391              Date: Fri, 13 Sep 2002 14:26:08 -0700
45392              Message-Id: <200209131426.08116.chromatic@wgz.org>
45393      Branch: perl
45394            ! lib/AutoLoader.pm
45395 ____________________________________________________________________________
45396 [ 17947] By: hv                                    on 2002/10/01  08:10:21
45397         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
45398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45399              Date: Wed, 11 Sep 2002 22:22:45 -0700
45400              Message-ID: <lSCg9gzkgymX092yn@efn.org>
45401      Branch: perl
45402            ! dump.c mg.h regexec.c sv.c t/op/pat.t
45403 ____________________________________________________________________________
45404 [ 17946] By: merijn                                on 2002/09/30  15:19:36
45405         Log: nanosleep on VMS not present
45406      Branch: perl
45407            ! configure.com
45408 ____________________________________________________________________________
45409 [ 17945] By: merijn                                on 2002/09/30  09:51:40
45410         Log: -Dgccansipedantic only for gcc 3+
45411              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
45412      Branch: perl
45413            ! Porting/pumpkin.pod cflags.SH
45414 ____________________________________________________________________________
45415 [ 17944] By: merijn                                on 2002/09/30  08:29:33
45416         Log: nanosleep probes as per Jarkko's request
45417      Branch: perl
45418            ! Configure NetWare/config_H.wc Porting/config.sh
45419            ! Porting/config_H config_h.SH epoc/config.sh perl.h
45420            ! win32/config.bc win32/config.gc win32/config.vc
45421            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
45422            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
45423            ! wince/config_H.ce
45424 ____________________________________________________________________________
45425 [ 17942] By: ams                                   on 2002/09/29  22:26:37
45426         Log: Remove package; (Heh heh.)
45427      Branch: perl
45428            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
45429            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
45430            ! vms/perly_c.vms vms/perly_h.vms
45431 ____________________________________________________________________________
45432 [ 17941] By: hv                                    on 2002/09/29  12:11:06
45433         Log: Subject: [perl #16796] Configure script buglet
45434              From: "Amick, Eric" (via RT) <perlbug@perl.org>
45435              Date: 27 Aug 2002 20:09:29 -0000
45436              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
45437      Branch: perl
45438            ! Configure
45439 ____________________________________________________________________________
45440 [ 17940] By: hv                                    on 2002/09/29  11:59:28
45441         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
45442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45443              Date: Fri, 27 Sep 2002 13:52:18 +0200
45444              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
45445      Branch: perl
45446            ! lib/Attribute/Handlers.pm
45447 ____________________________________________________________________________
45448 [ 17939] By: hv                                    on 2002/09/29  11:55:17
45449         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
45450              From: Allen Smith (via RT) <perlbug@perl.org>
45451              Date: 13 Sep 2002 03:01:30 -0000
45452              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
45453      Branch: perl
45454            ! t/lib/h2ph.pht utils/h2ph.PL
45455 ____________________________________________________________________________
45456 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
45457         Log: Email address change for Stéphane Payrard
45458      Branch: perl
45459            ! AUTHORS
45460 ____________________________________________________________________________
45461 [ 17937] By: hv                                    on 2002/09/27  10:05:42
45462         Log: Subject: Re: [REVISED PATCH] Magic v-strings
45463              From: John Peacock <jpeacock@rowman.com>
45464              Date: Thu, 19 Sep 2002 22:30:58 -0400
45465              Message-ID: <3D8A8862.3000602@rowman.com>
45466      Branch: perl
45467            ! sv.c util.c
45468 ____________________________________________________________________________
45469 [ 17936] By: hv                                    on 2002/09/27  10:00:42
45470         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
45471              From: "Craig A. Berry" <craigberry@mac.com>
45472              Date: Wed, 25 Sep 2002 17:14:33 -0500
45473              Message-ID: <3D923549.6050809@mac.com>
45474      Branch: perl
45475            ! configure.com
45476 ____________________________________________________________________________
45477 [ 17935] By: hv                                    on 2002/09/27  09:48:19
45478         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
45479              From: Andy Lester <andy@petdance.com>
45480              Date: Fri, 20 Sep 2002 12:23:41 -0500
45481              Message-ID: <20020920172341.GA15672@petdance.com>
45482      Branch: perl
45483            ! pod/perlopentut.pod
45484 ____________________________________________________________________________
45485 [ 17934] By: hv                                    on 2002/09/26  18:50:02
45486         Log: missing '.' in test from #17932
45487      Branch: perl
45488            ! t/lib/strict/subs
45489 ____________________________________________________________________________
45490 [ 17933] By: hv                                    on 2002/09/26  17:01:11
45491         Log: Subject: [PATCH] perl #17453
45492              From: Jarkko Hietaniemi <jhi@iki.fi>
45493              Date: Fri, 20 Sep 2002 17:22:45 +0300
45494              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
45495      Branch: perl
45496            ! lib/utf8_heavy.pl t/op/pat.t
45497 ____________________________________________________________________________
45498 [ 17932] By: hv                                    on 2002/09/26  16:47:32
45499         Log: #17931 checked for wrong constant
45500      Branch: perl
45501            ! op.c
45502 ____________________________________________________________________________
45503 [ 17931] By: hv                                    on 2002/09/26  16:29:26
45504         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
45505              From: Kay_Röpke <kay@dolphin-services.de>
45506              Date: Fri, 20 Sep 2002 16:09:08 +0200
45507              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
45508      Branch: perl
45509            ! op.c t/lib/strict/subs
45510 ____________________________________________________________________________
45511 [ 17930] By: hv                                    on 2002/09/26  15:56:07
45512         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
45513              From: Ken Neighbors (via RT) <perlbug@perl.org>
45514              Date: 19 Sep 2002 18:48:22 -0000
45515              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
45516      Branch: perl
45517            ! lib/Class/Struct.pm
45518 ____________________________________________________________________________
45519 [ 17928] By: hv                                    on 2002/09/26  09:54:05
45520         Log: Subject: [PATCH] bug in utf8.c(?)
45521              From: Marty Pauley <marty+p5p@kasei.com>
45522              Date: Fri, 20 Sep 2002 10:55:33 +0100
45523              Subject: [PATCH] bug in utf8.c(?)
45524      Branch: perl
45525            ! utf8.c
45526 ____________________________________________________________________________
45527 [ 17927] By: hv                                    on 2002/09/26  09:37:19
45528         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
45529              From: Marty Pauley <marty+p5p@kasei.com>
45530              Date: Fri, 20 Sep 2002 09:52:16 +0100
45531              Message-Id: 20020920085216.GC10512@soto.kasei.com
45532      Branch: perl
45533            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
45534 ____________________________________________________________________________
45535 [ 17926] By: hv                                    on 2002/09/26  09:28:06
45536         Log: Subject: [PATCH] defuse installusrbinperl
45537              From: Jarkko Hietaniemi <jhi@iki.fi>
45538              Date: Thu, 19 Sep 2002 18:01:03 +0300
45539              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
45540      Branch: perl
45541            ! Configure
45542 ____________________________________________________________________________
45543 [ 17925] By: hv                                    on 2002/09/26  09:15:55
45544         Log: Subject: [PATCH v2] enable -ansi -pedantic
45545              From: Jarkko Hietaniemi <jhi@iki.fi>
45546              Date: Wed, 18 Sep 2002 01:19:25 +0300
45547              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
45548      Branch: perl
45549            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
45550            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
45551 ____________________________________________________________________________
45552 [ 17924] By: hv                                    on 2002/09/26  08:44:16
45553         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
45554              From: Nicholas Clark <nick@unfortu.net>
45555              Date: Sat, 14 Sep 2002 18:49:10 +0100
45556              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
45557      Branch: perl
45558            ! sv.c
45559 ____________________________________________________________________________
45560 [ 17923] By: hv                                    on 2002/09/26  08:33:54
45561         Log: Subject: [PATCH] Re: Advice on coredump
45562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45563              Date: Wed, 18 Sep 2002 22:14:57 +0200
45564              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
45565      Branch: perl
45566            ! op.c t/op/closure.t
45567 ____________________________________________________________________________
45568 [ 17922] By: hv                                    on 2002/09/26  08:25:28
45569         Log: Subject: Re: [PATCH] spurious t/auto directory appears
45570              From: Michael G Schwern <schwern@pobox.com>
45571              Date: Fri, 13 Sep 2002 23:56:05 -0400
45572              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
45573      Branch: perl
45574            ! lib/ExtUtils/t/Installed.t
45575 ____________________________________________________________________________
45576 [ 17921] By: hv                                    on 2002/09/26  08:21:59
45577         Log: add TODO tests for slow our() declaration
45578              Subject: Re: [perl #17376] Bug Report - our(%)
45579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45580              Date: Thu, 19 Sep 2002 22:34:01 -0700
45581              Message-ID: <JNri9gzkgSBB092yn@efn.org>
45582      Branch: perl
45583            + t/comp/our.t
45584            ! MANIFEST
45585 ____________________________________________________________________________
45586 [ 17920] By: hv                                    on 2002/09/26  08:16:43
45587         Log: LEAKTEST is dead, RIP
45588              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
45589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45590              Date: Mon, 23 Sep 2002 18:33:12 +0200
45591              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
45592      Branch: perl
45593            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
45594            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
45595 ____________________________________________________________________________
45596 [ 17919] By: hv                                    on 2002/09/26  07:59:42
45597         Log: Subject: [PATCH] AIX hints missinga  >&4
45598              From: Jarkko Hietaniemi <jhi@iki.fi>
45599              Date: Fri, 13 Sep 2002 16:48:42 +0300
45600              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
45601      Branch: perl
45602            ! hints/aix.sh
45603 ____________________________________________________________________________
45604 [ 17918] By: hv                                    on 2002/09/26  07:51:10
45605         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
45606              From: "Brendan O'Dea" <bod@debian.org>
45607              Date: Mon, 23 Sep 2002 22:45:40 +1000
45608              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
45609      Branch: perl
45610            ! pod/perlfunc.pod
45611 ____________________________________________________________________________
45612 [ 17917] By: hv                                    on 2002/09/26  07:46:43
45613         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
45614              From: Slaven Rezic <slaven.rezic@berlin.de>
45615              Date: 11 Sep 2002 19:37:09 +0200
45616              Message-ID: <871y80a0my.fsf@vran.herceg.de>
45617      Branch: perl
45618            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
45619 ____________________________________________________________________________
45620 [ 17916] By: hv                                    on 2002/09/26  07:31:42
45621         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
45622              From: "Brendan O'Dea" <bod@debian.org>
45623              Date: Tue, 10 Sep 2002 09:19:05 +1000
45624              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
45625      Branch: perl
45626            ! pod/perlembed.pod
45627 ____________________________________________________________________________
45628 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
45629         Log: Patch #17914 was empty ; this should have been applied instead.
45630      Branch: perl
45631            ! hints/aix.sh
45632 ____________________________________________________________________________
45633 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
45634         Log: Subject: [PATCH] PASE saga continues
45635              From: Jarkko Hietaniemi <jhi@iki.fi>
45636              Date: Thu, 19 Sep 2002 23:30:20 +0300
45637              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
45638      Branch: perl
45639            ! hints/aix.sh
45640 ____________________________________________________________________________
45641 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
45642         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
45643              From: "Craig A. Berry" <craigberry@mac.com>
45644              Date: Wed, 18 Sep 2002 16:57:02 -0500
45645              Message-ID: <3D88F6AE.3020708@mac.com>
45646      Branch: perl
45647            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
45648 ____________________________________________________________________________
45649 [ 17912] By: ams                                   on 2002/09/19  17:21:24
45650         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
45651              From: Jarkko Hietaniemi <jhi@iki.fi>
45652              Date: Thu, 19 Sep 2002 18:59:48 +0300
45653              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
45654
45655              Subject: [PATCH] more PASE tweakage
45656              From: Jarkko Hietaniemi <jhi@iki.fi>
45657              Date: Thu, 19 Sep 2002 18:01:44 +0300
45658              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
45659      Branch: perl
45660            ! README.os400 hints/aix.sh
45661 ____________________________________________________________________________
45662 [ 17911] By: ams                                   on 2002/09/17  19:29:53
45663         Log: Typo fix.
45664      Branch: perl
45665            ! ext/POSIX/POSIX.pod
45666 ____________________________________________________________________________
45667 [ 17910] By: ams                                   on 2002/09/17  18:09:32
45668         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
45669              checking for SvOK in do_readline().
45670      Branch: perl
45671            ! pp_hot.c t/op/gv.t
45672 ____________________________________________________________________________
45673 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
45674         Log: Pod formatting nit, found by Merijn and Jos Boumans.
45675      Branch: perl
45676            ! pod/perlunicode.pod
45677 ____________________________________________________________________________
45678 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
45679         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
45680              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
45681              Date: 15 Sep 2002 19:06:56 -0000
45682              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
45683      Branch: perl
45684            ! lib/Locale/Country.pm lib/Locale/Currency.pm
45685            ! lib/Locale/Language.pm lib/Locale/Script.pm
45686 ____________________________________________________________________________
45687 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
45688         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
45689              From: Jarkko Hietaniemi <jhi@iki.fi>
45690              Date: Sun, 15 Sep 2002 18:02:17 +0300
45691              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
45692      Branch: perl
45693            ! hints/netbsd.sh
45694 ____________________________________________________________________________
45695 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
45696         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
45697              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
45698              not all modules listed in perlmodlib are necessarily installed.
45699              Plus some corrections by Vincent Lefevre.
45700      Branch: perl
45701            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
45702 ____________________________________________________________________________
45703 [ 17904] By: merijn                                on 2002/09/13  14:02:18
45704         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
45705              in building DProf
45706      Branch: perl
45707            ! Configure
45708 ____________________________________________________________________________
45709 [ 17902] By: merijn                                on 2002/09/13  07:47:29
45710         Log: configure.com needs d_modflproto
45711              Thu 12 Sep 2002 23:19, "Craig A. Berry"
45712      Branch: perl
45713            ! configure.com
45714 ____________________________________________________________________________
45715 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
45716         Log: Subject: [PATCH] more PASE wisdom
45717              From: Jarkko Hietaniemi <jhi@iki.fi>
45718              Date: Fri, 13 Sep 2002 00:17:39 +0300
45719              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
45720      Branch: perl
45721            ! README.os400
45722 ____________________________________________________________________________
45723 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
45724         Log: Fix a syntax incompatibility introduced by the // operator.
45725              (Note that C<print $fh //> is still a syntax error, it
45726              wasn't with perl 5.8.0.)
45727      Branch: perl
45728            ! t/op/dor.t toke.c
45729 ____________________________________________________________________________
45730 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
45731         Log: Fix bug #17006 : remove spurious do{} in the deparsing
45732              of s/.../.../e.
45733      Branch: perl
45734            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
45735 ____________________________________________________________________________
45736 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
45737         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
45738              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
45739              Date: 10 Sep 2002 18:49:56 -0000
45740              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
45741      Branch: perl
45742            ! utils/dprofpp.PL
45743 ____________________________________________________________________________
45744 [ 17896] By: merijn                                on 2002/09/11  08:31:45
45745         Log: re-synced Configure to backported metaunits
45746      Branch: perl
45747            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45748            ! config_h.SH
45749 ____________________________________________________________________________
45750 [ 17892] By: merijn                                on 2002/09/10  15:43:53
45751         Log: Callback behaviour in hints
45752              Mon, 9 Sep 2002, Allen Smith
45753      Branch: perl
45754            ! hints/README.hints
45755 ____________________________________________________________________________
45756 [ 17888] By: merijn                                on 2002/09/10  09:20:52
45757         Log: New low-price HP servers
45758      Branch: perl
45759            ! README.hpux
45760 ____________________________________________________________________________
45761 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
45762         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
45763              From: Paul Johnson <paul@pjcj.net>
45764              Date: Mon, 9 Sep 2002 23:37:33 +0200
45765              Message-ID: <20020909213733.GD879@pjcj.net>
45766      Branch: perl
45767            ! ext/B/B/Deparse.pm
45768 ____________________________________________________________________________
45769 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
45770         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
45771              From: Nicholas Clark <nick@unfortu.net>
45772              Date: Sun, 8 Sep 2002 23:05:54 +0100
45773              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
45774      Branch: perl
45775            ! configpm
45776 ____________________________________________________________________________
45777 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
45778         Log: Subject: [PATCH] strict.pm pod at __END__
45779              From: Nicholas Clark <nick@unfortu.net>
45780              Date: Sun, 8 Sep 2002 22:36:09 +0100
45781              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
45782      Branch: perl
45783            ! lib/strict.pm
45784 ____________________________________________________________________________
45785 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
45786         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
45787              From: Nicholas Clark <nick@unfortu.net>
45788              Date: Sun, 8 Sep 2002 19:45:52 +0100
45789              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
45790      Branch: perl
45791            ! lib/File/Find/t/find.t
45792 ____________________________________________________________________________
45793 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
45794         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
45795              From: Paul Johnson <paul@pjcj.net>
45796              Date: Sun, 8 Sep 2002 23:50:11 +0200
45797              Message-ID: <20020908215011.GA879@pjcj.net>
45798      Branch: perl
45799            ! ext/B/B/Deparse.pm
45800 ____________________________________________________________________________
45801 [ 17882] By: hv                                    on 2002/09/09  10:33:58
45802         Log: Update Changes
45803      Branch: perl
45804            ! Changes patchlevel.h
45805 ____________________________________________________________________________
45806 [ 17881] By: hv                                    on 2002/09/09  09:54:55
45807         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
45808              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45809              Date: Mon, 9 Sep 2002 01:48:08 -0400
45810              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
45811      Branch: perl
45812            ! perl.h sv.c
45813 ____________________________________________________________________________
45814 [ 17880] By: hv                                    on 2002/09/09  09:33:55
45815         Log: integrate Math::BigInt-1.63
45816              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
45817              From: Tels <perl_dummy@bloodgate.com>
45818              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
45819              Message-Id: <200209082022.g88KMGY20194@crypt.org>
45820      Branch: perl
45821            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45822            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
45823            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
45824            ! lib/Math/BigInt/t/sub_mif.t
45825 ____________________________________________________________________________
45826 [ 17879] By: hv                                    on 2002/09/09  09:23:53
45827         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
45828              From: Jarkko Hietaniemi <jhi@iki.fi>
45829              Date: Mon, 9 Sep 2002 00:07:46 +0300
45830              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
45831      Branch: perl
45832            ! Configure
45833 ____________________________________________________________________________
45834 [ 17878] By: hv                                    on 2002/09/09  09:11:57
45835         Log: small grammar fix in Benchmark docs
45836      Branch: perl
45837            ! lib/Benchmark.pm
45838 ____________________________________________________________________________
45839 [ 17877] By: hv                                    on 2002/09/09  09:09:30
45840         Log: Subject: [PATCH] configpm
45841              From: Abe Timmerman <abe@ztreet.demon.nl>
45842              Date: Sun, 8 Sep 2002 17:21:19 +0200
45843              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
45844      Branch: perl
45845            ! configpm
45846 ____________________________________________________________________________
45847 [ 17876] By: hv                                    on 2002/09/09  08:48:35
45848         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
45849              From: Abe Timmerman <abe@ztreet.demon.nl>
45850              Date: Mon, 9 Sep 2002 01:32:19 +0200
45851              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
45852      Branch: perl
45853            ! makedef.pl
45854 ____________________________________________________________________________
45855 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
45856         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
45857              From: Nicholas Clark <nick@unfortu.net>
45858              Date: Sun, 8 Sep 2002 15:46:44 +0100
45859              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
45860
45861              Plus two other similar tweaks
45862      Branch: perl
45863            ! ext/SDBM_File/sdbm.t
45864 ____________________________________________________________________________
45865 [ 17874] By: hv                                    on 2002/09/08  17:10:38
45866         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
45867              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45868              Date: Sat, 7 Sep 2002 05:25:45 -0400
45869              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
45870      Branch: perl
45871            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
45872            ! t/op/sprintf.t
45873 ____________________________________________________________________________
45874 [ 17873] By: hv                                    on 2002/09/08  16:48:54
45875         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
45876              From: Nicholas Clark <nick@unfortu.net>
45877              Date: Sat, 7 Sep 2002 00:20:53 +0100
45878              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
45879      Branch: perl
45880            ! op.c sv.c
45881 ____________________________________________________________________________
45882 [ 17872] By: hv                                    on 2002/09/08  16:35:46
45883         Log: temporarily skip failing Storable tests caused by #17869
45884      Branch: perl
45885            ! ext/Storable/t/code.t
45886 ____________________________________________________________________________
45887 [ 17871] By: hv                                    on 2002/09/08  16:23:49
45888         Log: Subject: [PATCH] tiddly tidy up for util.c
45889              From: Nicholas Clark <nick@unfortu.net>
45890              Date: Fri, 6 Sep 2002 23:00:14 +0100
45891              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
45892      Branch: perl
45893            ! util.c
45894 ____________________________________________________________________________
45895 [ 17870] By: hv                                    on 2002/09/08  16:21:23
45896         Log: regularise whitespace and formatting in util.c
45897      Branch: perl
45898            ! util.c
45899 ____________________________________________________________________________
45900 [ 17869] By: hv                                    on 2002/09/08  15:46:08
45901         Log: Subject: [perl #17061] no strict 'garbage'
45902              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
45903              Date: 6 Sep 2002 19:31:02 -0000
45904              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
45905              Date: Sat, 07 Sep 2002 13:40:22 +0200
45906              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
45907      Branch: perl
45908            ! lib/strict.pm lib/strict.t
45909 ____________________________________________________________________________
45910 [ 17868] By: hv                                    on 2002/09/08  15:24:08
45911         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
45912      Branch: perl
45913            ! pod/perl58delta.pod
45914 ____________________________________________________________________________
45915 [ 17867] By: hv                                    on 2002/09/08  15:10:46
45916         Log: Subject: [PATCH] allow using hires time() in Benchmark
45917              From: Jarkko Hietaniemi <jhi@iki.fi>
45918              Date: Fri, 6 Sep 2002 00:38:11 +0300
45919              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
45920      Branch: perl
45921            ! lib/Benchmark.pm
45922 ____________________________________________________________________________
45923 [ 17866] By: hv                                    on 2002/09/08  15:06:05
45924         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
45925              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
45926              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
45927              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
45928      Branch: perl
45929            ! Configure
45930 ____________________________________________________________________________
45931 [ 17865] By: hv                                    on 2002/09/08  15:03:23
45932         Log: Subject: Unicode::Collate 0.23 Released
45933              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45934              Date: Thu, 05 Sep 2002 23:28:32 +0900
45935              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
45936      Branch: perl
45937            + lib/Unicode/Collate/t/index.t
45938            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45939            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
45940 ____________________________________________________________________________
45941 [ 17864] By: hv                                    on 2002/09/08  14:55:31
45942         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
45943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45944              Date: Wed, 04 Sep 2002 21:09:01 -0700
45945              Message-ID: <djtd9gzkgyLd092yn@efn.org>
45946              Date: Fri, 06 Sep 2002 09:23:03 -0700
45947              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
45948      Branch: perl
45949            ! lib/overload.t sv.c sv.h t/op/pat.t
45950 ____________________________________________________________________________
45951 [ 17863] By: hv                                    on 2002/09/08  14:11:54
45952         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
45953      Branch: perl
45954            ! t/op/taint.t
45955 ____________________________________________________________________________
45956 [ 17862] By: hv                                    on 2002/09/08  14:01:07
45957         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
45958              From: Michael G Schwern <schwern@pobox.com>
45959              Date: Wed, 4 Sep 2002 11:38:01 -0700
45960              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
45961      Branch: perl
45962            ! t/TestInit.pm
45963 ____________________________________________________________________________
45964 [ 17861] By: hv                                    on 2002/09/08  13:58:10
45965         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
45966              From: Michael G Schwern <schwern@pobox.com>
45967              Date: Fri, 6 Sep 2002 14:03:16 -0700
45968              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
45969      Branch: perl
45970            ! t/test.pl
45971 ____________________________________________________________________________
45972 [ 17860] By: hv                                    on 2002/09/08  13:48:49
45973         Log: #17859 misuses s/// return values
45974      Branch: perl
45975            ! configpm
45976 ____________________________________________________________________________
45977 [ 17859] By: hv                                    on 2002/09/08  13:17:46
45978         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
45979              From: Nicholas Clark <nick@unfortu.net>
45980              Date: Mon, 2 Sep 2002 23:22:32 +0100
45981              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
45982      Branch: perl
45983            ! configpm
45984 ____________________________________________________________________________
45985 [ 17850] By: ams                                   on 2002/09/06  03:31:32
45986         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
45987              From: Jarkko Hietaniemi <jhi@iki.fi>
45988              Date: Fri, 6 Sep 2002 06:01:57 +0300
45989              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
45990      Branch: perl
45991            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
45992 ____________________________________________________________________________
45993 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
45994         Log: document setting the email address
45995      Branch: perl
45996            ! Porting/repository.pod
45997 ____________________________________________________________________________
45998 [ 17848] By: hv                                    on 2002/09/04  23:12:15
45999         Log: AUTHORS: preferred address for Allen Smith
46000      Branch: perl
46001            ! AUTHORS
46002 ____________________________________________________________________________
46003 [ 17847] By: hv                                    on 2002/09/04  23:10:37
46004         Log: copy on write: fixes and debugging
46005              Subject: what copies scalars in ithreads?
46006              From: Nicholas Clark <nick@unfortu.net>
46007              Date: Wed, 4 Sep 2002 21:52:47 +0100
46008              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
46009      Branch: perl
46010            ! sv.c
46011 ____________________________________________________________________________
46012 [ 17846] By: hv                                    on 2002/09/04  23:02:43
46013         Log: Subject: Re: [PATCH] A variety of README nitpicks.
46014              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46015              Date: Wed, 04 Sep 2002 09:10:05 +0200
46016              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
46017      Branch: perl
46018            ! README.hpux
46019 ____________________________________________________________________________
46020 [ 17845] By: hv                                    on 2002/09/04  15:06:33
46021         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
46022      Branch: perl
46023            ! lib/Math/BigInt/t/constant.t
46024 ____________________________________________________________________________
46025 [ 17844] By: hv                                    on 2002/09/04  14:32:19
46026         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
46027      Branch: perl
46028            ! ext/DB_File/DB_File.xs
46029 ____________________________________________________________________________
46030 [ 17843] By: hv                                    on 2002/09/04  14:09:13
46031         Log: #17842 was only half the story
46032              Subject: [PATCH deb.c] Re: HiRes failure is success?
46033              From: Dave Mitchell <davem@fdgroup.com>
46034              Date: Wed, 4 Sep 2002 16:11:15 +0100
46035              Message-ID: <20020904161115.E27603@fdgroup.com>
46036      Branch: perl
46037            ! deb.c
46038 ____________________________________________________________________________
46039 [ 17842] By: hv                                    on 2002/09/04  14:04:40
46040         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
46041      Branch: perl
46042            ! deb.c
46043 ____________________________________________________________________________
46044 [ 17841] By: hv                                    on 2002/09/04  13:57:27
46045         Log: Subject: [PATCH] op/getpid.t failure
46046              From: Michael G Schwern <schwern@pobox.com>
46047              Date: Tue, 3 Sep 2002 17:48:24 -0700
46048              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
46049      Branch: perl
46050            ! t/op/getpid.t
46051 ____________________________________________________________________________
46052 [ 17840] By: hv                                    on 2002/09/04  13:55:20
46053         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
46054              and Subject: [PATCH] More modules that don't lazy load Carp right.
46055              From: Michael G Schwern <schwern@pobox.com>
46056              Date: Tue, 3 Sep 2002 17:21:57 -0700
46057              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
46058              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
46059      Branch: perl
46060            ! ext/Encode/Unicode/Unicode.pm
46061            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
46062            ! lib/File/Basename.pm
46063 ____________________________________________________________________________
46064 [ 17839] By: hv                                    on 2002/09/04  13:47:12
46065         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
46066              From: "Brendan O'Dea" <bod@debian.org>
46067              Date: Wed, 4 Sep 2002 02:36:10 +1000
46068              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
46069      Branch: perl
46070            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
46071 ____________________________________________________________________________
46072 [ 17838] By: hv                                    on 2002/09/04  13:41:27
46073         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
46074              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
46075              Date: Tue, 3 Sep 2002 13:46:18 +0200
46076              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
46077      Branch: perl
46078            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
46079 ____________________________________________________________________________
46080 [ 17837] By: hv                                    on 2002/09/04  13:38:27
46081         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
46082              From: Michael G Schwern <schwern@pobox.com>
46083              Date: Mon, 2 Sep 2002 22:29:07 -0700
46084              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
46085      Branch: perl
46086            ! lib/Config.t
46087 ____________________________________________________________________________
46088 [ 17836] By: hv                                    on 2002/09/04  13:35:36
46089         Log: Subject: [PATCH] DB_File 1.805
46090              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46091              Date: Mon, 2 Sep 2002 23:56:40 +0100
46092              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
46093      Branch: perl
46094            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46095            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
46096            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
46097            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
46098 ____________________________________________________________________________
46099 [ 17835] By: hv                                    on 2002/09/04  13:23:17
46100         Log: fix coredump after 64k-deep recursion
46101              Subject: Re: debugging coredump with -DD
46102              From: hv@crypt.org
46103              Date: Tue, 03 Sep 2002 14:34:20 +0100
46104              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
46105      Branch: perl
46106            ! cop.h t/op/recurse.t
46107 ____________________________________________________________________________
46108 [ 17834] By: hv                                    on 2002/09/04  13:08:36
46109         Log: perldoc: allow arguments for pager
46110              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
46111              From: Chip Turner <cturner@redhat.com>
46112              Date: 02 Sep 2002 01:17:23 -0400
46113              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
46114      Branch: perl
46115            ! utils/perldoc.PL
46116 ____________________________________________________________________________
46117 [ 17833] By: hv                                    on 2002/09/04  12:55:54
46118         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
46119              From: Jarkko Hietaniemi <jhi@iki.fi>
46120              Date: Sun, 1 Sep 2002 19:23:55 +0300
46121              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
46122      Branch: perl
46123            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
46124 ____________________________________________________________________________
46125 [ 17832] By: hv                                    on 2002/09/04  12:39:42
46126         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
46127              From: John Peacock <jpeacock@rowman.com>
46128              Date: Sun, 01 Sep 2002 15:00:12 -0400
46129              Message-ID: <3D7263BC.9020608@rowman.com>
46130      Branch: perl
46131            ! lib/ExtUtils/xsubpp pod/perlxs.pod
46132 ____________________________________________________________________________
46133 [ 17831] By: hv                                    on 2002/09/04  11:47:10
46134         Log: #17827 misses some win32 tweaks
46135      Branch: perl
46136            ! win32/Makefile win32/makefile.mk
46137 ____________________________________________________________________________
46138 [ 17830] By: hv                                    on 2002/09/04  11:41:22
46139         Log: update email address for Paul Marquess
46140      Branch: perl
46141            ! AUTHORS
46142 ____________________________________________________________________________
46143 [ 17829] By: hv                                    on 2002/09/04  11:38:39
46144         Log: Subject: Correction for AUTHORS.html
46145              From: Sean Davis <dive@ender.com>
46146              Date: Fri, 30 Aug 2002 03:51:16 -0700
46147              Message-ID: <20020830035116.A18739@endersgame.net>
46148      Branch: perl
46149            ! AUTHORS
46150 ____________________________________________________________________________
46151 [ 17828] By: hv                                    on 2002/09/04  11:31:42
46152         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
46153              From: Michael G Schwern <schwern@pobox.com>
46154              Date: Fri, 30 Aug 2002 03:40:45 -0700
46155              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
46156      Branch: perl
46157            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
46158            ! lib/File/Spec/t/Spec.t
46159 ____________________________________________________________________________
46160 [ 17827] By: hv                                    on 2002/09/04  11:21:57
46161         Log: Subject: [PATCH] OS/400 PASE port
46162              From: Jarkko Hietaniemi <jhi@iki.fi>
46163              Date: Thu, 29 Aug 2002 22:22:51 +0300
46164              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
46165      Branch: perl
46166            + README.os400 hints/os400.sh
46167            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
46168            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
46169 ____________________________________________________________________________
46170 [ 17826] By: hv                                    on 2002/09/04  11:10:54
46171         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
46172              From: "Brendan O'Dea" <bod@debian.org>
46173              Date: Thu, 29 Aug 2002 22:42:39 +1000
46174              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
46175      Branch: perl
46176            ! ext/Sys/Syslog/syslog.t
46177 ____________________________________________________________________________
46178 [ 17825] By: hv                                    on 2002/09/04  10:53:59
46179         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
46180              From: "John P. Linderman" <jpl@research.att.com>
46181              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
46182              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
46183      Branch: perl
46184            ! ext/IPC/SysV/Semaphore.pm
46185 ____________________________________________________________________________
46186 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
46187         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
46188              From: Richard Soderberg (via RT) <perlbug@perl.org>
46189              Date: 3 Sep 2002 18:48:54 -0000
46190              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
46191
46192              Subject: [PATCH] A variety of README nitpicks.
46193              From: Richard Soderberg <rs@crystalflame.net>
46194              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
46195              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
46196      Branch: perl
46197            ! README.amiga README.dgux README.dos README.epoc README.hpux
46198            ! README.mint README.netware README.vmesa
46199 ____________________________________________________________________________
46200 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
46201         Log: Fix bug #16828.
46202              Add a few tests to ext/B/t/b.t, make it use Test::More.
46203      Branch: perl
46204            ! ext/B/B.xs ext/B/t/b.t
46205 ____________________________________________________________________________
46206 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
46207         Log: Some simple tests for the POSIX::isXXX() functions.
46208      Branch: perl
46209            ! ext/POSIX/t/posix.t
46210 ____________________________________________________________________________
46211 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
46212         Log: Advertise Linux::Pid.
46213      Branch: perl
46214            ! pod/perlfunc.pod pod/perlvar.pod
46215 ____________________________________________________________________________
46216 [ 17819] By: hv                                    on 2002/08/30  13:42:02
46217         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
46218              From: John Peacock <jpeacock@rowman.com>
46219              Date: Wed, 28 Aug 2002 22:13:48 -0400
46220              Message-ID: <3D6D835C.50809@rowman.com>
46221      Branch: perl
46222            ! universal.c util.c
46223 ____________________________________________________________________________
46224 [ 17818] By: hv                                    on 2002/08/30  13:16:05
46225         Log: add test related to change #17799:
46226              Subject: Re: if.pm bug.
46227              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
46228              Date: Thu, 29 Aug 2002 19:39:58 +0200
46229              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
46230      Branch: perl
46231            ! lib/if.t
46232 ____________________________________________________________________________
46233 [ 17817] By: hv                                    on 2002/08/30  13:12:20
46234         Log: Subject: [PATCH] AUTHORS
46235              From: "Brendan O'Dea" <bod@debian.org>
46236              Date: Thu, 29 Aug 2002 22:49:34 +1000
46237              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
46238      Branch: perl
46239            ! AUTHORS
46240 ____________________________________________________________________________
46241 [ 17816] By: hv                                    on 2002/08/30  13:10:45
46242         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
46243              From: "Brendan O'Dea" <bod@debian.org>
46244              Date: Thu, 29 Aug 2002 22:46:47 +1000
46245              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
46246      Branch: perl
46247            ! lib/Term/Cap.pm
46248 ____________________________________________________________________________
46249 [ 17815] By: hv                                    on 2002/08/30  13:02:41
46250         Log: formatting cleanup and:
46251              Subject: Re: perl-5.8.0 on HP porting center
46252              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46253              Date: Thu, 29 Aug 2002 12:23:31 +0200
46254              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
46255      Branch: perl
46256            ! installperl
46257 ____________________________________________________________________________
46258 [ 17814] By: hv                                    on 2002/08/30  12:23:33
46259         Log: Subject: [PATCH] perlmod.pod nit
46260              From: Autrijus Tang <autrijus@autrijus.org>
46261              Date: Thu, 29 Aug 2002 03:49:34 +0800
46262              Message-ID: <20020828194934.GA12244@not.autrijus.org>
46263      Branch: perl
46264            ! pod/perlmod.pod
46265 ____________________________________________________________________________
46266 [ 17813] By: hv                                    on 2002/08/30  12:19:15
46267         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
46268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46269              Date: Thu, 29 Aug 2002 17:31:31 -0700
46270              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
46271      Branch: perl
46272            ! sv.c t/op/pat.t
46273 ____________________________________________________________________________
46274 [ 17812] By: hv                                    on 2002/08/30  12:06:20
46275         Log: Subject: [PATCH] typos in Hash::Util documentation
46276              From: Slaven Rezic <slaven.rezic@berlin.de>
46277              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
46278              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
46279      Branch: perl
46280            ! lib/Hash/Util.pm
46281 ____________________________________________________________________________
46282 [ 17811] By: hv                                    on 2002/08/30  12:02:59
46283         Log: Subject: Re: Recent changes on the HP porting center
46284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46285              Date: Wed, 28 Aug 2002 17:39:27 +0200
46286              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
46287      Branch: perl
46288            ! README.hpux
46289 ____________________________________________________________________________
46290 [ 17810] By: hv                                    on 2002/08/30  11:58:18
46291         Log: Subject: [PATCH] Fixes to threads::shared when disabled
46292              From: Michael G Schwern <schwern@pobox.com>
46293              Date: Wed, 28 Aug 2002 06:04:18 -0700
46294              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
46295      Branch: perl
46296            + ext/threads/shared/t/disabled.t
46297            ! MANIFEST ext/threads/shared/shared.pm
46298            ! ext/threads/shared/t/hv_refs.t
46299 ____________________________________________________________________________
46300 [ 17808] By: ams                                   on 2002/08/30  02:59:31
46301         Log: Subject: [PATCH] Tru64 vs Berkeley DB
46302              From: Jarkko Hietaniemi <jhi@iki.fi>
46303              Date: Fri, 30 Aug 2002 06:56:38 +0300
46304              Message-Id: <20020830035638.GB874@lyta.hut.fi>
46305      Branch: perl
46306            ! README.tru64 hints/dec_osf.sh
46307 ____________________________________________________________________________
46308 [ 17807] By: ams                                   on 2002/08/30  02:32:30
46309         Log: Subject: [PATCH] IRIX + INSTALL
46310              From: Jarkko Hietaniemi <jhi@iki.fi>
46311              Date: Fri, 30 Aug 2002 06:31:48 +0300
46312              Message-Id: <20020830033148.GA874@lyta.hut.fi>
46313      Branch: perl
46314            ! INSTALL hints/irix_6.sh
46315 ____________________________________________________________________________
46316 [ 17806] By: hv                                    on 2002/08/29  22:56:45
46317         Log: #17449 failed to apply the actual patch. This is it.
46318      Branch: perl
46319            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46320 ____________________________________________________________________________
46321 [ 17805] By: hv                                    on 2002/08/29  13:49:04
46322         Log: Fix based on:
46323              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
46324              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
46325              Date: 27 Aug 2002 22:10:16 -0000
46326              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
46327      Branch: perl
46328            ! ext/POSIX/POSIX.xs
46329 ____________________________________________________________________________
46330 [ 17804] By: hv                                    on 2002/08/29  13:29:43
46331         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
46332              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46333              Date: Tue, 27 Aug 2002 23:36:53 +0200
46334              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
46335      Branch: perl
46336            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
46337            ! perl.c perlapi.h sv.c
46338 ____________________________________________________________________________
46339 [ 17803] By: ams                                   on 2002/08/29  13:09:47
46340         Log: Subject: [PATCH] AIX compiler setup sanity checking
46341              From: Jarkko Hietaniemi <jhi@iki.fi>
46342              Date: Thu, 29 Aug 2002 16:43:51 +0300
46343              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
46344      Branch: perl
46345            ! hints/aix.sh
46346 ____________________________________________________________________________
46347 [ 17802] By: hv                                    on 2002/08/29  12:32:51
46348         Log: Subject: [perl #16769] Documention bug
46349              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
46350              Date: 26 Aug 2002 10:01:04 -0000
46351              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
46352      Branch: perl
46353            ! pod/perl58delta.pod
46354 ____________________________________________________________________________
46355 [ 17801] By: hv                                    on 2002/08/29  12:19:30
46356         Log: Subject: [PATCH] ExtUtils::Constant 0.14
46357              From: Nicholas Clark <nick@unfortu.net>
46358              Date: Sun, 25 Aug 2002 18:06:00 +0100
46359              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
46360      Branch: perl
46361            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
46362 ____________________________________________________________________________
46363 [ 17800] By: hv                                    on 2002/08/29  12:08:59
46364         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
46365              From: Mark-Jason Dominus <mjd@plover.com>
46366              Date: Sun, 25 Aug 2002 12:09:53 -0400
46367              Message-ID: <20020825160953.15987.qmail@plover.com>
46368      Branch: perl
46369            ! pod/perlfaq5.pod
46370 ____________________________________________________________________________
46371 [ 17799] By: hv                                    on 2002/08/29  11:48:39
46372         Log: Subject: Re: if.pm bug.
46373              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
46374              Date: Sun, 25 Aug 2002 00:27:59 +0200
46375              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
46376      Branch: perl
46377            ! lib/if.pm
46378 ____________________________________________________________________________
46379 [ 17798] By: hv                                    on 2002/08/29  11:44:00
46380         Log: Subject: [PATCH] posixify getppid on linux-multithread
46381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46382              Date: Tue, 6 Aug 2002 21:56:46 +0200
46383              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
46384      Branch: perl
46385            + t/op/getpid.t
46386            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
46387            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
46388 ____________________________________________________________________________
46389 [ 17797] By: hv                                    on 2002/08/29  10:55:41
46390         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
46391              From: Mark-Jason Dominus <mjd@plover.com>
46392              Date: Sun, 25 Aug 2002 22:31:54 -0400
46393              Message-ID: <20020826023154.22986.qmail@plover.com>
46394      Branch: perl
46395            ! ext/B/B.pm
46396 ____________________________________________________________________________
46397 [ 17791] By: hv                                    on 2002/08/27  11:28:32
46398         Log: Missing MANIFEST files for #17783.
46399      Branch: perl
46400            ! MANIFEST
46401 ____________________________________________________________________________
46402 [ 17790] By: hv                                    on 2002/08/27  11:22:36
46403         Log: #17783 introduced an outdated test module, causing failure in
46404              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
46405              ExtUtils::MakeMaker.
46406      Branch: perl
46407            ! t/lib/TieOut.pm
46408 ____________________________________________________________________________
46409 [ 17789] By: ams                                   on 2002/08/27  04:04:48
46410         Log: Subject: Patch perlvar.pod
46411              From: mjd@plover.com
46412              Date: 27 Aug 2002 03:03:01 -0000
46413              Message-Id: <20020827030301.32481.qmail@plover.com>
46414      Branch: perl
46415            ! pod/perlvar.pod
46416 ____________________________________________________________________________
46417 [ 17788] By: hv                                    on 2002/08/26  23:59:47
46418         Log: Update Changes
46419      Branch: perl
46420            ! Changes patchlevel.h
46421 ____________________________________________________________________________
46422 [ 17787] By: hv                                    on 2002/08/26  19:22:27
46423         Log: fix for:
46424              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
46425              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
46426              Date: 26 Aug 2002 15:01:36 -0000
46427              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
46428      Branch: perl
46429            ! regexec.c t/op/re_tests
46430 ____________________________________________________________________________
46431 [ 17786] By: hv                                    on 2002/08/26  15:34:25
46432         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
46433              From: "Sean M. Burke" <sburke@cpan.org>
46434              Date: Mon, 26 Aug 2002 04:38:19 -0600
46435              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
46436      Branch: perl
46437            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
46438            ! lib/Test/t/todo.t
46439 ____________________________________________________________________________
46440 [ 17785] By: hv                                    on 2002/08/26  15:18:41
46441         Log: fix non-ANSI C++-style comment
46442              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
46443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46444              Date: Mon, 26 Aug 2002 09:15:18 +0200
46445              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
46446      Branch: perl
46447            ! ext/Storable/Storable.xs
46448 ____________________________________________________________________________
46449 [ 17784] By: hv                                    on 2002/08/26  15:15:19
46450         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
46451      Branch: perl
46452            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
46453            ! lib/bignum/t/brinfnan.t
46454 ____________________________________________________________________________
46455 [ 17783] By: hv                                    on 2002/08/26  15:07:21
46456         Log: Subject: [ANNOUNCE] Test::Simple 0.47
46457              From: Michael G Schwern <schwern@pobox.com>
46458              Date: Mon, 26 Aug 2002 04:13:03 -0700
46459              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
46460      Branch: perl
46461            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
46462            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
46463            + lib/Test/Simple/t/ok_obj.t
46464            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
46465            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
46466            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
46467            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
46468            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
46469 ____________________________________________________________________________
46470 [ 17782] By: hv                                    on 2002/08/26  15:00:55
46471         Log: new test for change #17773
46472              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
46473              From: DH <crazyinsomniac@yahoo.com>
46474              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
46475              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
46476      Branch: perl
46477            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
46478 ____________________________________________________________________________
46479 [ 17781] By: hv                                    on 2002/08/26  14:48:35
46480         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
46481      Branch: perl
46482            ! reentr.pl
46483 ____________________________________________________________________________
46484 [ 17780] By: hv                                    on 2002/08/25  19:03:50
46485         Log: fix bignum test failures
46486      Branch: perl
46487            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
46488            ! lib/bignum/t/brinfnan.t
46489 ____________________________________________________________________________
46490 [ 17779] By: hv                                    on 2002/08/25  18:56:29
46491         Log: upgrade bignum to v0.13: fix test failures and update docs
46492      Branch: perl
46493            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
46494 ____________________________________________________________________________
46495 [ 17778] By: hv                                    on 2002/08/25  18:43:06
46496         Log: Subject: Encode 1.76 Released
46497              From: Dan Kogai <dankogai@dan.co.jp>
46498              Date: su elo 25, 2002  11:27:07 US/Eastern
46499              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
46500      Branch: perl
46501            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
46502            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
46503            ! ext/Encode/lib/Encode/MIME/Header.pm
46504            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
46505 ____________________________________________________________________________
46506 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
46507         Log: Fix parsing problems with the // operator.
46508              Make // able to follow various unary operators used without
46509              arguments or parens (shift, pop, getc, pos, readline,
46510              readlink, undef, umask, and the filetest operators), as
46511              well as the <FH> operator.
46512      Branch: perl
46513            ! perl.h t/op/dor.t toke.c
46514 ____________________________________________________________________________
46515 [ 17776] By: hv                                    on 2002/08/25  15:56:37
46516         Log: Subject: [PATCH] ExtUtils::Constant 0.13
46517              From: Nicholas Clark <nick@unfortu.net>
46518              Date: Fri, 23 Aug 2002 19:21:12 +0100
46519              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
46520      Branch: perl
46521            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
46522 ____________________________________________________________________________
46523 [ 17775] By: hv                                    on 2002/08/25  15:46:28
46524         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
46525              From: "mls@suse.de (via RT)" <perlbug@perl.org>
46526              Date: 23 Aug 2002 15:24:39 -0000
46527              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
46528      Branch: perl
46529            ! reentr.c
46530 ____________________________________________________________________________
46531 [ 17774] By: hv                                    on 2002/08/25  15:29:42
46532         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
46533              From: Abigail <abigail@foad.org>
46534              Date: Thu, 22 Aug 2002 04:10:39 -0700
46535              Message-ID: <20020822041039.A2089@ucan.foad.org>
46536      Branch: perl
46537            ! lib/Benchmark.pm lib/Benchmark.t
46538 ____________________________________________________________________________
46539 [ 17773] By: hv                                    on 2002/08/25  15:17:16
46540         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
46541              From: DH <crazyinsomniac@yahoo.com>
46542              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
46543              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
46544      Branch: perl
46545            ! lib/Pod/Html.pm
46546 ____________________________________________________________________________
46547 [ 17772] By: hv                                    on 2002/08/25  14:49:37
46548         Log: Subject: Re: p5p patches
46549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46550              Date: Fri, 23 Aug 2002 15:27:48 +0200
46551              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
46552      Branch: perl
46553            ! Porting/patching.pod
46554 ____________________________________________________________________________
46555 [ 17771] By: hv                                    on 2002/08/25  14:45:46
46556         Log: Subject: Newdated info for HP-UX
46557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46558              Date: Wed, 21 Aug 2002 20:20:17 +0200
46559              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
46560      Branch: perl
46561            ! README.hpux
46562 ____________________________________________________________________________
46563 [ 17770] By: hv                                    on 2002/08/25  14:26:36
46564         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
46565              From: "Jos I. Boumans" <kane@cpan.org>
46566              Date: Wed, 21 Aug 2002 14:55:51 +0200
46567              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
46568      Branch: perl
46569            ! pod/perlfaq1.pod
46570 ____________________________________________________________________________
46571 [ 17769] By: hv                                    on 2002/08/25  14:16:50
46572         Log: Subject: bit more for WinCE
46573              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
46574              Date: Wed, 21 Aug 2002 01:31:52 +0400
46575              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
46576      Branch: perl
46577            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
46578            ! wince/wince.c
46579 ____________________________________________________________________________
46580 [ 17768] By: hv                                    on 2002/08/25  14:02:47
46581         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
46582              From: Anton Berezin <tobez@tobez.org>
46583              Date: Tue, 20 Aug 2002 23:44:25 +0200
46584              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
46585      Branch: perl
46586            ! lib/lib.t lib/lib_pm.PL
46587 ____________________________________________________________________________
46588 [ 17767] By: hv                                    on 2002/08/25  13:52:08
46589         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
46590              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
46591              Date: 18 Aug 2002 13:27:12 -0000
46592              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
46593      Branch: perl
46594            ! utils/perldoc.PL
46595 ____________________________________________________________________________
46596 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
46597         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
46598              From: Peter BARABAS (via RT) <perlbug@perl.org>
46599              Date: 24 Aug 2002 08:16:19 -0000
46600              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
46601      Branch: perl
46602            ! pod/perlxstut.pod
46603 ____________________________________________________________________________
46604 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
46605         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
46606              From: Nicholas Clark <nick@unfortu.net>
46607              Date: Sat, 24 Aug 2002 17:01:08 +0100
46608              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
46609              (plus a typo fix)
46610      Branch: perl
46611            ! lib/Net/t/hostname.t
46612 ____________________________________________________________________________
46613 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
46614         Log: a2p wasn't installed with -Dversiononly
46615      Branch: perl
46616            ! installperl
46617 ____________________________________________________________________________
46618 [ 17763] By: hv                                    on 2002/08/23  12:23:31
46619         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
46620              with a NULL subaddr. Fix that, and stop it happening again.
46621      Branch: perl
46622            ! op.c universal.c
46623 ____________________________________________________________________________
46624 [ 17762] By: hv                                    on 2002/08/23  11:02:35
46625         Log: fixup threaded build for vstring changes
46626      Branch: perl
46627            ! universal.c util.c
46628 ____________________________________________________________________________
46629 [ 17761] By: ams                                   on 2002/08/23  02:54:09
46630         Log: Incorporate fix from JHI at:
46631              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
46632      Branch: perl
46633            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
46634 ____________________________________________________________________________
46635 [ 17760] By: ams                                   on 2002/08/23  01:30:46
46636         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
46637              From: Jarkko Hietaniemi <jhi@iki.fi>
46638              Date: Fri, 23 Aug 2002 05:29:09 +0300
46639              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
46640      Branch: perl
46641            ! ext/Devel/PPPort/PPPort.pm
46642 ____________________________________________________________________________
46643 [ 17759] By: ams                                   on 2002/08/23  01:27:23
46644         Log: Subject: [PATCH] x2p/str.c signedness nits
46645              From: Jarkko Hietaniemi <jhi@iki.fi>
46646              Date: Fri, 23 Aug 2002 02:43:30 +0300
46647              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
46648      Branch: perl
46649            ! x2p/str.c
46650 ____________________________________________________________________________
46651 [ 17758] By: hv                                    on 2002/08/22  22:29:45
46652         Log: bignum-0.12 updates from:
46653              Subject: [ANNOUCNE] Big Math::Big* update
46654              From: Tels <perl_dummy@bloodgate.com>
46655              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
46656              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
46657      Branch: perl
46658            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
46659            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
46660            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
46661            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
46662            ! lib/bigrat.pm
46663 ____________________________________________________________________________
46664 [ 17757] By: hv                                    on 2002/08/22  22:19:42
46665         Log: new file for #17756
46666      Branch: perl
46667            ! MANIFEST
46668 ____________________________________________________________________________
46669 [ 17756] By: hv                                    on 2002/08/22  22:16:41
46670         Log: Subject: ANNOUCNE: Math::BigRat v0.09
46671              From: Tels <perl_dummy@bloodgate.com>
46672              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
46673              Message-Id: <200208141812.g7EICrV23771@crypt.org>
46674      Branch: perl
46675            + lib/Math/BigRat/t/big_ap.t
46676            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
46677            ! lib/Math/BigRat/t/bigratpm.inc
46678 ____________________________________________________________________________
46679 [ 17755] By: hv                                    on 2002/08/22  19:44:03
46680         Log: new files from #17754
46681      Branch: perl
46682            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
46683 ____________________________________________________________________________
46684 [ 17754] By: hv                                    on 2002/08/22  19:42:58
46685         Log: Subject: ANNOUNCE: Math-BigInt v1.62
46686              From: Tels <perl_dummy@bloodgate.com>
46687              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
46688              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
46689      Branch: perl
46690            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46691            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
46692            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
46693            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
46694            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
46695            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
46696            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
46697            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
46698            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
46699            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
46700            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
46701 ____________________________________________________________________________
46702 [ 17753] By: hv                                    on 2002/08/22  12:05:57
46703         Log: Subject: podlators 1.24 released
46704              From: Russ Allbery <rra@stanford.edu>
46705              Date: Sat, 03 Aug 2002 20:56:42 -0700
46706              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
46707      Branch: perl
46708            + lib/Pod/t/text-options.t
46709            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
46710            ! lib/Pod/t/basic.t pod/pod2text.PL
46711 ____________________________________________________________________________
46712 [ 17752] By: hv                                    on 2002/08/22  11:13:17
46713         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
46714              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46715              Date: Fri, 26 Jul 2002 02:59:12 +0900
46716              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
46717      Branch: perl
46718            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
46719            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
46720            ! lib/Unicode/Collate/t/test.t
46721 ____________________________________________________________________________
46722 [ 17751] By: hv                                    on 2002/08/22  11:08:35
46723         Log: fix test failure from #17747
46724      Branch: perl
46725            ! ext/B/t/stash.t
46726 ____________________________________________________________________________
46727 [ 17750] By: hv                                    on 2002/08/22  10:46:19
46728         Log: Subject: [PATCH] Fix DBM filters
46729              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46730              Date: Wed, 21 Aug 2002 11:40:49 +0100
46731              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
46732      Branch: perl
46733            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
46734            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
46735            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
46736            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
46737            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
46738            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
46739            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
46740 ____________________________________________________________________________
46741 [ 17749] By: hv                                    on 2002/08/22  01:04:32
46742         Log: avoid use of %caller::EXPORT
46743              Subject: [PATCH] Re: question about Exporter::import
46744              From: Nicholas Clark <nick@unfortu.net>
46745              Date: Wed, 14 Aug 2002 21:33:12 +0100
46746              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
46747      Branch: perl
46748            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46749 ____________________________________________________________________________
46750 [ 17748] By: hv                                    on 2002/08/22  00:54:03
46751         Log: todo test for linux $0 modification
46752              Subject: Re: [perl #16206] $0 in 5.8
46753              From: Slaven Rezic <slaven.rezic@berlin.de>
46754              Date: 17 Aug 2002 21:32:37 +0200
46755              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
46756      Branch: perl
46757            ! t/op/magic.t
46758 ____________________________________________________________________________
46759 [ 17747] By: hv                                    on 2002/08/22  00:11:34
46760         Log: Subject: Re: [PATCH] Version object patch #1
46761              From: John Peacock <jpeacock@rowman.com>
46762              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
46763              Message-id: <3D630042.6020407@rowman.com>
46764
46765              Subject: Re: [REVISED PATCH] Magic v-strings
46766              From: John Peacock <jpeacock@rowman.com>
46767              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
46768              Message-id: <3D63E532.7020305@rowman.com>
46769      Branch: perl
46770            ! sv.c t/op/ver.t universal.c util.c
46771 ____________________________________________________________________________
46772 [ 17746] By: hv                                    on 2002/08/20  16:48:05
46773         Log: Subject: [PATCH] Version object patch #1
46774              From: John Peacock <jpeacock@rowman.com>
46775              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
46776              Message-id: <3D5BB55D.6090603@rowman.com>
46777              and Message-id: <3D627D1A.4050607@rowman.com>
46778              and t/lib/warnings/universal tweak to skip
46779      Branch: perl
46780            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
46781            ! t/lib/warnings/universal toke.c util.c
46782 ____________________________________________________________________________
46783 [ 17745] By: hv                                    on 2002/08/20  16:27:01
46784         Log: perldelta for #17727
46785      Branch: perl
46786            ! pod/perldelta.pod
46787 ____________________________________________________________________________
46788 [ 17744] By: hv                                    on 2002/08/20  15:34:36
46789         Log: Subject: typo in perfunc.pod
46790              From: "John P. Linderman" <jpl@research.att.com>
46791              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
46792              Message-id: <200208191245.IAA20072@raptor.research.att.com>
46793      Branch: perl
46794            ! pod/perlfunc.pod
46795 ____________________________________________________________________________
46796 [ 17743] By: hv                                    on 2002/08/20  15:31:40
46797         Log: Subject: Re: [PATCH] fix typos in perlpacktut
46798              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
46799              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
46800              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
46801      Branch: perl
46802            ! pod/perlpacktut.pod
46803 ____________________________________________________________________________
46804 [ 17742] By: hv                                    on 2002/08/20  14:51:16
46805         Log: Subject: [REVISED PATCH] Magic v-strings
46806              From: John Peacock <jpeacock@rowman.com>
46807              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
46808              Message-id: <3D556FE6.6000404@rowman.com>
46809              plus a bit of cleanup
46810      Branch: perl
46811            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
46812 ____________________________________________________________________________
46813 [ 17741] By: hv                                    on 2002/08/20  14:20:16
46814         Log: Subject: Re: [PATCH] Storable and CODE references
46815              From: Slaven Rezic <slaven.rezic@berlin.de>
46816              Date: 17 Aug 2002 21:58:03 +0200
46817              Message-id: <87bs812r78.fsf@vran.herceg.de>
46818      Branch: perl
46819            + ext/Storable/t/code.t
46820            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
46821            ! ext/Storable/t/malice.t
46822 ____________________________________________________________________________
46823 [ 17740] By: hv                                    on 2002/08/20  14:07:56
46824         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
46825              Handle CoW in hashes:
46826              Subject: Re: why would tr/// be performing hash copies?
46827              From: Nicholas Clark <nick@unfortu.net>
46828              Date: Sun, 18 Aug 2002 23:17:01 +0100
46829              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
46830      Branch: perl
46831            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
46832 ____________________________________________________________________________
46833 [ 17739] By: hv                                    on 2002/08/20  13:52:18
46834         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
46835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46836              Date: Tue, 23 Jul 2002 09:21:10 +0200
46837              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
46838      Branch: perl
46839            ! Configure
46840 ____________________________________________________________________________
46841 [ 17737] By: ams                                   on 2002/08/19  07:48:39
46842         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
46843              negligence.
46844      Branch: perl
46845            ! pod/perlrun.pod
46846 ____________________________________________________________________________
46847 [ 17736] By: hv                                    on 2002/08/18  18:27:28
46848         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
46849              From: Dave Mitchell <davem@fdgroup.com>
46850              Date: Fri, 16 Aug 2002 23:31:07 +0100
46851              Message-id: <20020816233107.E9388@fdgroup.com>
46852      Branch: perl
46853            ! numeric.c t/base/num.t
46854 ____________________________________________________________________________
46855 [ 17735] By: hv                                    on 2002/08/18  02:22:21
46856         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
46857              From: Mark-Jason Dominus <mjd@plover.com>
46858              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
46859              Message-id: <20020814011909.22744.qmail@plover.com>
46860      Branch: perl
46861            ! lib/Net/hostent.pm
46862 ____________________________________________________________________________
46863 [ 17734] By: hv                                    on 2002/08/18  02:20:05
46864         Log: Subject: [PATCH] Re: Pod::Functions tpyo
46865              From: Abe Timmerman <abe@ztreet.demon.nl>
46866              Date: Tue, 13 Aug 2002 23:47:00 +0200
46867              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
46868      Branch: perl
46869            ! lib/Pod/Functions.pm
46870 ____________________________________________________________________________
46871 [ 17733] By: hv                                    on 2002/08/18  02:17:18
46872         Log: Subject: Server rename revisited
46873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46874              Date: Tue, 13 Aug 2002 19:19:03 +0200
46875              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
46876      Branch: perl
46877            ! README.hpux
46878 ____________________________________________________________________________
46879 [ 17732] By: hv                                    on 2002/08/18  02:11:49
46880         Log: Subject: [PATCH] Remove old VOS build methods
46881              From: Paul_GreenVOS@vos.stratus.com
46882              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
46883              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
46884      Branch: perl
46885            - vos/Makefile vos/build.cm vos/compile_perl.cm
46886            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46887            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
46888            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
46889            - vos/vos_dummies.c
46890            ! MANIFEST README.vos pod/perlport.pod vos/Changes
46891 ____________________________________________________________________________
46892 [ 17731] By: hv                                    on 2002/08/18  01:57:12
46893         Log: Subject: [PATCH] Configure missing d_modflproto=''
46894              From: "Gerrit P. Haase" <gp@familiehaase.de>
46895              Date: Tue, 13 Aug 2002 15:11:05 +0200
46896              Message-id: <11417599086.20020813151105@familiehaase.de>
46897      Branch: perl
46898            ! Configure
46899 ____________________________________________________________________________
46900 [ 17730] By: hv                                    on 2002/08/18  01:41:33
46901         Log: missing chunk from #17725 causes lib/constant.t test failures
46902      Branch: perl
46903            ! lib/constant.t
46904 ____________________________________________________________________________
46905 [ 17729] By: hv                                    on 2002/08/17  02:33:15
46906         Log: Subject: [PATCH] Safe.pm documentation
46907              From: Slaven Rezic <slaven.rezic@berlin.de>
46908              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
46909              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
46910      Branch: perl
46911            ! ext/Opcode/Safe.pm pod/perlre.pod
46912 ____________________________________________________________________________
46913 [ 17728] By: hv                                    on 2002/08/17  02:07:24
46914         Log: Subject: Copy On Write
46915              From: Nicholas Clark <nick@ccl4.org>
46916              Date: Thu, 15 Aug 2002 00:10:35 +0100
46917              Message-id: <20020815001035.A69079@plum.flirble.org>
46918              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
46919      Branch: perl
46920            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
46921            ! pp_hot.c proto.h sv.c sv.h
46922 ____________________________________________________________________________
46923 [ 17727] By: hv                                    on 2002/08/17  01:20:05
46924         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
46925              From: Mark-Jason Dominus <mjd@plover.com>
46926              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
46927              Message-id: <20020415033855.6343.qmail@plover.com>
46928      Branch: perl
46929            ! av.c av.h pod/perltie.pod t/op/tiearray.t
46930 ____________________________________________________________________________
46931 [ 17726] By: hv                                    on 2002/08/17  01:17:09
46932         Log: pp.c warns that sv may be used uninitialised in pp_delete()
46933      Branch: perl
46934            ! pp.c
46935 ____________________________________________________________________________
46936 [ 17725] By: hv                                    on 2002/08/17  00:51:19
46937         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
46938              From: Michael G Schwern <schwern@pobox.com>
46939              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
46940              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
46941      Branch: perl
46942            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
46943            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
46944            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
46945            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
46946 ____________________________________________________________________________
46947 [ 17724] By: hv                                    on 2002/08/17  00:27:33
46948         Log: ext/B/defsubs.h also depends on the program that builds it
46949      Branch: perl
46950            ! ext/B/Makefile.PL
46951 ____________________________________________________________________________
46952 [ 17723] By: hv                                    on 2002/08/17  00:10:24
46953         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
46954              From: Dave Mitchell <davem@fdgroup.com>
46955              Date: Tue, 13 Aug 2002 14:42:15 +0100
46956              Message-ID: <20020813144215.G11939@fdgroup.com>
46957      Branch: perl
46958            ! embed.fnc embed.h global.sym proto.h
46959 ____________________________________________________________________________
46960 [ 17722] By: ams                                   on 2002/08/16  05:20:22
46961         Log: Subject: Minor perlrun.pod patch
46962              From: Iain Truskett <spoon@cpan.org>
46963              Date: Fri, 16 Aug 2002 16:20:27 +1000
46964              Message-Id: <20020816162027.D17196@eh.org>
46965      Branch: perl
46966            ! pod/perlrun.pod
46967 ____________________________________________________________________________
46968 [ 17721] By: hv                                    on 2002/08/12  12:17:19
46969         Log: #17717 needed tests fixing up
46970      Branch: perl
46971            ! t/op/chop.t
46972 ____________________________________________________________________________
46973 [ 17720] By: hv                                    on 2002/08/12  12:10:07
46974         Log: Subject: Re: [PATCH] Re: taint news
46975              From: Rick Delaney <rick.delaney@rogers.com>
46976              Date: 04 Aug 2002 00:28:58 EDT
46977              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
46978              missed patch fragment from Change #17676
46979      Branch: perl
46980            ! pod/perlsec.pod
46981 ____________________________________________________________________________
46982 [ 17719] By: hv                                    on 2002/08/12  12:03:53
46983         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
46984              From: Warren Jones (via RT) <perlbug@perl.org>
46985              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
46986              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
46987      Branch: perl
46988            ! lib/strict.t lib/warnings.t
46989 ____________________________________________________________________________
46990 [ 17718] By: hv                                    on 2002/08/12  11:57:17
46991         Log: Subject: [PATCH] add verbose stack display option, -Dvs
46992              From: Dave Mitchell <davem@fdgroup.com>
46993              Date: Mon, 5 Aug 2002 00:55:33 +0100
46994              Message-id: <20020805005533.B26111@fdgroup.com>
46995      Branch: perl
46996            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
46997            ! pod/perlrun.pod proto.h
46998 ____________________________________________________________________________
46999 [ 17717] By: hv                                    on 2002/08/12  11:44:06
47000         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
47001              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47002              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
47003              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
47004      Branch: perl
47005            ! op.c t/op/chop.t t/op/ref.t
47006 ____________________________________________________________________________
47007 [ 17716] By: hv                                    on 2002/08/12  11:29:53
47008         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
47009              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
47010              Date: Sat, 13 Jul 2002 17:44:02 +0100
47011              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
47012      Branch: perl
47013            ! pp_hot.c t/op/tiehandle.t
47014 ____________________________________________________________________________
47015 [ 17715] By: hv                                    on 2002/08/12  11:28:26
47016         Log: Subject: [PATCH] better modfl detection
47017              From: Nicholas Clark <nick@unfortu.net>
47018              Date: Sun, 11 Aug 2002 20:05:49 +0100
47019              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
47020      Branch: perl
47021            ! Configure config_h.SH perl.h
47022 ____________________________________________________________________________
47023 [ 17714] By: hv                                    on 2002/08/12  11:26:23
47024         Log: Subject: [PATCH] perltodo.pod
47025              From: Richard.Foley@t-online.de
47026              Date: Sun, 11 Aug 2002 18:26:10 +0200
47027              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
47028              perlbug credits
47029      Branch: perl
47030            ! pod/perltodo.pod
47031 ____________________________________________________________________________
47032 [ 17713] By: hv                                    on 2002/08/12  11:24:44
47033         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
47034              From: Nicholas Clark <nick@unfortu.net>
47035              Date: Sun, 11 Aug 2002 16:59:16 +0100
47036              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
47037      Branch: perl
47038            ! gv.c
47039 ____________________________________________________________________________
47040 [ 17712] By: hv                                    on 2002/08/12  11:23:06
47041         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
47042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47043              Date: Mon, 12 Aug 2002 10:25:20 +0200
47044              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
47045              gcc bug test needs -lm
47046      Branch: perl
47047            ! hints/hpux.sh
47048 ____________________________________________________________________________
47049 [ 17711] By: hv                                    on 2002/08/12  11:20:49
47050         Log: Subject: [PATCH s2p] Small typo correction
47051              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
47052              Date: Wed, 7 Aug 2002 11:50:51 +0200
47053              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
47054      Branch: perl
47055            ! x2p/s2p.PL
47056 ____________________________________________________________________________
47057 [ 17710] By: hv                                    on 2002/08/12  11:17:21
47058         Log: Subject: [PATCH] pod/perlfaq4.pod
47059              From: Abigail <abigail@foad.org>
47060              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
47061              Message-id: <20020730095202.A6462@ucan.foad.org>
47062              Add references to Regexp::Common.
47063      Branch: perl
47064            ! pod/perlfaq4.pod
47065 ____________________________________________________________________________
47066 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
47067         Log: Subject: New HP-UX itanium servers
47068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47069              Date: Wed, 07 Aug 2002 13:25:57 +0200
47070              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
47071      Branch: perl
47072            ! README.hpux
47073 ____________________________________________________________________________
47074 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
47075         Log: Subject: Re: missing lower range in {} regex
47076              From: "John P. Linderman" <jpl@research.att.com>
47077              Date: Fri, 09 Aug 2002 12:48:55 -0400
47078              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
47079      Branch: perl
47080            ! pod/perlre.pod
47081 ____________________________________________________________________________
47082 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
47083         Log: More tests for the attribute syntax, from the
47084              attributes manpage.
47085      Branch: perl
47086            ! t/op/attrs.t
47087 ____________________________________________________________________________
47088 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
47089         Log: Fix bug #16080 : an attribute list should end at '}'
47090      Branch: perl
47091            ! t/op/attrs.t toke.c
47092 ____________________________________________________________________________
47093 [ 17703] By: hv                                    on 2002/08/08  15:30:12
47094         Log: Update Changes
47095      Branch: perl
47096            ! Changes patchlevel.h
47097 ____________________________________________________________________________
47098 [ 17702] By: hv                                    on 2002/08/08  15:08:57
47099         Log: Subject: Re: README.aix
47100              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47101              Date: Tue, 30 Jul 2002 13:30:29 +0200
47102              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
47103      Branch: perl
47104            ! README.aix
47105 ____________________________________________________________________________
47106 [ 17701] By: hv                                    on 2002/08/08  15:06:01
47107         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
47108              From: Andy Dougherty <doughera@lafayette.edu>
47109              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
47110              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
47111      Branch: perl
47112            ! hints/aix.sh
47113 ____________________________________________________________________________
47114 [ 17700] By: hv                                    on 2002/08/08  15:02:57
47115         Log: Subject: [DOC PATCH] perlipc.pod
47116              From: Arjen Laarhoven <arjen@nl.demon.net>
47117              Date: Tue, 6 Aug 2002 14:16:01 +0200
47118              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
47119      Branch: perl
47120            ! pod/perlipc.pod
47121 ____________________________________________________________________________
47122 [ 17699] By: hv                                    on 2002/08/08  14:56:56
47123         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
47124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47125              Date: Fri, 2 Aug 2002 23:44:21 +0200
47126              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
47127      Branch: perl
47128            ! op.c t/op/attrs.t
47129 ____________________________________________________________________________
47130 [ 17698] By: hv                                    on 2002/08/08  14:52:45
47131         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
47132              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
47133              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
47134              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
47135      Branch: perl
47136            ! Configure
47137 ____________________________________________________________________________
47138 [ 17697] By: hv                                    on 2002/08/08  14:49:00
47139         Log: Subject: Doc patch for Class::Struct under 5.8.0
47140              From: Damian Conway <damian@conway.org>
47141              Date: Tue, 30 Jul 2002 23:03:14 +1000
47142              Message-id: <3D471FCF.1C7C6E6B@conway.org>
47143      Branch: perl
47144            ! lib/Class/Struct.pm
47145 ____________________________________________________________________________
47146 [ 17696] By: hv                                    on 2002/08/08  14:44:21
47147         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
47148              From: Slaven Rezic <slaven.rezic@berlin.de>
47149              Date: 31 Jul 2002 09:50:06 +0200
47150              Message-id: <87ado85ob5.fsf@vran.herceg.de>
47151      Branch: perl
47152            ! pp.c
47153 ____________________________________________________________________________
47154 [ 17695] By: hv                                    on 2002/08/08  14:40:41
47155         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
47156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47157              Date: Fri, 2 Aug 2002 00:13:10 +0200
47158              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
47159      Branch: perl
47160            + t/op/stash.t
47161            ! MANIFEST perl.h
47162 ____________________________________________________________________________
47163 [ 17694] By: hv                                    on 2002/08/08  14:31:55
47164         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
47165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47166              Date: Wed, 31 Jul 2002 16:04:02 +0200
47167              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
47168      Branch: perl
47169            ! hints/hpux.sh
47170 ____________________________________________________________________________
47171 [ 17693] By: hv                                    on 2002/08/08  14:25:16
47172         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
47173              From: Abigail <abigail@foad.org>
47174              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
47175              Message-id: <20020725085252.A2703@ucan.foad.org>
47176      Branch: perl
47177            ! lib/ExtUtils/MM_Unix.pm
47178 ____________________________________________________________________________
47179 [ 17692] By: hv                                    on 2002/08/08  14:20:05
47180         Log: Subject: [PATCH] README.jp and README.cn
47181              From: Autrijus Tang <autrijus@autrijus.org>
47182              Date: Thu, 25 Jul 2002 07:05:11 +0800
47183              Message-id: <20020724230511.GA1327@not.autrijus.org>
47184      Branch: perl
47185            ! README.cn README.jp
47186 ____________________________________________________________________________
47187 [ 17691] By: hv                                    on 2002/08/08  14:01:50
47188         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
47189              From: Henrik Tougaard (via RT) <perlbug@perl.org>
47190              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
47191              Message-id: <rt-15398-31095.6.30466042998663@perl>
47192      Branch: perl
47193            ! lib/Pod/Usage.pm
47194 ____________________________________________________________________________
47195 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
47196         Log: Doc fix : the symbol for COPs wasn't documented.
47197      Branch: perl
47198            ! opcode.pl
47199 ____________________________________________________________________________
47200 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
47201         Log: Subject: Re: no warnings 'io';
47202              From: Nicholas Clark <nick@unfortu.net>
47203              Date: Sat, 27 Jul 2002 21:49:55 +0100
47204              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
47205
47206              Plus a little bit of regression tests.
47207      Branch: perl
47208            ! t/lib/warnings/pp_hot util.c
47209 ____________________________________________________________________________
47210 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
47211         Log: Subject: [PATCH] XS build fix for VMS
47212              From: "Craig A. Berry" <craigberry@mac.com>
47213              Date: Sun, 4 Aug 2002 12:13:06 -0500
47214              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
47215      Branch: perl
47216            ! vms/descrip_mms.template
47217 ____________________________________________________________________________
47218 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
47219         Log: PerlIO::scalar wasn't able to read from non-string
47220              scalar ; now stringifies its argument.
47221      Branch: perl
47222            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47223 ____________________________________________________________________________
47224 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
47225         Log: More regression tests for $^H and %^H.
47226              Add a TODO test for eval "" preserving %^H.
47227      Branch: perl
47228            ! t/comp/hints.t
47229 ____________________________________________________________________________
47230 [ 17685] By: hv                                    on 2002/08/05  22:42:09
47231         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
47232              From: "John P. Linderman" <jpl@research.att.com>
47233              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
47234              Message-id: <200207211613.MAA69505@raptor.research.att.com>
47235      Branch: perl
47236            ! lib/sort.pm lib/sort.t
47237 ____________________________________________________________________________
47238 [ 17684] By: hv                                    on 2002/08/05  22:35:22
47239         Log: Integrate from perlio: change #17653 fixes bug RT15283
47240      Branch: perl
47241           !> ext/PerlIO/via/via.xs
47242 ____________________________________________________________________________
47243 [ 17683] By: hv                                    on 2002/08/05  22:26:45
47244         Log: Integrate from maint-5.6/macperl via macperl
47245              Changes 17660, 17661, 17662, 17663, 17664
47246      Branch: perl
47247           !> perl.c
47248 ____________________________________________________________________________
47249 [ 17682] By: hv                                    on 2002/08/05  15:04:54
47250         Log: Subject: Defined-or patch (cleaned up)
47251              From: "Brent Dax" <brentdax@cpan.org>
47252              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
47253              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
47254      Branch: perl
47255            + t/op/dor.t
47256            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
47257            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
47258            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
47259            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
47260            ! vms/perly_h.vms
47261 ____________________________________________________________________________
47262 [ 17681] By: hv                                    on 2002/08/05  14:41:23
47263         Log: typo
47264      Branch: perl
47265            ! keywords.h keywords.pl
47266 ____________________________________________________________________________
47267 [ 17680] By: hv                                    on 2002/08/05  14:33:39
47268         Log: warn that keywords.h is generated
47269      Branch: perl
47270            ! keywords.h keywords.pl
47271 ____________________________________________________________________________
47272 [ 17679] By: hv                                    on 2002/08/04  23:40:22
47273         Log: again: #17678 caused test failures in pod2html,
47274              in which $1 could leak from previous regexp
47275      Branch: perl
47276            ! mg.c
47277 ____________________________________________________________________________
47278 [ 17678] By: hv                                    on 2002/08/04  15:34:19
47279         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
47280              From: hv@crypt.org
47281              Date: Sun, 04 Aug 2002 17:40:30 +0100
47282              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
47283      Branch: perl
47284            ! mg.c t/op/taint.t
47285 ____________________________________________________________________________
47286 [ 17677] By: hv                                    on 2002/08/04  15:25:25
47287         Log: Main branch no longer needs op/taint.t version check.
47288      Branch: perl
47289            ! t/op/taint.t
47290 ____________________________________________________________________________
47291 [ 17676] By: hv                                    on 2002/08/04  15:14:09
47292         Log: Subject: Re: [PATCH] Re: taint news
47293              From: Rick Delaney <rick.delaney@rogers.com>
47294              Date: 04 Aug 2002 00:28:58 EDT
47295              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
47296              Ref: 20020208.005
47297      Branch: perl
47298            ! pp_sys.c
47299 ____________________________________________________________________________
47300 [ 17675] By: hv                                    on 2002/08/04  01:48:36
47301         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
47302      Branch: perl
47303            ! AUTHORS
47304 ____________________________________________________________________________
47305 [ 17674] By: hv                                    on 2002/08/04  01:30:11
47306         Log: Subject: [PATCH] AUTHORS
47307              From: Colin Watson <colinw@zeus.com>
47308              Date: Thu, 25 Jul 2002 15:54:37 +0100
47309              Message-id: <20020725145437.GC4921@zeus.com>
47310      Branch: perl
47311            ! AUTHORS
47312 ____________________________________________________________________________
47313 [ 17673] By: hv                                    on 2002/08/04  01:27:36
47314         Log: Subject: [PATCH] AUTHORS
47315              From: Walt Mankowski <waltman@pobox.com>
47316              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
47317              Message-id: <20020721025612.GB15958@pobox.com>
47318      Branch: perl
47319            ! AUTHORS
47320 ____________________________________________________________________________
47321 [ 17672] By: hv                                    on 2002/08/04  01:25:14
47322         Log: Subject: Re: mention of "use sort" botched in perlfunc?
47323              From: Michael G Schwern <schwern@pobox.com>
47324              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
47325              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
47326      Branch: perl
47327            ! pod/perlfunc.pod
47328 ____________________________________________________________________________
47329 [ 17671] By: hv                                    on 2002/08/04  01:11:32
47330         Log: Change version from 5.8.0 to 5.9.0.
47331      Branch: perl
47332            ! Configure NetWare/Makefile NetWare/config_H.wc
47333            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
47334            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
47335            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
47336            ! patchlevel.h win32/Makefile win32/makefile.mk
47337            ! wince/Makefile.ce
47338 ____________________________________________________________________________
47339 [ 17656] By: ams                                   on 2002/07/28  06:12:33
47340         Log: Subject: [PATCH] Typo in regcomp.c
47341              From: Chris Ball <chris@cpan.org>
47342              Date: 26 Jul 2002 17:49:35 +0100
47343              Message-Id: <868z3yzb6o.fsf@void.printf.net>
47344              (With additional tweak to s_reginclasslen.)
47345      Branch: perl
47346            ! regcomp.c
47347 ____________________________________________________________________________
47348 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
47349         Log: Upgrade to Unicode::Collate 0.20.
47350      Branch: perl
47351            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47352            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
47353 ____________________________________________________________________________
47354 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
47355         Log: Commas, schcommas.
47356      Branch: perl
47357            ! patchlevel.h
47358 ____________________________________________________________________________
47359 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
47360         Log: Copy perldelta as perl58delta, purge the perldelta.
47361      Branch: perl
47362            + pod/perl58delta.pod
47363            ! MANIFEST pod/perldelta.pod
47364 ____________________________________________________________________________
47365 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
47366         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
47367      Branch: perl
47368            ! Changes patchlevel.h
47369 ____________________________________________________________________________
47370 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
47371         Log: Integrate perlio (no changes, but that's fine).
47372      Branch: perl
47373           !> embed.fnc perl.h
47374 ____________________________________________________________________________
47375 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
47376         Log: It's all yours, Hugo.
47377      Branch: perl
47378            + Changes5.8
47379            ! Changes MANIFEST