This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak S_init_main_stash so as allocate PL_curstname as a shared string
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 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 not 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\r     From: "John E. Malmberg" <wb8tyw@qsl.net>\r      Date: Fri, 09 Dec 2005 14:08:53 -0500\r  Message-id: <4399D645.8070803@qsl.net>\r
931      Branch: perl
932            ! vms/vms.c
933 ____________________________________________________________________________
934 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
935         Log: An alternative way of structuring ptr_table_clear so that the variables
936              can be assigned to at declaration time.
937      Branch: perl
938            ! sv.c
939 ____________________________________________________________________________
940 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
941         Log: A more efficient way to loop in ptr_table_clear
942      Branch: perl
943            ! sv.c
944 ____________________________________________________________________________
945 [ 26311] By: stevep                                on 2005/12/09  13:22:33
946         Log: Subject: Re: Pod::Simple integration
947              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
948              Date: Fri, 09 Dec 2005 07:06:00 +0100
949              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
950              
951              These files are still giving problems after attempting to convert
952              them to text in p4.  The tests pass without them, so we'll remove them
953              from the Perl distribution.
954      Branch: perl
955            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
956            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
957            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
958            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
959            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
960            ! MANIFEST
961 ____________________________________________________________________________
962 [ 26310] By: stevep                                on 2005/12/09  03:39:17
963         Log: Fixes compile errors introduce with change #26301 when compiling
964              with ithreads and DEBUGGING.
965      Branch: perl
966            ! sv.c
967 ____________________________________________________________________________
968 [ 26309] By: stevep                                on 2005/12/09  02:07:32
969         Log: Upgrade to Sys-Syslog-0.10
970      Branch: perl
971            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
972            + ext/Sys/Syslog/fallback/const-c.inc
973            + ext/Sys/Syslog/fallback/const-xs.inc
974            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
975            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
976            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
977            + ext/Sys/Syslog/t/portfs.t
978            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
979            ! ext/Sys/Syslog/t/syslog.t
980 ____________________________________________________________________________
981 [ 26308] By: stevep                                on 2005/12/09  01:41:44
982         Log: Upgrade to CGI.pm-3.15
983      Branch: perl
984            ! lib/CGI.pm lib/CGI/Changes
985 ____________________________________________________________________________
986 [ 26307] By: stevep                                on 2005/12/08  19:40:33
987         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
988      Branch: perl
989            ! pod/perltodo.pod
990 ____________________________________________________________________________
991 [ 26306] By: stevep                                on 2005/12/08  19:21:25
992         Log: One final Pod::Usage yak to shave...
993      Branch: perl
994            ! lib/Pod/Usage.pm
995 ____________________________________________________________________________
996 [ 26305] By: stevep                                on 2005/12/08  19:07:38
997         Log: Version bump for Pod::Usage
998      Branch: perl
999            ! lib/Pod/Usage.pm
1000 ____________________________________________________________________________
1001 [ 26304] By: stevep                                on 2005/12/08  19:04:59
1002         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
1003              pass.
1004      Branch: perl
1005            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
1006 ____________________________________________________________________________
1007 [ 26303] By: stevep                                on 2005/12/08  15:53:36
1008         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
1009              includes a change to the Pod::Usage test file for compatibility
1010              purposes.
1011      Branch: perl
1012            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
1013 ____________________________________________________________________________
1014 [ 26302] By: craigb                                on 2005/12/08  14:47:57
1015         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
1016              structures.  They may be allocated during start-up and are torn down
1017              in an exit handler, where thread context and other Perlish support
1018              are iffy.
1019      Branch: perl
1020            ! vms/vms.c
1021 ____________________________________________________________________________
1022 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
1023         Log: Merge common code from ptr_table_fetch and ptr_table_store into
1024              S_ptr_table_find.
1025      Branch: perl
1026            ! sv.c
1027 ____________________________________________________________________________
1028 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
1029         Log: Fixup the setsockopt usage message; missing OPTVAL.
1030      Branch: perl
1031            ! ext/IO/lib/IO/Socket.pm
1032 ____________________________________________________________________________
1033 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
1034         Log: Improve the setsockopt description.
1035              Removed claim that OPTVAL might be undef as it is just treated
1036              the same as 0 and give the usual use-of-uninitialized-value
1037              warning.  Added an example.
1038      Branch: perl
1039            ! pod/perlfunc.pod
1040 ____________________________________________________________________________
1041 [ 26298] By: craigb                                on 2005/12/08  04:34:42
1042         Log: Subject: patch@26253 Allow embedded new lines passed through to commands\r  From: "John E. Malmberg" <wb8tyw@qsl.net>\r      Date: Wed, 07 Dec 2005 22:26:21 -0500
1043              Message-id: <4397A7DD.8030403@qsl.net>\r
1044      Branch: perl
1045            ! vms/vms.c
1046 ____________________________________________________________________________
1047 [ 26297] By: stevep                                on 2005/12/07  20:39:24
1048         Log: One quick fix to the test for differences in error output.
1049      Branch: perl
1050            ! lib/Pod/t/Usage.t
1051 ____________________________________________________________________________
1052 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
1053         Log: Subject: [PATCH] All args in embed.fnc should be named
1054              From: Andy Lester <andy@petdance.com>
1055              Date: Wed, 7 Dec 2005 10:08:18 -0600
1056              Message-ID: <20051207160818.GA13465@petdance.com>
1057      Branch: perl
1058            ! embed.fnc embed.pl pod/perlapi.pod proto.h
1059 ____________________________________________________________________________
1060 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
1061         Log: Don't build manpages for Encode and Unicode::Normalize
1062              (when compiling perl manpages are built afterwards, not
1063              by MakeMaker like when installing modules.) This fix a
1064              bootstrap problem (now that Pod::Man uses POSIX.)
1065      Branch: perl
1066            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
1067 ____________________________________________________________________________
1068 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
1069         Log: Check in those files as text, not binary
1070      Branch: perl
1071            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
1072            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
1073            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
1074            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
1075            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
1076 ____________________________________________________________________________
1077 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
1078         Log: Remove space
1079      Branch: perl
1080            ! MANIFEST
1081 ____________________________________________________________________________
1082 [ 26292] By: stevep                                on 2005/12/07  12:36:59
1083         Log: Upgrade to podlators-2.00
1084      Branch: perl
1085            + lib/Pod/t/color.t lib/Pod/t/termcap.t
1086            - lib/Pod/t/text-errors.t
1087            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
1088            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1089            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
1090            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
1091            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
1092            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
1093 ____________________________________________________________________________
1094 [ 26291] By: stevep                                on 2005/12/07  11:38:00
1095         Log: Assimilate Pod-Simple-3.03 to the Perl core
1096      Branch: perl
1097            + (add 170 files)
1098            ! MANIFEST Porting/Maintainers.pl
1099 ____________________________________________________________________________
1100 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
1101         Log: Pull the regexp stringification code out into S_stringify_regexp, to
1102              make sv_2pv_flags clearer.
1103      Branch: perl
1104            ! sv.c
1105 ____________________________________________________________________________
1106 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
1107         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
1108      Branch: perl
1109            ! sv.c
1110 ____________________________________________________________________________
1111 [ 26288] By: stevep                                on 2005/12/07  02:10:26
1112         Log: Upgrade to CGI-3.14.
1113              
1114              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
1115              yet been applied to the actual CGI distribution yet.
1116      Branch: perl
1117            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
1118 ____________________________________________________________________________
1119 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
1120         Log: Add a ; that 26281 was lacking.
1121              (Dear Mark, please can I have back one of the two that I sent you after
1122              change 23614)
1123      Branch: perl
1124            ! util.c
1125 ____________________________________________________________________________
1126 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
1127         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
1128              into S_sv_2iuv_common.
1129      Branch: perl
1130            ! sv.c
1131 ____________________________________________________________________________
1132 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
1133         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
1134              duplication.
1135      Branch: perl
1136            ! sv.c
1137 ____________________________________________________________________________
1138 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
1139         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
1140              From: Andy Lester <andy@petdance.com>
1141              Date: Mon, 5 Dec 2005 13:46:13 -0600
1142              Message-ID: <20051205194613.GB7791@petdance.com>
1143      Branch: perl
1144            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
1145            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
1146            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
1147 ____________________________________________________________________________
1148 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
1149         Log: Subject: Re: stringification of v-string references
1150              From: John Peacock <jpeacock@rowman.com>
1151              Message-ID: <439592B4.2050101@rowman.com>
1152              Date: Tue, 06 Dec 2005 08:31:32 -0500
1153      Branch: perl
1154            ! t/op/ref.t
1155 ____________________________________________________________________________
1156 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
1157         Log: Fix typo spotted by Ronald J Kimball.
1158      Branch: perl
1159            ! ext/Sys/Syslog/Syslog.pm
1160 ____________________________________________________________________________
1161 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
1162         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
1163              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
1164              Date: Tue, 6 Dec 2005 09:56:12 -0500
1165              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
1166      Branch: perl
1167            ! ext/Sys/Syslog/Syslog.pm
1168 ____________________________________________________________________________
1169 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
1170         Log: Document why syslog($priority, "%s", $message) is a good idea
1171              if the code might be running with older versions of Sys::Syslog.
1172      Branch: perl
1173            ! ext/Sys/Syslog/Syslog.pm
1174 ____________________________________________________________________________
1175 [ 26276] By: merijn                                on 2005/12/06  14:30:53
1176         Log: Itanium blade servers added to the model list
1177      Branch: perl
1178            ! README.hpux
1179 ____________________________________________________________________________
1180 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
1181         Log: Don't use Copy for 1 and 2 character string constants.
1182      Branch: perl
1183            ! sv.c
1184 ____________________________________________________________________________
1185 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
1186         Log: Eliminate an unneeded local variable.
1187      Branch: perl
1188            ! sv.c
1189 ____________________________________________________________________________
1190 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
1191         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
1192              code into the GMAGIC block.
1193      Branch: perl
1194            ! sv.c
1195 ____________________________________________________________________________
1196 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
1197         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
1198              only constant non-"" string returned.
1199      Branch: perl
1200            ! sv.c
1201 ____________________________________________________________________________
1202 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
1203         Log: Make all the return statements closer to the final calcuation of the
1204              returned value in the reference stringification code. Pull variables
1205              into tigher scope which also allows some to become const.
1206      Branch: perl
1207            ! sv.c
1208 ____________________________________________________________________________
1209 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
1210         Log: Move the scope of origsv inwards, and rename variables to avoid the
1211              need to re-assign to sv.
1212      Branch: perl
1213            ! sv.c
1214 ____________________________________________________________________________
1215 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
1216         Log: Clone the brief return logic and thereby remove a goto.
1217      Branch: perl
1218            ! sv.c
1219 ____________________________________________________________________________
1220 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
1221         Log: As they are now the same, can fold the entire switch statement for
1222              reference type in sv_2pv_flags into a call to sv_reftype.
1223      Branch: perl
1224            ! sv.c
1225 ____________________________________________________________________________
1226 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
1227         Log: Untease the regexp stringification from the reference naming in
1228              sv_2pv_flags. (Lots of re-indentation, little real change)
1229      Branch: perl
1230            ! sv.c
1231 ____________________________________________________________________________
1232 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
1233         Log: References to version objects should stringify as VSTRING. This makes
1234              stringification consistent with the output of ref().
1235      Branch: perl
1236            ! sv.c
1237 ____________________________________________________________________________
1238 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
1239         Log: The extra return is actually a duplicated code path, and can go.
1240      Branch: perl
1241            ! sv.c
1242 ____________________________________________________________________________
1243 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
1244         Log: Fix typo in description.
1245      Branch: perl
1246            ! MANIFEST
1247 ____________________________________________________________________________
1248 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
1249         Log: Add ext/MIME/Base64/README to MANIFEST
1250      Branch: perl
1251            ! MANIFEST
1252 ____________________________________________________________________________
1253 [ 26262] By: stevep                                on 2005/12/05  16:35:14
1254         Log: Upgrade to MIME-Base64-3.07
1255      Branch: perl
1256            + ext/MIME/Base64/README
1257            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
1258            ! ext/MIME/Base64/QuotedPrint.pm
1259 ____________________________________________________________________________
1260 [ 26261] By: stevep                                on 2005/12/05  16:29:46
1261         Log: Upgrade to Digest-MD5-2.36
1262      Branch: perl
1263            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1264            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
1265 ____________________________________________________________________________
1266 [ 26260] By: stevep                                on 2005/12/05  16:20:17
1267         Log: Upgrade to CGI.pm-3.13
1268      Branch: perl
1269            + lib/CGI/t/no_tabindex.t
1270            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
1271            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
1272 ____________________________________________________________________________
1273 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
1274         Log: "Malformed UTF-8 character" was a severe warning, and can now be
1275              also a fatal error (since change #26258)
1276      Branch: perl
1277            ! pod/perldiag.pod
1278 ____________________________________________________________________________
1279 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
1280         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
1281              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1282              Date: Tue, 06 Dec 2005 00:35:52 +0900
1283              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
1284      Branch: perl
1285            ! regexec.c
1286 ____________________________________________________________________________
1287 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
1288         Log: Better variable names make code clearer
1289              
1290              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1291              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1292              Date: Sun, 04 Dec 2005 16:24:29 +0900
1293              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
1294      Branch: perl
1295            ! embed.fnc proto.h utf8.c
1296 ____________________________________________________________________________
1297 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
1298         Log: Rework the error messages from the swashget code.
1299              
1300              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1301              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1302              Date: Sun, 04 Dec 2005 16:24:59 +0900
1303              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
1304      Branch: perl
1305            ! pod/perldiag.pod utf8.c
1306 ____________________________________________________________________________
1307 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
1308         Log: Clarification and cleanup of the XS SWASHGET code
1309              
1310              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1311              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1312              Date: Sun, 04 Dec 2005 16:28:35 +0900
1313              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
1314      Branch: perl
1315            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
1316 ____________________________________________________________________________
1317 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
1318         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
1319              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1320              Date: Sat, 03 Dec 2005 12:24:05 +0100
1321              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
1322      Branch: perl
1323            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
1324 ____________________________________________________________________________
1325 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
1326         Log: NULL is a legal value for newXS()'s name parameter.
1327              (This caused strange build failures with gcc4 -O3)
1328      Branch: perl
1329            ! embed.fnc proto.h
1330 ____________________________________________________________________________
1331 [ 26252] By: stevep                                on 2005/12/04  15:30:55
1332         Log: Fix handling of author's names that had apostrophes.  Based on a patch
1333              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
1334      Branch: perl
1335            ! utils/h2xs.PL
1336 ____________________________________________________________________________
1337 [ 26251] By: davem                                 on 2005/12/03  15:20:24
1338         Log: clarify description of vector (v) sprintf format modifier
1339      Branch: perl
1340            ! pod/perlfunc.pod
1341 ____________________________________________________________________________
1342 [ 26250] By: craigb                                on 2005/12/03  15:15:47
1343         Log: In vms/vms.c, don't use the thread-specific Newx() during
1344              startup before threads are initialized.  
1345      Branch: perl
1346            ! vms/vms.c
1347 ____________________________________________________________________________
1348 [ 26249] By: stevep                                on 2005/12/03  12:31:02
1349         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
1350      Branch: perl
1351            ! pod/perlhack.pod
1352 ____________________________________________________________________________
1353 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
1354         Log: Missing chunk in change #26247.
1355      Branch: perl
1356            ! ext/Sys/Syslog/Syslog.pm
1357 ____________________________________________________________________________
1358 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
1359         Log: Sys::Syslog::syslog can accept a message without printf
1360              escapes and arguments.
1361              
1362              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
1363              From: Gisle Aas <gisle@activestate.com>
1364              Date: 03 Dec 2005 03:35:32 -0800
1365              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
1366      Branch: perl
1367            ! ext/Sys/Syslog/Syslog.pm
1368 ____________________________________________________________________________
1369 [ 26246] By: stevep                                on 2005/12/03  03:30:00
1370         Log: Upgrade to version-0.50
1371      Branch: perl
1372            ! lib/version.pm lib/version.pod lib/version.t util.c
1373 ____________________________________________________________________________
1374 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
1375         Log: Replace ^M by a space in test for bug #37716, to make
1376              Cygwin happy (found by Yitzchak)
1377      Branch: perl
1378            ! lib/File/Compare.t
1379 ____________________________________________________________________________
1380 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
1381         Log: Address Hugo's comment on Dave's change (26240)
1382      Branch: perl
1383            ! sv.c
1384 ____________________________________________________________________________
1385 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
1386         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
1387              From: Gisle Aas <gisle@ActiveState.com>
1388              Date: 28 Nov 2005 04:48:18 -0800
1389              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
1390              
1391              and
1392              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
1393      Branch: perl
1394            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
1395 ____________________________________________________________________________
1396 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
1397         Log: Subject: [PATCH] Signs, signs, everywhere a sign
1398              From: Andy Lester <andy@petdance.com>
1399              Date: Thu, 1 Dec 2005 14:24:51 -0600
1400              Message-ID: <20051201202451.GI22713@petdance.com>
1401      Branch: perl
1402            ! pp_pack.c
1403 ____________________________________________________________________________
1404 [ 26241] By: stevep                                on 2005/12/01  20:27:34
1405         Log: Nit from change #26232 noticed by H. Merijn Brand
1406      Branch: perl
1407            ! pod/perlop.pod
1408 ____________________________________________________________________________
1409 [ 26240] By: davem                                 on 2005/12/01  16:40:29
1410         Log: sprintf %NNN$ check for large values wrapping to negative
1411      Branch: perl
1412            ! sv.c t/op/sprintf2.t
1413 ____________________________________________________________________________
1414 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
1415         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
1416      Branch: perl
1417            ! makedef.pl perl.h sv.c
1418 ____________________________________________________________________________
1419 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
1420         Log: Missing #ifdef, noticed by Jan Dubois
1421      Branch: perl
1422            ! sv.c
1423 ____________________________________________________________________________
1424 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
1425         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
1426              From: Gisle Aas <gisle@ActiveState.com>
1427              Date: 01 Dec 2005 06:20:14 -0800
1428              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
1429              
1430              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
1431              From: Gisle Aas <gisle@ActiveState.com>
1432              Date: 01 Dec 2005 06:11:44 -0800
1433              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
1434      Branch: perl
1435            ! sv.c t/op/sprintf.t
1436 ____________________________________________________________________________
1437 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
1438         Log: Subject: [PATCH] Disable constant folding of sprintf
1439              From: Gisle Aas <gisle@ActiveState.com>
1440              Date: 01 Dec 2005 03:22:10 -0800
1441              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
1442      Branch: perl
1443            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
1444 ____________________________________________________________________________
1445 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
1446         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
1447              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
1448              Date: Wed, 30 Nov 2005 20:17:31 -0800
1449              Message-ID: <438E795B.9060805@ActiveState.com>
1450      Branch: perl
1451            ! sv.c
1452 ____________________________________________________________________________
1453 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
1454         Log: Revert change #26110 (already reverted in maintperl by change 26182)
1455      Branch: perl
1456            ! op.c
1457 ____________________________________________________________________________
1458 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
1459         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
1460              not siteperl
1461      Branch: perl
1462            ! pod/perlrun.pod
1463 ____________________________________________________________________________
1464 [ 26232] By: stevep                                on 2005/11/30  19:09:17
1465         Log: dor-assign (//=) was missing from perlop.pod
1466      Branch: perl
1467            ! pod/perlop.pod
1468 ____________________________________________________________________________
1469 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
1470         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
1471              From: Gisle Aas <gisle@ActiveState.com>
1472              Date: 30 Nov 2005 09:28:54 -0800
1473              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
1474      Branch: perl
1475            ! pp.c sv.c
1476 ____________________________________________________________________________
1477 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
1478         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1479              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1480              Date: Sun, 27 Nov 2005 17:02:02 +0900
1481              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
1482      Branch: perl
1483            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
1484            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
1485            ! utfebcdic.h
1486 ____________________________________________________________________________
1487 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
1488         Log: The regexp engine should check SV flags rather than SV type for
1489              determining if something is a reference, because under the debugger
1490              the value returned by the swash code is SVt_PVMG.
1491              Not doing this has the side effect of repeatedly reassigning the
1492              same array element, which causes destructors to fire on the reassignment
1493              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
1494              of save_re_context, which under the debugger involves re-entering the
1495              regexp engine, which causes corruption of the regexp engine's global
1496              state.
1497      Branch: perl
1498            ! regexec.c
1499 ____________________________________________________________________________
1500 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
1501         Log: Fix B::Concise tests after change #26226
1502      Branch: perl
1503            ! ext/B/t/optree_varinit.t
1504 ____________________________________________________________________________
1505 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
1506         Log: Revert change #22520 (optimise away my $foo = undef and similar
1507              constructs), in order to fix bug perl #37776
1508      Branch: perl
1509            ! op.c t/op/my.t
1510 ____________________________________________________________________________
1511 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
1512         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
1513              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1514              Date: Tue, 29 Nov 2005 08:07:19 +0100
1515              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
1516      Branch: perl
1517            ! lib/File/Compare.pm lib/File/Compare.t
1518 ____________________________________________________________________________
1519 [ 26224] By: stevep                                on 2005/11/29  12:36:46
1520         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
1521              which is now a prereq for podlators.
1522      Branch: perl
1523            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
1524            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
1525            + lib/Pod/Escapes/t/10_main.t
1526            + lib/Pod/Escapes/t/15_name2charnum.t
1527            ! MANIFEST Porting/Maintainers.pl
1528 ____________________________________________________________________________
1529 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
1530         Log: Typo fix, by Olivier Blin
1531      Branch: perl
1532            ! lib/Getopt/Long.pm
1533 ____________________________________________________________________________
1534 [ 26222] By: steveh                                on 2005/11/28  17:07:25
1535         Log: Fix ext/POSIX/t/time.t on Win32
1536              
1537              According to MSDN, "The string result produced by ctime contains
1538              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
1539              so we *do* want the leading zero on the day returned by strftime
1540      Branch: perl
1541            ! ext/POSIX/t/time.t
1542 ____________________________________________________________________________
1543 [ 26221] By: stevep                                on 2005/11/28  14:11:23
1544         Log: Mac OS X/Darwin seems to have problems with tzname().
1545      Branch: perl
1546            ! ext/POSIX/t/time.t
1547 ____________________________________________________________________________
1548 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
1549         Log: FAQ sync.
1550      Branch: perl
1551            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
1552            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
1553 ____________________________________________________________________________
1554 [ 26219] By: stevep                                on 2005/11/28  02:48:18
1555         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
1556              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1557              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
1558              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
1559      Branch: perl
1560            ! lib/Math/Trig.pm
1561 ____________________________________________________________________________
1562 [ 26218] By: stevep                                on 2005/11/28  02:34:49
1563         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
1564              operator added to close two tickets.
1565      Branch: perl
1566            ! pod/perlobj.pod
1567 ____________________________________________________________________________
1568 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
1569         Log: Don't let MakeMaker install doc for MIME::Base64
1570              (since installpod does it already)
1571      Branch: perl
1572            ! ext/MIME/Base64/Makefile.PL
1573 ____________________________________________________________________________
1574 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
1575         Log: Upgrade to Getopt::Long 2.34_04
1576      Branch: perl
1577            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
1578            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1579            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
1580            ! lib/Getopt/Long/t/gol-oo.t
1581 ____________________________________________________________________________
1582 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
1583         Log: Subject: [PATCH] fix wrong pool error in cygwin build
1584              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1585              Date: Nov 27, 2005 9:29 AM
1586              Message-ID: <20051127082918.GA2556@efn.org>
1587      Branch: perl
1588            ! cygwin/cygwin.c
1589 ____________________________________________________________________________
1590 [ 26214] By: stevep                                on 2005/11/27  02:35:25
1591         Log: Upgrade to MIME-Base64-3.06
1592      Branch: perl
1593            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1594            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
1595            ! ext/MIME/Base64/QuotedPrint.pm
1596 ____________________________________________________________________________
1597 [ 26213] By: stevep                                on 2005/11/26  12:48:42
1598         Log: Deal with differences in what clock() does between POSIX and BSD.
1599      Branch: perl
1600            ! ext/POSIX/t/time.t
1601 ____________________________________________________________________________
1602 [ 26212] By: stevep                                on 2005/11/26  12:04:00
1603         Log: Upgrade to Scalar-List-Utils-1.18
1604      Branch: perl
1605            + ext/List/Util/t/00version.t
1606            ! MANIFEST ext/List/Util/Changes
1607 ____________________________________________________________________________
1608 [ 26211] By: stevep                                on 2005/11/26  11:50:17
1609         Log: Upgrade to Digest-MD5-2.35
1610      Branch: perl
1611            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1612            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1613            ! ext/Digest/MD5/t/files.t
1614 ____________________________________________________________________________
1615 [ 26210] By: stevep                                on 2005/11/26  11:40:57
1616         Log: Actually update one of the files from the previous change.
1617      Branch: perl
1618            ! lib/Digest.pm
1619 ____________________________________________________________________________
1620 [ 26209] By: stevep                                on 2005/11/26  11:38:02
1621         Log: Upgrade to Digest-1.14
1622      Branch: perl
1623            ! lib/Digest.pm lib/Digest/Changes
1624 ____________________________________________________________________________
1625 [ 26208] By: stevep                                on 2005/11/26  02:56:26
1626         Log: Just be explicit about $TZ.  
1627      Branch: perl
1628            ! ext/POSIX/t/time.t
1629 ____________________________________________________________________________
1630 [ 26207] By: stevep                                on 2005/11/26  02:32:10
1631         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
1632              on OpenBSD.
1633      Branch: perl
1634            ! ext/POSIX/t/time.t
1635 ____________________________________________________________________________
1636 [ 26206] By: stevep                                on 2005/11/26  01:31:24
1637         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
1638              but I don't expect any black smokes because of testing on OpenBSD,
1639              Linux, Win32, an Cygwin.
1640      Branch: perl
1641            + ext/POSIX/t/time.t
1642            ! MANIFEST ext/B/t/b.t
1643 ____________________________________________________________________________
1644 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
1645         Log: Move report_uninit() and its static supporting functions to the end of
1646              sv.c, so that they are not sandwiched between the two halves of the
1647              SV allocation code. However, the diff looks far more evil than it
1648              should given that this is just moving a single albeit large hunk.
1649      Branch: perl
1650            ! sv.c
1651 ____________________________________________________________________________
1652 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
1653         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
1654              From: demerphq <demerphq@gmail.com>
1655              Date: Fri, 25 Nov 2005 13:57:38 +0100
1656              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
1657      Branch: perl
1658            ! pod/perlpod.pod
1659 ____________________________________________________________________________
1660 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
1661         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1662              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1663              Date: Fri, 25 Nov 2005 00:19:35 +0900
1664              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
1665              
1666              Date: Fri, 25 Nov 2005 01:18:17 +0900
1667              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
1668      Branch: perl
1669            ! universal.c utf8.c
1670 ____________________________________________________________________________
1671 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
1672         Log: Document new perldoc -L switch
1673              
1674              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
1675              From: Enrico Sorcinelli <bepi@perl.it>
1676              Date: Thu, 24 Nov 2005 16:04:03 +0100
1677              Message-Id: <20051124160403.568a194b.bepi@perl.it>
1678      Branch: perl
1679            ! pod/perldoc.pod
1680 ____________________________________________________________________________
1681 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
1682         Log: Delete a README made redundant by change 26200.
1683      Branch: perl
1684            - wince/README.perlce
1685 ____________________________________________________________________________
1686 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
1687         Log: Subject: [PATCH @26198] perlce touches
1688              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
1689              Date: Nov 23, 2005 8:55 PM
1690              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
1691      Branch: perl
1692            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
1693            ! wince/wince.c
1694 ____________________________________________________________________________
1695 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
1696         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
1697              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1698              Date: Wed, 23 Nov 2005 17:57:34 +0900
1699              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
1700              
1701              And :
1702              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
1703              
1704              with some nits to use U8 instead of char more consistently
1705      Branch: perl
1706            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
1707 ____________________________________________________________________________
1708 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
1709         Log: Notes in perlstyle about POD formatting, by Sébastien
1710              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
1711      Branch: perl
1712            ! pod/perlstyle.pod
1713 ____________________________________________________________________________
1714 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
1715         Log: Note the URL describing the vast riches awaiting us.
1716      Branch: perl
1717            ! t/lib/1_compile.t
1718 ____________________________________________________________________________
1719 [ 26196] By: davem                                 on 2005/11/22  16:52:24
1720         Log: include PERL_TRACK_MEMPOOL in perl -V output
1721      Branch: perl
1722            ! perl.c
1723 ____________________________________________________________________________
1724 [ 26195] By: davem                                 on 2005/11/22  16:32:42
1725         Log: perl segfaults on reversed array reference
1726              
1727              The 'for (reverse @a)' optimisation got its index wrong when
1728              create LVALUE SVs for undef elements
1729      Branch: perl
1730            ! pp_ctl.c pp_hot.c t/op/loopctl.t
1731 ____________________________________________________________________________
1732 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
1733         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
1734              From: Robin Houston <robin@cpan.org>
1735              Date: Tue, 22 Nov 2005 13:28:17 +0000
1736              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
1737      Branch: perl
1738            ! pod/perlfunc.pod
1739 ____________________________________________________________________________
1740 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
1741         Log: Use the system's free to dealloc a PV allocated by the system
1742              (more precisely by libgdbm.) See :
1743              
1744              Subject: GDBM_file realloc failures
1745              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
1746              Date: Mon, 21 Nov 2005 18:22:00 +0100
1747              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
1748      Branch: perl
1749            ! ext/GDBM_File/GDBM_File.xs
1750 ____________________________________________________________________________
1751 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
1752         Log: Subject: Re: [PATCH] concat interacts badly with magic
1753              From: Robin Houston <robin@cpan.org>
1754              Date: Tue, 22 Nov 2005 14:07:27 +0000
1755              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
1756              
1757              (new version of patch for bug #37722)
1758      Branch: perl
1759            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
1760            ! t/op/tie.t
1761 ____________________________________________________________________________
1762 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
1763         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
1764              From: Enrico Sorcinelli <bepi@perl.it>
1765              Date: Sun, 20 Nov 2005 10:20:51 +0100
1766              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
1767              
1768              Also, bump version number of Perldoc.
1769      Branch: perl
1770            ! lib/Pod/Perldoc.pm
1771 ____________________________________________________________________________
1772 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
1773         Log: Revert change #26185, which could have some unwanted side-effects.
1774              (lib/warnings.t had failures due to this patch.)
1775              Moreover Dave Mitchell correctly pointed out that [perl #37722]
1776              wasn't really a bug.
1777      Branch: perl
1778            ! pp_hot.c t/op/tie.t
1779 ____________________________________________________________________________
1780 [ 26189] By: merijn                                on 2005/11/22  06:33:05
1781         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
1782              From: "Jan Dubois" <jand@ActiveState.com>
1783              Date: Mon, 21 Nov 2005 21:35:51 -0800
1784              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
1785      Branch: perl
1786            ! win32/include/sys/socket.h
1787 ____________________________________________________________________________
1788 [ 26188] By: stevep                                on 2005/11/22  03:41:17
1789         Log: Subject: [PATCH] ff_chop.patch redux
1790              From: Andy Lester <andy@petdance.com>
1791              Date: Mon, 21 Nov 2005 21:16:14 -0600
1792              Message-ID: <20051122031614.GB19424@petdance.com>
1793      Branch: perl
1794            ! pp_ctl.c
1795 ____________________________________________________________________________
1796 [ 26187] By: stevep                                on 2005/11/22  03:37:30
1797         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
1798              From: "John E. Malmberg" <wb8tyw@qsl.net>
1799              Date: Mon, 21 Nov 2005 22:09:17 -0500
1800              Message-ID: <43828BDD.7080302@qsl.net>
1801      Branch: perl
1802            ! t/op/pat.t
1803 ____________________________________________________________________________
1804 [ 26186] By: stevep                                on 2005/11/22  03:32:04
1805         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
1806              From: "John E. Malmberg" <wb8tyw@qsl.net>
1807              Date: Mon, 21 Nov 2005 21:19:31 -0500
1808              Message-ID: <43828033.9040708@qsl.net>
1809      Branch: perl
1810            ! t/op/array.t
1811 ____________________________________________________________________________
1812 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
1813         Log: Subject: [PATCH] concat interacts badly with magic
1814              From: Robin Houston <robin@cpan.org>
1815              Date: Mon, 21 Nov 2005 17:03:39 +0000
1816              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
1817      Branch: perl
1818            ! pp_hot.c t/op/tie.t
1819 ____________________________________________________________________________
1820 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
1821         Log: Flip the sign of the value in body details offset, and change its type
1822              to size_t.
1823      Branch: perl
1824            ! sv.c
1825 ____________________________________________________________________________
1826 [ 26183] By: merijn                                on 2005/11/21  14:11:28
1827         Log: Thread failures on AIX (and others) caused by interleaved output
1828              
1829              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
1830              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
1831              Date: Sun, 20 Nov 2005 14:36 +0100
1832              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
1833      Branch: perl
1834            ! t/op/threads.t
1835 ____________________________________________________________________________
1836 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
1837         Log: Upgrade to Time::HiRes 1.83
1838      Branch: perl
1839            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1840            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
1841 ____________________________________________________________________________
1842 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
1843         Log: Eliminate two more strlen()s, by using the return value of sprintf().
1844      Branch: perl
1845            ! pp_ctl.c
1846 ____________________________________________________________________________
1847 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
1848         Log: Declarations must come first, or some compilers aren't happy.
1849              (spotted by Jarkko)
1850      Branch: perl
1851            ! ext/B/B.xs
1852 ____________________________________________________________________________
1853 [ 26178] By: stevep                                on 2005/11/20  02:41:01
1854         Log: Subject: [PATCH] Pulling ancient RCS comments
1855              From: Andy Lester <andy@petdance.com>
1856              Date: Sat, 19 Nov 2005 00:16:39 -0600
1857              Message-ID: <20051119061639.GA25086@petdance.com>
1858      Branch: perl
1859            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
1860            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
1861            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
1862            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
1863            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
1864            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
1865            ! t/op/read.t t/op/time.t t/op/unshift.t
1866 ____________________________________________________________________________
1867 [ 26177] By: stevep                                on 2005/11/20  02:31:10
1868         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
1869              From: "Jan Dubois" <jand@ActiveState.com>
1870              Date: Fri, 18 Nov 2005 11:38:24 -0800
1871              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
1872      Branch: perl
1873            ! perl.h util.c
1874 ____________________________________________________________________________
1875 [ 26176] By: stevep                                on 2005/11/19  19:14:42
1876         Log: Down with "warning: code has no effect"
1877      Branch: perl
1878            ! XSUB.h
1879 ____________________________________________________________________________
1880 [ 26175] By: stevep                                on 2005/11/19  18:06:14
1881         Log: Cleaning up some warnings generated by "gcc -W"
1882      Branch: perl
1883            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
1884            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
1885 ____________________________________________________________________________
1886 [ 26174] By: stevep                                on 2005/11/19  13:46:27
1887         Log: Upgrade to PathTools-3.14
1888      Branch: perl
1889            + lib/File/Spec/t/tmpdir.t
1890            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
1891            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
1892            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1893            ! lib/File/Spec/t/Spec.t
1894 ____________________________________________________________________________
1895 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
1896         Log: Norman observed that a couple of macros could make the body defintion
1897              table a lot more readable.
1898      Branch: perl
1899            ! sv.c
1900 ____________________________________________________________________________
1901 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
1902         Log: With -DPURFIY we change the flags so that everything is allocated
1903              directly. (Don't use arenas at all.) This seems a rather elegant way
1904              to simplify some of the code in sv.c by removing conditional
1905              compilation.
1906      Branch: perl
1907            ! sv.c
1908 ____________________________________________________________________________
1909 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
1910         Log: Map the HE arena onto SV type 0 (SVt_NULL).
1911              Abolish PL_he_root and PL_he_arenaroot.
1912      Branch: perl
1913            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
1914            ! sv.c sv.h
1915 ____________________________________________________________________________
1916 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
1917         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
1918      Branch: perl
1919            ! sv.c
1920 ____________________________________________________________________________
1921 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
1922         Log: sv_clear can manipulate the arena array directly too.
1923              Also, I think that we may have been "leaking" NV bodies in blead since
1924              25051. Oops. (Will not have been detectable except with -DPURIFY as
1925              the leak is not returning them as free to the arena)
1926      Branch: perl
1927            ! sv.c
1928 ____________________________________________________________________________
1929 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
1930         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
1931              zero as it's copying over the same sized structure. So change
1932              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
1933      Branch: perl
1934            ! sv.c
1935 ____________________________________________________________________________
1936 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
1937         Log: Merge the arms of the switch. The decision about what comes from an
1938              arena and what comes from malloc is now solely in the table.
1939      Branch: perl
1940            ! sv.c
1941 ____________________________________________________________________________
1942 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
1943         Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with
1944              sv_type, which is a constant variable with the same value.
1945      Branch: perl
1946            ! sv.c
1947 ____________________________________________________________________________
1948 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
1949         Log: Eliminate new_body_offset from sv_dup()
1950      Branch: perl
1951            ! sv.c
1952 ____________________________________________________________________________
1953 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
1954         Log: Merge the last remaining case duplication in sv_upgrade
1955      Branch: perl
1956            ! sv.c
1957 ____________________________________________________________________________
1958 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
1959         Log: Eliminate new_body_length from sv_upgrade
1960      Branch: perl
1961            ! sv.c
1962 ____________________________________________________________________________
1963 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
1964         Log: Eliminate new_body_offset from sv_upgrade
1965      Branch: perl
1966            ! sv.c
1967 ____________________________________________________________________________
1968 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
1969         Log: new_body_inline doesn't need to be passed the root, as it's already
1970              inferring the arenaroot directly from the passed-in type.
1971      Branch: perl
1972            ! sv.c
1973 ____________________________________________________________________________
1974 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
1975         Log: Tabs are still required in the MANIFEST
1976      Branch: perl
1977            ! MANIFEST
1978 ____________________________________________________________________________
1979 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
1980         Log: Add a flag to the body details of which types come from arenas.
1981              Update the allocation information for all the types.
1982              Add a new macro new_NOARENA() for allocating the non-arena types.
1983              Use calloc rather than malloc for the new_NOARENA so that the Zero()
1984              can be skipped.
1985      Branch: perl
1986            ! sv.c
1987 ____________________________________________________________________________
1988 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
1989         Log: Simplify the expression for the upgrade logic for SVt_IV.
1990              Replace the "can't happen" comment for SVt_PVIV with assertions
1991              that it didn't happen.
1992      Branch: perl
1993            ! sv.c
1994 ____________________________________________________________________________
1995 [ 26157] By: stevep                                on 2005/11/18  11:07:34
1996         Log: Adding README.linux to the MANIFEST
1997      Branch: perl
1998            ! MANIFEST
1999 ____________________________________________________________________________
2000 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
2001         Log: const and static for the const static private table.
2002              Replace the "upgrade" special case for SVt_PV with assertions as it's
2003              not been needed since we forced *up*grades.
2004      Branch: perl
2005            ! sv.c
2006 ____________________________________________________________________________
2007 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
2008         Log: Rename sv_upgrade's parameter mt to new_type.
2009      Branch: perl
2010            ! sv.c
2011 ____________________________________________________________________________
2012 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
2013         Log: Subject: Dumpvalue doc patch
2014              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2015              Date: Fri, 18 Nov 2005 03:42:52 +0100
2016              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
2017      Branch: perl
2018            ! lib/Dumpvalue.pm
2019 ____________________________________________________________________________
2020 [ 26153] By: stevep                                on 2005/11/18  00:54:53
2021         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
2022              compilers of Linux.
2023      Branch: perl
2024            + README.linux
2025            ! hints/linux.sh
2026 ____________________________________________________________________________
2027 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
2028         Log: All that can be in the first switch statement of sv_upgrade is now
2029              table driven. The shrinking continues on the morrow.
2030      Branch: perl
2031            ! sv.c
2032 ____________________________________________________________________________
2033 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
2034         Log: "Can you see what it is yet?"
2035              Next steps towards making as much as possible table driven.
2036      Branch: perl
2037            ! sv.c
2038 ____________________________________________________________________________
2039 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
2040         Log: Add the size of the structure to copy as a field in the per type
2041              data table.
2042      Branch: perl
2043            ! sv.c
2044 ____________________________________________________________________________
2045 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
2046         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
2047              of structures.
2048      Branch: perl
2049            ! sv.c
2050 ____________________________________________________________________________
2051 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
2052         Log: Move the location of the definition of the arena slot used for pte
2053              into sv.h, to keep it in one central place.
2054              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
2055              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
2056      Branch: perl
2057            ! sv.c sv.h
2058 ____________________________________________________________________________
2059 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
2060         Log: Subject: [PATCH] Sort subs now in embed.fnc
2061              From: Andy Lester <andy@petdance.com>
2062              Date: Thu, 17 Nov 2005 07:53:38 -0600
2063              Message-ID: <20051117135338.GA31715@petdance.com>
2064      Branch: perl
2065            ! embed.fnc embed.h pp_sort.c proto.h
2066 ____________________________________________________________________________
2067 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
2068         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
2069              in that variable.
2070              Don't compile S_new_body with -DPURIFY
2071      Branch: perl
2072            ! sv.c
2073 ____________________________________________________________________________
2074 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
2075         Log: It's clearer to use "morphing" than "polymorphing" when
2076              describing what exec() does
2077      Branch: perl
2078            ! pod/perlmod.pod
2079 ____________________________________________________________________________
2080 [ 26144] By: stevep                                on 2005/11/17  00:18:31
2081         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
2082              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2083              Date: Wed, 16 Nov 2005 07:11:41 -0800
2084              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
2085      Branch: perl
2086            ! universal.c
2087 ____________________________________________________________________________
2088 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
2089         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
2090              Wanting sizeof(void) isn't even a compilation error with -ansi
2091              -pedantic. Just a warning. Lame! I'm going to send it back for a full
2092              refund. Hateful software.
2093      Branch: perl
2094            ! sv.c
2095 ____________________________________________________________________________
2096 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
2097         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
2098              an erroneous remaining reference to PL_pte_root to correct.
2099      Branch: perl
2100            ! embedvar.h intrpvar.h perlapi.h sv.c
2101 ____________________________________________________________________________
2102 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
2103         Log: Subject: Re: eliminate discreet arenaroots
2104              From: Jim Cromie <jim.cromie@gmail.com>
2105              Message-ID: <4378E5B0.3010708@gmail.com>
2106              Date: Mon, 14 Nov 2005 12:29:52 -0700
2107      Branch: perl
2108            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
2109 ____________________________________________________________________________
2110 [ 26140] By: merijn                                on 2005/11/16  19:26:13
2111         Log: Subject: [PATCH @26137] for wince
2112              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
2113              Date: Wed, 16 Nov 2005 20:57:13 +0300
2114              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
2115      Branch: perl
2116            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
2117            ! wince/wince.c
2118 ____________________________________________________________________________
2119 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
2120         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
2121              From: hv@crypt.org
2122              Date: Wed, 16 Nov 2005 14:54:55 +0000
2123              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
2124      Branch: perl
2125            ! regexec.c t/op/re_tests
2126 ____________________________________________________________________________
2127 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
2128         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
2129              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2130              Date: Wed, 09 Nov 2005 02:12:00 +0900
2131              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
2132      Branch: perl
2133            ! doop.c t/op/bop.t
2134 ____________________________________________________________________________
2135 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
2136         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
2137              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2138              Date: Sun, 13 Nov 2005 16:01:02 -0800
2139              Message-ID: <20051114000102.GA5556@efn.org>
2140      Branch: perl
2141            ! Makefile.SH
2142 ____________________________________________________________________________
2143 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
2144         Log: Remove the two register keywords from auto variables that PERL_POSION
2145              wants to take the address of.
2146      Branch: perl
2147            ! hv.c scope.c
2148 ____________________________________________________________________________
2149 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
2150         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
2151              (by using the union pointer to chain the freed heads together)
2152      Branch: perl
2153            ! sv.c
2154 ____________________________________________________________________________
2155 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
2156         Log: Mark all places where perl needs to look at a possibly-freed scalar
2157              with a macro SvIS_FREED(sv)
2158      Branch: perl
2159            ! av.c mg.c op.c pad.c pp_hot.c sv.h
2160 ____________________________________________________________________________
2161 [ 26131] By: stevep                                on 2005/11/14  17:31:59
2162         Log: Removed reference to the non-existent C<Opcode::Custom>.
2163      Branch: perl
2164            ! pod/perlguts.pod
2165 ____________________________________________________________________________
2166 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
2167         Log: The warning "Field too wide in 'u' format in pack" was emitted even
2168              when pack warnings were not enabled
2169      Branch: perl
2170            ! pp_pack.c
2171 ____________________________________________________________________________
2172 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
2173         Log: Provide a crude way for specifying the command line for
2174              make test.valgrind
2175      Branch: perl
2176            ! Makefile.SH t/TEST
2177 ____________________________________________________________________________
2178 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
2179         Log: A better fix for [perl #35847] File::Find not performing as documented,
2180              suggested by Darren Dunham. Includes a fix to the code example that
2181              uses File::Find in perlfaq3.
2182      Branch: perl
2183            ! lib/File/Find.pm pod/perlfaq3.pod
2184 ____________________________________________________________________________
2185 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
2186         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
2187      Branch: perl
2188            ! autodoc.pl
2189 ____________________________________________________________________________
2190 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
2191         Log: Fix indentation of apidoc for sv_2pvutf8
2192              (so perlapi.pod is correctly generated)
2193      Branch: perl
2194            ! pod/perlapi.pod sv.c
2195 ____________________________________________________________________________
2196 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
2197         Log: Suppress gcc warnings when ignoring the return value of io_close(),
2198              as suggested by Gisle Aas.
2199      Branch: perl
2200            ! embed.fnc proto.h
2201 ____________________________________________________________________________
2202 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
2203         Log: Subject: [PATCH] Missing ; in Storable.xs
2204              From: Gisle Aas <gisle@ActiveState.com>
2205              Date: 14 Nov 2005 02:32:14 -0800
2206              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
2207      Branch: perl
2208            ! ext/Storable/Storable.xs
2209 ____________________________________________________________________________
2210 [ 26120] By: steveh                                on 2005/11/14  09:39:48
2211         Log: Subject: [PATCH] Compress::Zlib
2212              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2213              Date: Sun, 13 Nov 2005 17:09:08 -0000
2214              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
2215      Branch: perl
2216            ! ext/Compress/Zlib/Zlib.pm
2217            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
2218            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
2219            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
2220            ! ext/Compress/Zlib/t/09gziphdr.t
2221 ____________________________________________________________________________
2222 [ 26119] By: steveh                                on 2005/11/14  09:39:02
2223         Log: Fix code-before-declaration in boot_Storable added by 26107
2224      Branch: perl
2225            ! ext/Storable/Storable.xs
2226 ____________________________________________________________________________
2227 [ 26118] By: stevep                                on 2005/11/14  01:13:16
2228         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
2229              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2230              Date: Sun, 13 Nov 2005 16:00:49 -0800
2231              Message-ID: <20051114000049.GA7676@efn.org>
2232      Branch: perl
2233            ! utils/perlbug.PL
2234 ____________________________________________________________________________
2235 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
2236         Log: Fix breakages that prevended -DPERL_POISON from compiling.
2237      Branch: perl
2238            ! handy.h sv.h
2239 ____________________________________________________________________________
2240 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
2241         Log: Integrate:
2242              [ 26108]
2243              BEGIN blocks should start a new stack, as they can be called as a
2244              side effect of "regular" Perl API calls within subroutines that have
2245              already cached the current stack's address. If they don't, any stack
2246              extension during the call may move the stack, rendering that cached
2247              value invalid without the cachee realising. (For example, PP code
2248              calling gv_fetchpv() which triggers a load of Errno.pm)
2249      Branch: perl
2250           !> op.c
2251 ____________________________________________________________________________
2252 [ 26107] By: stevep                                on 2005/11/13  00:40:25
2253         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
2254              From: Gisle Aas <gisle@ActiveState.com>
2255              Date: 12 Nov 2005 13:13:23 -0800
2256              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
2257      Branch: perl
2258            + ext/Storable/t/file_magic.t
2259            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
2260            ! ext/Storable/Storable.xs
2261 ____________________________________________________________________________
2262 [ 26103] By: stevep                                on 2005/11/12  20:44:16
2263         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
2264              into the module release, I bumped the version number and added the
2265              missing code.
2266      Branch: perl
2267            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
2268 ____________________________________________________________________________
2269 [ 26101] By: stevep                                on 2005/11/12  19:46:18
2270         Log: Subject: [perl #37657] segfault with binmode ":pop"
2271              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2272              Date: Fri, 11 Nov 2005 06:36:20 -0800
2273              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
2274      Branch: perl
2275            ! perlio.c
2276 ____________________________________________________________________________
2277 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
2278         Log: Make B's tests skip correctly when PerlIO is not configured.
2279      Branch: perl
2280            ! ext/B/t/concise-xs.t ext/B/t/concise.t
2281 ____________________________________________________________________________
2282 [ 26099] By: stevep                                on 2005/11/12  16:59:49
2283         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
2284              From: Andy Lester <andy@petdance.com>
2285              Date: Fri, 11 Nov 2005 17:20:30 -0600
2286              Message-ID: <20051111232030.GA882@petdance.com>
2287      Branch: perl
2288            ! mathoms.c perl.c
2289 ____________________________________________________________________________
2290 [ 26096] By: stevep                                on 2005/11/12  15:41:09
2291         Log: Andy Lester maintains Locale::Maketext now.
2292      Branch: perl
2293            ! Porting/Maintainers.pl
2294 ____________________________________________________________________________
2295 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
2296         Log: Change 26063 got one conditional the wrong way round.
2297      Branch: perl
2298            ! ext/B/B/Bytecode.pm
2299 ____________________________________________________________________________
2300 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
2301         Log: Make the removal of references to AvFLAGS in the B modules conditional
2302              on perl version.
2303      Branch: perl
2304            ! ext/B/B/C.pm ext/B/B/Debug.pm
2305 ____________________________________________________________________________
2306 [ 26090] By: stevep                                on 2005/11/11  22:47:06
2307         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
2308              Netdb_host_t is a macro that for a const pointer.
2309      Branch: perl
2310            ! pp_sys.c
2311 ____________________________________________________________________________
2312 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
2313         Log: 26085 was wrong. Undo it.
2314              (I suspect that I got this wrong because more changes have been made
2315              in blead subsequent to the change I was attempting to merge in, and
2316              and jiggled around with the number of tests)
2317      Branch: perl
2318            ! ext/B/t/concise-xs.t
2319 ____________________________________________________________________________
2320 [ 26088] By: stevep                                on 2005/11/11  16:44:39
2321         Log: Subject: [PATCH] DB_File 1.814
2322              From: Paul Marquess <Paul.Marquess@ntlworld.com>
2323              Date: Fri, 11 Nov 2005 12:09:55 -0000
2324              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
2325      Branch: perl
2326            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2327            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2328 ____________________________________________________________________________
2329 [ 26087] By: stevep                                on 2005/11/11  16:17:03
2330         Log: Subject: [PATCH] Storable 0.1 compatibility
2331              From: Gisle Aas <gisle@ActiveState.com> 
2332              Date: 11 Nov 2005 05:42:29 -0800 
2333              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
2334              
2335              Also added an entry in the main MANIFEST file for the new test and 
2336              a version bump in Storable.pm.
2337      Branch: perl
2338            + ext/Storable/t/compat01.t
2339            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
2340            ! ext/Storable/Storable.xs
2341 ____________________________________________________________________________
2342 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
2343         Log: Correct the version-dependant expression for the number of tests, as it
2344              is now giving the wrong number for 5.8.x
2345      Branch: perl
2346            ! ext/B/t/concise-xs.t
2347 ____________________________________________________________________________
2348 [ 26082] By: stevep                                on 2005/11/11  04:55:56
2349         Log: Subject: [PATCH] Const & local: Special Victims Unit
2350              From: Andy Lester <andy@petdance.com>
2351              Date: Thu, 10 Nov 2005 22:47:00 -0600
2352              Message-ID: <20051111044700.GA24161@petdance.com>
2353      Branch: perl
2354            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
2355            ! util.c
2356 ____________________________________________________________________________
2357 [ 26081] By: stevep                                on 2005/11/11  03:27:35
2358         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
2359      Branch: perl
2360            ! ext/Encode/Encode.pm
2361 ____________________________________________________________________________
2362 [ 26080] By: stevep                                on 2005/11/11  03:18:11
2363         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
2364      Branch: perl
2365            ! lib/English.pm
2366 ____________________________________________________________________________
2367 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
2368         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
2369              From: Dominic Dunlop <domo@computer.org>
2370              Date: Thu, 10 Nov 2005 18:10:00 +0100
2371              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
2372      Branch: perl
2373            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
2374 ____________________________________________________________________________
2375 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
2376         Log: Patch by Ilya Zakharevich to give more meaningful error
2377              messages from if.pm when invoked with a condition in list
2378              context. Also bump if's VERSION.
2379      Branch: perl
2380            ! lib/if.pm
2381 ____________________________________________________________________________
2382 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
2383         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
2384              (that is, before embed.h, that uses this symbol, is included)
2385      Branch: perl
2386            ! perl.h
2387 ____________________________________________________________________________
2388 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
2389         Log: Subject: [perl #35847] File::Find not performing as documented 
2390              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
2391              Date: 17 May 2005 10:40:08 -0000
2392              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
2393      Branch: perl
2394            ! lib/File/Find.pm
2395 ____________________________________________________________________________
2396 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
2397         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
2398              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
2399              Date: Thu, 10 Nov 2005 04:31:39 -0800
2400              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
2401      Branch: perl
2402            ! perlio.c
2403 ____________________________________________________________________________
2404 [ 26074] By: stevep                                on 2005/11/10  12:22:43
2405         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
2406              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
2407              Date: Tue, 01 Nov 2005 15:22:45 -0800
2408              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
2409      Branch: perl
2410            ! utils/h2ph.PL
2411 ____________________________________________________________________________
2412 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
2413         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
2414              From: Steven Schubiger <schubiger@cpan.org>
2415              Date: Mon, 31 Oct 2005 22:48:27 +0100
2416              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
2417      Branch: perl
2418            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
2419            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
2420            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
2421            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
2422            ! pod/perlxs.pod
2423 ____________________________________________________________________________
2424 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
2425         Log: Really apply change #26071.
2426      Branch: perl
2427            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
2428            ! wince/config_sh.PL
2429 ____________________________________________________________________________
2430 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
2431         Log: Subject: [PATCH @26062] wince patch
2432              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
2433              Date: Wed, 9 Nov 2005 20:22:52 +0300 
2434              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
2435      Branch: perl
2436            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
2437            ! wince/config_sh.PL
2438 ____________________________________________________________________________
2439 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
2440         Log: Add tests for two untested syntax error messages about \N
2441      Branch: perl
2442            ! t/comp/parser.t
2443 ____________________________________________________________________________
2444 [ 26069] By: steveh                                on 2005/11/10  08:41:53
2445         Log: Make Perl_seed public
2446              
2447              Fixes Win32 linker error in List::Util introduced by change #26054
2448      Branch: perl
2449            ! embed.fnc embed.h global.sym
2450 ____________________________________________________________________________
2451 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
2452         Log: Subject: [PATCH] blead@26052 Symbian update
2453              From: <jarkko.hietaniemi@nokia.com>
2454              Date: Wed, 9 Nov 2005 17:45:07 +0200
2455              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
2456      Branch: perl
2457            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
2458            ! symbian/sdk.pl symbian/sisify.pl
2459 ____________________________________________________________________________
2460 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
2461         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
2462              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
2463              Fixed by opening with :bytes.
2464      Branch: perl
2465            ! ext/Encode/t/perlio.t
2466 ____________________________________________________________________________
2467 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
2468         Log: I/O is UTF-8, not "UNICODE"
2469      Branch: perl
2470            ! t/io/layers.t
2471 ____________________________________________________________________________
2472 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
2473         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
2474              change 25925 had the side effect of breaking t/io/utf8.t
2475              Fixed by adding the missing binmode()s.
2476      Branch: perl
2477            ! t/io/utf8.t
2478 ____________________________________________________________________________
2479 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
2480         Log: Better diagnostics from io/utf8.t
2481      Branch: perl
2482            ! t/io/utf8.t
2483 ____________________________________________________________________________
2484 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
2485         Log: Make the Bytecode changes conditional on perl version.
2486      Branch: perl
2487            ! ext/B/B/Bytecode.pm
2488 ____________________________________________________________________________
2489 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
2490         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
2491              From: Graham Barr <gbarr@pobox.com>
2492              Date: Wed, 9 Nov 2005 06:09:48 -0600
2493              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
2494      Branch: perl
2495            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
2496            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
2497            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
2498            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
2499            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
2500            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
2501            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
2502            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
2503            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
2504 ____________________________________________________________________________
2505 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
2506         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
2507              case.
2508      Branch: perl
2509            ! op.c
2510 ____________________________________________________________________________
2511 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
2512         Log: Add a comment about possible future refactoring of the pad code.
2513      Branch: perl
2514            ! pad.c
2515 ____________________________________________________________________________
2516 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
2517         Log: Remove superfluous strlen() from pp_require().
2518      Branch: perl
2519            ! pp_ctl.c
2520 ____________________________________________________________________________
2521 [ 26058] By: stevep                                on 2005/11/09  10:45:57
2522         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
2523      Branch: perl
2524            ! perl.c
2525 ____________________________________________________________________________
2526 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
2527         Log: Don't declare a function inside another function
2528      Branch: perl
2529            ! perl.c
2530 ____________________________________________________________________________
2531 [ 26056] By: merijn                                on 2005/11/09  09:54:28
2532         Log: Subject: Configure setting patchlevel broken
2533              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2534              Date: Fri, 14 Oct 2005 00:33:29 -0700
2535              Message-ID: <20051014073329.GA3236@efn.org>
2536      Branch: perl
2537            ! Configure
2538 ____________________________________________________________________________
2539 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
2540         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
2541              From: Robin Houston <robin@cpan.org>
2542              Date: Tue, 8 Nov 2005 19:02:34 +0000
2543              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
2544      Branch: perl
2545            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
2546            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
2547            ! ext/List/Util/t/reduce.t pod/perlcall.pod
2548 ____________________________________________________________________________
2549 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
2550         Log: Subject: patch@26052 - compile rule for mathoms.c
2551              From: "John E. Malmberg" <wb8tyw@qsl.net>
2552              Date: Tue, 08 Nov 2005 23:09:03 -0500
2553              Message-ID: <4371765F.1000900@qsl.net>
2554      Branch: perl
2555            ! vms/descrip_mms.template
2556 ____________________________________________________________________________
2557 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
2558         Log: It helps to actually *remove* the now-superfluous strlen().
2559              (An addendum to 26050.)
2560      Branch: perl
2561            ! toke.c
2562 ____________________________________________________________________________
2563 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
2564         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
2565              function makes the object code slightly smaller.
2566      Branch: perl
2567            ! util.c
2568 ____________________________________________________________________________
2569 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
2570         Log: Eliminate some unnecessary strlen()s
2571      Branch: perl
2572            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
2573 ____________________________________________________________________________
2574 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
2575         Log: Eliminate duplicate strlen()s by explicitly calling it.
2576              Note two places for future audit with FIXME.
2577              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
2578      Branch: perl
2579            ! pp_ctl.c
2580 ____________________________________________________________________________
2581 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
2582         Log: 3 calls to strlen() we can avoid.
2583      Branch: perl
2584            ! doio.c
2585 ____________________________________________________________________________
2586 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
2587         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
2588              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2589              Date: Tue, 8 Nov 2005 08:46:42 -0800
2590              Message-ID: <20051108164642.GD7972@efn.org>
2591      Branch: perl
2592            ! pod/perl561delta.pod pod/perl56delta.pod
2593 ____________________________________________________________________________
2594 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
2595         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
2596              its presence changes structure sizes.
2597      Branch: perl
2598            ! perl.c
2599 ____________________________________________________________________________
2600 [ 26045] By: stevep                                on 2005/11/08  14:24:39
2601         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2602              Subject: Re: A surprising segfault
2603              Date: Tue, 08 Nov 2005 23:36:13 +0900
2604              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
2605      Branch: perl
2606            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
2607 ____________________________________________________________________________
2608 [ 26044] By: steveh                                on 2005/11/08  10:16:56
2609         Log: Remove an unused variable left over from change #26041
2610      Branch: perl
2611            ! win32/win32.c
2612 ____________________________________________________________________________
2613 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
2614         Log: Subject: Re: C<undef %::> considered harmful
2615              From: Benjamin Sugars <bsugars@canoe.ca>
2616              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
2617              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
2618              
2619              except the part that increases the refcount of PL_stderrgv, already
2620              fixed separately.
2621      Branch: perl
2622            ! perl.c
2623 ____________________________________________________________________________
2624 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
2625         Log: Upgrade to CPAN 1.76_65
2626      Branch: perl
2627            - lib/CPAN/Admin.pm
2628            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
2629            ! lib/CPAN/t/version.t
2630 ____________________________________________________________________________
2631 [ 26041] By: merijn                                on 2005/11/08  06:29:56
2632         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
2633              From: "Jan Dubois" <jand@ActiveState.com>
2634              Date: Mon, 7 Nov 2005 20:39:02 -0800
2635              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
2636      Branch: perl
2637            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
2638            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
2639 ____________________________________________________________________________
2640 [ 26040] By: stevep                                on 2005/11/08  00:41:51
2641         Log: Updated perldiag.pod entry for "Can't use subscript..."
2642      Branch: perl
2643            ! pod/perldiag.pod
2644 ____________________________________________________________________________
2645 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
2646         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
2647              of the 4. Not that any are that popular.)
2648      Branch: perl
2649            ! mathoms.c opcode.h opcode.pl pp.c
2650 ____________________________________________________________________________
2651 [ 26038] By: stevep                                on 2005/11/07  18:35:47
2652         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
2653              From: shouldbedomo@mac.com (Dominic Dunlop)
2654              Date: Mon, 7 Nov 2005 18:24:50 +0100
2655              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
2656              
2657              README.macosx updates
2658      Branch: perl
2659            ! README.macosx
2660 ____________________________________________________________________________
2661 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
2662         Log: s/Nick Clark/Nicholas Clark/
2663      Branch: perl
2664            ! Changes Changes5.8 doio.c t/op/lc.t
2665 ____________________________________________________________________________
2666 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
2667         Log: For each test function, test it as is, and with extra data appended
2668              after each test character.
2669      Branch: perl
2670            ! t/uni/case.pl
2671 ____________________________________________________________________________
2672 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
2673         Log: The rarely used lcfirst and ucfirst share almost all their code.
2674              Merge the two as pp_ucfirst.
2675      Branch: perl
2676            ! mathoms.c opcode.h opcode.pl pp.c
2677 ____________________________________________________________________________
2678 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
2679         Log: Fix bug #37628 (both lcfirst and ucfirst)
2680      Branch: perl
2681            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
2682 ____________________________________________________________________________
2683 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
2684         Log: Subject: [PATCH] Cleaning up x2p directory
2685              From: Andy Lester <andy@petdance.com>
2686              Date: Fri, 4 Nov 2005 15:13:55 -0600
2687              Message-ID: <20051104211355.GB12651@petdance.com>
2688      Branch: perl
2689            - x2p/proto.h
2690            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
2691            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
2692            ! x2p/util.h x2p/walk.c
2693 ____________________________________________________________________________
2694 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
2695         Log: Subject: [PATCH] Missing static declarations 
2696              From: Gisle Aas <gisle@ActiveState.com>
2697              Date: 05 Nov 2005 05:08:03 -0800
2698              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
2699      Branch: perl
2700            ! genpacksizetables.pl pp_pack.c
2701 ____________________________________________________________________________
2702 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
2703         Log: Remove CPAN.pm's META.yml.
2704              Add CPAN.pm's SIGNATURE in MANIFEST.
2705      Branch: perl
2706            - lib/CPAN/META.yml
2707            ! MANIFEST
2708 ____________________________________________________________________________
2709 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
2710         Log: Subject: [PATCH] Symbian update blead@26025
2711              From: <jarkko.hietaniemi@nokia.com>
2712              Date: Mon, 7 Nov 2005 13:32:15 +0200
2713              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
2714      Branch: perl
2715            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
2716            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
2717            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
2718            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
2719            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
2720            + symbian/ext/Moped/Msg/bld.inf
2721            + symbian/ext/Moped/Msg/location.pl
2722            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
2723            - symbian/PerlAppUIQ.rss
2724            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
2725            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
2726            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
2727            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
2728            ! symbian/symbian_utils.cpp symbian/symbianish.h
2729            ! symbian/xsbuild.pl
2730 ____________________________________________________________________________
2731 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
2732         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
2733      Branch: perl
2734            + lib/CPAN/Admin.pm
2735            ! MANIFEST
2736 ____________________________________________________________________________
2737 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
2738         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
2739              From: Andy Lester <andy@petdance.com>
2740              Date: Fri, 4 Nov 2005 15:12:56 -0600
2741              Message-ID: <20051104211256.GA12651@petdance.com>
2742      Branch: perl
2743            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
2744            ! universal.c utf8.c util.c
2745 ____________________________________________________________________________
2746 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
2747         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
2748              From: "Chris Heath via RT" <perlbug-followup@perl.org>
2749              Date: Sun, 06 Nov 2005 20:08:05 -0800
2750              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
2751      Branch: perl
2752            ! cop.h
2753 ____________________________________________________________________________
2754 [ 26026] By: merijn                                on 2005/11/07  08:14:59
2755         Log: Subject: [PATCH] follow up on 25969 for VMS
2756              From: Abe Timmerman <abe@ztreet.demon.nl>
2757              Date: Sat, 5 Nov 2005 13:29:58 +0200
2758              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
2759      Branch: perl
2760            ! vms/vms.c vms/vmsish.h
2761 ____________________________________________________________________________
2762 [ 26025] By: stevep                                on 2005/11/07  03:42:53
2763         Log: Added note to README.macosx regarding failures from broken locale
2764              files.
2765      Branch: perl
2766            ! README.macosx
2767 ____________________________________________________________________________
2768 [ 26024] By: stevep                                on 2005/11/07  02:58:31
2769         Log: Fix documentation for gmtime().
2770      Branch: perl
2771            ! pod/perlfunc.pod
2772 ____________________________________________________________________________
2773 [ 26023] By: stevep                                on 2005/11/06  20:18:23
2774         Log: Upgrade to CPAN-1.76_61
2775      Branch: perl
2776            + lib/CPAN/PAUSE2005.pub
2777            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
2778            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
2779            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
2780            ! lib/CPAN/t/version.t
2781 ____________________________________________________________________________
2782 [ 26022] By: stevep                                on 2005/11/06  19:16:54
2783         Log: Nits in the pp_defined code spotted by Jarkko.
2784      Branch: perl
2785            ! pp_hot.c
2786 ____________________________________________________________________________
2787 [ 26021] By: stevep                                on 2005/11/06  18:38:02
2788         Log: Upgrade to Time-HiRes-1.82
2789      Branch: perl
2790            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2791            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
2792            ! ext/Time/HiRes/t/HiRes.t
2793 ____________________________________________________________________________
2794 [ 26020] By: merijn                                on 2005/11/06  07:23:15
2795         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
2796              From: "John E. Malmberg" <wb8tyw@qsl.net>
2797              Date: Sat, 05 Nov 2005 21:28:33 -0500
2798              Message-ID: <436D6A51.5040700@qsl.net>
2799      Branch: perl
2800            ! configure.com
2801 ____________________________________________________________________________
2802 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
2803         Log: Make the 5.9 changes to B conditional on perl version.
2804      Branch: perl
2805            ! ext/B/B.pm ext/B/B.xs
2806 ____________________________________________________________________________
2807 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
2808         Log: '[at]' should be '@'
2809              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
2810      Branch: perl
2811            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
2812            ! lib/CPAN/t/version.t
2813 ____________________________________________________________________________
2814 [ 26017] By: stevep                                on 2005/11/05  14:49:11
2815         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
2816              is passed in.
2817      Branch: perl
2818            ! pp_hot.c
2819 ____________________________________________________________________________
2820 [ 26016] By: stevep                                on 2005/11/05  13:44:10
2821         Log: Upgrade to CPAN-1.76_60.
2822      Branch: perl
2823            + lib/CPAN/Version.pm lib/CPAN/t/version.t
2824            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
2825            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
2826 ____________________________________________________________________________
2827 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
2828         Log: Allow passing of the full enum name into the tryAMAGICbin family of
2829              macros, to avoid needing C pre-processor string concatenation within
2830              the lowest level expansion.
2831      Branch: perl
2832            ! pp.c pp.h
2833 ____________________________________________________________________________
2834 [ 26014] By: stevep                                on 2005/11/05  12:55:47
2835         Log: Upgrade to Time-HiRes-1.81
2836      Branch: perl
2837            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2838            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
2839 ____________________________________________________________________________
2840 [ 26013] By: merijn                                on 2005/11/05  11:38:32
2841         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
2842              From: Abe Timmerman <abe@ztreet.demon.nl>
2843              Date: Sat, 5 Nov 2005 11:26:33 +0200
2844              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
2845      Branch: perl
2846            ! configure.com
2847 ____________________________________________________________________________
2848 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
2849         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
2850              (noticed by Robin Houston)
2851      Branch: perl
2852            ! pod/perlcall.pod
2853 ____________________________________________________________________________
2854 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
2855         Log: Subject: Re: A surprising segfault
2856              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2857              Date: Nov 5, 2005 5:54 AM
2858              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
2859      Branch: perl
2860            ! pp.c pp_sort.c pp_sys.c
2861 ____________________________________________________________________________
2862 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
2863         Log: dorassign doesn't need --SP;
2864      Branch: perl
2865            ! pp_hot.c
2866 ____________________________________________________________________________
2867 [ 26009] By: davem                                 on 2005/11/05  01:57:23
2868         Log: pp_print didn't extend the stack before pushing its return value
2869      Branch: perl
2870            ! pp_hot.c
2871 ____________________________________________________________________________
2872 [ 26008] By: stevep                                on 2005/11/05  01:39:51
2873         Log: Typos in opcode.pl this time.
2874      Branch: perl
2875            ! opcode.h opcode.pl
2876 ____________________________________________________________________________
2877 [ 26007] By: stevep                                on 2005/11/05  01:36:17
2878         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
2879              pp_or, and pp_defined, respectively.
2880      Branch: perl
2881            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
2882 ____________________________________________________________________________
2883 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
2884         Log: s/printf/my_printf/ because we're using the return value.
2885              My mistake spotted by Gisle.
2886      Branch: perl
2887            ! regcomp.c
2888 ____________________________________________________________________________
2889 [ 26005] By: stevep                                on 2005/11/04  21:41:43
2890         Log: s/pp_dor/pp_defined/
2891      Branch: perl
2892            ! mathoms.c
2893 ____________________________________________________________________________
2894 [ 26004] By: stevep                                on 2005/11/04  21:39:44
2895         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
2896              This change has also caused pp_defined to be promoted to being a hot
2897              op.
2898      Branch: perl
2899            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
2900 ____________________________________________________________________________
2901 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
2902         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
2903      Branch: perl
2904            ! sv.c
2905 ____________________________________________________________________________
2906 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
2907         Log: You can't there from here. (Dead code in sv_2pv_flags)
2908      Branch: perl
2909            ! sv.c
2910 ____________________________________________________________________________
2911 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
2912         Log: Use the return value from sprintf().
2913      Branch: perl
2914            ! regcomp.c taint.c universal.c util.c
2915 ____________________________________________________________________________
2916 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
2917         Log: pp_semop can fit within Perl_pp_shmwrite().
2918      Branch: perl
2919            ! mathoms.c opcode.h opcode.pl pp_sys.c
2920 ____________________________________________________________________________
2921 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
2922         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
2923              which is actually already 50% syswrite.
2924      Branch: perl
2925            ! mathoms.c opcode.h opcode.pl pp_sys.c
2926 ____________________________________________________________________________
2927 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
2928         Log: Revert patch #25993.
2929      Branch: perl
2930            ! regexec.c t/op/pat.t
2931 ____________________________________________________________________________
2932 [ 25997] By: steveh                                on 2005/11/04  17:23:49
2933         Log: Fix a Win32 linker error following change #25972
2934      Branch: perl
2935            ! pp_sys.c
2936 ____________________________________________________________________________
2937 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
2938         Log: Subject: [PATCH] use clearenv if available
2939              From: Alan Burlison <Alan.Burlison@sun.com>
2940              Date: Fri, 04 Nov 2005 16:33:30 +0000
2941              Message-ID: <436B8D5A.4010502@sun.com>
2942      Branch: perl
2943            ! embed.fnc embed.h mg.c proto.h sv.c util.c
2944 ____________________________________________________________________________
2945 [ 25995] By: merijn                                on 2005/11/04  16:30:03
2946         Log: Subject: Re: futimes [PATCH]
2947              From: Steve Peters <steve@fisharerojo.org>
2948              Date: Fri, 4 Nov 2005 09:00:25 -0600
2949              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
2950      Branch: perl
2951            ! Configure
2952 ____________________________________________________________________________
2953 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
2954         Log: Subject: [perl #19049] Incorrect $` after replacement
2955              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2956              Date: Fri, 04 Nov 2005 08:17:25 +0100
2957              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
2958      Branch: perl
2959            ! regexec.c t/op/pat.t
2960 ____________________________________________________________________________
2961 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
2962         Log: Subject: Re: [PATCH] sort/multicall patch
2963              From: Robin Houston <robin@cpan.org>
2964              Date: Fri, 4 Nov 2005 15:20:29 +0000
2965              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
2966      Branch: perl
2967            ! pp_ctl.c t/op/sort.t
2968 ____________________________________________________________________________
2969 [ 25991] By: stevep                                on 2005/11/04  15:10:44
2970         Log: Subject: Re: Configure -Dno_mathoms
2971              From: gisle@ActiveState.com (Gisle Aas)
2972              Date: 01 Nov 2005 03:27:49 -0800
2973              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
2974      Branch: perl
2975            ! mathoms.c perl.c
2976 ____________________________________________________________________________
2977 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
2978         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
2979              "Perfection is achieved not when there's nothing more to add,
2980              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
2981      Branch: perl
2982            ! mathoms.c opcode.h opcode.pl pp_sys.c
2983 ____________________________________________________________________________
2984 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
2985         Log: Once more, with feeling.
2986              [Mmm, has someone been swapping the coffee for decaf?]
2987              [Actual cause - make sure the edited version of the file is in the
2988              correct directory]
2989      Branch: perl
2990            ! pod/perldiag.pod
2991 ____________________________________________________________________________
2992 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
2993         Log: Meta-oops. Change 25987 was not the change you were looking for.
2994      Branch: perl
2995            ! pod/perldiag.pod
2996 ____________________________________________________________________________
2997 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
2998         Log: Oops. This new panic was meant to be added to the documented
2999              diagnostics.
3000      Branch: perl
3001            ! pod/perldiag.pod
3002 ____________________________________________________________________________
3003 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
3004         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
3005              with Perl_pp_ftrread().
3006      Branch: perl
3007            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
3008            ! pp_sys.c
3009 ____________________________________________________________________________
3010 [ 25985] By: stevep                                on 2005/11/04  12:02:51
3011         Log: Upgrade to Time-HiRes-1.80
3012      Branch: perl
3013            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3014            ! ext/Time/HiRes/HiRes.xs
3015 ____________________________________________________________________________
3016 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
3017         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
3018      Branch: perl
3019            ! pp_sys.c
3020 ____________________________________________________________________________
3021 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
3022         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
3023              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
3024              with the other 3 implemented in terms of it.
3025      Branch: perl
3026            ! pp_sys.c
3027 ____________________________________________________________________________
3028 [ 25982] By: merijn                                on 2005/11/04  09:16:53
3029         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
3030              From: Andy Lester <andy@petdance.com>
3031              Date: Fri, 4 Nov 2005 00:37:54 -0600
3032              Message-ID: <20051104063753.GA3863@petdance.com>
3033      Branch: perl
3034            ! pp_sys.c
3035 ____________________________________________________________________________
3036 [ 25981] By: stevep                                on 2005/11/04  00:10:21
3037         Log: Upgrade to Time-HiRes 1.79
3038      Branch: perl
3039            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3040            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
3041 ____________________________________________________________________________
3042 [ 25980] By: stevep                                on 2005/11/03  21:23:48
3043         Log: Reverting the reversion.  va_end() goes with va_start().
3044      Branch: perl
3045            ! mg.c
3046 ____________________________________________________________________________
3047 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
3048         Log: Fix test failures introduced by the change of flags on op_sort
3049      Branch: perl
3050            ! ext/B/t/f_sort.t
3051 ____________________________________________________________________________
3052 [ 25978] By: stevep                                on 2005/11/03  20:28:20
3053         Log: Upgrade to Time-HiRes-1.78
3054      Branch: perl
3055            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3056            ! ext/Time/HiRes/t/HiRes.t
3057 ____________________________________________________________________________
3058 [ 25977] By: stevep                                on 2005/11/03  17:27:58
3059         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
3060              was that line about Jenga again?
3061      Branch: perl
3062            ! mg.c
3063 ____________________________________________________________________________
3064 [ 25976] By: stevep                                on 2005/11/03  17:14:17
3065         Log: Missing va_end(args) from SA_SIGINFO related code.
3066      Branch: perl
3067            ! mg.c
3068 ____________________________________________________________________________
3069 [ 25975] By: stevep                                on 2005/11/03  16:00:12
3070         Log: Test for the right signal should use the constant for that signal.
3071      Branch: perl
3072            ! ext/POSIX/t/sigaction.t
3073 ____________________________________________________________________________
3074 [ 25974] By: stevep                                on 2005/11/03  15:07:26
3075         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
3076      Branch: perl
3077            ! t/io/fs.t
3078 ____________________________________________________________________________
3079 [ 25973] By: stevep                                on 2005/11/03  14:56:25
3080         Log: More core test cleanups.  Mainly fixes to remove code that caused 
3081              warnings, but there were a few bug fixes that were hidden by 
3082              no using warnings.
3083      Branch: perl
3084            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
3085            ! t/io/read.t t/io/tell.t
3086 ____________________________________________________________________________
3087 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
3088         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
3089              but the actual finished code is not as bad as it seems.
3090      Branch: perl
3091            ! mathoms.c opcode.h opcode.pl pp_sys.c
3092 ____________________________________________________________________________
3093 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
3094         Log: Document some bogus compiler warnings in README.solaris
3095              
3096              Subject: Re: Why is malloc_wrap now the default?
3097              From: Alan Burlison <Alan.Burlison@sun.com>
3098              Date: Thu, 03 Nov 2005 12:54:16 +0000
3099              Message-ID: <436A0878.1030703@sun.com>
3100      Branch: perl
3101            ! README.solaris
3102 ____________________________________________________________________________
3103 [ 25970] By: stevep                                on 2005/11/03  11:37:31
3104         Log: Upgrade to Time-HiRes-1.77
3105      Branch: perl
3106            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3107            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3108            ! ext/Time/HiRes/fallback/const-c.inc
3109            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
3110 ____________________________________________________________________________
3111 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
3112         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
3113              ingroup() is a boolean flag, not a GID or UID.
3114      Branch: perl
3115            ! doio.c embed.fnc proto.h
3116 ____________________________________________________________________________
3117 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
3118         Log: Avoiding source code duplication for the lstat() on filehandle %s
3119              warning also makes the object code slightly smaller.
3120      Branch: perl
3121            ! pp_sys.c
3122 ____________________________________________________________________________
3123 [ 25967] By: stevep                                on 2005/11/03  02:09:30
3124         Log: Clean up some test files.
3125      Branch: perl
3126            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
3127            ! t/io/through.t
3128 ____________________________________________________________________________
3129 [ 25966] By: stevep                                on 2005/11/03  01:45:45
3130         Log: Make harness warning-free when running with -Mdiagnostics
3131      Branch: perl
3132            ! t/harness
3133 ____________________________________________________________________________
3134 [ 25965] By: stevep                                on 2005/11/02  22:37:48
3135         Log: Test case should not execute /no_such_process if it does exist.
3136      Branch: perl
3137            ! t/io/pipe.t
3138 ____________________________________________________________________________
3139 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
3140         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
3141      Branch: perl
3142            ! mathoms.c opcode.h opcode.pl pp_sys.c
3143 ____________________________________________________________________________
3144 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
3145         Log: Move the conditonal compiles that report absence of kill and chown
3146              from pp_kill() and pp_chown() into apply().
3147      Branch: perl
3148            ! doio.c pp_sys.c
3149 ____________________________________________________________________________
3150 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
3151         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
3152      Branch: perl
3153            ! mathoms.c opcode.h opcode.pl pp_sys.c
3154 ____________________________________________________________________________
3155 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
3156         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
3157              Perl_pp_ftrowned
3158      Branch: perl
3159            ! mathoms.c opcode.h opcode.pl pp_sys.c
3160 ____________________________________________________________________________
3161 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
3162         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
3163              flag that it needed a target (OP_FTIS)
3164      Branch: perl
3165            ! pp_sys.c
3166 ____________________________________________________________________________
3167 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
3168         Log: Correct error in 25958 for threaded builds.
3169      Branch: perl
3170            ! mathoms.c
3171 ____________________________________________________________________________
3172 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
3173         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
3174      Branch: perl
3175            ! mathoms.c opcode.h opcode.pl pp_sys.c
3176 ____________________________________________________________________________
3177 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
3178         Log: Remove last sort test, that was failing with and without threads.
3179              Silence some warnings.
3180      Branch: perl
3181            ! t/op/sort.t
3182 ____________________________________________________________________________
3183 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
3184         Log: Adjust test count
3185      Branch: perl
3186            ! ext/B/t/concise-xs.t
3187 ____________________________________________________________________________
3188 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
3189         Log: Add missing file from change 25953
3190      Branch: perl
3191            + ext/List/Util/multicall.h
3192 ____________________________________________________________________________
3193 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
3194         Log: Regen headers
3195      Branch: perl
3196            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
3197 ____________________________________________________________________________
3198 [ 25953] By: merijn                                on 2005/11/02  12:49:54
3199         Log: Subject: [PATCH] sort/multicall patch
3200              From: Robin Houston <robin@cpan.org>
3201              Date: Sat, 29 Oct 2005 21:33:07 +0100
3202              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
3203      Branch: perl
3204            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
3205            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3206            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
3207            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
3208            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
3209            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
3210            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
3211            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
3212            ! thrdvar.h
3213 ____________________________________________________________________________
3214 [ 25952] By: steveh                                on 2005/11/02  09:41:25
3215         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
3216              From: "Paul Marquess" <paul.marquess@ntlworld.com>
3217              Date: Tue, 1 Nov 2005 17:05:38 -0000
3218              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
3219      Branch: perl
3220            ! t/op/stat.t win32/win32.c
3221 ____________________________________________________________________________
3222 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
3223         Log: Subject: Re: futimes [PATCH]
3224              From: Gisle Aas <gisle@ActiveState.com>
3225              Date: 01 Nov 2005 00:02:37 -0800
3226              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
3227      Branch: perl
3228            ! t/io/fs.t
3229 ____________________________________________________________________________
3230 [ 25950] By: stevep                                on 2005/11/02  04:59:47
3231         Log: Ambiguous test cases may be hazardous to your health.
3232      Branch: perl
3233            ! t/op/list.t
3234 ____________________________________________________________________________
3235 [ 25949] By: stevep                                on 2005/11/02  04:54:52
3236         Log: Lowercase barewords considered harmful to your health.
3237      Branch: perl
3238            ! t/io/fs.t
3239 ____________________________________________________________________________
3240 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
3241         Log: Subject: [PATCH] perlio.c consting
3242              From: Andy Lester <andy@petdance.com>
3243              Date: Oct 31, 2005 6:54 PM
3244              Message-ID: <20051031175411.GA18480@petdance.com>
3245      Branch: perl
3246            ! op.c perlio.c
3247 ____________________________________________________________________________
3248 [ 25947] By: steveh                                on 2005/11/01  17:20:18
3249         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
3250      Branch: perl
3251            ! perl.h
3252 ____________________________________________________________________________
3253 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
3254         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
3255      Branch: perl
3256            ! embed.fnc embed.h proto.h
3257 ____________________________________________________________________________
3258 [ 25945] By: steveh                                on 2005/11/01  10:33:48
3259         Log: Make PerlLIOUtime()'s filename const
3260              
3261              Fixes a warning brought about by change #25941 (which made the
3262              filename argument const).
3263              The various implementations of PerlLIOUtime() (in NetWare/, win32/
3264              and wince/) already take a const filename.
3265      Branch: perl
3266            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
3267            ! win32/perlhost.h wince/perlhost.h
3268 ____________________________________________________________________________
3269 [ 25944] By: steveh                                on 2005/11/01  08:45:09
3270         Log: Fix nit in pod nit fix
3271      Branch: perl
3272            ! pod/perlhack.pod
3273 ____________________________________________________________________________
3274 [ 25943] By: steveh                                on 2005/11/01  08:39:32
3275         Log: Update win32 config files w.r.t. change #25935
3276      Branch: perl
3277            ! win32/config.bc win32/config.gc win32/config.vc
3278            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
3279            ! win32/config_H.vc win32/config_H.vc64
3280 ____________________________________________________________________________
3281 [ 25942] By: stevep                                on 2005/10/31  23:46:01
3282         Log: Upgrade to DB_File 1.813.
3283      Branch: perl
3284            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3285            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
3286 ____________________________________________________________________________
3287 [ 25941] By: merijn                                on 2005/10/31  22:15:01
3288         Log: Subject: futimes [PATCH]
3289              From: Gisle Aas <gisle@ActiveState.com>
3290              Date: 31 Oct 2005 13:53:53 -0800
3291              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
3292      Branch: perl
3293            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
3294 ____________________________________________________________________________
3295 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
3296         Log: All the ops that are simply C<return some_other_op();> can be bypassed
3297              in the op dispatch table, and the bodies retired.
3298      Branch: perl
3299            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
3300 ____________________________________________________________________________
3301 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
3302         Log: Simplify the implementation of the "unimplemented" message in the
3303              conditionally compiled ops.
3304      Branch: perl
3305            ! pp_sys.c
3306 ____________________________________________________________________________
3307 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
3308         Log: Further pod nit spotted by Jarkko
3309      Branch: perl
3310            ! pod/perlhack.pod
3311 ____________________________________________________________________________
3312 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
3313         Log: Replace the 3 currently "unreachable" ops with a single op body
3314              unimplemented_op() that panics descriptively if ever reached.
3315      Branch: perl
3316            ! opcode.h opcode.pl pod/perldiag.pod pp.c
3317 ____________________________________________________________________________
3318 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
3319         Log: Add "moving common filetest code to a static function" to the todo.
3320      Branch: perl
3321            ! pod/perltodo.pod
3322 ____________________________________________________________________________
3323 [ 25935] By: merijn                                on 2005/10/31  17:50:05
3324         Log: revive probe for futimes ()
3325      Branch: perl
3326            ! Configure Porting/Glossary config_h.SH handy.h
3327 ____________________________________________________________________________
3328 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
3329         Log: A B::Deparse fix from :
3330              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
3331              From: Bas van Sisseren <bas@quarantainenet.nl>
3332              Date: Wed, 26 Oct 2005 13:59:42 +0200
3333              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
3334      Branch: perl
3335            ! ext/B/B/Deparse.pm
3336 ____________________________________________________________________________
3337 [ 25933] By: merijn                                on 2005/10/31  16:25:23
3338         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
3339              From: <jarkko.hietaniemi@nokia.com>
3340              Date: Mon, 31 Oct 2005 18:38:42 +0200
3341              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
3342      Branch: perl
3343            + symbian/PerlAppUIQ.rss
3344            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
3345            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
3346            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
3347            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
3348 ____________________________________________________________________________
3349 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
3350         Log: Avoid corruption when calling mg_get to retrieve the value
3351              of a $digit variable. This is done by ensuring it's not
3352              tainted.
3353              See http://bugs.debian.org/303308
3354              Patch by Chris Heath <chris.heath@autoweb.net>
3355      Branch: perl
3356            ! mg.c
3357 ____________________________________________________________________________
3358 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
3359         Log: maddingue prefers this e-mail address.
3360      Branch: perl
3361            ! AUTHORS
3362 ____________________________________________________________________________
3363 [ 25930] By: merijn                                on 2005/10/31  16:18:03
3364         Log: Try to preserve the lost opcode alias info in comments
3365              extent to change #25929
3366      Branch: perl
3367            ! opcode.h opcode.pl
3368 ____________________________________________________________________________
3369 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
3370         Log: It appears that it's trivially easy to alias opcode functions in
3371              the opcode table. We should be able to get both a speed and size
3372              saving here. Time will tell how much.
3373      Branch: perl
3374            ! opcode.h opcode.pl
3375 ____________________________________________________________________________
3376 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
3377         Log: Add maddingue to AUTHORS
3378      Branch: perl
3379            ! AUTHORS
3380 ____________________________________________________________________________
3381 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
3382         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
3383              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3384              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
3385              Date: Sun, 30 Oct 2005 23:52:41 +0100
3386              
3387              with tweaks by chromatic and me.
3388      Branch: perl
3389            ! lib/ExtUtils/Constant.pm
3390 ____________________________________________________________________________
3391 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
3392         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
3393      Branch: perl
3394            ! embed.fnc embed.h proto.h utf8.c utf8.h
3395 ____________________________________________________________________________
3396 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
3397         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
3398              Also, correct the documentation in open.pm that stated
3399              that open() did not override open.pm-given default encodings.
3400      Branch: perl
3401            ! lib/open.pm perlio.c
3402 ____________________________________________________________________________
3403 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
3404         Log: Perl_csighandler was in global.sym twice.
3405      Branch: perl
3406            ! global.sym
3407 ____________________________________________________________________________
3408 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
3409         Log: Arrange to only output each symbol once into global.sym
3410      Branch: perl
3411            ! embed.pl
3412 ____________________________________________________________________________
3413 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
3414         Log: Tests for index/rindex with empty search string,
3415              adapted from a patch by Rick Delaney
3416      Branch: perl
3417            ! t/op/index.t
3418 ____________________________________________________________________________
3419 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
3420         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
3421              systems, and not on EBCDIC, so some more thinking is going to be
3422              needed here.
3423      Branch: perl
3424            ! mathoms.c utf8.c
3425 ____________________________________________________________________________
3426 [ 25920] By: stevep                                on 2005/10/31  11:58:08
3427         Log: Coverage stats showed that there were no tests for taking a slice
3428              from ().
3429      Branch: perl
3430            ! t/op/list.t
3431 ____________________________________________________________________________
3432 [ 25919] By: steveh                                on 2005/10/31  11:53:05
3433         Log: Change some spaces to tabs for easier diffing against config_h.SH
3434      Branch: perl
3435            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3436            ! win32/config_H.vc64
3437 ____________________________________________________________________________
3438 [ 25918] By: steveh                                on 2005/10/31  11:30:15
3439         Log: Fixed threaded builds following change 25916
3440      Branch: perl
3441            ! pp_hot.c
3442 ____________________________________________________________________________
3443 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
3444         Log: POD nit spotted by Jarkko
3445      Branch: perl
3446            ! pod/perlhack.pod
3447 ____________________________________________________________________________
3448 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
3449         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
3450      Branch: perl
3451            ! pp_hot.c
3452 ____________________________________________________________________________
3453 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
3454         Log: Subject: [PATCH] Etta James presents: More consting
3455              From: Andy Lester <andy@petdance.com>
3456              Date: Sun, 30 Oct 2005 23:44:13 -0600
3457              Message-ID: <20051031054413.GA10767@petdance.com>
3458      Branch: perl
3459            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
3460            ! pp_sys.c sv.c toke.c universal.c util.c
3461 ____________________________________________________________________________
3462 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
3463         Log: Subject: [PATCH] S_tokereport's unused parm
3464              From: Andy Lester <andy@petdance.com>
3465              Date: Mon, 31 Oct 2005 00:04:59 -0600
3466              Message-ID: <20051031060459.GC10767@petdance.com>
3467      Branch: perl
3468            ! embed.fnc embed.h proto.h toke.c
3469 ____________________________________________________________________________
3470 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
3471         Log: Regenerate perlapi.pod
3472      Branch: perl
3473            ! pod/perlapi.pod
3474 ____________________________________________________________________________
3475 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
3476         Log: Robin Houston remarks that mention of a context is missing from the
3477              threads.pm documentation.
3478      Branch: perl
3479            ! ext/threads/threads.pm
3480 ____________________________________________________________________________
3481 [ 25911] By: stevep                                on 2005/10/31  03:51:08
3482         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
3483              used on Cygwin, at least.
3484      Branch: perl
3485            ! mathoms.c perlio.c
3486 ____________________________________________________________________________
3487 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
3488         Log: const const bad bad.
3489              gcc bad bad too, because it didn't grumble one bit. (or two, for that
3490              matter).
3491      Branch: perl
3492            ! utf8.c
3493 ____________________________________________________________________________
3494 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
3495         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
3496      Branch: perl
3497            ! utf8.c
3498 ____________________________________________________________________________
3499 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
3500         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
3501              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
3502      Branch: perl
3503            ! utf8.c
3504 ____________________________________________________________________________
3505 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
3506         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
3507              function S_is_utf8_common.
3508      Branch: perl
3509            ! utf8.c
3510 ____________________________________________________________________________
3511 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
3512         Log: Given that sv_nosharing performs the same function as sv_nolocking
3513              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
3514              to initialise all 3 variables, and elimiate the other two.
3515              For some reason all 3 are listed as being in the public API. Daft.
3516      Branch: perl
3517            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
3518 ____________________________________________________________________________
3519 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
3520         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
3521              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
3522      Branch: perl
3523            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
3524 ____________________________________________________________________________
3525 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
3526         Log: global.sym appears to have become out of date. Oops.
3527      Branch: perl
3528            ! global.sym
3529 ____________________________________________________________________________
3530 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
3531         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
3532              argument to is_utf8_string_loc(). Correct the description of its
3533              parameters in its POD.
3534      Branch: perl
3535            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
3536 ____________________________________________________________________________
3537 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
3538         Log: Fix typos in comments.
3539      Branch: perl
3540            ! utf8.c
3541 ____________________________________________________________________________
3542 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
3543         Log: Functions that die aren't exactly well used code.
3544              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
3545      Branch: perl
3546            ! mathoms.c op.c pp.c pp_ctl.c
3547 ____________________________________________________________________________
3548 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
3549         Log: save_hints is a mathom.
3550      Branch: perl
3551            ! mathoms.c op.c
3552 ____________________________________________________________________________
3553 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
3554         Log: I infer that change 25891 as-is would break OS2. This should fix it.
3555      Branch: perl
3556            ! perl.h
3557 ____________________________________________________________________________
3558 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
3559         Log: init_i18nl14n is a mathom.
3560      Branch: perl
3561            ! locale.c mathoms.c
3562 ____________________________________________________________________________
3563 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
3564         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
3565              old body to mathoms.c
3566      Branch: perl
3567            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
3568 ____________________________________________________________________________
3569 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
3570         Log: Fix win32 breakage inadvertently introduced by 25889
3571      Branch: perl
3572            ! perl.h
3573 ____________________________________________________________________________
3574 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
3575         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
3576              an extra 0 argument. Move the old body to mathoms.c
3577      Branch: perl
3578            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
3579 ____________________________________________________________________________
3580 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
3581         Log: Fix typo in comment.
3582      Branch: perl
3583            ! hv.c
3584 ____________________________________________________________________________
3585 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
3586         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
3587              with the extra TRUE argument.
3588      Branch: perl
3589            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
3590 ____________________________________________________________________________
3591 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
3592         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
3593              Maybe we should just remove this appendix.
3594      Branch: perl
3595            ! doio.c mathoms.c
3596 ____________________________________________________________________________
3597 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
3598         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
3599              0 arguments. Move the old body to mathoms.c
3600      Branch: perl
3601            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3602 ____________________________________________________________________________
3603 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
3604         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
3605              0 arguments. Move the old body to mathoms.c
3606      Branch: perl
3607            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3608 ____________________________________________________________________________
3609 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
3610         Log: Replace do_open() with a macro to call do_openn() with the extra two
3611              0 paramters. Move the old body to mathoms.c.
3612      Branch: perl
3613            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
3614 ____________________________________________________________________________
3615 [ 25888] By: stevep                                on 2005/10/30  04:20:45
3616         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
3617              From: Bram <perl-rt@wizbit.be>
3618              Date: Thu, 04 Aug 2005 23:55:33 +0200
3619              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
3620      Branch: perl
3621            ! lib/warnings.pm warnings.pl
3622 ____________________________________________________________________________
3623 [ 25887] By: stevep                                on 2005/10/29  22:37:50
3624         Log: Subject: Re: [PATCH] predecrement vs postdecrement
3625              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3626              Date: Sat, 29 Oct 2005 23:24:33 +0300
3627              Message-ID: <4363DA81.6060600@gmail.com>
3628              
3629              Nit in pod/perlhack.pod
3630      Branch: perl
3631            ! pod/perlhack.pod
3632 ____________________________________________________________________________
3633 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
3634         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
3635              sv_setpviv followed by SvSETMAGIC.
3636      Branch: perl
3637            ! sv.c
3638 ____________________________________________________________________________
3639 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
3640         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
3641              mathoms.c
3642      Branch: perl
3643            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3644 ____________________________________________________________________________
3645 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
3646         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
3647              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
3648              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
3649              respectively.
3650      Branch: perl
3651            ! sv.c sv.h
3652 ____________________________________________________________________________
3653 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
3654         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
3655              with terse macros, and the function bodies retired.
3656      Branch: perl
3657            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3658 ____________________________________________________________________________
3659 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
3660         Log: All the private implementations of @foo for compilers that can't do
3661              complex macro expansions became dead wood sometime around 5.7.3
3662              (Don't tell Otava this)
3663      Branch: perl
3664            ! mathoms.c sv.c
3665 ____________________________________________________________________________
3666 [ 25881] By: stevep                                on 2005/10/29  15:34:22
3667         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
3668              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
3669              Date: 2 Jul 2004 11:32:12 -0000
3670              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
3671              
3672              Also, a version bump to Storable.pm.
3673      Branch: perl
3674            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3675            ! ext/Storable/t/dclone.t
3676 ____________________________________________________________________________
3677 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
3678         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
3679              Remove duplicate declaration of Perl_sv_2uv
3680      Branch: perl
3681            ! mathoms.c sv.c
3682 ____________________________________________________________________________
3683 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
3684         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
3685      Branch: perl
3686            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3687 ____________________________________________________________________________
3688 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
3689         Log: Replace sv_unref with a macro that calls sv_unref_flags
3690      Branch: perl
3691            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3692 ____________________________________________________________________________
3693 [ 25877] By: stevep                                on 2005/10/29  14:33:30
3694         Log: Oops, missed an sv_force_normal()
3695      Branch: perl
3696            ! mg.c
3697 ____________________________________________________________________________
3698 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
3699         Log: sv_taint() can easily be replaced by a macro.
3700      Branch: perl
3701            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
3702 ____________________________________________________________________________
3703 [ 25875] By: stevep                                on 2005/10/29  14:14:25
3704         Log: Change to use sv_force_normal_flags() directly, rather than calling
3705              sv_force_normal() to call sv_force_normal_flags().
3706      Branch: perl
3707            ! NetWare/sv_nw.c mg.c
3708 ____________________________________________________________________________
3709 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
3710         Log: A terser implementation of S_varname, by using and post-processing
3711              gv_fullname4
3712      Branch: perl
3713            ! sv.c
3714 ____________________________________________________________________________
3715 [ 25873] By: stevep                                on 2005/10/29  11:47:55
3716         Log: Additional mathoms from doio.c
3717      Branch: perl
3718            ! doio.c mathoms.c
3719 ____________________________________________________________________________
3720 [ 25872] By: stevep                                on 2005/10/29  11:36:26
3721         Log: Coverage stats say av_fake() is a mathom too.
3722      Branch: perl
3723            ! av.c mathoms.c
3724 ____________________________________________________________________________
3725 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
3726         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
3727      Branch: perl
3728            ! gv.c mathoms.c
3729 ____________________________________________________________________________
3730 [ 25870] By: stevep                                on 2005/10/29  11:02:12
3731         Log: Subject: Re: [PATCH] predecrement vs postdecrement
3732              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3733              Date: Sat, 29 Oct 2005 11:52:25 +0300
3734              Message-ID: <43633849.6060809@gmail.com>
3735      Branch: perl
3736            ! regcomp.c
3737 ____________________________________________________________________________
3738 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
3739         Log: gv_fullname and gv_efullname are definately mathoms.
3740      Branch: perl
3741            ! gv.c mathoms.c
3742 ____________________________________________________________________________
3743 [ 25868] By: stevep                                on 2005/10/28  23:38:35
3744         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
3745              From: Brendan O'Dea <bod@debian.org>
3746              Date: Sat, 29 Oct 2005 07:14:40 +1000
3747              Message-ID: <20051028211440.GA23305@londo.c47.org>
3748      Branch: perl
3749            ! lib/perl5db.pl
3750 ____________________________________________________________________________
3751 [ 25867] By: stevep                                on 2005/10/28  21:12:35
3752         Log: Makefiles like tabs, not spaces.
3753      Branch: perl
3754            ! win32/Makefile win32/makefile.mk
3755 ____________________________________________________________________________
3756 [ 25866] By: stevep                                on 2005/10/28  21:09:31
3757         Log: Add a new file, mathoms.c, to hold old code kept around for binary
3758              compatability with previous versions of Perl.  Change also includes
3759              various Makefile changes to compile the new file and link it into 
3760              libperl.
3761      Branch: perl
3762            + mathoms.c
3763            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
3764            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
3765            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3766            ! wince/Makefile.ce
3767 ____________________________________________________________________________
3768 [ 25865] By: stevep                                on 2005/10/28  11:30:51
3769         Log: Check for changes in IO on CPAN.
3770      Branch: perl
3771            ! Porting/Maintainers.pl
3772 ____________________________________________________________________________
3773 [ 25864] By: stevep                                on 2005/10/28  11:21:48
3774         Log: gbarr is maintaining IO.
3775      Branch: perl
3776            ! Porting/Maintainers.pl
3777 ____________________________________________________________________________
3778 [ 25863] By: stevep                                on 2005/10/28  10:48:32
3779         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
3780      Branch: perl
3781            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3782            ! win32/config_H.vc64
3783 ____________________________________________________________________________
3784 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
3785         Log: Use the return value from sprintf and avoid a call to strlen
3786      Branch: perl
3787            ! sv.c
3788 ____________________________________________________________________________
3789 [ 25861] By: stevep                                on 2005/10/27  11:13:50
3790         Log: Subject: Re: IO::File performace issue
3791              From: gisle@ActiveState.com (Gisle Aas)
3792              Date: 27 Oct 2005 01:00:39 -0700
3793              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
3794              
3795              Also includes a version bump for IO::File.
3796      Branch: perl
3797            ! ext/IO/lib/IO/File.pm
3798 ____________________________________________________________________________
3799 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
3800         Log: Change 25850 failed to include all changed headers
3801      Branch: perl
3802            ! embed.h proto.h
3803 ____________________________________________________________________________
3804 [ 25859] By: stevep                                on 2005/10/27  01:55:08
3805         Log: Win32 fix for change #25850.  I don't know if this define will ever
3806              be used on Win32, but it does fix the problem at hand.
3807      Branch: perl
3808            ! win32/perlhost.h
3809 ____________________________________________________________________________
3810 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
3811         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
3812              From: "John E. Malmberg" <wb8tyw@qsl.net>
3813              Date: Wed, 26 Oct 2005 08:08:05 -0400
3814              Message-ID: <435F71A5.6030809@qsl.net>
3815      Branch: perl
3816            ! vms/vms.c
3817 ____________________________________________________________________________
3818 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
3819         Log: FAQ sync.
3820      Branch: perl
3821            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
3822            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3823            ! pod/perlfaq7.pod pod/perlfaq9.pod
3824 ____________________________________________________________________________
3825 [ 25856] By: merijn                                on 2005/10/26  12:37:47
3826         Log: Subject: [PATCH] Symbian: better Series 80 support
3827              From: <jarkko.hietaniemi@nokia.com>
3828              Date: Wed, 26 Oct 2005 15:50:08 +0300
3829              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
3830      Branch: perl
3831            + symbian/hexdump.pl
3832            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
3833            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
3834            ! symbian/sisify.pl
3835 ____________________________________________________________________________
3836 [ 25855] By: stevep                                on 2005/10/26  11:52:46
3837         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
3838      Branch: perl
3839            ! t/op/sprintf.t
3840 ____________________________________________________________________________
3841 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
3842         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
3843              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
3844              Date: Tue, 25 Oct 2005 08:11:42 +0200
3845              Message-id: <20051025061141.GA2256@ethan>
3846      Branch: perl
3847            ! pp.c
3848 ____________________________________________________________________________
3849 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
3850         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
3851              stringification, as removing the conversions saves time and code.
3852      Branch: perl
3853            ! util.c
3854 ____________________________________________________________________________
3855 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
3856         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
3857              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
3858              Date: Tue, 25 Oct 2005 15:27:28 -0700
3859              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
3860      Branch: perl
3861            ! perl.h
3862 ____________________________________________________________________________
3863 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
3864         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
3865              From: "John E. Malmberg" <wb8tyw@qsl.net>
3866              Date: Tue, 25 Oct 2005 13:36:20 -0400
3867              Message-ID: <435E6D14.7000104@qsl.net>
3868      Branch: perl
3869            ! perl.h vms/perlvms.pod
3870 ____________________________________________________________________________
3871 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
3872         Log: Most platforms don't actually need PL_pidstatus, or the associated
3873              .5K of code.
3874      Branch: perl
3875            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
3876            ! pp_sys.c sv.c util.c
3877 ____________________________________________________________________________
3878 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
3879         Log: Back out change #25839, and apply :
3880              
3881              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
3882              From: "John E. Malmberg" <wb8tyw@qsl.net>
3883              Date: Tue, 25 Oct 2005 11:09:37 -0400
3884              Message-ID: <435E4AB1.1000106@qsl.net>
3885      Branch: perl
3886            ! perl.c perl.h vms/perlvms.pod
3887 ____________________________________________________________________________
3888 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
3889         Log: Code in wait4pid was calling hv_delete with the hash iterator
3890              currently on that entry. On aggregate this does more work, beacuse
3891              the next call to hv_iterinit() would spot the flag, and have to call
3892              the delete routine, while in the meantime any new entries can't
3893              re-use that memory.
3894      Branch: perl
3895            ! util.c
3896 ____________________________________________________________________________
3897 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
3898         Log: t/TEST should require Time::HiRes only when it uses it.
3899              This fixes minitest.
3900      Branch: perl
3901            ! t/TEST
3902 ____________________________________________________________________________
3903 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
3904         Log: Rediff the Makefile.SH patch for cross-compilation.
3905              (this doesn't mean it works, though.)
3906      Branch: perl
3907            ! Cross/Makefile.SH.patch
3908 ____________________________________________________________________________
3909 [ 25845] By: stevep                                on 2005/10/25  11:56:53
3910         Log: Upgrade to Time-HiRes-1.76
3911      Branch: perl
3912            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3913            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3914            ! ext/Time/HiRes/t/HiRes.t
3915 ____________________________________________________________________________
3916 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
3917         Log: Remove remaining references to mv-if-diff
3918      Branch: perl
3919            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
3920 ____________________________________________________________________________
3921 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
3922         Log: Oops. the trick is to edit Makefile.SH
3923      Branch: perl
3924            ! Makefile.SH
3925 ____________________________________________________________________________
3926 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
3927         Log: Subject: [PATCH] remove mv-if-diff
3928              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
3929              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
3930              Date: Mon, 24 Oct 2005 19:32:57 +0200
3931              
3932              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
3933              this removal in MANIFEST)
3934      Branch: perl
3935            - mv-if-diff
3936            ! MANIFEST Makefile.SH
3937 ____________________________________________________________________________
3938 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
3939         Log: Replace all the strlen()s related to PL_pidstatus with the return
3940              value of my_sprintf
3941      Branch: perl
3942            ! util.c
3943 ____________________________________________________________________________
3944 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
3945         Log: Whoops. The Windows build is going to need to know that this symbol is
3946              defined.
3947      Branch: perl
3948            ! perl.c
3949 ____________________________________________________________________________
3950 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
3951         Log: Subject: VMS exit handling still broken, need some help.
3952              From: "John E. Malmberg" <wb8tyw@qsl.net>
3953              Date: Mon, 24 Oct 2005 01:34:41 -0400
3954              Message-ID: <435C7271.8070403@qsl.net>
3955      Branch: perl
3956            ! perl.c perl.h vms/vms.c
3957 ____________________________________________________________________________
3958 [ 25838] By: merijn                                on 2005/10/25  05:58:00
3959         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
3960              From: "John E. Malmberg" <wb8tyw@qsl.net>
3961              Date: Mon, 24 Oct 2005 23:37:46 -0400
3962              Message-ID: <435DA88A.90201@qsl.net>
3963      Branch: perl
3964            ! configure.com
3965 ____________________________________________________________________________
3966 [ 25837] By: merijn                                on 2005/10/24  23:35:40
3967         Log: Backport of changes #25831 and #25832. Re-order needed
3968              
3969              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
3970              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3971              Date: Mon, 24 Oct 2005 13:04:58 -0700
3972              Message-ID: <20051024200458.GC2312@efn.org>
3973      Branch: perl
3974            ! Configure config_h.SH
3975 ____________________________________________________________________________
3976 [ 25833] By: merijn                                on 2005/10/24  22:44:22
3977         Log: Subject: [PATCH] Compress::Zlib
3978              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3979              Date: Mon, 24 Oct 2005 23:19:48 +0100
3980              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
3981      Branch: perl
3982            ! ext/Compress/Zlib/Zlib.pm
3983            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
3984            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
3985            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3986            ! ext/Compress/Zlib/t/03zlib-v1.t
3987            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
3988 ____________________________________________________________________________
3989 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
3990         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
3991              places where we want to use the return value of sprintf. This allows
3992              a wrapper to be used for platforms where the C library isn't ANSI-
3993              conformant.
3994      Branch: perl
3995            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
3996            ! proto.h util.c
3997 ____________________________________________________________________________
3998 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
3999         Log: Add a probe for whether sprintf returns the length of the buffer.
4000              Update all the canned config.sh files.
4001              Assume that symbian and Win32 are all ANSI conformant, note that ARM
4002              Linux (ie glibc) will be, don't assume that any other platform is.
4003      Branch: perl
4004            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
4005            ! Porting/Glossary configure.com epoc/config.sh
4006            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
4007            ! win32/config.bc win32/config.gc win32/config.vc
4008            ! win32/config.vc64 wince/config.ce
4009 ____________________________________________________________________________
4010 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
4011         Log: Fix path in code example
4012      Branch: perl
4013            ! pod/perlfunc.pod
4014 ____________________________________________________________________________
4015 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
4016         Log: Subject: Re: do { EXPR for EXPR }
4017              From: Robin Houston <robin@cpan.org>
4018              Date: Sat, 22 Oct 2005 16:56:27 +0100
4019              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
4020      Branch: perl
4021            ! op.c t/cmd/mod.t
4022 ____________________________________________________________________________
4023 [ 25828] By: stevep                                on 2005/10/24  14:16:32
4024         Log: Update one of merijn's previous emails.
4025      Branch: perl
4026            ! Porting/checkAUTHORS.pl
4027 ____________________________________________________________________________
4028 [ 25827] By: craigb                                on 2005/10/23  22:17:44
4029         Log: Subject: [patch@25825] Fix st_ino compare to use real data.\r       From: "John E. Malmberg" <wb8tyw@qsl.net>\r      Date: Sun, 23 Oct 2005 17:46:46 -0400\r  Message-id: <435C04C6.2090405@qsl.net>\r
4030      Branch: perl
4031            ! vms/vms.c
4032 ____________________________________________________________________________
4033 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
4034         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
4035      Branch: perl
4036            ! perl.c
4037 ____________________________________________________________________________
4038 [ 25824] By: craigb                                on 2005/10/22  16:43:40
4039         Log: VMS threaded build fixes for things broken in #25783
4040      Branch: perl
4041            ! vms/vms.c vms/vmsish.h
4042 ____________________________________________________________________________
4043 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
4044         Log: use more 'const' in the Encode data structures.
4045      Branch: perl
4046            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
4047 ____________________________________________________________________________
4048 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
4049         Log: Turn NN to NULLOK for functions that have code to handle
4050              the ptr == NULL case and are currently called with NULL
4051              pointers. Having parameters tagged NN can make gcc optimize
4052              away the code for the NULL case, causing segfaults.
4053      Branch: perl
4054            ! embed.fnc proto.h
4055 ____________________________________________________________________________
4056 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
4057         Log: Mark more static Encode data structures as const.
4058      Branch: perl
4059            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
4060            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
4061 ____________________________________________________________________________
4062 [ 25820] By: stevep                                on 2005/10/21  21:54:01
4063         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
4064              perlref.pod.  Thanks for David Wheeler for starting the discussion
4065              and Paul Johnson for confirming that it could actually be done.
4066      Branch: perl
4067            ! pod/perlref.pod
4068 ____________________________________________________________________________
4069 [ 25819] By: merijn                                on 2005/10/21  15:49:00
4070         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
4071              From: <jarkko.hietaniemi@nokia.com>
4072              Date: Fri, 21 Oct 2005 17:15:23 +0300
4073              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
4074      Branch: perl
4075            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
4076            ! MANIFEST
4077 ____________________________________________________________________________
4078 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
4079         Log: Subject: allow "" as select bitmask [PATCH]
4080              From: Gisle Aas <gisle@ActiveState.com>
4081              Date: 21 Oct 2005 08:04:40 -0700
4082              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
4083      Branch: perl
4084            ! pp_sys.c t/op/sselect.t
4085 ____________________________________________________________________________
4086 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
4087         Log: Rewording of doc change #25812
4088      Branch: perl
4089            ! pod/perlsub.pod
4090 ____________________________________________________________________________
4091 [ 25815] By: merijn                                on 2005/10/21  14:12:37
4092         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
4093              From: <jarkko.hietaniemi@nokia.com>
4094              Date: Fri, 21 Oct 2005 17:15:23 +0300
4095              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
4096      Branch: perl
4097            - symbian/PerlApp.rss
4098 ____________________________________________________________________________
4099 [ 25814] By: merijn                                on 2005/10/21  14:12:10
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            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
4106            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
4107            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
4108            ! symbian/xsbuild.pl
4109 ____________________________________________________________________________
4110 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
4111         Log: Subject: wrong maxlen in sselect [PATCH]
4112              From: Gisle Aas <gisle@ActiveState.com>
4113              Date: 21 Oct 2005 05:24:30 -0700
4114              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
4115              
4116              Plus a regression test for the new warning.
4117      Branch: perl
4118            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
4119 ____________________________________________________________________________
4120 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
4121         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
4122              From: Xavier Noria <fxn@hashref.com>
4123              Date: Fri, 21 Oct 2005 08:43:12 +0200
4124              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
4125              
4126              (with minor tweaks)
4127      Branch: perl
4128            ! pod/perlsub.pod
4129 ____________________________________________________________________________
4130 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
4131         Log: Remove last remaining reference to vax11c
4132      Branch: perl
4133            ! x2p/a2p.h
4134 ____________________________________________________________________________
4135 [ 25810] By: craigb                                on 2005/10/20  22:38:36
4136         Log: Subject: [patch@25809]restore documented exit behavior\r    From: "John E. Malmberg" <wb8tyw@qsl.net>
4137              Date: Thu, 20 Oct 2005 18:21:20 -0400\r     Message-id: <43581860.3020108@qsl.net>\r
4138      Branch: perl
4139            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
4140 ____________________________________________________________________________
4141 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
4142         Log: Fix doc typo, by Gisle Aas
4143      Branch: perl
4144            ! lib/User/grent.pm
4145 ____________________________________________________________________________
4146 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
4147         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
4148              From: Robin Houston <robin@cpan.org>
4149              Date: Oct 14, 2005 1:54 AM
4150              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
4151      Branch: perl
4152            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
4153 ____________________________________________________________________________
4154 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
4155         Log: Forgotten chunk by jhi
4156      Branch: perl
4157            ! symbian/makesis.pl
4158 ____________________________________________________________________________
4159 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
4160         Log: Subject: [PATCH] blead 25801: Symbian batch of today
4161              From: <jarkko.hietaniemi@nokia.com>
4162              Date: Wed, 19 Oct 2005 16:19:23 +0300
4163              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
4164      Branch: perl
4165            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
4166            ! symbian/xsbuild.pl
4167 ____________________________________________________________________________
4168 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
4169         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
4170              From: Andy Lester <andy@petdance.com>
4171              Date: Tue, 18 Oct 2005 09:57:23 -0500
4172              Message-ID: <20051018145723.GA4964@petdance.com>
4173      Branch: perl
4174            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
4175 ____________________________________________________________________________
4176 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
4177         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
4178              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4179              Date: Tue, 18 Oct 2005 22:22:57 +0200
4180              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
4181              
4182              (tweaked to remove trailing whitespace to doc entries)
4183              Plus, regenerate doc and headers
4184      Branch: perl
4185            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
4186 ____________________________________________________________________________
4187 [ 25801] By: craigb                                on 2005/10/19  00:29:00
4188         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS\r   From: "John E. Malmberg" <wb8tyw@qsl.net>
4189              Date: Tue, 18 Oct 2005 14:43:29 -0400\r     Message-id: <43554251.5020704@qsl.net>\r
4190      Branch: perl
4191            ! vms/vms.c vms/vmsish.h
4192 ____________________________________________________________________________
4193 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
4194         Log: Add notes about -f _ and defined %foo:: in perldelta
4195      Branch: perl
4196            ! pod/perl593delta.pod
4197 ____________________________________________________________________________
4198 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
4199         Log: Force _ to be always a bareword after filetest operators
4200      Branch: perl
4201            ! t/op/filetest.t toke.c
4202 ____________________________________________________________________________
4203 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
4204         Log: Add Rafael's 5.10 roadmap to perltodo.
4205              Add state variables.
4206              Remove xsubpp entry, as that had been done already.
4207      Branch: perl
4208            ! pod/perltodo.pod
4209 ____________________________________________________________________________
4210 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
4211         Log: Fix tokenizer debugging trace for file tests
4212      Branch: perl
4213            ! toke.c
4214 ____________________________________________________________________________
4215 [ 25796] By: stevep                                on 2005/10/18  19:15:40
4216         Log: Upgrade to Digest-1.13
4217      Branch: perl
4218            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
4219 ____________________________________________________________________________
4220 [ 25795] By: merijn                                on 2005/10/18  16:30:54
4221         Log: VMS does not have clearenv () according to John E. Malmberg
4222              Followup to 25793
4223      Branch: perl
4224            ! configure.com
4225 ____________________________________________________________________________
4226 [ 25794] By: steveh                                on 2005/10/18  15:03:50
4227         Log: Update win32 config files w.r.t. change #25793
4228      Branch: perl
4229            ! win32/config.bc win32/config.gc win32/config.vc
4230            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4231            ! win32/config_H.vc win32/config_H.vc64
4232 ____________________________________________________________________________
4233 [ 25793] By: merijn                                on 2005/10/18  13:50:15
4234         Log: Add probe for clearenv (), like #25733 for unsetenv ()
4235      Branch: perl
4236            ! Configure Porting/Glossary config_h.SH handy.h
4237 ____________________________________________________________________________
4238 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
4239         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
4240              From: <jarkko.hietaniemi@nokia.com>
4241              Date: Tue, 18 Oct 2005 16:07:28 +0300
4242              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
4243      Branch: perl
4244            ! perl.h util.h
4245 ____________________________________________________________________________
4246 [ 25789] By: stevep                                on 2005/10/18  10:52:01
4247         Log: Upgrade to Time-HiRes-1.75
4248      Branch: perl
4249            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4250            ! ext/Time/HiRes/Makefile.PL
4251 ____________________________________________________________________________
4252 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
4253         Log: Subject: [PATCH] Symbian: New vs New
4254              From: <jarkko.hietaniemi@nokia.com>
4255              Date: Tue, 18 Oct 2005 12:53:16 +0300
4256              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
4257      Branch: perl
4258            ! symbian/PerlUtil.cpp
4259 ____________________________________________________________________________
4260 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
4261         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
4262              From: "John E. Malmberg" <wb8tyw@qsl.net>
4263              Date: Mon, 17 Oct 2005 17:08:19 -0400
4264              Message-ID: <435412C3.3080504@qsl.net>
4265      Branch: perl
4266            ! vms/vmsish.h
4267 ____________________________________________________________________________
4268 [ 25784] By: steveh                                on 2005/10/17  15:48:24
4269         Log: Silence gcc complaints about comments in config.h
4270              
4271              This suppresses dozens of lines of warnings seen, e.g. here:
4272              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
4273      Branch: perl
4274            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
4275 ____________________________________________________________________________
4276 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
4277         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
4278              From: "John E. Malmberg" <wb8tyw@qsl.net>
4279              Date: Mon, 17 Oct 2005 08:12:37 -0400
4280              Message-ID: <43539535.70609@qsl.net>
4281      Branch: perl
4282            ! vms/vms.c vms/vmsish.h
4283 ____________________________________________________________________________
4284 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
4285         Log: Subject: [PATCH] even more Symbian
4286              From: <jarkko.hietaniemi@nokia.com>
4287              Date: Mon, 17 Oct 2005 18:27:57 +0300
4288              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
4289      Branch: perl
4290            ! ext/Storable/Storable.xs symbian/TODO
4291            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
4292 ____________________________________________________________________________
4293 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
4294         Log: Correct precedence from and to && in an expression with assignment.
4295      Branch: perl
4296            ! ext/IO/t/io_sock.t
4297 ____________________________________________________________________________
4298 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
4299         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
4300              From: Xavier Noria <fxn@hashref.com>
4301              Date: Sun, 16 Oct 2005 12:27:30 +0200
4302              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
4303      Branch: perl
4304            ! pod/perlvar.pod
4305 ____________________________________________________________________________
4306 [ 25779] By: steveh                                on 2005/10/17  10:14:46
4307         Log: Make some casts explicit to keep VC++ 7 happy
4308              
4309              Specifically, this silences the warnings from the following smoke:
4310              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
4311              (Hmm. Looks like you need to decode the base64 yourself before you
4312              can read that.)
4313      Branch: perl
4314            ! numeric.c op.c pp_pack.c toke.c
4315 ____________________________________________________________________________
4316 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
4317         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
4318              From: <jarkko.hietaniemi@nokia.com>
4319              Date: Mon, 17 Oct 2005 13:19:34 +0300
4320              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
4321      Branch: perl
4322            + symbian/find_writeable_data.pl
4323            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
4324            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
4325            ! util.c
4326 ____________________________________________________________________________
4327 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
4328         Log: Doc/style fixes pointed out by Gisle
4329      Branch: perl
4330            ! lib/warnings/register.pm
4331 ____________________________________________________________________________
4332 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
4333         Log: Subject: [PATCH] blead@25775 Symbian update
4334              From: <jarkko.hietaniemi@nokia.com>
4335              Date: Mon, 17 Oct 2005 11:49:20 +0300
4336              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
4337      Branch: perl
4338            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
4339            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
4340            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
4341            ! symbian/symbian_proto.h symbian/xsbuild.pl
4342 ____________________________________________________________________________
4343 [ 25775] By: davem                                 on 2005/10/16  23:05:44
4344         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
4345      Branch: perl
4346            ! sv.c
4347 ____________________________________________________________________________
4348 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
4349         Log: Subject: [PATCH] Keys of %INC always use forward slashes
4350              From: Jan Dubois <jand@activestate.com>
4351              Date: Oct 16, 2005 8:24 PM
4352              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
4353      Branch: perl
4354            ! lib/CPAN.pm
4355 ____________________________________________________________________________
4356 [ 25772] By: craigb                                on 2005/10/16  19:10:56
4357         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function\r  From: "John E. Malmberg" <wb8tyw@qsl.net>\r      Message-id: <4351F393.8030809@qsl.net>
4358              Date: Sun, 16 Oct 2005 02:30:43 -0400\r
4359      Branch: perl
4360            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
4361 ____________________________________________________________________________
4362 [ 25771] By: davem                                 on 2005/10/16  17:46:10
4363         Log: an assert in av_undef was leaking memory
4364      Branch: perl
4365            ! av.c
4366 ____________________________________________________________________________
4367 [ 25770] By: davem                                 on 2005/10/16  17:39:20
4368         Log: static functions should be prefixed S_
4369      Branch: perl
4370            ! ext/threads/threads.xs
4371 ____________________________________________________________________________
4372 [ 25769] By: davem                                 on 2005/10/16  14:53:45
4373         Log: free a thread's interpreter after $t->join() rather than after undef $t
4374              This should fix some ithreads memory leaks.
4375      Branch: perl
4376            ! ext/threads/threads.xs
4377 ____________________________________________________________________________
4378 [ 25768] By: stevep                                on 2005/10/16  13:53:00
4379         Log: Upgrade to version-0.49
4380      Branch: perl
4381            ! lib/version.pm lib/version.pod
4382 ____________________________________________________________________________
4383 [ 25767] By: stevep                                on 2005/10/16  13:24:23
4384         Log: No more attempting to edit Pod before the first coffee of the morning.
4385      Branch: perl
4386            ! ext/DynaLoader/XSLoader_pm.PL
4387 ____________________________________________________________________________
4388 [ 25766] By: stevep                                on 2005/10/16  13:10:02
4389         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
4390      Branch: perl
4391            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
4392 ____________________________________________________________________________
4393 [ 25765] By: stevep                                on 2005/10/16  13:02:19
4394         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
4395              to work within the core).
4396      Branch: perl
4397            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
4398            ! MANIFEST lib/Pod/Find.pm
4399 ____________________________________________________________________________
4400 [ 25764] By: stevep                                on 2005/10/16  12:36:37
4401         Log: Upgrade to ExtUtils-ParseXS-2.15.
4402      Branch: perl
4403            ! lib/ExtUtils/ParseXS.pm
4404 ____________________________________________________________________________
4405 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
4406         Log: Subject: pre{inc,dec} is faster, even with integers
4407              From: hv@crypt.org
4408              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
4409              Date: Fri, 14 Oct 2005 18:22:41 +0100
4410      Branch: perl
4411            ! op.c t/op/inc.t
4412 ____________________________________________________________________________
4413 [ 25761] By: craigb                                on 2005/10/15  03:59:44
4414         Log: Subject: [patch@blead] perlport.pod
4415              From: "John E. Malmberg" <wb8tyw@qsl.net>\r Date: Fri, 14 Oct 2005 23:48:20 -0400\r  Message-id: <43507C04.8050003@qsl.net>
4416      Branch: perl
4417            ! pod/perlport.pod
4418 ____________________________________________________________________________
4419 [ 25760] By: craigb                                on 2005/10/15  03:43:30
4420         Log: Subject: patch for blead - Perlvms.pod update
4421              From: "John E. Malmberg" <wb8tyw@qsl.net>
4422              Date: Fri, 14 Oct 2005 21:15:26 -0400\r     Message-id: <4350582E.4070209@qsl.net>\r
4423      Branch: perl
4424            ! vms/perlvms.pod
4425 ____________________________________________________________________________
4426 [ 25759] By: craigb                                on 2005/10/14  15:31:33
4427         Log: Grab enough room from the outset in do_tovmsspec()
4428      Branch: perl
4429            ! vms/vms.c
4430 ____________________________________________________________________________
4431 [ 25758] By: steveh                                on 2005/10/14  08:00:58
4432         Log: Subject: [PATCH] Compress::Zlib - fix for win32
4433              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4434              Date: Thu, 13 Oct 2005 23:06:25 +0100
4435              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
4436      Branch: perl
4437            ! ext/Compress/Zlib/Zlib.xs
4438 ____________________________________________________________________________
4439 [ 25757] By: stevep                                on 2005/10/14  03:46:24
4440         Log: gcc complains when it sees variables declared
4441              
4442              const register ...
4443              
4444              switched them all to 
4445              
4446              register const ...
4447      Branch: perl
4448            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
4449 ____________________________________________________________________________
4450 [ 25756] By: stevep                                on 2005/10/14  01:20:21
4451         Log: Upgrade to Unicode-Collate-0.52
4452      Branch: perl
4453            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4454            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4455 ____________________________________________________________________________
4456 [ 25755] By: stevep                                on 2005/10/13  23:31:03
4457         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
4458      Branch: perl
4459            ! perl.c
4460 ____________________________________________________________________________
4461 [ 25754] By: stevep                                on 2005/10/13  23:03:46
4462         Log: Subject: [PATCH] Stas' croak patch and then some
4463              From: Andy Lester <andy@petdance.com>
4464              Date: Thu, 13 Oct 2005 16:42:12 -0500
4465              Message-ID: <20051013214212.GA1122@petdance.com>
4466      Branch: perl
4467            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
4468            ! sv.c t/TEST toke.c utf8.c
4469 ____________________________________________________________________________
4470 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
4471         Log: If /dev/null is not readable, perl -e fails with
4472              an obscure error message. Make it more understandable.
4473      Branch: perl
4474            ! perl.c
4475 ____________________________________________________________________________
4476 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
4477         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
4478              From: "John E. Malmberg" <wb8tyw@qsl.net>
4479              Date: Thu, 13 Oct 2005 10:28:23 -0400
4480              Message-ID: <434E6F07.5020108@qsl.net>
4481      Branch: perl
4482            ! t/op/local.t
4483 ____________________________________________________________________________
4484 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
4485         Log: Subject: SvPVutf8_nolen crashes [PATCH]
4486              From: Gisle Aas <gisle@ActiveState.com>
4487              Date: 13 Oct 2005 06:00:49 -0700
4488              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
4489      Branch: perl
4490            ! sv.c
4491 ____________________________________________________________________________
4492 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
4493         Log: Better cleanup of directories created by C::Zlib
4494      Branch: perl
4495            ! Makefile.SH
4496 ____________________________________________________________________________
4497 [ 25749] By: merijn                                on 2005/10/13  12:17:41
4498         Log: PL_use_safe_putenv needs to be in the export lists
4499      Branch: perl
4500            ! makedef.pl
4501 ____________________________________________________________________________
4502 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
4503         Log: Subject: [PATCH] POD index entries with X<>
4504              From: Ivan Tubert-Brohman <itub@cpan.org>
4505              Date: Wed, 12 Oct 2005 19:20:18 -0400
4506              Message-ID: <434D9A32.4050305@cpan.org>
4507      Branch: perl
4508            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
4509            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
4510            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
4511            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
4512            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
4513            ! pod/perlsyn.pod pod/perltie.pod
4514 ____________________________________________________________________________
4515 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
4516         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
4517              From: Gisle Aas <gisle@ActiveState.com>
4518              Date: 13 Oct 2005 01:42:32 -0700
4519              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
4520      Branch: perl
4521            ! lib/Pod/Html.pm
4522 ____________________________________________________________________________
4523 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
4524         Log: The new REQUIRE token introduced by change 25599 must be
4525              nonassoc, just like the UNIOP token it's patterned after.
4526              (While we're at it, allow to use bison 2.1 to regenerate
4527              the parser files.)
4528      Branch: perl
4529            ! perly.act perly.h perly.tab perly.y regen_perly.pl
4530 ____________________________________________________________________________
4531 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
4532         Log: Document that -F doesn't accept whitespace in patterns.
4533              (fixes bug #37366)
4534      Branch: perl
4535            ! pod/perlrun.pod
4536 ____________________________________________________________________________
4537 [ 25744] By: merijn                                on 2005/10/13  06:10:27
4538         Log: Subject: RE: [PATCH] Compress::Zlib
4539              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4540              Date: Wed, 12 Oct 2005 22:41:41 +0100
4541              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
4542      Branch: perl
4543            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4544 ____________________________________________________________________________
4545 [ 25743] By: stevep                                on 2005/10/12  23:28:04
4546         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
4547              From: Abigail <abigail@abigail.nl>
4548              Date: Thu, 13 Oct 2005 01:25:10 +0200
4549              Message-ID: <20051012232509.GA1018@abigail.nl>
4550      Branch: perl
4551            ! pp_sort.c
4552 ____________________________________________________________________________
4553 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
4554         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
4555              From: <jarkko.hietaniemi@nokia.com>
4556              Date: Wed, 12 Oct 2005 19:12:57 +0300
4557              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
4558      Branch: perl
4559            + symbian/sisify.pl
4560            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
4561            ! symbian/TODO symbian/config.pl symbian/port.pl
4562 ____________________________________________________________________________
4563 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
4564         Log: Update to the config boilerplates, by Jarkko
4565      Branch: perl
4566            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
4567            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
4568            ! wince/config.ce
4569 ____________________________________________________________________________
4570 [ 25740] By: craigb                                on 2005/10/11  23:58:26
4571         Log: disarm unsetenv() on VMS for now (function is present
4572              but %ENV is more complicated)
4573      Branch: perl
4574            ! configure.com
4575 ____________________________________________________________________________
4576 [ 25739] By: stevep                                on 2005/10/11  22:27:18
4577         Log: Subject: [PATCH] Compress::Zlib
4578              From: Paul Marquess <Paul.Marquess@ntlworld.com>
4579              Date: Tue, 11 Oct 2005 22:54:25 +0100
4580              
4581              This silences a few warnings on AIX
4582      Branch: perl
4583            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4584            ! ext/Compress/Zlib/t/04def.t
4585 ____________________________________________________________________________
4586 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
4587         Log: Comment fix
4588      Branch: perl
4589            ! perl.c
4590 ____________________________________________________________________________
4591 [ 25737] By: merijn                                on 2005/10/11  15:15:37
4592         Log: Subject: [PATCH] environ fixup
4593              From: Alan Burlison <Alan.Burlison@sun.com>
4594              Date: Tue, 11 Oct 2005 16:29:54 +0100
4595              Message-ID: <434BDA72.4090109@sun.com>
4596      Branch: perl
4597            ! handy.h hints/solaris_2.sh perl.c util.c
4598 ____________________________________________________________________________
4599 [ 25736] By: merijn                                on 2005/10/11  11:30:22
4600         Log: Subject: [PATCH] Symbian blead fix
4601              From: <jarkko.hietaniemi@nokia.com>
4602              Date: Tue, 11 Oct 2005 14:48:49 +0300
4603              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
4604      Branch: perl
4605            ! symbian/PerlApp.cpp
4606 ____________________________________________________________________________
4607 [ 25735] By: merijn                                on 2005/10/11  11:25:46
4608         Log: Subject: [PATCH] Compress::Zlib
4609              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4610              Date: Tue, 11 Oct 2005 12:35:22 +0100
4611              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
4612      Branch: perl
4613            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4614            ! ext/Compress/Zlib/t/16oneshot.t
4615 ____________________________________________________________________________
4616 [ 25734] By: steveh                                on 2005/10/11  10:09:48
4617         Log: Update win32 config files w.r.t. change #25733
4618      Branch: perl
4619            ! win32/config.bc win32/config.gc win32/config.vc
4620            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4621            ! win32/config_H.vc win32/config_H.vc64
4622 ____________________________________________________________________________
4623 [ 25733] By: merijn                                on 2005/10/10  13:47:17
4624         Log: Add probe for unsetenv ()
4625              Subject: Re: Perl's handling of environ breaks on Solaris 10
4626              From: Steve Peters <steve@fisharerojo.org>
4627              Date: Mon, 10 Oct 2005 07:51:17 -0500
4628              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
4629      Branch: perl
4630            ! Configure Porting/Glossary config_h.SH handy.h
4631 ____________________________________________________________________________
4632 [ 25731] By: stevep                                on 2005/10/10  13:14:50
4633         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
4634              From: Gisle Aas <gisle@ActiveState.com>
4635              Date: 10 Oct 2005 06:20:23 -0700
4636              
4637              Change to remove a call to Win32::GetShortPathName() from 
4638              Test::Harness::Straps.
4639      Branch: perl
4640            ! lib/Test/Harness/Straps.pm
4641 ____________________________________________________________________________
4642 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
4643         Log: Subject: [PATCH] Symbian bleadperl@25725 update
4644              From: <jarkko.hietaniemi@nokia.com>
4645              Date: Mon, 10 Oct 2005 14:28:31 +0300
4646              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
4647      Branch: perl
4648            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
4649            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
4650            ! symbian/xsbuild.pl
4651 ____________________________________________________________________________
4652 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
4653         Log: Subject: RE: [PATCH] Compress::Zlib
4654              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4655              Date: Mon, 10 Oct 2005 12:24:29 +0100
4656              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
4657      Branch: perl
4658            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
4659 ____________________________________________________________________________
4660 [ 25728] By: merijn                                on 2005/10/10  10:36:51
4661         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
4662              From: Gisle Aas <gisle@ActiveState.com>
4663              Date: 10 Oct 2005 03:58:09 -0700
4664              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
4665      Branch: perl
4666            ! win32/ext/Win32/Win32.pm
4667 ____________________________________________________________________________
4668 [ 25727] By: merijn                                on 2005/10/10  10:27:12
4669         Log: Making t/14gzopen.t a bit more robust.
4670              Subject: [PATCH] Compress::Zlib
4671              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4672              Date: Mon, 10 Oct 2005 11:40:00 +0100
4673              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
4674      Branch: perl
4675            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
4676            ! ext/Compress/Zlib/t/14gzopen.t
4677 ____________________________________________________________________________
4678 [ 25726] By: merijn                                on 2005/10/10  06:14:30
4679         Log: Compress::Zlib should not ask under Cygwin in CORE
4680      Branch: perl
4681            ! ext/Compress/Zlib/Makefile.PL
4682 ____________________________________________________________________________
4683 [ 25725] By: stevep                                on 2005/10/10  01:18:58
4684         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
4685              Subject: RE: [PATCH] DB_File 1.1812
4686              Date: Sun, 9 Oct 2005 23:25:38 +0100
4687              
4688              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
4689      Branch: perl
4690            ! ext/Compress/Zlib/Zlib.xs
4691 ____________________________________________________________________________
4692 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
4693         Log: Upgrade to DB_File 1.1812, by Paul Marquess
4694      Branch: perl
4695            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4696            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
4697            ! ext/DB_File/t/db-hash.t
4698 ____________________________________________________________________________
4699 [ 25723] By: stevep                                on 2005/10/09  18:53:02
4700         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
4701      Branch: perl
4702            ! lib/Test/Simple/t/tbt_01basic.t
4703            ! lib/Test/Simple/t/tbt_04line_num.t
4704 ____________________________________________________________________________
4705 [ 25722] By: stevep                                on 2005/10/09  18:06:13
4706         Log: Upgraded to ExtUtils-ParseXS-2.14.
4707      Branch: perl
4708            ! lib/ExtUtils/ParseXS.pm
4709 ____________________________________________________________________________
4710 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
4711         Log: Don't use a regexp in DB::sub().
4712              This should work around perlbug #37102.
4713      Branch: perl
4714            ! lib/DB.pm
4715 ____________________________________________________________________________
4716 [ 25720] By: stevep                                on 2005/10/09  15:37:41
4717         Log: It would be nice to upgrade the right file.   Double grrrrr.
4718      Branch: perl
4719            ! lib/ExtUtils/CBuilder.pm
4720 ____________________________________________________________________________
4721 [ 25719] By: stevep                                on 2005/10/09  15:32:29
4722         Log: Add standard core test header to Test::Builder::Tester tests.
4723      Branch: perl
4724            ! lib/Test/Simple/t/tbt_01basic.t
4725            ! lib/Test/Simple/t/tbt_02fhrestore.t
4726            ! lib/Test/Simple/t/tbt_03die.t
4727            ! lib/Test/Simple/t/tbt_04line_num.t
4728            ! lib/Test/Simple/t/tbt_05faildiag.t
4729            ! lib/Test/Simple/t/tbt_06errormess.t
4730            ! lib/Test/Simple/t/tbt_07args.t
4731 ____________________________________________________________________________
4732 [ 25718] By: stevep                                on 2005/10/09  15:24:43
4733         Log: Upgrade to Test-Simple-0.62.
4734      Branch: perl
4735            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
4736            + lib/Test/Simple/t/tbt_01basic.t
4737            + lib/Test/Simple/t/tbt_02fhrestore.t
4738            + lib/Test/Simple/t/tbt_03die.t
4739            + lib/Test/Simple/t/tbt_04line_num.t
4740            + lib/Test/Simple/t/tbt_05faildiag.t
4741            + lib/Test/Simple/t/tbt_06errormess.t
4742            + lib/Test/Simple/t/tbt_07args.t
4743            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
4744            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4745            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
4746            ! lib/Test/Simple/t/is_deeply_fail.t
4747 ____________________________________________________________________________
4748 [ 25717] By: stevep                                on 2005/10/09  14:51:12
4749         Log: Missed files in upgrading modules.  Grrrr
4750      Branch: perl
4751            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
4752 ____________________________________________________________________________
4753 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
4754         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
4755              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4756              Date: Oct 8, 2005 9:59 AM
4757              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
4758      Branch: perl
4759            ! lib/utf8.t utf8.c utf8.h
4760 ____________________________________________________________________________
4761 [ 25712] By: stevep                                on 2005/10/07  15:41:32
4762         Log: Documentation nit in INSTALL found by Alan Burlison.
4763      Branch: perl
4764            ! INSTALL
4765 ____________________________________________________________________________
4766 [ 25711] By: stevep                                on 2005/10/07  03:29:37
4767         Log: Upgrade to Pathtools-3.12
4768      Branch: perl
4769            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
4770            ! lib/File/Spec/Win32.pm
4771 ____________________________________________________________________________
4772 [ 25710] By: craigb                                on 2005/10/07  02:41:03
4773         Log: Parse symbols for the linker when more than one declaration
4774              on the same line (the way PERLVARISC now throws at us).
4775      Branch: perl
4776            ! vms/gen_shrfls.pl
4777 ____________________________________________________________________________
4778 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
4779         Log: Avoid a cast
4780      Branch: perl
4781            ! perl.c
4782 ____________________________________________________________________________
4783 [ 25708] By: stevep                                on 2005/10/06  19:23:59
4784         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
4785              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
4786      Branch: perl
4787            ! ext/Compress/Zlib/Zlib.xs
4788 ____________________________________________________________________________
4789 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
4790         Log: Be nice with subversion hidden directories
4791      Branch: perl
4792            ! ext/Compress/Zlib/Makefile.PL
4793 ____________________________________________________________________________
4794 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
4795         Log: Update with new files from C::Zlib
4796      Branch: perl
4797            ! Porting/Maintainers.pl
4798 ____________________________________________________________________________
4799 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
4800         Log: Move ZlibTestUtils.pm under t/
4801      Branch: perl
4802            + t/lib/ZlibTestUtils.pm
4803            - lib/ZlibTestUtils.pm
4804            ! MANIFEST ext/Compress/Zlib/t/01version.t
4805            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
4806            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
4807            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4808            ! ext/Compress/Zlib/t/08encoding.t
4809            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4810            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4811            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4812            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4813            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4814            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4815            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4816            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4817 ____________________________________________________________________________
4818 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
4819         Log: Don't install pods via MakeMaker for C::Zlib,
4820              as suggested by Robin Barker
4821      Branch: perl
4822            ! ext/Compress/Zlib/Makefile.PL
4823 ____________________________________________________________________________
4824 [ 25703] By: merijn                                on 2005/10/06  08:42:56
4825         Log: Add -C to allowed $PERL5OPT options
4826              Add -C to the $PERL5OPT documentation (and added the missing -A too)
4827              t/run/runenv.t Could use some more tests about how supported
4828              and unsupported options in $PERL5OPT are handled
4829      Branch: perl
4830            ! perl.c pod/perldiag.pod pod/perlrun.pod
4831 ____________________________________________________________________________
4832 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
4833         Log: Remove the getprotobynumber test, for portability concerns
4834      Branch: perl
4835            - t/op/getprotobynumber.t
4836            ! MANIFEST
4837 ____________________________________________________________________________
4838 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
4839         Log: Fix Compress::Zlib test boilerplate
4840      Branch: perl
4841            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
4842            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
4843            ! ext/Compress/Zlib/t/05examples.t
4844            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4845            ! ext/Compress/Zlib/t/08encoding.t
4846            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4847            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4848            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4849            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4850            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4851            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4852            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4853            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4854 ____________________________________________________________________________
4855 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
4856         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
4857      Branch: perl
4858            ! ext/Compress/Zlib/Makefile.PL
4859 ____________________________________________________________________________
4860 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
4861         Log: Add test preambles to Compress::Zlib.
4862              Remove 99pod.t, useless in the core
4863      Branch: perl
4864            - ext/Compress/Zlib/t/99pod.t
4865            ! MANIFEST ext/Compress/Zlib/t/01version.t
4866            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
4867            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
4868            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4869            ! ext/Compress/Zlib/t/08encoding.t
4870            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4871            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4872            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4873            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4874            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4875            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4876            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4877            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
4878 ____________________________________________________________________________
4879 [ 25697] By: stevep                                on 2005/10/05  18:20:54
4880         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
4881              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
4882              Date: Thu, 2 Jun 2005 13:34:49 +0200
4883              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
4884      Branch: perl
4885            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4886 ____________________________________________________________________________
4887 [ 25696] By: steveh                                on 2005/10/05  16:04:26
4888         Log: Subject: [PATCH] Re: Untested builtins
4889              From: Steven Schubiger <sts@accognoscere.org>
4890              Date: Wed, 28 Sep 2005 15:46:45 +0200
4891              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
4892      Branch: perl
4893            + t/op/getprotobynumber.t
4894            ! MANIFEST
4895 ____________________________________________________________________________
4896 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
4897         Log: Upgrade to Compress::Zlib 2.000_05
4898      Branch: perl
4899            + ext/Compress/Zlib/examples/gzcat.zlib
4900            + ext/Compress/Zlib/fallback/constants.h
4901            + ext/Compress/Zlib/fallback/constants.xs
4902            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
4903            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4904            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
4905            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
4906            + ext/Compress/Zlib/lib/File/GlobMapper.pm
4907            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
4908            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
4909            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
4910            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
4911            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
4912            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
4913            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
4914            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
4915            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
4916            + ext/Compress/Zlib/t/05examples.t
4917            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
4918            + ext/Compress/Zlib/t/08encoding.t
4919            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
4920            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
4921            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
4922            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
4923            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
4924            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
4925            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
4926            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
4927            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
4928            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
4929            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
4930            - ext/Compress/Zlib/t/04encoding.t
4931            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
4932            - ext/Compress/Zlib/zlib-src/gzio.c
4933            ! MANIFEST ext/Compress/Zlib/Changes
4934            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
4935            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
4936            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
4937            ! ext/Compress/Zlib/examples/filtinf
4938            ! ext/Compress/Zlib/examples/gzcat
4939            ! ext/Compress/Zlib/examples/gzgrep
4940            ! ext/Compress/Zlib/examples/gzstream
4941            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
4942            ! ext/Compress/Zlib/typemap
4943 ____________________________________________________________________________
4944 [ 25694] By: steveh                                on 2005/10/05  15:34:18
4945         Log: Fix $Config{ccflags} for Win32 perls built with dmake
4946              
4947              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
4948              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
4949              (win32/makefile.mk) doesn't.  This means that extensions built with
4950              perls built with VC++ and dmake spit out damn M$ logo messages and use
4951              a lower warning level.
4952              
4953              The reason for the difference is probably that the dmake makefile
4954              supports multiple compilers.  Therefore, put the extra ccflags into a
4955              new macro, and set it appropriately for each compiler.  Add the new
4956              macro to the nmake makefile too for orthogonality.
4957      Branch: perl
4958            ! win32/Makefile win32/makefile.mk
4959 ____________________________________________________________________________
4960 [ 25693] By: merijn                                on 2005/10/05  15:34:09
4961         Log: Subject: Re: [PATCH] Random constings and printf cleanup
4962              From: Andy Lester <andy@petdance.com>
4963              Date: Tue, 4 Oct 2005 15:16:05 -0500
4964              Message-ID: <20051004201605.GA31682@petdance.com>
4965      Branch: perl
4966            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
4967 ____________________________________________________________________________
4968 [ 25691] By: stevep                                on 2005/10/04  16:24:28
4969         Log: Fixes to Pod errors found by podchecker.
4970      Branch: perl
4971            ! README.os2 pod/perlfunc.pod
4972 ____________________________________________________________________________
4973 [ 25690] By: stevep                                on 2005/10/04  12:02:04
4974         Log: Upgrade to ExtUtils-ParseXS-2.13
4975      Branch: perl
4976            ! lib/ExtUtils/ParseXS.pm
4977 ____________________________________________________________________________
4978 [ 25689] By: stevep                                on 2005/10/04  11:01:11
4979         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
4980              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
4981      Branch: perl
4982            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
4983            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4984            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
4985            ! lib/ExtUtils/CBuilder/Platform/os2.pm
4986            ! lib/ExtUtils/CBuilder/t/02-link.t
4987 ____________________________________________________________________________
4988 [ 25688] By: merijn                                on 2005/10/04  10:10:41
4989         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
4990              From: Gisle Aas <gisle@ActiveState.com>
4991              Date: 04 Oct 2005 02:18:27 -0700
4992              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
4993      Branch: perl
4994            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
4995            ! wince/perlhost.h
4996 ____________________________________________________________________________
4997 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
4998         Log: Subject: Clone PL_statusvalue_posix [PATCH]
4999              From: Gisle Aas <gisle@ActiveState.com>
5000              Date: 03 Oct 2005 09:37:57 -0700
5001              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
5002      Branch: perl
5003            ! sv.c
5004 ____________________________________________________________________________
5005 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
5006         Log: Pod::Usage documentation fix, suggested by :
5007              
5008              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
5009              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
5010              Date: Sun, 02 Oct 2005 07:25:37 -0700
5011              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
5012      Branch: perl
5013            ! lib/Pod/Usage.pm
5014 ____________________________________________________________________________
5015 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
5016         Log: Yitzchak points out that this function argument is NULLOK
5017      Branch: perl
5018            ! embed.fnc proto.h
5019 ____________________________________________________________________________
5020 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
5021         Log: Spaces to tabs
5022      Branch: perl
5023            ! MANIFEST
5024 ____________________________________________________________________________
5025 [ 25683] By: craigb                                on 2005/10/03  03:43:31
5026         Log: We lied about strtoq way back in #8120
5027      Branch: perl
5028            ! configure.com
5029 ____________________________________________________________________________
5030 [ 25682] By: stevep                                on 2005/10/03  03:10:05
5031         Log: Upgrade to Digest-1.12
5032      Branch: perl
5033            ! lib/Digest.pm lib/Digest/Changes
5034 ____________________________________________________________________________
5035 [ 25681] By: craigb                                on 2005/10/03  00:20:30
5036         Log: fix bug introduced by #25507 that kept ccflags from
5037              making it into config.sh
5038      Branch: perl
5039            ! configure.com
5040 ____________________________________________________________________________
5041 [ 25680] By: craigb                                on 2005/10/02  21:45:20
5042         Log: assorted blead build help for VMS (mostly ithreads-related)
5043      Branch: perl
5044            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
5045 ____________________________________________________________________________
5046 [ 25679] By: stevep                                on 2005/10/02  12:50:02
5047         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
5048              From: perlbug-followup[at]perl.org (Yves Orton)
5049              Date: Thu, 22 Sep 2005 11:31:02 -0700
5050              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
5051      Branch: perl
5052            ! lib/Carp/Heavy.pm
5053 ____________________________________________________________________________
5054 [ 25678] By: stevep                                on 2005/10/02  04:42:46
5055         Log: Clarify the documentation regarding the return value from C<push>.
5056      Branch: perl
5057            ! pod/perlfunc.pod
5058 ____________________________________________________________________________
5059 [ 25677] By: stevep                                on 2005/10/02  04:32:48
5060         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
5061              give an appropriate error message rather than saying the module
5062              cannot be found in @INC.
5063      Branch: perl
5064            ! pp_ctl.c
5065 ____________________________________________________________________________
5066 [ 25676] By: stevep                                on 2005/10/02  03:30:55
5067         Log: Missed test changes and a bit of debugging code that should 
5068              have been removed.
5069      Branch: perl
5070            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
5071 ____________________________________________________________________________
5072 [ 25675] By: stevep                                on 2005/10/02  02:24:12
5073         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
5074              with a debugger to figure out what is going on.
5075      Branch: perl
5076            ! lib/Pod/Html.pm
5077 ____________________________________________________________________________
5078 [ 25674] By: davem                                 on 2005/10/01  23:51:40
5079         Log: Improve -DT output and fix wild buffer pointer error
5080      Branch: perl
5081            ! toke.c
5082 ____________________________________________________________________________
5083 [ 25672] By: steveh                                on 2005/09/30  15:52:30
5084         Log: Make building perl on Win32 with the free VC++ toolkit easier
5085              
5086              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
5087              versions of MS VC++ 7.x respectively.  Perl can now be built with the
5088              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
5089              hacking of the win32/Makefile required.  Update README.win32 with
5090              these changes.
5091              
5092              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
5093              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
5094              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
5095      Branch: perl
5096            ! README.win32 win32/Makefile win32/makefile.mk
5097 ____________________________________________________________________________
5098 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
5099         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
5100              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
5101      Branch: perl
5102            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
5103 ____________________________________________________________________________
5104 [ 25665] By: davem                                 on 2005/09/29  22:57:44
5105         Log: PL_defoutgv could be used after being freed
5106              Was giving "use of freed value" warnings in t/io/through.t
5107              and t/io/crlf_through.t
5108      Branch: perl
5109            ! perl.c
5110 ____________________________________________________________________________
5111 [ 25664] By: davem                                 on 2005/09/29  21:01:54
5112         Log: the return value of start_subparse() can legally be ignored
5113      Branch: perl
5114            ! embed.fnc gv.c proto.h
5115 ____________________________________________________________________________
5116 [ 25663] By: stevep                                on 2005/09/29  20:43:52
5117         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
5118              compatibility mode.
5119      Branch: perl
5120            ! utils/h2xs.PL
5121 ____________________________________________________________________________
5122 [ 25662] By: stevep                                on 2005/09/29  18:04:29
5123         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
5124              if the compatible version is less than 5.006 (the first version with 
5125              XSLoader).
5126      Branch: perl
5127            ! utils/h2xs.PL
5128 ____________________________________________________________________________
5129 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
5130         Log: 2 more e-mail addresses that map to rgs
5131      Branch: perl
5132            ! Porting/checkAUTHORS.pl
5133 ____________________________________________________________________________
5134 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
5135         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
5136      Branch: perl
5137            ! Porting/checkAUTHORS.pl
5138 ____________________________________________________________________________
5139 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
5140         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
5141      Branch: perl
5142            ! Changes
5143 ____________________________________________________________________________
5144 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
5145         Log: Teach the alias mapping about new committers.
5146      Branch: perl
5147            ! Porting/checkAUTHORS.pl
5148 ____________________________________________________________________________
5149 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
5150         Log: Cope with completely empty lines within the Changes file.
5151              Better diagnostics on "malformed" lines.
5152      Branch: perl
5153            ! Porting/checkAUTHORS.pl
5154 ____________________________________________________________________________
5155 [ 25652] By: steveh                                on 2005/09/29  08:47:26
5156         Log: Clean up CBuilder and ParseXS test files
5157              
5158              This was done once already in change 25222, but then modified in change
5159              25225.  The new versions of CBuilder and ParseXS that sync'ed those
5160              changes and have now been integrated back into bleadperl missed some
5161              bits of change 25225.  Try again.
5162      Branch: perl
5163            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
5164            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
5165            ! lib/ExtUtils/ParseXS/t/basic.t
5166 ____________________________________________________________________________
5167 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
5168         Log: Attempting to do too many things simultaneously with the C pre-
5169              processor considered harmful.
5170      Branch: perl
5171            ! perl.c
5172 ____________________________________________________________________________
5173 [ 25650] By: stevep                                on 2005/09/29  00:23:44
5174         Log: Upgrade to ExtUtils::CBuilder 0.14
5175      Branch: perl
5176            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
5177            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5178            ! lib/ExtUtils/CBuilder/t/01-basic.t
5179            ! lib/ExtUtils/CBuilder/t/02-link.t
5180 ____________________________________________________________________________
5181 [ 25649] By: stevep                                on 2005/09/28  22:59:08
5182         Log: Upgrade to Test::Harness 2.56
5183      Branch: perl
5184            + t/lib/sample-tests/bignum_many
5185            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5186            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
5187            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
5188            ! t/lib/sample-tests/bignum
5189 ____________________________________________________________________________
5190 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
5191         Log: savepv and savepvn are actually NULLOK
5192      Branch: perl
5193            ! embed.fnc proto.h
5194 ____________________________________________________________________________
5195 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
5196         Log: Forgot to run embed.pl after change 25637
5197      Branch: perl
5198            ! proto.h
5199 ____________________________________________________________________________
5200 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
5201         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
5202              From: Andy Lester <andy@petdance.com>
5203              Message-ID: <20050928172254.GE20201@petdance.com>
5204              Date: Wed, 28 Sep 2005 12:22:54 -0500
5205      Branch: perl
5206            ! embed.fnc embed.pl
5207 ____________________________________________________________________________
5208 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
5209         Log: We can use the C pre-processor to build a single, longer string
5210              constant which makes the object code slightly smaller.
5211      Branch: perl
5212            ! perl.c
5213 ____________________________________________________________________________
5214 [ 25627] By: steveh                                on 2005/09/28  08:23:01
5215         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
5216              
5217              Subject: Improved File::Spec::Win32->path [PATCH]
5218              From: Gisle Aas <gisle@ActiveState.com>
5219              Date: 17 Sep 2005 00:13:41 -0700
5220              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
5221              
5222              Subject: Re: Improved File::Spec::Win32->path [PATCH]
5223              From: Michael G Schwern <schwern@pobox.com>
5224              Date: Tue, 27 Sep 2005 13:05:54 -0700
5225              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
5226      Branch: perl
5227            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
5228 ____________________________________________________________________________
5229 [ 25626] By: stevep                                on 2005/09/28  00:06:29
5230         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
5231              bleadperl.
5232      Branch: perl
5233            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
5234 ____________________________________________________________________________
5235 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
5236         Log: Comment nit by Vadim Konovalov
5237              And while we're at it, reindent consistently.
5238      Branch: perl
5239            ! t/io/crlf.t
5240 ____________________________________________________________________________
5241 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
5242         Log: POD nit by Yitzchak
5243      Branch: perl
5244            ! pod/perlfunc.pod
5245 ____________________________________________________________________________
5246 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
5247         Log: Clarify what -MFoo=number does on the command-line
5248      Branch: perl
5249            ! pod/perlrun.pod
5250 ____________________________________________________________________________
5251 [ 25621] By: stevep                                on 2005/09/27  15:05:18
5252         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
5253              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
5254              Date: Tue, 27 Sep 2005 15:18:00 +0200
5255      Branch: perl
5256            ! doio.c
5257 ____________________________________________________________________________
5258 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
5259         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
5260              too many warnings.
5261      Branch: perl
5262            ! mg.c t/io/binmode.t t/lib/warnings/2use
5263 ____________________________________________________________________________
5264 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
5265         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
5266              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5267              Date: Tue, 27 Sep 2005 02:07:35 -0700
5268              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
5269      Branch: perl
5270            + t/io/crlf_through.t t/io/through.t
5271            ! MANIFEST perlio.c
5272 ____________________________________________________________________________
5273 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
5274         Log: OPpRUNTIME can be set on OP_QR too
5275      Branch: perl
5276            ! ext/B/B/Concise.pm
5277 ____________________________________________________________________________
5278 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
5279         Log: Fix the overriding of CORE::do, just like change 25599
5280              was fixing the overriding of CORE::require
5281      Branch: perl
5282            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
5283 ____________________________________________________________________________
5284 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
5285         Log: Micro-optimisation: use PL_globalstash instead of looking up
5286              CORE::GLOBAL::require by name
5287      Branch: perl
5288            ! op.c
5289 ____________________________________________________________________________
5290 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
5291         Log: Addition to change 25612
5292      Branch: perl
5293            ! symbian/PerlApp.cpp
5294 ____________________________________________________________________________
5295 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
5296         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
5297              From: "Jan Dubois" <jand@ActiveState.com>
5298              Date: Mon, 26 Sep 2005 21:19:51 -0700
5299              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
5300      Branch: perl
5301            ! XSUB.h
5302 ____________________________________________________________________________
5303 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
5304         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
5305              From: <jarkko.hietaniemi@nokia.com>
5306              Date: Tue, 27 Sep 2005 11:54:00 +0300
5307              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
5308      Branch: perl
5309            ! symbian/PerlApp.cpp symbian/config.sh
5310 ____________________________________________________________________________
5311 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
5312         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
5313              Plus a regression test by Schwern.
5314      Branch: perl
5315            ! pp_ctl.c t/op/override.t
5316 ____________________________________________________________________________
5317 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
5318         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
5319              From: Michael G Schwern <schwern@pobox.com>
5320              Date: Mon, 26 Sep 2005 14:21:09 -0700
5321              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
5322      Branch: perl
5323            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
5324 ____________________________________________________________________________
5325 [ 25609] By: stevep                                on 2005/09/27  02:45:50
5326         Log: Upgrade to Encode 2.12
5327      Branch: perl
5328            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5329            ! ext/Encode/Encode.xs ext/Encode/META.yml
5330            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
5331            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
5332 ____________________________________________________________________________
5333 [ 25608] By: stevep                                on 2005/09/26  23:09:44
5334         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
5335      Branch: perl
5336            ! lib/Digest.pm lib/Digest/Changes
5337 ____________________________________________________________________________
5338 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
5339         Log: const sausage const const bacon const tomato and const
5340              The search_ext parameter to find_script can be a little more const.
5341      Branch: perl
5342            ! embed.fnc proto.h util.c
5343 ____________________________________________________________________________
5344 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
5345         Log: Upgrade to Test::Simple 0.61
5346      Branch: perl
5347            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
5348            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
5349            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5350            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5351            ! lib/Test/Simple/t/00test_harness_check.t
5352            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
5353            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5354            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
5355            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
5356            ! lib/Test/Simple/t/fail_one.t
5357            ! lib/Test/Simple/t/harness_active.t
5358            ! lib/Test/Simple/t/has_plan2.t
5359            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
5360            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
5361            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
5362            ! lib/Test/Simple/t/undef.t
5363            ! t/lib/Test/Simple/sample_tests/too_few.plx
5364 ____________________________________________________________________________
5365 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
5366         Log: Fix change 25597 for non-Windows platforms
5367      Branch: perl
5368            ! lib/File/Find.pm
5369 ____________________________________________________________________________
5370 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
5371         Log: Make B::Deparse handle correctly CORE::require
5372      Branch: perl
5373            ! ext/B/B/Deparse.pm
5374 ____________________________________________________________________________
5375 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
5376         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
5377      Branch: perl
5378            ! op.h
5379 ____________________________________________________________________________
5380 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
5381         Log: CORE::require was always parsed as require().
5382              That's because require() isn't overridable at tokenizer-level
5383              like other overridable built-ins, but is handled by the optree
5384              builder. So, find a way to pass the information that require()
5385              was written as CORE::require() to Perl_ck_require. This is
5386              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
5387              to OP_REQUIRE when it's saw as CORE::require in the program text.
5388              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
5389      Branch: perl
5390            ! op.c perly.act perly.h perly.tab perly.y toke.c
5391 ____________________________________________________________________________
5392 [ 25597] By: steveh                                on 2005/09/26  08:54:13
5393         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
5394              From: "Steve Peters via RT" <perlbug-followup@perl.org>
5395              Date: Sun, 25 Sep 2005 14:41:03 -0700
5396              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
5397              
5398              and update docs
5399      Branch: perl
5400            ! lib/File/Find.pm
5401 ____________________________________________________________________________
5402 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
5403         Log: Upgrade to Compress::Zlib 1.40
5404      Branch: perl
5405            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
5406            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
5407            ! ext/Compress/Zlib/t/03examples.t
5408 ____________________________________________________________________________
5409 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
5410         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
5411              From: Steve Peters <steve@fisharerojo.org>
5412              Date: Sep 23, 2005 8:11 PM
5413              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
5414      Branch: perl
5415            ! sv.h
5416 ____________________________________________________________________________
5417 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
5418         Log: Subject: Re: pod/pod2usage2.t
5419              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
5420              Date: Thu, 22 Sep 2005 12:12:49 +0200
5421              Message-ID: <20050922121249.5077ee3e@pc09>
5422              
5423              Also, skip all tests on Windows until we find a way
5424              to write them portably
5425      Branch: perl
5426            ! t/pod/pod2usage2.t
5427 ____________________________________________________________________________
5428 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
5429         Log: Subject: [PATCH] quiet a few warnings
5430              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5431              Date: Wed, 21 Sep 2005 18:45:56 -0700
5432              Message-ID: <20050922014555.GA2852@efn.org>
5433      Branch: perl
5434            ! cygwin/cygwin.c embed.fnc proto.h
5435 ____________________________________________________________________________
5436 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
5437         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
5438              From: Steve Peters <steve@fisharerojo.org>
5439              Date: Fri, 23 Sep 2005 08:38:58 -0500
5440              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
5441      Branch: perl
5442            ! hints/linux.sh
5443 ____________________________________________________________________________
5444 [ 25581] By: steveh                                on 2005/09/23  13:46:40
5445         Log: Extend 25579 to cover vc64 too
5446      Branch: perl
5447            ! Porting/checkcfgvar.pl
5448 ____________________________________________________________________________
5449 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
5450         Log: Add Porting/checkcfgvar.pl by Jarkko
5451      Branch: perl
5452            + Porting/checkcfgvar.pl
5453            ! MANIFEST
5454 ____________________________________________________________________________
5455 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
5456         Log: SAPER is the new maintainer of XSLoader
5457      Branch: perl
5458            ! Porting/Maintainers.pl
5459 ____________________________________________________________________________
5460 [ 25573] By: steveh                                on 2005/09/23  08:40:58
5461         Log: Change 25226 should have done this too
5462      Branch: perl
5463            ! win32/config.bc
5464 ____________________________________________________________________________
5465 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
5466         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
5467      Branch: perl
5468            ! sv.h
5469 ____________________________________________________________________________
5470 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
5471         Log: The New*() compatibility macros aren't needed inside the perl core.
5472      Branch: perl
5473            ! handy.h
5474 ____________________________________________________________________________
5475 [ 25563] By: steveh                                on 2005/09/22  07:26:20
5476         Log: Forgot to update MANIFEST in change 25547
5477      Branch: perl
5478            ! MANIFEST
5479 ____________________________________________________________________________
5480 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
5481         Log: Add an option --ignore to installhtml
5482              and use it to avoid to install doc in Porting/.
5483              Skip also test modules.
5484      Branch: perl
5485            ! Makefile.SH installhtml
5486 ____________________________________________________________________________
5487 [ 25547] By: steveh                                on 2005/09/21  16:19:03
5488         Log: Localize $@ in Locale::Maketext::maketext()
5489              so that $lh->maketext("Error: [_1]\n", $@) works as expected
5490              
5491              Also added a new test for this fix
5492      Branch: perl
5493            + lib/Locale/Maketext/t/30_local.t
5494            ! lib/Locale/Maketext.pm
5495 ____________________________________________________________________________
5496 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
5497         Log: A few POD fixes
5498      Branch: perl
5499            ! Porting/pumpkin.pod ext/B/B/Concise.pm
5500            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
5501 ____________________________________________________________________________
5502 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
5503         Log: Upgrade to Pod::Parser 1.33
5504      Branch: perl
5505            + t/pod/pod2usage2.t
5506            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5507            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5508            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
5509 ____________________________________________________________________________
5510 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
5511         Log: PodParser is now Pod-Parser on CPAN
5512      Branch: perl
5513            ! Porting/Maintainers.pl
5514 ____________________________________________________________________________
5515 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
5516         Log: Subject: [PATCH 5.8.7] misc a2p fixes
5517              From: Brendan O'Dea <bod@debian.org>
5518              Date: Sun, 11 Sep 2005 19:43:14 +1000
5519              Message-ID: <20050911094314.GA15155@londo.c47.org>
5520              
5521              and remove the check_byacc target from the x2p makefile
5522      Branch: perl
5523            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
5524 ____________________________________________________________________________
5525 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
5526         Log: Upgrade to ExtUtils::ParseXS 2.12
5527      Branch: perl
5528            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
5529 ____________________________________________________________________________
5530 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
5531         Log: Upgrade to Time::HiRes 1.74
5532      Branch: perl
5533            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5534            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5535 ____________________________________________________________________________
5536 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
5537         Log: Remove the last STRLEN n_a;s that my compiler can reach.
5538      Branch: perl
5539            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
5540            ! perly.y pp_pack.c sv.h
5541 ____________________________________________________________________________
5542 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
5543         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
5544              (Text-Tabs+Wrap-2005.0824). Keep local changes.
5545      Branch: perl
5546            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
5547 ____________________________________________________________________________
5548 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
5549         Log: Yitzchak says that Tim says that we can distribute
5550              the perl glossary under the same terms as Perl itself.
5551      Branch: perl
5552            ! pod/perlglossary.pod
5553 ____________________________________________________________________________
5554 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
5555         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
5556              From: Rick Delaney <rick@bort.ca>
5557              Date: Thu, 8 Sep 2005 08:55:16 -0400
5558              Message-ID: <20050908125516.GA18184@localhost.localdomain>
5559      Branch: perl
5560            ! hv.c t/op/local.t
5561 ____________________________________________________________________________
5562 [ 25513] By: steveh                                on 2005/09/20  09:20:16
5563         Log: Resolve [perl #37110]: Update README.win32
5564              
5565              I give up trying to keep the Platform SDK links up-to-date. They seem
5566              to have changed every time that I look at them, so make the
5567              instructions more general.
5568      Branch: perl
5569            ! README.win32
5570 ____________________________________________________________________________
5571 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
5572         Log: Upgrade to Compress::Zlib 1.39
5573      Branch: perl
5574            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
5575            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
5576 ____________________________________________________________________________
5577 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
5578         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
5579              From: Salvador "FandiXo" <sfandino@yahoo.com>
5580              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
5581              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
5582              
5583              (adapted to bleadperl)
5584      Branch: perl
5585            ! pp_ctl.c
5586 ____________________________________________________________________________
5587 [ 25507] By: merijn                                on 2005/09/20  06:51:38
5588         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
5589              From: "John E. Malmberg" <wb8tyw@qsl.net>
5590              Date: Tue, 20 Sep 2005 01:22:24 -0400
5591              Message-ID: <432F9C90.7080702@qsl.net>
5592      Branch: perl
5593            ! configure.com vms/descrip_mms.template x2p/s2p.PL
5594 ____________________________________________________________________________
5595 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
5596         Log: The second argument to Move() is the destination, so cannot possibly
5597              be const. Pesky casting in handy.h. Getting in the way of correctness.
5598      Branch: perl
5599            ! sv.c
5600 ____________________________________________________________________________
5601 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
5602         Log: Add parallel testing to TODO
5603      Branch: perl
5604            ! pod/perltodo.pod
5605 ____________________________________________________________________________
5606 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
5607         Log: First argument to he_dup is actually a const HE *
5608      Branch: perl
5609            ! embed.fnc hv.c proto.h sv.c
5610 ____________________________________________________________________________
5611 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
5612         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
5613              work with a macro version.
5614      Branch: perl
5615            ! ext/ByteLoader/bytecode.h
5616 ____________________________________________________________________________
5617 [ 25488] By: steveh                                on 2005/09/19  14:18:40
5618         Log: Update win32 config files w.r.t. change #25387
5619      Branch: perl
5620            ! win32/config.bc win32/config.gc win32/config.vc
5621            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5622            ! win32/config_H.vc win32/config_H.vc64
5623 ____________________________________________________________________________
5624 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
5625         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
5626              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5627              Date: Sun, 18 Sep 2005 19:46:37 -0700
5628              Message-ID: <20050919024637.GA2860@efn.org>
5629      Branch: perl
5630            ! ext/Devel/DProf/DProf.xs
5631 ____________________________________________________________________________
5632 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
5633         Log: Improve failure case diagnostics from comp/package.t
5634      Branch: perl
5635            ! t/comp/package.t
5636 ____________________________________________________________________________
5637 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
5638         Log: Should have been embed.h, not proto.h, in 25475
5639      Branch: perl
5640            ! embed.h
5641 ____________________________________________________________________________
5642 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
5643         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
5644              macro in 5.8.x is to make it available as hv_name_set.
5645              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
5646              warnings or other games when Perl_hv_name_set() is a macro]
5647      Branch: perl
5648            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
5649 ____________________________________________________________________________
5650 [ 25474] By: merijn                                on 2005/09/18  18:36:15
5651         Log: Subject: [patch@25452] VMS fix required by Change 25387
5652              From: "John E. Malmberg" <wb8tyw@qsl.net>
5653              Date: Sun, 18 Sep 2005 14:53:09 -0400
5654              Message-ID: <432DB795.8050801@qsl.net>
5655      Branch: perl
5656            ! configure.com
5657 ____________________________________________________________________________
5658 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
5659         Log: Tidying up the unused or unneeded global variables would be good.
5660      Branch: perl
5661            ! pod/perltodo.pod
5662 ____________________________________________________________________________
5663 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
5664         Log: Controlling what the GNU linker exports from a shared library would
5665              be a useful thing TODO
5666      Branch: perl
5667            ! pod/perltodo.pod
5668 ____________________________________________________________________________
5669 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
5670         Log: Detail the minimal rewards programme we have on offer.
5671              Hoik relocatable perl to the top of its section.
5672              Some other formatting tweaks.
5673      Branch: perl
5674            ! pod/perltodo.pod
5675 ____________________________________________________________________________
5676 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
5677         Log: 
5678              refactoring xsubpp should have been in the "just perl" section.
5679      Branch: perl
5680            ! pod/perltodo.pod
5681 ____________________________________________________________________________
5682 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
5683         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
5684              to the TODO
5685      Branch: perl
5686            ! pod/perltodo.pod
5687 ____________________________________________________________________________
5688 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
5689         Log: Add shrinking GVs and CVs to the TODO
5690      Branch: perl
5691            ! pod/perltodo.pod
5692 ____________________________________________________________________________
5693 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
5694         Log: Add reduce duplication in sv_setsv_flags to TODO
5695      Branch: perl
5696            ! pod/perltodo.pod
5697 ____________________________________________________________________________
5698 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
5699         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
5700              (and the don't know the pointer size case)
5701      Branch: perl
5702            ! pp_pack.c
5703 ____________________________________________________________________________
5704 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
5705         Log: vv5.9.3 is clearly a bug.
5706      Branch: perl
5707            ! utils/perlbug.PL
5708 ____________________________________________________________________________
5709 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
5710         Log: Add ordering of "global" variables to TODO
5711      Branch: perl
5712            ! pod/perltodo.pod
5713 ____________________________________________________________________________
5714 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
5715         Log: Holding a mutex then croak()ing strikes me as deadlock.
5716      Branch: perl
5717            ! ext/threads/threads.xs
5718 ____________________________________________________________________________
5719 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
5720         Log: Add emulate the per-thread memory pool on Unix to the TODO
5721      Branch: perl
5722            ! pod/perltodo.pod
5723 ____________________________________________________________________________
5724 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
5725         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
5726      Branch: perl
5727            ! pod/perltodo.pod
5728 ____________________________________________________________________________
5729 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
5730         Log: add merge Perl_sv_2[inpu]v to TODO
5731      Branch: perl
5732            ! pod/perltodo.pod
5733 ____________________________________________________________________________
5734 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
5735         Log: Making make -j... work is a TODO
5736      Branch: perl
5737            ! pod/perltodo.pod
5738 ____________________________________________________________________________
5739 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
5740         Log: Add "automating coverage tests" as a TODO
5741      Branch: perl
5742            ! pod/perltodo.pod
5743 ____________________________________________________________________________
5744 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
5745         Log: Re-order the TODO tasks based on the skills they need, putting the
5746              easist tasks first. I've categorised them as
5747              
5748              =head1 Tasks that only need Perl knowledge
5749              =head1 Tasks that need a little sysadmin-type knowledge
5750              =head1 Tasks that need a little C knowledge
5751              =head1 Tasks that need a knowledge of XS
5752              =head1 Tasks that need a knowledge of the interpreter
5753              =head1 Big projects
5754              
5755              Lets see if we get any takers.
5756      Branch: perl
5757            ! pod/perltodo.pod
5758 ____________________________________________________________________________
5759 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
5760         Log: Revert change #24223 : select() will continue
5761              to return -1 on error, like in previous versions, and
5762              like other system builtins.
5763      Branch: perl
5764            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
5765 ____________________________________________________________________________
5766 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
5767         Log: Fix obsolete identifiers in comment
5768      Branch: perl
5769            ! av.h
5770 ____________________________________________________________________________
5771 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
5772         Log: Upgrade to version.pm 0.48
5773      Branch: perl
5774            + lib/version.pod
5775            ! MANIFEST lib/version.pm lib/version.t util.c
5776 ____________________________________________________________________________
5777 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
5778         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
5779              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5780              Date: Wed, 14 Sep 2005 09:26:11 +0300
5781              Message-ID: <4327C283.80706@gmail.com>
5782      Branch: perl
5783            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
5784            ! lib/Math/Trig.t pod/perlfunc.pod
5785 ____________________________________________________________________________
5786 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
5787         Log: Subject: [perl #37163] dprofpp array subscript error 
5788              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
5789              Date: Tue, 13 Sep 2005 12:11:46 -0700
5790              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
5791      Branch: perl
5792            ! utils/dprofpp.PL
5793 ____________________________________________________________________________
5794 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
5795         Log: Change 25409 wasn't necessary for threaded perls
5796      Branch: perl
5797            ! toke.c
5798 ____________________________________________________________________________
5799 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
5800         Log: The debugger wasn't tracing correctly execution in eval("")'ed
5801              code containing #line directives
5802      Branch: perl
5803            ! toke.c
5804 ____________________________________________________________________________
5805 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
5806         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
5807              From: Dominic Dunlop <shouldbedomo@mac.com>
5808              Date: Sep 13, 2005 11:13 PM
5809              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
5810      Branch: perl
5811            ! lib/locale.t
5812 ____________________________________________________________________________
5813 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
5814         Log: Add Luke Closs to AUTHORS
5815      Branch: perl
5816            ! AUTHORS
5817 ____________________________________________________________________________
5818 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
5819         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
5820              From: Luke Closs (via RT) <perlbug-followup@perl.org>
5821              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
5822              Date: 1 Jul 2005 21:56:31 -0000
5823      Branch: perl
5824            ! Configure hints/darwin.sh
5825 ____________________________________________________________________________
5826 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
5827         Log: Allow non-arrowed form of chained subscripts after slices
5828              
5829              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
5830              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5831              Date: Thu, 1 Sep 2005 17:41:36 -0700
5832              Message-ID: <20050902004136.GA2656@efn.org>
5833              
5834              Date: Mon, 5 Sep 2005 08:10:20 -0700
5835              Message-ID: <20050905151020.GA3556@efn.org>
5836      Branch: perl
5837            ! perly.act perly.h perly.tab perly.y t/op/ref.t
5838 ____________________________________________________________________________
5839 [ 25398] By: merijn                                on 2005/09/13  06:22:58
5840         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
5841              From: "John E. Malmberg" <wb8tyw@qsl.net>
5842              Date: Mon, 12 Sep 2005 23:56:36 -0400
5843              Message-ID: <43264DF4.6090403@qsl.net>
5844      Branch: perl
5845            ! vms/vms.c
5846 ____________________________________________________________________________
5847 [ 25397] By: merijn                                on 2005/09/13  06:18:46
5848         Log: Subject: [PATCH] The return of the consting
5849              From: Andy Lester <andy@petdance.com>
5850              Date: Tue, 13 Sep 2005 01:08:36 -0500
5851              Message-ID: <20050913060835.GA1037@petdance.com>
5852      Branch: perl
5853            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
5854 ____________________________________________________________________________
5855 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
5856         Log: Subject: [perl #37142] h2xs skips enums with negative values 
5857              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
5858              Date: Sun, 11 Sep 2005 13:33:44 -0700
5859              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
5860      Branch: perl
5861            ! utils/h2xs.PL
5862 ____________________________________________________________________________
5863 [ 25387] By: merijn                                on 2005/09/12  13:26:31
5864         Log: Detection of malloc_size and malloc_good_size
5865      Branch: perl
5866            ! Configure Porting/Glossary config_h.SH handy.h
5867 ____________________________________________________________________________
5868 [ 25383] By: merijn                                on 2005/09/11  13:50:53
5869         Log: Reverted 25364 on authors request
5870      Branch: perl
5871            ! lib/ExtUtils/CBuilder/Base.pm
5872            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5873 ____________________________________________________________________________
5874 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
5875         Log: Experiment with putting the F<.patch>level into patchlevel.h
5876              (a sure way to accelerate any change to subversion)
5877      Branch: perl
5878            ! cflags.SH patchlevel.h
5879 ____________________________________________________________________________
5880 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
5881         Log: Minor comment fix
5882      Branch: perl
5883            ! hv.h
5884 ____________________________________________________________________________
5885 [ 25365] By: merijn                                on 2005/09/08  07:20:19
5886         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
5887              From: Rick Delaney <rick@bort.ca>
5888              Date: Wed, 7 Sep 2005 22:45:44 -0400
5889              Message-ID: <20050908024544.GA4058@localhost.localdomain>
5890      Branch: perl
5891            ! t/op/local.t
5892 ____________________________________________________________________________
5893 [ 25364] By: merijn                                on 2005/09/08  06:07:53
5894         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
5895              From: "John E. Malmberg" <wb8tyw@qsl.net>
5896              Date: Wed, 07 Sep 2005 19:59:36 -0400
5897              Message-ID: <431F7EE8.3040908@qsl.net>
5898      Branch: perl
5899            ! lib/ExtUtils/CBuilder/Base.pm
5900            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
5901 ____________________________________________________________________________
5902 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
5903         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
5904              Work around it.
5905      Branch: perl
5906            ! lib/Carp/Heavy.pm
5907 ____________________________________________________________________________
5908 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
5909         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
5910              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
5911              Date: Tue, 06 Sep 2005 08:07:14 -0700
5912              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
5913      Branch: perl
5914            ! lib/File/Path.pm
5915 ____________________________________________________________________________
5916 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
5917         Log: Upgrade to Compress::Zlib 1.38
5918      Branch: perl
5919            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
5920            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
5921            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
5922 ____________________________________________________________________________
5923 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
5924         Log: Add a TODO test for bug #37038 - assigning to the match variable
5925              should not corrupt match vars such as $1 and $2
5926      Branch: perl
5927            ! t/op/pat.t
5928 ____________________________________________________________________________
5929 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
5930         Log: Revert Makefile.PL change from #25355
5931      Branch: perl
5932            ! ext/IO/Makefile.PL
5933 ____________________________________________________________________________
5934 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
5935         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
5936              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5937              Date: Fri, 2 Sep 2005 00:05:52 -0700
5938              Message-ID: <20050902070552.GA3992@efn.org>
5939      Branch: perl
5940            ! mg.c t/op/tie.t
5941 ____________________________________________________________________________
5942 [ 25357] By: merijn                                on 2005/09/06  14:10:28
5943         Log: Added amd64 and x86_64 to recognized predefined cpp syms
5944      Branch: perl
5945            ! Configure
5946 ____________________________________________________________________________
5947 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
5948         Log: Upgrade to IO 1.22 from gbarr
5949              - Adjust the regression tests to use t/test.pl from bleadperl
5950              when $ENV{PERL_CORE} is defined
5951              - Add can_ok and isa_ok to t/test.pl from the implementation
5952              found in the IO CPAN distribution
5953      Branch: perl
5954            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
5955            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5956            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5957            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5958            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5959            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5960            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
5961            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
5962            ! ext/IO/t/io_utf8.t t/test.pl
5963 ____________________________________________________________________________
5964 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
5965         Log: Subject: regression test for 25352
5966              From: Jim Cromie <jim.cromie@gmail.com>
5967              Date: Sat, 03 Sep 2005 22:38:13 -0600
5968              Message-ID: <431A7A35.6050705@gmail.com>
5969      Branch: perl
5970            ! ext/B/t/optree_specials.t
5971 ____________________________________________________________________________
5972 [ 25353] By: davem                                 on 2005/09/04  09:40:05
5973         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
5974              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
5975              Date:  Thu, 1 Sep 2005 17:41:36 -0700
5976              Message-Id:  <20050902004136.GA2656@efn.org>
5977              
5978              Allow any variant of bison 1.875 to be used
5979      Branch: perl
5980            ! regen_perly.pl
5981 ____________________________________________________________________________
5982 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
5983         Log: Subject: Re: Optree Generation
5984              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5985              Date: Aug 31, 2005 2:18 PM
5986              Message-ID: <20050831121822.GA3464@efn.org>
5987      Branch: perl
5988            ! ext/B/B/Concise.pm
5989 ____________________________________________________________________________
5990 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
5991         Log: Subject: document index() with out of bounds POSITION
5992              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5993              Date: Sep 2, 2005 2:23 PM
5994              Message-ID: <20050902122311.GA3104@efn.org>
5995      Branch: perl
5996            ! pod/perlfunc.pod
5997 ____________________________________________________________________________
5998 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
5999         Log: Really fix the Archive::Tar setup test.
6000              p4 and svn don't behave similarly concerning removal
6001              of empty directories...
6002      Branch: perl
6003            ! lib/Archive/Tar/t/00_setup.t
6004 ____________________________________________________________________________
6005 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
6006         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
6007      Branch: perl
6008            ! lib/Archive/Tar/t/00_setup.t
6009 ____________________________________________________________________________
6010 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
6011         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
6012              From: Robin Barker <Robin.Barker@npl.co.uk>
6013              Date: Thu, 1 Sep 2005 20:09:43 +0100 
6014              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
6015      Branch: perl
6016            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
6017            ! MANIFEST lib/Archive/Tar/t/00_setup.t
6018            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
6019 ____________________________________________________________________________
6020 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
6021         Log: Regression test for the fix in change #25308,
6022              based on code by Troy Loveday
6023      Branch: perl
6024            + ext/Data/Dumper/t/bugs.t
6025            ! MANIFEST
6026 ____________________________________________________________________________
6027 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
6028         Log: Oops, fix threaded build
6029      Branch: perl
6030            ! toke.c
6031 ____________________________________________________________________________
6032 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
6033         Log: Don't list test modules when listing cpan versions
6034      Branch: perl
6035            ! Porting/corecpan.pl
6036 ____________________________________________________________________________
6037 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
6038         Log: Add the "no 6" / "no v6" syntax.
6039      Branch: perl
6040            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
6041            ! proto.h t/comp/use.t toke.c
6042 ____________________________________________________________________________
6043 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
6044         Log: Remove no 6 from the todo list
6045      Branch: perl
6046            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
6047            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
6048 ____________________________________________________________________________
6049 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
6050         Log: Document that Sys::Syslog::openlog might die.
6051              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
6052      Branch: perl
6053            ! ext/Sys/Syslog/Syslog.pm
6054 ____________________________________________________________________________
6055 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
6056         Log: Fix for [perl #37036] perl segfault at 'compile'-time
6057      Branch: perl
6058            ! op.c
6059 ____________________________________________________________________________
6060 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
6061         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
6062              From: "John E. Malmberg" <wb8tyw@qsl.net>
6063              Date: Tue, 30 Aug 2005 22:17:42 -0400
6064              Message-ID: <43151346.4010001@qsl.net>
6065      Branch: perl
6066            ! ext/Devel/Peek/t/Peek.t
6067 ____________________________________________________________________________
6068 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
6069         Log: Clarify the cases where system() returns 1,
6070              per a suggestion of Rick Delaney (bug #36976)
6071      Branch: perl
6072            ! pod/perlfunc.pod
6073 ____________________________________________________________________________
6074 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
6075         Log: Upgrade to PathTools 3.11
6076              (no real changes)
6077      Branch: perl
6078            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
6079 ____________________________________________________________________________
6080 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
6081         Log: Subject: sv-head refactor
6082              From: Jim Cromie <jim.cromie@gmail.com>
6083              Date: Thu, 25 Aug 2005 21:42:44 -0600
6084              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
6085      Branch: perl
6086            ! sv.h
6087 ____________________________________________________________________________
6088 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
6089         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
6090              From: "John E. Malmberg" <wb8tyw@qsl.net>
6091              Date: Sat, 27 Aug 2005 19:54:26 -0400
6092              Message-ID: <4310FD32.70809@qsl.net>
6093      Branch: perl
6094            ! t/op/magic.t
6095 ____________________________________________________________________________
6096 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
6097         Log: Subject: [patch@25334] hv.c vms environment fix.
6098              From: "John E. Malmberg" <wb8tyw@qsl.net>
6099              Date: Sat, 27 Aug 2005 19:20:50 -0400
6100              Message-ID: <4310F552.8050401@qsl.net>
6101      Branch: perl
6102            ! hv.c
6103 ____________________________________________________________________________
6104 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
6105         Log: Upgrade to PathTools 3.10
6106      Branch: perl
6107            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
6108            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6109            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
6110 ____________________________________________________________________________
6111 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
6112         Log: Fix failure in Archive::Tar tests when perl is built
6113              with -Dmksymlinks
6114      Branch: perl
6115            ! lib/Archive/Tar/t/02_methods.t
6116 ____________________________________________________________________________
6117 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
6118         Log: Revert 25331 (except for the typo fix).
6119      Branch: perl
6120            ! sv.c
6121 ____________________________________________________________________________
6122 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
6123         Log: To make the current implementation of sv_replace sane, we should
6124              assert that the reference count of the target is also 1.
6125              (Given that we're splatting an SV with a reference count of 1 onto
6126              the target)
6127      Branch: perl
6128            ! sv.c
6129 ____________________________________________________________________________
6130 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
6131         Log: Promote the warning about reference miscount in sv_replace to a panic.
6132              TODO - document the panics
6133      Branch: perl
6134            ! sv.c
6135 ____________________________________________________________________________
6136 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
6137         Log: No need to manually set the reference count of a new IO to 1.
6138      Branch: perl
6139            ! gv.c
6140 ____________________________________________________________________________
6141 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
6142         Log: Don't mention redundant usethreads in -V output
6143              Be more consistent in using commas
6144      Branch: perl
6145            ! myconfig.SH
6146 ____________________________________________________________________________
6147 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
6148         Log: Subject: update B::Concise pod to reflect previous changes
6149              From: Jim Cromie <jcromie@divsol.com>
6150              Date: Wed, 24 Aug 2005 11:05:47 -0600
6151              Message-ID: <430CA8EB.3010904@divsol.com>
6152      Branch: perl
6153            ! ext/B/B/Concise.pm
6154 ____________________________________________________________________________
6155 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
6156         Log: Fix miniperl build with threaded perl
6157      Branch: perl
6158            ! util.c
6159 ____________________________________________________________________________
6160 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
6161         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
6162              From: "John Peacock" <jpeacock@rowman.com>
6163              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
6164              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
6165      Branch: perl
6166            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
6167            ! pod/perlapi.pod proto.h t/comp/use.t util.c
6168 ____________________________________________________________________________
6169 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
6170         Log: Unmatched parentheses (thanks to Steve Peters)
6171      Branch: perl
6172            ! pod/perlvar.pod
6173 ____________________________________________________________________________
6174 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
6175         Log: My system produces core.$$ files
6176      Branch: perl
6177            ! Makefile.SH
6178 ____________________________________________________________________________
6179 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
6180         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
6181              From: Rick Delaney <rick@bort.ca>
6182              Date: Mon, 22 Aug 2005 13:00:33 -0400
6183              Message-ID: <20050822170033.GH7674@localhost.localdomain>
6184      Branch: perl
6185            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
6186 ____________________________________________________________________________
6187 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
6188         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
6189              From: "Jan Dubois" <jand@ActiveState.com>
6190              Date: Mon, 22 Aug 2005 15:37:09 -0700
6191              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
6192      Branch: perl
6193            ! win32/ext/Win32/Win32.pm
6194 ____________________________________________________________________________
6195 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
6196         Log: Subject: Re: Documentation change for IPC::Open*.pm
6197              From: Ben Tilly <btilly@gmail.com>
6198              Date: Mon, 22 Aug 2005 08:30:14 -0700
6199              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
6200      Branch: perl
6201            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
6202 ____________________________________________________________________________
6203 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
6204         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
6205              From: Rick Delaney <rick@bort.ca>
6206              Date: Sun, 21 Aug 2005 15:09:57 -0400
6207              Message-ID: <20050821190957.GE7674@localhost.localdomain>
6208      Branch: perl
6209            ! pp_ctl.c t/op/range.t
6210 ____________________________________________________________________________
6211 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
6212         Log: Upgrade to Term::ANSIColor 1.10
6213      Branch: perl
6214            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
6215            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
6216 ____________________________________________________________________________
6217 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
6218         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
6219              From: Michael G Schwern <schwern@pobox.com>
6220              Date: Sun, 21 Aug 2005 00:16:26 -0700
6221              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
6222      Branch: perl
6223            ! lib/CPAN.pm
6224 ____________________________________________________________________________
6225 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
6226         Log: Argh. I've overwritten local changes to ptar with change 25312
6227      Branch: perl
6228            ! lib/Archive/Tar/bin/ptar
6229 ____________________________________________________________________________
6230 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
6231         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
6232              From: Abe Timmerman <abe@ztreet.demon.nl>
6233              Date: Sun, 21 Aug 2005 16:28:42 +0200
6234              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
6235      Branch: perl
6236            ! configure.com
6237 ____________________________________________________________________________
6238 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
6239         Log: Don't install ptar in module tree
6240      Branch: perl
6241            ! installperl
6242 ____________________________________________________________________________
6243 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
6244         Log: Fix typo in file name
6245      Branch: perl
6246            ! MANIFEST
6247 ____________________________________________________________________________
6248 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
6249         Log: Upgrade to Archive::Tar 1.26
6250              Preserve some local typo fixes
6251              Don't load Data::Dumper
6252      Branch: perl
6253            + lib/Archive/Tar/bin/ptardiff
6254            + lib/Archive/Tar/t/04_resolved_issues.t
6255            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
6256            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
6257            ! lib/Archive/Tar/t/02_methods.t
6258 ____________________________________________________________________________
6259 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
6260         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
6261              From: "John E. Malmberg" <wb8tyw@qsl.net>
6262              Message-ID: <4307F348.70603@qsl.net>
6263              Date: Sat, 20 Aug 2005 23:21:44 -0400
6264      Branch: perl
6265            ! t/op/arith.t
6266 ____________________________________________________________________________
6267 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
6268         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
6269              From: "John E. Malmberg" <wb8tyw@qsl.net>
6270              Message-ID: <43080395.50807@qsl.net>
6271              Date: Sun, 21 Aug 2005 00:31:17 -0400
6272      Branch: perl
6273            ! lib/ExtUtils/t/Constant.t
6274 ____________________________________________________________________________
6275 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
6276         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
6277              From: Abigail <abigail@abigail.nl>
6278              Message-ID: <20050723003235.GJ15093@abigail.nl>
6279              Date: Sat, 23 Jul 2005 02:32:35 +0200
6280      Branch: perl
6281            ! ext/POSIX/POSIX.xs
6282 ____________________________________________________________________________
6283 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
6284         Log: Subject: Re: Data::Dumper bug?
6285              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6286              Date: Mon, 8 Aug 2005 20:33:02 -0700
6287              Message-ID: <20050809033301.GA3804@efn.org>
6288      Branch: perl
6289            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6290 ____________________________________________________________________________
6291 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
6292         Log: Subject: [PATCH] make threads.xs emit warnings properly
6293              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
6294              Date: Aug 7, 2005 7:10 AM
6295              Message-id: <20050807051041.GA3924@ethan>
6296      Branch: perl
6297            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6298 ____________________________________________________________________________
6299 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
6300         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
6301              From: "John E. Malmberg" <wb8tyw@qsl.net>
6302              Date: Thu, 18 Aug 2005 21:18:27 -0400
6303              Message-ID: <43053363.8090809@qsl.net>
6304      Branch: perl
6305            ! vms/vms.c
6306 ____________________________________________________________________________
6307 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
6308         Log: Subject: make test of perl 5.8.7 failed on icc9
6309              From: YAMASHINA Hio <hio@ymir.co.jp>
6310              Date: Thu, 18 Aug 2005 20:36:57 +0900
6311              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
6312      Branch: perl
6313            ! hints/linux.sh
6314 ____________________________________________________________________________
6315 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
6316         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
6317              From: <jarkko.hietaniemi@nokia.com>
6318              Date: Thu, 18 Aug 2005 13:43:46 +0300
6319              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
6320      Branch: perl
6321            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
6322            ! symbian/TODO symbian/config.pl symbian/config.sh
6323            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
6324 ____________________________________________________________________________
6325 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
6326         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
6327              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6328              Date: Fri, 12 Aug 2005 00:20:39 +0900
6329              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
6330      Branch: perl
6331            ! t/op/tr.t toke.c
6332 ____________________________________________________________________________
6333 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
6334         Log: Subject: autouse.pm: remove unneeded eval
6335              From: Alexey Tourbin <at@altlinux.ru>
6336              Date: Thu, 18 Aug 2005 08:13:24 +0400
6337              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
6338              
6339              Subject: autouse.pm: check stub, use goto in stub
6340              From: Alexey Tourbin <at@altlinux.ru>
6341              Date: Thu, 18 Aug 2005 09:06:20 +0400
6342              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
6343      Branch: perl
6344            ! lib/autouse.pm
6345 ____________________________________________________________________________
6346 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
6347         Log: FAQ sync
6348      Branch: perl
6349            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6350            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6351            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
6352 ____________________________________________________________________________
6353 [ 25300] By: steveh                                on 2005/08/17  14:33:00
6354         Log: Subject: Your bug reports for Time::Local
6355              From: Dave Rolsky <autarch@urth.org>
6356              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
6357              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
6358              
6359              An improvement on change 25287 from Dave Rolsky
6360      Branch: perl
6361            ! lib/Time/Local.t
6362 ____________________________________________________________________________
6363 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
6364         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
6365              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6366              Date: Aug 7, 2005 8:03 PM
6367              Message-ID: <20050807180308.GA2112@efn.org>
6368              
6369              Subject: Re: [perl #36654] Inconsistent treatment of NaN
6370              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6371              Date: Wed, 10 Aug 2005 22:53:51 -0700
6372              Message-ID: <20050811055351.GA2296@efn.org>
6373      Branch: perl
6374            ! numeric.c pod/perlop.pod
6375 ____________________________________________________________________________
6376 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
6377         Log: Upgrade to Time::HiRes 1.73
6378      Branch: perl
6379            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6380 ____________________________________________________________________________
6381 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
6382         Log: Given that we now have a union, there's no need for all the HvARRAY()
6383              casting games.
6384      Branch: perl
6385            ! hv.h sv.h
6386 ____________________________________________________________________________
6387 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
6388         Log: Fix for [perl #36853] -Dx can crash bleadperl
6389              The PL_op_sequence global hash wasn't initialized
6390      Branch: perl
6391            ! dump.c
6392 ____________________________________________________________________________
6393 [ 25295] By: merijn                                on 2005/08/16  07:36:58
6394         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
6395              From: Gisle Aas <gisle@ActiveState.com>
6396              Date: 15 Aug 2005 21:05:22 -0700
6397              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
6398      Branch: perl
6399            ! ext/Time/HiRes/hints/solaris.pl
6400 ____________________________________________________________________________
6401 [ 25294] By: merijn                                on 2005/08/15  09:36:30
6402         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
6403              From: "John E. Malmberg" <wb8tyw@qsl.net>
6404              Date: Sat, 13 Aug 2005 12:20:34 -0400
6405              Message-ID: <42FE1DD2.8050803@qsl.net>
6406      Branch: perl
6407            ! configure.com
6408 ____________________________________________________________________________
6409 [ 25293] By: merijn                                on 2005/08/15  09:34:28
6410         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
6411              From: Abe Timmerman <abe@ztreet.demon.nl>
6412              Date: Sat, 13 Aug 2005 18:16:29 +0200
6413              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
6414      Branch: perl
6415            ! configure.com
6416 ____________________________________________________________________________
6417 [ 25292] By: merijn                                on 2005/08/13  07:38:54
6418         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
6419              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6420              Date: Fri, 12 Aug 2005 16:31:42 +0100
6421              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
6422      Branch: perl
6423            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
6424            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
6425            ! ext/Compress/Zlib/t/03examples.t
6426 ____________________________________________________________________________
6427 [ 25291] By: merijn                                on 2005/08/13  07:33:46
6428         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
6429              From: "John E. Malmberg" <wb8tyw@qsl.net>
6430              Date: Fri, 12 Aug 2005 13:39:25 -0400
6431              Message-ID: <42FCDECD.8090009@qsl.net>
6432      Branch: perl
6433            ! configure.com
6434 ____________________________________________________________________________
6435 [ 25290] By: merijn                                on 2005/08/13  07:30:05
6436         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
6437              From: "John E. Malmberg" <wb8tyw@qsl.net>
6438              Date: Fri, 12 Aug 2005 23:17:39 -0400
6439              Message-ID: <42FD6653.6010605@qsl.net>
6440      Branch: perl
6441            ! lib/bignum/t/bninfnan.t
6442 ____________________________________________________________________________
6443 [ 25289] By: steveh                                on 2005/08/12  16:13:11
6444         Log: Supply same libs for bcc32 builds as cl and gcc builds have
6445              
6446              It makes life easier for third-party extensions if perl provides a
6447              decent set of libs to link against. cl and gcc builds already have
6448              this (except that gcc was missing one lib), but bcc32 builds only
6449              have one or two libs supplied.  In particular, the ODBC libs
6450              required for building libwin32 were not specified.  One of these
6451              doesn't exist in the Borland lib dirs by default, so generate it
6452              from the DLL if it is missing.
6453      Branch: perl
6454            ! win32/makefile.mk
6455 ____________________________________________________________________________
6456 [ 25288] By: steveh                                on 2005/08/12  15:26:11
6457         Log: Make change 25286 better
6458              
6459              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
6460      Branch: perl
6461            ! win32/win32.c
6462 ____________________________________________________________________________
6463 [ 25287] By: steveh                                on 2005/08/11  11:56:26
6464         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
6465              
6466              See comments at:
6467              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
6468      Branch: perl
6469            ! lib/Time/Local.t
6470 ____________________________________________________________________________
6471 [ 25286] By: steveh                                on 2005/08/11  10:56:12
6472         Log: Silence Win32 compiler warnings following change 25280
6473      Branch: perl
6474            ! win32/win32.c
6475 ____________________________________________________________________________
6476 [ 25285] By: steveh                                on 2005/08/11  09:21:37
6477         Log: Run regen.pl
6478      Branch: perl
6479            ! pod/perlapi.pod proto.h
6480 ____________________________________________________________________________
6481 [ 25284] By: merijn                                on 2005/08/11  07:35:27
6482         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
6483              From: "John E. Malmberg" <wb8tyw@qsl.net>
6484              Date: Wed, 10 Aug 2005 23:26:03 -0400
6485              Message-ID: <42FAC54B.2050207@qsl.net>
6486      Branch: perl
6487            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
6488            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
6489            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
6490            ! utils/c2ph.PL vms/ext/Stdio/test.pl
6491 ____________________________________________________________________________
6492 [ 25283] By: merijn                                on 2005/08/11  07:25:32
6493         Log: Subject: [patch] blead@25282
6494              From: "John E. Malmberg" <wb8tyw@qsl.net>
6495              Date: Wed, 10 Aug 2005 23:47:47 -0400
6496              Message-ID: <42FACA63.4030805@qsl.net>
6497      Branch: perl
6498            ! t/op/exec.t t/run/exit.t
6499 ____________________________________________________________________________
6500 [ 25282] By: merijn                                on 2005/08/10  20:34:03
6501         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
6502              From: Andy Dougherty <doughera@lafayette.edu>
6503              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
6504              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
6505      Branch: perl
6506            ! hints/solaris_2.sh
6507 ____________________________________________________________________________
6508 [ 25281] By: merijn                                on 2005/08/10  11:45:11
6509         Log: Subject: conflicting types for 'Perl_my_popen'
6510              From: Alexey Tourbin <at@altlinux.ru>
6511              Date: Wed, 10 Aug 2005 15:19:15 +0400
6512              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
6513      Branch: perl
6514            ! util.c
6515 ____________________________________________________________________________
6516 [ 25280] By: merijn                                on 2005/08/10  09:14:23
6517         Log: Subject: patch@25279 VMS error handling and const fixes
6518              From: "John E. Malmberg" <wb8tyw@qsl.net>
6519              Date: Wed, 10 Aug 2005 00:37:13 -0400
6520              Message-ID: <42F98479.6030207@qsl.net>
6521      Branch: perl
6522            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
6523            ! vms/vmsish.h
6524 ____________________________________________________________________________
6525 [ 25279] By: merijn                                on 2005/08/09  11:24:54
6526         Log: Subject: [PATCH] Fix a couple of random warnings
6527              From: Steve Peters <steve@fisharerojo.org>
6528              Date: Tue, 9 Aug 2005 06:21:48 -0500
6529              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
6530      Branch: perl
6531            ! nostdio.h perl.c
6532 ____________________________________________________________________________
6533 [ 25278] By: steveh                                on 2005/08/08  16:12:12
6534         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
6535              
6536              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
6537              it supports the ServerAliveInterval config setting which prevents the
6538              ssh client from timing out every so often
6539      Branch: perl
6540            ! Porting/repository.pod
6541 ____________________________________________________________________________
6542 [ 25277] By: merijn                                on 2005/08/08  06:22:38
6543         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
6544              From: Andy Lester <andy@petdance.com>
6545              Date: Sun, 7 Aug 2005 00:59:11 -0500
6546              Message-ID: <20050807055911.GA6384@petdance.com>
6547      Branch: perl
6548            ! embed.fnc op.c
6549 ____________________________________________________________________________
6550 [ 25276] By: merijn                                on 2005/08/08  06:17:33
6551         Log: Subject: Re: [PATCH] undup
6552              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6553              Date: Sun, 07 Aug 2005 14:49:40 +0300
6554              Message-ID: <42F5F554.5020701@gmail.com>
6555      Branch: perl
6556            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
6557 ____________________________________________________________________________
6558 [ 25275] By: davem                                 on 2005/08/07  11:15:32
6559         Log: run regen.pl after change #25274
6560      Branch: perl
6561            ! pod/perlintern.pod
6562 ____________________________________________________________________________
6563 [ 25274] By: merijn                                on 2005/08/07  10:10:12
6564         Log: Subject: [PATCH] undup 
6565              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6566              Date: Sun, 07 Aug 2005 13:28:19 +0300
6567              Message-ID: <42F5E243.80500@gmail.com>
6568      Branch: perl
6569            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
6570            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
6571            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
6572 ____________________________________________________________________________
6573 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
6574         Log: Add files missed in change 25271
6575      Branch: perl
6576            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
6577            + ext/Encode/t/mime_header_iso2022jp.t
6578 ____________________________________________________________________________
6579 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
6580         Log: Clarify docs
6581      Branch: perl
6582            ! ext/PerlIO/encoding/encoding.pm
6583 ____________________________________________________________________________
6584 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
6585         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
6586              by Dan Kogai to fix encoding(utf-8-strict) with partial
6587              characters.
6588      Branch: perl
6589            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6590            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6591            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
6592            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
6593            ! ext/Encode/lib/Encode/Config.pm
6594            ! ext/Encode/lib/Encode/MIME/Header.pm
6595            ! ext/PerlIO/encoding/encoding.pm
6596 ____________________________________________________________________________
6597 [ 25270] By: merijn                                on 2005/08/06  15:54:55
6598         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
6599              From: Dominic Dunlop <shouldbedomo@mac.com>
6600              Date: Sat, 6 Aug 2005 17:47:40 +0200
6601              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
6602      Branch: perl
6603            ! pp.c t/op/arith.t
6604 ____________________________________________________________________________
6605 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
6606         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
6607              From: John E. Malmberg <wb8tyw@qsl.net>
6608              Date: Mon, 01 Aug 2005 19:54:22 -0400
6609              Message-ID: <42EEB62E.3020108@qsl.net>
6610      Branch: perl
6611            ! vms/vms.c
6612 ____________________________________________________________________________
6613 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
6614         Log: "thread failed to start" is a severe warning, not a fatal error
6615              as reported by Tassilo von Parseval.
6616      Branch: perl
6617            ! pod/perldiag.pod
6618 ____________________________________________________________________________
6619 [ 25267] By: merijn                                on 2005/08/05  14:13:26
6620         Log: ASCIZ is not a typo
6621      Branch: perl
6622            ! pod/perlfunc.pod
6623 ____________________________________________________________________________
6624 [ 25266] By: merijn                                on 2005/08/05  07:50:40
6625         Log: Subject: [PATCH] Typos in *.p[lm]
6626              From: "Piotr Fusik" <pfusik@op.pl>
6627              Date: Sun, 31 Jul 2005 12:50:04 +0200
6628              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
6629      Branch: perl
6630            ! ext/Encode/lib/Encode/PerlIO.pod
6631            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
6632            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
6633            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
6634            ! pod/perlfunc.pod pod/perltoc.pod
6635 ____________________________________________________________________________
6636 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
6637         Log: VMS debugging help, by John E. Malmberg
6638      Branch: perl
6639            ! vms/descrip_mms.template
6640 ____________________________________________________________________________
6641 [ 25264] By: merijn                                on 2005/08/03  10:30:54
6642         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
6643              From: Dominic Dunlop <shouldbedomo@mac.com>
6644              Date: Wed, 3 Aug 2005 12:19:03 +0200
6645              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
6646      Branch: perl
6647            ! t/op/sprintf.t
6648 ____________________________________________________________________________
6649 [ 25263] By: merijn                                on 2005/08/02  13:59:49
6650         Log: The typo changes from 25261 (of course) altered the MD5's
6651      Branch: perl
6652            ! ext/Digest/MD5/t/files.t
6653 ____________________________________________________________________________
6654 [ 25262] By: merijn                                on 2005/08/02  13:45:35
6655         Log: Typoes from 25261 also in expected for tests
6656      Branch: perl
6657            ! t/pod/pod2usage.xr
6658 ____________________________________________________________________________
6659 [ 25261] By: merijn                                on 2005/08/02  10:39:51
6660         Log: Subject: [PATCH] Typos in *.p[lm]
6661              From: "Piotr Fusik" <pfusik@op.pl>
6662              Date: Sun, 31 Jul 2005 12:50:04 +0200
6663              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
6664      Branch: perl
6665            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
6666            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6667            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
6668            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
6669            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
6670            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
6671            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
6672            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6673            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
6674            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
6675            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
6676            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
6677            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
6678            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6679            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
6680            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6681            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
6682            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
6683            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
6684            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
6685            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
6686            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
6687            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
6688            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
6689            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
6690            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6691            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
6692            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
6693            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
6694            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
6695            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
6696            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
6697            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
6698            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
6699            ! wince/comp.pl
6700 ____________________________________________________________________________
6701 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
6702         Log: Document where to find maintainers of dual live modules
6703      Branch: perl
6704            ! pod/perlhack.pod
6705 ____________________________________________________________________________
6706 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
6707         Log: More typo fixes (damn generated pod files)
6708      Branch: perl
6709            ! pad.c
6710 ____________________________________________________________________________
6711 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
6712         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
6713              From: Michael G Schwern <schwern@pobox.com>
6714              Date: Sat, 23 Jul 2005 19:59:29 -0700
6715              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
6716      Branch: perl
6717            ! pod/perlfunc.pod
6718 ____________________________________________________________________________
6719 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
6720         Log: Various patches by John E. Malmberg to fix data
6721              corruption issues on VMS. Back out change 25218 and
6722              the parts of change 25217 that affect pp_ctl.c and
6723              pp_sys.c.
6724      Branch: perl
6725            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
6726            ! vms/vms.c vms/vmsish.h
6727 ____________________________________________________________________________
6728 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
6729         Log: Various patches by John E. Malmberg to fix data
6730              corruption issues on VMS. Back out change 25218 and
6731              the parts of change 25217 that affect pp_ctl.c and
6732              pp_sys.c.
6733      Branch: perl
6734            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
6735            ! vms/vms.c vms/vmsish.h
6736 ____________________________________________________________________________
6737 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
6738         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
6739              From: "John E. Malmberg" <wb8tyw@qsl.net>
6740              Date: Fri, 29 Jul 2005 10:24:15 -0400
6741              Message-ID: <42EA3C0F.9040900@qsl.net>
6742      Branch: perl
6743            ! vms/vms.c
6744 ____________________________________________________________________________
6745 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
6746         Log: Another typo fix
6747      Branch: perl
6748            ! XSUB.h pod/perlapi.pod
6749 ____________________________________________________________________________
6750 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
6751         Log: Subject: [PATCH] POD typos
6752              From: "Piotr Fusik" <pfusik@op.pl>
6753              Date: Sat, 30 Jul 2005 21:54:19 +0200
6754              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
6755      Branch: perl
6756            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
6757            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
6758            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
6759            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
6760            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
6761            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
6762 ____________________________________________________________________________
6763 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
6764         Log: Subject: Re: [perl #36622] y/// at end of file
6765              From: Michael G Schwern <schwern@pobox.com>
6766              Date: Fri, 22 Jul 2005 11:51:15 -0700
6767              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
6768      Branch: perl
6769            ! t/op/tr.t t/test.pl
6770 ____________________________________________________________________________
6771 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
6772         Log: Subject: Re: blead@25210 on OpenVMS (not good)
6773              From: "John E. Malmberg" <wb8tyw@qsl.net>
6774              Date: Sun, 24 Jul 2005 19:09:01 -0400
6775              Message-ID: <42E41F8D.3040306@qsl.net>
6776              
6777              constify Perl_unlnk
6778      Branch: perl
6779            ! embed.fnc perl.h proto.h util.c
6780 ____________________________________________________________________________
6781 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
6782         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
6783              From: "John E. Malmberg" <wb8tyw@qsl.net>
6784              Date: Sun, 31 Jul 2005 23:19:51 -0400
6785              Message-ID: <42ED94D6.7020104@qsl.net>
6786      Branch: perl
6787            ! ext/Compress/Zlib/t/03examples.t
6788 ____________________________________________________________________________
6789 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
6790         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
6791              From: "John E. Malmberg" <wb8tyw@qsl.net>
6792              Date: Sun, 31 Jul 2005 22:18:19 -0400
6793              Message-ID: <42ED866B.3000308@qsl.net>
6794      Branch: perl
6795            ! t/op/pack.t
6796 ____________________________________________________________________________
6797 [ 25248] By: merijn                                on 2005/07/31  15:50:45
6798         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
6799              POSIX::SigRt is not available on use
6800      Branch: perl
6801            ! ext/POSIX/t/sigaction.t
6802 ____________________________________________________________________________
6803 [ 25247] By: merijn                                on 2005/07/31  15:47:51
6804         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
6805              From: Dominic Dunlop <shouldbedomo@mac.com>
6806              Date: Fri, 29 Jul 2005 17:41:59 +0200
6807              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
6808      Branch: perl
6809            ! sv.h
6810 ____________________________________________________________________________
6811 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
6812         Log: Remove the documentation for $#, which has been removed
6813      Branch: perl
6814            ! pod/perlvar.pod
6815 ____________________________________________________________________________
6816 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
6817         Log: Update Changes
6818      Branch: perl
6819            ! Changes
6820 ____________________________________________________________________________
6821 [ 25244] By: steveh                                on 2005/07/29  09:41:38
6822         Log: Skip op/sprintf.t test 147 on MSWin32
6823              ... and fix the skip code so that it actually works ;-)
6824      Branch: perl
6825            ! t/op/sprintf.t
6826 ____________________________________________________________________________
6827 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
6828         Log: Subject: [PATCH] More embed.fnc goodness
6829              From: Andy Lester <andy@petdance.com>
6830              Date: Thu, 28 Jul 2005 14:09:56 -0500
6831              Message-ID: <20050728190956.GB607@petdance.com>
6832      Branch: perl
6833            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
6834            ! regexec.c sv.c util.c
6835 ____________________________________________________________________________
6836 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
6837         Log: Subject: [PATCH] Fix English error in overload.pm
6838              From: Andy Lester <andy@petdance.com>
6839              Date: Thu, 28 Jul 2005 14:10:43 -0500
6840              Message-ID: <20050728191043.GC607@petdance.com>
6841      Branch: perl
6842            ! lib/overload.pm
6843 ____________________________________________________________________________
6844 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
6845         Log: Clarification to the syntax of loop modifiers
6846              by Piotr Fusik
6847      Branch: perl
6848            ! pod/perlfunc.pod
6849 ____________________________________________________________________________
6850 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
6851         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
6852              From: "Green, Paul" <Paul.Green@stratus.com>
6853              Date: Mon, 25 Jul 2005 12:39:32 -0400
6854              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
6855      Branch: perl
6856            ! mg.c
6857 ____________________________________________________________________________
6858 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
6859         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
6860              From: Michael G Schwern <schwern@pobox.com>
6861              Date: Fri, 22 Jul 2005 12:53:34 -0700
6862              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
6863      Branch: perl
6864            ! t/run/fresh_perl.t
6865 ____________________________________________________________________________
6866 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
6867         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
6868              From: Robin Barker <Robin.Barker@npl.co.uk>
6869              Date: Thu, 28 Jul 2005 12:13:13 +0100
6870              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
6871      Branch: perl
6872            ! perl.h
6873 ____________________________________________________________________________
6874 [ 25237] By: merijn                                on 2005/07/28  13:03:09
6875         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
6876              From: Robin Barker <Robin.Barker@npl.co.uk>
6877              Date: Thu, 28 Jul 2005 14:05:51 +0100
6878              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
6879      Branch: perl
6880            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
6881 ____________________________________________________________________________
6882 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
6883         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
6884              From: Robin Barker <Robin.Barker@npl.co.uk>
6885              Date: Thu, 28 Jul 2005 13:57:31 +0100
6886              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
6887      Branch: perl
6888            ! ext/POSIX/POSIX.xs mg.c perl.h
6889 ____________________________________________________________________________
6890 [ 25235] By: merijn                                on 2005/07/28  12:22:27
6891         Log: sprintf now has all but two tests enabled.
6892              the list supports skipping of expected fails
6893              new test for %.0g from Dominic Dunlop
6894      Branch: perl
6895            ! t/op/sprintf.t
6896 ____________________________________________________________________________
6897 [ 25234] By: steveh                                on 2005/07/28  09:10:41
6898         Log: Subject: [PATCH] perlfunc.pod grammar fixes
6899              From: Steve Peters <steve@fisharerojo.org>
6900              Date: Wed, 27 Jul 2005 22:02:13 -0500
6901              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
6902              
6903              (with minor tweaks)
6904      Branch: perl
6905            ! pod/perlfunc.pod
6906 ____________________________________________________________________________
6907 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
6908         Log: Sync change 25229 to .h source files
6909      Branch: perl
6910            ! cv.h pad.h
6911 ____________________________________________________________________________
6912 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
6913         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
6914              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
6915              Date: Wed, 27 Jul 2005 15:43:17 -0700
6916              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
6917              
6918              (except the redundant test)
6919      Branch: perl
6920            ! opcode.h opcode.pl t/lib/warnings/9uninit
6921 ____________________________________________________________________________
6922 [ 25231] By: merijn                                on 2005/07/28  06:48:14
6923         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
6924              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6925              Date: Thu, 28 Jul 2005 10:01:51 +0300
6926              Message-ID: <42E882DF.6020100@gmail.com>
6927              Message-ID: <42E86DE9.6090709@gmail.com>
6928      Branch: perl
6929            ! handy.h hints/dec_osf.sh
6930 ____________________________________________________________________________
6931 [ 25230] By: merijn                                on 2005/07/27  16:28:58
6932         Log: Some signals are more real than others
6933              Also added comment about why the tests are there
6934      Branch: perl
6935            ! ext/POSIX/t/sigaction.t
6936 ____________________________________________________________________________
6937 [ 25229] By: merijn                                on 2005/07/27  16:26:16
6938         Log: Subject: [PATCH] id est is i.e.
6939              From: Steve Peters <steve@fisharerojo.org>
6940              Date: Tue, 26 Jul 2005 20:42:38 -0500
6941              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
6942      Branch: perl
6943            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
6944            ! pod/perlintern.pod
6945 ____________________________________________________________________________
6946 [ 25228] By: merijn                                on 2005/07/26  13:23:10
6947         Log: Use the correct gcc when more than one gcc is installed
6948              Thanks to Campo
6949      Branch: perl
6950            ! hints/aix.sh
6951 ____________________________________________________________________________
6952 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
6953         Log: Subject: [perl #36658] Typo in perlfunc.pod 
6954              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
6955              Date: Tue, 26 Jul 2005 01:07:18 -0700
6956              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
6957      Branch: perl
6958            ! pod/perlfunc.pod
6959 ____________________________________________________________________________
6960 [ 25226] By: steveh                                on 2005/07/25  14:37:41
6961         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
6962              
6963              This was disabled by change 22689 because it was severely broken
6964              at the time.  See the thread starting here:
6965              
6966              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
6967              
6968              The PERL_MALLOC_WRAP code in handy.h has since changed along the
6969              lines of what was discussed in that thread (in particular, by change
6970              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
6971              re-enabled.
6972      Branch: perl
6973            ! win32/config_H.bc
6974 ____________________________________________________________________________
6975 [ 25225] By: steveh                                on 2005/07/25  14:34:12
6976         Log: Ken pointed out that CBuilder's cleanup is too agrressive
6977              
6978              The Windows compile() and link() methods bizarrely include their own
6979              output files in the list of files to be cleaned up.  Now that they
6980              actually are being cleaned up, this isn't ideal ;-)
6981              
6982              Stop compile() and link() from cleaning up their own output, and
6983              reinstate the explicit deletion of those output files in the test
6984              scripts.
6985      Branch: perl
6986            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6987            ! lib/ExtUtils/CBuilder/t/01-basic.t
6988            ! lib/ExtUtils/CBuilder/t/02-link.t
6989            ! lib/ExtUtils/ParseXS/t/basic.t
6990 ____________________________________________________________________________
6991 [ 25224] By: steveh                                on 2005/07/25  11:53:44
6992         Log: Silence uninitialized value warnings in Net::Cmd
6993              
6994              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
6995      Branch: perl
6996            ! lib/Net/Cmd.pm
6997 ____________________________________________________________________________
6998 [ 25223] By: merijn                                on 2005/07/25  11:47:03
6999         Log: use POSIX might not throw an error. Check for useful values also
7000      Branch: perl
7001            ! ext/POSIX/t/sigaction.t
7002 ____________________________________________________________________________
7003 [ 25222] By: steveh                                on 2005/07/25  11:11:29
7004         Log: Make CBuilder and ParseXS clean up their temp test files
7005      Branch: perl
7006            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7007            ! lib/ExtUtils/CBuilder/t/01-basic.t
7008            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
7009            ! lib/ExtUtils/ParseXS/t/basic.t
7010 ____________________________________________________________________________
7011 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
7012         Log: Increment the version number of version.pm
7013              (no code changes on CPAN)
7014      Branch: perl
7015            ! lib/version.pm
7016 ____________________________________________________________________________
7017 [ 25220] By: merijn                                on 2005/07/25  08:53:34
7018         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
7019              From: Michael G Schwern <schwern@pobox.com>
7020              Date: Sat, 23 Jul 2005 17:25:18 -0700
7021              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
7022              
7023              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
7024              From: Michael G Schwern <schwern@pobox.com>
7025              Date: Sun, 24 Jul 2005 13:49:25 -0700
7026              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
7027      Branch: perl
7028            ! pod/perlfunc.pod
7029 ____________________________________________________________________________
7030 [ 25219] By: merijn                                on 2005/07/25  08:39:08
7031         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
7032              From: "Piotr Fusik" <pfusik@op.pl>
7033              Date: Sun, 24 Jul 2005 12:55:09 +0200
7034              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
7035      Branch: perl
7036            ! pod/perlfunc.pod
7037 ____________________________________________________________________________
7038 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
7039         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
7040              From: "Craig A. Berry" <craigberry@mac.com>
7041              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
7042              Date: Sun, 24 Jul 2005 17:47:26 -0500
7043      Branch: perl
7044            ! doio.c
7045 ____________________________________________________________________________
7046 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
7047         Log: Subject: [PATCH] blead help for VMS
7048              From: "Craig A. Berry" <craigberry@mac.com>
7049              Message-ID: <42E3FABB.1020900@mac.com>
7050              Date: Sun, 24 Jul 2005 15:31:55 -0500
7051      Branch: perl
7052           +> ext/Compress/Zlib/zlib-src/adler32.c
7053           +> ext/Compress/Zlib/zlib-src/compress.c
7054           +> ext/Compress/Zlib/zlib-src/crc32.c
7055           +> ext/Compress/Zlib/zlib-src/crc32.h
7056           +> ext/Compress/Zlib/zlib-src/deflate.c
7057           +> ext/Compress/Zlib/zlib-src/deflate.h
7058           +> ext/Compress/Zlib/zlib-src/gzio.c
7059           +> ext/Compress/Zlib/zlib-src/infback.c
7060           +> ext/Compress/Zlib/zlib-src/inffast.c
7061           +> ext/Compress/Zlib/zlib-src/inffast.h
7062           +> ext/Compress/Zlib/zlib-src/inffixed.h
7063           +> ext/Compress/Zlib/zlib-src/inflate.c
7064           +> ext/Compress/Zlib/zlib-src/inflate.h
7065           +> ext/Compress/Zlib/zlib-src/inftrees.c
7066           +> ext/Compress/Zlib/zlib-src/inftrees.h
7067           +> ext/Compress/Zlib/zlib-src/trees.c
7068           +> ext/Compress/Zlib/zlib-src/trees.h
7069           +> ext/Compress/Zlib/zlib-src/uncompr.c
7070           +> ext/Compress/Zlib/zlib-src/zconf.h
7071           +> ext/Compress/Zlib/zlib-src/zlib.h
7072           +> ext/Compress/Zlib/zlib-src/zutil.c
7073           +> ext/Compress/Zlib/zlib-src/zutil.h
7074            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
7075            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
7076            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
7077            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
7078            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
7079            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
7080            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
7081            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
7082            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
7083            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
7084            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
7085            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
7086            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
7087            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
7088            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
7089            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
7090            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
7091            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
7092            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
7093            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
7094            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
7095            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
7096            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
7097            ! vms/gen_shrfls.pl
7098 ____________________________________________________________________________
7099 [ 25216] By: steveh                                on 2005/07/22  16:53:11
7100         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
7101              
7102              Trawling through all these config files, I think I've found the
7103              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
7104              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
7105              lseeksize and lseektype were set to 8 and __int64, but Borland's
7106              <io.h> suggests that they should be 4 and long respectively.
7107              
7108              Changing them accordingly makes all tests pass. And I see that
7109              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
7110              presumably to cope with this difference?
7111      Branch: perl
7112            ! win32/config.bc
7113 ____________________________________________________________________________
7114 [ 25215] By: steveh                                on 2005/07/22  16:36:41
7115         Log: Tweak the canned win32/config.* files
7116              
7117              uselargefiles, usemultiplicity, useperlio and useithreads are now
7118              off in the canned win32/config_H.* files, so change these to match.
7119              
7120              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
7121              which don't actually work since no such CFG_VARS are passed in to
7122              config_sh.PL. (The useperlio and usesitecustomize entries actually
7123              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
7124      Branch: perl
7125            ! win32/config.bc win32/config.gc win32/config.vc
7126            ! win32/config.vc64
7127 ____________________________________________________________________________
7128 [ 25214] By: steveh                                on 2005/07/22  14:22:38
7129         Log: Add missing entries to win32/config.*
7130              
7131              No existing entries changed, just adding some missing ones based
7132              on Porting/config.sh
7133      Branch: perl
7134            ! win32/config.bc win32/config.gc win32/config.vc
7135            ! win32/config.vc64
7136 ____________________________________________________________________________
7137 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
7138         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
7139              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
7140              Date: Wed, 20 Jul 2005 18:26:23 -0700
7141              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
7142      Branch: perl
7143            ! pod/perlfunc.pod
7144 ____________________________________________________________________________
7145 [ 25212] By: steveh                                on 2005/07/22  10:32:02
7146         Log: Tidy up options / defines output from makedef.pl
7147              and change Win32-specific comments to say "On Win32 ..." now
7148              that AIX is using the same code too
7149      Branch: perl
7150            ! makedef.pl
7151 ____________________________________________________________________________
7152 [ 25211] By: steveh                                on 2005/07/22  10:29:51
7153         Log: Silence Win32 warnings when not using USE_LARGE_FILES
7154      Branch: perl
7155            ! win32/win32.c
7156 ____________________________________________________________________________
7157 [ 25210] By: merijn                                on 2005/07/21  17:40:06
7158         Log: I *DO* have AIX, and extending #25209 like this make it happy again
7159              Thank you Steve!
7160      Branch: perl
7161            ! makedef.pl
7162 ____________________________________________________________________________
7163 [ 25209] By: steveh                                on 2005/07/21  17:01:33
7164         Log: Make makedef.pl read "miniperl -V" on Win32
7165              
7166              Perhaps other platforms that use makedef.pl also need a similar
7167              change (currently required to pick up PERL_DONT_CREATE_GVSV),
7168              but it also requires them to have minimal canned configs (if they
7169              are using canned configs like Win32 does) and I don't have any
7170              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
7171              NetWare) for testing, so play it safe instead
7172      Branch: perl
7173            ! makedef.pl
7174 ____________________________________________________________________________
7175 [ 25208] By: steveh                                on 2005/07/21  16:50:27
7176         Log: Make the canned config.h files used on Win32 more minimal
7177              
7178              These are used in their unedited form to build miniperl, so should
7179              represent a minimal configuration
7180              
7181              The plan is to use miniperl's "-V" output in makedef.pl, so it is
7182              important that it doesn't include any of the optional things in the
7183              makefiles that the user might have chosen to disable
7184              
7185              (The actual config.h used to build perl itself is, of course, an
7186              edited version of these canned configs produced by using miniperl
7187              to run config_h.PL so these changes won't affect perl itself)
7188      Branch: perl
7189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7190            ! win32/config_H.vc64
7191 ____________________________________________________________________________
7192 [ 25207] By: merijn                                on 2005/07/21  15:41:39
7193         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
7194              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7195              Date: Thu, 21 Jul 2005 18:33:22 +0300
7196              Message-ID: <42DFC042.1090201@gmail.com>
7197      Branch: perl
7198            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
7199 ____________________________________________________________________________
7200 [ 25206] By: steveh                                on 2005/07/21  14:20:06
7201         Log: Rearrange win32/config_H.* to match config_h.SH
7202              
7203              No actual changes, just reordering the contents of the files so that
7204              diff works better.
7205      Branch: perl
7206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7207            ! win32/config_H.vc64
7208 ____________________________________________________________________________
7209 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
7210         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
7211              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7212              Date: Thu, 21 Jul 2005 10:06:06 +0100
7213              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
7214      Branch: perl
7215            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
7216            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
7217            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
7218            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
7219            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
7220            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
7221            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
7222            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
7223            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
7224            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
7225            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
7226            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
7227            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
7228            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
7229            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
7230            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
7231            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
7232            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
7233            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
7234            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
7235            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
7236            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
7237            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
7238            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
7239            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
7240            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
7241            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
7242            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
7243            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
7244            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
7245            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
7246            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
7247            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
7248            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
7249            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
7250            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
7251            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
7252            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
7253            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
7254            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
7255            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
7256            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
7257            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
7258            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
7259            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
7260            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
7261            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
7262 ____________________________________________________________________________
7263 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
7264         Log: Remove :base_io from the set of default "safe" opcodes.
7265              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
7266              that allows access to any file" but introduces a backward
7267              compatibility issue.
7268      Branch: perl
7269            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
7270 ____________________________________________________________________________
7271 [ 25203] By: steveh                                on 2005/07/20  13:59:18
7272         Log: Fix definition of Perl_sighandler following change 25200
7273      Branch: perl
7274            ! mg.c
7275 ____________________________________________________________________________
7276 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
7277         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
7278              From: Steve Peters <steve@fisharerojo.org>
7279              Date: Wed, 20 Jul 2005 08:06:38 -0500
7280              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
7281      Branch: perl
7282            ! t/op/vec.t
7283 ____________________________________________________________________________
7284 [ 25201] By: steveh                                on 2005/07/20  13:08:54
7285         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
7286      Branch: perl
7287            ! pad.c
7288 ____________________________________________________________________________
7289 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
7290         Log: Subject: [PATCH] support POSIX SA_SIGINFO
7291              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7292              Date: Wed, 20 Jul 2005 14:40:54 +0300
7293              Message-ID: <42DE3846.6050606@gmail.com>
7294      Branch: perl
7295            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
7296            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
7297            ! util.c
7298 ____________________________________________________________________________
7299 [ 25199] By: steveh                                on 2005/07/20  12:11:56
7300         Log: Silence warnings about NSIG redefinition on Win32
7301              
7302              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
7303              too, which it currently only does for DJGPP)
7304      Branch: perl
7305            ! dosish.h
7306 ____________________________________________________________________________
7307 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
7308         Log: Remove obsolete error messages
7309      Branch: perl
7310            ! pod/perldiag.pod
7311 ____________________________________________________________________________
7312 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
7313         Log: croak() accepts Nullch as a parameter.
7314              (spotted by Stas Bekman)
7315      Branch: perl
7316            ! embed.fnc proto.h
7317 ____________________________________________________________________________
7318 [ 25196] By: steveh                                on 2005/07/20  10:36:20
7319         Log: Fix Newz() backwards-compatibility macro
7320      Branch: perl
7321            ! handy.h
7322 ____________________________________________________________________________
7323 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
7324         Log: Remove :unique attribute from Config.pm,
7325              until we find a better implementation of it (or
7326              remove it). See [perl #36375].
7327      Branch: perl
7328            ! configpm
7329 ____________________________________________________________________________
7330 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
7331         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
7332              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
7333              Date: Wed, 20 Jul 2005 10:43:11 +0200
7334              Message-id: <20050720084311.GA20332@ethan>
7335      Branch: perl
7336            ! pp_hot.c t/op/sub_lval.t
7337 ____________________________________________________________________________
7338 [ 25193] By: steveh                                on 2005/07/20  09:00:29
7339         Log: Exit test script (if we're going to) *before* declaring a plan
7340      Branch: perl
7341            ! ext/POSIX/t/sigaction.t
7342 ____________________________________________________________________________
7343 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
7344         Log: Subject: [PATCH] RE: rebuilding lib/Config*
7345              From: Robin Barker <Robin.Barker@npl.co.uk>
7346              Date: Jul 14, 2005 3:27 PM
7347              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
7348      Branch: perl
7349            ! Makefile.SH
7350 ____________________________________________________________________________
7351 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
7352         Log: Subject: [PATCH] move NSIG logic
7353              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7354              Date: Wed, 20 Jul 2005 09:57:44 +0300
7355              Message-ID: <42DDF5E8.1060100@gmail.com>
7356      Branch: perl
7357            ! handy.h perl.h
7358 ____________________________________________________________________________
7359 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
7360         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
7361              (Certainly where there is AUTOLOADing and XS)
7362              Hopefully *this* fixes the POSIX breakage.
7363      Branch: perl
7364            ! ext/POSIX/POSIX.pm
7365 ____________________________________________________________________________
7366 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
7367         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
7368              (Certainly where there is AUTOLOADing and XS)
7369              Hopefully this fixes the POSIX breakage.
7370      Branch: perl
7371            ! ext/POSIX/POSIX.xs
7372 ____________________________________________________________________________
7373 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
7374         Log: XS constants fail when their value is called for, not at import.
7375              This might be construed as a bug. Fixing is probably a greater evil.
7376      Branch: perl
7377            ! ext/POSIX/t/sigaction.t
7378 ____________________________________________________________________________
7379 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
7380         Log: Extend the the "our variable redeclared" warning to the case:
7381              our $x; our $x;
7382              and add more tests
7383      Branch: perl
7384            ! pad.c t/lib/strict/vars t/lib/warnings/pad
7385 ____________________________________________________________________________
7386 [ 25186] By: steveh                                on 2005/07/19  13:25:42
7387         Log: Fix test following change #25181
7388      Branch: perl
7389            ! lib/Pod/t/htmlview.t
7390 ____________________________________________________________________________
7391 [ 25185] By: merijn                                on 2005/07/19  11:06:22
7392         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
7393              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7394              Date: Tue, 19 Jul 2005 12:06:00 +0300
7395              Message-ID: <42DCC278.2010009@gmail.com>
7396      Branch: perl
7397            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
7398            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
7399            ! handy.h
7400 ____________________________________________________________________________
7401 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
7402         Log: Fix strict test to go with the precedent warning change
7403      Branch: perl
7404            ! t/lib/strict/vars
7405 ____________________________________________________________________________
7406 [ 25181] By: steveh                                on 2005/07/19  10:07:46
7407         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
7408              From: Earl Hood (via RT) <perlbug-followup@perl.org>
7409              Date: Tue, 12 Jul 2005 23:55:28 -0700
7410              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
7411              
7412              (with old code deleted rather than commented out)
7413      Branch: perl
7414            ! lib/Pod/Html.pm
7415 ____________________________________________________________________________
7416 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
7417         Log: Silence new (expected) warnings
7418      Branch: perl
7419            ! t/op/mydef.t
7420 ____________________________________________________________________________
7421 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
7422         Log: Overhaul the semantics of the warning
7423              ""%s" variable %s masks earlier declaration",
7424              based on a patch by Rick Delaney. Now we have :
7425              my $x;   my $x; # warns
7426              my $x;  our $x; # warns
7427              our $x;  my $x; # warns
7428              our $x; our $x; # silent
7429      Branch: perl
7430            ! pad.c t/lib/warnings/pad
7431 ____________________________________________________________________________
7432 [ 25178] By: merijn                                on 2005/07/19  05:42:52
7433         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
7434              From: Steve Peters <steve@fisharerojo.org>
7435              Date: Mon, 18 Jul 2005 22:59:19 -0500
7436              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
7437      Branch: perl
7438            ! pp_sys.c
7439 ____________________________________________________________________________
7440 [ 25177] By: davem                                 on 2005/07/19  01:16:09
7441         Log: Subject:  Re: [PATCH] Faster **
7442              From:      "Piotr Fusik" <pfusik@op.pl>
7443              Date:      Fri, 24 Jun 2005 12:47:40 +0200
7444              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
7445      Branch: perl
7446            ! pp.c
7447 ____________________________________________________________________________
7448 [ 25176] By: davem                                 on 2005/07/19  01:05:18
7449         Log: the "local @foo with $#foo" tests are no longer TODO
7450      Branch: perl
7451            ! t/op/array.t
7452 ____________________________________________________________________________
7453 [ 25174] By: steveh                                on 2005/07/18  16:53:21
7454         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
7455              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
7456              Date: Mon, 18 Jul 2005 18:35:09 +0200
7457              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
7458      Branch: perl
7459            ! perl.h
7460 ____________________________________________________________________________
7461 [ 25173] By: merijn                                on 2005/07/18  16:37:11
7462         Log: Subject: Re: AIX 5.2 localtime bug attack
7463              From: Campo Weijerman <rfc822@nl.ibm.com>
7464              Date: Mon, 18 Jul 2005 17:34:55 +0200
7465              Message-ID: <20050718153455.GA29381@python>
7466              
7467              mday++ is also wday++ and yday++
7468      Branch: perl
7469            ! pp_sys.c
7470 ____________________________________________________________________________
7471 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
7472         Log: Subject: [PATCH] The continuing plod through embed.fnc
7473              From: Andy Lester <andy@petdance.com>
7474              Date: Mon, 18 Jul 2005 10:37:38 -0500
7475              Message-ID: <20050718153738.GB20193@petdance.com>
7476      Branch: perl
7477            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
7478            ! regcomp.c utf8.c
7479 ____________________________________________________________________________
7480 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
7481         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
7482              From: Robin Barker <Robin.Barker@npl.co.uk>
7483              Date: Jul 14, 2005 2:31 PM
7484              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
7485      Branch: perl
7486            ! perl.h sv.c t/op/sprintf.t
7487 ____________________________________________________________________________
7488 [ 25170] By: merijn                                on 2005/07/18  11:02:01
7489         Log: tests are expected to fail if dirfd () does not exist
7490              make the tests to expect failures in that case
7491      Branch: perl
7492            ! t/op/chdir.t
7493 ____________________________________________________________________________
7494 [ 25169] By: merijn                                on 2005/07/18  10:27:06
7495         Log: 1. Typo detected by Schwern (#25151)
7496              2. Added proza about patches (#25152)
7497              3. dirfd got the wrong define based on previous tests (#25168)
7498      Branch: perl
7499            ! Configure
7500 ____________________________________________________________________________
7501 [ 25167] By: steveh                                on 2005/07/18  09:54:58
7502         Log: Silence compiler warning following change 25157
7503              
7504              (DIE returns Perl_die's return value which is an OP*, not the I32
7505              that Perl_apply is expected to return)
7506      Branch: perl
7507            ! doio.c
7508 ____________________________________________________________________________
7509 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
7510         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
7511              From: Rick Delaney <rick@bort.ca>
7512              Date: Jul 14, 2005 4:10 PM
7513              Message-ID: <20050714141059.GF19090@localhost.localdomain>
7514      Branch: perl
7515            + t/op/regexp_qr_embed.t
7516            ! MANIFEST t/op/regexp.t
7517 ____________________________________________________________________________
7518 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
7519         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
7520              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7521              Date: Sun, 17 Jul 2005 11:38:05 +0900
7522              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
7523      Branch: perl
7524            ! pod/perlop.pod
7525 ____________________________________________________________________________
7526 [ 25164] By: steveh                                on 2005/07/18  08:38:27
7527         Log: Subject: Re: Why does our() cross packages? (PATCH)
7528              From: Michael G Schwern <schwern@pobox.com>
7529              Date: Fri, 15 Jul 2005 14:35:18 -0700
7530              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
7531              
7532              (with minor tweaks suggested in subsequent posts)
7533      Branch: perl
7534            ! pod/perlfunc.pod
7535 ____________________________________________________________________________
7536 [ 25163] By: davem                                 on 2005/07/18  00:16:31
7537         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
7538      Branch: perl
7539            ! pp_ctl.c
7540 ____________________________________________________________________________
7541 [ 25162] By: davem                                 on 2005/07/17  22:07:14
7542         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
7543              Spotted by Gisle Aas.
7544      Branch: perl
7545            ! t/op/stat.t
7546 ____________________________________________________________________________
7547 [ 25161] By: davem                                 on 2005/07/17  20:54:15
7548         Log: document what can be assigned to a shared scalar
7549      Branch: perl
7550            ! ext/threads/shared/shared.pm
7551 ____________________________________________________________________________
7552 [ 25160] By: davem                                 on 2005/07/17  20:12:54
7553         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
7554      Branch: perl
7555            ! t/op/goto.t util.c
7556 ____________________________________________________________________________
7557 [ 25159] By: davem                                 on 2005/07/17  19:02:10
7558         Log: change #25129 was overzealous in delaying the call to ckWARN
7559      Branch: perl
7560            ! doio.c pp_hot.c toke.c
7561 ____________________________________________________________________________
7562 [ 25158] By: merijn                                on 2005/07/16  13:20:09
7563         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
7564              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7565              Date: Sat, 16 Jul 2005 22:05:13 +0900
7566              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
7567      Branch: perl
7568            ! doop.c t/op/chop.t
7569 ____________________________________________________________________________
7570 [ 25157] By: merijn                                on 2005/07/16  08:07:44
7571         Log: Subject: Re: fchmod, fchown, fchdir
7572              From: Gisle Aas <gisle@ActiveState.com>
7573              Date: 15 Jul 2005 02:32:50 -0700
7574              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
7575              
7576              + Schwern's ok -> like changes
7577      Branch: perl
7578            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
7579            ! t/op/chdir.t
7580 ____________________________________________________________________________
7581 [ 25156] By: steveh                                on 2005/07/15  16:30:05
7582         Log: Subject: [PATCH] more embed cleanup
7583              From: Andy Lester <andy@petdance.com>
7584              Date: Fri, 15 Jul 2005 10:51:15 -0500
7585              Message-ID: <20050715155115.GC29983@petdance.com>
7586              
7587              (and run regen.pl)
7588      Branch: perl
7589            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
7590            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
7591 ____________________________________________________________________________
7592 [ 25155] By: steveh                                on 2005/07/15  15:50:38
7593         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
7594              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7595              Date: Fri, 15 Jul 2005 02:11:29 -0700
7596              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
7597              
7598              (and bump $CPAN::FirstTime::VERSION)
7599      Branch: perl
7600            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7601 ____________________________________________________________________________
7602 [ 25153] By: steveh                                on 2005/07/15  15:35:55
7603         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
7604              From: Michael G Schwern <schwern@pobox.com>
7605              Date: Wed, 13 Jul 2005 15:57:39 -0700
7606              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
7607              
7608              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
7609              From: Rick Delaney <rick@bort.ca>
7610              Date: Wed, 13 Jul 2005 20:24:56 -0400
7611              Message-ID: <20050714002456.GD19090@localhost.localdomain>
7612      Branch: perl
7613            ! ext/B/B/Deparse.pm t/op/inc.t
7614 ____________________________________________________________________________
7615 [ 25150] By: steveh                                on 2005/07/15  10:35:55
7616         Log: Fix static extensions when building with nmake on Win32
7617              
7618              They were broken because change 24806 forgot to add -DWITH_STATIC
7619              to the recipe for compiling perllib.c which meant that perllibst.h
7620              was not included and hence although they built OK, the static
7621              extensions could not actually be used!
7622              
7623              In fact, since perllibst.h is always created (it is more or less
7624              empty when static extensions are not being used), there is no need
7625              for -DWITH_STATIC at all. So rather than adding it to Makefile,
7626              just drop it from makefile.mk and perllib.c.
7627              
7628              Also add the missing cleanup of perllibst.h to Makefile.
7629      Branch: perl
7630            ! win32/Makefile win32/makefile.mk win32/perllib.c
7631 ____________________________________________________________________________
7632 [ 25149] By: steveh                                on 2005/07/15  09:04:57
7633         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
7634              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7635              Date: Thu, 14 Jul 2005 16:57:45 -0700
7636              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
7637              
7638              (with minor tweaks)
7639      Branch: perl
7640            ! pod/perlop.pod
7641 ____________________________________________________________________________
7642 [ 25148] By: steveh                                on 2005/07/15  07:48:31
7643         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
7644              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7645              Date: Thu, 14 Jul 2005 19:10:51 -0700
7646              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
7647      Branch: perl
7648            ! pod/perlfunc.pod
7649 ____________________________________________________________________________
7650 [ 25147] By: steveh                                on 2005/07/15  07:44:32
7651         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
7652              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7653              Date: Tue, 12 Jul 2005 00:00:17 -0700
7654              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
7655              
7656              (with spaces trimmed from username too)
7657      Branch: perl
7658            ! lib/CPAN/FirstTime.pm
7659 ____________________________________________________________________________
7660 [ 25146] By: merijn                                on 2005/07/15  07:33:01
7661         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
7662              From: Michael G Schwern <schwern@pobox.com>
7663              Date: Fri, 15 Jul 2005 00:49:12 -0700
7664              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
7665      Branch: perl
7666            ! t/op/universal.t
7667 ____________________________________________________________________________
7668 [ 25145] By: merijn                                on 2005/07/15  06:49:16
7669         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
7670              From: Matt Sergeant <matt@sergeant.org>
7671              Date: Thu, 14 Jul 2005 16:53:03 -0400
7672              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
7673      Branch: perl
7674            ! ext/NDBM_File/NDBM_File.pm
7675 ____________________________________________________________________________
7676 [ 25144] By: merijn                                on 2005/07/15  06:33:21
7677         Log: Subject: Typo in t/op/stat.t
7678              From: Gisle Aas <gisle@ActiveState.com>
7679              Date: 14 Jul 2005 23:20:18 -0700
7680              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
7681      Branch: perl
7682            ! t/op/stat.t
7683 ____________________________________________________________________________
7684 [ 25143] By: steveh                                on 2005/07/14  16:08:00
7685         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
7686              From: Michael G Schwern <schwern@pobox.com>
7687              Date: Tue, 12 Jul 2005 15:51:18 -0700
7688              Message-ID: <20050712225118.GA944@windhund.schwern.org>
7689              
7690              (and update SKIP counts)
7691      Branch: perl
7692            ! lib/File/Copy.pm lib/File/Copy.t
7693 ____________________________________________________________________________
7694 [ 25142] By: steveh                                on 2005/07/14  08:12:11
7695         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
7696              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7697              Date: Mon, 11 Jul 2005 22:41:06 -0700
7698              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
7699      Branch: perl
7700            ! lib/CPAN.pm
7701 ____________________________________________________________________________
7702 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
7703         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
7704              From: John Peacock <jpeacock@rowman.com>
7705              Message-ID: <42D55C46.5030905@rowman.com>
7706              Date: Wed, 13 Jul 2005 14:24:06 -0400
7707      Branch: perl
7708            ! universal.c
7709 ____________________________________________________________________________
7710 [ 25140] By: merijn                                on 2005/07/13  17:22:07
7711         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
7712              From: "Steve Peters via RT" <perlbug-followup@perl.org>
7713              Date: Wed, 13 Jul 2005 06:51:45 -0700
7714              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
7715      Branch: perl
7716            ! t/op/groups.t
7717 ____________________________________________________________________________
7718 [ 25139] By: merijn                                on 2005/07/13  16:52:48
7719         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
7720              From: Steve Peters <steve@fisharerojo.org>
7721              Date: Fri, 8 Jul 2005 16:42:56 -0500
7722              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
7723      Branch: perl
7724            ! t/io/dup.t t/io/open.t
7725 ____________________________________________________________________________
7726 [ 25138] By: merijn                                on 2005/07/13  16:37:48
7727         Log: Subject: [PATCH] More embed.fnc plowing
7728              From: Andy Lester <andy@petdance.com>
7729              Date: Wed, 13 Jul 2005 10:49:19 -0500
7730              Message-ID: <20050713154919.GA24586@petdance.com>
7731      Branch: perl
7732            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
7733            ! proto.h toke.c
7734 ____________________________________________________________________________
7735 [ 25137] By: merijn                                on 2005/07/13  16:27:43
7736         Log: Subject: [PATCH] Error in earlier patch in sv.c
7737              From: Robin Barker <Robin.Barker@npl.co.uk>
7738              Date: Wed, 13 Jul 2005 17:29:48 +0100
7739              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
7740      Branch: perl
7741            ! sv.c t/op/sprintf.t
7742 ____________________________________________________________________________
7743 [ 25136] By: steveh                                on 2005/07/13  13:39:44
7744         Log: Make -V "Compile-time options" list everything used in makedef.pl
7745      Branch: perl
7746            ! perl.c
7747 ____________________________________________________________________________
7748 [ 25135] By: steveh                                on 2005/07/13  09:48:10
7749         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
7750              From: David Manura <dm.list@math2.org>
7751              Date: Wed, 21 Jan 2004 20:59:27 -0500
7752              Message-ID: <400F2E7F.9090601@math2.org>
7753              
7754              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
7755              included in perl #25157.
7756      Branch: perl
7757            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
7758            ! lib/Text/Balanced/t/extqlk.t
7759 ____________________________________________________________________________
7760 [ 25134] By: steveh                                on 2005/07/13  09:23:37
7761         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
7762              From: Tels <nospam-abuse@bloodgate.com>
7763              Date: Sat, 9 Jul 2005 23:10:29 +0200
7764              Message-Id: <200507092310.30592@bloodgate.com>
7765              
7766              (with minor tweaks)
7767      Branch: perl
7768            ! lib/Text/Balanced.pm
7769 ____________________________________________________________________________
7770 [ 25133] By: steveh                                on 2005/07/13  08:34:53
7771         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
7772              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7773              Date: Tue, 12 Jul 2005 00:16:49 -0700
7774              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
7775              
7776              (and remove a couple of unused variables)
7777      Branch: perl
7778            ! lib/CPAN.pm
7779 ____________________________________________________________________________
7780 [ 25132] By: steveh                                on 2005/07/13  07:52:21
7781         Log: Subject: [perl #24275] CPAN shell - online help not clear 
7782              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7783              Date: Mon, 11 Jul 2005 23:32:12 -0700
7784              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
7785      Branch: perl
7786            ! lib/CPAN.pm
7787 ____________________________________________________________________________
7788 [ 25131] By: merijn                                on 2005/07/13  06:37:41
7789         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
7790              From: Michael G Schwern <schwern@pobox.com>
7791              Date: Tue, 12 Jul 2005 13:18:34 -0700
7792              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
7793      Branch: perl
7794            ! ext/IO/lib/IO/Socket.pm
7795 ____________________________________________________________________________
7796 [ 25130] By: merijn                                on 2005/07/13  06:27:48
7797         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
7798              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7799              Date: Tue, 12 Jul 2005 15:36:54 -0700
7800              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
7801      Branch: perl
7802            ! lib/dumpvar.pl
7803 ____________________________________________________________________________
7804 [ 25129] By: davem                                 on 2005/07/13  00:21:13
7805         Log: make the expensive ckWARN() be called as late as possible
7806              reorganise
7807              if (ckWARN(FOO) && should_not_happen_condition)
7808              to
7809              if (should_not_happen_condition && ckWARN(FOO))
7810      Branch: perl
7811            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
7812            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
7813 ____________________________________________________________________________
7814 [ 25128] By: davem                                 on 2005/07/12  18:46:34
7815         Log: Subject: Make PERL_MEM_LOG more portable.
7816              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
7817              Date:  Mon, 11 Jul 2005 15:29:46 +0300
7818              Message-Id:  <42D2663A.4050204@gmail.com>
7819      Branch: perl
7820            ! handy.h pod/perlhack.pod util.c
7821 ____________________________________________________________________________
7822 [ 25127] By: davem                                 on 2005/07/12  18:29:43
7823         Log: S_pad_findlex has side effects, so its return value may be ignored
7824      Branch: perl
7825            ! embed.fnc pad.c proto.h
7826 ____________________________________________________________________________
7827 [ 25126] By: davem                                 on 2005/07/12  18:15:48
7828         Log: get_?v have side effects, so their return values may be ignored
7829      Branch: perl
7830            ! embed.fnc proto.h
7831 ____________________________________________________________________________
7832 [ 25125] By: steveh                                on 2005/07/12  16:30:16
7833         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
7834              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7835              Date: Mon, 11 Jul 2005 23:24:56 -0700
7836              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
7837      Branch: perl
7838            ! lib/CPAN.pm
7839 ____________________________________________________________________________
7840 [ 25124] By: steveh                                on 2005/07/12  16:18:22
7841         Log: Subject: [perl #17487] ncftp only handles http 
7842              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7843              Date: Mon, 11 Jul 2005 23:19:06 -0700
7844              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
7845              
7846              (and bump $VERSION (1.76_01 is a CPAN release already))
7847      Branch: perl
7848            ! lib/CPAN.pm
7849 ____________________________________________________________________________
7850 [ 25123] By: steveh                                on 2005/07/12  13:19:51
7851         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
7852              From: Steve Hay <steve.hay@uk.radan.com>
7853              Date: Mon, 11 Jul 2005 13:29:37 +0100
7854              Message-ID: <42D26631.1070500@uk.radan.com>
7855      Branch: perl
7856            ! sv.c
7857 ____________________________________________________________________________
7858 [ 25122] By: steveh                                on 2005/07/12  11:42:07
7859         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
7860              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
7861              Date: Mon, 11 Jul 2005 19:16:10 -0700
7862              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
7863      Branch: perl
7864            ! lib/File/Copy.t
7865 ____________________________________________________________________________
7866 [ 25121] By: steveh                                on 2005/07/12  11:33:01
7867         Log: Subject: [PATCH] Cleanup File::Copy tests
7868              From: Michael G Schwern <schwern@pobox.com>
7869              Date: Mon, 11 Jul 2005 18:45:42 -0700
7870              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
7871              
7872              (and fix the SKIP: {} blocks to say $how_many)
7873      Branch: perl
7874            ! lib/File/Copy.t
7875 ____________________________________________________________________________
7876 [ 25120] By: steveh                                on 2005/07/12  11:03:55
7877         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
7878              From: Michael G Schwern <schwern@pobox.com>
7879              Date: Mon, 11 Jul 2005 17:35:14 -0700
7880              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
7881      Branch: perl
7882            ! lib/File/Copy.pm
7883 ____________________________________________________________________________
7884 [ 25119] By: steveh                                on 2005/07/12  09:01:11
7885         Log: Missed a New() -> Newx().
7886              
7887              This one only had 3 args to start with! Presumably nobody uses
7888              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
7889              but someone else that is interested in YYERROR_VERBOSE will have
7890              to look into that.)
7891      Branch: perl
7892            ! perly.c
7893 ____________________________________________________________________________
7894 [ 25118] By: steveh                                on 2005/07/12  08:46:13
7895         Log: Hack out -DL documentation from perldebuguts.pod
7896              
7897              Now that the perl core uses Newx*() rather than New*() this chunk
7898              of old documentation is more obsolete than ever before.
7899      Branch: perl
7900            ! pod/perldebguts.pod
7901 ____________________________________________________________________________
7902 [ 25117] By: steveh                                on 2005/07/12  08:20:11
7903         Log: Fix worrying typo in handy.h :-s
7904      Branch: perl
7905            ! handy.h
7906 ____________________________________________________________________________
7907 [ 25116] By: steveh                                on 2005/07/12  08:17:47
7908         Log: Change New*() to Newx*() in various comments and documentation
7909      Branch: perl
7910            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
7911            ! pod/perlhack.pod sv.c
7912 ____________________________________________________________________________
7913 [ 25115] By: steveh                                on 2005/07/12  07:48:51
7914         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
7915              From: Jim Cromie <jcromie@divsol.com>
7916              Date: Mon, 11 Jul 2005 19:18:02 -0600
7917              Message-ID: <42D31A4A.1020305@divsol.com>
7918              
7919              (with some minor tweaks)
7920      Branch: perl
7921            ! handy.h pod/perlapi.pod
7922 ____________________________________________________________________________
7923 [ 25114] By: merijn                                on 2005/07/12  06:26:39
7924         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
7925              From: Michael G Schwern <schwern@pobox.com>
7926              Date: Mon, 11 Jul 2005 18:41:30 -0700
7927              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
7928      Branch: perl
7929            ! t/TEST
7930 ____________________________________________________________________________
7931 [ 25113] By: steveh                                on 2005/07/11  15:54:46
7932         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
7933              From: Jim Cromie <jcromie@divsol.com>
7934              Date: Sun, 10 Jul 2005 15:59:30 -0600
7935              Message-ID: <42D19A42.8040409@divsol.com>
7936      Branch: perl
7937            ! sv.c
7938 ____________________________________________________________________________
7939 [ 25112] By: steveh                                on 2005/07/11  15:19:11
7940         Log: Subject: [PATCH] perlfunc.pod
7941              From: "Piotr Fusik" <pfusik@op.pl>
7942              Date:      Sat, 9 Jul 2005 16:21:05 +0200
7943              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
7944      Branch: perl
7945            ! pod/perlfunc.pod
7946 ____________________________________________________________________________
7947 [ 25111] By: steveh                                on 2005/07/11  14:41:27
7948         Log: Subject: [patch hv.h doc] HvNAME
7949              From: Stas Bekman <stas@stason.org>
7950              Date: Fri, 08 Jul 2005 13:52:13 +0300
7951              Message-ID: <42CE5ADD.3020003@stason.org>
7952              
7953              Subject: Re: [patch hv.h doc] HvNAME
7954              From: Nicholas Clark <nick@ccl4.org>
7955              Date: Sat, 9 Jul 2005 15:23:51 +0100
7956              Message-ID: <20050709142351.GT15833@plum.flirble.org>
7957      Branch: perl
7958            ! hv.h pod/perlapi.pod
7959 ____________________________________________________________________________
7960 [ 25110] By: davem                                 on 2005/07/10  23:04:26
7961         Log: no code before declarations!
7962      Branch: perl
7963            ! doio.c
7964 ____________________________________________________________________________
7965 [ 25109] By: davem                                 on 2005/07/10  20:02:07
7966         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7967              Date: Sun, 10 Jul 2005 21:50:27 +0300
7968              Subject: [PATCH] yet another way of debugging memory allocations
7969              Message-ID: <42D16DF3.4040806@gmail.com>
7970              
7971              tweak PERL_MEM_LOG
7972      Branch: perl
7973            ! handy.h pod/perlhack.pod util.c
7974 ____________________________________________________________________________
7975 [ 25108] By: davem                                 on 2005/07/10  19:57:31
7976         Log: run regen.pl
7977      Branch: perl
7978            ! embed.h proto.h
7979 ____________________________________________________________________________
7980 [ 25107] By: merijn                                on 2005/07/10  19:19:56
7981         Log: Subject: [PATCH] Making my way thru embed.fnc
7982              From: Andy Lester <andy@petdance.com>
7983              Date: Sun, 10 Jul 2005 14:36:35 -0500
7984              Message-ID: <20050710193635.GC8081@petdance.com>
7985      Branch: perl
7986            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
7987            ! pp_hot.c regexec.c toke.c util.c
7988 ____________________________________________________________________________
7989 [ 25106] By: davem                                 on 2005/07/10  13:53:49
7990         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
7991              From: demerphq <demerphq@gmail.com>
7992              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
7993              Date: Fri, 8 Jul 2005 17:07:26 +0200
7994              
7995              Fix trie codepath of mixed utf8/latin1 pattern matches
7996      Branch: perl
7997            ! regexec.c t/op/pat.t
7998 ____________________________________________________________________________
7999 [ 25105] By: davem                                 on 2005/07/10  12:29:25
8000         Log: Message-ID: <42D0F25E.3040801@gmail.com>
8001              Date: Sun, 10 Jul 2005 13:03:10 +0300
8002              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8003              Subject: [PATCH] yet another way of debugging memory allocations
8004              
8005              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
8006      Branch: perl
8007            ! handy.h util.c
8008 ____________________________________________________________________________
8009 [ 25104] By: davem                                 on 2005/07/10  11:39:50
8010         Log: silence some compiler warnings
8011      Branch: perl
8012            ! embed.fnc gv.h proto.h
8013 ____________________________________________________________________________
8014 [ 25103] By: davem                                 on 2005/07/10  11:15:32
8015         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
8016      Branch: perl
8017            ! handy.h
8018 ____________________________________________________________________________
8019 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
8020         Log: sv_dec is supposed to go *down*, m'kay.
8021      Branch: perl
8022            ! sv.c t/op/inc.t
8023 ____________________________________________________________________________
8024 [ 25101] By: steveh                                on 2005/07/08  16:35:10
8025         Log: Subject: Re: janitorial work ? [patch]
8026              From: Jim Cromie <jcromie@divsol.com>
8027              Date: Wed, 06 Jul 2005 14:19:53 -0600
8028              Message-ID: <42CC3CE9.5050606@divsol.com>
8029              
8030              (reverted all dual-lived modules since they must work with older
8031              perls too so must wait for a new Devel::PPPort)
8032      Branch: perl
8033            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
8034            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
8035            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8036            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
8037            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
8038            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
8039            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
8040            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
8041            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
8042            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
8043            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
8044            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
8045            ! win32/win32sck.c wince/perlhost.h wince/wince.c
8046 ____________________________________________________________________________
8047 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
8048         Log: We no longer default to creating a new SV for GvSV.
8049      Branch: perl
8050            ! perl.h
8051 ____________________________________________________________________________
8052 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
8053         Log: DEFSV causes GvSVn() to be used in lvalue context.
8054              Not sure if instead we should recode DEFSV to avoid this, and leave
8055              GvSVn() as rvalue only, like its namesakes.
8056      Branch: perl
8057            ! gv.h
8058 ____________________________________________________________________________
8059 [ 25098] By: steveh                                on 2005/07/08  10:04:24
8060         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
8061              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8062              Date: Thu, 7 Jul 2005 15:05:51 -0700
8063              Message-ID: <20050707220551.GB2388@efn.org>
8064              
8065              (plus fix a couple of POD warnings)
8066      Branch: perl
8067            ! pod/perlglossary.pod
8068 ____________________________________________________________________________
8069 [ 25097] By: steveh                                on 2005/07/08  09:48:50
8070         Log: Subject: [PATCH] basename() and suffixes
8071              From: Michael G Schwern <schwern@pobox.com>
8072              Date: Thu, 7 Jul 2005 15:38:32 -0700
8073              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
8074      Branch: perl
8075            ! lib/File/Basename.pm lib/File/Basename.t
8076 ____________________________________________________________________________
8077 [ 25096] By: steveh                                on 2005/07/08  08:43:07
8078         Log: Subject: Re: [perl #36477] File::Basename basename() bug
8079              From: Michael G Schwern <schwern@pobox.com>
8080              Date: Thu, 7 Jul 2005 14:16:01 -0700
8081              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
8082      Branch: perl
8083            ! lib/File/Basename.pm lib/File/Basename.t
8084 ____________________________________________________________________________
8085 [ 25095] By: davem                                 on 2005/07/08  01:43:24
8086         Log: UTF8/Latin 1/i regexp "Malformed character" warning
8087              $utf8 =~ /latin/i didn't match. 
8088              Also added TODO for $latin =~ /utf8/i which also fails
8089      Branch: perl
8090            ! t/op/pat.t utf8.c
8091 ____________________________________________________________________________
8092 [ 25094] By: davem                                 on 2005/07/07  14:47:51
8093         Log: more taint fallout from change 24943
8094      Branch: perl
8095            ! mg.c scope.c t/op/taint.t
8096 ____________________________________________________________________________
8097 [ 25093] By: merijn                                on 2005/07/07  13:26:32
8098         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
8099              From: Tels <nospam-abuse@bloodgate.com>
8100              Date: Wed, 6 Jul 2005 21:11:59 +0200
8101              Message-Id: <200507062112.12159@bloodgate.com>
8102      Branch: perl
8103            ! lib/charnames.pm
8104 ____________________________________________________________________________
8105 [ 25092] By: steveh                                on 2005/07/07  12:11:38
8106         Log: Subject: ReadParse in the CGI docs
8107              From: "Ton Hospel" <me-02@ton.iguana.be>
8108              Date: 9 Oct 2003 15:04:53 -0000
8109              To: perlbug@perl.org
8110              
8111              (plus blank lines so example code is in verbatim paragraphs,
8112              and bump $VERSION)
8113      Branch: perl
8114            ! lib/CGI.pm
8115 ____________________________________________________________________________
8116 [ 25091] By: steveh                                on 2005/07/07  11:21:41
8117         Log: Subject: [PATCH] Mention File::Spec in File::Basename
8118              From: Michael G Schwern <schwern@pobox.com>
8119              Date: Wed, 6 Jul 2005 13:06:20 -0700
8120              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
8121              
8122              (plus bump $VERSION)
8123      Branch: perl
8124            ! lib/File/Basename.pm
8125 ____________________________________________________________________________
8126 [ 25090] By: steveh                                on 2005/07/07  11:06:17
8127         Log: Subject: [perl #22236] File::Basename behavior is misleading 
8128              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8129              Date: 6 Jul 2005 19:45:40 -0000
8130              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
8131      Branch: perl
8132            ! lib/File/Basename.pm lib/File/Basename.t
8133 ____________________________________________________________________________
8134 [ 25089] By: steveh                                on 2005/07/07  09:22:48
8135         Log: Subject: [PATCH] Further lies in the File::Basename docs
8136              From: Michael G Schwern <schwern@pobox.com>
8137              Date: Wed, 6 Jul 2005 09:22:32 -0700
8138              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
8139              
8140              (plus some minor POD changes and a bug fix)
8141      Branch: perl
8142            ! lib/File/Basename.pm lib/File/Basename.t
8143 ____________________________________________________________________________
8144 [ 25088] By: davem                                 on 2005/07/07  00:11:00
8145         Log: bytes pragma error in substitution operator
8146      Branch: perl
8147            ! pp_ctl.c t/op/subst.t
8148 ____________________________________________________________________________
8149 [ 25087] By: davem                                 on 2005/07/06  20:09:29
8150         Log: 'undef $@; die' gives uninint value warning
8151      Branch: perl
8152            ! pp_sys.c t/op/die.t
8153 ____________________________________________________________________________
8154 [ 25086] By: steveh                                on 2005/07/06  09:36:08
8155         Log: Subject: [PATCH] File::Basename doc overhaul
8156              From: Michael G Schwern <schwern@pobox.com>
8157              Date: Tue, 5 Jul 2005 20:11:27 -0700
8158              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
8159              
8160              (with some minor changes)
8161      Branch: perl
8162            ! lib/File/Basename.pm
8163 ____________________________________________________________________________
8164 [ 25085] By: steveh                                on 2005/07/06  08:05:21
8165         Log: Subject: [PATCH @ 25084] simple authors removal
8166              From: Vadim Konovalov <vadim@vkonovalov.ru>
8167              Date: Wed, 06 Jul 2005 00:15:48 +0400
8168              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
8169      Branch: perl
8170            ! AUTHORS
8171 ____________________________________________________________________________
8172 [ 25084] By: davem                                 on 2005/07/05  18:17:34
8173         Log: a long /etc/groups entry could cause memory exhaustion.
8174              Too small a buffer would cause ERANGE and a retry with double the
8175              buffer size. later at EOF, the apparent error got 'stuck' as
8176              ERANGE rather than ENOENT, so the buffer size doubled recursively 
8177      Branch: perl
8178            ! reentr.h reentr.pl
8179 ____________________________________________________________________________
8180 [ 25083] By: steveh                                on 2005/07/05  16:55:29
8181         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
8182              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8183              Date: Mon, 4 Jul 2005 02:07:38 -0700
8184              Message-ID: <20050704090738.GA4056@efn.org>
8185              
8186              (plus a new test, although it is currently marked TODO)
8187      Branch: perl
8188            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
8189            ! MANIFEST lib/Pod/Html.pm
8190 ____________________________________________________________________________
8191 [ 25082] By: steveh                                on 2005/07/05  16:54:11
8192         Log: Oops! Change 25080 should have updated checksums too.
8193      Branch: perl
8194            ! ext/Digest/MD5/t/files.t
8195 ____________________________________________________________________________
8196 [ 25081] By: davem                                 on 2005/07/05  13:01:23
8197         Log: change 24943 broke restoration of localized taint values
8198      Branch: perl
8199            ! mg.c t/op/taint.t
8200 ____________________________________________________________________________
8201 [ 25080] By: steveh                                on 2005/07/05  10:32:08
8202         Log: Remove an unreferenced local variable in Digest-MD5
8203      Branch: perl
8204            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
8205 ____________________________________________________________________________
8206 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
8207         Log: Subject: [PATCH] Remove unnecessary null check
8208              From: Andy Lester <andy@petdance.com>
8209              Date: Mon, 4 Jul 2005 14:12:00 -0500
8210              Message-ID: <20050704191200.GA2614@petdance.com>
8211      Branch: perl
8212            ! embed.fnc hv.c proto.h
8213 ____________________________________________________________________________
8214 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
8215         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
8216              -DPURIFY too.
8217      Branch: perl
8218            ! ext/XS/APItest/APItest.xs
8219 ____________________________________________________________________________
8220 [ 25077] By: merijn                                on 2005/07/04  18:47:02
8221         Log: Subject: [PATCH] Better string constant in hv.c
8222              From: Andy Lester <andy@petdance.com>
8223              Date: Mon, 4 Jul 2005 13:53:49 -0500
8224              Message-ID: <20050704185349.GA2351@petdance.com>
8225      Branch: perl
8226            ! hv.c
8227 ____________________________________________________________________________
8228 [ 25076] By: steveh                                on 2005/07/04  16:15:37
8229         Log: Add regression test for change 25062
8230      Branch: perl
8231            ! t/op/magic.t
8232 ____________________________________________________________________________
8233 [ 25075] By: steveh                                on 2005/07/04  15:57:32
8234         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
8235      Branch: perl
8236            ! ext/XS/APItest/APItest.xs
8237 ____________________________________________________________________________
8238 [ 25074] By: steveh                                on 2005/07/04  15:36:04
8239         Log: Perl_share_hek needs exporting for change 25070 on Win32
8240      Branch: perl
8241            ! embed.fnc embed.h global.sym
8242 ____________________________________________________________________________
8243 [ 25073] By: steveh                                on 2005/07/04  15:34:11
8244         Log: Regen after change 25067
8245      Branch: perl
8246            ! proto.h
8247 ____________________________________________________________________________
8248 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
8249         Log: Implement hv_delayfree_ent in terms of hv_free_ent
8250      Branch: perl
8251            ! hv.c
8252 ____________________________________________________________________________
8253 [ 25071] By: steveh                                on 2005/07/04  14:53:54
8254         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
8255              From: Steve Peters <steve@fisharerojo.org>
8256              Date: Mon, 4 Jul 2005 10:10:13 -0500
8257              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
8258      Branch: perl
8259            ! t/op/lfs.t
8260 ____________________________________________________________________________
8261 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
8262         Log: Tests for hv_delayfree_ent and hv_free_ent
8263      Branch: perl
8264            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8265            ! ext/XS/APItest/t/hash.t
8266 ____________________________________________________________________________
8267 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
8268         Log: Provide a macro version of S_new_body to inline it within the hot code.
8269      Branch: perl
8270            ! sv.c
8271 ____________________________________________________________________________
8272 [ 25068] By: steveh                                on 2005/07/04  13:21:36
8273         Log: Borland's .pdb files are called .tds
8274      Branch: perl
8275            ! win32/makefile.mk
8276 ____________________________________________________________________________
8277 [ 25067] By: steveh                                on 2005/07/04  12:30:50
8278         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
8279              From: Andy Lester <andy@petdance.com>
8280              Date: Sun, 3 Jul 2005 18:31:56 -0500
8281              Message-ID: <20050703233156.GA20967@petdance.com>
8282      Branch: perl
8283            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
8284 ____________________________________________________________________________
8285 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
8286         Log: Inlining del_HE is actually a space optimisation.
8287              It's therefore likely also to be a speed optimisation. :-)
8288      Branch: perl
8289            ! embed.fnc embed.h hv.c proto.h
8290 ____________________________________________________________________________
8291 [ 25065] By: steveh                                on 2005/07/04  10:40:10
8292         Log: Subject: [PATCH] perlglossary.pod: add jump points
8293              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8294              Date: Mon, 4 Jul 2005 02:07:52 -0700
8295              Message-ID: <20050704090752.GB4056@efn.org>
8296      Branch: perl
8297            ! pod/perlglossary.pod
8298 ____________________________________________________________________________
8299 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
8300         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
8301              needed.
8302      Branch: perl
8303            ! sv.c
8304 ____________________________________________________________________________
8305 [ 25063] By: steveh                                on 2005/07/04  10:13:41
8306         Log: Subject: Re: How to suppress warnings when building Errno with gcc
8307              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8308              Date: Fri, 1 Jul 2005 10:56:23 -0700
8309              Message-ID: <20050701175623.GD216@efn.org>
8310      Branch: perl
8311            ! ext/Errno/Errno_pm.PL
8312 ____________________________________________________________________________
8313 [ 25062] By: steveh                                on 2005/07/04  09:17:06
8314         Log: Fix change 25045
8315      Branch: perl
8316            ! mg.c
8317 ____________________________________________________________________________
8318 [ 25061] By: steveh                                on 2005/07/04  08:26:38
8319         Log: Here's the rest of change 25058 ;-)
8320      Branch: perl
8321            ! embed.h global.sym
8322 ____________________________________________________________________________
8323 [ 25060] By: davem                                 on 2005/07/04  08:11:33
8324         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
8325              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
8326              Date:  Mon, 04 Jul 2005 00:19:28 +0300
8327              Message-Id:  <42C85660.50807@gmail.com>
8328      Branch: perl
8329            ! perl.h
8330 ____________________________________________________________________________
8331 [ 25059] By: steveh                                on 2005/07/04  08:10:27
8332         Log: Stop reentr.pl changing EOL on the files it writes on Win32
8333      Branch: perl
8334            ! reentr.pl
8335 ____________________________________________________________________________
8336 [ 25058] By: steveh                                on 2005/07/04  08:09:36
8337         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
8338              
8339              (At least PerlIO/via uses it, so it must be public)
8340      Branch: perl
8341            ! embed.fnc
8342 ____________________________________________________________________________
8343 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
8344         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
8345              a different compiler warnings. I guess we need a waterbed theory of
8346              compiler warnings.
8347      Branch: perl
8348            ! handy.h
8349 ____________________________________________________________________________
8350 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
8351         Log: Convert bless.t to test.pl
8352      Branch: perl
8353            ! t/op/bless.t
8354 ____________________________________________________________________________
8355 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
8356         Log: Copying the first parameter in the macro del_body seems to reduce
8357              code size.  Presumably an expression is no longer evaluated twice.
8358      Branch: perl
8359            ! sv.c
8360 ____________________________________________________________________________
8361 [ 25052] By: davem                                 on 2005/07/02  16:11:46
8362         Log: do just-in-time loading of Carp.pm in some modules
8363              
8364              From: Tels <nospam-abuse@bloodgate.com>
8365              Subject: [PATCH] No Carp #4 AutoSplit.pm
8366              Subject: [PATCH] no Carp #5 (File::Path)
8367              Subject: [PATCH] no Carp #7 - charnames.pm
8368              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
8369              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
8370      Branch: perl
8371            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
8372            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
8373            ! lib/open.pm
8374 ____________________________________________________________________________
8375 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
8376         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
8377              the body to. This comletely eliminates the second switch statement.
8378      Branch: perl
8379            ! sv.c
8380 ____________________________________________________________________________
8381 [ 25050] By: davem                                 on 2005/07/02  15:05:04
8382         Log: replace ckWARN macros with functions
8383      Branch: perl
8384            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
8385            ! warnings.pl
8386 ____________________________________________________________________________
8387 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
8388         Log: Given that the GV no longer owns a reference on the symbol table, we
8389              dont need the deferred SvREFCNT_dec games.
8390      Branch: perl
8391            ! sv.c
8392 ____________________________________________________________________________
8393 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
8394         Log: Passing gvtype as char rather than char * to S_varname generates
8395              smaller code.
8396      Branch: perl
8397            ! embed.fnc proto.h sv.c
8398 ____________________________________________________________________________
8399 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
8400         Log: Don't inline offer_nice_chunk, as it's rarely called.
8401      Branch: perl
8402            ! embed.fnc embed.h perl.h proto.h sv.c
8403 ____________________________________________________________________________
8404 [ 25046] By: davem                                 on 2005/07/02  12:35:12
8405         Log: missed one PAD_SET_CUR
8406      Branch: perl
8407            ! pp_hot.c
8408 ____________________________________________________________________________
8409 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
8410         Log: Don't check the pointer is non-NULL before calling Safefree() in
8411              little used code, code used only once per run (such as interpreter
8412              construction and destruction), and cases where the pointer nearly
8413              never is NULL. Safefree does its own non-NULL check, and even that
8414              isn't strictly necessary as all conformant free()s accept a NULL
8415              pointer.
8416      Branch: perl
8417            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
8418 ____________________________________________________________________________
8419 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
8420         Log: Upgrade to Time::HiRes 1.72
8421      Branch: perl
8422            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8423            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
8424 ____________________________________________________________________________
8425 [ 25043] By: steveh                                on 2005/07/01  16:33:42
8426         Log: Make Archive::Tar clean up its test files on Win32
8427              
8428              (The old "can't delete an open file on Win32" chestnut again)
8429      Branch: perl
8430            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
8431 ____________________________________________________________________________
8432 [ 25042] By: davem                                 on 2005/07/01  15:40:40
8433         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
8434      Branch: perl
8435            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
8436 ____________________________________________________________________________
8437 [ 25041] By: steveh                                on 2005/07/01  15:15:23
8438         Log: Silence MinGW warning about "'noreturn' function does return"
8439              
8440              (Thanks to Nicholas Clark)
8441      Branch: perl
8442            ! iperlsys.h
8443 ____________________________________________________________________________
8444 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
8445         Log: Install perlglossary on VMS and Windows
8446      Branch: perl
8447            ! vms/descrip_mms.template win32/pod.mak
8448 ____________________________________________________________________________
8449 [ 25039] By: davem                                 on 2005/07/01  14:34:52
8450         Log: undo some excessive Carp.pm minimalisation
8451      Branch: perl
8452            ! lib/Carp.pm
8453 ____________________________________________________________________________
8454 [ 25038] By: steveh                                on 2005/07/01  13:39:33
8455         Log: Remove unreferenced local variable (and the warning about it)
8456      Branch: perl
8457            ! ext/XS/APItest/APItest.xs
8458 ____________________________________________________________________________
8459 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
8460         Log: Add the perlglossary man page
8461              
8462              Subject: [PATCH] perlglossary.pod
8463              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8464              Date: Fri, 1 Jul 2005 03:10:50 -0700
8465              Message-ID: <20050701101050.GA2448@efn.org>
8466      Branch: perl
8467            + pod/perlglossary.pod
8468            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
8469            ! pod/perltoc.pod
8470 ____________________________________________________________________________
8471 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
8472         Log: Subject: [PATCH] Make Exporter.t warnings clean
8473              From: Michael G Schwern <schwern@pobox.com>
8474              Date: Tue, 28 Jun 2005 15:58:36 -0700
8475              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
8476      Branch: perl
8477            ! lib/Exporter.t
8478 ____________________________________________________________________________
8479 [ 25035] By: davem                                 on 2005/07/01  11:49:22
8480         Log: silence a warning in Perl_sv_compile_2op
8481      Branch: perl
8482            ! pp_ctl.c
8483 ____________________________________________________________________________
8484 [ 25034] By: davem                                 on 2005/07/01  11:45:40
8485         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
8486              Only a partial fix: works where sizeof(type)==1; since we
8487              can never wraparound in that case, disarm the check
8488      Branch: perl
8489            ! handy.h
8490 ____________________________________________________________________________
8491 [ 25033] By: steveh                                on 2005/07/01  07:44:50
8492         Log: Silence some cast warnings from bcc32 on Win32
8493              
8494              See the thread starting here for arguments:
8495              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
8496      Branch: perl
8497            ! win32/win32.c
8498 ____________________________________________________________________________
8499 [ 25032] By: davem                                 on 2005/06/30  22:41:07
8500         Log: assigning shared consts (eg __PACKAGE__) to magic vars
8501      Branch: perl
8502            ! sv.c t/op/magic.t
8503 ____________________________________________________________________________
8504 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
8505         Log: By grabbing the length, we can use sv_setpvn here.
8506      Branch: perl
8507            ! util.c
8508 ____________________________________________________________________________
8509 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
8510         Log: Use sv_setpvn where we know the length.
8511      Branch: perl
8512            ! universal.c
8513 ____________________________________________________________________________
8514 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
8515         Log: A terser way of implementing require_pv.
8516      Branch: perl
8517            ! perl.c
8518 ____________________________________________________________________________
8519 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
8520         Log: We know the length, so use sv_setpvn rather than sv_setpv.
8521      Branch: perl
8522            ! universal.c
8523 ____________________________________________________________________________
8524 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
8525         Log: Avoid using PL_Sv in the -V argument processing.
8526              Express the embedded perl program in a slightly terser way.
8527      Branch: perl
8528            ! perl.c
8529 ____________________________________________________________________________
8530 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
8531         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
8532              commandline -V options that q\0...\0.
8533      Branch: perl
8534            ! perl.c
8535 ____________________________________________________________________________
8536 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
8537         Log: Add TODO tests for bug #36434
8538      Branch: perl
8539            ! t/op/magic.t
8540 ____________________________________________________________________________
8541 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
8542         Log: The core shouldn't be using PL_na
8543      Branch: perl
8544            ! perl.c
8545 ____________________________________________________________________________
8546 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
8547         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
8548      Branch: perl
8549            ! perl.c
8550 ____________________________________________________________________________
8551 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
8552         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
8553      Branch: perl
8554            ! perl.c regcomp.c sv.c
8555 ____________________________________________________________________________
8556 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
8557         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
8558      Branch: perl
8559            ! perl.c
8560 ____________________________________________________________________________
8561 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
8562         Log: Subject: [PATCH] make t/uni/class.t faster
8563              From: Tels <nospam-abuse@bloodgate.com>
8564              Date: Wed, 29 Jun 2005 21:19:52 +0200
8565              Message-Id: <200506292120.05519@bloodgate.com>
8566      Branch: perl
8567            ! t/uni/class.t
8568 ____________________________________________________________________________
8569 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
8570         Log: If gp_flags is unused, why are we even allocating it?
8571      Branch: perl
8572            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
8573 ____________________________________________________________________________
8574 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
8575         Log: Nothing is actually relying on GvUNIQUE holding state.
8576      Branch: perl
8577            ! gv.h
8578 ____________________________________________________________________________
8579 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
8580         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
8581              From: Michael G Schwern <schwern@pobox.com>
8582              Date: Thu, 30 Jun 2005 01:02:30 -0700
8583              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
8584      Branch: perl
8585            ! lib/File/Basename.t
8586 ____________________________________________________________________________
8587 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
8588         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
8589              From: Steve Peters <steve@fisharerojo.org>
8590              Date: Wed, 29 Jun 2005 21:47:23 -0500
8591              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
8592      Branch: perl
8593            ! ext/IO/lib/IO/Handle.pm
8594 ____________________________________________________________________________
8595 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
8596         Log: Subject: some dusting off of the cross-compilation information
8597              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8598              Date: Thu, 30 Jun 2005 08:41:17 +0300
8599              Message-ID: <42C385FD.9040601@gmail.com>
8600      Branch: perl
8601            ! Cross/README INSTALL
8602 ____________________________________________________________________________
8603 [ 25014] By: steveh                                on 2005/06/30  07:57:25
8604         Log: Silence MinGW warnings about system headers when building Errno
8605              
8606              Thanks to Mike Guy for the suggested fix.
8607      Branch: perl
8608            ! ext/Errno/Errno_pm.PL
8609 ____________________________________________________________________________
8610 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
8611         Log: Expand on parts of perltodo
8612      Branch: perl
8613            ! pod/perltodo.pod
8614 ____________________________________________________________________________
8615 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
8616         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
8617      Branch: perl
8618            ! pp.c pp_hot.c
8619 ____________________________________________________________________________
8620 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
8621         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
8622      Branch: perl
8623            ! pp_sys.c
8624 ____________________________________________________________________________
8625 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
8626         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
8627      Branch: perl
8628            ! doio.c gv.c perl.h sv.c
8629 ____________________________________________________________________________
8630 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
8631         Log: First stab at not automatically creating an unused SV for GvSV
8632              Enable it with -DPERL_DONT_CREATE_GVSV.
8633              Currently if enabled 22 test scripts have failures, so still some way
8634              to go.
8635      Branch: perl
8636            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
8637            ! pp_hot.c proto.h sv.c
8638 ____________________________________________________________________________
8639 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
8640         Log: Remove old variable needed for binary compatibility
8641      Branch: perl
8642            ! embedvar.h intrpvar.h perlapi.h sv.c
8643 ____________________________________________________________________________
8644 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
8645         Log: Convert strcpy to memcpy where we already know the length.
8646      Branch: perl
8647            ! gv.c sv.c util.c
8648 ____________________________________________________________________________
8649 [ 25006] By: davem                                 on 2005/06/28  11:28:20
8650         Log: move Carp.pod back into Carp.pm
8651      Branch: perl
8652            - lib/Carp.pod
8653            ! MANIFEST lib/Carp.pm
8654 ____________________________________________________________________________
8655 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
8656         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
8657      Branch: perl
8658            ! ext/B/B/Deparse.pm
8659 ____________________________________________________________________________
8660 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
8661         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
8662              From: Dominic Dunlop <domo@computer.org>
8663              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
8664              Date: Mon, 27 Jun 2005 19:46:59 +0200
8665      Branch: perl
8666            ! hints/darwin.sh
8667 ____________________________________________________________________________
8668 [ 25003] By: steveh                                on 2005/06/28  08:01:21
8669         Log: Stop "Possible use before definition" warning following change 24997
8670      Branch: perl
8671            ! pp_sys.c
8672 ____________________________________________________________________________
8673 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
8674         Log: Upgrade to Time::HiRes 1.71
8675      Branch: perl
8676            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8677            ! ext/Time/HiRes/Makefile.PL
8678 ____________________________________________________________________________
8679 [ 25001] By: steveh                                on 2005/06/28  07:40:01
8680         Log: Stop "suspicious pointer conversion" warning following change 24997
8681      Branch: perl
8682            ! hv.c
8683 ____________________________________________________________________________
8684 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
8685         Log: Don't install demo files with perl
8686      Branch: perl
8687            ! installperl
8688 ____________________________________________________________________________
8689 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
8690         Log: From: Mattia Barbon <mattia.barbon@libero.it>
8691              Subject: [PATCH] Avoid redefinition warning for MinGW
8692              Date: Jun 27, 2005 10:07 PM
8693              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
8694      Branch: perl
8695            ! win32/win32iop.h
8696 ____________________________________________________________________________
8697 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
8698         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
8699              (b) give -1, rather than +1
8700      Branch: perl
8701            ! sv.c t/op/inc.t
8702 ____________________________________________________________________________
8703 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
8704         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
8705              From: Andy Lester <andy@petdance.com>
8706              Date: Mon, 27 Jun 2005 13:06:59 -0500
8707              Message-ID: <20050627180659.GB29744@petdance.com>
8708              
8709              (edited)
8710      Branch: perl
8711            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
8712            ! regexec.c sv.c toke.c
8713 ____________________________________________________________________________
8714 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
8715         Log: Fix installation of ptar(1) manpage.
8716              The __END__ was making the POD being ignored by pod2man.
8717      Branch: perl
8718            ! lib/Archive/Tar/bin/ptar
8719 ____________________________________________________________________________
8720 [ 24995] By: davem                                 on 2005/06/27  16:34:34
8721         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
8722              Also move carp.pm pod to carp.pod
8723      Branch: perl
8724            + lib/Carp.pod
8725            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
8726            ! warnings.pl
8727 ____________________________________________________________________________
8728 [ 24994] By: steveh                                on 2005/06/27  15:45:05
8729         Log: Silence compiler warning in SDBM_File
8730              
8731              Unless I'm missing something it looks like "key" actually is used,
8732              and the "key = key" assignment causes bcc32 to complain about use
8733              before definition!
8734      Branch: perl
8735            ! ext/SDBM_File/SDBM_File.xs
8736 ____________________________________________________________________________
8737 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
8738         Log: Subject: [PATCH] XSLoader for Sys::Syslog
8739              From: Alexey Tourbin <at@altlinux.ru>
8740              Date: Sun, 26 Jun 2005 08:32:05 +0400
8741              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
8742      Branch: perl
8743            ! ext/Sys/Syslog/Syslog.pm
8744 ____________________________________________________________________________
8745 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
8746         Log: Oops (fix previous fix).
8747      Branch: perl
8748            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8749            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8750            ! lib/Filter/Simple/t/import.t
8751 ____________________________________________________________________________
8752 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
8753         Log: Fix tests of Filter::Simple 0.82 in the core
8754      Branch: perl
8755            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8756            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8757            ! lib/Filter/Simple/t/import.t
8758 ____________________________________________________________________________
8759 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
8760         Log: Upgrade to Filter::Simple 0.82
8761      Branch: perl
8762            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
8763            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
8764            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8765            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
8766            ! t/lib/Filter/Simple/FilterOnlyTest.pm
8767            ! t/lib/Filter/Simple/FilterTest.pm
8768            ! t/lib/Filter/Simple/ImportTest.pm
8769 ____________________________________________________________________________
8770 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
8771         Log: Upgrade to Test::Harness 2.52
8772      Branch: perl
8773            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8774            ! lib/Test/Harness/bin/prove
8775 ____________________________________________________________________________
8776 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
8777         Log: Upgrade to Time::HiRes 1.70
8778      Branch: perl
8779            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8780            ! ext/Time/HiRes/HiRes.xs
8781 ____________________________________________________________________________
8782 [ 24987] By: steveh                                on 2005/06/27  07:41:52
8783         Log: Suppress warnings about a clash between redefined malloc and the
8784              use of __attribute__malloc__
8785              
8786              Subject: Re: Fun with __attribute__malloc__
8787              From: Andy Lester <andy@petdance.com>
8788              Date: Fri, 24 Jun 2005 12:11:59 -0500
8789              Message-ID: <20050624171159.GB29590@petdance.com>
8790      Branch: perl
8791            ! perl.h
8792 ____________________________________________________________________________
8793 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
8794         Log: Tweak the child dump socket protocol to return error messages to the
8795              parent so that it can display what went wrong.
8796      Branch: perl
8797            ! perl.c
8798 ____________________________________________________________________________
8799 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
8800         Log: Upgrade to Time::HiRes 1.69
8801      Branch: perl
8802            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8803            ! ext/Time/HiRes/Makefile.PL
8804 ____________________________________________________________________________
8805 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
8806         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
8807              indefinite hangs when the debugging child holds open Perl_debug_log,
8808              and it happens to be a file descriptor that is one end of a pipe,
8809              with a process sitting at the other end waitng for EOF.
8810              So close all descriptors in the child *including* Perl_debug_log,
8811              and pass it back in over the control socket if it's needed.
8812      Branch: perl
8813            ! perl.c
8814 ____________________________________________________________________________
8815 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
8816         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
8817      Branch: perl
8818            ! pp_sys.c
8819 ____________________________________________________________________________
8820 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
8821         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
8822              Configure_heavy.pl gets truncated.
8823      Branch: perl
8824            ! configpm
8825 ____________________________________________________________________________
8826 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
8827         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
8828              using system malloc, because sbrk() stops giving us memory after about
8829              14Mb.
8830      Branch: perl
8831            ! hints/darwin.sh
8832 ____________________________________________________________________________
8833 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
8834         Log: Need to skip exporting PL_dumper_fd unless it is used.
8835      Branch: perl
8836            ! makedef.pl
8837 ____________________________________________________________________________
8838 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
8839         Log: If forking during global destruction, the child needs to close all
8840              unused file descriptors, else it can cause other processes to hang
8841              because it accidentally holds open pipes and sockets.
8842      Branch: perl
8843            ! perl.c
8844 ____________________________________________________________________________
8845 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
8846         Log: Upgrade to Unicode::Collate 0.51
8847      Branch: perl
8848            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8849            ! lib/Unicode/Collate/README
8850 ____________________________________________________________________________
8851 [ 24977] By: steveh                                on 2005/06/24  14:38:05
8852         Log: Fix typo in win32.c
8853              
8854              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
8855      Branch: perl
8856            ! win32/win32.c
8857 ____________________________________________________________________________
8858 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
8859         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
8860              which become unreferenced. This is less likely to be successful.
8861              The #define needs a better name.
8862      Branch: perl
8863            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
8864            ! proto.h sv.c
8865 ____________________________________________________________________________
8866 [ 24975] By: steveh                                on 2005/06/24  13:56:15
8867         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
8868      Branch: perl
8869            ! perl.h win32/config_H.gc
8870 ____________________________________________________________________________
8871 [ 24974] By: steveh                                on 2005/06/24  12:27:45
8872         Log: Make opendir() filename const in Win32-land & friends
8873              
8874              That fact that it wasn't const already was highlighted by a warning
8875              from pp_open_dir() generated by change 24743. Rather than undo the
8876              const change in pp_open_dir(), this seems to make more sense. Hope I
8877              haven't broken Netware or WinCE.
8878      Branch: perl
8879            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
8880            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
8881            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
8882 ____________________________________________________________________________
8883 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
8884         Log: Need to do some sort of die/warn to get the "global destruction"
8885              text if the bug is still present.
8886      Branch: perl
8887            ! t/op/gv.t
8888 ____________________________________________________________________________
8889 [ 24972] By: steveh                                on 2005/06/24  09:37:24
8890         Log: Fix t\op\gv.t on Win32
8891      Branch: perl
8892            ! t/op/gv.t
8893 ____________________________________________________________________________
8894 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
8895         Log: Remove cargo-culted binmode.
8896      Branch: perl
8897            ! lib/Archive/Tar/t/00_setup.t
8898 ____________________________________________________________________________
8899 [ 24970] By: steveh                                on 2005/06/24  07:42:41
8900         Log: Fix Archive-Tar tests on Win32 following change 24954
8901      Branch: perl
8902            ! lib/Archive/Tar/t/00_setup.t
8903 ____________________________________________________________________________
8904 [ 24969] By: merijn                                on 2005/06/24  07:41:08
8905         Log: Workaround localtime edge case where TZ makes time go beyond
8906              the defined working range (AIX 5.2)
8907      Branch: perl
8908            ! pp_sys.c
8909 ____________________________________________________________________________
8910 [ 24968] By: davem                                 on 2005/06/23  22:59:36
8911         Log: change 24967 got the #endif in the wrong place
8912      Branch: perl
8913            ! pad.c
8914 ____________________________________________________________________________
8915 [ 24967] By: davem                                 on 2005/06/23  22:48:40
8916         Log: don't repopulate PADTMP slots with null SVs when freeing ops
8917      Branch: perl
8918            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
8919 ____________________________________________________________________________
8920 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
8921         Log: Remove the reference loop between symbol tables and typeglobs.
8922              Typeglobs now have a weak reference onto their symbol table.
8923      Branch: perl
8924            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
8925 ____________________________________________________________________________
8926 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
8927         Log: Subject: [PATCH] Pre-YAPC consting fun
8928              From: Andy Lester <andy@petdance.com>
8929              Date: Jun 23, 2005 9:04 PM
8930              Message-ID: <20050623190423.GA13835@petdance.com>
8931      Branch: perl
8932            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
8933            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
8934            ! taint.c util.c
8935 ____________________________________________________________________________
8936 [ 24964] By: merijn                                on 2005/06/23  18:43:42
8937         Log: Take a larger margin to prevent 'X' failures in smokes
8938              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
8939              when reps was still 10000. With 15000 I didn't get a single warning
8940      Branch: perl
8941            ! t/op/rand.t
8942 ____________________________________________________________________________
8943 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
8944         Log: Warning suppression.
8945      Branch: perl
8946            ! pp_sys.c
8947 ____________________________________________________________________________
8948 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
8949         Log: The current implementation of :unique is fundamentally flawed,
8950              because declaring a scalar READONLY does not stop it being modified.
8951              Hence the current implementation of :unique is *not threadsafe*
8952              D'oh!
8953              Better implementations welcome.
8954      Branch: perl
8955            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
8956            ! proto.h sv.c
8957 ____________________________________________________________________________
8958 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
8959         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
8960      Branch: perl
8961            ! lib/Archive/Tar/t/02_methods.t
8962 ____________________________________________________________________________
8963 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
8964         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
8965              From: Steve Peters <steve@fisharerojo.org>
8966              Date: Fri, 17 Jun 2005 23:27:14 -0500
8967              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
8968      Branch: perl
8969            ! lib/File/Find.pm
8970 ____________________________________________________________________________
8971 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
8972         Log: Add a define PERL_POISON which tries to trip up anything accessing
8973              freed or uninitialised memory. Currently only Poison()s freed
8974              pointers.
8975      Branch: perl
8976            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
8977            ! sv.c
8978 ____________________________________________________________________________
8979 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
8980         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
8981              Simplify SvPV_free slightly.
8982      Branch: perl
8983            ! sv.h
8984 ____________________________________________________________________________
8985 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
8986         Log: This dummy test didn't pass
8987      Branch: perl
8988            ! lib/Archive/Tar/t/99_clean.t
8989 ____________________________________________________________________________
8990 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
8991         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
8992      Branch: perl
8993            + lib/Archive/Tar/t/99_clean.t
8994            ! MANIFEST
8995 ____________________________________________________________________________
8996 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
8997         Log: Remove test that relies on Test::POD
8998      Branch: perl
8999            - lib/Archive/Tar/t/99_pod.t
9000            ! MANIFEST
9001 ____________________________________________________________________________
9002 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
9003         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
9004      Branch: perl
9005            + lib/Archive/Tar/t/00_setup.t
9006            - lib/Archive/Tar/t/src/long/bar.tar
9007            - lib/Archive/Tar/t/src/long/foo.tgz
9008            - lib/Archive/Tar/t/src/short/bar.tar
9009            - lib/Archive/Tar/t/src/short/foo.tgz
9010            ! MANIFEST
9011 ____________________________________________________________________________
9012 [ 24953] By: steveh                                on 2005/06/23  11:02:42
9013         Log: Silence bcc32 compiler warnings following change 24945
9014              
9015              ("Possible use of '%s' before definition")
9016      Branch: perl
9017            ! pp_ctl.c pp_sys.c
9018 ____________________________________________________________________________
9019 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
9020         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
9021      Branch: perl
9022            ! perl.c
9023 ____________________________________________________________________________
9024 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
9025         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
9026              From: Salvador Fandino <sfandino@yahoo.com>
9027              Date: Tue, 21 Jun 2005 19:50:35 +0200
9028              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
9029      Branch: perl
9030            ! pp_sort.c
9031 ____________________________________________________________________________
9032 [ 24950] By: steveh                                on 2005/06/23  10:21:53
9033         Log: Oops! Change 24946 wasn't quite right
9034      Branch: perl
9035            ! doio.c
9036 ____________________________________________________________________________
9037 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
9038         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
9039      Branch: perl
9040            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
9041 ____________________________________________________________________________
9042 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
9043         Log: Define d_nv_zero_is_allbits_zero for symbian
9044              (noticed by Jarkko)
9045      Branch: perl
9046            ! symbian/config.sh
9047 ____________________________________________________________________________
9048 [ 24947] By: steveh                                on 2005/06/23  09:18:37
9049         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
9050              
9051              It still whines about 'in' and 'b' being assigned values that are
9052              never used on lines 348 and 505 respectively (as side effects of the
9053              calls to c2l and l2c respectively), but I'm not sure how to shut
9054              them up.
9055      Branch: perl
9056            ! win32/fcrypt.c
9057 ____________________________________________________________________________
9058 [ 24946] By: steveh                                on 2005/06/23  09:00:28
9059         Log: More bcc32 compiler warnings to silence
9060              
9061              ("Suspicious pointer conversion")
9062      Branch: perl
9063            ! doio.c win32/win32io.c
9064 ____________________________________________________________________________
9065 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
9066         Log: Subject: [PATCH] Const Boy II: The Localizing
9067              From: Andy Lester <andy@petdance.com>
9068              Date: Wed, 22 Jun 2005 09:41:00 -0500
9069              Message-ID: <20050622144059.GA19598@petdance.com>
9070      Branch: perl
9071            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
9072            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
9073            ! util.c
9074 ____________________________________________________________________________
9075 [ 24944] By: steveh                                on 2005/06/23  08:04:21
9076         Log: Silence another bcc32 compiler warning
9077              
9078              ("Possible use of '%s' before definition")
9079      Branch: perl
9080            ! toke.c
9081 ____________________________________________________________________________
9082 [ 24943] By: davem                                 on 2005/06/22  23:08:55
9083         Log: remove taint hack now that local $tainted no longer copies taint magic
9084      Branch: perl
9085            ! mg.c sv.c
9086 ____________________________________________________________________________
9087 [ 24942] By: davem                                 on 2005/06/22  21:42:54
9088         Log: handle magic in local correctly
9089              the local SV now gets a copy of any container magic, and no value
9090              magic; in the past the whole magic chain was either shared or
9091              moved
9092      Branch: perl
9093            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
9094            ! proto.h scope.c t/op/local.t
9095 ____________________________________________________________________________
9096 [ 24941] By: merijn                                on 2005/06/22  17:14:04
9097         Log: Upgrade to Test::Harness 2.50
9098      Branch: perl
9099            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
9100 ____________________________________________________________________________
9101 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
9102         Log: Add facility to fork() early in perl_destruct and use the child to
9103              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
9104              when DEBUG_LEAKING_SCALARS is already in force)
9105      Branch: perl
9106            ! perl.c
9107 ____________________________________________________________________________
9108 [ 24939] By: steveh                                on 2005/06/22  13:25:16
9109         Log: Silence yet more bcc32 compiler warnings
9110              
9111              ("Code has no effect")
9112      Branch: perl
9113            ! hv.c pp_ctl.c pp_hot.c
9114 ____________________________________________________________________________
9115 [ 24938] By: steveh                                on 2005/06/22  13:02:17
9116         Log: Silence some more bcc32 compiler warnings
9117              
9118              ("Suggest parentheses to clarify precedence")
9119      Branch: perl
9120            ! warnings.h warnings.pl
9121 ____________________________________________________________________________
9122 [ 24937] By: steveh                                on 2005/06/22  12:31:59
9123         Log: Silence some bcc32 compiler warnings
9124              
9125              ("Superfluous & with function")
9126      Branch: perl
9127            ! perlvars.h pp.c win32/win32.c
9128 ____________________________________________________________________________
9129 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
9130         Log: Now that the global string table is using a single hunk of memory
9131              for both HE and HEK, we need to actually free things in perl_destruct
9132      Branch: perl
9133            ! perl.c
9134 ____________________________________________________________________________
9135 [ 24935] By: steveh                                on 2005/06/22  09:40:25
9136         Log: Fix Archive-Tar tests on Win32
9137              
9138              (Patch from Jos Boumans, from his current dev version.)
9139      Branch: perl
9140            ! lib/Archive/Tar.pm
9141 ____________________________________________________________________________
9142 [ 24934] By: merijn                                on 2005/06/21  19:27:38
9143         Log: Redo generation of change #24898
9144              Do not forget to run Porting/config_h.pl!
9145      Branch: perl
9146            ! Configure config_h.SH
9147 ____________________________________________________________________________
9148 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
9149         Log: Upgrade to Test::Harness 2.49_02
9150      Branch: perl
9151            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9152            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
9153            ! lib/Test/Harness/t/test-harness.t
9154 ____________________________________________________________________________
9155 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
9156         Log: Add Archive::Tar to the maintainers list
9157      Branch: perl
9158            ! Porting/Maintainers.pl
9159 ____________________________________________________________________________
9160 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
9161         Log: Trim trailing spaces
9162      Branch: perl
9163            ! lib/Archive/Tar/bin/ptar
9164 ____________________________________________________________________________
9165 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
9166         Log: Add pod, so ptar has a manpage
9167      Branch: perl
9168            ! lib/Archive/Tar/bin/ptar
9169 ____________________________________________________________________________
9170 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
9171         Log: POD nits
9172      Branch: perl
9173            ! ext/Storable/Storable.pm
9174 ____________________________________________________________________________
9175 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
9176         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
9177              (or at least into the decade of t/test.pl)
9178      Branch: perl
9179            ! t/op/gv.t
9180 ____________________________________________________________________________
9181 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
9182         Log: Add the ptar(1) utility from Archive::Tar
9183      Branch: perl
9184            + lib/Archive/Tar/bin/ptar utils/ptar.PL
9185            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
9186            ! win32/Makefile win32/makefile.mk
9187 ____________________________________________________________________________
9188 [ 24925] By: steveh                                on 2005/06/21  13:49:10
9189         Log: Trim trailing whitespace from $! and $^E
9190              
9191              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
9192              good for consistency anyway)
9193      Branch: perl
9194            ! mg.c
9195 ____________________________________________________________________________
9196 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
9197         Log: Avoid having NULL entries in the weakref backreference array, and
9198              make S_sv_add_backref O(1) (instead of O(n))
9199      Branch: perl
9200            ! sv.c
9201 ____________________________________________________________________________
9202 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
9203         Log: Cleanup after this test
9204      Branch: perl
9205            ! lib/Archive/Tar/t/02_methods.t
9206 ____________________________________________________________________________
9207 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
9208         Log: Add Archive::Tar 1.24, except ptar for now
9209      Branch: perl
9210            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
9211            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
9212            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
9213            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
9214            + lib/Archive/Tar/t/src/long/bar.tar
9215            + lib/Archive/Tar/t/src/long/foo.tgz
9216            + lib/Archive/Tar/t/src/short/b
9217            + lib/Archive/Tar/t/src/short/bar.tar
9218            + lib/Archive/Tar/t/src/short/foo.tgz
9219            ! MANIFEST
9220 ____________________________________________________________________________
9221 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
9222         Log: weak references aren't UVs, do don't show this in the dump flags.
9223      Branch: perl
9224            ! dump.c
9225 ____________________________________________________________________________
9226 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
9227         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
9228              From: Salvador Fandiño <sfandino@yahoo.com>
9229              Date: Fri, 17 Jun 2005 14:06:30 +0100
9230              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
9231              
9232              with wordings improvements suggested by Ronald J Kimball
9233      Branch: perl
9234            ! pod/perldiag.pod toke.c
9235 ____________________________________________________________________________
9236 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
9237         Log: No need to set flags twice.
9238      Branch: perl
9239            ! av.c
9240 ____________________________________________________________________________
9241 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
9242         Log: As there will be no old body to dispose of, we can return immediately.
9243      Branch: perl
9244            ! sv.c
9245 ____________________________________________________________________________
9246 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
9247         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
9248      Branch: perl
9249            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9250            ! ext/Data/Dumper/t/dumper.t
9251 ____________________________________________________________________________
9252 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
9253         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
9254              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
9255              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
9256              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
9257      Branch: perl
9258            ! sv.c
9259 ____________________________________________________________________________
9260 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
9261         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
9262              From: Robin Barker <Robin.Barker@npl.co.uk>
9263              Date: Mon, 20 Jun 2005 13:47:37 +0100
9264              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
9265      Branch: perl
9266            ! perl.h
9267 ____________________________________________________________________________
9268 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
9269         Log: Replace the non-const initialiser block + loop with a series of calls
9270              to a small static function.
9271              c.f. "I will replace you with a small shell script..."
9272      Branch: perl
9273            ! sv.c
9274 ____________________________________________________________________________
9275 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
9276         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
9277              From: Andy Lester <andy@petdance.com>
9278              Date: Mon, 20 Jun 2005 10:22:37 -0500
9279              Message-ID: <20050620152237.GA5032@petdance.com>
9280      Branch: perl
9281            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
9282            ! perl.h proto.h sv.c universal.c util.c
9283 ____________________________________________________________________________
9284 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
9285         Log: Same fix, for the test, now.
9286      Branch: perl
9287            ! t/run/switches.t
9288 ____________________________________________________________________________
9289 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
9290         Log: perl -v was outputting a double v (spotted by Jarkko)
9291      Branch: perl
9292            ! perl.c
9293 ____________________________________________________________________________
9294 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
9295         Log: Remove signature test, which is always skipped
9296      Branch: perl
9297            - lib/Test/Simple/t/00signature.t
9298            ! MANIFEST
9299 ____________________________________________________________________________
9300 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
9301         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
9302              From: chromatic <chromatic@wgz.org>
9303              Date: Sat, 18 Jun 2005 12:15:41 -0700
9304              Message-Id: <1119122141.21521.9.camel@localhost>
9305      Branch: perl
9306            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
9307 ____________________________________________________________________________
9308 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
9309         Log: Remove the deprecated $# variable
9310      Branch: perl
9311            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
9312            ! pod/perldiag.pod sv.c t/lib/warnings/gv
9313 ____________________________________________________________________________
9314 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
9315         Log: Silence warning in debug printf
9316      Branch: perl
9317            ! doop.c
9318 ____________________________________________________________________________
9319 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
9320         Log: Subject: [PATCH] More random cleanups
9321              From: Andy Lester <andy@petdance.com>
9322              Date: Fri, 17 Jun 2005 09:50:29 -0500
9323              Message-ID: <20050617145029.GC11769@petdance.com>
9324      Branch: perl
9325            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
9326 ____________________________________________________________________________
9327 [ 24905] By: steveh                                on 2005/06/20  09:30:23
9328         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
9329              
9330              The try.c test program added to Configure by change 24898 outputs
9331              "Yes" using each of VC++, GCC and BCC32, so here goes...
9332      Branch: perl
9333            ! win32/config.bc win32/config.gc win32/config.vc
9334            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
9335            ! win32/config_H.vc win32/config_H.vc64
9336 ____________________________________________________________________________
9337 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
9338         Log: Hugo suggests this.
9339      Branch: perl
9340            ! pod/perlhack.pod
9341 ____________________________________________________________________________
9342 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
9343         Log: Missed a chunk in previous commit
9344      Branch: perl
9345            ! pod/perlsyn.pod
9346 ____________________________________________________________________________
9347 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
9348         Log: Subject: [perl #36328] Until Statement Undocumented 
9349              From: Eric Amick (via RT) <perlbug-followup@perl.org>
9350              Date: 18 Jun 2005 03:47:32 -0000
9351              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
9352      Branch: perl
9353            ! pod/perlsyn.pod
9354 ____________________________________________________________________________
9355 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
9356         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
9357              From: Rick Delaney <rick@bort.ca>
9358              Date: Sun, 19 Jun 2005 09:47:22 -0400
9359              Message-ID: <20050619134722.GB31592@localhost.localdomain>
9360      Branch: perl
9361            ! op.c t/comp/parser.t
9362 ____________________________________________________________________________
9363 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
9364         Log: S_del_body is sufficiently small that inlining it is a space win.
9365      Branch: perl
9366            ! sv.c
9367 ____________________________________________________________________________
9368 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
9369         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
9370              to 0.0, as the memset has already done it.
9371      Branch: perl
9372            ! sv.c
9373 ____________________________________________________________________________
9374 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
9375         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
9376              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
9377              
9378              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
9379              From: "Craig A. Berry" <craigberry@mac.com>
9380              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
9381              Date: Sat, 18 Jun 2005 18:23:59 -0500
9382      Branch: perl
9383            ! Configure Porting/Glossary config_h.SH configure.com
9384 ____________________________________________________________________________
9385 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
9386         Log: Move the offset calculations outside of new_body/del_body.
9387              This makes some of the upgrade code slightly simpler.
9388      Branch: perl
9389            ! sv.c
9390 ____________________________________________________________________________
9391 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
9392         Log: Refactor sv_dup to memcpy from source to destination, and only
9393              explicitly copy the structure members that need explicit duplication.
9394      Branch: perl
9395            ! sv.c
9396 ____________________________________________________________________________
9397 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
9398         Log: Squeeze a little more savings by moving pte and he arenas into the
9399              common arena free code.
9400      Branch: perl
9401            ! hv.h perl.h sv.c
9402 ____________________________________________________________________________
9403 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
9404         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
9405              From: Jim Cromie <jcromie@divsol.com>
9406              Message-ID: <42B3C388.2090902@divsol.com>
9407              Date: Sat, 18 Jun 2005 00:47:36 -0600
9408      Branch: perl
9409            ! sv.c
9410 ____________________________________________________________________________
9411 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
9412         Log: update AVs and HVs using the old_body, and remove all of the local
9413              variables used to hold the SV body piecemeal.
9414      Branch: perl
9415            ! sv.c
9416 ____________________________________________________________________________
9417 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
9418         Log: sv_upgrade by memcpy
9419              AV and HV cases need tidyup
9420      Branch: perl
9421            ! sv.c
9422 ____________________________________________________________________________
9423 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
9424         Log: Fix compiling with -DPURIFY
9425      Branch: perl
9426            ! sv.c
9427 ____________________________________________________________________________
9428 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
9429         Log: Change 24886 was buggy - should be taking (and passing in) the
9430              address of the arena.
9431      Branch: perl
9432            ! sv.c
9433 ____________________________________________________________________________
9434 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
9435         Log: Add new internal error message to perldiag
9436      Branch: perl
9437            ! pod/perldiag.pod
9438 ____________________________________________________________________________
9439 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
9440         Log: Collect a little more information about the body we're getting rid of
9441      Branch: perl
9442            ! sv.c
9443 ____________________________________________________________________________
9444 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
9445         Log: Missing aTHX_ (noticed by Jim Cromie)
9446      Branch: perl
9447            ! sv.c
9448 ____________________________________________________________________________
9449 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
9450         Log: Move freeing the old body after the creating of the new body.
9451      Branch: perl
9452            ! sv.c
9453 ____________________________________________________________________________
9454 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
9455         Log: The only way is up!
9456              (*up*grades. Or croak)
9457      Branch: perl
9458            ! sv.c
9459 ____________________________________________________________________________
9460 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
9461         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
9462              From: "Steve Peters via RT" <perlbug-followup@perl.org>
9463              Date: 16 Jun 2005 17:11:14 -0000
9464              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
9465      Branch: perl
9466            ! Makefile.SH
9467 ____________________________________________________________________________
9468 [ 24883] By: steveh                                on 2005/06/17  11:36:45
9469         Log: Silence STDERR grumblings from Borland's math library.
9470              
9471              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
9472              renders change 24870 obsolete, hence it is reverted here).
9473      Branch: perl
9474            ! lib/warnings.t makedef.pl win32/win32.c
9475 ____________________________________________________________________________
9476 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
9477         Log: Upgrade to PathTools 3.09
9478      Branch: perl
9479            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
9480            ! lib/File/Spec.pm
9481 ____________________________________________________________________________
9482 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
9483         Log: new_pte/del_pte can use new_body/del_body too
9484      Branch: perl
9485            ! sv.c
9486 ____________________________________________________________________________
9487 [ 24880] By: steveh                                on 2005/06/17  08:28:32
9488         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
9489              From: "Jan Dubois" <jand@ActiveState.com>
9490              Date: Thu, 16 Jun 2005 11:43:15 -0700
9491              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
9492      Branch: perl
9493            ! win32/win32.c
9494 ____________________________________________________________________________
9495 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
9496         Log: Storing the ixv for magic arrays seems to cause double free errors on
9497              OS X. This all feels like voodoo.
9498      Branch: perl
9499            ! ext/B/B/Bytecode.pm
9500 ____________________________________________________________________________
9501 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
9502         Log: Replace all the new/del static functions with calls to a single pair
9503              of functions that uproot/plant bodies
9504      Branch: perl
9505            ! embed.fnc embed.h proto.h sv.c
9506 ____________________________________________________________________________
9507 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
9508         Log: Making more_* return a pointer, and swapping to a ternary ?: in
9509              new_* seems to generate slightly terser object code.
9510      Branch: perl
9511            ! sv.c
9512 ____________________________________________________________________________
9513 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
9514         Log: Replace all the S_more_* functions with a single function.
9515              Saves 1.5K on the object file in OS X when built with -Os
9516      Branch: perl
9517            ! sv.c
9518 ____________________________________________________________________________
9519 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
9520         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
9521              From: Jim Cromie <jcromie@divsol.com>
9522              Message-ID: <42ADC8ED.4090009@divsol.com>
9523              Date: Mon, 13 Jun 2005 11:57:01 -0600
9524      Branch: perl
9525            ! sv.c
9526 ____________________________________________________________________________
9527 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
9528         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
9529              idea, but as we are, turning on shared keys makes sense.
9530      Branch: perl
9531            ! util.c
9532 ____________________________________________________________________________
9533 [ 24873] By: merijn                                on 2005/06/16  14:33:10
9534         Log: Subject: [PATCH] Lint support
9535              From: Andy Lester <andy@petdance.com>
9536              Date: Thu, 16 Jun 2005 09:35:21 -0500
9537              Message-ID: <20050616143521.GB22188@petdance.com>
9538      Branch: perl
9539            ! XSUB.h perl.h universal.c
9540 ____________________________________________________________________________
9541 [ 24872] By: merijn                                on 2005/06/16  14:24:43
9542         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
9543              From: Ken Williams <ken@mathforum.org>
9544              Date: Wed, 15 Jun 2005 20:00:42 -0500
9545              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
9546      Branch: perl
9547            ! lib/ExtUtils/ParseXS/t/XSTest.xs
9548 ____________________________________________________________________________
9549 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
9550         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
9551              From: Andy Lester <andy@petdance.com>
9552              Date: Thu, 16 Jun 2005 09:13:42 -0500
9553              Message-ID: <20050616141342.GA22188@petdance.com>
9554      Branch: perl
9555            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
9556            ! regexec.c sv.c toke.c util.c
9557 ____________________________________________________________________________
9558 [ 24870] By: steveh                                on 2005/06/16  13:16:56
9559         Log: Teach lib/warnings.t about Borland CRT error messages
9560      Branch: perl
9561            ! lib/warnings.t
9562 ____________________________________________________________________________
9563 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
9564         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
9565              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
9566              Date: 10 Jun 2005 12:46:41 -0000
9567              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
9568              
9569              and bump version number
9570      Branch: perl
9571            ! ext/IO/lib/IO/File.pm
9572 ____________________________________________________________________________
9573 [ 24868] By: steveh                                on 2005/06/16  11:10:01
9574         Log: Update README.win32
9575              
9576              (Mention Borland compiler is also free; update libwin32 link)
9577      Branch: perl
9578            ! README.win32
9579 ____________________________________________________________________________
9580 [ 24867] By: steveh                                on 2005/06/16  11:00:19
9581         Log: Give op/taint.t a helping hand for Borland compiler on Win32
9582      Branch: perl
9583            ! t/op/taint.t
9584 ____________________________________________________________________________
9585 [ 24866] By: steveh                                on 2005/06/16  09:51:33
9586         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
9587      Branch: perl
9588            ! win32/makefile.mk
9589 ____________________________________________________________________________
9590 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
9591         Log: Subs with builtin attributes shouldn't be made constant
9592              
9593              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
9594              From: Salvador "FandiXo" <sfandino@yahoo.com>
9595              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
9596              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
9597      Branch: perl
9598            ! op.c
9599 ____________________________________________________________________________
9600 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
9601         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
9602      Branch: perl
9603            ! pod/perl.pod pod/perlrun.pod
9604 ____________________________________________________________________________
9605 [ 24863] By: steveh                                on 2005/06/16  09:09:22
9606         Log: Simplify win32/makefile.mk for static extensions with GCC
9607      Branch: perl
9608            ! win32/makefile.mk
9609 ____________________________________________________________________________
9610 [ 24862] By: steveh                                on 2005/06/16  08:51:14
9611         Log: Enable static extensions with Borland compiler on Win32
9612      Branch: perl
9613            ! win32/buildext.pl win32/makefile.mk
9614 ____________________________________________________________________________
9615 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
9616         Log: Revert part of change #24854
9617      Branch: perl
9618            ! ext/Devel/DProf/t/DProf.t perl.c
9619 ____________________________________________________________________________
9620 [ 24860] By: steveh                                on 2005/06/16  07:40:21
9621         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
9622              
9623              (Fixes a linker error on Win 32 introduced by change #24847)
9624      Branch: perl
9625            ! makedef.pl
9626 ____________________________________________________________________________
9627 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
9628         Log: Don't write bytecode to load the NVX of AVs and HVs
9629      Branch: perl
9630            ! ext/B/B/Bytecode.pm
9631 ____________________________________________________________________________
9632 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
9633         Log: We were failing to pring "not ok" if the text exited uncleanly
9634      Branch: perl
9635            ! ext/B/t/bytecode.t
9636 ____________________________________________________________________________
9637 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
9638         Log: assert that you aren't assigning to the NVX of an AV or HV
9639      Branch: perl
9640            ! sv.h
9641 ____________________________________________________________________________
9642 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
9643         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
9644              this can be useful to use valgrind for example
9645      Branch: perl
9646            ! t/test.pl
9647 ____________________________________________________________________________
9648 [ 24855] By: steveh                                on 2005/06/15  16:30:58
9649         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
9650              
9651              This pattern match seems a little saner, and stops " for Win32"
9652              getting picked up from the following output:
9653              
9654              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
9655              
9656              Maybe it breaks older versions, but at least the latest now works
9657              correctly. If anyone knows what older versions' messages look like
9658              then speak up!
9659      Branch: perl
9660            ! win32/config_sh.PL
9661 ____________________________________________________________________________
9662 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
9663         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
9664              From: Steve Peters <steve@fisharerojo.org>
9665              Date: Wed, 15 Jun 2005 11:30:41 -0500
9666              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
9667      Branch: perl
9668            ! ext/Devel/DProf/t/DProf.t perl.c
9669 ____________________________________________________________________________
9670 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
9671         Log: Subject: sort optimization
9672              From: Salvador Fandiño <sfandino@yahoo.com>
9673              Date: Mon, 06 Jun 2005 12:05:05 +0100
9674              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
9675      Branch: perl
9676            ! pp_sort.c
9677 ____________________________________________________________________________
9678 [ 24852] By: steveh                                on 2005/06/15  16:02:06
9679         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
9680      Branch: perl
9681            ! win32/makefile.mk
9682 ____________________________________________________________________________
9683 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
9684         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
9685              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
9686              Date: 15 Jun 2005 13:54:53 -0000
9687              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
9688      Branch: perl
9689            ! op.c t/op/attrs.t
9690 ____________________________________________________________________________
9691 [ 24850] By: merijn                                on 2005/06/15  13:57:57
9692         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
9693              Thanks Nick!
9694      Branch: perl
9695            ! sv.c
9696 ____________________________________________________________________________
9697 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
9698         Log: Better phrasing
9699      Branch: perl
9700            ! pod/perlfunc.pod
9701 ____________________________________________________________________________
9702 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
9703         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
9704              From: Alexey Tourbin <at@altlinux.ru>
9705              Date: Sun, 5 Jun 2005 03:42:42 +0400
9706              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
9707      Branch: perl
9708            ! ext/Storable/Storable.xs
9709 ____________________________________________________________________________
9710 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
9711         Log: Subject: [PATCH] CopSTASH_eq again
9712              From: Andy Lester <andy@petdance.com>
9713              Date: Tue, 14 Jun 2005 23:49:26 -0500
9714              Message-ID: <20050615044926.GA29087@petdance.com>
9715      Branch: perl
9716            ! cop.h embed.fnc embed.h global.sym proto.h util.c
9717 ____________________________________________________________________________
9718 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
9719         Log: Fix warning nits, by Jarkko
9720      Branch: perl
9721            ! sv.c
9722 ____________________________________________________________________________
9723 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
9724         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
9725              From: Steve Peters <steve@fisharerojo.org>
9726              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
9727              Date: Tue, 14 Jun 2005 14:30:52 -0500
9728      Branch: perl
9729            ! embed.fnc proto.h
9730 ____________________________________________________________________________
9731 [ 24844] By: davem                                 on 2005/06/14  17:24:18
9732         Log: whoops, Perl_magic_freearylen_p returns int
9733      Branch: perl
9734            ! mg.c
9735 ____________________________________________________________________________
9736 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
9737         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
9738              Here's a temporary hack, pending a way for B to correctly identify
9739              PVs that are variable names in pads.
9740      Branch: perl
9741            ! ext/B/B.xs
9742 ____________________________________________________________________________
9743 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
9744         Log: Add core test preamble
9745      Branch: perl
9746            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
9747            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
9748            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
9749            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
9750            ! lib/IO/Zlib/t/uncomp2.t
9751 ____________________________________________________________________________
9752 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
9753         Log: Test was coredumping with a shared perl library.
9754              This is wrong. It seems that what gets peephole optimised
9755              (in this case named method calls into shared string scalars) depends
9756              on whether there is a shared perl library.
9757              Anyway, fix the symptom - the coredump.
9758      Branch: perl
9759            ! ext/XS/APItest/t/hash.t
9760 ____________________________________________________________________________
9761 [ 24840] By: steveh                                on 2005/06/14  13:36:03
9762         Log: Stop "test" filename clashing with "TEST" on Win32
9763              
9764              (and bump $IO::Zlib::VERSION again)
9765      Branch: perl
9766            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
9767 ____________________________________________________________________________
9768 [ 24839] By: steveh                                on 2005/06/14  13:26:30
9769         Log: Actually skip tests when they're supposed to be skipped!
9770              
9771              (and bump $IO::Zlib::VERSION)
9772      Branch: perl
9773            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
9774 ____________________________________________________________________________
9775 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
9776         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
9777              From: Steve Peters <steve@fisharerojo.org>
9778              Date: Tue, 14 Jun 2005 08:16:38 -0500
9779              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
9780      Branch: perl
9781            ! ext/B/B.xs
9782 ____________________________________________________________________________
9783 [ 24837] By: steveh                                on 2005/06/14  13:13:17
9784         Log: Don't delete IO/Zlib during distclean on Win32
9785              
9786              (IO/Socket still needs to go, though)
9787      Branch: perl
9788            ! win32/Makefile win32/makefile.mk
9789 ____________________________________________________________________________
9790 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
9791         Log: Document ${^UTF8LOCALE}
9792      Branch: perl
9793            ! pod/perlvar.pod
9794 ____________________________________________________________________________
9795 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
9796         Log: Add IO::Zlib in maintainers list
9797      Branch: perl
9798            ! Porting/Maintainers.pl
9799 ____________________________________________________________________________
9800 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
9801         Log: Add IO::Zlib 1.04 to bleadperl
9802      Branch: perl
9803            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
9804            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
9805            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
9806            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
9807            + lib/IO/Zlib/t/uncomp2.t
9808            ! MANIFEST Makefile.SH
9809 ____________________________________________________________________________
9810 [ 24833] By: davem                                 on 2005/06/14  10:15:10
9811         Log: Perl_magic_freearylen_p could coredump
9812      Branch: perl
9813            ! mg.c
9814 ____________________________________________________________________________
9815 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
9816         Log: Subject: better assertion support
9817              From: Salvador Fandiño <sfandino@yahoo.com>
9818              Date: Mon, 13 Jun 2005 16:48:01 +0100
9819              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
9820      Branch: perl
9821            + lib/assertions/compat.pm t/comp/asstcompat.t
9822            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
9823            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
9824 ____________________________________________________________________________
9825 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
9826         Log: Since the version module is use'd afterwards, use_ok needs to be
9827              in a BEGIN block
9828      Branch: perl
9829            ! lib/version.t
9830 ____________________________________________________________________________
9831 [ 24830] By: steveh                                on 2005/06/14  07:42:33
9832         Log: Add BUILDOPTEXTRA to Win32 makefiles
9833              
9834              This allows extra build options, e.g. -DNO_HASH_SEED, to be
9835              specified on the command line, which is otherwise not possible
9836              under nmake using the existing BUILDOPT macro
9837              
9838              Suggested by Jan Dubois <jand@ActiveState.com>
9839      Branch: perl
9840            ! win32/Makefile win32/makefile.mk
9841 ____________________________________________________________________________
9842 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
9843         Log: Pay attention to the comments that Dave writes.
9844      Branch: perl
9845            ! sv.c
9846 ____________________________________________________________________________
9847 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
9848         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
9849      Branch: perl
9850            ! ext/POSIX/POSIX.xs
9851 ____________________________________________________________________________
9852 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
9853         Log: Croak if an attempt is made to modify PL_strtab
9854              (er, TODO - these should be in perldiag)
9855      Branch: perl
9856            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9857            ! ext/XS/APItest/t/hash.t hv.c
9858 ____________________________________________________________________________
9859 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
9860         Log: More SvPV consting
9861      Branch: perl
9862            ! perl.c
9863 ____________________________________________________________________________
9864 [ 24825] By: steveh                                on 2005/06/13  16:35:19
9865         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
9866              From: vadim <vadim@vkonovalov.ru>
9867              Date: Mon, 13 Jun 2005 15:41:41 -0400
9868              Message-Id: <1118691701.6333.32.camel@mdk10>
9869      Branch: perl
9870            ! win32/Makefile win32/makefile.mk
9871 ____________________________________________________________________________
9872 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
9873         Log: With shared hash key scalars now accessing the hash via the PVX, you
9874              can't fake them with regular PVIVs. So fake method calls have to use
9875              real shared hask key scalars.
9876      Branch: perl
9877            ! ext/B/t/optree_specials.t op.c
9878 ____________________________________________________________________________
9879 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
9880         Log: Subject: [PATCH] Bring bleadperl up to version.pm
9881              From: John Peacock <jpeacock@rowman.com>
9882              Date: Mon, 06 Jun 2005 05:18:21 -0400
9883              Message-ID: <42A414DD.8090504@rowman.com>
9884      Branch: perl
9885            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
9886            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
9887            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
9888 ____________________________________________________________________________
9889 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
9890         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
9891              From: Offer Kaye <offer.kaye@gmail.com>
9892              Date: Thu, 2 Jun 2005 09:14:53 +0300
9893              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
9894      Branch: perl
9895            ! pod/perlmod.pod
9896 ____________________________________________________________________________
9897 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
9898         Log: Change 24816 forgot to update makedef.pl
9899      Branch: perl
9900            ! makedef.pl
9901 ____________________________________________________________________________
9902 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
9903         Log: Make some variables global, to avoid some "will not stay
9904              shared" warnings at compile time
9905      Branch: perl
9906            ! lib/ExtUtils/ParseXS.pm
9907 ____________________________________________________________________________
9908 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
9909         Log: S_share_hek_flags can revert to returning a HEK
9910      Branch: perl
9911            ! embed.fnc hv.c proto.h
9912 ____________________________________________________________________________
9913 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
9914         Log: Remove MANIFEST for Compress::Zlib
9915      Branch: perl
9916            - ext/Compress/Zlib/MANIFEST
9917            ! MANIFEST
9918 ____________________________________________________________________________
9919 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
9920         Log: Make SvUPGRADE always have the value '1'
9921              Make sv_upgrade a void function
9922      Branch: perl
9923            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
9924 ____________________________________________________________________________
9925 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
9926         Log: We no longer need PL_shared_hek_table
9927      Branch: perl
9928            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
9929            ! sv.c
9930 ____________________________________________________________________________
9931 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
9932         Log: Help "make distclean"
9933      Branch: perl
9934            ! Makefile.SH
9935 ____________________________________________________________________________
9936 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
9937         Log: Clone all shared string PVs as shared string PVs (now that we can do
9938              it very efficiently)
9939      Branch: perl
9940            ! sv.c
9941 ____________________________________________________________________________
9942 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
9943         Log: duping shared hask key scalars can use hek_dup
9944      Branch: perl
9945            ! sv.c
9946 ____________________________________________________________________________
9947 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
9948         Log: hek_dup can now store the HEK rather than the HE, as there is now a
9949              fast way to share a hek
9950      Branch: perl
9951            ! hv.c
9952 ____________________________________________________________________________
9953 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
9954         Log: Provide share_hek_hek, and use it for fast copying of shared string
9955              scalars.
9956      Branch: perl
9957            ! hv.h sv.c
9958 ____________________________________________________________________________
9959 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
9960         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
9961              HEKs
9962      Branch: perl
9963            ! hv.c
9964 ____________________________________________________________________________
9965 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
9966         Log: Shortcut chasing round strtab when we're not the last reference.
9967      Branch: perl
9968            ! hv.c
9969 ____________________________________________________________________________
9970 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
9971         Log: In the shared string table, store the HE and HEK next to each other
9972              in one malloc()ed block.
9973      Branch: perl
9974            ! hv.c hv.h
9975 ____________________________________________________________________________
9976 [ 24807] By: merijn                                on 2005/06/12  09:58:32
9977         Log: Subject: [PATCH] perlipc.pod: mkfifo()
9978              From: Alexey Tourbin <at@altlinux.ru>
9979              Date: Sat, 11 Jun 2005 16:26:56 +0400
9980              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
9981      Branch: perl
9982            ! pod/perlipc.pod
9983 ____________________________________________________________________________
9984 [ 24806] By: merijn                                on 2005/06/12  09:54:07
9985         Log: Subject: improve static build for win32/Makefile
9986              From: vadim <vadim@vkonovalov.ru>
9987              Date: Sun, 12 Jun 2005 14:09:11 -0400
9988              Message-Id: <1118599750.2732.2.camel@mdk10>
9989      Branch: perl
9990            ! win32/Makefile
9991 ____________________________________________________________________________
9992 [ 24805] By: merijn                                on 2005/06/12  09:19:38
9993         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
9994              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
9995              Date: Sat, 11 Jun 2005 22:23:00 +0100
9996              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
9997      Branch: perl
9998            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
9999            ! ext/Compress/Zlib/t/05gzsetp.t
10000 ____________________________________________________________________________
10001 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
10002         Log: This isn't an LVALUE, so make the compiler enforce that.
10003      Branch: perl
10004            ! sv.h
10005 ____________________________________________________________________________
10006 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
10007         Log: hash key code cleanup
10008      Branch: perl
10009            ! embed.fnc hv.c hv.h proto.h
10010 ____________________________________________________________________________
10011 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
10012         Log: Shrink shared hash scalars from PVIV to PV
10013      Branch: perl
10014            ! embed.fnc embed.h proto.h sv.c sv.h
10015 ____________________________________________________________________________
10016 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
10017         Log: Propagate const/mutable/not into the SvPV call for retrieving an
10018              overloaded value.
10019      Branch: perl
10020            ! sv.c
10021 ____________________________________________________________________________
10022 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
10023         Log: More SvPV consting. And other related drive-by refactoring.
10024      Branch: perl
10025            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
10026            ! xsutils.c
10027 ____________________________________________________________________________
10028 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
10029         Log: More SvPV consting, including some code cleanup and living dangerously
10030              with socket API calls.
10031      Branch: perl
10032            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
10033 ____________________________________________________________________________
10034 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
10035         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
10036      Branch: perl
10037            ! doio.c doop.c dump.c op.c sv.c
10038 ____________________________________________________________________________
10039 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
10040         Log: Allison says that "Media" isn't really needed in the name.
10041      Branch: perl
10042            ! pod/perl.pod
10043 ____________________________________________________________________________
10044 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
10045         Log: Add SvGROW_mutable
10046      Branch: perl
10047            ! sv.c sv.h
10048 ____________________________________________________________________________
10049 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
10050         Log: Passing read only values (such as string constants) to select should
10051              croak.
10052      Branch: perl
10053            + t/op/sselect.t
10054            ! MANIFEST pp_sys.c
10055 ____________________________________________________________________________
10056 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
10057         Log: Don't pass constants to select
10058      Branch: perl
10059            ! t/op/lex_assign.t
10060 ____________________________________________________________________________
10061 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
10062         Log: Pre-run and disarm the code automodification run by
10063              Compress::Zlib's Makefile
10064      Branch: perl
10065            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
10066            ! ext/Compress/Zlib/examples/filtdef
10067            ! ext/Compress/Zlib/examples/filtinf
10068            ! ext/Compress/Zlib/examples/gzcat
10069            ! ext/Compress/Zlib/examples/gzgrep
10070            ! ext/Compress/Zlib/examples/gzstream
10071            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
10072            ! ext/Compress/Zlib/t/03examples.t
10073            ! ext/Compress/Zlib/t/04encoding.t
10074            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
10075 ____________________________________________________________________________
10076 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
10077         Log: Update Windows makefiles
10078      Branch: perl
10079            ! win32/Makefile win32/makefile.mk
10080 ____________________________________________________________________________
10081 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
10082         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
10083              $#... interaction. 
10084      Branch: perl
10085            ! scope.c t/op/array.t
10086 ____________________________________________________________________________
10087 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
10088         Log: Update maintainers list
10089      Branch: perl
10090            ! Porting/Maintainers.pl
10091 ____________________________________________________________________________
10092 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
10093         Log: Bump version number
10094      Branch: perl
10095            ! ext/Compress/Zlib/Zlib.pm
10096 ____________________________________________________________________________
10097 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
10098         Log: Makefile.PL adjustments for the core
10099      Branch: perl
10100            ! ext/Compress/Zlib/Makefile.PL
10101 ____________________________________________________________________________
10102 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
10103         Log: SvUPGRADE returns void in blead
10104      Branch: perl
10105            ! ext/Compress/Zlib/Zlib.xs
10106 ____________________________________________________________________________
10107 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
10108         Log: Drom Compress::Zlib 1.34 in ext/
10109      Branch: perl
10110            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
10111            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
10112            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
10113            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
10114            + ext/Compress/Zlib/examples/filtdef
10115            + ext/Compress/Zlib/examples/filtinf
10116            + ext/Compress/Zlib/examples/gzcat
10117            + ext/Compress/Zlib/examples/gzgrep
10118            + ext/Compress/Zlib/examples/gzstream
10119            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
10120            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
10121            + ext/Compress/Zlib/t/03examples.t
10122            + ext/Compress/Zlib/t/04encoding.t
10123            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
10124            + ext/Compress/Zlib/typemap
10125            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
10126            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
10127            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
10128            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
10129            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
10130            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
10131            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
10132            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
10133            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
10134            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
10135            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
10136            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
10137            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
10138            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
10139            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
10140            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
10141            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
10142            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
10143            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
10144            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
10145            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
10146            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
10147            ! MANIFEST
10148 ____________________________________________________________________________
10149 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
10150         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
10151      Branch: perl
10152            ! sv.c
10153 ____________________________________________________________________________
10154 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
10155         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
10156      Branch: perl
10157            ! av.c pod/perldiag.pod t/op/array.t
10158 ____________________________________________________________________________
10159 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
10160         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
10161              (but not \$#a after local @a or my @a leave a block)
10162      Branch: perl
10163            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
10164 ____________________________________________________________________________
10165 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
10166         Log: Convert op/array.t to test.pl
10167      Branch: perl
10168            ! t/op/array.t
10169 ____________________________________________________________________________
10170 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
10171         Log: Revert part of previous patch
10172      Branch: perl
10173            ! util.c
10174 ____________________________________________________________________________
10175 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
10176         Log: Subject: [PATCH] regcomp.c and more
10177              From: Andy Lester <andy@petdance.com>
10178              Date: Thu, 9 Jun 2005 10:05:56 -0500
10179              Message-ID: <20050609150556.GA30554@petdance.com>
10180      Branch: perl
10181            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
10182 ____________________________________________________________________________
10183 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
10184         Log: More SvPV consting
10185      Branch: perl
10186            ! mg.c perlio.c pp_pack.c
10187 ____________________________________________________________________________
10188 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
10189         Log: Don't ignore errors from an eval.
10190      Branch: perl
10191            ! t/op/pack.t
10192 ____________________________________________________________________________
10193 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
10194         Log: Update API docs.
10195      Branch: perl
10196            ! pod/perlapi.pod
10197 ____________________________________________________________________________
10198 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
10199         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
10200      Branch: perl
10201            ! opnames.h reentr.c reentr.h
10202 ____________________________________________________________________________
10203 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
10204         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
10205              starts.
10206      Branch: perl
10207            ! reentr.pl
10208 ____________________________________________________________________________
10209 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
10210         Log: Make minitest pass (must skip if no dynaloading)
10211      Branch: perl
10212            ! t/op/goto_xs.t
10213 ____________________________________________________________________________
10214 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
10215         Log: Subject: [PATCH] pp_pack.c cleanup
10216              From: Andy Lester <andy@petdance.com>
10217              Date: Wed, 8 Jun 2005 10:23:53 -0500
10218              Message-ID: <20050608152353.GA6253@petdance.com>
10219      Branch: perl
10220            ! pp_pack.c
10221 ____________________________________________________________________________
10222 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
10223         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
10224              From: Alexey Tourbin <at@altlinux.ru>
10225              Date: Wed, 8 Jun 2005 13:45:08 +0400
10226              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
10227      Branch: perl
10228            ! pod/perlfunc.pod
10229 ____________________________________________________________________________
10230 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
10231         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
10232              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10233              Date: Thu, 09 Jun 2005 08:50:56 +0300
10234              Message-ID: <42A7D8C0.1080104@gmail.com>
10235      Branch: perl
10236            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
10237 ____________________________________________________________________________
10238 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
10239         Log: More SvPV consting
10240      Branch: perl
10241            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
10242 ____________________________________________________________________________
10243 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
10244         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
10245      Branch: perl
10246            ! sv.c
10247 ____________________________________________________________________________
10248 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
10249         Log: Add SvPV_mutable for use by the old COW code.
10250      Branch: perl
10251            ! sv.h
10252 ____________________________________________________________________________
10253 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
10254         Log: sv_setsv is allowed to swipe buffers from read only scalars
10255      Branch: perl
10256            ! sv.c
10257 ____________________________________________________________________________
10258 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
10259         Log: const-ize pp_formline
10260      Branch: perl
10261            ! pp_ctl.c
10262 ____________________________________________________________________________
10263 [ 24764] By: merijn                                on 2005/06/08  19:14:19
10264         Log: Cygwin fails to open $^X on many occasion here
10265              afile is still available from the previous test
10266      Branch: perl
10267            ! t/io/layers.t
10268 ____________________________________________________________________________
10269 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
10270         Log: Remove repeated C<n_a>s
10271      Branch: perl
10272            ! perl.c
10273 ____________________________________________________________________________
10274 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
10275         Log: Remove the n_a
10276      Branch: perl
10277            ! malloc.c
10278 ____________________________________________________________________________
10279 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
10280         Log: Add and use MgPV_nolen_const
10281      Branch: perl
10282            ! mg.c mg.h
10283 ____________________________________________________________________________
10284 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
10285         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
10286      Branch: perl
10287            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
10288            ! proto.h regcomp.c taint.c toke.c
10289 ____________________________________________________________________________
10290 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
10291         Log: Allow a null length pointer to sv_pvn_force_flags.
10292              Add SvPV_force_nolen and use it to remove some C<n_a>s
10293      Branch: perl
10294            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
10295 ____________________________________________________________________________
10296 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
10297         Log: n_a no more
10298      Branch: perl
10299            ! perl.c pp_ctl.c pp_sys.c universal.c
10300 ____________________________________________________________________________
10301 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
10302         Log: Eliminate more C<n_a>s
10303      Branch: perl
10304            ! XSUB.h pp.h
10305 ____________________________________________________________________________
10306 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
10307         Log: A mising cast (given that rx->subbeg is only char *)
10308      Branch: perl
10309            ! pp_hot.c
10310 ____________________________________________________________________________
10311 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
10312         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
10313      Branch: perl
10314            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
10315            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
10316            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
10317            ! sv.h
10318 ____________________________________________________________________________
10319 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
10320         Log: Subject: [PATCH] regexec.c utf8 loading
10321              From: Andy Lester <andy@petdance.com>
10322              Date: Wed, 8 Jun 2005 00:03:32 -0500
10323              Message-ID: <20050608050332.GA31059@petdance.com>
10324      Branch: perl
10325            ! regexec.c
10326 ____________________________________________________________________________
10327 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
10328         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
10329              From: José Pedro Oliveira <jpo@di.uminho.pt>
10330              Date: Tue, 07 Jun 2005 21:07:42 +0100
10331              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
10332      Branch: perl
10333            ! lib/FindBin.pm
10334 ____________________________________________________________________________
10335 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
10336         Log: One more SvPV_const
10337      Branch: perl
10338            ! pp.c
10339 ____________________________________________________________________________
10340 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
10341         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
10342      Branch: perl
10343            ! sv.h
10344 ____________________________________________________________________________
10345 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
10346         Log: Remove two more unused C<n_a>s
10347      Branch: perl
10348            ! pp_sys.c
10349 ____________________________________________________________________________
10350 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
10351         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
10352      Branch: perl
10353            ! sv.c
10354 ____________________________________________________________________________
10355 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
10356         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
10357              Elminate a lot of C<n_a>s
10358      Branch: perl
10359            ! pp.h pp_ctl.c pp_sys.c
10360 ____________________________________________________________________________
10361 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
10362         Log: Add SvPVx_nolen and SvPVbytex_nolen
10363      Branch: perl
10364            ! sv.h
10365 ____________________________________________________________________________
10366 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
10367         Log: More SvPV consting
10368      Branch: perl
10369            ! perly.act perly.y
10370 ____________________________________________________________________________
10371 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
10372         Log: Mark a static function as static
10373      Branch: perl
10374            ! utf8.c
10375 ____________________________________________________________________________
10376 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
10377         Log: More SvPV consting
10378      Branch: perl
10379            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
10380            ! sv.c toke.c
10381 ____________________________________________________________________________
10382 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
10383         Log: More SvPV consting
10384      Branch: perl
10385            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
10386            ! sv.c
10387 ____________________________________________________________________________
10388 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
10389         Log: More consting of SvPV
10390      Branch: perl
10391            ! embed.fnc pp_ctl.c proto.h sv.c
10392 ____________________________________________________________________________
10393 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
10394         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
10395      Branch: perl
10396            ! sv.h
10397 ____________________________________________________________________________
10398 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
10399         Log: More SvPV consting.
10400      Branch: perl
10401            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
10402            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
10403 ____________________________________________________________________________
10404 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
10405         Log: Add SvPV_nolen_const and SvPV_nomg_const
10406      Branch: perl
10407            ! sv.h
10408 ____________________________________________________________________________
10409 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
10410         Log: Add MgPV_const
10411      Branch: perl
10412            ! mg.h
10413 ____________________________________________________________________________
10414 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
10415         Log: Remove unused variable (thanks to Andy's lint)
10416      Branch: perl
10417            ! mg.c
10418 ____________________________________________________________________________
10419 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
10420         Log: Change 24733 allows several pointers to be NULL. Therefore this
10421              should be reflected in their attributes.
10422      Branch: perl
10423            ! embed.fnc proto.h
10424 ____________________________________________________________________________
10425 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
10426         Log: Subject: [PATCH] Random cleanups #47
10427              From: Andy Lester <andy@petdance.com>
10428              Date: Mon, 6 Jun 2005 10:11:07 -0500
10429              Message-ID: <20050606151107.GC7022@petdance.com>
10430      Branch: perl
10431            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
10432            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
10433 ____________________________________________________________________________
10434 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
10435         Log: make some more functions static
10436              
10437              Subject: [PATCH] B/C/C.xs: static my_runops()
10438              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
10439              
10440              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
10441              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
10442              
10443              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
10444              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
10445              
10446              all being :
10447              From: Alexey Tourbin <at@altlinux.ru>
10448              Date: Sun, 5 Jun 2005
10449      Branch: perl
10450            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
10451 ____________________________________________________________________________
10452 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
10453         Log: Simplify the implementation of SvPV*nolen functions
10454      Branch: perl
10455            ! sv.c sv.h
10456 ____________________________________________________________________________
10457 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
10458         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
10459      Branch: perl
10460            ! sv.c sv.h
10461 ____________________________________________________________________________
10462 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
10463         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
10464              (spotted by Steve_p)
10465      Branch: perl
10466            ! util.c
10467 ____________________________________________________________________________
10468 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
10469         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
10470              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10471              Date: Sun, 05 Jun 2005 18:06:12 +0300
10472              Message-ID: <42A314E4.8060608@gmail.com>
10473      Branch: perl
10474            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
10475            ! utf8.c utf8.h
10476 ____________________________________________________________________________
10477 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
10478         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
10479              From: Alexey Tourbin <at@altlinux.ru>
10480              Date: Sun, 5 Jun 2005 03:08:30 +0400
10481              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
10482      Branch: perl
10483            ! util.c
10484 ____________________________________________________________________________
10485 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
10486         Log: Fix apidoc for newSVhek
10487      Branch: perl
10488            ! pod/perlapi.pod sv.c
10489 ____________________________________________________________________________
10490 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
10491         Log: make pp_split const
10492      Branch: perl
10493            ! pp.c
10494 ____________________________________________________________________________
10495 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
10496         Log: Lots of consting
10497      Branch: perl
10498            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
10499            ! pp_sys.c
10500 ____________________________________________________________________________
10501 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
10502         Log: The FBM compile code is mutable, because it's permissible to FBM
10503              compile a read-only value.
10504      Branch: perl
10505            ! util.c
10506 ____________________________________________________________________________
10507 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
10508         Log: XS_VERSION_BOOTCHECK is read only.
10509      Branch: perl
10510            ! XSUB.h
10511 ____________________________________________________________________________
10512 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
10513         Log: POPpx needs a const equivalent.
10514      Branch: perl
10515            ! pp.h
10516 ____________________________________________________________________________
10517 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
10518         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
10519              routines need to be mutable, as it's permitted to change the type of
10520              a READONLY SV, or cache the string or number conversion.
10521              Other routines are mostly const.
10522      Branch: perl
10523            ! sv.c
10524 ____________________________________________________________________________
10525 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
10526         Log: Need const versions of SvPV(), so that its callers can indicate
10527              whether they are read/write or read only
10528              Also provide a mutable version, for the internals to use where it
10529              needs a non-const pointer, but will be writing. Callers of this are
10530              assumed to be aware of how copy on write is working, and to keep
10531              track of core changes.
10532              
10533              For now check that SVs are not READONLY when const versions are used.
10534              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
10535              READONLY flag, but for now it provides a good test indicator.
10536      Branch: perl
10537            ! sv.h
10538 ____________________________________________________________________________
10539 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
10540         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
10541              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10542              Date: Mon, 06 Jun 2005 20:28:35 +0300
10543              Message-ID: <42A487C3.8010306@gmail.com>
10544      Branch: perl
10545            ! pod/perlfunc.pod pp.c t/op/chr.t
10546 ____________________________________________________________________________
10547 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
10548         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
10549              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10550              Date: Tue, 7 Jun 2005 13:19:33 +0400 
10551              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
10552      Branch: perl
10553            ! README.win32
10554 ____________________________________________________________________________
10555 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
10556         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
10557              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
10558              Date: 6 Jun 2005 23:24:28 -0000
10559              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
10560      Branch: perl
10561            ! toke.c
10562 ____________________________________________________________________________
10563 [ 24717] By: merijn                                on 2005/06/07  08:18:59
10564         Log: Subject: [PATCH] Unvoid SvUPGRADE
10565              From: Andy Lester <andy@petdance.com>
10566              Date: Mon, 6 Jun 2005 23:08:50 -0500
10567              Message-ID: <20050607040850.GA7033@petdance.com>
10568      Branch: perl
10569            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
10570            ! scope.c sv.c sv.h toke.c util.c
10571 ____________________________________________________________________________
10572 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
10573         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
10574      Branch: perl
10575            ! hv.c pp_hot.c sv.c sv.h
10576 ____________________________________________________________________________
10577 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
10578         Log: SvIsCOW_shared_hash is declared all the time, so use it.
10579      Branch: perl
10580            ! pp_hot.c
10581 ____________________________________________________________________________
10582 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
10583         Log: Shared hash key scalars can be safely copied as shared hash key scalars
10584              all the time.
10585      Branch: perl
10586            ! sv.c
10587 ____________________________________________________________________________
10588 [ 24713] By: steveh                                on 2005/06/06  07:52:59
10589         Log: NORETURN_FUNCTION_END is not a complete statement
10590              
10591              (Fix compilation error following change #24702)
10592      Branch: perl
10593            ! ext/IO/IO.xs
10594 ____________________________________________________________________________
10595 [ 24712] By: steveh                                on 2005/06/06  07:47:06
10596         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
10597              
10598              (Fix compilation error following change #24689)
10599      Branch: perl
10600            ! sv.c
10601 ____________________________________________________________________________
10602 [ 24711] By: merijn                                on 2005/06/06  06:18:51
10603         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
10604              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10605              Date: Sun, 05 Jun 2005 18:28:08 +0300
10606              Message-ID: <42A31A08.3070601@gmail.com>
10607      Branch: perl
10608            ! Makefile.SH
10609 ____________________________________________________________________________
10610 [ 24710] By: merijn                                on 2005/06/06  06:01:30
10611         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
10612              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10613              Date: Sun, 5 Jun 2005 20:43:55 -0700
10614              Message-ID: <20050606034354.GA1456@efn.org>
10615      Branch: perl
10616            ! cygwin/cygwin.c
10617 ____________________________________________________________________________
10618 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
10619         Log: New test for getppid(), by Alexey Tourbin
10620      Branch: perl
10621            + t/op/getppid.t
10622            ! MANIFEST
10623 ____________________________________________________________________________
10624 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
10625         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
10626              From: Salvador Fandiño <sfandino@yahoo.com>
10627              Date: Jun 5, 2005 4:25 AM
10628              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
10629      Branch: perl
10630            ! pp_sort.c
10631 ____________________________________________________________________________
10632 [ 24707] By: ams                                   on 2005/06/05  03:55:11
10633         Log: Subject: [PATCH] Fix minor bummer in 24706
10634              From: Andy Lester <andy@petdance.com>
10635              Date: Sat, 4 Jun 2005 23:09:04 -0500
10636              Message-Id: <20050605040904.GA27783@petdance.com>
10637      Branch: perl
10638            ! utf8.c
10639 ____________________________________________________________________________
10640 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
10641         Log: Subject: [PATCH] further speeding up of is_utf8_string()
10642              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10643              Date: Sat, 04 Jun 2005 13:40:15 +0300
10644              Message-ID: <42A1850F.4040109@gmail.com>
10645      Branch: perl
10646            + t/op/chr.t
10647            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
10648 ____________________________________________________________________________
10649 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
10650         Log: Silence a const warning
10651      Branch: perl
10652            ! sv.c
10653 ____________________________________________________________________________
10654 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
10655         Log: Improve FindBin discovery of current directory, based on :
10656              
10657              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
10658              From: José Pedro Oliveira <jpo@di.uminho.pt>
10659              Date: Thu, 12 May 2005 20:36:48 +0100
10660              Message-ID: <4283B050.6080805@di.uminho.pt>
10661              
10662              Plus POD fixes
10663      Branch: perl
10664            ! lib/FindBin.pm
10665 ____________________________________________________________________________
10666 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
10667         Log: Simplify the getppid code, by Alexey Tourbin
10668      Branch: perl
10669            ! pp_sys.c
10670 ____________________________________________________________________________
10671 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
10672         Log: Subject: [PATCH] Consting IO and Devel::Peek
10673              From: Andy Lester <andy@petdance.com>
10674              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
10675              Message-ID: <20050531212621.GA12117@petdance.com>
10676      Branch: perl
10677            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
10678 ____________________________________________________________________________
10679 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
10680         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
10681              From: Andy Lester <andy@petdance.com>
10682              Date: Jun 3, 2005 7:14 PM
10683              Message-ID: <20050603171448.GA5834@petdance.com>
10684      Branch: perl
10685            ! toke.c
10686 ____________________________________________________________________________
10687 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
10688         Log: Subject: B::Concise torture
10689              From: Jim Cromie <jcromie@divsol.com>
10690              Date: Jun 2, 2005 6:36 AM
10691              Message-ID: <429E8CBE.406@divsol.com>
10692              (with formatting nits)
10693      Branch: perl
10694            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
10695 ____________________________________________________________________________
10696 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
10697         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
10698              From: Gisle Aas <gisle@activestate.com>
10699              Date: 03 Jun 2005 09:17:44 -0700
10700              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
10701      Branch: perl
10702            ! lib/Net/Ping.pm
10703 ____________________________________________________________________________
10704 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
10705         Log: Use newSVhek in the cloning code.
10706      Branch: perl
10707            ! sv.c
10708 ____________________________________________________________________________
10709 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
10710         Log: Use newSVhek where we're generating SVs from package names
10711      Branch: perl
10712            ! op.c pp.c sv.c toke.c
10713 ____________________________________________________________________________
10714 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
10715         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
10716      Branch: perl
10717            ! embed.fnc embed.h hv.c proto.h sv.c
10718 ____________________________________________________________________________
10719 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
10720         Log: Bump version number
10721      Branch: perl
10722            ! ext/Devel/DProf/DProf.pm
10723 ____________________________________________________________________________
10724 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
10725         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
10726              From: Duncan Findlay <duncf@debian.org>
10727              Date: Wed, 1 Jun 2005 12:18:08 -0400
10728              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
10729      Branch: perl
10730            ! utils/dprofpp.PL
10731 ____________________________________________________________________________
10732 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
10733         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
10734              turned into SVs
10735      Branch: perl
10736            ! embed.fnc embed.h global.sym hv.c sv.c
10737 ____________________________________________________________________________
10738 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
10739         Log: POD fixes
10740      Branch: perl
10741            ! pod/perlfunc.pod
10742 ____________________________________________________________________________
10743 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
10744         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
10745              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10746              Date: Thu, 2 Jun 2005 11:49:11 -0700
10747              Message-ID: <20050602184911.GA3292@efn.org>
10748      Branch: perl
10749            ! pod/perlop.pod
10750 ____________________________________________________________________________
10751 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
10752         Log: Subject: [PATCH] Random consting
10753              From: Andy Lester <andy@petdance.com>
10754              Date: Thu, 2 Jun 2005 12:19:43 -0500
10755              Message-ID: <20050602171943.GA16553@petdance.com>
10756      Branch: perl
10757            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
10758            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
10759            ! util.c
10760 ____________________________________________________________________________
10761 [ 24688] By: steveh                                on 2005/06/03  08:12:45
10762         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
10763              From: "Jan Dubois" <jand@ActiveState.com>
10764              Date: Mon, 18 Apr 2005 20:16:24 -0700
10765              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
10766              
10767              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
10768              From: "Jan Dubois" <jand@ActiveState.com>
10769              Date: Tue, 19 Apr 2005 01:49:51 -0700
10770              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
10771              
10772              (There was no reply from Rob Brown in over a month, so commit to blead
10773              for now.  I'll email him again...)
10774      Branch: perl
10775            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
10776            ! lib/Net/Ping/t/500_ping_icmp.t
10777 ____________________________________________________________________________
10778 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
10779         Log: Subject: [PATCH] speed up is_utf8_char()
10780              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10781              Date: Thu, 02 Jun 2005 21:52:46 +0300
10782              Message-ID: <429F557E.3090007@gmail.com>
10783      Branch: perl
10784            ! utf8.c utf8.h
10785 ____________________________________________________________________________
10786 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
10787         Log: Subject: [PATCH] Quotes in pod/*.pod
10788              From: Andy Lester <andy@petdance.com>
10789              Date: Thu, 2 Jun 2005 16:19:54 -0500
10790              Message-ID: <20050602211954.GA22107@petdance.com>
10791      Branch: perl
10792            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
10793            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
10794            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
10795            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
10796            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
10797            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
10798            ! pod/perlthrtut.pod
10799 ____________________________________________________________________________
10800 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
10801         Log: Indent fix
10802      Branch: perl
10803            ! pod/perlfaq7.pod
10804 ____________________________________________________________________________
10805 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
10806         Log: FAQ sync
10807      Branch: perl
10808            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10809            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10810            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10811 ____________________________________________________________________________
10812 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
10813         Log: Subject: [PATCH] symbian/xsbuild.pl
10814              From: <jarkko.hietaniemi@nokia.com>
10815              Date: Fri, 3 Jun 2005 11:00:01 +0300
10816              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
10817      Branch: perl
10818            ! symbian/xsbuild.pl
10819 ____________________________________________________________________________
10820 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
10821         Log: Subject: [PATCH] SvPVX_const() - patch #4
10822              From: Steve Peters <steve@fisharerojo.org>
10823              Date: Thu, 2 Jun 2005 13:41:35 -0500
10824              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
10825      Branch: perl
10826            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
10827 ____________________________________________________________________________
10828 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
10829         Log: Subject: Re: [patch] teach B::Concise to see XS code
10830              From: Jim Cromie <jcromie@divsol.com>
10831              Date: Wed, 01 Jun 2005 08:01:17 -0600
10832              Message-ID: <429DBFAD.1090308@divsol.com>
10833      Branch: perl
10834            ! ext/B/B/Concise.pm ext/B/t/concise.t
10835 ____________________________________________________________________________
10836 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
10837         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
10838              the relevant makefiles and tables-of-contents to reflect this.
10839      Branch: perl
10840           +> pod/perl587delta.pod
10841           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
10842           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
10843           !> win32/makefile.mk win32/pod.mak
10844 ____________________________________________________________________________
10845 [ 24679] By: steveh                                on 2005/06/02  15:57:13
10846         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
10847              From: DH <crazyinsomniac@yahoo.com>
10848              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
10849              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
10850              
10851              (with a couple of minor tweaks)
10852      Branch: perl
10853            ! win32/dl_win32.xs
10854 ____________________________________________________________________________
10855 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
10856         Log: Dave can see a better way of doing the rounding.
10857      Branch: perl
10858            ! handy.h
10859 ____________________________________________________________________________
10860 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
10861         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
10862      Branch: perl
10863            ! toke.c
10864 ____________________________________________________________________________
10865 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
10866         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
10867              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
10868              it for now.
10869      Branch: perl
10870            ! hv.c sv.c toke.c
10871 ____________________________________________________________________________
10872 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
10873         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
10874      Branch: perl
10875            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
10876            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
10877            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
10878            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10879            ! lib/ExtUtils/CBuilder/Platform/aix.pm
10880            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
10881            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
10882            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
10883 ____________________________________________________________________________
10884 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
10885         Log: CPP typo fix (by Dominic Dunlop)
10886      Branch: perl
10887            ! perl.c
10888 ____________________________________________________________________________
10889 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
10890         Log: Oops. My maths was too generous (by 1).
10891      Branch: perl
10892            ! handy.h
10893 ____________________________________________________________________________
10894 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
10895         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
10896              macro.
10897      Branch: perl
10898            ! toke.c
10899 ____________________________________________________________________________
10900 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
10901         Log: Fix changed diagnostic
10902      Branch: perl
10903            ! pod/perldiag.pod
10904 ____________________________________________________________________________
10905 [ 24670] By: ams                                   on 2005/06/02  08:44:41
10906         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
10907              From: Steve Peters <steve@fisharerojo.org>
10908              Date: Tue, 31 May 2005 09:55:43 -0500
10909              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
10910      Branch: perl
10911            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10912            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10913            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
10914            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
10915 ____________________________________________________________________________
10916 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
10917         Log: Subject: [PATCH] use lengths in sv_setpv() calls
10918              From: Andy Lester <andy@petdance.com>
10919              Date: Wed, 1 Jun 2005 23:16:56 -0500
10920              Message-ID: <20050602041656.GA3000@petdance.com>
10921      Branch: perl
10922            ! gv.c sv.c util.c
10923 ____________________________________________________________________________
10924 [ 24668] By: merijn                                on 2005/06/02  08:02:23
10925         Log: New HW model; more on threads for 10.20
10926      Branch: perl
10927            ! README.hpux
10928 ____________________________________________________________________________
10929 [ 24667] By: merijn                                on 2005/06/02  07:52:09
10930         Log: HP-UX specific #pragma entered in #23890 is not supported
10931              on HP-UX 10.20 and older
10932      Branch: perl
10933            ! perl.c
10934 ____________________________________________________________________________
10935 [ 24666] By: merijn                                on 2005/06/02  07:39:30
10936         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
10937              From: Andy Lester <andy@petdance.com>
10938              Date: Thu, 2 Jun 2005 00:02:38 -0500
10939              Message-ID: <20050602050238.GA4001@petdance.com>
10940      Branch: perl
10941            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
10942            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
10943            ! scope.h thrdvar.h toke.c util.c
10944 ____________________________________________________________________________
10945 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
10946         Log: Round up all string length requests to malloc()/realloc() to the next
10947              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
10948              internally will quantise, and so we're going to use space that
10949              otherwise would be wasted. Hopefully this will save realloc()ing.
10950      Branch: perl
10951            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
10952 ____________________________________________________________________________
10953 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
10954         Log: I think SvCUR() was intended rather than SvLEN()
10955      Branch: perl
10956            ! ext/Storable/Storable.xs
10957 ____________________________________________________________________________
10958 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
10959         Log: We don't have XRVs any more, so remove the typedef
10960      Branch: perl
10961            ! perl.h
10962 ____________________________________________________________________________
10963 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
10964         Log: Zero-ing the new HV array is pointless, as we write to every element.
10965              Also avoid calling into he_dup when the HE is 0, to save the function
10966              call overhead.
10967      Branch: perl
10968            ! sv.c
10969 ____________________________________________________________________________
10970 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
10971         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
10972              char rather than HE *. Bug was harmless, overallocating by a factor
10973              of sizeof(HE *)
10974      Branch: perl
10975            ! hv.c
10976 ____________________________________________________________________________
10977 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
10978         Log: Store the xhv_aux structure after the main array.
10979              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
10980              build. It has the side effect of defined %symbol_table:: now always
10981              being true. defined %hash is already deprecated.
10982      Branch: perl
10983            ! hv.c hv.h sv.c sv.h t/op/magic.t
10984 ____________________________________________________________________________
10985 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
10986         Log: If we're building config_heavy.pl somewhere else, then we need to
10987              require it, not something (or maybe nothing) in the correct place.
10988      Branch: perl
10989            ! configpm
10990 ____________________________________________________________________________
10991 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
10992         Log: Revert change #24656
10993      Branch: perl
10994            ! Makefile.SH
10995 ____________________________________________________________________________
10996 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
10997         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
10998              So PL_mess_sv contained an uninitialised value.
10999      Branch: perl
11000            ! util.c
11001 ____________________________________________________________________________
11002 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
11003         Log: Subject: [PATCH] eliminate always running mktables
11004              From: Robin Barker <Robin.Barker@npl.co.uk>
11005              Date: Wed, 1 Jun 2005 09:55:16 +0100 
11006              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
11007      Branch: perl
11008            ! Makefile.SH
11009 ____________________________________________________________________________
11010 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
11011         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
11012      Branch: perl
11013            ! Makefile.SH
11014 ____________________________________________________________________________
11015 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
11016         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
11017              From: Stephen McCamant <smcc@mit.edu>
11018              Date: Sat, 21 May 2005 21:52:31 -0700
11019              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
11020              
11021              Correctly nullify CvSTART when undef'ing a CV
11022      Branch: perl
11023            ! op.c
11024 ____________________________________________________________________________
11025 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
11026         Log: Subject: Re: [patch] teach B::Concise to see XS code
11027              From: Jim Cromie <jcromie@divsol.com>
11028              Date: Sat, 21 May 2005 09:24:24 -0600
11029              Message-ID: <428F52A8.20702@divsol.com>
11030      Branch: perl
11031            + ext/B/t/concise-xs.t
11032            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
11033 ____________________________________________________________________________
11034 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
11035         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
11036              From: Andy Lester <andy@petdance.com>
11037              Date: Tue, 31 May 2005 12:39:00 -0500
11038              Message-ID: <20050531173900.GA9820@petdance.com>
11039      Branch: perl
11040            ! lib/unicore/mktables
11041 ____________________________________________________________________________
11042 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
11043         Log: Remove duplicated line
11044      Branch: perl
11045            ! lib/Module/CoreList.pm
11046 ____________________________________________________________________________
11047 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
11048         Log: Upgrade to Module::CoreList 2.02
11049      Branch: perl
11050            ! lib/Module/CoreList.pm
11051 ____________________________________________________________________________
11052 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
11053         Log: Attempt 2 at a diet memory layout can go live.
11054      Branch: perl
11055            ! av.h hv.h
11056 ____________________________________________________________________________
11057 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
11058         Log: Avoid updating a variable in a loop.
11059              Only calculate the number of links in a hash bucket chain if we really
11060              need it.
11061      Branch: perl
11062            ! hv.c
11063 ____________________________________________________________________________
11064 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
11065         Log: Avoid updating a variable in the loop
11066      Branch: perl
11067            ! hv.c
11068 ____________________________________________________________________________
11069 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
11070         Log: Subject: [PATCH] ByteLoader.xs cleanup
11071              From: Andy Lester <andy@petdance.com>
11072              Date: Mon, 30 May 2005 22:28:36 -0500
11073              Message-ID: <20050531032836.GA32198@petdance.com>
11074      Branch: perl
11075            ! ext/ByteLoader/ByteLoader.xs
11076 ____________________________________________________________________________
11077 [ 24644] By: merijn                                on 2005/05/31  05:41:24
11078         Log: Add DECC to the symbol list
11079              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
11080              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11081              Date: Mon, 30 May 2005 16:33:15 -0700
11082              Message-ID: <20050530233315.GA3088@efn.org>
11083      Branch: perl
11084            ! Configure
11085 ____________________________________________________________________________
11086 [ 24642] By: davem                                 on 2005/05/30  23:37:15
11087         Log: add pointer to email explaining why eval {goto &foo} is banned
11088      Branch: perl
11089            ! pp_ctl.c
11090 ____________________________________________________________________________
11091 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
11092         Log: Change the logic to avoid needing to set a variable during the loop
11093      Branch: perl
11094            ! hv.c
11095 ____________________________________________________________________________
11096 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
11097         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
11098      Branch: perl
11099            ! hv.c
11100 ____________________________________________________________________________
11101 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
11102         Log: Upgrade to PathTools 3.08
11103      Branch: perl
11104            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
11105 ____________________________________________________________________________
11106 [ 24630] By: merijn                                on 2005/05/30  11:07:45
11107         Log: gcc hints were not yet applied to gcc-4.x
11108              Now they are
11109      Branch: perl
11110            ! hints/hpux.sh
11111 ____________________________________________________________________________
11112 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
11113         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
11114              From: Olli Savia (via RT) <perlbug-followup@perl.org>
11115              Date: 30 May 2005 10:59:35 -0000
11116              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
11117      Branch: perl
11118            ! util.c
11119 ____________________________________________________________________________
11120 [ 24628] By: merijn                                on 2005/05/30  10:28:06
11121         Log: regen after #24627
11122      Branch: perl
11123            ! perlapi.h
11124 ____________________________________________________________________________
11125 [ 24627] By: merijn                                on 2005/05/30  10:19:09
11126         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
11127              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11128              Date: Mon, 30 May 2005 09:15:56 +0300
11129              Message-ID: <429AAF9C.30503@gmail.com>
11130      Branch: perl
11131            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
11132 ____________________________________________________________________________
11133 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
11134         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
11135              From: Andy Lester <andy@petdance.com>
11136              Date: Tue, 24 May 2005 11:41:15 -0500
11137              Message-ID: <20050524164115.GA12027@petdance.com>
11138      Branch: perl
11139            ! hv.c
11140 ____________________________________________________________________________
11141 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
11142         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
11143              From: Andy Lester <andy@petdance.com>
11144              Date: Tue, 24 May 2005 11:47:22 -0500
11145              Message-ID: <20050524164722.GC12027@petdance.com>
11146              
11147              Subject: [PATCH] Remove unused casts
11148              From: Andy Lester <andy@petdance.com>
11149              Date: Tue, 24 May 2005 11:42:18 -0500
11150              Message-ID: <20050524164218.GB12027@petdance.com>
11151      Branch: perl
11152            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
11153            ! sv.c
11154 ____________________________________________________________________________
11155 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
11156         Log: Minor grammar fix by Uri Guttman
11157      Branch: perl
11158            ! pod/perlre.pod
11159 ____________________________________________________________________________
11160 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
11161         Log: Subject: [PATCH] perlrun.pod -w description typo
11162              From: Offer Kaye <offer.kaye@gmail.com>
11163              Date: Mon, 30 May 2005 11:27:38 +0300
11164              Message-ID: <569425050530012768a9baca@mail.gmail.com>
11165      Branch: perl
11166            ! pod/perlrun.pod
11167 ____________________________________________________________________________
11168 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
11169         Log: Subject: [PATCH] Minor warning squashings
11170              From: Andy Lester <andy@petdance.com>
11171              Date: Sun, 29 May 2005 00:19:06 -0500
11172              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
11173              
11174              Subject: [PATCH] Consting in Opcode.xs
11175              From: Andy Lester <andy@petdance.com>
11176              Date: Sun, 29 May 2005 11:23:50 -0500
11177              Message-ID: <20050529162350.GA13965@petdance.com>
11178              
11179              Subject: [PATCH] consting attrs.xs
11180              From: Andy Lester <andy@petdance.com>
11181              Date: Sun, 29 May 2005 14:15:46 -0500
11182              Message-ID: <20050529191546.GA15581@petdance.com>
11183              
11184              Subject: [PATCH] consting B.xs
11185              From: Andy Lester <andy@petdance.com>
11186              Date: Sun, 29 May 2005 15:09:24 -0500
11187              Message-ID: <20050529200924.GA15873@petdance.com>
11188      Branch: perl
11189            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
11190            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
11191 ____________________________________________________________________________
11192 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
11193         Log: Need a cast to avoid a compiler warning.
11194      Branch: perl
11195            ! ext/ByteLoader/bytecode.h
11196 ____________________________________________________________________________
11197 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
11198         Log: Goodbye xav_arylen. You won't be missed that much.
11199              So now there's a buy 5 get one free offer on PVAV bodies.
11200      Branch: perl
11201            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
11202 ____________________________________________________________________________
11203 [ 24618] By: ams                                   on 2005/05/29  18:07:37
11204         Log: Subject: [PATCH configure.com] compiler awareness week
11205              From: "Craig A. Berry" <craigberry@mac.com>
11206              Date: Sun, 29 May 2005 12:43:09 -0500
11207              Message-Id: <4299FF2D.90209@mac.com>
11208      Branch: perl
11209            ! configure.com
11210 ____________________________________________________________________________
11211 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
11212         Log: Change the IV to a union.
11213              Revert the NV union back to a plain NV
11214              Transpose the positions of IV and NV (NV is now first)
11215              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
11216              currently disabled by default)
11217      Branch: perl
11218            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
11219 ____________________________________________________________________________
11220 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
11221         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
11222      Branch: perl
11223            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
11224            ! win32/makefile.mk
11225 ____________________________________________________________________________
11226 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
11227         Log: Restort into bulidtoc's preferred order
11228      Branch: perl
11229            ! MANIFEST
11230 ____________________________________________________________________________
11231 [ 24613] By: ams                                   on 2005/05/29  04:45:05
11232         Log: Subject: [PATCH] VMS build update for blead
11233              From: "Craig A. Berry" <craigberry@mac.com>
11234              Date: Sat, 28 May 2005 23:18:46 -0500
11235              Message-Id: <429942A6.10601@mac.com>
11236      Branch: perl
11237            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
11238            ! vms/vms.c vms/vmsish.h
11239 ____________________________________________________________________________
11240 [ 24612] By: ams                                   on 2005/05/28  14:40:32
11241         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
11242              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11243              Date: Sat, 28 May 2005 11:47:47 +0300
11244              Message-Id: <42983033.5050509@gmail.com>
11245      Branch: perl
11246            ! t/uni/class.t
11247 ____________________________________________________________________________
11248 [ 24610] By: merijn                                on 2005/05/27  19:22:39
11249         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
11250              From: Michael G Schwern <schwern@pobox.com>
11251              Date: Fri, 27 May 2005 12:33:27 -0700
11252              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
11253      Branch: perl
11254            ! installperl
11255 ____________________________________________________________________________
11256 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
11257         Log: In assert(), we mustn't stringify the message as part of the first
11258              argument to croak, as it's a *printf format, and the thing we're
11259              asserting might itself contain % signs.
11260              Also, as __FILE__ is a string, we can append that to the format,
11261              rather than needing a %s for it.
11262      Branch: perl
11263            ! perl.h
11264 ____________________________________________________________________________
11265 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
11266         Log: is() is better than ok()
11267      Branch: perl
11268            ! t/op/each.t
11269 ____________________________________________________________________________
11270 [ 24607] By: steveh                                on 2005/05/27  16:22:59
11271         Log: Fix failing Cwd tests on Win32
11272              
11273              Patch was posted to Ken previously
11274              
11275              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
11276              
11277              but no reply as yet.  I'll mail him again...
11278      Branch: perl
11279            ! lib/Cwd.pm
11280 ____________________________________________________________________________
11281 [ 24606] By: steveh                                on 2005/05/27  16:15:41
11282         Log: Skip signals and core dump tests on Win32
11283              
11284              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
11285      Branch: perl
11286            ! t/run/exit.t
11287 ____________________________________________________________________________
11288 [ 24605] By: steveh                                on 2005/05/27  15:54:09
11289         Log: Fix more Win32 linker errors caused by change 24561
11290              
11291              Apparently sys_intern_init and sys_intern_clear are required even for
11292              non-threaded builds on Win32.
11293      Branch: perl
11294            ! embed.fnc embed.h proto.h
11295 ____________________________________________________________________________
11296 [ 24596] By: merijn                                on 2005/05/27  10:20:54
11297         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
11298              From: Michael G Schwern <schwern@pobox.com>
11299              Date: Thu, 26 May 2005 13:43:05 -0700
11300              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
11301      Branch: perl
11302            ! installperl
11303 ____________________________________________________________________________
11304 [ 24595] By: merijn                                on 2005/05/27  10:06:25
11305         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
11306              From: <jarkko.hietaniemi@nokia.com>
11307              Date: Fri, 27 May 2005 13:15:36 +0300
11308              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
11309      Branch: perl
11310            ! perl.h
11311 ____________________________________________________________________________
11312 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
11313         Log: Get the HEK once only in the hot code (class method calls)
11314      Branch: perl
11315            ! hv.h pp_hot.c
11316 ____________________________________________________________________________
11317 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
11318         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
11319              From: Michael G Schwern <schwern@pobox.com>
11320              Date: Thu, 26 May 2005 13:39:38 -0700
11321              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
11322      Branch: perl
11323            ! pod/perlfunc.pod pod/perlport.pod
11324 ____________________________________________________________________________
11325 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
11326         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
11327              From: Steve Peters <steve@fisharerojo.org>
11328              Date: Thu, 26 May 2005 14:58:50 -0500
11329              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
11330      Branch: perl
11331            ! pod/perlapi.pod sv.h
11332 ____________________________________________________________________________
11333 [ 24591] By: steveh                                on 2005/05/26  16:56:03
11334         Log: Fix some Win32 link errors
11335      Branch: perl
11336            ! global.sym makedef.pl proto.h
11337 ____________________________________________________________________________
11338 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
11339         Log: Rename the members of the SV head union to avoid pre-processor
11340              arguments with embed.h
11341      Branch: perl
11342            ! av.h hv.h sv.c sv.h
11343 ____________________________________________________________________________
11344 [ 24588] By: ams                                   on 2005/05/26  15:33:58
11345         Log: -Wall is intolerably noisy with icc.
11346      Branch: perl
11347            ! cflags.SH
11348 ____________________________________________________________________________
11349 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
11350         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
11351              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11352              Date: Thu, 26 May 2005 23:46:35 +0900
11353              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
11354      Branch: perl
11355            ! lib/bytes.pm lib/bytes.t
11356 ____________________________________________________________________________
11357 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
11358         Log: Store the package name as a shared HEK.
11359              Abolish HvNAME() - as the stored pointer is not a char* you can't set
11360              it directly now.
11361              Storing a pointer to a HEK tracks the length too, and seems to be
11362              faster.
11363      Branch: perl
11364            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
11365            ! xsutils.c
11366 ____________________________________________________________________________
11367 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
11368         Log: We know how big the global string table will be, so use that
11369              information.
11370      Branch: perl
11371            ! sv.c
11372 ____________________________________________________________________________
11373 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
11374         Log: It helps to set the total keys correctly when duplicating a hash.
11375              It helps even more to have a test for this.
11376      Branch: perl
11377            ! ext/threads/t/problems.t sv.c
11378 ____________________________________________________________________________
11379 [ 24581] By: merijn                                on 2005/05/26  11:26:05
11380         Log: More possible re-order dependencies solved
11381      Branch: perl
11382            ! Porting/config_h.pl config_h.SH
11383 ____________________________________________________________________________
11384 [ 24580] By: merijn                                on 2005/05/26  08:43:38
11385         Log: Subject: [PATCH] Updated lint infrastructure
11386              From: Andy Lester <andy@petdance.com>
11387              Date: Wed, 25 May 2005 12:31:39 -0500
11388              Message-ID: <20050525173139.GB1701@petdance.com>
11389      Branch: perl
11390            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
11391 ____________________________________________________________________________
11392 [ 24579] By: ams                                   on 2005/05/26  07:08:22
11393         Log: Subject: [PATCH] MPE/iX has no lchown()
11394              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11395              Date: Thu, 26 May 2005 08:36:19 +0300
11396              Message-Id: <42956053.4010200@gmail.com>
11397      Branch: perl
11398            ! hints/mpeix.sh
11399 ____________________________________________________________________________
11400 [ 24578] By: merijn                                on 2005/05/25  19:05:07
11401         Log: Added Porting/config_h.pl
11402      Branch: perl
11403            ! MANIFEST
11404 ____________________________________________________________________________
11405 [ 24576] By: merijn                                on 2005/05/25  18:41:52
11406         Log: Reordering config_h.SH after metaconfig now semi automated
11407              This will save me *a lot* of manual work
11408      Branch: perl
11409            + Porting/config_h.pl
11410            ! Configure config_h.SH
11411 ____________________________________________________________________________
11412 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
11413         Log: Export Perl_hek_dup, which duplicates shared hash keys.
11414      Branch: perl
11415            ! embed.fnc embed.h hv.c proto.h
11416 ____________________________________________________________________________
11417 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
11418         Log: Track the mapping between source shared hash keys and target shared
11419              hash keys to save repeated lookups during cloning.
11420      Branch: perl
11421            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
11422            ! perl.c perlapi.h proto.h sv.c
11423 ____________________________________________________________________________
11424 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
11425         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
11426              HvNAME_set
11427      Branch: perl
11428            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
11429            ! ext/ByteLoader/byterun.c
11430 ____________________________________________________________________________
11431 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
11432         Log: I think for now these have to be disabled by default.
11433      Branch: perl
11434            ! av.h hv.h
11435 ____________________________________________________________________________
11436 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
11437         Log: Update description of Term::ReadLine and fix typo
11438              Subject: [perl #35963] Typo in Term::ReadLine 
11439              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
11440              Date: 24 May 2005 23:29:37 -0000
11441              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
11442      Branch: perl
11443            ! lib/Term/ReadLine.pm
11444 ____________________________________________________________________________
11445 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
11446         Log: Initialising the hash seed needs to be early in case anything
11447              calcualtes HASHes during dup()ing.
11448      Branch: perl
11449            ! sv.c
11450 ____________________________________________________________________________
11451 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
11452         Log: Reorder the union to cause Win32 compilers to use void * alignment for
11453              it.
11454      Branch: perl
11455            ! av.h cv.h hv.h sv.h
11456 ____________________________________________________________________________
11457 [ 24568] By: ams                                   on 2005/05/24  16:44:53
11458         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
11459              From: jarkko.hietaniemi@nokia.com
11460              Date: Tue, 24 May 2005 12:48:38 +0300
11461              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
11462      Branch: perl
11463            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
11464 ____________________________________________________________________________
11465 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
11466         Log: Clarification on the behaviour of qw// and x :
11467              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
11468              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11469              Date: Tue, 24 May 2005 08:52:00 -0700
11470              Message-ID: <20050524155200.GA1784@efn.org>
11471      Branch: perl
11472            ! pod/perlop.pod
11473 ____________________________________________________________________________
11474 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
11475         Log: Leaking is bad, m'kay.
11476      Branch: perl
11477            ! hv.c sv.c
11478 ____________________________________________________________________________
11479 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
11480         Log: Remove Perl_ck_* functions from public API
11481      Branch: perl
11482            ! embed.fnc embed.h global.sym
11483 ____________________________________________________________________________
11484 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
11485         Log: Correct the description of pte_arenaroot
11486      Branch: perl
11487            ! intrpvar.h
11488 ____________________________________________________________________________
11489 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
11490         Log: Documentation nit on @-, found by Guillaume Rousse
11491              (plus POD markup simplification, for readability with pod2text)
11492      Branch: perl
11493            ! pod/perlvar.pod
11494 ____________________________________________________________________________
11495 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
11496         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
11497      Branch: perl
11498            ! ext/B/t/deparse.t
11499 ____________________________________________________________________________
11500 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
11501         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
11502              From: Andy Lester <andy@petdance.com>
11503              Date: Sat, 21 May 2005 09:06:40 -0500
11504              Message-ID: <20050521140640.GB875@petdance.com>
11505      Branch: perl
11506            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
11507            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
11508 ____________________________________________________________________________
11509 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
11510         Log: The tokenizer should expect an operator after qw().
11511              This fixes [perl #35885] qw and x operators doesn't mix
11512      Branch: perl
11513            ! t/op/repeat.t toke.c
11514 ____________________________________________________________________________
11515 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
11516         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
11517              From: demerphq <demerphq@gmail.com>
11518              Date: Mon, 23 May 2005 11:43:56 +0200
11519              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
11520      Branch: perl
11521            ! ext/B/t/deparse.t
11522 ____________________________________________________________________________
11523 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
11524         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
11525      Branch: perl
11526            ! Makefile.SH
11527 ____________________________________________________________________________
11528 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
11529         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
11530      Branch: perl
11531            ! av.h hv.h sv.h
11532 ____________________________________________________________________________
11533 [ 24556] By: ams                                   on 2005/05/23  16:58:46
11534         Log: Assorted 2.15 fixes.
11535      Branch: perl
11536            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
11537 ____________________________________________________________________________
11538 [ 24555] By: ams                                   on 2005/05/23  16:34:16
11539         Log: Remove one const to ensure that the universe doesn't tip over.
11540              (At least on AIX.)
11541      Branch: perl
11542            ! ext/Storable/Storable.xs
11543 ____________________________________________________________________________
11544 [ 24554] By: merijn                                on 2005/05/23  15:29:01
11545         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) 
11546              From: Andrew Dougherty <doughera@lafayette.edu>
11547              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
11548              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
11549      Branch: perl
11550            ! ext/SDBM_File/sdbm/sdbm.c
11551 ____________________________________________________________________________
11552 [ 24553] By: ams                                   on 2005/05/23  15:24:05
11553         Log: Subject: [PATCH] universal.c warnings hushed
11554              From: Andy Lester <andy@petdance.com>
11555              Date: Mon, 23 May 2005 10:38:25 -0500
11556              Message-Id: <20050523153825.GA28498@petdance.com>
11557      Branch: perl
11558            ! universal.c
11559 ____________________________________________________________________________
11560 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
11561         Log: Attribute compilation fix for Windows by Andy Lester
11562      Branch: perl
11563            ! perl.h perlio.h
11564 ____________________________________________________________________________
11565 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
11566         Log: Update to Scalar-List-Utils-1.17
11567      Branch: perl
11568            ! ext/List/Util/Changes ext/List/Util/README
11569            ! ext/List/Util/lib/List/Util.pm
11570            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
11571            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
11572 ____________________________________________________________________________
11573 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
11574         Log: Declaration nit spotted by Jarkko
11575      Branch: perl
11576            ! hv.c
11577 ____________________________________________________________________________
11578 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
11579         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
11580              regexps. Don't attempt to look at the IVX if it's not an IV.
11581      Branch: perl
11582            ! perl.c sv.c
11583 ____________________________________________________________________________
11584 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
11585         Log: Oops. What is looking at an array's SvIVX()?
11586      Branch: perl
11587            ! sv.c
11588 ____________________________________________________________________________
11589 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
11590         Log: We don't need IV and RV arena variables anymore. We don't need to set
11591              SvIVX or SvNVX on hashes.
11592      Branch: perl
11593            ! embedvar.h intrpvar.h perlapi.h sv.c
11594 ____________________________________________________________________________
11595 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
11596         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
11597              containing pointers initialised to zero.
11598      Branch: perl
11599            ! ext/B/B/Bytecode.pm
11600 ____________________________________________________________________________
11601 [ 24545] By: steveh                                on 2005/05/23  08:46:37
11602         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
11603              
11604              (None are actually defined, but it's nice to have them there anyway)
11605      Branch: perl
11606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11607            ! win32/config_H.vc64
11608 ____________________________________________________________________________
11609 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
11610         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
11611      Branch: perl
11612            ! av.h hv.h intrpvar.h sv.c sv.h
11613 ____________________________________________________________________________
11614 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
11615         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
11616              because PerlIOScalar_unread was broken.
11617              Bump version number of PerlIO::scalar to 0.04.
11618      Branch: perl
11619            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
11620            ! ext/PerlIO/t/scalar.t
11621 ____________________________________________________________________________
11622 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
11623         Log: Re-order IVX slot in SV bodies
11624      Branch: perl
11625            ! av.h cv.h hv.h sv.h
11626 ____________________________________________________________________________
11627 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
11628         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
11629              From: Michael G Schwern <schwern@pobox.com>
11630              Date: May 20, 2005 10:09 PM
11631              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
11632      Branch: perl
11633            ! lib/Carp.t
11634 ____________________________________________________________________________
11635 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
11636         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
11637              the memory to store pointers and integers.
11638              (Part 1 - will be reworked to be more efficient when IV or void*
11639              is 64 bit soon)
11640      Branch: perl
11641            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
11642            ! hv.h sv.h
11643 ____________________________________________________________________________
11644 [ 24537] By: ams                                   on 2005/05/21  22:26:34
11645         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
11646              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11647              Date: Sat, 21 May 2005 23:20:21 +0300
11648              Message-Id: <428F9805.70108@gmail.com>
11649      Branch: perl
11650            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
11651            ! MANIFEST
11652 ____________________________________________________________________________
11653 [ 24536] By: ams                                   on 2005/05/21  22:17:20
11654         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
11655              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
11656      Branch: perl
11657            ! perl.h
11658 ____________________________________________________________________________
11659 [ 24535] By: davem                                 on 2005/05/21  22:10:19
11660         Log: goto &xsub that croaks corrupts memory
11661              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
11662              goto &xs_sub mimic this behaviour by first popping the old CxSUB
11663      Branch: perl
11664            ! pp_ctl.c t/op/goto_xs.t
11665 ____________________________________________________________________________
11666 [ 24534] By: davem                                 on 2005/05/21  21:38:55
11667         Log: stop goto &foo wasting stack space
11668              it used to push @_ onto the end of the stack; now it pops the stack
11669              back to the old watermark first.
11670      Branch: perl
11671            ! pp_ctl.c
11672 ____________________________________________________________________________
11673 [ 24533] By: davem                                 on 2005/05/21  19:50:50
11674         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
11675      Branch: perl
11676            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11677            ! ext/XS/APItest/t/exception.t
11678 ____________________________________________________________________________
11679 [ 24532] By: davem                                 on 2005/05/21  19:15:43
11680         Log: disallow eval { goto &foo }
11681              eval 'goto &foo' is already banned, and the try-version usually
11682              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
11683              Anyway exiting an eval but preserving "it's" @_ doesn't make much
11684              sense.
11685      Branch: perl
11686            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
11687 ____________________________________________________________________________
11688 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
11689         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
11690              IV and UV. Avoid allocating a body for IVs and RVs.
11691      Branch: perl
11692            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
11693            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11694            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
11695 ____________________________________________________________________________
11696 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
11697         Log: Really fix change 24527
11698      Branch: perl
11699            ! gv.c
11700 ____________________________________________________________________________
11701 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
11702         Log: Fool. That should be I32 everywhere.
11703      Branch: perl
11704            ! hv.c
11705 ____________________________________________________________________________
11706 [ 24528] By: ams                                   on 2005/05/21  15:35:44
11707         Log: Subject: [PATCH] ctags parms need to know .h is C
11708              From: Andy Lester <andy@petdance.com>
11709              Date: Sat, 21 May 2005 08:58:14 -0500
11710              Message-Id: <20050521135814.GA875@petdance.com>
11711      Branch: perl
11712            ! Makefile.SH
11713 ____________________________________________________________________________
11714 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
11715         Log: Compilation fix
11716      Branch: perl
11717            ! gv.c
11718 ____________________________________________________________________________
11719 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
11720         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
11721              Provide (more efficient) _get and _set macros.
11722              Adjust the core to use them.
11723      Branch: perl
11724            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
11725            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
11726            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
11727            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
11728            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
11729            ! toke.c universal.c xsutils.c
11730 ____________________________________________________________________________
11731 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
11732         Log: Move placeholders into a new rhash magic type.
11733      Branch: perl
11734            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
11735            ! perl.h proto.h sv.c
11736 ____________________________________________________________________________
11737 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
11738         Log: Update to MakeMaker 6.30
11739      Branch: perl
11740            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
11741            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
11742            ! lib/ExtUtils/t/PL_FILES.t
11743            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
11744 ____________________________________________________________________________
11745 [ 24523] By: ams                                   on 2005/05/21  02:58:49
11746         Log: Subject: [PATCH] SvPVX_const - patch #2
11747              From: Steve Peters <steve@fisharerojo.org>
11748              Date: Fri, 20 May 2005 21:42:10 -0500
11749              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
11750      Branch: perl
11751            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
11752 ____________________________________________________________________________
11753 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
11754         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
11755              (PMROOT being needed to implement bare C<reset> - how often do you
11756              use that?)
11757      Branch: perl
11758            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
11759            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
11760            ! op.c perl.h sv.c
11761 ____________________________________________________________________________
11762 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
11763         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
11764      Branch: perl
11765            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
11766            ! ext/Storable/Storable.xs
11767 ____________________________________________________________________________
11768 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
11769         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
11770      Branch: perl
11771            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
11772 ____________________________________________________________________________
11773 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
11774         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
11775              it being redefined.
11776      Branch: perl
11777            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
11778 ____________________________________________________________________________
11779 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
11780         Log: Goodbye AvFLAGS
11781      Branch: perl
11782            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
11783            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
11784            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
11785            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
11786 ____________________________________________________________________________
11787 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
11788         Log: Upgrade to Math::BigInt 1.77
11789      Branch: perl
11790            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11791            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11792            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
11793            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
11794 ____________________________________________________________________________
11795 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
11796         Log: Fix a typo
11797      Branch: perl
11798            ! hv.h
11799 ____________________________________________________________________________
11800 [ 24514] By: ams                                   on 2005/05/20  14:42:21
11801         Log: Damnable applypatch nonsense.
11802      Branch: perl
11803            ! ext/Storable/t/sig_die.t
11804 ____________________________________________________________________________
11805 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
11806         Log: Update MANIFEST
11807      Branch: perl
11808            ! MANIFEST
11809 ____________________________________________________________________________
11810 [ 24512] By: ams                                   on 2005/05/20  14:21:21
11811         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
11812              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
11813      Branch: perl
11814            + ext/Storable/t/sig_die.t
11815            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
11816 ____________________________________________________________________________
11817 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
11818         Log: Subject: [PATCH] Add a Makefile target for ctags
11819              From: Andy Lester <andy@petdance.com>
11820              Date: Thu, 12 May 2005 11:40:52 -0500
11821              Message-ID: <20050512164052.GA30287@petdance.com>
11822      Branch: perl
11823            ! Makefile.SH
11824 ____________________________________________________________________________
11825 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
11826         Log: Upgrade to MakeMaker 6.29
11827      Branch: perl
11828            + lib/ExtUtils/t/FIRST_MAKEFILE.t
11829            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
11830            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11831            ! lib/ExtUtils/t/Installed.t
11832 ____________________________________________________________________________
11833 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
11834         Log: Subject: SvPVX_const() - Patch #1
11835              From: Steve Peters <steve@fisharerojo.org>
11836              Date: Tue, 17 May 2005 18:17:01 -0500
11837              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
11838      Branch: perl
11839            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
11840 ____________________________________________________________________________
11841 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
11842         Log: Subject: [PATCH] Attribute configuration
11843              From: Andy Lester <andy@petdance.com>
11844              Date: Thu, 19 May 2005 12:32:56 -0500
11845              Message-ID: <20050519173256.GA29039@petdance.com>
11846      Branch: perl
11847            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
11848            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
11849            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
11850            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
11851            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
11852            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
11853            ! win32/config.bc win32/config.gc win32/config.vc
11854            ! win32/config.vc64 wince/config.ce
11855 ____________________________________________________________________________
11856 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
11857         Log: Gisle noted an unused variable
11858      Branch: perl
11859            ! t/run/exit.t
11860 ____________________________________________________________________________
11861 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
11862         Log: Fix the new exit() tests, by Gisle Aas :
11863              don't let the shell interfere with the process return value
11864      Branch: perl
11865            ! t/run/exit.t
11866 ____________________________________________________________________________
11867 [ 24505] By: ams                                   on 2005/05/19  17:51:48
11868         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
11869              From: yves orton <perlbug-followup@perl.org>
11870              Date: 18 May 2005 08:30:44 -0000
11871              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
11872      Branch: perl
11873            ! ext/B/B/Deparse.pm
11874 ____________________________________________________________________________
11875 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
11876         Log: tabs, not spaces. Bad editor. No cookie.
11877              Does the MANIFEST file support comments, sufficient to add an editor
11878              block?
11879      Branch: perl
11880            ! MANIFEST
11881 ____________________________________________________________________________
11882 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
11883         Log: Adjust VMS test count
11884      Branch: perl
11885            ! t/run/exit.t
11886 ____________________________________________________________________________
11887 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
11888         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
11889              From: Gisle Aas <gisle@ActiveState.com>
11890              Date: 18 May 2005 08:35:47 -0700
11891              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
11892      Branch: perl
11893            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
11894            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
11895 ____________________________________________________________________________
11896 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
11897         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
11898              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11899              Date: Wed, 18 May 2005 07:13:40 -0700
11900              Message-ID: <20050518141131.GA2704@efn.org>
11901      Branch: perl
11902            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
11903            + lib/ExtUtils/CBuilder/Platform/Unix.pm
11904            + lib/ExtUtils/CBuilder/Platform/VMS.pm
11905            + lib/ExtUtils/CBuilder/Platform/Windows.pm
11906            + lib/ExtUtils/CBuilder/Platform/aix.pm
11907            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
11908            + lib/ExtUtils/CBuilder/Platform/darwin.pm
11909            + lib/ExtUtils/CBuilder/Platform/os2.pm
11910            + lib/ExtUtils/CBuilder/t/01-basic.t
11911            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
11912            + lib/ExtUtils/ParseXS/t/XSTest.pm
11913            + lib/ExtUtils/ParseXS/t/XSTest.xs
11914            + lib/ExtUtils/ParseXS/t/basic.t
11915            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
11916            ! lib/ExtUtils/xsubpp
11917 ____________________________________________________________________________
11918 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
11919         Log: Subject: B::Disassembler.pm
11920              From: Nicholas Clark <nick@ccl4.org>
11921              Date: Tue, 17 May 2005 11:28:18 +0100
11922              Message-ID: <20050517102817.GD94420@plum.flirble.org>
11923      Branch: perl
11924            ! ext/B/B/Disassembler.pm
11925 ____________________________________________________________________________
11926 [ 24498] By: davem                                 on 2005/05/18  12:39:22
11927         Log: make t/TEST print summary times consistently to two decimal places
11928      Branch: perl
11929            ! t/TEST
11930 ____________________________________________________________________________
11931 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
11932         Log: Default to allocating the correct size for the array in the HV.
11933              Override this with -DPERL_USE_LARGE_HV_ALLOC
11934      Branch: perl
11935            ! hv.h
11936 ____________________________________________________________________________
11937 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
11938         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
11939              From: Michael G Schwern <schwern@pobox.com>
11940              Date: Mon, 16 May 2005 15:17:05 -0700
11941              Message-ID: <20050516221705.GA212@windhund.schwern.org>
11942              
11943              Subject: [PATCH] Eliminate function signatures from perlport
11944              From: Michael G Schwern <schwern@pobox.com>
11945              Date: Mon, 16 May 2005 15:24:18 -0700
11946              Message-ID: <20050516222418.GA422@windhund.schwern.org>
11947      Branch: perl
11948            ! pod/perlport.pod
11949 ____________________________________________________________________________
11950 [ 24495] By: merijn                                on 2005/05/17  18:45:56
11951         Log: Subject: [PATCH] more about __attribute__
11952              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11953              Date: Tue, 17 May 2005 20:36:43 +0300
11954              Message-ID: <428A2BAB.9020306@gmail.com>
11955      Branch: perl
11956            ! perl.h
11957 ____________________________________________________________________________
11958 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
11959         Log: Clarify definition of octal literals
11960              (thanks to Olivier Blin)
11961      Branch: perl
11962            ! pod/perldata.pod
11963 ____________________________________________________________________________
11964 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
11965         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
11966              From: <jarkko.hietaniemi@nokia.com>
11967              Date: Mon, 16 May 2005 17:59:35 +0300
11968              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
11969              
11970              completed by:
11971              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
11972      Branch: perl
11973            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
11974            ! symbian/port.pl universal.c
11975 ____________________________________________________________________________
11976 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
11977         Log: One last 1008 to replace with PERL_ARENA_SIZE
11978      Branch: perl
11979            ! sv.c
11980 ____________________________________________________________________________
11981 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
11982         Log: Upgrade to Encode 2.10
11983      Branch: perl
11984            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11985            ! ext/Encode/Encode.xs ext/Encode/META.yml
11986            ! ext/Encode/lib/Encode/Alias.pm
11987 ____________________________________________________________________________
11988 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
11989         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
11990              From: Andy Lester <andy@petdance.com>
11991              Date: Mon, 16 May 2005 10:13:53 -0500
11992              Message-ID: <20050516151353.GA25387@petdance.com>
11993      Branch: perl
11994            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
11995            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
11996            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
11997            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
11998 ____________________________________________________________________________
11999 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
12000         Log: Bump the version number on Win32::Win32
12001      Branch: perl
12002            ! win32/ext/Win32/Win32.pm
12003 ____________________________________________________________________________
12004 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
12005         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
12006      Branch: perl
12007            ! sv.c
12008 ____________________________________________________________________________
12009 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
12010         Log: This seems to be the right thing to do to iterate over layers
12011      Branch: perl
12012            ! ext/PerlIO/via/via.xs
12013 ____________________________________________________________________________
12014 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
12015         Log: $! might contain "unknown" if strerror(3) says so
12016      Branch: perl
12017            ! t/op/mkdir.t
12018 ____________________________________________________________________________
12019 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
12020         Log: Upgrade to Time::HiRes 1.68
12021      Branch: perl
12022            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12023            ! ext/Time/HiRes/HiRes.xs
12024 ____________________________________________________________________________
12025 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
12026         Log: Subject: [PATCH] Minor tweak to via
12027              From: Andy Lester <andy@petdance.com>
12028              Message-ID: <20050513163952.GA20167@petdance.com>
12029              Date: Fri, 13 May 2005 11:39:52 -0500
12030              
12031              from a bug report and patch by Matt Lawrence
12032      Branch: perl
12033            ! ext/PerlIO/via/via.xs
12034 ____________________________________________________________________________
12035 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
12036         Log: Upgrade to CGI.pm 3.10
12037      Branch: perl
12038            + lib/CGI/t/can.t
12039            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
12040 ____________________________________________________________________________
12041 [ 24469] By: davem                                 on 2005/05/15  00:09:35
12042         Log: avoid leaked scalar in BEGIN { threads->new(...) }
12043      Branch: perl
12044            ! sv.c
12045 ____________________________________________________________________________
12046 [ 24468] By: davem                                 on 2005/05/14  23:16:50
12047         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
12048      Branch: perl
12049            ! perl.c
12050 ____________________________________________________________________________
12051 [ 24467] By: davem                                 on 2005/05/14  15:11:30
12052         Log: initialize the PL_xpvgv_[arena]root vars during clone
12053      Branch: perl
12054            ! sv.c
12055 ____________________________________________________________________________
12056 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
12057         Log: Update to Scalar-List-Utils-1.15
12058      Branch: perl
12059            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
12060            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
12061            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
12062            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
12063            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
12064            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
12065            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
12066            + ext/List/Util/t/p_tainted.t
12067            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
12068            ! ext/List/Util/lib/List/Util.pm
12069            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
12070            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
12071            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
12072            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
12073            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
12074            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
12075            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
12076            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
12077            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
12078            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
12079 ____________________________________________________________________________
12080 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
12081         Log: Subject: change to quiet cygwin's perlld
12082              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12083              Date: Fri, 13 May 2005 06:15:45 -0700
12084              Message-ID: <20050513131545.GB4024@efn.org>
12085      Branch: perl
12086            ! cygwin/perlld.in
12087 ____________________________________________________________________________
12088 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
12089         Log: Reorder the *more* arena allocation functions into a block
12090              As they are now ahead of their corresponding *new* functions, no need
12091              for all the embedding guff.
12092              Remove all the "register" keywords.
12093      Branch: perl
12094            ! embed.fnc embed.h hv.c proto.h sv.c
12095 ____________________________________________________________________________
12096 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
12097         Log: Allocate GV bodies from arenas
12098      Branch: perl
12099            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
12100 ____________________________________________________________________________
12101 [ 24455] By: davem                                 on 2005/05/12  19:07:27
12102         Log: make join.t threadsafe!
12103              tests 13 and 14 could output in reverse order. Add a lock to stop
12104              this.
12105      Branch: perl
12106            ! ext/threads/t/join.t
12107 ____________________________________________________________________________
12108 [ 24454] By: steveh                                on 2005/05/12  10:56:20
12109         Log: Remove a couple of unreferenced local variables
12110      Branch: perl
12111            ! win32/ext/Win32/Win32.xs
12112 ____________________________________________________________________________
12113 [ 24453] By: steveh                                on 2005/05/12  10:10:37
12114         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
12115              From: "Jan Dubois" <jand@ActiveState.com>
12116              Date: Wed, 11 May 2005 22:30:37 -0700
12117              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
12118      Branch: perl
12119            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
12120 ____________________________________________________________________________
12121 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
12122         Log: Silence DEBUGGING compilation warnings
12123      Branch: perl
12124            ! toke.c
12125 ____________________________________________________________________________
12126 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
12127         Log: SvUPGRADE doesn't return false.
12128      Branch: perl
12129            ! toke.c
12130 ____________________________________________________________________________
12131 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
12132         Log: Rework documentation of split(//,...)
12133      Branch: perl
12134            ! pod/perlfunc.pod
12135 ____________________________________________________________________________
12136 [ 24449] By: ams                                   on 2005/05/11  16:57:27
12137         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
12138              From: Steve Peters via RT <perlbug-followup@perl.org>
12139              Date: 11 May 2005 16:58:22 -0000
12140              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
12141              
12142              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
12143              From: Steve Peters via RT <perlbug-followup@perl.org>
12144              Date: 11 May 2005 17:13:29 -0000
12145              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
12146      Branch: perl
12147            ! pod/perlfunc.pod pod/perlsyn.pod
12148 ____________________________________________________________________________
12149 [ 24446] By: merijn                                on 2005/05/11  09:39:06
12150         Log: Subject: Hints changes for OS X 10.4
12151              From: Michael G Schwern <schwern@pobox.com>
12152              Date: Tue, 10 May 2005 18:10:47 -0700
12153              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
12154      Branch: perl
12155            ! hints/darwin.sh
12156 ____________________________________________________________________________
12157 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
12158         Log: Include vim/emacs modelines in generated files to open them
12159              in read-only mode. Make vi modelines compatible with non-vim
12160              vi versions.
12161      Branch: perl
12162            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
12163            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12164            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
12165            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
12166            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
12167            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
12168            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
12169            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
12170            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
12171            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
12172 ____________________________________________________________________________
12173 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
12174         Log: Subject: potential [PATCH] Tru64 crank up strictness
12175              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12176              Date: May 10, 2005 7:44 PM
12177              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
12178      Branch: perl
12179            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
12180 ____________________________________________________________________________
12181 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
12182         Log: "make regen" should run reentr.pl
12183      Branch: perl
12184            ! regen.pl
12185 ____________________________________________________________________________
12186 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
12187         Log: Regenerate reentr.[ch]
12188      Branch: perl
12189            ! reentr.c reentr.h
12190 ____________________________________________________________________________
12191 [ 24441] By: ams                                   on 2005/05/10  17:23:26
12192         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
12193              From: Steve Peters <steve@fisharerojo.org>
12194              Date: Tue, 10 May 2005 12:44:13 -0500
12195              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
12196      Branch: perl
12197            + README.openbsd
12198            ! MANIFEST reentr.pl
12199 ____________________________________________________________________________
12200 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
12201         Log: Add editor boilerplates to all C files
12202              (except the generated ones)
12203      Branch: perl
12204            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
12205            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
12206            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
12207            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
12208            ! universal.c utf8.c util.c xsutils.c
12209 ____________________________________________________________________________
12210 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
12211         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
12212              plus a couple of 1 byte sv_setpv()s too.
12213      Branch: perl
12214            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
12215            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
12216 ____________________________________________________________________________
12217 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
12218         Log: As we have the length of the string easily to hand, no reason not to
12219              use it.
12220      Branch: perl
12221            ! op.c
12222 ____________________________________________________________________________
12223 [ 24437] By: ams                                   on 2005/05/10  14:41:08
12224         Log: Subject: [PATCH] perlop.pod nit
12225              From: Steve Peters <steve@fisharerojo.org>
12226              Date: Tue, 10 May 2005 09:41:01 -0500
12227              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
12228      Branch: perl
12229            ! pod/perlop.pod
12230 ____________________________________________________________________________
12231 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
12232         Log: Experiment with using the ptr_table code to hold the seen hash
12233      Branch: perl
12234            ! ext/Storable/Storable.xs
12235 ____________________________________________________________________________
12236 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
12237         Log: Simplify the debug and assert logic.
12238      Branch: perl
12239            ! ext/Storable/Storable.xs
12240 ____________________________________________________________________________
12241 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
12242         Log: Change 24165 missed one s/class/classname/ in the debugging code.
12243      Branch: perl
12244            ! ext/Storable/Storable.xs
12245 ____________________________________________________________________________
12246 [ 24433] By: ams                                   on 2005/05/10  03:16:23
12247         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
12248              From: Steve Peters <steve@fisharerojo.org>
12249              Date: Mon, 9 May 2005 21:10:49 -0500
12250              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
12251      Branch: perl
12252            ! reentr.h
12253 ____________________________________________________________________________
12254 [ 24432] By: ams                                   on 2005/05/10  03:15:34
12255         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
12256              From: Jan Dubois <jand@ActiveState.com>
12257              Date: Mon, 9 May 2005 19:29:06 -0700
12258              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
12259      Branch: perl
12260            ! config_h.SH
12261 ____________________________________________________________________________
12262 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
12263         Log: Subject: [PATCH] attributes-two.patch, the next batch
12264              From: Andy Lester <andy@petdance.com>
12265              Date: May 9, 2005 5:45 PM
12266              Message-ID: <20050509154518.GA18273@petdance.com>
12267      Branch: perl
12268            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
12269            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
12270            ! utf8.c
12271 ____________________________________________________________________________
12272 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
12273         Log: Fix typo (bug #35368)
12274      Branch: perl
12275            ! pod/perlreftut.pod
12276 ____________________________________________________________________________
12277 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
12278         Log: Update the comment describing arenas.
12279      Branch: perl
12280            ! sv.c
12281 ____________________________________________________________________________
12282 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
12283         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
12284              object file slightly smaller, and also increases the proportion of
12285              read only data section.
12286      Branch: perl
12287            ! gv.c
12288 ____________________________________________________________________________
12289 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
12290         Log: Upgrade to Unicode::Collate 0.50
12291      Branch: perl
12292            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
12293            + lib/Unicode/Collate/t/override.t
12294            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12295            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
12296            ! lib/Unicode/Collate/t/contract.t
12297            ! lib/Unicode/Collate/t/hangtype.t
12298            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
12299            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
12300            ! lib/Unicode/Collate/t/normal.t
12301            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
12302            ! lib/Unicode/Collate/t/trailwt.t
12303            ! lib/Unicode/Collate/t/variable.t
12304            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
12305 ____________________________________________________________________________
12306 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
12307         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
12308              symbols are ithreads only.
12309      Branch: perl
12310            ! makedef.pl
12311 ____________________________________________________________________________
12312 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
12313         Log: Change 24420 should have hand updated globvar.sym to reflect the
12314              renaming of the global variable.
12315      Branch: perl
12316            ! globvar.sym
12317 ____________________________________________________________________________
12318 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
12319         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
12320              template. (Also slightly smaller object code)
12321      Branch: perl
12322            ! hv.c
12323 ____________________________________________________________________________
12324 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
12325         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
12326              From: Steve Peters <steve@fisharerojo.org>
12327              Date: Sun, 8 May 2005 20:49:17 -0500
12328              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
12329      Branch: perl
12330            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
12331 ____________________________________________________________________________
12332 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
12333         Log: Revert to Andy's first solution for nonnull attributes;
12334              add the missing defines for non-threaded perls in perl.h
12335      Branch: perl
12336            ! embed.h embed.pl global.sym perl.h proto.h
12337 ____________________________________________________________________________
12338 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
12339         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
12340              SvPV and a %s format.
12341      Branch: perl
12342            ! mg.c perl.h pp.c pp_hot.c
12343 ____________________________________________________________________________
12344 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
12345         Log: There's no need to set a reference count for the new SV heads, as it's
12346              always set to 1 at uprooting time.
12347              But set it to zero when DEBUGGING to make things clearer. Plus fix a
12348              bug introduced by change 22945, where the last SV head had an
12349              uninitialised reference count.
12350      Branch: perl
12351            ! sv.c
12352 ____________________________________________________________________________
12353 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
12354         Log: The idea is that when you find something, you stop looking.
12355              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
12356      Branch: perl
12357            ! sv.c
12358 ____________________________________________________________________________
12359 [ 24417] By: davem                                 on 2005/05/08  14:39:19
12360         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
12361      Branch: perl
12362            ! t/TEST
12363 ____________________________________________________________________________
12364 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
12365         Log: Tweak the insertion of __attribute__((nonnull())) declarations
12366              in proto.h so it compiles with and without threads with gcc 3.4
12367      Branch: perl
12368            ! embed.pl proto.h
12369 ____________________________________________________________________________
12370 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
12371         Log: Subject: [PATCH] GCC attributes!
12372              From: Andy Lester <andy@petdance.com>
12373              Date: May 4, 2005 11:55 PM
12374              Message-ID: <20050504215540.GA20413@petdance.com>
12375      Branch: perl
12376            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
12377            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
12378 ____________________________________________________________________________
12379 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
12380         Log: The ptr_table arena variables and code is only needed for ithreads.
12381      Branch: perl
12382            ! intrpvar.h sv.c
12383 ____________________________________________________________________________
12384 [ 24412] By: davem                                 on 2005/05/07  12:57:06
12385         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
12386              In the presence of 'my' in the conditional of a while(), until(),
12387              or for(;;) loop, add an extra scope to the body so that redo
12388              doesn't undef the lexical
12389      Branch: perl
12390            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
12391            ! pp_ctl.c proto.h t/op/loopctl.t
12392 ____________________________________________________________________________
12393 [ 24411] By: davem                                 on 2005/05/07  11:06:16
12394         Log: add 1.875c to the list of supported bisons
12395      Branch: perl
12396            ! regen_perly.pl
12397 ____________________________________________________________________________
12398 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
12399         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
12400              that other code assigning to $SIG{__WARN__} doesn't cause a premature
12401              free.
12402      Branch: perl
12403            ! perlio.c t/io/layers.t
12404 ____________________________________________________________________________
12405 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
12406         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
12407      Branch: perl
12408            ! sv.c
12409 ____________________________________________________________________________
12410 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
12411         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
12412      Branch: perl
12413            ! hv.c intrpvar.h sv.c
12414 ____________________________________________________________________________
12415 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
12416         Log: Upgrade to PathTools 3.07
12417      Branch: perl
12418            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
12419            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
12420            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
12421            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
12422            ! lib/File/Spec/t/Spec.t
12423 ____________________________________________________________________________
12424 [ 24406] By: ams                                   on 2005/05/06  15:17:26
12425         Log: Don't pretend SIGZERO exists [#35291].
12426      Branch: perl
12427            ! mg.c
12428 ____________________________________________________________________________
12429 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
12430         Log: Make the arena size changeable at compile time, and up the default by
12431              a factor of 4.
12432      Branch: perl
12433            ! hv.c perl.h sv.c
12434 ____________________________________________________________________________
12435 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
12436         Log: Allocate pointer table entries (for ithread cloning) from an arena
12437      Branch: perl
12438            ! embedvar.h intrpvar.h perlapi.h sv.c
12439 ____________________________________________________________________________
12440 [ 24402] By: davem                                 on 2005/05/05  20:52:11
12441         Log: avoid accessing a just-freed SV (keep ponie happy)
12442      Branch: perl
12443            ! pad.c
12444 ____________________________________________________________________________
12445 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
12446         Log: Missing files in Test::Simple
12447      Branch: perl
12448            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
12449            + t/lib/Test/Simple/sample_tests/exit.plx
12450 ____________________________________________________________________________
12451 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
12452         Log: Bump versions of non dual-life modules
12453      Branch: perl
12454            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
12455            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
12456 ____________________________________________________________________________
12457 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
12458         Log: Bump version numbers
12459      Branch: perl
12460            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
12461            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
12462 ____________________________________________________________________________
12463 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
12464         Log: Upgrade to Test::Simple 0.60
12465      Branch: perl
12466            - lib/Test/Simple/t/is_deeply.t
12467            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
12468            ! lib/Test/Simple.pm lib/Test/Simple/Changes
12469            ! lib/Test/Simple/t/00signature.t
12470            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
12471            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
12472            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
12473            ! lib/Test/Simple/t/require_ok.t
12474 ____________________________________________________________________________
12475 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
12476         Log: Bump B version numbers
12477      Branch: perl
12478            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
12479            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
12480            ! ext/B/t/OptreeCheck.pm
12481 ____________________________________________________________________________
12482 [ 24393] By: davem                                 on 2005/05/05  12:06:32
12483         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
12484      Branch: perl
12485            ! lib/Math/BigInt/t/bare_mbf.t
12486 ____________________________________________________________________________
12487 [ 24392] By: davem                                 on 2005/05/05  12:01:51
12488         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
12489              (made scope of %toto too narrow)
12490      Branch: perl
12491            ! t/TEST
12492 ____________________________________________________________________________
12493 [ 24390] By: davem                                 on 2005/05/05  00:34:50
12494         Log: make t/TEST detect various failure modes in testfile outputs
12495              in particular:
12496              multiple leader lines
12497              leader line not first or last line of file
12498              unrecognised lines
12499              out-of-sequence test numbers
12500      Branch: perl
12501            ! t/TEST
12502 ____________________________________________________________________________
12503 [ 24389] By: davem                                 on 2005/05/04  22:14:54
12504         Log: strictify t/TEST
12505              make most variables lexical, narrow their scope, and give some of
12506              them more meaningful names. Also fix a harmless bug where the wrong
12507              filehandles are closed (A+B rather than U+A)
12508      Branch: perl
12509            ! t/TEST
12510 ____________________________________________________________________________
12511 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
12512         Log: Document the unportability of atan2() edge cases
12513              and remove unportable tests (by Steve Peters)
12514      Branch: perl
12515            ! pod/perlport.pod t/op/exp.t
12516 ____________________________________________________________________________
12517 [ 24387] By: davem                                 on 2005/05/04  20:30:00
12518         Log: add test for [perl #34682] leaving eval via last in inner runops
12519      Branch: perl
12520            ! t/op/eval.t
12521 ____________________________________________________________________________
12522 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
12523         Log: Fix test numerotation
12524      Branch: perl
12525            ! t/op/goto.t
12526 ____________________________________________________________________________
12527 [ 24385] By: davem                                 on 2005/05/04  15:52:11
12528         Log: make goto.t use test.pl, strict and warnings
12529      Branch: perl
12530            ! t/op/goto.t
12531 ____________________________________________________________________________
12532 [ 24384] By: davem                                 on 2005/05/04  14:01:40
12533         Log: SEGV when next is followed by a goto
12534              
12535              next and redo didn't restore PL_curcop
12536      Branch: perl
12537            ! pp_ctl.c t/op/goto.t
12538 ____________________________________________________________________________
12539 [ 24383] By: ams                                   on 2005/05/04  12:12:30
12540         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
12541              From: Offer Kaye <offer.kaye@gmail.com>
12542              Date: Wed, 4 May 2005 15:10:37 +0300
12543              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
12544      Branch: perl
12545            ! pod/perlvar.pod
12546 ____________________________________________________________________________
12547 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
12548         Log: Sync synopses
12549      Branch: perl
12550            ! pod/perl.pod pod/perlrun.pod
12551 ____________________________________________________________________________
12552 [ 24381] By: davem                                 on 2005/05/03  22:10:45
12553         Log: document the internals of exception handling
12554      Branch: perl
12555            ! pod/perlhack.pod
12556 ____________________________________________________________________________
12557 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
12558         Log: Fix getting prototype of builtins mkdir and setpgrp.
12559              Hardcode special exceptions for exec and system, instead
12560              of trying to be clever and failing.
12561      Branch: perl
12562            ! opcode.h opcode.pl pp.c t/op/cproto.t
12563 ____________________________________________________________________________
12564 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
12565         Log: Error in the latest FindBin patch, noticed by Nicholas
12566      Branch: perl
12567            ! lib/FindBin.pm
12568 ____________________________________________________________________________
12569 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
12570         Log: mkdir without arguments now defaults to $_
12571      Branch: perl
12572            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
12573 ____________________________________________________________________________
12574 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
12575         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
12576              (The latter gives more diagnostics in the case of failure)
12577      Branch: perl
12578            ! t/op/exp.t
12579 ____________________________________________________________________________
12580 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
12581         Log: Convert to test.pl
12582      Branch: perl
12583            ! t/op/mkdir.t
12584 ____________________________________________________________________________
12585 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
12586         Log: Fix for [perl #34252] Access rights in FindBin::Bin
12587              At least on my platform, Cwd::getcwd doesn't find the current
12588              directory if it has no access to it. Try harder with Cwd::cwd.
12589      Branch: perl
12590            ! lib/FindBin.pm
12591 ____________________________________________________________________________
12592 [ 24374] By: steveh                                on 2005/05/03  08:51:24
12593         Log: Fix croak() and confess() so that they don't clobber $!
12594              (plus tests to check this)
12595      Branch: perl
12596            ! lib/Carp.pm lib/Carp.t
12597 ____________________________________________________________________________
12598 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
12599         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
12600      Branch: perl
12601            ! perl.c
12602 ____________________________________________________________________________
12603 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
12604         Log: Subject: [perl #33809] optimize macro dXSARGS 
12605              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
12606              Date: 17 Jan 2005 09:02:33 -0000
12607              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
12608      Branch: perl
12609            ! XSUB.h pod/perlapi.pod universal.c
12610 ____________________________________________________________________________
12611 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
12612         Log: Subject: [PATCH] IEEE math for the masses
12613              From: Steve Peters <steve@fisharerojo.org>
12614              Date: Fri, 15 Apr 2005 09:10:54 -0500
12615              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
12616              
12617              (tests added to t/op/exp.t)
12618      Branch: perl
12619            ! pp.c t/op/exp.t
12620 ____________________________________________________________________________
12621 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
12622         Log: Convert to test.pl
12623      Branch: perl
12624            ! t/op/exp.t
12625 ____________________________________________________________________________
12626 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
12627         Log: A slightly better layout for the diagram.
12628      Branch: perl
12629            ! ext/B/B.pm
12630 ____________________________________________________________________________
12631 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
12632         Log: Clarify the definition of the 'w' pack format, as suggested by
12633              Alexey Toptygin.
12634      Branch: perl
12635            ! pod/perlfunc.pod
12636 ____________________________________________________________________________
12637 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
12638         Log: For perls where pids and ppids are cached, when the ppid of
12639              the perl process becomes 1, refresh the ppid cache (this may
12640              indicate that the parent process has died.)
12641      Branch: perl
12642            ! pp_sys.c
12643 ____________________________________________________________________________
12644 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
12645         Log: Change inheritance hierarchy of B subclassses :
12646              
12647              Subject: @B::NV::ISA = 'B::IV';
12648              From: Nicholas Clark <nick@ccl4.org>
12649              Date: Wed, 27 Apr 2005 14:57:51 +0100
12650              Message-ID: <20050427135750.GD94420@plum.flirble.org>
12651      Branch: perl
12652            ! ext/B/B.pm
12653 ____________________________________________________________________________
12654 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
12655         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
12656              From: Andy Lester <andy@petdance.com>
12657              Date: Sun, 1 May 2005 15:07:55 -0500
12658              Message-ID: <20050501200755.GA30259@petdance.com>
12659      Branch: perl
12660            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
12661            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
12662 ____________________________________________________________________________
12663 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
12664         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
12665              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
12666              Date: Wed, 3 Nov 2004 16:38:01 +0100
12667              Message-ID: <20041103163801.6839be30@valis.local>
12668      Branch: perl
12669            ! ext/Data/Dumper/Dumper.pm
12670 ____________________________________________________________________________
12671 [ 24363] By: davem                                 on 2005/05/02  14:27:20
12672         Log: Better fix for #8738  (Core dump in 'leavetry')
12673              When in an inner runops loop (eg via a tie or sort), an eval
12674              needs a new JMPENV pushing by S_docatch. If an exception is raised,
12675              control is returned to S_docatch, and it must determine whether
12676              the eval that trapped the exception is an inner eval or an outer
12677              one. In the former case, restart the loop, in the latter case,
12678              rethrow the exception. This is determined by whether we are still
12679              at the same PL_curstackinfo level. This fails in the case of
12680              SPLICE(), which pushes a new SETJMP and runops level, but not a
12681              new stackinfo level. There may be other code which does similar.
12682              The solution is to store the current calue of PL_top_env in each
12683              pushed CxEVAL, and see if it's still the same as PL_top_env when
12684              the exception is handled.
12685      Branch: perl
12686            ! cop.h pp_ctl.c
12687 ____________________________________________________________________________
12688 [ 24362] By: davem                                 on 2005/05/02  13:51:42
12689         Log: Revert change #15705 (Core dump in 'leavetry')
12690              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
12691              and reintroduces an eval optimisation for innter runops levels
12692      Branch: perl
12693            ! pp_ctl.c
12694 ____________________________________________________________________________
12695 [ 24361] By: davem                                 on 2005/05/02  13:29:17
12696         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
12697              so that a JMPENV* entry can be added to struct block_eval
12698      Branch: perl
12699            ! cop.h scope.h
12700 ____________________________________________________________________________
12701 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
12702         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
12703      Branch: perl
12704            ! lib/base.pm
12705 ____________________________________________________________________________
12706 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
12707         Log: Subject: [PATCH] undo pod utilities regression in 24034
12708              From: "Craig A. Berry" <craigberry@mac.com>
12709              Date: Fri, 29 Apr 2005 17:22:48 -0500
12710              Message-ID: <4272B3B8.6030603@mac.com>
12711      Branch: perl
12712            ! pod/pod2usage.PL pod/podselect.PL
12713 ____________________________________________________________________________
12714 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
12715         Log: Subject: [PATCH] uninitialized warnings in regcomp
12716              From: Steven Philip Schubiger <steven@accognoscere.org>
12717              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
12718              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
12719      Branch: perl
12720            ! regcomp.c
12721 ____________________________________________________________________________
12722 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
12723         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
12724              Should this be a panic: ?
12725      Branch: perl
12726            ! sv.c
12727 ____________________________________________________________________________
12728 [ 24355] By: merijn                                on 2005/04/29  15:32:17
12729         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
12730              unintendedly removed by patch #23435
12731      Branch: perl
12732            ! config_h.SH
12733 ____________________________________________________________________________
12734 [ 24354] By: merijn                                on 2005/04/29  13:59:36
12735         Log: Subject: [PATCH] Small patch to perlport.pod
12736              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
12737              Date: Thu, 28 Apr 2005 02:24:04 +0200
12738              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
12739      Branch: perl
12740            ! pod/perlport.pod
12741 ____________________________________________________________________________
12742 [ 24353] By: steveh                                on 2005/04/29  09:07:19
12743         Log: Subject: [PATCH] one cannot "static" exported functions
12744              From: <jarkko.hietaniemi@nokia.com>
12745              Date: Fri, 29 Apr 2005 11:02:01 +0300
12746              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
12747      Branch: perl
12748            ! perlio.c
12749 ____________________________________________________________________________
12750 [ 24352] By: steveh                                on 2005/04/29  08:24:50
12751         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
12752              (rather than when PERL_IMPLICIT_SYS is defined)
12753      Branch: perl
12754            ! makedef.pl
12755 ____________________________________________________________________________
12756 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
12757         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
12758      Branch: perl
12759            ! sv.c
12760 ____________________________________________________________________________
12761 [ 24350] By: steveh                                on 2005/04/28  16:42:13
12762         Log: Subject: (in blead) a missing const in a prototype
12763              From: <jarkko.hietaniemi@nokia.com>
12764              Date: Wed, 27 Apr 2005 17:35:27 +0300
12765              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
12766      Branch: perl
12767            ! embed.fnc proto.h
12768 ____________________________________________________________________________
12769 [ 24349] By: steveh                                on 2005/04/28  16:38:51
12770         Log: Silence a compilation warning on Win32
12771      Branch: perl
12772            ! pp.c
12773 ____________________________________________________________________________
12774 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
12775         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
12776              becase there's a lot of code around that calls SvOOK_off(), memmov()s
12777              the buffer, then promptly free()s it. So avoid the needless memmov().
12778      Branch: perl
12779            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
12780 ____________________________________________________________________________
12781 [ 24347] By: steveh                                on 2005/04/28  11:13:55
12782         Log: Remove temporary clean-up from Win32 makefiles
12783              
12784              Change 22501 temporarily added some clean-up to the Win32 makefiles
12785              which was only meant to stay until cpan rt #5616 was fixed.  It is
12786              now fixed (in EU-MM 6.22, which in turn has been in blead for a
12787              while now), so these hacks are no longer required.
12788              
12789              This change is also good for maint, which currently contains EU-MM
12790              6.17, which didn't create the blibdirs.exists files in question
12791              anyway.
12792      Branch: perl
12793            ! win32/Makefile win32/makefile.mk
12794 ____________________________________________________________________________
12795 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
12796         Log: Remove confusing punctuation
12797              (spotted by David Rigaudiere)
12798      Branch: perl
12799            ! pod/perlvar.pod
12800 ____________________________________________________________________________
12801 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
12802         Log: Calling sv_backoff() on something that's about to be free()d will
12803              memmov() memory that's about to be freed. Seems wasteful.
12804      Branch: perl
12805            ! sv.c
12806 ____________________________________________________________________________
12807 [ 24341] By: steveh                                on 2005/04/28  08:44:28
12808         Log: Fix perlsio_binmode() export breakage caused by change #24338
12809              
12810              Define and export perlsio_binmode() based on the same condition,
12811              namely, that USE_PERLIO is defined and USE_SFIO is not.
12812      Branch: perl
12813            ! makedef.pl perlio.c
12814 ____________________________________________________________________________
12815 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
12816         Log: The if() clause is the wrong way round, so OOK can never be true in
12817              this case. Given that OOK is never undone, we could never have been
12818              correctly upgrading a PV with OOK to HV or AV. I believe that only
12819              SVt_NULL is the only type ever upgraded to HV or AV.
12820      Branch: perl
12821            ! sv.c
12822 ____________________________________________________________________________
12823 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
12824         Log: A couple of warning fixes by Gisle
12825      Branch: perl
12826            ! pp.c pp_sys.c
12827 ____________________________________________________________________________
12828 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
12829         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
12830              From: Andy Lester <andy@petdance.com>
12831              Date: Wed, 27 Apr 2005 10:02:43 -0500
12832              Message-ID: <20050427150243.GA21883@petdance.com>
12833      Branch: perl
12834            ! perl.c perlio.c perlio.h perliol.h
12835 ____________________________________________________________________________
12836 [ 24334] By: steveh                                on 2005/04/27  08:35:40
12837         Log: Subject: Win32 MM test fix
12838              From: Michael G Schwern <schwern@pobox.com>
12839              Date: Mon, 18 Apr 2005 14:30:19 -0700
12840              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
12841              
12842              Subject: Re: Win32 MM test fix
12843              From: demerphq <demerphq@gmail.com>
12844              Date: Tue, 19 Apr 2005 00:57:59 +0200
12845              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
12846      Branch: perl
12847            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12848 ____________________________________________________________________________
12849 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
12850         Log: Subject: [PATCH] XS() __attribute__
12851              From: Andy Lester <andy@petdance.com>
12852              Date: Fri, 22 Apr 2005 17:39:47 -0500
12853              Message-ID: <20050422223947.GA4681@petdance.com>
12854      Branch: perl
12855            ! XSUB.h universal.c xsutils.c
12856 ____________________________________________________________________________
12857 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
12858         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
12859              From: Andy Lester <andy@petdance.com>
12860              Date: Mon, 25 Apr 2005 17:56:51 -0500
12861              Message-ID: <20050425225651.GB17271@petdance.com>
12862      Branch: perl
12863            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
12864 ____________________________________________________________________________
12865 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
12866         Log: Upgrade to CGI.pm 3.08
12867      Branch: perl
12868            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
12869            ! lib/CGI/Pretty.pm
12870 ____________________________________________________________________________
12871 [ 24325] By: merijn                                on 2005/04/26  11:28:42
12872         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
12873              Date: Tue, 26 Apr 2005 12:22:12 +0300
12874              From: <jarkko.hietaniemi@nokia.com>
12875              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
12876              From: Steve Hay <steve.hay@uk.radan.com>
12877              Message-ID: <426E11A3.8070002@uk.radan.com>
12878      Branch: perl
12879            ! ext/Storable/Storable.xs
12880 ____________________________________________________________________________
12881 [ 24321] By: steveh                                on 2005/04/25  13:09:57
12882         Log: Update location to fetch dmake from in README.win32
12883              
12884              Use the generic search.cpan.org URL so that the latest version is
12885              always found
12886      Branch: perl
12887            ! README.win32
12888 ____________________________________________________________________________
12889 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
12890         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
12891              From: demerphq <demerphq@gmail.com>
12892              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
12893              Date: Sun, 24 Apr 2005 21:35:35 +0200
12894      Branch: perl
12895            ! lib/unicore/README.perl lib/unicore/mktables
12896            ! lib/unicore/mktables.lst
12897 ____________________________________________________________________________
12898 [ 24319] By: steveh                                on 2005/04/25  11:05:24
12899         Log: Provide $Config{libswanted_uselargefiles} on Win32
12900              
12901              This fixes some test failures introduced by change 24271.
12902      Branch: perl
12903            ! win32/config.bc win32/config.gc win32/config.vc
12904            ! win32/config.vc64
12905 ____________________________________________________________________________
12906 [ 24318] By: steveh                                on 2005/04/25  07:47:11
12907         Log: Subject: [PATCH] combopatch
12908              From: Jarkko Hietaniemi <jhi@iki.fi>
12909              Date: Sun, 24 Apr 2005 22:58:15 +0300
12910              Message-ID: <426BFA57.9060105@iki.fi>
12911      Branch: perl
12912            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
12913            ! proto.h toke.c util.c
12914 ____________________________________________________________________________
12915 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
12916         Log: Fix typo, noticed by Randal Schwartz
12917      Branch: perl
12918            ! pod/perlfunc.pod
12919 ____________________________________________________________________________
12920 [ 24316] By: ams                                   on 2005/04/25  01:36:38
12921         Log: Add STORABLE_attach hook (Adam Kennedy).
12922      Branch: perl
12923            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
12924            + ext/Storable/t/attach_singleton.t
12925            + ext/Storable/t/circular_hook.t
12926            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
12927            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12928 ____________________________________________________________________________
12929 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
12930         Log: Add files missing in 24314
12931      Branch: perl
12932            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
12933            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
12934            + lib/Test/Harness/t/version.t
12935 ____________________________________________________________________________
12936 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
12937         Log: Upgrade to Test::Harness 2.48
12938      Branch: perl
12939            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12940            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
12941            ! lib/Test/Harness/t/00compile.t
12942            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12943            ! t/lib/sample-tests/skip
12944 ____________________________________________________________________________
12945 [ 24313] By: merijn                                on 2005/04/24  11:52:03
12946         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
12947              From: Steve Peters <steve@fisharerojo.org>
12948              Date: Sat, 23 Apr 2005 22:37:48 -0500
12949              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
12950      Branch: perl
12951            ! Configure
12952 ____________________________________________________________________________
12953 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
12954         Log: Add %patchlevel hash to Module::CoreList
12955      Branch: perl
12956            ! lib/Module/CoreList.pm
12957 ____________________________________________________________________________
12958 [ 24310] By: merijn                                on 2005/04/24  09:12:37
12959         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
12960              From: "Craig A. Berry" <craigberry@mac.com>
12961              Date: Sat, 23 Apr 2005 18:25:52 -0500
12962              Message-ID: <426AD980.2010801@mac.com>
12963      Branch: perl
12964            ! lib/Time/Local.t
12965 ____________________________________________________________________________
12966 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
12967         Log: Variable declarations can't come after statements in C89.
12968      Branch: perl
12969            ! util.c
12970 ____________________________________________________________________________
12971 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
12972         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
12973              reducing embed.h by about 10%.
12974      Branch: perl
12975            ! embed.h embed.pl
12976 ____________________________________________________________________________
12977 [ 24307] By: davem                                 on 2005/04/23  13:56:18
12978         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
12979              From:  Steve Peters <steve@fisharerojo.org>
12980              Date:  Fri, 22 Apr 2005 22:36:03 -0500
12981              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
12982              
12983              localtime() can return null
12984      Branch: perl
12985            ! util.c
12986 ____________________________________________________________________________
12987 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
12988         Log: Convert to test.pl
12989      Branch: perl
12990            ! t/op/substr.t
12991 ____________________________________________________________________________
12992 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
12993         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
12994              From: "Craig A. Berry" <craigberry@mac.com>
12995              Message-ID: <42692501.6090809@mac.com>
12996              Date: Fri, 22 Apr 2005 11:23:29 -0500
12997      Branch: perl
12998            ! t/uni/class.t
12999 ____________________________________________________________________________
13000 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
13001         Log: Patch by Yves Orton to accept several options on the corelist(1)
13002              command-line. Plus POD nits.
13003      Branch: perl
13004            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
13005 ____________________________________________________________________________
13006 [ 24290] By: steveh                                on 2005/04/22  13:51:47
13007         Log: Fix last remaining Win32 linker error following change 24271
13008              
13009              (Supplied by Jarkko in a makedef.pl that was omitted from the
13010              aforementioned change)
13011      Branch: perl
13012            ! makedef.pl
13013 ____________________________________________________________________________
13014 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
13015         Log: There's no point listing '-f' in --help output
13016              when perl isn't built with USE_SITECUSTOMIZE, since it might
13017              confuse users about $sitelib/sitecustomize.pl being sourced
13018              at startup.
13019      Branch: perl
13020            ! perl.c
13021 ____________________________________________________________________________
13022 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
13023         Log: For now, TODO the 2 tests that fail on 5.8.x
13024      Branch: perl
13025            ! ext/B/t/optree_specials.t
13026 ____________________________________________________________________________
13027 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
13028         Log: -A wasn't listed in the --help output
13029      Branch: perl
13030            ! perl.c
13031 ____________________________________________________________________________
13032 [ 24280] By: steveh                                on 2005/04/22  09:59:54
13033         Log: Fix more Win32 linker errors following change 24271
13034              
13035              This clears up problems with Perl_free_global_struct and
13036              Perl_init_global_struct
13037      Branch: perl
13038            ! embed.fnc embed.h global.sym makedef.pl proto.h
13039 ____________________________________________________________________________
13040 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
13041         Log: Subject: [PATCH] pp_pack.c warning quieting
13042              From: Andy Lester <andy@petdance.com>
13043              Date: Thu, 21 Apr 2005 11:33:13 -0500
13044              Message-ID: <20050421163313.GA20930@petdance.com>
13045      Branch: perl
13046            ! pp_pack.c
13047 ____________________________________________________________________________
13048 [ 24278] By: steveh                                on 2005/04/22  08:59:58
13049         Log: Fix Win32 linker errors following change 24271
13050              
13051              This clears up "unresolved external" errors for the following symbols:
13052              
13053              PL_watch_pvx
13054              Perl_Gappctx_ptr
13055              Perl_Gmmap_page_size_ptr
13056              Perl_Gsig_defaulting_ptr
13057              Perl_Gsig_handlers_initted_ptr
13058              Perl_Gsig_ignoring_ptr
13059              Perl_Gsig_sv_ptr
13060              Perl_Gtimesbase_ptr
13061              Perl_Gwatch_pvx_ptr
13062      Branch: perl
13063            ! makedef.pl
13064 ____________________________________________________________________________
13065 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
13066         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
13067              From: Steve Peters <steve@fisharerojo.org>
13068              Date: Thu, 21 Apr 2005 18:55:47 -0500
13069              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
13070      Branch: perl
13071            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13072            ! sv.h
13073 ____________________________________________________________________________
13074 [ 24276] By: steveh                                on 2005/04/22  08:13:01
13075         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
13076      Branch: perl
13077            ! pp_sys.c
13078 ____________________________________________________________________________
13079 [ 24275] By: davem                                 on 2005/04/21  21:30:11
13080         Log: Sigh - really bump Text::Wrap version number this time.
13081      Branch: perl
13082            ! lib/Text/Wrap.pm
13083 ____________________________________________________________________________
13084 [ 24274] By: davem                                 on 2005/04/21  21:27:15
13085         Log: bump version number in Text::Wrap after change #24273
13086      Branch: perl
13087            ! lib/Text/Wrap.pm
13088 ____________________________________________________________________________
13089 [ 24273] By: davem                                 on 2005/04/21  21:22:54
13090         Log: Text::Wrap::wrap() fails with non-space separator
13091      Branch: perl
13092            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
13093 ____________________________________________________________________________
13094 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
13095         Log: Subject: [PATCH] Symbian port of Perl
13096              From: <jarkko.hietaniemi@nokia.com>
13097              Date: Mon, 18 Apr 2005 13:18:30 +0300
13098              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
13099      Branch: perl
13100            + README.symbian ext/DynaLoader/dl_symbian.xs
13101            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
13102            + symbian/PerlApp.rss symbian/PerlAppAif.rss
13103            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
13104            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
13105            + symbian/TODO symbian/bld.inf symbian/config.pl
13106            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
13107            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
13108            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
13109            + symbian/symbian_proto.h symbian/symbian_stubs.c
13110            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
13111            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
13112            + symbian/xsbuild.pl
13113            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
13114            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
13115            ! embed.h embed.pl embedvar.h ext/B/B.xs
13116            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
13117            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13118            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
13119            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
13120            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13121            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
13122            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
13123            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
13124            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
13125            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
13126            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
13127            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
13128            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
13129            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
13130            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
13131            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
13132            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
13133            ! win32/makefile.mk win32/win32io.c xsutils.c
13134 ____________________________________________________________________________
13135 [ 24270] By: davem                                 on 2005/04/21  15:36:14
13136         Log: substr uses utf8 length cache incorrectly
13137      Branch: perl
13138            ! sv.c t/op/substr.t
13139 ____________________________________________________________________________
13140 [ 24269] By: davem                                 on 2005/04/21  00:13:14
13141         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
13142              From:  Andy Lester <andy@petdance.com>
13143              Date:  Wed, 13 Apr 2005 21:06:01 -0500
13144              Message-Id:  <20050414020601.GA21346@petdance.com>
13145              
13146              add 'const', and remove extraneous code, from pp_concat
13147      Branch: perl
13148            ! pp_hot.c t/op/concat.t
13149 ____________________________________________________________________________
13150 [ 24268] By: davem                                 on 2005/04/20  23:56:18
13151         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
13152              From:  David Dyck <david.dyck@fluke.com>
13153              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
13154              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
13155              
13156              fix nits in change #24264:
13157              some preprocessors don't like #ifdefs within a macro's args;
13158              also removed duplicate semicolons from macro definitions.
13159      Branch: perl
13160            ! perl.h
13161 ____________________________________________________________________________
13162 [ 24267] By: davem                                 on 2005/04/20  23:35:54
13163         Log: In change 24266 I failed to actually change anything. Sigh.
13164      Branch: perl
13165            ! ext/Sys/Syslog/Syslog.pm
13166 ____________________________________________________________________________
13167 [ 24266] By: davem                                 on 2005/04/20  23:32:04
13168         Log: change misleading syslog() example
13169      Branch: perl
13170            ! ext/Sys/Syslog/Syslog.pm
13171 ____________________________________________________________________________
13172 [ 24265] By: davem                                 on 2005/04/20  21:47:40
13173         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
13174              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
13175              Date:  20 Apr 2005 19:28:14 -0000
13176              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
13177              
13178              improved version of change 21842 that copes with glob DB::sub
13179              existing but &DB::sub not existing.
13180      Branch: perl
13181            ! mg.c pp_ctl.c t/op/caller.t
13182 ____________________________________________________________________________
13183 [ 24264] By: davem                                 on 2005/04/20  21:32:23
13184         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
13185              From:  Andy Lester <andy@petdance.com>
13186              Date:  Wed, 20 Apr 2005 15:09:24 -0500
13187              Message-Id:  <20050420200923.GA3017@petdance.com>
13188              
13189              The MGVTBL structures contain 7 function pointers, but only 5 were
13190              getting initialized. Plus, there were repeated lists between
13191              declaration and definition; add a macro to declare or define
13192              all the global MGVTBLs as appropriate.
13193      Branch: perl
13194            ! perl.h
13195 ____________________________________________________________________________
13196 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
13197         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
13198              From: Steve Peters <steve@fisharerojo.org>
13199              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
13200              Date: Wed, 20 Apr 2005 06:27:20 -0500
13201      Branch: perl
13202            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
13203 ____________________________________________________________________________
13204 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
13205         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
13206      Branch: perl
13207            ! sv.c
13208 ____________________________________________________________________________
13209 [ 24257] By: davem                                 on 2005/04/19  23:47:38
13210         Log: run regen_headers after addition of FOO_set() macros
13211      Branch: perl
13212            ! ext/ByteLoader/byterun.c
13213 ____________________________________________________________________________
13214 [ 24256] By: davem                                 on 2005/04/19  23:43:54
13215         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
13216              From:  Andy Lester <andy@petdance.com>
13217              Date:  Tue, 19 Apr 2005 11:38:44 -0500
13218              Message-Id:  <20050419163844.GA19747@petdance.com>
13219      Branch: perl
13220            ! embed.fnc embed.h pad.c pad.h proto.h
13221 ____________________________________________________________________________
13222 [ 24255] By: davem                                 on 2005/04/19  23:31:52
13223         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
13224      Branch: perl
13225            ! op.c
13226 ____________________________________________________________________________
13227 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
13228         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
13229      Branch: perl
13230            ! sv.c
13231 ____________________________________________________________________________
13232 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
13233         Log: Restore SvEND_se
13234      Branch: perl
13235            ! sv.h
13236 ____________________________________________________________________________
13237 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
13238         Log: Force RVALUE macros when in PERL_DEBUG_COW
13239      Branch: perl
13240            ! ext/ByteLoader/byterun.c sv.c sv.h
13241 ____________________________________________________________________________
13242 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
13243         Log: Avoid generating thousands of UTF-8 warnings when testing under a
13244              UTF-8 locale
13245      Branch: perl
13246            ! t/op/pack.t
13247 ____________________________________________________________________________
13248 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
13249         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
13250              valid C code
13251      Branch: perl
13252            ! perl.h
13253 ____________________________________________________________________________
13254 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
13255         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
13256              From: Steve Peters <steve@fisharerojo.org>
13257              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
13258              Date: Mon, 18 Apr 2005 19:09:25 -0500
13259      Branch: perl
13260            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
13261            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
13262            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13263            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13264            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
13265            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
13266            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
13267            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
13268            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
13269            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
13270            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
13271            ! scope.c sv.c sv.h toke.c
13272 ____________________________________________________________________________
13273 [ 24247] By: davem                                 on 2005/04/19  01:38:54
13274         Log: Add CLONE_SKIP() class method to allow individual classes to skip
13275              cloning objects during thread creation
13276      Branch: perl
13277            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
13278 ____________________________________________________________________________
13279 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
13280         Log: PERL_DEBUG_COW for SvUVX and SvPVX
13281      Branch: perl
13282            ! ext/DynaLoader/dl_dyld.xs sv.h
13283 ____________________________________________________________________________
13284 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
13285         Log: SvPV_renew also calls SvLEN_set
13286              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
13287              For Ponie this can be a single call into the PMC
13288      Branch: perl
13289            ! pp_hot.c pp_sys.c sv.h toke.c
13290 ____________________________________________________________________________
13291 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
13292         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
13293              SvPVX
13294      Branch: perl
13295            ! pp_hot.c pp_sys.c sv.h toke.c
13296 ____________________________________________________________________________
13297 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
13298         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
13299      Branch: perl
13300            ! handy.h
13301 ____________________________________________________________________________
13302 [ 24242] By: steveh                                on 2005/04/18  16:04:20
13303         Log: Fix bug #33664: allow for transport providers with protocol == 0
13304              
13305              (This indicates that any protocol may be used, so don't bother checking
13306              that the requested protocol matches in this case.)
13307      Branch: perl
13308            ! win32/win32sck.c
13309 ____________________________________________________________________________
13310 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
13311         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
13312      Branch: perl
13313            ! pp_hot.c
13314 ____________________________________________________________________________
13315 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
13316         Log: Two more uses of lvalue SvIVX()
13317      Branch: perl
13318            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
13319 ____________________________________________________________________________
13320 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
13321         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
13322              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
13323              From: Steve Peters <steve@fisharerojo.org>
13324              Date: Sat, 16 Apr 2005 11:05:02 -0500
13325              
13326              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
13327      Branch: perl
13328            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
13329            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
13330            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
13331 ____________________________________________________________________________
13332 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
13333         Log: Update the outdated info in "Minimizing the Perl installation"
13334      Branch: perl
13335            ! INSTALL
13336 ____________________________________________________________________________
13337 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
13338         Log: Fix for:
13339              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
13340              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
13341              Date: 12 Apr 2005 19:12:58 -0000
13342              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
13343              
13344              This syntax error now produces a panic message.
13345      Branch: perl
13346            ! op.c
13347 ____________________________________________________________________________
13348 [ 24236] By: merijn                                on 2005/04/13  15:10:24
13349         Log: Subject: [PATCH] Removing yydestruct from perly.c
13350              From: Andy Lester <andy@petdance.com>
13351              Date: Wed, 13 Apr 2005 10:06:47 -0500
13352              Message-ID: <20050413150647.GA13464@petdance.com>
13353      Branch: perl
13354            ! perly.c
13355 ____________________________________________________________________________
13356 [ 24235] By: merijn                                on 2005/04/13  14:51:00
13357         Log: Mandrakesoft is now Mandriva
13358      Branch: perl
13359            ! AUTHORS
13360 ____________________________________________________________________________
13361 [ 24234] By: merijn                                on 2005/04/13  14:41:20
13362         Log: H.Merijn changed e-mail
13363      Branch: perl
13364            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
13365            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
13366 ____________________________________________________________________________
13367 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
13368         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
13369              From: Robin Barker <Robin.Barker@npl.co.uk>
13370              Date: Tue, 12 Apr 2005 18:53:32 +0100
13371              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
13372      Branch: perl
13373            ! perly.c regcomp.c regexec.c toke.c
13374 ____________________________________________________________________________
13375 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
13376         Log: Upgrade to ExtUtils::MakeMaker 6.28
13377      Branch: perl
13378            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
13379            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
13380            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
13381            ! lib/ExtUtils/Manifest.pm
13382 ____________________________________________________________________________
13383 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
13384         Log: Upgrade to Encode 2.0902
13385      Branch: perl
13386            + ext/Encode/t/utf8strict.t
13387            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13388            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
13389            ! ext/Encode/MANIFEST ext/Encode/META.yml
13390            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
13391            ! ext/Encode/t/fallback.t
13392 ____________________________________________________________________________
13393 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
13394         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
13395              Plus add an editor block
13396      Branch: perl
13397            ! op.c
13398 ____________________________________________________________________________
13399 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
13400         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
13401              From: Steve Peters <steve@fisharerojo.org>
13402              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
13403              Date: Sun, 10 Apr 2005 21:37:36 -0500
13404              
13405              (with correction to SvUV_set)
13406      Branch: perl
13407            ! ext/List/Util/Util.xs sv.c sv.h
13408 ____________________________________________________________________________
13409 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
13410         Log: Avoid taking a reference to SvIVX and putting that address on the
13411              save stack
13412      Branch: perl
13413            ! perl.c pp_ctl.c pp_hot.c
13414 ____________________________________________________________________________
13415 [ 24227] By: steveh                                on 2005/04/11  10:39:59
13416         Log: Support d_libm_lib_version for Win32 (see change 24217)
13417      Branch: perl
13418            ! win32/config.bc win32/config.gc win32/config.vc
13419            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
13420            ! win32/config_H.vc win32/config_H.vc64
13421 ____________________________________________________________________________
13422 [ 24226] By: merijn                                on 2005/04/11  10:09:06
13423         Log: Out of sync metaunit caused the erroneous return of the
13424              removed d_sitecustomize. Mea Culpa.
13425      Branch: perl
13426            ! Configure
13427 ____________________________________________________________________________
13428 [ 24225] By: steveh                                on 2005/04/11  09:39:40
13429         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
13430      Branch: perl
13431            ! win32/Makefile win32/makefile.mk
13432 ____________________________________________________________________________
13433 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
13434         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
13435              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
13436              Date: Fri, 8 Apr 2005 15:28:28 -0300
13437              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
13438      Branch: perl
13439            ! pod/perlfunc.pod
13440 ____________________________________________________________________________
13441 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
13442         Log: Make the four-argument form of select() return undef
13443              instead of -1 on error.
13444      Branch: perl
13445            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
13446 ____________________________________________________________________________
13447 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
13448         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
13449      Branch: perl
13450            ! win32/Makefile win32/makefile.mk
13451 ____________________________________________________________________________
13452 [ 24221] By: merijn                                on 2005/04/11  06:06:13
13453         Log: Subject: Re: New Configure functionality
13454              From: Abe Timmerman <abe@ztreet.demon.nl>
13455              Date: Sun, 10 Apr 2005 22:19:28 +0200
13456              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
13457      Branch: perl
13458            ! configure.com
13459 ____________________________________________________________________________
13460 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
13461         Log: POD typo.
13462      Branch: perl
13463            ! lib/Module/CoreList.pm
13464 ____________________________________________________________________________
13465 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
13466         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
13467              5.00{0,1,2}. Upgrade version number.
13468      Branch: perl
13469            ! lib/Module/CoreList.pm
13470 ____________________________________________________________________________
13471 [ 24218] By: merijn                                on 2005/04/10  18:00:05
13472         Log: Sorting still is a mess. This is better.
13473      Branch: perl
13474            ! config_h.SH
13475 ____________________________________________________________________________
13476 [ 24217] By: merijn                                on 2005/04/10  17:08:36
13477         Log: Configure now probes for _LIB_VERSION support in math.h/libm
13478              LIBM_LIB_VERSION is defined if it does
13479      Branch: perl
13480            ! Configure Porting/config_H config_h.SH handy.h
13481 ____________________________________________________________________________
13482 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
13483         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
13484      Branch: perl
13485            ! pod/perldiag.pod pp_hot.c
13486 ____________________________________________________________________________
13487 [ 24214] By: merijn                                on 2005/04/10  09:14:06
13488         Log: Subject: [PATCH] usesitecustomize for VMS
13489              From: "Craig A. Berry" <craigberry@mac.com>
13490              Date: Sat, 09 Apr 2005 15:58:43 -0500
13491              Message-ID: <42584203.2090405@mac.com>
13492      Branch: perl
13493            ! configure.com
13494 ____________________________________________________________________________
13495 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
13496         Log: Mangle the expected output correctly for both 5.9 and 5.8
13497      Branch: perl
13498            ! ext/B/t/stash.t
13499 ____________________________________________________________________________
13500 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
13501         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
13502              From: Michael G Schwern <schwern@pobox.com>
13503              Date: Thu, 7 Apr 2005 15:15:00 -0700
13504              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
13505              
13506              Fix duplicate target warnings
13507      Branch: perl
13508            ! lib/ExtUtils/MM_Any.pm
13509 ____________________________________________________________________________
13510 [ 24211] By: merijn                                on 2005/04/08  14:22:05
13511         Log: The last remains of d_sitecustomize
13512      Branch: perl
13513            ! Porting/config.sh
13514 ____________________________________________________________________________
13515 [ 24210] By: merijn                                on 2005/04/08  14:16:59
13516         Log: now usesitecustomize is used more generic
13517      Branch: perl
13518            ! config_h.SH
13519 ____________________________________________________________________________
13520 [ 24209] By: steveh                                on 2005/04/08  14:15:14
13521         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
13522              From: Steven Schubiger <steven@accognoscere.org>
13523              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
13524              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
13525              
13526              (with arguments changed to match perlfunc.pod)
13527      Branch: perl
13528            ! pod/perlport.pod
13529 ____________________________________________________________________________
13530 [ 24208] By: merijn                                on 2005/04/08  14:12:54
13531         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
13532      Branch: perl
13533            ! Configure
13534 ____________________________________________________________________________
13535 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
13536         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
13537      Branch: perl
13538            ! pad.c sv.h
13539 ____________________________________________________________________________
13540 [ 24205] By: merijn                                on 2005/04/08  12:18:42
13541         Log: Subject: [PATCH] Removing Y2K warnings
13542              From: Andy Lester <andy@petdance.com>
13543              Date: Thu, 7 Apr 2005 17:44:42 -0500
13544              Message-ID: <20050407224442.GA23895@petdance.com>
13545      Branch: perl
13546            - README.Y2K
13547            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
13548            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
13549            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
13550 ____________________________________________________________________________
13551 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
13552         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
13553              From: Steve Peters <steve@fisharerojo.org>
13554              Date: Thu, 7 Apr 2005 13:51:49 -0500
13555              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
13556      Branch: perl
13557            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
13558            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
13559 ____________________________________________________________________________
13560 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
13561         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
13562              Copy-On-Write related source changes.
13563              Fix the problem this revealed.
13564      Branch: perl
13565            ! sv.c sv.h
13566 ____________________________________________________________________________
13567 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
13568         Log: MM_AIX needs neatvalue
13569      Branch: perl
13570            ! lib/ExtUtils/MM_AIX.pm
13571 ____________________________________________________________________________
13572 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
13573         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
13574              From: Steve Peters <steve@fisharerojo.org>
13575              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
13576              Date: Wed, 6 Apr 2005 18:21:10 -0500
13577      Branch: perl
13578            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
13579            ! toke.c
13580 ____________________________________________________________________________
13581 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
13582         Log: Add perl593delta.pod
13583      Branch: perl
13584            + pod/perl593delta.pod
13585            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
13586            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13587            ! win32/pod.mak
13588 ____________________________________________________________________________
13589 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
13590         Log: Mention that select() returns -1 on error,
13591              as suggested by Hernan Perez Masci
13592      Branch: perl
13593            ! pod/perlfunc.pod
13594 ____________________________________________________________________________
13595 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
13596         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
13597              From: Abigail <abigail@abigail.nl>
13598              Date: Wed, 6 Apr 2005 01:41:55 +0200
13599              Message-ID: <20050405234154.GG8680@abigail.nl>
13600      Branch: perl
13601            ! t/japh/abigail.t
13602 ____________________________________________________________________________
13603 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
13604         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
13605              From: Autrijus Tang <autrijus@autrijus.org>
13606              Date: Wed, 6 Apr 2005 18:17:32 +0800
13607              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
13608      Branch: perl
13609            ! lib/unicore/mktables
13610 ____________________________________________________________________________
13611 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
13612         Log: Subject: perldbtty$$ location
13613              From: Gisle Aas <gisle@ActiveState.com>
13614              Date: 06 Apr 2005 01:49:54 -0700
13615              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
13616              (and remove trailing whitespace)
13617      Branch: perl
13618            ! pod/perldebug.pod
13619 ____________________________________________________________________________
13620 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
13621         Log: Tabs not spaces in MANIFEST
13622      Branch: perl
13623            ! MANIFEST
13624 ____________________________________________________________________________
13625 [ 24187] By: merijn                                on 2005/04/07  08:33:53
13626         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
13627              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
13628              Date: 7 Apr 2005 00:20:31 -0000
13629              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
13630      Branch: perl
13631            ! pod/perlpodspec.pod
13632 ____________________________________________________________________________
13633 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
13634         Log: Upgrade to ExtUtils::MakeMaker 6.27,
13635              plus a patch to restore functioning of 'distclean'
13636              for the perl core
13637      Branch: perl
13638            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
13639            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
13640            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
13641            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
13642            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
13643            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
13644            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
13645            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
13646            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
13647            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13648            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13649            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13650            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
13651            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
13652            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
13653            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
13654            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
13655            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
13656            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
13657            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
13658            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
13659            ! t/lib/MakeMaker/Test/Utils.pm
13660 ____________________________________________________________________________
13661 [ 24178] By: steveh                                on 2005/04/06  15:57:36
13662         Log: Don't try to export symbols that don't exist
13663              
13664              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
13665              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
13666              to keep Win32 happy.
13667      Branch: perl
13668            ! makedef.pl
13669 ____________________________________________________________________________
13670 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
13671         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
13672      Branch: perl
13673            ! reentr.c reentr.h reentr.pl
13674 ____________________________________________________________________________
13675 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
13676         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
13677      Branch: perl
13678            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
13679            ! ext/threads/threads.xs pad.h sv.c
13680 ____________________________________________________________________________
13681 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
13682         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
13683      Branch: perl
13684            ! perl.h
13685 ____________________________________________________________________________
13686 [ 24173] By: merijn                                on 2005/04/06  06:14:51
13687         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
13688              2. Removed the depricated 'my $foo if expr' there
13689      Branch: perl
13690            ! t/TEST
13691 ____________________________________________________________________________
13692 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
13693         Log: D'oh! We were never correctly spotting a modfl prototype
13694      Branch: perl
13695            ! Configure
13696 ____________________________________________________________________________
13697 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
13698         Log: Add casting to allow g++ (3.3.5) to compile the core code.
13699              A C++ compiler produces lots of warnings that are probably valid
13700              concerns to investigate.
13701      Branch: perl
13702            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
13703            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
13704 ____________________________________________________________________________
13705 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
13706         Log: Tests need to skip if there is no Encode configured.
13707      Branch: perl
13708            ! lib/encoding/warnings/t/1-warning.t
13709            ! lib/encoding/warnings/t/2-fatal.t
13710 ____________________________________________________________________________
13711 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
13712         Log: Using savesvpv() here is terser and produces smaller object code.
13713      Branch: perl
13714            ! doio.c
13715 ____________________________________________________________________________
13716 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
13717         Log: Upgrade to Unicode::Normalize 0.32
13718      Branch: perl
13719            ! ext/Unicode/Normalize/Changes
13720            ! ext/Unicode/Normalize/Makefile.PL
13721            ! ext/Unicode/Normalize/Normalize.pm
13722            ! ext/Unicode/Normalize/Normalize.xs
13723            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
13724            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
13725 ____________________________________________________________________________
13726 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
13727         Log: Down with C++ reserved names
13728              (and also function pointer declarations that rely on the C semantics
13729              of ())
13730      Branch: perl
13731            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
13732            ! universal.c
13733 ____________________________________________________________________________
13734 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
13735         Log: Down with potentially incorrect duplicate prototypes
13736      Branch: perl
13737            ! pp_sys.c
13738 ____________________________________________________________________________
13739 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
13740         Log: Down with more K&R prototypes
13741      Branch: perl
13742            ! ext/DynaLoader/dl_dyld.xs
13743 ____________________________________________________________________________
13744 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
13745         Log: Down with unneeded duplicate prototypes
13746      Branch: perl
13747            ! x2p/a2p.c
13748 ____________________________________________________________________________
13749 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
13750         Log: Down with K&R function arguments
13751      Branch: perl
13752            ! ext/Cwd/Cwd.xs
13753 ____________________________________________________________________________
13754 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
13755         Log: Add Math::BigInt::FastCalc in maintainer list
13756      Branch: perl
13757            ! Porting/Maintainers.pl
13758 ____________________________________________________________________________
13759 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
13760         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
13761      Branch: perl
13762            ! ext/Math/BigInt/FastCalc/Makefile.PL
13763 ____________________________________________________________________________
13764 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
13765         Log: New core module, Math::BigInt::FastCalc
13766              
13767              Subject: [PATCH] integrate Math::BigInt::FastCalc
13768              From: Tels <nospam-abuse@bloodgate.com>
13769              Date: Sun, 3 Apr 2005 11:12:45 +0200
13770              Message-Id: <200504031112.55179@bloodgate.com>
13771      Branch: perl
13772            + ext/Math/BigInt/FastCalc/FastCalc.pm
13773            + ext/Math/BigInt/FastCalc/FastCalc.xs
13774            + ext/Math/BigInt/FastCalc/Makefile.PL
13775            + ext/Math/BigInt/FastCalc/t/bigintfc.t
13776            + ext/Math/BigInt/FastCalc/t/bootstrap.t
13777            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
13778            ! MANIFEST
13779 ____________________________________________________________________________
13780 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
13781         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
13782              From: Tels <nospam-abuse@bloodgate.com>
13783              Date: Sun, 3 Apr 2005 10:43:10 +0200
13784              Message-Id: <200504031043.12273@bloodgate.com>
13785      Branch: perl
13786            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13787            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
13788            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
13789            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
13790            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
13791            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
13792            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
13793            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
13794            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
13795            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
13796 ____________________________________________________________________________
13797 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
13798         Log: That's C, not perl.
13799      Branch: perl
13800            ! patchlevel.h
13801 ____________________________________________________________________________
13802 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
13803         Log: Make -DFORMAT_CHECK compile with threads.
13804      Branch: perl
13805            ! perl.h
13806 ____________________________________________________________________________
13807 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
13808         Log: Bump version to 5.9.3
13809              Restore "DEVEL" tag in patchlevel.h
13810              Regenerate Porting/config*
13811      Branch: perl
13812            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
13813            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
13814            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
13815            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
13816            ! wince/Makefile.ce
13817 ____________________________________________________________________________
13818 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
13819         Log: Subject: [PATCH] const-eight.diff
13820              From: Andy Lester <andy@petdance.com>
13821              Date: Wed, 30 Mar 2005 11:40:24 -0600
13822              Message-ID: <20050330174024.GA12167@petdance.com>
13823      Branch: perl
13824            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
13825            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
13826 ____________________________________________________________________________
13827 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
13828         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
13829              From: Steven Schubiger <steven@accognoscere.org>
13830              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
13831              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
13832      Branch: perl
13833            ! pod/perltrap.pod
13834 ____________________________________________________________________________
13835 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
13836         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
13837              From: Steven Schubiger <steven@accognoscere.org>
13838              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
13839              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
13840      Branch: perl
13841            ! pod/perltrap.pod
13842 ____________________________________________________________________________
13843 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
13844         Log: Fix wrong version for byteorder modifiers feature.
13845      Branch: perl
13846            ! pod/perlpacktut.pod
13847 ____________________________________________________________________________
13848 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
13849         Log: Silence compiler warnings about possibly uninitialised variables.
13850              (None are, but it saves anyone else having to work this out)
13851      Branch: perl
13852            ! regexec.c
13853 ____________________________________________________________________________
13854 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
13855         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
13856      Branch: perl
13857            ! installperl
13858 ____________________________________________________________________________
13859 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
13860         Log: Oops. Forgot to add this.
13861      Branch: perl
13862            + lib/unicore/NamedSequences.txt
13863 ____________________________________________________________________________
13864 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
13865         Log: Subject: [PATCH] Unicode 4.1.0
13866              From: Jarkko Hietaniemi <jhi@iki.fi>
13867              Message-ID: <424E584D.5000508@iki.fi>
13868              Date: Sat, 02 Apr 2005 11:31:09 +0300
13869      Branch: perl
13870            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
13871            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
13872            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
13873            ! lib/unicore/CompositionExclusions.txt
13874            ! lib/unicore/EastAsianWidth.txt
13875            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
13876            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
13877            ! lib/unicore/NormalizationCorrections.txt
13878            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
13879            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
13880            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
13881            ! lib/unicore/SpecialCasing.txt
13882            ! lib/unicore/StandardizedVariants.txt
13883            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
13884 ____________________________________________________________________________
13885 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
13886         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
13887      Branch: perl
13888            ! META.yml Porting/Maintainers.pl
13889 ____________________________________________________________________________
13890 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
13891         Log: Update Changes
13892      Branch: perl
13893            ! Changes
13894 ____________________________________________________________________________
13895 [ 24131] By: steveh                                on 2005/04/01  08:18:27
13896         Log: Remove dependency on tr(1) for MinGW builds on Win32
13897              
13898              This leaves things slightly (more) broken for MinGW builds on Cygwin,
13899              but that doesn't currently quite work in other respects and isn't
13900              documented anyway.  See:
13901              
13902              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
13903      Branch: perl
13904            ! pod/perl592delta.pod win32/makefile.mk
13905 ____________________________________________________________________________
13906 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
13907         Log: Regenerate perltoc and perlmodlib
13908      Branch: perl
13909            ! pod/perlmodlib.pod pod/perltoc.pod
13910 ____________________________________________________________________________
13911 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
13912         Log: POD fixes.
13913      Branch: perl
13914            ! pod/perlfaq1.pod
13915 ____________________________________________________________________________
13916 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
13917         Log: FAQ sync.
13918      Branch: perl
13919            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
13920            ! pod/perlfaq6.pod pod/perlfaq7.pod
13921 ____________________________________________________________________________
13922 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
13923         Log: Add a note about installhtml
13924      Branch: perl
13925            ! pod/perltodo.pod
13926 ____________________________________________________________________________
13927 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
13928         Log: Subject: [PATCH] pp_pack.c warnings on VMS
13929              From: "Craig A. Berry" <craigberry@mac.com>
13930              Date: Thu, 31 Mar 2005 14:51:05 -0600
13931              Message-ID: <424C62B9.2030601@mac.com>
13932      Branch: perl
13933            ! pp_pack.c
13934 ____________________________________________________________________________
13935 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
13936         Log: Mention the current MinGW compilation problems
13937      Branch: perl
13938            ! pod/perl592delta.pod
13939 ____________________________________________________________________________
13940 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
13941         Log: Update Changes
13942      Branch: perl
13943            ! Changes
13944 ____________________________________________________________________________
13945 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
13946         Log: This is 5.9.2. Mostly.
13947      Branch: perl
13948            ! patchlevel.h pod/perlhist.pod
13949 ____________________________________________________________________________
13950 [ 24122] By: steveh                                on 2005/03/31  15:39:57
13951         Log: Fix USE_SITECUSTOMIZE on Win32
13952              
13953              This fixes the problem described in:
13954              
13955              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
13956      Branch: perl
13957            ! win32/win32.c
13958 ____________________________________________________________________________
13959 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
13960         Log: Update copyrights.
13961              Well, those are generated files anyway.
13962      Branch: perl
13963            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13964            ! proto.h
13965 ____________________________________________________________________________
13966 [ 24120] By: steveh                                on 2005/03/31  14:36:44
13967         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
13968              
13969              Note that this feature doesn't actually work correctly on Win32
13970              until the problem described here is solved:
13971              
13972              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
13973      Branch: perl
13974            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
13975            ! win32/config.vc64 win32/makefile.mk
13976 ____________________________________________________________________________
13977 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
13978         Log: Upgrade to Module::CoreList 1.99
13979      Branch: perl
13980            ! lib/Module/CoreList.pm
13981 ____________________________________________________________________________
13982 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
13983         Log: More known problems.
13984      Branch: perl
13985            ! pod/perl592delta.pod
13986 ____________________________________________________________________________
13987 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
13988         Log: Known problems, reported by Merijn
13989      Branch: perl
13990            ! pod/perl592delta.pod
13991 ____________________________________________________________________________
13992 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
13993         Log: OS typo.
13994      Branch: perl
13995            ! pod/perl592delta.pod
13996 ____________________________________________________________________________
13997 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
13998         Log: Add a tool to generate data for Module::CoreList
13999      Branch: perl
14000            + Porting/corelist.pl
14001            ! MANIFEST
14002 ____________________________________________________________________________
14003 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
14004         Log: More work on perldelta
14005      Branch: perl
14006            ! pod/perl592delta.pod
14007 ____________________________________________________________________________
14008 [ 24113] By: steveh                                on 2005/03/31  10:01:18
14009         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
14010              Win32 makefiles
14011      Branch: perl
14012            ! win32/Makefile win32/makefile.mk
14013 ____________________________________________________________________________
14014 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
14015         Log: AUTHORS update
14016      Branch: perl
14017            ! AUTHORS
14018 ____________________________________________________________________________
14019 [ 24111] By: steveh                                on 2005/03/31  09:18:23
14020         Log: A few Win32 makefile tidy-ups (No real changes)
14021      Branch: perl
14022            ! win32/Makefile win32/makefile.mk
14023 ____________________________________________________________________________
14024 [ 24110] By: steveh                                on 2005/03/31  08:20:00
14025         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
14026      Branch: perl
14027            ! INSTALL
14028 ____________________________________________________________________________
14029 [ 24109] By: steveh                                on 2005/03/31  07:55:12
14030         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
14031      Branch: perl
14032            ! sv.c
14033 ____________________________________________________________________________
14034 [ 24108] By: steveh                                on 2005/03/31  07:36:52
14035         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
14036      Branch: perl
14037            ! malloc.c
14038 ____________________________________________________________________________
14039 [ 24107] By: merijn                                on 2005/03/30  17:03:19
14040         Log: Now that we have the full path, we can skip the which call,
14041              that might cause trouble on testdrive systems.
14042      Branch: perl
14043            ! hints/hpux.sh
14044 ____________________________________________________________________________
14045 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
14046         Log: Update copyrights.
14047      Branch: perl
14048            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
14049            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
14050            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
14051 ____________________________________________________________________________
14052 [ 24105] By: merijn                                on 2005/03/30  14:25:05
14053         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
14054      Branch: perl
14055            ! INSTALL
14056 ____________________________________________________________________________
14057 [ 24104] By: merijn                                on 2005/03/30  14:17:40
14058         Log: Support for -Dusesitecustomize
14059      Branch: perl
14060            ! Configure config_h.SH
14061 ____________________________________________________________________________
14062 [ 24102] By: merijn                                on 2005/03/30  13:43:12
14063         Log: USE_STRLCAT and USE_STRLCPY now actually used
14064              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
14065              for future use
14066      Branch: perl
14067            ! handy.h
14068 ____________________________________________________________________________
14069 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
14070         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
14071              From: Brendan O'Dea <bod@debian.org>
14072              Date: Wed, 30 Mar 2005 10:30:25 +1000
14073              Message-ID: <20050330003025.GA29797@londo.c47.org>
14074      Branch: perl
14075            ! ext/Errno/Errno_pm.PL
14076 ____________________________________________________________________________
14077 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
14078         Log: Subject: Re: PATCH: byte count feature request for unpack
14079              From: perl5-porters@ton.iguana.be (Ton Hospel)
14080              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
14081              Message-Id: <d26u7b$i3v$1@post.home.lunix>
14082              
14083              (rework of a patch from Arne Ahrend <aahrend@web.de>)
14084      Branch: perl
14085            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
14086 ____________________________________________________________________________
14087 [ 24099] By: steveh                                on 2005/03/30  08:36:50
14088         Log: A couple more Win32 compilation clean-ups
14089      Branch: perl
14090            ! win32/win32sck.c
14091 ____________________________________________________________________________
14092 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
14093         Log: Minor POD nits.
14094      Branch: perl
14095            ! ext/File/Glob/Glob.pm
14096 ____________________________________________________________________________
14097 [ 24097] By: merijn                                on 2005/03/30  07:49:46
14098         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
14099              From: Steven Schubiger <steven@accognoscere.org>
14100              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
14101              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
14102      Branch: perl
14103            ! ext/File/Glob/Glob.pm
14104 ____________________________________________________________________________
14105 [ 24096] By: steveh                                on 2005/03/29  15:18:30
14106         Log: Clean-up some warnings when compiling on Win32 with VC++
14107      Branch: perl
14108            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
14109 ____________________________________________________________________________
14110 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
14111         Log: Downconst external APIs
14112      Branch: perl
14113            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
14114            ! sv.c util.c
14115 ____________________________________________________________________________
14116 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
14117         Log: The core part of :
14118              Subject: [PATCH] Consting seven
14119              From: Andy Lester <andy@petdance.com>
14120              Date: Sun, 27 Mar 2005 15:57:22 -0600
14121              Message-ID: <20050327215722.GC20451@petdance.com>
14122      Branch: perl
14123            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
14124            ! regexec.c util.c
14125 ____________________________________________________________________________
14126 [ 24093] By: steveh                                on 2005/03/29  08:48:50
14127         Log: Fix Win32 compilation nit following change #24074
14128      Branch: perl
14129            ! util.c
14130 ____________________________________________________________________________
14131 [ 24092] By: steveh                                on 2005/03/29  08:22:45
14132         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
14133              
14134              This is the patch from the end of the thread that started here:
14135              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
14136      Branch: perl
14137            ! doio.c iperlsys.h pp_sys.c
14138 ____________________________________________________________________________
14139 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
14140         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
14141      Branch: perl
14142            ! ext/Devel/Peek/t/Peek.t
14143 ____________________________________________________________________________
14144 [ 24090] By: merijn                                on 2005/03/29  07:01:11
14145         Log: Make the spelling of whitespace (vs white-space and white space)
14146              more consistent
14147              From: Offer Kaye <offer.kaye@gmail.com>
14148              Date: Thu, 17 Mar 2005 14:47:36 -0500
14149              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
14150      Branch: perl
14151            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
14152            ! pod/perlre.pod pod/perlxstut.pod
14153 ____________________________________________________________________________
14154 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
14155         Log: Don't #ifdef out a return statement
14156      Branch: perl
14157            ! pad.c
14158 ____________________________________________________________________________
14159 [ 24088] By: davem                                 on 2005/03/28  21:38:44
14160         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
14161      Branch: perl
14162            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
14163            ! sv.c sv.h
14164 ____________________________________________________________________________
14165 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
14166         Log: Raw work on perl592delta.
14167      Branch: perl
14168            ! pod/perl592delta.pod
14169 ____________________________________________________________________________
14170 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
14171         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
14172              From: hv@crypt.org
14173              Date: Thu, 24 Mar 2005 19:51:08 +0000
14174              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
14175      Branch: perl
14176            ! regexec.c t/op/re_tests
14177 ____________________________________________________________________________
14178 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
14179         Log: Fix -C option of mktables (for VMS)
14180              
14181              Subject: Re: [PATCH] Consting five
14182              From: demerphq <demerphq@gmail.com>
14183              Date: Sat, 26 Mar 2005 21:45:09 +0100
14184              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
14185      Branch: perl
14186            ! lib/unicore/mktables
14187 ____________________________________________________________________________
14188 [ 24084] By: davem                                 on 2005/03/26  21:25:47
14189         Log: UTF-8 string substitution corrupts memory
14190              The implicit call of 'require utf8' triggered by code like
14191              "\x{100}" =~ /[[:print:]]/
14192              wasn't saving state correctly first.
14193      Branch: perl
14194            ! utf8.c
14195 ____________________________________________________________________________
14196 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
14197         Log: Remove an XXX note from the public doc.
14198              Hide it in the comments, instead
14199      Branch: perl
14200            ! pod/perlapi.pod sv.c
14201 ____________________________________________________________________________
14202 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
14203         Log: Need to return something when the compiler doesn't know that a
14204              function is "noreturn".
14205      Branch: perl
14206            ! mg.c op.c scope.c
14207 ____________________________________________________________________________
14208 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
14209         Log: Subject: [PATCH] Consting five
14210              Date: Fri, 25 Mar 2005 17:14:09 -0600
14211              From: Andy Lester <andy@petdance.com>
14212              Message-ID: <20050325231409.GB17660@petdance.com>
14213              
14214              [with modification - the extra argument to incpush was supposed to
14215              be being used]
14216      Branch: perl
14217            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
14218            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
14219            ! proto.h regcomp.c thrdvar.h toke.c
14220 ____________________________________________________________________________
14221 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
14222         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
14223              From: Gurusamy Sarathy <gsar@ActiveState.com>
14224              Date: Fri, 25 Mar 2005 10:31:09 -0800
14225              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
14226      Branch: perl
14227            ! op.c
14228 ____________________________________________________________________________
14229 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
14230         Log: Subject: [PATCH] Consting part 4
14231              From: Andy Lester <andy@petdance.com>
14232              Date: Fri, 25 Mar 2005 14:43:31 -0600
14233              Message-ID: <20050325204331.GA16388@petdance.com>
14234      Branch: perl
14235            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
14236            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
14237 ____________________________________________________________________________
14238 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
14239         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
14240              clean this variant up as well.
14241      Branch: perl
14242            ! lib/Memoize/t/tie_ndbm.t
14243 ____________________________________________________________________________
14244 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
14245         Log: Remove the const qualifier from argv and env variables
14246      Branch: perl
14247            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
14248 ____________________________________________________________________________
14249 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
14250         Log: Subject: [PATCH] const fix-up for vms/vms.c
14251              From: "Craig A. Berry" <craigberry@mac.com>
14252              Date: Fri, 25 Mar 2005 09:00:06 -0600
14253              Message-ID: <42442776.8030603@mac.com>
14254      Branch: perl
14255            ! vms/vms.c vms/vmsish.h
14256 ____________________________________________________________________________
14257 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
14258         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
14259              From: Steve Peters <steve@fisharerojo.org>
14260              Date: Tue, 22 Mar 2005 17:15:23 -0600
14261              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
14262      Branch: perl
14263            ! hints/linux.sh
14264 ____________________________________________________________________________
14265 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
14266         Log: Subject: [PATCH] Third consting batch
14267              From: Andy Lester <andy@petdance.com>
14268              Date: Tue, 22 Mar 2005 00:35:55 -0600
14269              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
14270      Branch: perl
14271            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
14272            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
14273            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
14274            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
14275            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
14276            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
14277 ____________________________________________________________________________
14278 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
14279         Log: Mention (un)?pack byte-order modifiers in perldelta
14280      Branch: perl
14281            ! pod/perl592delta.pod
14282 ____________________________________________________________________________
14283 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
14284         Log: Some updates in the new perldelta.
14285      Branch: perl
14286            ! pod/perl592delta.pod
14287 ____________________________________________________________________________
14288 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
14289         Log: Remove IPC::Run for 5.9.2
14290      Branch: perl
14291            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
14292            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
14293            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
14294            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
14295            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
14296            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
14297            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
14298            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
14299            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
14300            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
14301            ! MANIFEST
14302 ____________________________________________________________________________
14303 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
14304         Log: Forbid the -C option on the command-line
14305              as suggested by Merijn (see [perl #34087])
14306      Branch: perl
14307            ! pod/perldiag.pod toke.c
14308 ____________________________________________________________________________
14309 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
14310         Log: Upgrade to PathTools 3.05
14311      Branch: perl
14312            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
14313 ____________________________________________________________________________
14314 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
14315         Log: Upgrade to File::Temp 0.16
14316      Branch: perl
14317            ! lib/File/Temp.pm lib/File/Temp/t/object.t
14318            ! lib/File/Temp/t/tempfile.t
14319 ____________________________________________________________________________
14320 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
14321         Log: Revert change #24055, which was producing a segfault in installman
14322              when it was trying to install perltoc.
14323      Branch: perl
14324            ! regexec.c t/op/re_tests
14325 ____________________________________________________________________________
14326 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
14327         Log: Fix unresolved POD link
14328      Branch: perl
14329            ! pod/perlfunc.pod
14330 ____________________________________________________________________________
14331 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
14332         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
14333              and other neatification
14334      Branch: perl
14335            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
14336 ____________________________________________________________________________
14337 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
14338         Log: Subject: [PATCH] simple optimization for SelectSaver
14339              From: Alexey Tourbin <at@altlinux.ru>
14340              Date: Fri, 18 Mar 2005 21:05:51 +0300
14341              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
14342      Branch: perl
14343            ! lib/SelectSaver.pm
14344 ____________________________________________________________________________
14345 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
14346         Log: minitest fix
14347      Branch: perl
14348            ! t/run/fresh_perl.t
14349 ____________________________________________________________________________
14350 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
14351         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
14352              optimization, and debug flags for "use re".
14353      Branch: perl
14354            ! pod/perl592delta.pod
14355 ____________________________________________________________________________
14356 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
14357         Log: Casts needed to make VMS happy. (It gets very upset at assignments
14358              between char * and unsigned char *)
14359      Branch: perl
14360            ! pp_pack.c
14361 ____________________________________________________________________________
14362 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
14363         Log: Subject: Re: unpack A strip patch
14364              From: Ton Hospel <perl5-porters@ton.iguana.be>
14365              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
14366              Message-Id: <d1nefp$lpe$1@post.home.lunix>
14367      Branch: perl
14368            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
14369 ____________________________________________________________________________
14370 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
14371         Log: Subject: Re: regexp trie fails compile on VMS
14372              From: demerphq <demerphq@gmail.com>
14373              Date: Mon, 21 Mar 2005 22:29:09 +0100
14374              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
14375      Branch: perl
14376            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
14377 ____________________________________________________________________________
14378 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
14379         Log: Break up long lines in -V output for compile-time options
14380              
14381              Subject: Re: sitecustomize.pl [PATCH]
14382              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
14383              Date: Tue, 8 Mar 2005 17:46:04 -0800
14384              Message-ID: <20050309014604.GA5876[at]efn.org>
14385      Branch: perl
14386            ! perl.c
14387 ____________________________________________________________________________
14388 [ 24057] By: steveh                                on 2005/03/21  17:08:26
14389         Log: Oops - forgot to update MANIFEST for change 24056.
14390      Branch: perl
14391            ! MANIFEST
14392 ____________________________________________________________________________
14393 [ 24056] By: steveh                                on 2005/03/21  17:06:45
14394         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
14395              From: demerphq <demerphq@gmail.com>
14396              Date: Tue, 8 Mar 2005 02:24:10 +0100
14397              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
14398              
14399              Change 24004 stopped mktables from needlessly re-running when using
14400              dmake on Win32, but it can still happen when using nmake because it
14401              doesn't support the .UPDATEALL attribute that was used to fix dmake.
14402              e.g. Build perl, touch a core header file, then rebuild -- mktables
14403              re-runs when it didn't need to, and 7 times over at that!  This change
14404              alleviates the pain by making mktables exit quickly in such cases.
14405      Branch: perl
14406            + lib/unicore/mktables.lst
14407            ! lib/unicore/mktables
14408 ____________________________________________________________________________
14409 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
14410         Log: Resubmit change #24053.
14411      Branch: perl
14412            ! regexec.c t/op/re_tests
14413 ____________________________________________________________________________
14414 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
14415         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
14416              From: Alexey Tourbin <at@altlinux.ru>
14417              Date: Sat, 19 Mar 2005 16:37:12 +0300
14418              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
14419              
14420              and
14421              
14422              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
14423      Branch: perl
14424            ! t/lib/h2ph.h utils/h2ph.PL
14425 ____________________________________________________________________________
14426 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
14427         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
14428              From: hv@crypt.org
14429              Date: Mon, 21 Feb 2005 17:59:49 +0000
14430              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
14431      Branch: perl
14432            ! regexec.c t/op/re_tests
14433 ____________________________________________________________________________
14434 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
14435         Log: Subject: pack / for general types
14436              From: perl5-porters@ton.iguana.be (Ton Hospel)
14437              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
14438              Message-Id: <d1i7ed$62c$1@post.home.lunix>
14439              
14440              Allow "len/format" to work for any format type, not just strings.
14441      Branch: perl
14442            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
14443 ____________________________________________________________________________
14444 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
14445         Log: perldelta suggestions on (un)?pack by Ton Hospel
14446      Branch: perl
14447            ! pod/perl592delta.pod
14448 ____________________________________________________________________________
14449 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
14450         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
14451              From: Alexey Tourbin <at@altlinux.ru>
14452              Date: Sat, 19 Mar 2005 06:10:45 +0300
14453              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
14454      Branch: perl
14455            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
14456            ! MANIFEST
14457 ____________________________________________________________________________
14458 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
14459         Log: Subject: [PATCH] More consting goodness
14460              From: Andy Lester <andy@petdance.com>
14461              Date: Sat, 19 Mar 2005 01:28:30 -0600
14462              Message-ID: <20050319072830.GA7721@petdance.com>
14463      Branch: perl
14464            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
14465            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
14466            ! sv.c toke.c
14467 ____________________________________________________________________________
14468 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
14469         Log: Upgrade to Math::BigInt 1.75, by Tels
14470      Branch: perl
14471            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14472            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14473            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14474            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
14475            ! lib/Math/BigInt/t/sub_mbi.t
14476 ____________________________________________________________________________
14477 [ 24047] By: merijn                                on 2005/03/20  10:50:11
14478         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
14479              From: Alexey Tourbin <at@altlinux.ru>
14480              Date: Sat, 19 Mar 2005 03:40:13 +0300
14481              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
14482      Branch: perl
14483            ! pod/perlrun.pod
14484 ____________________________________________________________________________
14485 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
14486         Log: Remove an useless line, spotted by Andy Lester
14487      Branch: perl
14488            ! toke.c
14489 ____________________________________________________________________________
14490 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
14491         Log: Remove trie optimisation from the todo list
14492      Branch: perl
14493            ! pod/perltodo.pod
14494 ____________________________________________________________________________
14495 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
14496         Log: Subject: Re: Reworked Trie Patch
14497              From: demerphq <demerphq@gmail.com>
14498              Date: Mon, 14 Mar 2005 08:55:39 +0100
14499              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
14500              
14501              Subject: Re: Reworked Trie Patch
14502              From: demerphq <demerphq@gmail.com>
14503              Date: Wed, 16 Mar 2005 19:48:18 +0100
14504              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
14505              
14506              Plus minor nits in the documentation of re.pm,
14507              a version bump, and addition of an OPTIMIZE alias
14508      Branch: perl
14509            + t/op/regexp_notrie.t t/op/regexp_trielist.t
14510            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
14511            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14512            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
14513 ____________________________________________________________________________
14514 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
14515         Log: Subject: Re: sitecustomize.pl [PATCH]
14516              From: Gisle Aas <gisle@ActiveState.com>
14517              Date: 18 Mar 2005 04:06:40 -0800
14518              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
14519              
14520              Adds a new command-line switch, -f, and a new optional
14521              compile-time setting -DUSE_SITECUSTOMIZE
14522      Branch: perl
14523            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
14524 ____________________________________________________________________________
14525 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
14526         Log: Subject: [PATCH] More const parms
14527              From: Andy Lester <andy@petdance.com>
14528              Date: Mon, 14 Mar 2005 13:59:54 -0600
14529              Message-ID: <20050314195954.GB7141@petdance.com>
14530      Branch: perl
14531            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
14532            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
14533            ! toke.c utf8.c
14534 ____________________________________________________________________________
14535 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
14536         Log: Don't use vars in DynaLoader
14537              Remove left-over maintenance code
14538      Branch: perl
14539            ! ext/DynaLoader/DynaLoader_pm.PL
14540 ____________________________________________________________________________
14541 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
14542         Log: Subject: [PATCH] $B::Disassembler::VERSION
14543              From: Alexey Tourbin <at@altlinux.ru>
14544              Date: Thu, 17 Mar 2005 19:02:38 +0300
14545              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
14546      Branch: perl
14547            ! ext/B/B/Disassembler.pm
14548 ____________________________________________________________________________
14549 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
14550         Log: Upgrade to CGI 3.07.
14551              Add CGI's changelog
14552      Branch: perl
14553            + lib/CGI/Changes
14554            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
14555 ____________________________________________________________________________
14556 [ 24038] By: merijn                                on 2005/03/14  15:55:44
14557         Log: Subject: pp_pack.c, simplifying genpacksizetables
14558              From: perl5-porters@ton.iguana.be (Ton Hospel)
14559              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
14560              Message-Id: <d11kvt$1k7$1@post.home.lunix>
14561      Branch: perl
14562            ! genpacksizetables.pl pp_pack.c
14563 ____________________________________________________________________________
14564 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
14565         Log: Subject: [PATCH] Adding const qualifiers
14566              From: Andy Lester <andy@petdance.com>
14567              Date: Sun, 13 Mar 2005 14:20:05 -0600
14568              Message-ID: <20050313202005.GA23535@petdance.com>
14569      Branch: perl
14570            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
14571            ! proto.h scope.c utf8.c
14572 ____________________________________________________________________________
14573 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
14574         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
14575              From: David Nicol <davidnicol@gmail.com>
14576              Date: Tue, 8 Mar 2005 18:23:11 -0600
14577              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
14578      Branch: perl
14579            ! pod/perlfunc.pod
14580 ____________________________________________________________________________
14581 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
14582         Log: Document pack changes in perldelta
14583      Branch: perl
14584            ! pod/perl592delta.pod
14585 ____________________________________________________________________________
14586 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
14587         Log: Upgrade to Pod::Parser 1.30
14588      Branch: perl
14589            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
14590            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
14591            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
14592            ! t/pod/poderrs.xr
14593 ____________________________________________________________________________
14594 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
14595         Log: Doc patches to clarify the stringification rules of {} and =>
14596              by Jarkko (bug #34419)
14597      Branch: perl
14598            ! pod/perldata.pod pod/perlop.pod
14599 ____________________________________________________________________________
14600 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
14601         Log: gcc warning patch by Andy Lester
14602      Branch: perl
14603            ! perl.h
14604 ____________________________________________________________________________
14605 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
14606         Log: Subject: Re: Encoding neutral unpack
14607              From: perl5-porters@ton.iguana.be (Ton Hospel)
14608              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
14609              Message-ID: <d0vdt5$81a$1@post.home.lunix>
14610              
14611              A new test.
14612      Branch: perl
14613            ! t/op/pack.t
14614 ____________________________________________________________________________
14615 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
14616         Log: Indentation patch by Ton Hospel for pp_pack
14617      Branch: perl
14618            ! pp_pack.c
14619 ____________________________________________________________________________
14620 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
14621         Log: Change my email, put real name of Pixel
14622      Branch: perl
14623            ! AUTHORS
14624 ____________________________________________________________________________
14625 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
14626         Log: Upgrade to DB_File 1.811, by Paul Marquess
14627      Branch: perl
14628            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14629            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
14630            ! ext/DB_File/typemap
14631 ____________________________________________________________________________
14632 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
14633         Log: Add standard core test headers to the Class::ISA new tests
14634      Branch: perl
14635            ! lib/Class/ISA/t/00_about_verbose.t
14636            ! lib/Class/ISA/t/01_old_junk.t
14637 ____________________________________________________________________________
14638 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
14639         Log: Upgrade to Class::ISA 0.33
14640      Branch: perl
14641            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
14642            + lib/Class/ISA/t/01_old_junk.t
14643            - lib/Class/ISA/test.pl
14644            ! MANIFEST lib/Class/ISA.pm
14645 ____________________________________________________________________________
14646 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
14647         Log: Update Changes
14648      Branch: perl
14649            ! Changes
14650 ____________________________________________________________________________
14651 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
14652         Log: FAQ sync
14653      Branch: perl
14654            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14655            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14656            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14657            ! pod/perlfaq9.pod
14658 ____________________________________________________________________________
14659 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
14660         Log: Subject: [PATCH] pad_push numero three-o
14661              From: Andy Lester <andy@petdance.com>
14662              Date: Thu, 10 Mar 2005 15:17:28 -0600
14663              Message-ID: <20050310211728.GC32386@petdance.com>
14664      Branch: perl
14665            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
14666            ! proto.h
14667 ____________________________________________________________________________
14668 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
14669         Log: Make the return value of close() depend not only on the success of the
14670              close itself, but also on whether the output stream had a previous
14671              error. From Jim Meyering <jim@meyering.net>, via Debian.
14672      Branch: perl
14673            ! doio.c
14674 ____________________________________________________________________________
14675 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
14676         Log: 8 is not an octal digit. (from Debian)
14677      Branch: perl
14678            ! pod/perlreref.pod
14679 ____________________________________________________________________________
14680 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
14681         Log: Fix a2p manpage (from Debian)
14682      Branch: perl
14683            ! x2p/a2p.pod
14684 ____________________________________________________________________________
14685 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
14686         Log: Remove a spurious undefined warning when using getopts.pl with -w.
14687              (from Debian)
14688      Branch: perl
14689            ! lib/getopts.pl
14690 ____________________________________________________________________________
14691 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
14692         Log: Doc patch for Devel::DProf (from Debian)
14693      Branch: perl
14694            ! ext/Devel/DProf/DProf.pm
14695 ____________________________________________________________________________
14696 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
14697         Log: Add support for Debian GNU/k*BSD
14698      Branch: perl
14699            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
14700 ____________________________________________________________________________
14701 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
14702         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
14703      Branch: perl
14704            ! hints/gnu.sh
14705 ____________________________________________________________________________
14706 [ 24015] By: steveh                                on 2005/03/10  15:18:20
14707         Log: Subject: Minor AUTHORS patch
14708              From: "Mike Giroux" <rmgiroux@hotmail.com>
14709              Date: Thu, 10 Mar 2005 08:39:04 -0500
14710              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
14711      Branch: perl
14712            ! AUTHORS
14713 ____________________________________________________________________________
14714 [ 24014] By: steveh                                on 2005/03/10  11:25:36
14715         Log: More Win32 dmake fixes
14716
14717              Use $B macro as per change 23991 in more places, and fix some syntax
14718              errors in the subst's (missing trailing ",")
14719
14720              Tested with GCC and MSVC. I don't have BCC available, so those parts
14721              are untested.
14722      Branch: perl
14723            ! win32/makefile.mk
14724 ____________________________________________________________________________
14725 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
14726         Log: Upgrade to CGI.pm 3.06
14727      Branch: perl
14728            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
14729            ! lib/CGI/t/form.t lib/CGI/t/html.t
14730 ____________________________________________________________________________
14731 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
14732         Log: Further pack optimisations by Ton Hospel
14733      Branch: perl
14734            ! pp_pack.c
14735 ____________________________________________________________________________
14736 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
14737         Log: Fix memory corruption when growing pack utf8 buffer
14738      Branch: perl
14739            ! pp_pack.c
14740 ____________________________________________________________________________
14741 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
14742         Log: Subject: Encoding neutral unpack
14743              From: perl5-porters@ton.iguana.be (Ton Hospel)
14744              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
14745              Message-Id: <d0fi6i$k06$1@post.home.lunix>
14746      Branch: perl
14747            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
14748            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
14749            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
14750            ! t/op/utftaint.t
14751 ____________________________________________________________________________
14752 [ 24009] By: merijn                                on 2005/03/08  15:25:57
14753         Log: Subject: Minor AUTHORS patch
14754              From: Andy Lester <andy@petdance.com>
14755              Date: Tue, 8 Mar 2005 09:44:45 -0600
14756              Message-ID: <20050308154445.GB3213@petdance.com>
14757      Branch: perl
14758            ! AUTHORS
14759 ____________________________________________________________________________
14760 [ 24008] By: merijn                                on 2005/03/08  14:45:17
14761         Log: Some updates to current status
14762      Branch: perl
14763            ! README.hpux
14764 ____________________________________________________________________________
14765 [ 24007] By: steveh                                on 2005/03/07  11:02:12
14766         Log: Include regcomp.h in Win32 makefiles
14767
14768              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
14769              From: demerphq <demerphq@gmail.com>
14770              Date: Sun, 6 Mar 2005 09:16:12 +0100
14771              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
14772      Branch: perl
14773            ! win32/Makefile win32/makefile.mk
14774 ____________________________________________________________________________
14775 [ 24006] By: steveh                                on 2005/03/04  17:19:46
14776         Log: A better fix than change 24005 was ;)
14777
14778              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
14779              no-op.  This was being used in the Win95 case, but works fine on WinNT
14780              too, and is actually what ExtUtils-MakeMaker uses.
14781
14782              Also change the nmake Makefile.
14783      Branch: perl
14784            ! win32/Makefile win32/makefile.mk
14785 ____________________________________________________________________________
14786 [ 24005] By: steveh                                on 2005/03/04  17:11:56
14787         Log: Suppress "ECHO is on." messages when using dmake on Win32
14788
14789              (The shell's "echo" command displays the current echo setting when
14790              called with no arguments.  Use "echo." to display nothing.)
14791      Branch: perl
14792            ! win32/makefile.mk
14793 ____________________________________________________________________________
14794 [ 24004] By: steveh                                on 2005/03/04  17:01:24
14795         Log: Stop mktables from needlessly re-running when using dmake on Win32
14796      Branch: perl
14797            ! win32/makefile.mk
14798 ____________________________________________________________________________
14799 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
14800         Log: Update -v copyright notice
14801      Branch: perl
14802            ! perl.c
14803 ____________________________________________________________________________
14804 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
14805         Log: Add a regression test for bug #32193, and make the
14806              fix a bit more robust
14807      Branch: perl
14808            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
14809 ____________________________________________________________________________
14810 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
14811         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
14812              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
14813              Date: 28 Oct 2004 12:16:37 -0000
14814              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
14815      Branch: perl
14816            ! lib/Tie/RefHash.pm
14817 ____________________________________________________________________________
14818 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
14819         Log: do "filename" is not really used with perl subroutine librairies
14820              anymore.
14821      Branch: perl
14822            ! pod/perlfunc.pod
14823 ____________________________________________________________________________
14824 [ 23999] By: merijn                                on 2005/02/27  11:28:27
14825         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
14826              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
14827              If there was no TOP format the lines left on page was set
14828              to fixed number, now set to the current page length of the
14829              IO channel used. More debugging for yet another bug needed.
14830      Branch: perl
14831            ! pp_sys.c
14832 ____________________________________________________________________________
14833 [ 23998] By: davem                                 on 2005/02/26  11:32:59
14834         Log: ithreads: cond_signal() on a non-shared object coredumped
14835      Branch: perl
14836            ! ext/threads/shared/shared.xs
14837 ____________________________________________________________________________
14838 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
14839         Log: SvUTF8 can be present on scalars other than PVs
14840              (specifically references with overloaded stringification)
14841      Branch: perl
14842            ! dump.c
14843 ____________________________________________________________________________
14844 [ 23996] By: davem                                 on 2005/02/26  00:47:03
14845         Log: Fix leaks in List::Util::reduce,first
14846              When the block is a closure, the cloned CV created on each call
14847              was never freed
14848      Branch: perl
14849            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
14850 ____________________________________________________________________________
14851 [ 23995] By: steveh                                on 2005/02/24  15:52:01
14852         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
14853              From: demerphq <demerphq@gmail.com>
14854              Date: Wed, 23 Feb 2005 17:49:50 +0100
14855              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
14856      Branch: perl
14857            ! pod/perlhack.pod
14858 ____________________________________________________________________________
14859 [ 23994] By: merijn                                on 2005/02/24  10:12:26
14860         Log: Subject: [PATCH] dprofpp help
14861              From: Andy Lester <andy@petdance.com>
14862              Date: Thu, 24 Feb 2005 00:10:42 -0600
14863              Message-ID: <20050224061042.GA20259@petdance.com>
14864      Branch: perl
14865            ! utils/dprofpp.PL
14866 ____________________________________________________________________________
14867 [ 23993] By: steveh                                on 2005/02/23  13:36:59
14868         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
14869              From: demerphq <demerphq@gmail.com>
14870              Date: Sat, 19 Feb 2005 11:10:00 +0100
14871              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
14872      Branch: perl
14873            ! t/harness
14874 ____________________________________________________________________________
14875 [ 23992] By: steveh                                on 2005/02/23  12:28:55
14876         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
14877              From: demerphq <demerphq@gmail.com>
14878              Date: Sat, 19 Feb 2005 11:00:08 +0100
14879              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
14880      Branch: perl
14881            ! win32/Makefile win32/makefile.mk
14882 ____________________________________________________________________________
14883 [ 23991] By: steveh                                on 2005/02/23  09:17:55
14884         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
14885      Branch: perl
14886            ! win32/makefile.mk
14887 ____________________________________________________________________________
14888 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
14889         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
14890      Branch: perl
14891            ! MANIFEST
14892 ____________________________________________________________________________
14893 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
14894         Log: Subject: IPC::Run test failures with utf8
14895              From: Nicholas Clark <nick@ccl4.org>
14896              Date: Sat, 19 Feb 2005 00:27:57 +0000
14897              Message-ID: <20050219002757.GO13998@plum.flirble.org>
14898      Branch: perl
14899            ! lib/IPC/Run/t/run.t
14900 ____________________________________________________________________________
14901 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
14902         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
14903              From: "Craig A. Berry" <craigberry@mac.com>
14904              Date: Fri, 18 Feb 2005 09:42:52 -0600
14905              Message-ID: <42160CFC.3080304@mac.com>
14906      Branch: perl
14907            ! pp_pack.c
14908 ____________________________________________________________________________
14909 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
14910         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
14911              From: demerphq <demerphq@gmail.com>
14912              Date: Sat, 19 Feb 2005 11:04:00 +0100
14913              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
14914      Branch: perl
14915            ! t/japh/abigail.t
14916 ____________________________________________________________________________
14917 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
14918         Log: Subject: Patch for Perlbug #4253
14919              From: Nikolai Eipel <eipel@web.de>
14920              Date: Sat, 29 Jan 2005 16:52:53 +0100
14921              Message-Id: <200501291652.53841.eipel@web.de>
14922
14923              (-T and -B invalidate _ filehandle when no read permission on file)
14924              plus a regression test
14925      Branch: perl
14926            ! pp_sys.c t/op/stat.t
14927 ____________________________________________________________________________
14928 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
14929         Log: Install and build corelist on VMS, too
14930      Branch: perl
14931            ! vms/descrip_mms.template
14932 ____________________________________________________________________________
14933 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
14934         Log: Add corelist to the win32 makefiles
14935              (noticed by demerphq)
14936      Branch: perl
14937            ! win32/Makefile win32/makefile.mk
14938 ____________________________________________________________________________
14939 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
14940         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
14941              From: Stephen McCamant <smcc@MIT.EDU>
14942              Date: Tue, 28 Dec 2004 10:13:50 -0800
14943              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
14944      Branch: perl
14945            ! ext/B/B.xs op.h
14946 ____________________________________________________________________________
14947 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
14948         Log: Subject: Re: Integration of PathTools 3.04
14949              From: demerphq <demerphq@gmail.com>
14950              Date: Fri, 18 Feb 2005 16:31:50 +0100
14951              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
14952      Branch: perl
14953            ! lib/Cwd.pm
14954 ____________________________________________________________________________
14955 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
14956         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
14957              From: Gisle Aas <gisle@ActiveState.com>
14958              Date: 03 Feb 2005 03:16:46 -0800
14959              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
14960      Branch: perl
14961            ! ext/IO/lib/IO/Socket/INET.pm
14962 ____________________________________________________________________________
14963 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
14964         Log: Integrate encoding::warnings from Autrijus Tang.
14965      Branch: perl
14966            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
14967            + lib/encoding/warnings/t/2-fatal.t
14968            + lib/encoding/warnings/t/3-normal.t
14969            ! MANIFEST
14970 ____________________________________________________________________________
14971 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
14972         Log: Subject: [PATCH] find2perl, new options
14973              From: slaven@rezic.de
14974              Date: Thu, 17 Feb 2005 22:30:13 +0100
14975              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
14976      Branch: perl
14977            ! x2p/find2perl.PL
14978 ____________________________________________________________________________
14979 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
14980         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
14981      Branch: perl
14982            ! x2p/Makefile.SH
14983 ____________________________________________________________________________
14984 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
14985         Log: Upgrade to PathTools 3.04
14986              (plus tweaks to Cwd and cwd.t to run when building perl)
14987      Branch: perl
14988            + ext/Cwd/ppport.h
14989            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
14990            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
14991            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
14992            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14993            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14994            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14995            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
14996            ! lib/File/Spec/t/rel2abs2rel.t
14997 ____________________________________________________________________________
14998 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
14999         Log: Upgrade to Pod::LaTeX 0.58
15000      Branch: perl
15001            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
15002 ____________________________________________________________________________
15003 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
15004         Log: Upgrade to Time::HiRes 1.66
15005      Branch: perl
15006            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15007            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
15008 ____________________________________________________________________________
15009 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
15010         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
15011              From: "Steve Peters via RT" <perlbug-followup@perl.org>
15012              Date: 1 Feb 2005 16:24:11 -0000
15013              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
15014      Branch: perl
15015            ! ext/IO/lib/IO/File.pm
15016 ____________________________________________________________________________
15017 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
15018         Log: Subject: Re: [PATCH] Re: perl winpid?
15019              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15020              Date: Tue, 15 Feb 2005 20:45:13 -0800
15021              Message-ID: <20050216044512.GA2516@efn.org>
15022      Branch: perl
15023            ! ext/B/t/stash.t
15024 ____________________________________________________________________________
15025 [ 23972] By: steveh                                on 2005/02/15  14:47:47
15026         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
15027      Branch: perl
15028            ! Porting/Maintainers.pl README.win32
15029 ____________________________________________________________________________
15030 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
15031         Log: Fix documentation bug in using Socket's import tags :
15032
15033              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
15034              From: David Dyck (via RT) <perlbug-followup@perl.org>
15035              Date: 15 Feb 2005 07:35:45 -0000
15036              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
15037      Branch: perl
15038            ! pod/perlfunc.pod
15039 ____________________________________________________________________________
15040 [ 23970] By: steveh                                on 2005/02/15  13:20:40
15041         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
15042
15043              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
15044              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
15045              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
15046              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
15047      Branch: perl
15048            ! win32/Makefile win32/makefile.mk
15049 ____________________________________________________________________________
15050 [ 23969] By: steveh                                on 2005/02/15  11:40:03
15051         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
15052      Branch: perl
15053            ! win32/makefile.mk
15054 ____________________________________________________________________________
15055 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
15056         Log: Use strl* functions in doio.c when available
15057              Based on :
15058              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
15059              From: Steve Peters <steve@fisharerojo.org>
15060              Date: Wed, 1 Dec 2004 19:42:14 -0600
15061              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
15062      Branch: perl
15063            ! doio.c
15064 ____________________________________________________________________________
15065 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
15066         Log: Subject: [PATCH] Additional tests for t/op/not.t
15067              From: Steve Peters <steve@fisharerojo.org>
15068              Date: Mon, 14 Feb 2005 19:54:17 -0600
15069              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
15070      Branch: perl
15071            ! t/op/not.t
15072 ____________________________________________________________________________
15073 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
15074         Log: Subject: Re: encoding neutral unpack
15075              From: perl5-porters@ton.iguana.be (Ton Hospel)
15076              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
15077              Message-ID: <cu17rk$k78$1@post.home.lunix>
15078
15079              tweaked to remove the 'not supported on this platform'
15080              error messages
15081      Branch: perl
15082            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
15083 ____________________________________________________________________________
15084 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
15085         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
15086      Branch: perl
15087            ! toke.c
15088 ____________________________________________________________________________
15089 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
15090         Log: Require version 0.05 of Devel::Tokenizer::C.
15091      Branch: perl
15092            ! perl_keyword.pl
15093 ____________________________________________________________________________
15094 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
15095         Log: Mac OS Classic vs Mac OS X clarications
15096              by Sherm Pendley
15097      Branch: perl
15098            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
15099            ! pod/perlrun.pod
15100 ____________________________________________________________________________
15101 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
15102         Log: README.cygwin additions by Reini Urban
15103      Branch: perl
15104            ! README.cygwin
15105 ____________________________________________________________________________
15106 [ 23961] By: merijn                                on 2005/02/11  09:32:50
15107         Log: Subject: Re: [PATCH] Re: perl winpid?
15108              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15109              Date: Thu, 10 Feb 2005 20:04:35 -0800
15110              Message-ID: <20050211040434.GA3824@efn.org>
15111      Branch: perl
15112            + t/lib/cygwin.t
15113            ! MANIFEST README.cygwin cygwin/cygwin.c
15114 ____________________________________________________________________________
15115 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
15116         Log: not() || 1 produces segmentation fault
15117
15118              Fixed by making not() behave like not(0). This is also the
15119              way not() behaved before it started segfaulting in 5.6.0.
15120      Branch: perl
15121            + t/op/not.t
15122            ! MANIFEST perly.act perly.h perly.tab perly.y
15123 ____________________________________________________________________________
15124 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
15125         Log: regen_perly.pl runs fine with bison 2.0.
15126      Branch: perl
15127            ! regen_perly.pl
15128 ____________________________________________________________________________
15129 [ 23958] By: merijn                                on 2005/02/10  15:56:04
15130         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
15131              ccversion is important enough to jump through some hoops to get it
15132      Branch: perl
15133            ! hints/hpux.sh
15134 ____________________________________________________________________________
15135 [ 23957] By: merijn                                on 2005/02/10  14:19:51
15136         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
15137              translation *before* the chdir (), so it now DTRT
15138      Branch: perl
15139            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
15140            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
15141            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
15142            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
15143            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
15144            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
15145            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
15146 ____________________________________________________________________________
15147 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
15148         Log: Upgrade to Time::Local 1.11
15149      Branch: perl
15150            ! lib/Time/Local.pm lib/Time/Local.t
15151 ____________________________________________________________________________
15152 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
15153         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
15154              From: Tels <nospam-abuse@bloodgate.com>
15155              Date: Wed, 9 Feb 2005 21:44:22 +0100
15156              Message-Id: <200502092144.24051@bloodgate.com>
15157      Branch: perl
15158            ! lib/Math/BigInt/Calc.pm
15159 ____________________________________________________________________________
15160 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
15161         Log: Add IPC::Run 0.80.
15162
15163              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
15164              From: "Jos I. Boumans" <kane@xs4all.net>
15165              Date: Fri, 28 Jan 2005 18:32:44 +0100
15166              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
15167
15168              with PERL_CORE test premables hacked for better $^X portability
15169              (we hope.)
15170      Branch: perl
15171            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
15172            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
15173            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
15174            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
15175            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
15176            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
15177            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
15178            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
15179            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
15180            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
15181            ! MANIFEST
15182 ____________________________________________________________________________
15183 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
15184         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
15185              The rmtree() function in the perl File::Path module would remove
15186              directories in an insecure manner which could lead to the removal
15187              of arbitrary files and directories via a symlink attack.
15188      Branch: perl
15189            ! lib/File/Path.pm
15190 ____________________________________________________________________________
15191 [ 23952] By: merijn                                on 2005/02/08  16:30:43
15192         Log: IBM Released vac.C version 7, and changed the naming convention (again)
15193              Thanks to Campo for spotting, testing and the fix
15194      Branch: perl
15195            ! hints/aix.sh
15196 ____________________________________________________________________________
15197 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
15198         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
15199              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
15200              Date: 6 Feb 2005 22:03:20 -0000
15201              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
15202      Branch: perl
15203            ! pp_pack.c
15204 ____________________________________________________________________________
15205 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
15206         Log: Remove mention of sub-packages in the Symbol manpage.
15207      Branch: perl
15208            ! lib/Symbol.pm
15209 ____________________________________________________________________________
15210 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
15211         Log: Add Module::CoreList in the maintainers list
15212      Branch: perl
15213            ! Porting/Maintainers.pl
15214 ____________________________________________________________________________
15215 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
15216         Log: Fix typo in corelist
15217      Branch: perl
15218            ! lib/Module/CoreList/bin/corelist
15219 ____________________________________________________________________________
15220 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
15221         Log: Add Module::CoreList to bleadperl.
15222
15223              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
15224              From: "Jos I. Boumans" <kane@xs4all.net>
15225              Date: Fri, 28 Jan 2005 17:38:27 +0100
15226              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
15227      Branch: perl
15228            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15229            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
15230            ! MANIFEST installperl utils.lst utils/Makefile
15231 ____________________________________________________________________________
15232 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
15233         Log: Subject: [perl #34062] pack Z0 destroys the character before
15234              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
15235              Date: 5 Feb 2005 18:09:00 -0000
15236              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
15237              (plus a regression test)
15238      Branch: perl
15239            ! pp_pack.c t/op/pack.t
15240 ____________________________________________________________________________
15241 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
15242         Log: A small precision in the docs for overloaded regexp escapes
15243              (see bug #33906)
15244      Branch: perl
15245            ! pod/perlre.pod
15246 ____________________________________________________________________________
15247 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
15248         Log: Avoid evaluating a strlen twice due the new implementation
15249              of New() with PERL_MALLOC_WRAP
15250      Branch: perl
15251            ! util.c
15252 ____________________________________________________________________________
15253 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
15254         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
15255              itself on a previous run.
15256      Branch: perl
15257            ! lib/h2xs.t
15258 ____________________________________________________________________________
15259 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
15260         Log: With mallocwrap New() evaluates its arguments more than once, so they
15261              had better not have any side effects.
15262              :-(
15263      Branch: perl
15264            ! util.c
15265 ____________________________________________________________________________
15266 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
15267         Log: Let's (un)do the timewarp, again.
15268              Attempt to bodge round Makefile sometimes being older than Makefile.PL
15269              Pesky filesystems.
15270      Branch: perl
15271            ! lib/ExtUtils/t/Constant.t
15272 ____________________________________________________________________________
15273 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
15274         Log: Upgrade to Digest 1.10
15275      Branch: perl
15276            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
15277            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
15278 ____________________________________________________________________________
15279 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
15280         Log: Remove 2 unused variables from APItest.xs.
15281      Branch: perl
15282            ! ext/XS/APItest/APItest.xs
15283 ____________________________________________________________________________
15284 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
15285         Log: Upgrade to Devel::PPPort 3.06.
15286      Branch: perl
15287            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
15288            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
15289            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
15290            ! ext/Devel/PPPort/parts/inc/exception
15291            ! ext/Devel/PPPort/parts/inc/misc
15292 ____________________________________________________________________________
15293 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
15294         Log: Attempt to fix problems with new exception handling macros.
15295      Branch: perl
15296            + ext/XS/APItest/exception.c
15297            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
15298            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
15299            ! pod/perlguts.pod
15300 ____________________________________________________________________________
15301 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
15302         Log: Subject: Re: encoding neutral unpack
15303              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15304              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
15305              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
15306
15307              Counted length prefixes shouldn't change C0/U0 mode
15308              in pack/unpack (plus a regression test)
15309      Branch: perl
15310            ! pp_pack.c t/op/pack.t
15311 ____________________________________________________________________________
15312 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
15313         Log: Subject: Re: encoding neutral unpack
15314              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15315              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
15316              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
15317
15318              Make U0 and C0 scoped to () pack subtemplates.
15319              (plus a regression test)
15320      Branch: perl
15321            ! pp_pack.c t/op/pack.t
15322 ____________________________________________________________________________
15323 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
15324         Log: Subject: Re: encoding neutral unpack
15325              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15326              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
15327              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
15328
15329              Ensure that with the C format, unpack checksums
15330              don't get overflowed. (plus a regression test)
15331      Branch: perl
15332            ! pp_pack.c t/op/pack.t
15333 ____________________________________________________________________________
15334 [ 23921] By: davem                                 on 2005/02/02  18:25:00
15335         Log: fix POSIX::strtod error handling documentation
15336      Branch: perl
15337            ! ext/POSIX/POSIX.pod
15338 ____________________________________________________________________________
15339 [ 23920] By: merijn                                on 2005/02/02  13:12:17
15340         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
15341              From: Abigail <abigail@abigail.nl>
15342              Date: Tue, 1 Feb 2005 21:33:14 +0100
15343              Message-ID: <20050201203314.GC335@abigail.nl>
15344      Branch: perl
15345            ! pod/perlfunc.pod
15346 ____________________________________________________________________________
15347 [ 23919] By: merijn                                on 2005/02/02  12:49:46
15348         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
15349              between declarations
15350      Branch: perl
15351            ! ext/Devel/PPPort/PPPort.xs
15352 ____________________________________________________________________________
15353 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
15354         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
15355              hints files to add to MANIFEST. Sort MANIFEST
15356              while I'm in the area.
15357      Branch: perl
15358            ! MANIFEST
15359 ____________________________________________________________________________
15360 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
15361         Log: Subject: Re: [perl #34010] localtime docs
15362              From: Andy Lester <andy@petdance.com>
15363              Date: Mon, 31 Jan 2005 21:24:29 -0600
15364              Message-ID: <20050201032429.GA29354@petdance.com>
15365      Branch: perl
15366            ! pod/perlfunc.pod
15367 ____________________________________________________________________________
15368 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
15369         Log: Subject: Re: encoding neutral unpack
15370              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
15371              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
15372              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
15373
15374              Forgotten character progress while checksumming over partial
15375              b or B format. (plus a regression test)
15376      Branch: perl
15377            ! pp_pack.c t/op/pack.t
15378 ____________________________________________________________________________
15379 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
15380         Log: Make Perl_keyword() another 30% faster.
15381      Branch: perl
15382            ! perl_keyword.pl toke.c
15383 ____________________________________________________________________________
15384 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
15385         Log: Regenerate perlapi.pod.
15386      Branch: perl
15387            ! pod/perlapi.pod
15388 ____________________________________________________________________________
15389 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
15390         Log: Upgrade to Devel::PPPort 3.05.
15391      Branch: perl
15392            + ext/Devel/PPPort/parts/base/5008006
15393            + ext/Devel/PPPort/parts/inc/exception
15394            + ext/Devel/PPPort/parts/todo/5008006
15395            + ext/Devel/PPPort/t/exception.t
15396            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
15397            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
15398            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
15399            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
15400            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
15401            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
15402            ! ext/Devel/PPPort/apicheck_c.PL
15403            ! ext/Devel/PPPort/devel/buildperl.pl
15404            ! ext/Devel/PPPort/devel/mkapidoc.sh
15405            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
15406            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
15407            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
15408            ! ext/Devel/PPPort/parts/apicheck.pl
15409            ! ext/Devel/PPPort/parts/base/5004000
15410            ! ext/Devel/PPPort/parts/base/5004050
15411            ! ext/Devel/PPPort/parts/base/5005000
15412            ! ext/Devel/PPPort/parts/base/5006000
15413            ! ext/Devel/PPPort/parts/base/5008001
15414            ! ext/Devel/PPPort/parts/base/5009002
15415            ! ext/Devel/PPPort/parts/embed.fnc
15416            ! ext/Devel/PPPort/parts/inc/MY_CXT
15417            ! ext/Devel/PPPort/parts/inc/SvPV
15418            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
15419            ! ext/Devel/PPPort/parts/inc/format
15420            ! ext/Devel/PPPort/parts/inc/grok
15421            ! ext/Devel/PPPort/parts/inc/limits
15422            ! ext/Devel/PPPort/parts/inc/mPUSH
15423            ! ext/Devel/PPPort/parts/inc/magic
15424            ! ext/Devel/PPPort/parts/inc/misc
15425            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
15426            ! ext/Devel/PPPort/parts/inc/newRV
15427            ! ext/Devel/PPPort/parts/inc/ppphbin
15428            ! ext/Devel/PPPort/parts/inc/ppphdoc
15429            ! ext/Devel/PPPort/parts/inc/ppphtest
15430            ! ext/Devel/PPPort/parts/inc/sv_xpvf
15431            ! ext/Devel/PPPort/parts/inc/threads
15432            ! ext/Devel/PPPort/parts/inc/uv
15433            ! ext/Devel/PPPort/parts/inc/version
15434            ! ext/Devel/PPPort/parts/ppptools.pl
15435            ! ext/Devel/PPPort/parts/todo/5009002
15436            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
15437            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
15438            ! ext/Devel/PPPort/typemap
15439 ____________________________________________________________________________
15440 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
15441         Log: Add simple exception handling macros for XS writers.
15442      Branch: perl
15443            + ext/XS/APItest/t/exception.t
15444            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
15445            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
15446 ____________________________________________________________________________
15447 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
15448         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
15449      Branch: perl
15450            ! MANIFEST
15451 ____________________________________________________________________________
15452 [ 23909] By: merijn                                on 2005/01/31  11:33:14
15453         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
15454              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
15455              Date: 31 Jan 2005 07:37:55 -0000
15456              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
15457      Branch: perl
15458            + ext/DynaLoader/hints/gnukfreebsd.pl
15459            + ext/DynaLoader/hints/gnuknetbsd.pl
15460            + ext/NDBM_File/hints/gnukfreebsd.pl
15461            + ext/NDBM_File/hints/gnuknetbsd.pl
15462            + ext/ODBM_File/hints/gnukfreebsd.pl
15463            + ext/ODBM_File/hints/gnuknetbsd.pl
15464            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
15465            + ext/Storable/hints/gnukfreebsd.pl
15466            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
15467            + hints/gnuknetbsd.sh
15468            ! Configure
15469 ____________________________________________________________________________
15470 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
15471         Log: Document the changes to PERLIO_DEBUG.
15472      Branch: perl
15473            ! pod/perlrun.pod
15474 ____________________________________________________________________________
15475 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
15476         Log: Really fix the bug [perl #33990].
15477              NB. -DIAMSUID is only set to compile sperl.o.
15478      Branch: perl
15479            ! perlio.c
15480 ____________________________________________________________________________
15481 [ 23905] By: steveh                                on 2005/01/31  10:03:56
15482         Log: Fix test suite hang on Win32 caused by change #23898
15483
15484              ("perl -e sleep 3" does an indefinite sleep!)
15485      Branch: perl
15486            ! t/op/alarm.t
15487 ____________________________________________________________________________
15488 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
15489         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
15490      Branch: perl
15491            ! perlio.c
15492 ____________________________________________________________________________
15493 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
15494         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
15495      Branch: perl
15496            ! perlio.c
15497 ____________________________________________________________________________
15498 [ 23900] By: davem                                 on 2005/01/30  17:46:35
15499         Log: minor corrections to comments in perly.y
15500      Branch: perl
15501            ! perly.y
15502 ____________________________________________________________________________
15503 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
15504         Log: Subject: h2hp: 2 fix
15505              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
15506              Date: Fri, 28 Jan 2005 16:53:11 +0100
15507              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
15508      Branch: perl
15509            ! utils/h2ph.PL
15510 ____________________________________________________________________________
15511 [ 23898] By: davem                                 on 2005/01/29  16:14:20
15512         Log: chomp() fails after alarm(), `sleep`
15513
15514              PP_backtick's temp altering of PL_rs didn't restore after
15515              an exception
15516      Branch: perl
15517            ! pp_sys.c t/op/alarm.t
15518 ____________________________________________________________________________
15519 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
15520         Log: More consistent names for all the parameter name/declaration methods
15521      Branch: perl
15522            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
15523            ! perl_keyword.pl
15524 ____________________________________________________________________________
15525 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
15526         Log: Calculate the number of tests in one place, so that the skip()s will
15527              always agree with the plan()s
15528      Branch: perl
15529            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
15530 ____________________________________________________________________________
15531 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
15532         Log: Add a reference to books.perl.org.
15533      Branch: perl
15534            ! pod/perlbook.pod
15535 ____________________________________________________________________________
15536 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
15537         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
15538              future use.
15539      Branch: perl
15540            ! genpacksizetables.pl pp_pack.c
15541 ____________________________________________________________________________
15542 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
15543         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
15544              From: Jim Cromie <jcromie@divsol.com>
15545              Date: Sun, 16 Jan 2005 17:16:00 -0700
15546              Message-ID: <41EB03C0.7030509@divsol.com>
15547              (with minor typos fixed)
15548      Branch: perl
15549            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
15550            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
15551            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
15552            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
15553            ! ext/B/t/optree_varinit.t
15554 ____________________________________________________________________________
15555 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
15556         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
15557              From: Gisle Aas <gisle@ActiveState.com>
15558              Date: 05 Jan 2005 03:21:06 -0800
15559              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
15560      Branch: perl
15561            ! perl.c
15562 ____________________________________________________________________________
15563 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
15564         Log: Make the byte order modifers < and > and the sign modifier ! (for
15565              n N v V) conditionally compile. This means that the refactored
15566              pp_pack/pp_unpack code can now be used in maint.
15567      Branch: perl
15568            ! genpacksizetables.pl pp_pack.c
15569 ____________________________________________________________________________
15570 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
15571         Log: Oops. Was forgetting to test n! N! v! V! in pack
15572      Branch: perl
15573            ! t/op/pack.t
15574 ____________________________________________________________________________
15575 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
15576         Log: Check that the warning behaviour on the modifiers !, < and > is as we
15577              expect it for this perl.
15578      Branch: perl
15579            ! t/op/pack.t
15580 ____________________________________________________________________________
15581 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
15582         Log: Make the tests for the endianness modifiers < and >, and the
15583              signnedness modifier ! conditional on perl version. Surprisingly
15584              little change needed.
15585      Branch: perl
15586            ! t/op/pack.t
15587 ____________________________________________________________________________
15588 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
15589         Log: &_q needs to *globally* escape ' and \ in its substitution.
15590      Branch: perl
15591            ! t/test.pl
15592 ____________________________________________________________________________
15593 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
15594         Log: Subject: [PATCH] BigInt mbi_rand.t failings
15595              From: Tels <nospam-abuse@bloodgate.com>
15596              Date: Tue, 25 Jan 2005 18:06:58 +0100
15597              Message-Id: <200501251806.59782@bloodgate.com>
15598      Branch: perl
15599            ! lib/Math/BigInt/Calc.pm
15600 ____________________________________________________________________________
15601 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
15602         Log: Integrate change #23880 in original comment
15603      Branch: perl
15604            ! util.c
15605 ____________________________________________________________________________
15606 [ 23880] By: merijn                                on 2005/01/25  15:41:30
15607         Log: Subject: [PATCH] perlapi.pod has pod errors
15608              From: "Jos I. Boumans" <kane@xs4all.net>
15609              Date: Tue, 25 Jan 2005 16:42:38 +0100
15610              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
15611      Branch: perl
15612            ! pod/perlapi.pod
15613 ____________________________________________________________________________
15614 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
15615         Log: Correct and update comments (before anyone writes in)
15616              Remove a temporary variable.
15617      Branch: perl
15618            ! lib/ExtUtils/Constant/Base.pm
15619 ____________________________________________________________________________
15620 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
15621         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
15622              the dump file. The newer format is only 135M
15623      Branch: perl
15624            ! toke.c
15625 ____________________________________________________________________________
15626 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
15627         Log: A script to regenerate Perl_keyword()
15628      Branch: perl
15629            + perl_keyword.pl
15630            ! MANIFEST
15631 ____________________________________________________________________________
15632 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
15633         Log: Add weights to ExtUtils::Constant to allow sorting by expected
15634              frequency. This makes the Perl_keyword() replacement 20% faster,
15635              rather than just 12%
15636      Branch: perl
15637            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
15638 ____________________________________________________________________________
15639 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
15640         Log: Replace Perl_keyword() with a version that's 20% faster on typical
15641              input, generated by subclassing ExtUtils::Constant. (Typical input
15642              being about 135M of input from running a lot of perl scripts)
15643      Branch: perl
15644            ! toke.c
15645 ____________________________________________________________________________
15646 [ 23874] By: merijn                                on 2005/01/24  15:10:55
15647         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
15648              From: "Craig A. Berry" <craigberry@mac.com>
15649              Date: Sun, 23 Jan 2005 14:23:17 -0600
15650              Message-ID: <41F407B5.7020106@mac.com>
15651      Branch: perl
15652            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
15653 ____________________________________________________________________________
15654 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
15655         Log: Revert change 23843.
15656              (See discussion for bug [perl #31924])
15657      Branch: perl
15658            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
15659            ! pp_ctl.c proto.h t/comp/require.t
15660 ____________________________________________________________________________
15661 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
15662         Log: Subject: [perl #33906] Missing \\ in perlre
15663              From: Andrew (via RT) <perlbug-followup@perl.org>
15664              Date: 23 Jan 2005 20:52:51 -0000
15665              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
15666      Branch: perl
15667            ! pod/perlre.pod
15668 ____________________________________________________________________________
15669 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
15670         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
15671              From: "Craig A. Berry" <craigberry@mac.com>
15672              Date: Sun, 23 Jan 2005 13:44:49 -0600
15673              Message-ID: <41F3FEB1.9020102@mac.com>
15674      Branch: perl
15675            ! lib/Test/Harness/Straps.pm
15676 ____________________________________________________________________________
15677 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
15678         Log: Subject: Re: [perl #33892] Add Interix support
15679              From: Todd Vierling <tv@duh.org>
15680              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
15681              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
15682      Branch: perl
15683            ! hints/interix.sh
15684 ____________________________________________________________________________
15685 [ 23869] By: davem                                 on 2005/01/23  22:20:10
15686         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
15687              From:  Jarkko Hietaniemi <jhi@iki.fi>
15688              Date:  Sun, 23 Jan 2005 21:25:01 +0200
15689              Message-Id:  <41F3FA0D.4010301@iki.fi>
15690
15691              The uc() memory reduction patch had a memory leak...
15692      Branch: perl
15693            ! pp.c
15694 ____________________________________________________________________________
15695 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
15696         Log: Tidy up 2 comments
15697      Branch: perl
15698            ! regcomp.c
15699 ____________________________________________________________________________
15700 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
15701         Log: Assimilate ExtUtils::Constant 0.16
15702      Branch: perl
15703            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
15704            + lib/ExtUtils/Constant/XS.pm
15705            ! MANIFEST lib/ExtUtils/Constant.pm
15706 ____________________________________________________________________________
15707 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
15708         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
15709      Branch: perl
15710            ! regcomp.c
15711 ____________________________________________________________________________
15712 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
15713         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
15714              From: Jarkko Hietaniemi <jhi@iki.fi>
15715              Message-ID: <41F2C427.7020003@iki.fi>
15716              Date: Sat, 22 Jan 2005 23:22:47 +0200
15717      Branch: perl
15718            ! hints/dec_osf.sh
15719 ____________________________________________________________________________
15720 [ 23863] By: davem                                 on 2005/01/22  18:27:58
15721         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
15722              From:  Jarkko Hietaniemi <jhi@iki.fi>
15723              Date:  Sat, 22 Jan 2005 11:33:12 +0200
15724              Message-Id:  <41F21DD8.3050500@iki.fi>
15725
15726              change #23857 miscalculated the SvGROW size
15727      Branch: perl
15728            ! pp.c
15729 ____________________________________________________________________________
15730 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
15731         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
15732              From: Jarkko Hietaniemi <jhi@iki.fi>
15733              Message-ID: <41F2911E.8090204@iki.fi>
15734              Date: Sat, 22 Jan 2005 19:45:02 +0200
15735
15736              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
15737      Branch: perl
15738            ! hints/dec_osf.sh
15739 ____________________________________________________________________________
15740 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
15741         Log: Update copyright years and add editor blocks
15742      Branch: perl
15743            ! doop.c hv.c utf8.c
15744 ____________________________________________________________________________
15745 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
15746         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15747              Subject: Re: [PATCH] do not assume quads or long doubles
15748              Message-ID: <41F21B0A.2050301@iki.fi>
15749              Date: Sat, 22 Jan 2005 11:21:14 +0200
15750      Branch: perl
15751            ! pp_pack.c
15752 ____________________________________________________________________________
15753 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
15754         Log: Remove now-unnecessary check. (It's done earlier)
15755      Branch: perl
15756            ! pp_pack.c
15757 ____________________________________________________________________________
15758 [ 23857] By: davem                                 on 2005/01/22  00:17:40
15759         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
15760              From:  Jarkko Hietaniemi <jhi@iki.fi>
15761              Date:  Sat, 22 Jan 2005 00:20:12 +0200
15762              Message-Id:  <41F1801C.3080201@iki.fi>
15763
15764              Make buffer size estimates for utf8 case conversion less maximally
15765              pessimistic
15766      Branch: perl
15767            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
15768            ! toke.c utf8.c utf8.h
15769 ____________________________________________________________________________
15770 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
15771         Log: Shrink a switch() statment by driving the size calculations from the
15772              size table. This requires #ifdef()s in the size table initialiser.
15773              Astoundingly this shaves over 6K of the object size with -Os on OS X.
15774              I was expecting about 1K (due to shrinking a branch table). Mind you,
15775              I'm not going to argue with what I got. :-)
15776      Branch: perl
15777            ! genpacksizetables.pl pp_pack.c
15778 ____________________________________________________________________________
15779 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
15780         Log: Make the length overrun checking and stack extension table driven.
15781              (Shaves about 3k off pp_pack.o)
15782      Branch: perl
15783            + genpacksizetables.pl
15784            ! MANIFEST pp_pack.c
15785 ____________________________________________________________________________
15786 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
15787         Log: Subject: [perl #32503] Fix for Storable module
15788              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
15789              Date: 19 Nov 2004 13:06:57 -0000
15790              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
15791      Branch: perl
15792            ! ext/Storable/Storable.xs
15793 ____________________________________________________________________________
15794 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
15795         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
15796      Branch: perl
15797            ! ext/Data/Dumper/Dumper.pm
15798 ____________________________________________________________________________
15799 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
15800         Log: Name another pack test
15801      Branch: perl
15802            ! t/op/pack.t
15803 ____________________________________________________________________________
15804 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
15805         Log: Subject: [perl #33892] Add Interix support
15806              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
15807              Date: 21 Jan 2005 14:36:31 -0000
15808              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
15809
15810              (except the Configure chunk)
15811              (and bump version numbers of modules)
15812      Branch: perl
15813            + hints/interix.sh
15814            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
15815            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
15816 ____________________________________________________________________________
15817 [ 23848] By: merijn                                on 2005/01/21  14:47:31
15818         Log: Subject: [perl #33892] Add Interix support
15819              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
15820              Date: 21 Jan 2005 14:36:31 -0000
15821              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
15822      Branch: perl
15823            ! Configure
15824 ____________________________________________________________________________
15825 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
15826         Log: Upgrade to Test::Harness 2.46
15827      Branch: perl
15828            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
15829            + lib/Test/Harness/t/prove-globbing.t
15830            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
15831            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
15832            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
15833            ! lib/Test/Harness/t/strap.t
15834 ____________________________________________________________________________
15835 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
15836         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
15837              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
15838              Date: Tue, 28 Dec 2004 16:01:49 -0800
15839              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
15840      Branch: perl
15841            ! ext/B/B.pm
15842 ____________________________________________________________________________
15843 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
15844         Log: Subject: [Patch] [perl #32446]  close leaves fd open
15845              From: Steffen Ullrich <coyote.frank@gmx.net>
15846              Date: Wed, 01 Dec 2004 15:22:34 +0100
15847              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
15848      Branch: perl
15849            ! perlio.c
15850 ____________________________________________________________________________
15851 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
15852         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
15853              From: Rick Delaney <rick@bort.ca>
15854              Date: Wed, 13 Oct 2004 12:40:18 -0400
15855              Message-ID: <20041013164018.GA32174@biff.bort.ca>
15856      Branch: perl
15857            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
15858            ! pp_ctl.c proto.h t/comp/require.t
15859 ____________________________________________________________________________
15860 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
15861         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
15862              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15863              Date: Mon, 20 Dec 2004 16:08:56 -0800
15864              Message-ID: <20041221000856.GA2924@efn.org>
15865      Branch: perl
15866            ! pp_sys.c t/op/stat.t
15867 ____________________________________________________________________________
15868 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
15869         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
15870              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15871              Date: Sun, 19 Dec 2004 23:57:56 -0800
15872              Message-ID: <20041220075754.GA800@efn.org>
15873      Branch: perl
15874            ! ext/B/B.pm
15875 ____________________________________________________________________________
15876 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
15877         Log: Subject: [patch] cleanup perlsfio.h
15878              From: Stas Bekman <stas@stason.org>
15879              Date: Thu, 13 Jan 2005 16:14:23 -0500
15880              Message-ID: <41E6E4AF.8070303@stason.org>
15881      Branch: perl
15882            ! perlsfio.h
15883 ____________________________________________________________________________
15884 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
15885         Log: VERSION++
15886      Branch: perl
15887            ! lib/Text/ParseWords.pm
15888 ____________________________________________________________________________
15889 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
15890         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
15891              From: Alexey Tourbin <at@altlinux.ru>
15892              Date: Tue, 28 Dec 2004 22:29:37 +0300
15893              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
15894      Branch: perl
15895            + lib/Text/ParseWords/taint.t
15896            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
15897 ____________________________________________________________________________
15898 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
15899         Log: Run regen.pl and pod/buildtoc --build-all
15900      Branch: perl
15901            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
15902 ____________________________________________________________________________
15903 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
15904         Log: A little more determinacy in our sorting
15905      Branch: perl
15906            ! autodoc.pl
15907 ____________________________________________________________________________
15908 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
15909         Log: Make "assertion" attribute code and test conditional
15910      Branch: perl
15911            ! t/op/attrs.t xsutils.c
15912 ____________________________________________________________________________
15913 [ 23824] By: merijn                                on 2005/01/19  18:32:41
15914         Log: Subject: [PATCH] Further follow-up to 23767
15915              From: Robin Barker <Robin.Barker@npl.co.uk>
15916              Date: Wed, 19 Jan 2005 18:30:31 -0000
15917              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
15918      Branch: perl
15919            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
15920 ____________________________________________________________________________
15921 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
15922         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
15923              From: Noah <sitz@onastick.net>
15924              Date: Wed, 19 Jan 2005 12:33:52 -0500
15925              Message-ID: <20050119173352.GA15592@radu.onastick.net>
15926      Branch: perl
15927            ! utils/h2xs.PL
15928 ____________________________________________________________________________
15929 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
15930         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
15931              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15932              Date: Sun, 16 Jan 2005 10:30:45 -0800
15933              Message-ID: <20050116183045.GA2768@efn.org>
15934      Branch: perl
15935            ! t/op/stat.t
15936 ____________________________________________________________________________
15937 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
15938         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
15939              From: "Jos I. Boumans" <kane@xs4all.net>
15940              Date: Tue, 18 Jan 2005 15:12:03 +0100
15941              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
15942      Branch: perl
15943            ! ext/Data/Dumper/Dumper.pm
15944 ____________________________________________________________________________
15945 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
15946         Log: Fix dependencies in ext/B/Makefile.PL
15947              (bug #8254, fix by Alan Burlison)
15948      Branch: perl
15949            ! ext/B/Makefile.PL
15950 ____________________________________________________________________________
15951 [ 23817] By: steveh                                on 2005/01/19  09:33:27
15952         Log: Exclude "Thread" from $Config{extensions}
15953
15954              It is already excluded from $Config{dynamic_ext}, so should not be
15955              in $Config{extensions} either. (Note that Thread is actually still
15956              built, though. This is just for consistency with Unix builds.)
15957      Branch: perl
15958            ! win32/config_sh.PL
15959 ____________________________________________________________________________
15960 [ 23816] By: steveh                                on 2005/01/19  08:55:06
15961         Log: Exclude "Thread" from $Config{dynamic_ext}
15962
15963              This was accidentally broken by change 23757.  It has already been
15964              fixed in maint-5.8 when resolving conflicts during integration of
15965              23757, so this one does NOT need integrating itself!
15966
15967              For more details see:
15968              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
15969      Branch: perl
15970            ! win32/config_sh.PL
15971 ____________________________________________________________________________
15972 [ 23807] By: steveh                                on 2005/01/17  17:55:02
15973         Log: Fix for building with MinGW under Cygwin
15974
15975              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
15976              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15977              Date: Thu, 13 Jan 2005 16:11:36 -0800
15978              Message-ID: <20050114001136.GC2516@efn.org>
15979      Branch: perl
15980            ! ext/Errno/Errno_pm.PL
15981 ____________________________________________________________________________
15982 [ 23806] By: steveh                                on 2005/01/17  16:57:10
15983         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
15984      Branch: perl
15985            ! win32/config_sh.PL
15986 ____________________________________________________________________________
15987 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
15988         Log: Better test diagnostics for the numbers tests.
15989              (Failure diagnostics were always good, but now the tests have names,
15990              which show even when they pass)
15991      Branch: perl
15992            ! t/op/pack.t
15993 ____________________________________________________________________________
15994 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
15995         Log: Correct the editor block to match the perl 5 policy on tabs
15996      Branch: perl
15997            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
15998            ! sv.c universal.c
15999 ____________________________________________________________________________
16000 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
16001         Log: Refactor S_regclass to generate slightly smaller object code
16002      Branch: perl
16003            ! regcomp.c
16004 ____________________________________________________________________________
16005 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
16006         Log: A terser way to write the \-ing code in pv_uni_display
16007              Plus drive-by insert of a more correct editor block. (thanks Dave)
16008      Branch: perl
16009            ! utf8.c
16010 ____________________________________________________________________________
16011 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
16012         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
16013              is taken from the SV's UTF-8ness
16014      Branch: perl
16015            ! pod/perlapi.pod sv.c
16016 ____________________________________________________________________________
16017 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
16018         Log: SvUTF8_off() in do_join can be unconditional.
16019      Branch: perl
16020            ! doop.c
16021 ____________________________________________________________________________
16022 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
16023         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
16024      Branch: perl
16025            ! op.c regcomp.c toke.c utf8.c
16026 ____________________________________________________________________________
16027 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
16028         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
16029      Branch: perl
16030            ! sv.c
16031 ____________________________________________________________________________
16032 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
16033         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
16034      Branch: perl
16035            ! utf8.c
16036 ____________________________________________________________________________
16037 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
16038         Log: replace NEWSV(), SvSetSV() with newSVsv()
16039      Branch: perl
16040            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
16041 ____________________________________________________________________________
16042 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
16043         Log: Turn the unreachable code into assertions. (So prove me wrong...)
16044      Branch: perl
16045            ! pp_pack.c
16046 ____________________________________________________________________________
16047 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
16048         Log: Source code tidy up - avoid assigning to sv.
16049      Branch: perl
16050            ! pp_pack.c
16051 ____________________________________________________________________________
16052 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
16053         Log: Avoid dogfood problems when an empty string accidentally ends up
16054              as a constant name. [They don't work in qw(), strangely]
16055      Branch: perl
16056            ! lib/ExtUtils/Constant.pm
16057 ____________________________________________________________________________
16058 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
16059         Log: The leaktesting of NEWSV() is long dead, so create and initialise
16060              SV values in one, to simplify source code and shrink object code
16061              by about 1%
16062      Branch: perl
16063            ! pp_pack.c
16064 ____________________________________________________________________________
16065 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
16066         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
16067              representation.
16068      Branch: perl
16069            ! t/op/join.t
16070 ____________________________________________________________________________
16071 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
16072         Log: Update copyright years. Add an editor block while passing by.
16073      Branch: perl
16074            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
16075            ! universal.c
16076 ____________________________________________________________________________
16077 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
16078         Log: utf.pm needs to require Carp before croak()ing
16079      Branch: perl
16080            ! lib/utf8.pm lib/utf8.t
16081 ____________________________________________________________________________
16082 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
16083         Log: Refactor all the unpack checksum-or-not logic to avoid massive
16084              duplication.
16085      Branch: perl
16086            ! pp_pack.c
16087 ____________________________________________________________________________
16088 [ 23786] By: merijn                                on 2005/01/13  11:28:31
16089         Log: Subject: Re: killing USE_5005THREADS in blead?
16090              From: Stas Bekman <stas@stason.org>
16091              Date: Wed, 12 Jan 2005 16:32:42 -0500
16092              Message-ID: <41E5977A.3060306@stason.org>
16093      Branch: perl
16094            ! perl.c
16095 ____________________________________________________________________________
16096 [ 23785] By: steveh                                on 2005/01/13  10:24:13
16097         Log: Fix Win32 build problem caused by change 23757
16098
16099              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
16100              run by miniperl.exe when making the ..\config.sh target, but
16101              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
16102              perlglob.exe to do the glob().  perlglob.exe has been built, but is
16103              in the top-level of the source tree so is not found when miniperl.exe
16104              is executed from within the win32/ sub-directory.
16105
16106              This was causing smokes to fail on t/lib/commonsense.t because the
16107              "extensions" field in lib/Config_heavy.pl only contained
16108              "threads/shared" as a result of the glob() not finding anything.
16109
16110              Manual builds had been working fine for me because I had an installed
16111              perl in my PATH so perlglob.exe was being found there instead!
16112      Branch: perl
16113            ! win32/FindExt.pm
16114 ____________________________________________________________________________
16115 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
16116         Log: Subject: [PATCH] follow-up to #23765
16117              From: "Craig A. Berry" <craigberry@mac.com>
16118              Date: Tue, 11 Jan 2005 21:01:27 -0600
16119              Message-ID: <41E49307.7080900@mac.com>
16120      Branch: perl
16121            ! lib/warnings.t
16122 ____________________________________________________________________________
16123 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
16124         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
16125              (for cases of mixed UTF8/bytes)
16126              Test code based on bug report by John Gardiner Myers
16127      Branch: perl
16128            ! pp.c t/op/index.t
16129 ____________________________________________________________________________
16130 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
16131         Log: Subject: [PATCH] follow-up to 23767
16132              From: Robin Barker <Robin.Barker@npl.co.uk>
16133              Date: Tue, 11 Jan 2005 15:48:49 -0000
16134              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
16135      Branch: perl
16136            ! Porting/pumpkin.pod sv.c
16137 ____________________________________________________________________________
16138 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
16139         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
16140      Branch: perl
16141            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
16142            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
16143            ! proto.h scope.c scope.h sv.c thrdvar.h
16144 ____________________________________________________________________________
16145 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
16146         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
16147              From: "Craig A. Berry" <craigberry@mac.com>
16148              Message-ID: <41E1C261.5020100@mac.com>
16149              Date: Sun, 09 Jan 2005 17:46:41 -0600
16150      Branch: perl
16151            ! t/op/split.t
16152 ____________________________________________________________________________
16153 [ 23778] By: steveh                                on 2005/01/10  11:53:10
16154         Log: Need to close files before unlinking them on Win32
16155
16156              (Various files created by test programs are left behind otherwise,
16157              and distclean doesn't clean them up)
16158      Branch: perl
16159            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
16160            ! lib/FileCache/t/07noimport.t t/op/read.t
16161 ____________________________________________________________________________
16162 [ 23777] By: steveh                                on 2005/01/10  10:28:00
16163         Log: Make Win32's distclean target clean up properly
16164      Branch: perl
16165            ! win32/Makefile win32/makefile.mk
16166 ____________________________________________________________________________
16167 [ 23776] By: steveh                                on 2005/01/10  09:45:50
16168         Log: Get $Config{osvers} filled in on Win32
16169      Branch: perl
16170            ! win32/config_sh.PL
16171 ____________________________________________________________________________
16172 [ 23775] By: merijn                                on 2005/01/10  08:54:00
16173         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
16174              Date: Sun, 09 Jan 2005 17:52:09 -0600
16175              From: "Craig A. Berry" <craigberry@mac.com>
16176              Message-ID: <41E1C3A9.9080900@mac.com>
16177      Branch: perl
16178            ! configure.com
16179 ____________________________________________________________________________
16180 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
16181         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
16182      Branch: perl
16183            ! pp.c
16184 ____________________________________________________________________________
16185 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
16186         Log: If we know the length of the string constant, save a strlen()
16187      Branch: perl
16188            ! perl.c pp_sys.c
16189 ____________________________________________________________________________
16190 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
16191         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
16192              strlen(). Add savesvpv(sv), which gets the length from the SV,
16193              and returns a copy of its PV.
16194      Branch: perl
16195            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
16196            ! universal.c util.c
16197 ____________________________________________________________________________
16198 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
16199         Log: Can pass in a length here without introducing a bug. Might save
16200              a strlen()
16201      Branch: perl
16202            ! toke.c
16203 ____________________________________________________________________________
16204 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
16205         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
16206              as I think that it will be needed for utf8 soft references.
16207      Branch: perl
16208            ! toke.c
16209 ____________________________________________________________________________
16210 [ 23769] By: steveh                                on 2005/01/07  17:25:35
16211         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
16212              and force PERL_MALLOC off if USE_IMP_SYS is on
16213
16214              This brings makefile.mk into line with Makefile in this regard
16215
16216              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
16217              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
16218              so it is sensible to enforce this, and to not have the default set
16219              to a configuration that isn't allowed)
16220      Branch: perl
16221            ! win32/makefile.mk
16222 ____________________________________________________________________________
16223 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
16224         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
16225              From: Jim Cromie <jim.cromie@gmail.com>
16226              Date: Mon, 3 Jan 2005 06:36:16 -0700
16227              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
16228      Branch: perl
16229            + lib/vars_carp.t
16230            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
16231            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
16232            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
16233 ____________________________________________________________________________
16234 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
16235         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
16236              From: Robin Barker <Robin.Barker@npl.co.uk>
16237              Date: Wed, 5 Jan 2005 11:55:09 -0000
16238              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
16239      Branch: perl
16240            ! mg.c perl.h pp.h pp_sys.c sv.c
16241 ____________________________________________________________________________
16242 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
16243         Log: Stage 1 of utf8 support for soft references.
16244              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
16245              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
16246              Provide a backwards compatability gv_fetchpv
16247              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
16248              the pointer from an SV
16249              All tests still pass.
16250      Branch: perl
16251            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
16252            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
16253 ____________________________________________________________________________
16254 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
16255         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
16256              From: "Craig A. Berry" <craigberry@mac.com>
16257              Message-ID: <41DDCA71.1080704@mac.com>
16258              Date: Thu, 06 Jan 2005 17:32:01 -0600
16259      Branch: perl
16260            ! lib/warnings.t
16261 ____________________________________________________________________________
16262 [ 23764] By: steveh                                on 2005/01/07  08:35:29
16263         Log: Fix win32/config.*'s cc, ld and other related values
16264
16265              cc and ld themselves always get replaced with correct values anyway
16266              so we just provide example values as per other similar settings
16267
16268              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
16269              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
16270
16271              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16272              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16273              Date: Wed, 5 Jan 2005 10:01:41 -0800
16274              Message-ID: <20050105180141.GA676@efn.org>
16275
16276              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16277              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16278              Date: Thu, 6 Jan 2005 11:53:11 -0800
16279              Message-ID: <20050106195311.GC1300@efn.org>
16280      Branch: perl
16281            ! win32/config.bc win32/config.gc win32/config.vc
16282            ! win32/config.vc64
16283 ____________________________________________________________________________
16284 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
16285         Log: Add TODO tests for UTF8 encoded soft references
16286      Branch: perl
16287            ! t/op/ref.t
16288 ____________________________________________________________________________
16289 [ 23762] By: steveh                                on 2005/01/06  16:50:10
16290         Log: Allow static linking core extensions on Win32 with MinGW
16291
16292              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16293              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16294              Date: Wed, 5 Jan 2005 10:01:41 -0800
16295              Message-ID: <20050105180141.GA676@efn.org>
16296      Branch: perl
16297            ! win32/buildext.pl win32/makefile.mk
16298 ____________________________________________________________________________
16299 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
16300         Log: Silence a compilation warning
16301      Branch: perl
16302            ! pp_sort.c
16303 ____________________________________________________________________________
16304 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
16305         Log: Turn barewords into strings to run under strict subs.
16306              Run under strict refs outside the soft reference tests.
16307      Branch: perl
16308            ! t/op/ref.t
16309 ____________________________________________________________________________
16310 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
16311         Log: All tests now use test.pl
16312      Branch: perl
16313            ! t/op/ref.t
16314 ____________________________________________________________________________
16315 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
16316         Log: Start converting t/op/ref.t to use test.pl
16317      Branch: perl
16318            ! t/op/ref.t
16319 ____________________________________________________________________________
16320 [ 23757] By: steveh                                on 2005/01/06  11:26:12
16321         Log: Fix extensions config fields on Win32 to be as they are on Unix
16322
16323              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
16324              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16325              Date: Wed, 5 Jan 2005 10:01:41 -0800
16326              Message-ID: <20050105180141.GA676@efn.org>
16327      Branch: perl
16328            ! win32/FindExt.pm win32/config_sh.PL
16329 ____________________________________________________________________________
16330 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
16331         Log: Correct a Greengrocer's apostrophe.
16332      Branch: perl
16333            ! ext/DynaLoader/dl_dyld.xs
16334 ____________________________________________________________________________
16335 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
16336         Log: Foolishly I committed change 23753 before remembering to test without
16337              ithreads. No tests => bugs. This should fix them.
16338      Branch: perl
16339            ! perl.c
16340 ____________________________________________________________________________
16341 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
16342         Log: Error-free constant folding is a TODO
16343      Branch: perl
16344            ! pod/perltodo.pod
16345 ____________________________________________________________________________
16346 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
16347         Log: Turn INIT_TLS_AND_INTERP into a static function
16348      Branch: perl
16349            ! perl.c
16350 ____________________________________________________________________________
16351 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
16352         Log: Shave off the explict 1; from the end of lib/Config.pm
16353      Branch: perl
16354            ! configpm
16355 ____________________________________________________________________________
16356 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
16357         Log: Subject: [PATCH] unnecessary rmdir in Makefile
16358              From: Robin Barker <Robin.Barker@npl.co.uk>
16359              Date: Wed, 5 Jan 2005 11:58:54 -0000
16360              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
16361      Branch: perl
16362            ! Makefile.SH
16363 ____________________________________________________________________________
16364 [ 23750] By: merijn                                on 2005/01/05  11:44:11
16365         Log: Subject: [PATCH] gcc and ld in Configure
16366              From: Robin Barker <Robin.Barker@npl.co.uk>
16367              Date: Wed, 5 Jan 2005 12:04:25 -0000
16368              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
16369      Branch: perl
16370            ! hints/solaris_2.sh
16371 ____________________________________________________________________________
16372 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
16373         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
16374              From: Gisle Aas <gisle@ActiveState.com>
16375              Date: 05 Jan 2005 01:09:51 -0800
16376              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
16377      Branch: perl
16378            ! thread.h
16379 ____________________________________________________________________________
16380 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
16381         Log: Subject: [PATCH] -Duselargefiles for VMS
16382              From: "Craig A. Berry" <craigberry@mac.com>
16383              Message-ID: <41DB63A6.7040504@mac.com>
16384              Date: Tue, 04 Jan 2005 21:48:54 -0600
16385      Branch: perl
16386            ! configure.com vms/descrip_mms.template vms/vmsish.h
16387 ____________________________________________________________________________
16388 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
16389         Log: Rafael spotted that my changes caused warnings. So clean up.
16390      Branch: perl
16391            ! t/op/attrs.t
16392 ____________________________________________________________________________
16393 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
16394         Log: Update copyright years.
16395      Branch: perl
16396            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
16397 ____________________________________________________________________________
16398 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
16399         Log: Make the switch statement discriminate similar names more
16400              efficiently.
16401      Branch: perl
16402            ! xsutils.c
16403 ____________________________________________________________________________
16404 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
16405         Log: Check all attributes in modify_SV_attributes are recognised.
16406              Fix bug where 'assertion' was always rejected as invalid.
16407      Branch: perl
16408            ! t/op/attrs.t xsutils.c
16409 ____________________________________________________________________________
16410 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
16411         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
16412      Branch: perl
16413            ! t/io/layers.t
16414 ____________________________________________________________________________
16415 [ 23742] By: merijn                                on 2005/01/04  12:38:03
16416         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
16417              From: Robin Barker <Robin.Barker@npl.co.uk>
16418              Date: Tue, 4 Jan 2005 12:32:29 -0000
16419              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
16420      Branch: perl
16421            ! pod/perlxs.pod
16422 ____________________________________________________________________________
16423 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
16424         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
16425      Branch: perl
16426            ! gv.c mg.c
16427 ____________________________________________________________________________
16428 [ 23740] By: steveh                                on 2005/01/04  10:56:55
16429         Log: Bring win32/config.* into line with win32/config_H.*
16430              so that "perl -V:usemallocwrap" tells us what the configuration is
16431              instead of saying 'UNKNOWN'.
16432      Branch: perl
16433            ! win32/config.bc win32/config.gc win32/config.vc
16434            ! win32/config.vc64
16435 ____________________________________________________________________________
16436 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
16437         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
16438              From: Tels <nospam-abuse@bloodgate.com>
16439              Date: Sat, 1 Jan 2005 18:59:51 +0100
16440              Message-Id: <200501011859.52858@bloodgate.com>
16441      Branch: perl
16442            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
16443            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16444            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
16445            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
16446            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
16447            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
16448            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
16449            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
16450            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
16451            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
16452            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
16453            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
16454            ! lib/bignum/t/option_p.t lib/bigrat.pm
16455            ! t/lib/Math/BigFloat/Subclass.pm
16456 ____________________________________________________________________________
16457 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
16458         Log: Happy new year
16459      Branch: perl
16460            ! README
16461 ____________________________________________________________________________
16462 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
16463         Log: Return an immortal from attributes::_warn_reserved (a private
16464              function). (saves creating a new IV)
16465      Branch: perl
16466            ! xsutils.c
16467 ____________________________________________________________________________
16468 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
16469         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
16470      Branch: perl
16471            ! xsutils.c
16472 ____________________________________________________________________________
16473 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
16474         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
16475              threaded, but "oh no it isn't!" :-(
16476      Branch: perl
16477            ! toke.c
16478 ____________________________________________________________________________
16479 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
16480         Log: Integrate a patch from Gentoo for uclibc support.
16481              See :
16482              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
16483              From: Alexey Tourbin <at@altlinux.ru>
16484              Date: Tue, 28 Dec 2004 14:25:42 +0300
16485              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
16486      Branch: perl
16487            ! perlio.c
16488 ____________________________________________________________________________
16489 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
16490         Log: Remove compiler warnings.
16491      Branch: perl
16492            ! toke.c
16493 ____________________________________________________________________________
16494 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
16495         Log: Change 23727 broke code that relied on \ being escaped.
16496              Fix this. *Everything* should work now.
16497      Branch: perl
16498            + t/run/switchF1.t
16499            ! MANIFEST toke.c
16500 ____________________________________________________________________________
16501 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
16502         Log: Splitting the -n/-p code and concatenating strings generates
16503              smaller object code.
16504      Branch: perl
16505            ! toke.c
16506 ____________________________________________________________________________
16507 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
16508         Log: Concatenate some string constants
16509      Branch: perl
16510            ! toke.c
16511 ____________________________________________________________________________
16512 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
16513         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
16514              lot of quoting code
16515      Branch: perl
16516            ! toke.c
16517 ____________________________________________________________________________
16518 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
16519         Log: Probably should be using *pvn rather than *pv forms for speed in
16520              toke.c (to save a strlen())
16521      Branch: perl
16522            ! toke.c
16523 ____________________________________________________________________________
16524 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
16525         Log: strEQ/strNE of 1 character strings seems better hand inlined,
16526              because it generates smaller object code (as well as being
16527              faster than a true function call)
16528      Branch: perl
16529            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
16530 ____________________________________________________________________________
16531 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
16532         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
16533              Tweak is_gv_magical's string comparisons to produce smaller object
16534              code.
16535              First 2005 copyright notice.
16536      Branch: perl
16537            ! gv.c
16538 ____________________________________________________________________________
16539 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
16540         Log: Change 23714 accidentally broke t/io/layers.t when testing with
16541              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
16542              based on the locale, we have no perl space access to PL_utf8locale
16543              so assume for the moment that UTF8 is never conditionally enabled.
16544      Branch: perl
16545            ! t/io/layers.t
16546 ____________________________________________________________________________
16547 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
16548         Log: Skip the switch statement entirely if the pointer is null, rather
16549              than the old pointless switch on '\0'. Also skip re-comparing the
16550              first character. Faster, and generates terser object code.
16551      Branch: perl
16552            ! pp.c
16553 ____________________________________________________________________________
16554 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
16555         Log: Doing the strnEQ char by char for 2 and 3 character strings
16556              generates a smaller object file, and will be faster.
16557      Branch: perl
16558            ! doio.c
16559 ____________________________________________________________________________
16560 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
16561         Log: Improve documentation for is_gv_magical, and split the switch
16562              statement into 2 parts, lengths > 1 and lengths <= 1
16563              This should cause most variables (lower case, multicharacter)
16564              to escape the function without passing through a switch table.
16565      Branch: perl
16566            ! gv.c
16567 ____________________________________________________________________________
16568 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
16569         Log: Because name is always NUL terminated we can incorporate length
16570              0 names in the switch statement for length 1.
16571      Branch: perl
16572            ! gv.c
16573 ____________________________________________________________________________
16574 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
16575         Log: Generate smaller object code by using a single switch statement
16576              for determining which names are forced into main::
16577      Branch: perl
16578            ! gv.c
16579 ____________________________________________________________________________
16580 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
16581         Log: Tidy up comments in change 23716
16582      Branch: perl
16583            ! gv.c
16584 ____________________________________________________________________________
16585 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
16586         Log: Refactor gv_fetchpv so that the overwhelmingly common case
16587              (variable names starting with a lower case letter or _, longer
16588              than one character) get out of the function very quickly.
16589              (Without even passing through a switch statement jump table)
16590              Also fixes bug 33631
16591      Branch: perl
16592            ! gv.c
16593 ____________________________________________________________________________
16594 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
16595         Log: Subject: [PATCH] randbits and randfunc for VMS
16596              From: "Craig A. Berry" <craigberry@mac.com>
16597              Message-ID: <41D570BF.8010409@mac.com>
16598              Date: Fri, 31 Dec 2004 09:31:11 -0600
16599      Branch: perl
16600            ! configure.com
16601 ____________________________________________________________________________
16602 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
16603         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
16604      Branch: perl
16605            ! AUTHORS t/io/layers.t
16606 ____________________________________________________________________________
16607 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
16608         Log: Mention ppport.h and its --api-info switch in perlguts.
16609      Branch: perl
16610            ! pod/perlguts.pod
16611 ____________________________________________________________________________
16612 [ 23711] By: merijn                                on 2004/12/30  13:10:20
16613         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
16614              From: Gisle Aas <gisle@ActiveState.com>
16615              Date: 30 Dec 2004 03:39:36 -0800
16616              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
16617      Branch: perl
16618            ! Configure
16619 ____________________________________________________________________________
16620 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
16621         Log: Thinko in the description of Config::Extensions
16622      Branch: perl
16623            ! MANIFEST
16624 ____________________________________________________________________________
16625 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
16626         Log: Experimental module intended to simplify core regression tests
16627      Branch: perl
16628            + lib/Config/Extensions.pm lib/Config/Extensions.t
16629            ! MANIFEST
16630 ____________________________________________________________________________
16631 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
16632         Log: Skip tests that binmode :utf8 if there is no perlio
16633      Branch: perl
16634            ! t/op/read.t
16635 ____________________________________________________________________________
16636 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
16637         Log: Ooops. Fix unitialised variable
16638      Branch: perl
16639            ! pp_sys.c
16640 ____________________________________________________________________________
16641 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
16642         Log: Oops. Forgot to uncomment the last set of Unicode values for
16643              testing.
16644      Branch: perl
16645            ! t/op/read.t
16646 ____________________________________________________________________________
16647 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
16648         Log: read (and presuambly sysread) would expose the UTF8 internals when
16649              reading from a byte orientated file handle into a UTF8 scalar.
16650      Branch: perl
16651            ! pp_sys.c t/op/read.t
16652 ____________________________________________________________________________
16653 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
16654         Log: Add a lot of tests for combinations of values, offsets and lengths
16655      Branch: perl
16656            ! t/op/read.t
16657 ____________________________________________________________________________
16658 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
16659         Log: Convert op/read.t to use test.pl and make it stricture compliant.
16660      Branch: perl
16661            ! t/op/read.t
16662 ____________________________________________________________________________
16663 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
16664         Log: Upgrade to Devel::PPPort 3.04
16665      Branch: perl
16666            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
16667            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
16668            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
16669            ! ext/Devel/PPPort/parts/inc/ppphbin
16670            ! ext/Devel/PPPort/parts/inc/ppphdoc
16671            ! ext/Devel/PPPort/parts/inc/ppphtest
16672 ____________________________________________________________________________
16673 [ 23696] By: merijn                                on 2004/12/29  12:41:14
16674         Log: Rebuilt after backport start for 23674, 23675, and 23676
16675      Branch: perl
16676            ! Configure
16677 ____________________________________________________________________________
16678 [ 23691] By: merijn                                on 2004/12/29  11:57:57
16679         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
16680              Date: Tue, 28 Dec 2004 13:49:19 -0800
16681              From: Stephen McCamant <smcc@MIT.EDU>
16682              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
16683      Branch: perl
16684            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
16685            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
16686            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
16687            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
16688            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
16689            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
16690            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
16691            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
16692            ! ext/B/t/xref.t
16693 ____________________________________________________________________________
16694 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
16695         Log: Make Config.t warnings and strictures clean
16696      Branch: perl
16697            ! lib/Config.t
16698 ____________________________________________________________________________
16699 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
16700         Log: Subject: [patch sv.c] comment fix
16701              From: Stas Bekman <stas@stason.org>
16702              Message-ID: <41CF50FE.5070307@stason.org>
16703              Date: Sun, 26 Dec 2004 19:02:06 -0500
16704      Branch: perl
16705            ! sv.c
16706 ____________________________________________________________________________
16707 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
16708         Log: Add investigating self tie segfaults to the TODO
16709      Branch: perl
16710            ! pod/perltodo.pod
16711 ____________________________________________________________________________
16712 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
16713         Log: Subject: [perl #33173] shellwords.pl and tainting
16714              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
16715              Date: 24 Dec 2004 00:14:19 -0000
16716              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
16717      Branch: perl
16718            ! lib/shellwords.pl
16719 ____________________________________________________________________________
16720 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
16721         Log: Subject: Missign STATEMENT brackets in PUSHMARK
16722              From: perl5-porters@ton.iguana.be (Ton Hospel)
16723              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
16724              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
16725      Branch: perl
16726            ! pp.h
16727 ____________________________________________________________________________
16728 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
16729         Log: Don't do the ... expansion on archlib, sitelib etc, given that
16730              everyone should already be using archlibext etc
16731              Add the extra special case code for otherlibdirs
16732      Branch: perl
16733            ! configpm
16734 ____________________________________________________________________________
16735 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
16736         Log: Subject: Re: [patch perlapi doc] sv_magic
16737              From: Stas Bekman <stas@stason.org>
16738              Date: Thu, 23 Dec 2004 16:28:06 -0500
16739              Message-ID: <41CB3866.1080307@stason.org>
16740      Branch: perl
16741            ! pod/perlapi.pod sv.c
16742 ____________________________________________________________________________
16743 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
16744         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
16745              From: "Craig A. Berry" <craigberry@mac.com>
16746              Message-ID: <41CB6BD1.8030207@mac.com>
16747              Date: Thu, 23 Dec 2004 19:07:29 -0600
16748      Branch: perl
16749            ! configure.com
16750 ____________________________________________________________________________
16751 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
16752         Log: Bother. It helps if you also propagate the new entry to config.sh
16753      Branch: perl
16754            ! Configure
16755 ____________________________________________________________________________
16756 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
16757         Log: Oops. You can't add new entries to config_h.SH without making some
16758              sort of corresponding defined/undefined value in config.sh somehow.
16759      Branch: perl
16760            ! Configure
16761 ____________________________________________________________________________
16762 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
16763         Log: Relocatable @INC entries for Unix.
16764              (With appropriate fixups in Config.pm to complete the illusion)
16765              Currently can only be enabled with hackery to config.sh
16766              TODO - proper Configure support, and support for otherlibdirs in
16767              Config.pm
16768      Branch: perl
16769            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
16770            ! proto.h
16771 ____________________________________________________________________________
16772 [ 23673] By: merijn                                on 2004/12/23  21:04:37
16773         Log: 23669 was not such a good idea. More research needed.
16774      Branch: perl
16775            ! config_h.SH
16776 ____________________________________________________________________________
16777 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
16778         Log: The "Setuid script not plain file" error wasn't documented.
16779      Branch: perl
16780            ! pod/perldiag.pod
16781 ____________________________________________________________________________
16782 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
16783         Log: Subject: [PATCH] Data::Dumper Freezer fixes
16784              From: Sam Tregar <sam@tregar.com>
16785              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
16786              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
16787
16788              and bump Data::Dumper's VERSION
16789      Branch: perl
16790            + ext/Data/Dumper/t/freezer.t
16791            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16792 ____________________________________________________________________________
16793 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
16794         Log: Fix typo
16795      Branch: perl
16796            ! ext/Storable/Storable.xs
16797 ____________________________________________________________________________
16798 [ 23669] By: merijn                                on 2004/12/22  20:16:53
16799         Log: Just to re-sync with metaconfig output. No real changes.
16800      Branch: perl
16801            ! config_h.SH
16802 ____________________________________________________________________________
16803 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
16804         Log: Move the definition of the S_procself_val() function before
16805              the point where it's used
16806      Branch: perl
16807            ! perl.c
16808 ____________________________________________________________________________
16809 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
16810         Log: Move the setting of $^X ahead of the initialisation of @INC
16811      Branch: perl
16812            ! perl.c
16813 ____________________________________________________________________________
16814 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
16815         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
16816              skip the test on platforms where it's not available
16817      Branch: perl
16818            ! t/op/bop.t
16819 ____________________________________________________________________________
16820 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
16821         Log: Note that the shell's test uses eq etc for numbers, = etc for
16822              strings, the reverse of Perl, which is definitely a trap.
16823              Spotted by Alexei Alexandrov.
16824      Branch: perl
16825            ! AUTHORS pod/perltrap.pod
16826 ____________________________________________________________________________
16827 [ 23662] By: merijn                                on 2004/12/20  13:38:45
16828         Log: Subject: [PATCH] AUTHORS
16829              From: Tels <nospam-abuse@bloodgate.com>
16830              Date: Sun, 19 Dec 2004 14:28:44 +0100
16831              Message-Id: <200412191428.45898@bloodgate.com>
16832      Branch: perl
16833            ! AUTHORS
16834 ____________________________________________________________________________
16835 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
16836         Log: Subject: Re: [perl #32717] BeOS specific Updates
16837              From: bonefish@cs.tu-berlin.de
16838              Date: Fri, 17 Dec 2004 01:17:40 +0100
16839              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
16840      Branch: perl
16841            - beos/beos_flock_server.cpp beos/beos_flock_server.h
16842            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
16843            ! hints/beos.sh
16844 ____________________________________________________________________________
16845 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
16846         Log: Subject: [PATCH] bop.t follow-up to #23645
16847              From: "Craig A. Berry" <craigberry@mac.com>
16848              Date: Thu, 16 Dec 2004 08:53:32 -0600
16849              Message-ID: <41C1A16C.9040700@mac.com>
16850      Branch: perl
16851            ! t/op/bop.t
16852 ____________________________________________________________________________
16853 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
16854         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
16855              From: Andy Dougherty <doughera@lafayette.edu>
16856              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
16857              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
16858      Branch: perl
16859            ! ext/POSIX/Makefile.PL
16860 ____________________________________________________________________________
16861 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
16862         Log: Two pod2html patches from Dave Sparks :
16863
16864              Fix anchors for some function names
16865              Subject: pod2html fragment fix [PATCH]
16866              From: Gisle Aas <gisle@ActiveState.com>
16867              Date: 11 Nov 2004 14:36:46 +0100
16868              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
16869
16870              Subject: Make 'pod2html --quiet' be quiet [PATCH]
16871              From: Gisle Aas <gisle@ActiveState.com>
16872              Date: 11 Nov 2004 15:19:58 +0100
16873              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
16874      Branch: perl
16875            ! lib/Pod/Html.pm
16876 ____________________________________________________________________________
16877 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
16878         Log: Pod::Html is not part of the podlators distribution
16879      Branch: perl
16880            ! Porting/Maintainers.pl
16881 ____________________________________________________________________________
16882 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
16883         Log: Security fix from Debian in the debugger (in the setterm()
16884              function), from:
16885              Subject: Re: Security patch from Debian?
16886              From: Brendan O'Dea <bod@debian.org>
16887              Date: Thu, 2 Dec 2004 13:42:17 +1100
16888              Message-ID: <20041202024217.GA12670@londo.c47.org>
16889      Branch: perl
16890            ! lib/perl5db.pl
16891 ____________________________________________________________________________
16892 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
16893         Log: A couple of SCO compilation patches
16894
16895              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
16896              From: "Ilya N. Golubev" <gin@mo.msk.ru>
16897              Date: Tue, 14 Dec 2004 22:37:27 +0300
16898              Message-ID: <028941bf40f648-gin@mo.msk.ru>
16899
16900              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
16901              From: Andy Dougherty <doughera@lafayette.edu>
16902              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
16903              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
16904      Branch: perl
16905            ! hints/sco.sh
16906 ____________________________________________________________________________
16907 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
16908         Log: Upgrade to Test::Simple 0.54
16909      Branch: perl
16910            + lib/Test/Simple/t/is_fh.t
16911            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
16912            ! lib/Test/Simple.pm lib/Test/Simple/Changes
16913            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
16914            ! lib/Test/Simple/t/harness_active.t
16915            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
16916            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
16917            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
16918 ____________________________________________________________________________
16919 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
16920         Log: Upgrade to ExtUtils::MakeMaker 6.25
16921      Branch: perl
16922            + lib/ExtUtils/t/dir_target.t
16923            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
16924            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
16925            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16926            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
16927            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
16928            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16929            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16930            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16931            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
16932            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
16933            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
16934            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
16935            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
16936            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
16937            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
16938 ____________________________________________________________________________
16939 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
16940         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
16941      Branch: perl
16942            ! utils/h2xs.PL
16943 ____________________________________________________________________________
16944 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
16945         Log: Subject: Re: B::walkoptree segfaults
16946              From: Alexey Tourbin <at@altlinux.ru>
16947              Date: Fri, 3 Dec 2004 05:06:49 +0300
16948              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
16949      Branch: perl
16950            ! ext/B/B.pm
16951 ____________________________________________________________________________
16952 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
16953         Log: Make Sys::Syslog stricture-compliant
16954      Branch: perl
16955            ! ext/Sys/Syslog/Syslog.pm
16956 ____________________________________________________________________________
16957 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
16958         Log: Allow escaping %m as %%m in Sys::Syslog format strings
16959              (suggested by Joshua Richardson <jric@yahoo-inc.com>
16960              and Yitzchak Scott-Thoennes)
16961      Branch: perl
16962            ! ext/Sys/Syslog/Syslog.pm
16963 ____________________________________________________________________________
16964 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
16965         Log: Subject: [perl #24343] [PATCH] -w vs. -s
16966              From: "Steve Peters via RT" <perlbug-followup@perl.org>
16967              Date: 14 Dec 2004 06:41:34 -0000
16968              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
16969      Branch: perl
16970            ! pod/perlrun.pod
16971 ____________________________________________________________________________
16972 [ 23647] By: merijn                                on 2004/12/14  07:51:43
16973         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
16974              Date: 14 Dec 2004 06:29:23 -0000
16975              From: "Steve Peters via RT" <perlbug-followup@perl.org>
16976              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
16977      Branch: perl
16978            ! pod/perlfaq5.pod
16979 ____________________________________________________________________________
16980 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
16981         Log: Fix test added in change 23645 with an eval()
16982      Branch: perl
16983            ! t/op/bop.t
16984 ____________________________________________________________________________
16985 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
16986         Log: Test patch for already-solved bug #33003,
16987              by Michael G Schwern.
16988      Branch: perl
16989            ! t/op/bop.t
16990 ____________________________________________________________________________
16991 [ 23644] By: steveh                                on 2004/12/13  17:26:46
16992         Log: Document gv_stashpvn
16993
16994              This is already in the API supported by Devel::PPPort, and is
16995              more efficient than gv_stashpv if the length is already known.
16996      Branch: perl
16997            ! embed.fnc gv.c pod/perlapi.pod
16998 ____________________________________________________________________________
16999 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
17000         Log: Subject: [PATCH] FileCache without import
17001              From: Michael G Schwern <schwern@pobox.com>
17002              Date: Sat, 11 Dec 2004 18:58:32 -0500
17003              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
17004      Branch: perl
17005            + lib/FileCache/t/07noimport.t
17006            ! MANIFEST lib/FileCache.pm
17007 ____________________________________________________________________________
17008 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
17009         Log: Subject: [PATCH] perlipc typo
17010              From: Brendan O'Dea <bod@debian.org>
17011              Date: Sun, 12 Dec 2004 10:25:04 +1100
17012              Message-ID: <20041211232504.GA8380@londo.c47.org>
17013      Branch: perl
17014            ! pod/perlipc.pod
17015 ____________________________________________________________________________
17016 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
17017         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
17018              From: "Craig A. Berry" <craigberry@mac.com>
17019              Date: Sat, 11 Dec 2004 11:03:57 -0600
17020              Message-ID: <41BB287D.6090001@mac.com>
17021      Branch: perl
17022            ! t/op/taint.t
17023 ____________________________________________________________________________
17024 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
17025         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
17026              From: Gisle Aas <gisle@ActiveState.com>
17027              Date: 11 Dec 2004 02:57:19 -0800
17028              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
17029      Branch: perl
17030            ! utf8.c
17031 ____________________________________________________________________________
17032 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
17033         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
17034              From: mjtg@cam.ac.uk (Mike Guy)
17035              Date: Fri, 10 Dec 2004 19:08:01 +0000
17036              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
17037      Branch: perl
17038            ! pod/perlfunc.pod
17039 ____________________________________________________________________________
17040 [ 23638] By: steveh                                on 2004/12/10  14:58:59
17041         Log: Fix Win32 breakage caused by change 23610
17042
17043              Simply skip the offending tests on Win32.  There is no sense in testing
17044              that $Config dir entries appear in @INC because the $Config entries
17045              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
17046              win32/Makefile), whereas @INC entries are dynamic, based on where
17047              perlXX.dll is currently located.
17048      Branch: perl
17049            ! lib/Config.t
17050 ____________________________________________________________________________
17051 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
17052         Log: Pod nit ([perl #32800])
17053      Branch: perl
17054            ! pod/perlfunc.pod
17055 ____________________________________________________________________________
17056 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
17057         Log: Subject: [PATCH] Test rt.perl.org 5900
17058              From: Michael G Schwern <schwern@pobox.com>
17059              Date: Thu, 9 Dec 2004 22:11:59 -0500
17060              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
17061      Branch: perl
17062            ! t/op/taint.t
17063 ____________________________________________________________________________
17064 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
17065         Log: Subject: [PATCH] cleanup t/op/taint.t
17066              From: Michael G Schwern <schwern@pobox.com>
17067              Date: Fri, 10 Dec 2004 02:04:49 -0500
17068              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
17069
17070              Subject: [PATCH] Add todo_skip() to test.pl
17071              From: Michael G Schwern <schwern@pobox.com>
17072              Date: Fri, 10 Dec 2004 04:27:06 -0500
17073              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
17074      Branch: perl
17075            ! t/op/taint.t t/test.pl
17076 ____________________________________________________________________________
17077 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
17078         Log: Evade using @ in the 1 liner with some perl 1 syntax.
17079      Branch: perl
17080            ! lib/Config.t
17081 ____________________________________________________________________________
17082 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
17083         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
17084              From: Robin Barker <Robin.Barker@npl.co.uk>
17085              Date: Wed, 1 Dec 2004 15:15:44 -0000
17086              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
17087      Branch: perl
17088            ! perl.h
17089 ____________________________________________________________________________
17090 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
17091         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
17092              From: Gisle Aas <gisle@activestate.com>
17093              Date: 06 Dec 2004 02:59:24 -0800
17094              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
17095      Branch: perl
17096            ! utf8.h
17097 ____________________________________________________________________________
17098 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
17099         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
17100              From: Gisle Aas <gisle@ActiveState.com>
17101              Date: 03 Dec 2004 06:09:19 -0800
17102              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
17103      Branch: perl
17104            ! ext/PerlIO/t/encoding.t
17105 ____________________________________________________________________________
17106 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
17107         Log: Upgrade to perldoc 3.14
17108      Branch: perl
17109            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
17110 ____________________________________________________________________________
17111 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
17112         Log: Fix test to cope with the previous h2ph change.
17113      Branch: perl
17114            ! t/lib/h2ph.pht
17115 ____________________________________________________________________________
17116 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
17117         Log: Subject: [perl #32962] h2ph - use of local() in generated code
17118              From: Peter.Dintelmann@dresdner-bank.com (via RT)
17119              Date: 8 Dec 2004 15:49:32 -0000
17120              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
17121      Branch: perl
17122            ! utils/h2ph.PL
17123 ____________________________________________________________________________
17124 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
17125         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
17126              From: "Jos I. Boumans" <kane@xs4all.net>
17127              Date: Wed, 8 Dec 2004 14:24:19 +0100
17128              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
17129      Branch: perl
17130            + lib/FileCache/t/06export.t
17131            ! MANIFEST lib/FileCache.pm
17132 ____________________________________________________________________________
17133 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
17134         Log: Avoid getting the stash name twice (at least visually, if not also
17135              in the generated code)
17136      Branch: perl
17137            ! sv.c
17138 ____________________________________________________________________________
17139 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
17140         Log: Upgrade to Encode 2.09
17141      Branch: perl
17142            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
17143            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
17144            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
17145 ____________________________________________________________________________
17146 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
17147         Log: Revert part of the change to gv_fullname4(), as the change seems to
17148              be fractionally slower. Re-investigation prompted by a comment from
17149              Tim Bunce, who seems to be more on the ball than I am.
17150      Branch: perl
17151            ! gv.c
17152 ____________________________________________________________________________
17153 [ 23622] By: steveh                                on 2004/12/07  10:50:26
17154         Log: Update AUTHORS (for changes #23200 and #23621)
17155      Branch: perl
17156            ! AUTHORS
17157 ____________________________________________________________________________
17158 [ 23621] By: steveh                                on 2004/12/07  10:35:59
17159         Log: Updates to README.win32 (aka perlwin32), with some changes.
17160
17161              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
17162              From: Max Maischein <corion@corion.net>
17163              Date: Sun, 05 Dec 2004 19:39:40 +0100
17164              Message-ID: <41B355EC.9010505@corion.net>
17165      Branch: perl
17166            ! README.win32
17167 ____________________________________________________________________________
17168 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
17169         Log: Upgrade to Term::ANSIColor 1.09
17170      Branch: perl
17171            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
17172            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
17173 ____________________________________________________________________________
17174 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
17175         Log: Small addition to perlsec by Stas Bekman.
17176      Branch: perl
17177            ! pod/perlsec.pod
17178 ____________________________________________________________________________
17179 [ 23618] By: steveh                                on 2004/12/06  15:54:30
17180         Log: Fix another Win32 breakage caused by change 23554
17181      Branch: perl
17182            ! t/win32/system.t
17183 ____________________________________________________________________________
17184 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
17185         Log: Break out setting $^X into its own static function S_set_caret_X
17186      Branch: perl
17187            ! perl.c
17188 ____________________________________________________________________________
17189 [ 23616] By: steveh                                on 2004/12/06  14:42:32
17190         Log: Fix typo from change 23554 which screwed up Windows smokes
17191      Branch: perl
17192            ! win32/Makefile
17193 ____________________________________________________________________________
17194 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
17195         Log: sanity check the arguments to runperl(), to try to avoid it
17196              hanging waiting on STDIN for a script.
17197      Branch: perl
17198            ! t/test.pl
17199 ____________________________________________________________________________
17200 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
17201         Log: Remove spurious semicolons
17202              (As these 2 are spare, I guess I should send them to Mark Rhodes
17203              (former office mate) as he often said that he kept mislaying his)
17204      Branch: perl
17205            ! gv.h
17206 ____________________________________________________________________________
17207 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
17208         Log: Tests for Config.pm much better now - toDONE
17209      Branch: perl
17210            ! pod/perltodo.pod
17211 ____________________________________________________________________________
17212 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
17213         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
17214              gv_fullname4 and gv_efullname4 directly, saving overhead.
17215      Branch: perl
17216            ! embed.fnc embed.h gv.h proto.h
17217 ____________________________________________________________________________
17218 [ 23611] By: merijn                                on 2004/12/06  12:00:10
17219         Log: New Itanium servers
17220      Branch: perl
17221            ! README.hpux
17222 ____________________________________________________________________________
17223 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
17224         Log: Check that @INC entries and %Config path entries are consistent.
17225      Branch: perl
17226            ! lib/Config.t
17227 ____________________________________________________________________________
17228 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
17229         Log: gv_fullname4() can get rid of the main:: for us.
17230              (well, actually, it never puts it in)
17231      Branch: perl
17232            ! op.c
17233 ____________________________________________________________________________
17234 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
17235         Log: $foo::_ was wrongly forced as $main::_.
17236              Since we still want "our $_" to be always forced to $main::_,
17237              deplace the forcing code at our-pad allocation time.
17238              (Making execution probably a tiny bit faster)
17239      Branch: perl
17240            ! gv.c op.c t/op/mydef.t
17241 ____________________________________________________________________________
17242 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
17243         Log: Remove double checking of acceptable switches on tr/// ops.
17244      Branch: perl
17245            ! toke.c
17246 ____________________________________________________________________________
17247 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
17248         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
17249              The latter gives larger code, is less clear and can't be any faster
17250      Branch: perl
17251            ! perl.c toke.c
17252 ____________________________________________________________________________
17253 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
17254         Log: Small code tidy up in gv_fullname4
17255      Branch: perl
17256            ! gv.c
17257 ____________________________________________________________________________
17258 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
17259         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
17260              They seem to produce slightly smaller object code too.
17261      Branch: perl
17262            ! gv.c
17263 ____________________________________________________________________________
17264 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
17265         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
17266      Branch: perl
17267            ! perl.c
17268 ____________________________________________________________________________
17269 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
17270         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
17271              S_pushinc into a new function S_pushinc_if_exists
17272              Avoid the SV copy when pushing onto @INC by creating a new scratch
17273              SV each time a push is done.
17274      Branch: perl
17275            ! perl.c
17276 ____________________________________________________________________________
17277 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
17278         Log: Subject: [PATCH] configure.com: no more CONFIG=true
17279              From: "Craig A. Berry" <craigberry@mac.com>
17280              Message-ID: <41AF87BA.1080108@mac.com>
17281              Date: Thu, 02 Dec 2004 15:23:06 -0600
17282      Branch: perl
17283            ! configure.com
17284 ____________________________________________________________________________
17285 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
17286         Log: 2 new BeOS files were missing
17287      Branch: perl
17288            ! MANIFEST
17289 ____________________________________________________________________________
17290 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
17291         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
17292              From: Jarkko Hietaniemi <jhi@iki.fi>
17293              Message-ID: <41ADFD95.4030007@iki.fi>
17294              Date: Wed, 01 Dec 2004 19:21:25 +0200
17295      Branch: perl
17296            ! Makefile.SH
17297 ____________________________________________________________________________
17298 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
17299         Log: &test in constant.t is vestigial, so amputate it.
17300      Branch: perl
17301            ! lib/constant.t
17302 ____________________________________________________________________________
17303 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
17304         Log: Tidy up the reference name stringification to save getting the
17305              hash name twice. Pleasant side effect is 44 byte smaller object
17306              file. (A small win is still a win)
17307      Branch: perl
17308            ! sv.c
17309 ____________________________________________________________________________
17310 [ 23584] By: merijn                                on 2004/12/01  13:44:24
17311         Log: Subject: [perl #32717] BeOS specific Updates
17312              Date: 30 Nov 2004 15:38:32 -0000
17313              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
17314              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
17315      Branch: perl
17316            + beos/beos_flock_server.cpp beos/beos_flock_server.h
17317            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
17318            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
17319            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
17320 ____________________________________________________________________________
17321 [ 23583] By: merijn                                on 2004/12/01  13:29:18
17322         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
17323              Date: Wed, 01 Dec 2004 07:24:45 -0600
17324              From: "Craig A. Berry" <craigberry@mac.com>
17325              Message-ID: <41ADC61D.8010407@mac.com>
17326      Branch: perl
17327            ! vms/descrip_mms.template
17328 ____________________________________________________________________________
17329 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
17330         Log: MANIFEST.SKIP is missing from the list of files that come
17331              with MakeMaker
17332      Branch: perl
17333            ! Porting/Maintainers.pl
17334 ____________________________________________________________________________
17335 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
17336         Log: Add placeholders for the new strlcat and strlcpy entries in
17337              config.sh, to ensure that the config.h generated for cross-
17338              compilation will still work.
17339      Branch: perl
17340            ! Cross/config.sh-arm-linux
17341 ____________________________________________________________________________
17342 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
17343         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
17344      Branch: perl
17345            ! MANIFEST
17346 ____________________________________________________________________________
17347 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
17348         Log: Add perl586delta.pod to all the necessary makefiles and tables of
17349              contents.
17350      Branch: perl
17351            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
17352            ! win32/pod.mak
17353 ____________________________________________________________________________
17354 [ 23571] By: merijn                                on 2004/11/30  15:11:01
17355         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
17356              Date: Tue, 30 Nov 2004 09:29:06 -0600
17357              From: Steve Peters <steve@fisharerojo.org>
17358              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
17359      Branch: perl
17360            ! hints/openbsd.sh
17361 ____________________________________________________________________________
17362 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
17363         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
17364      Branch: perl
17365           +> pod/perl586delta.pod
17366            ! MANIFEST
17367           !> pod/perlhist.pod
17368 ____________________________________________________________________________
17369 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
17370         Log: Protection against trailing spaces in embed.fnc
17371      Branch: perl
17372            ! autodoc.pl embed.pl
17373 ____________________________________________________________________________
17374 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
17375         Log: Remove trailing whitespace that found their way in the docs
17376              (spotted by Stas Bekman)
17377      Branch: perl
17378            ! embed.fnc pod/perlapi.pod proto.h
17379 ____________________________________________________________________________
17380 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
17381         Log: Upgrade to Test::Simple 0.53
17382      Branch: perl
17383            + lib/Test/Simple/t/circular_data.t
17384            + lib/Test/Simple/t/overload_threads.t
17385            + lib/Test/Simple/t/plan_bad.t
17386            + lib/Test/Simple/t/plan_shouldnt_import.t
17387            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
17388            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
17389            ! lib/Test/Simple.pm lib/Test/Simple/Changes
17390            ! lib/Test/Simple/README lib/Test/Simple/TODO
17391            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
17392            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
17393            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
17394            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
17395 ____________________________________________________________________________
17396 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
17397         Log: Skip generating all the code to deal with "" strings in config.sh
17398              if there aren't any. '' only code is much simpler.
17399      Branch: perl
17400            ! configpm
17401 ____________________________________________________________________________
17402 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
17403         Log: Given that there is a pre-built cache, no need for @v_fast
17404      Branch: perl
17405            ! configpm
17406 ____________________________________________________________________________
17407 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
17408         Log: The byteorder code doesn't need to be in Config.pm if byteorder
17409              isn't actually a frequently looked up value.
17410      Branch: perl
17411            ! configpm
17412 ____________________________________________________________________________
17413 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
17414         Log: Need to stub the public functions to keep some existing code
17415              working.
17416              No need to keep $Config_SH around in memory when we can easily
17417              re-create it.
17418      Branch: perl
17419            ! configpm
17420 ____________________________________________________________________________
17421 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
17422         Log: Generate the precached %Config entries based on some empirical
17423              data, rather than just guesswork.
17424      Branch: perl
17425            ! Makefile.SH configpm
17426 ____________________________________________________________________________
17427 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
17428         Log: Subject: [PATCH] Re: getting Config.pm on a diet
17429              From: "Craig A. Berry" <craigberry@mac.com>
17430              Message-ID: <41A8F225.7080902@mac.com>
17431              Date: Sat, 27 Nov 2004 15:31:17 -0600
17432      Branch: perl
17433            ! vms/descrip_mms.template
17434 ____________________________________________________________________________
17435 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
17436         Log: Hateful cAsE iNsEnSiTiVe file systems
17437      Branch: perl
17438            ! configpm
17439 ____________________________________________________________________________
17440 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
17441         Log: Put Config.pm on a diet. 3K rather than 32K
17442              configpm now generates 2 files, a small Config.pm containing the
17443              commonly used functions and values, which AUTOLOADs a
17444              Config_heavy.pl containing anything else needed.
17445              The "common" values in the small Config.pm may need some
17446              tweaking, based on real world data.
17447      Branch: perl
17448            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
17449            ! win32/makefile.mk
17450 ____________________________________________________________________________
17451 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
17452         Log: Clarify the return values of pos, particularly 0 and undef, as
17453              suggested by Stas Bekman
17454      Branch: perl
17455            ! pod/perlfunc.pod
17456 ____________________________________________________________________________
17457 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
17458         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
17459              PL_use_safe_putenv, based on text by Stas Bekman
17460      Branch: perl
17461            ! INSTALL
17462 ____________________________________________________________________________
17463 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
17464         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
17465              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17466              Date: 26 Nov 2004 17:14:33 -0000
17467              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
17468      Branch: perl
17469            ! lib/Term/Complete.pm
17470 ____________________________________________________________________________
17471 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
17472         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
17473
17474              Subject: [PATCH] h2ph vs __asm__
17475              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
17476              Date: Thu, 25 Nov 2004 17:24:43 +0100
17477              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
17478      Branch: perl
17479            ! utils/h2ph.PL
17480 ____________________________________________________________________________
17481 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
17482         Log: Doc nit for B::Lint
17483              Subject: [PATCH] B::Lint
17484              From: Andy Lester <andy@petdance.com>
17485              Date: Fri, 26 Nov 2004 00:30:48 -0600
17486              Message-ID: <20041126063048.GA10161@petdance.com>
17487      Branch: perl
17488            ! ext/B/B/Lint.pm
17489 ____________________________________________________________________________
17490 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
17491         Log: The change to the internal representation introduced a bug whereby
17492              the key returned by FIRSTKEY had an erroneous leading newline.
17493              EXISTS was also buggy.
17494      Branch: perl
17495            ! configpm lib/Config.t
17496 ____________________________________________________________________________
17497 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
17498         Log: Make configpm and the generated Config.pm strict and warnings
17499              clean.
17500      Branch: perl
17501            ! configpm
17502 ____________________________________________________________________________
17503 [ 23543] By: steveh                                on 2004/11/26  10:56:12
17504         Log: Fix Win32 breakage caused by changes 23535/23542.
17505      Branch: perl
17506            ! lib/Config.t
17507 ____________________________________________________________________________
17508 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
17509         Log: Generate the virtual entries at Config.pm build time, as they
17510              don't change. This lets us get rid of the entire "fetch_virtual"
17511              baggage, and makes the config_re lookup work for the virtual
17512              entries.
17513      Branch: perl
17514            ! configpm lib/Config.t
17515 ____________________________________________________________________________
17516 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
17517         Log: Cheat. (Add a leading newline, and so remove all the special
17518              casing for "if we're at the start of $Config_SH")
17519      Branch: perl
17520            ! configpm lib/Config.t
17521 ____________________________________________________________________________
17522 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
17523         Log: Add an exists test for the things we loop over
17524      Branch: perl
17525            ! lib/Config.t
17526 ____________________________________________________________________________
17527 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
17528         Log: The first entry in the virtual config.sh is special cased. So
17529              test it.
17530      Branch: perl
17531            ! lib/Config.t
17532 ____________________________________________________________________________
17533 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
17534         Log: Make $Config{libs_nolargefiles} and
17535              $Config{libswanted_nolargefiles} work. (For the first time)
17536      Branch: perl
17537            ! configpm lib/Config.t
17538 ____________________________________________________________________________
17539 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
17540         Log: Test the currently working virtual %Config entries
17541      Branch: perl
17542            ! lib/Config.t
17543 ____________________________________________________________________________
17544 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
17545         Log: Subject: RC1 pod fix #anchor
17546              From: Stas Bekman <stas@stason.org>
17547              Date: Wed, 24 Nov 2004 10:57:21 -0500
17548              Message-ID: <41A4AF61.9080408@stason.org>
17549      Branch: perl
17550            ! pod/perlrun.pod
17551 ____________________________________________________________________________
17552 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
17553         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
17554              From: Stas Bekman <stas@stason.org>
17555              Date: Wed, 24 Nov 2004 11:25:14 -0500
17556              Message-ID: <41A4B5EA.3020804@stason.org>
17557      Branch: perl
17558            ! pod/perlipc.pod
17559 ____________________________________________________________________________
17560 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
17561         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
17562              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17563              Date: 21 Nov 2004 04:38:09 -0000
17564              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
17565      Branch: perl
17566            ! pod/perlvar.pod
17567 ____________________________________________________________________________
17568 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
17569         Log: Wrap some long lines
17570      Branch: perl
17571            ! lib/Config.t
17572 ____________________________________________________________________________
17573 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
17574         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
17575              after eval or require
17576      Branch: perl
17577            ! t/comp/package.t toke.c
17578 ____________________________________________________________________________
17579 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
17580         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
17581              From: Michael G Schwern <schwern@pobox.com>
17582              Date: Fri, 19 Nov 2004 14:28:56 -0500
17583              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
17584      Branch: perl
17585            ! ext/POSIX/POSIX.pod
17586 ____________________________________________________________________________
17587 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
17588         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
17589              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17590              Date: 23 Nov 2004 00:04:24 -0000
17591              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
17592      Branch: perl
17593            ! ext/B/B/Deparse.pm
17594 ____________________________________________________________________________
17595 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
17596         Log: Subject: [PATCH] warnings.t portability tweaks
17597              From: "Craig A. Berry" <craigberry@mac.com>
17598              Date: Sat, 20 Nov 2004 10:29:47 -0600
17599              Message-ID: <419F70FB.7000100@mac.com>
17600      Branch: perl
17601            ! t/lib/warnings/9uninit t/lib/warnings/perlio
17602 ____________________________________________________________________________
17603 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
17604         Log: Assimilate Test-Simple 0.50
17605      Branch: perl
17606            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
17607            + lib/Test/Simple/t/00test_harness_check.t
17608            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
17609            + lib/Test/Simple/t/fail_one.t
17610            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
17611            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
17612            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
17613            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
17614            ! lib/Test/Simple.pm lib/Test/Simple/Changes
17615            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
17616            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
17617            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17618            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
17619            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
17620            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
17621            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
17622            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
17623            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
17624            ! t/lib/TieOut.pm
17625 ____________________________________________________________________________
17626 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
17627         Log: genuine possible buffer problems spotted by flawfinder
17628      Branch: perl
17629            ! regcomp.c util.c
17630 ____________________________________________________________________________
17631 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
17632         Log: Make "err" a weak keyword;
17633              that is, it will be overriden by any sub named "err", except when
17634              really an operator is expected at this point. ([perl #32347])
17635      Branch: perl
17636            ! t/op/dor.t toke.c
17637 ____________________________________________________________________________
17638 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
17639         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
17640              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
17641              Date: 18 Nov 2004 18:09:54 -0000
17642              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
17643      Branch: perl
17644            ! ext/POSIX/POSIX.pod
17645 ____________________________________________________________________________
17646 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
17647         Log: Bump version number
17648      Branch: perl
17649            ! lib/ExtUtils/Constant.pm
17650 ____________________________________________________________________________
17651 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
17652         Log: Remaining nit in the deparsing of reversed foreach loops
17653      Branch: perl
17654            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17655 ____________________________________________________________________________
17656 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
17657         Log: Fix deparsing of reversed foreach loops,
17658              plus a bug in the previous commit
17659      Branch: perl
17660            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17661 ____________________________________________________________________________
17662 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
17663         Log: Fix deparsing of reversed sort and descending sorts,
17664              due to the recent optimisations on this part of the optree.
17665      Branch: perl
17666            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17667 ____________________________________________________________________________
17668 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
17669         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
17670              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17671              Date: 12 Nov 2004 02:47:36 -0000
17672              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
17673      Branch: perl
17674            ! lib/File/Find.pm lib/File/Find/t/find.t
17675 ____________________________________________________________________________
17676 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
17677         Log: PerlFAQ sync.
17678      Branch: perl
17679            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
17680            ! pod/perlfaq7.pod
17681 ____________________________________________________________________________
17682 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
17683         Log: Fix a couple of typos.
17684      Branch: perl
17685            ! hv.c utf8.c
17686 ____________________________________________________________________________
17687 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
17688         Log: Subject: SuSE's perl safe_putenf diff
17689              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
17690              Date: Thu, 11 Nov 2004 15:54:43 +0100
17691              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
17692
17693              slightly reworked to make the PL_use_safe_putenv variable fit in
17694              the current framework. This patch turns on the use of safe putenv
17695              for any application that embeds a perl interpreter.
17696      Branch: perl
17697            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
17698            ! util.c
17699 ____________________________________________________________________________
17700 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
17701         Log: Subject: [PATCH] perl5db.pl POD cleanup
17702              From: Autrijus Tang <autrijus@autrijus.org>
17703              Date: Fri, 12 Nov 2004 12:41:33 +0800
17704              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
17705      Branch: perl
17706            ! lib/perl5db.pl
17707 ____________________________________________________________________________
17708 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
17709         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
17710              From: Andy Dougherty <doughera@lafayette.edu>
17711              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
17712              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
17713      Branch: perl
17714            ! t/op/time.t
17715 ____________________________________________________________________________
17716 [ 23501] By: steveh                                on 2004/11/16  10:55:20
17717         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
17718
17719              (autodoc.pl was already done by change 23371.)
17720      Branch: perl
17721            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
17722            ! warnings.pl
17723 ____________________________________________________________________________
17724 [ 23500] By: merijn                                on 2004/11/16  10:49:35
17725         Log: Subject: [PATCH] s/hierachy/hierarchy/
17726              Date: Mon, 15 Nov 2004 15:59:14 -0700
17727              From: "Larry Shatzer Jr." <larrysh@cpan.org>
17728              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
17729      Branch: perl
17730            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
17731 ____________________________________________________________________________
17732 [ 23499] By: steveh                                on 2004/11/16  09:42:50
17733         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
17734
17735              Also limit the scope of the locks in a couple of places, as suggested
17736              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
17737      Branch: perl
17738            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
17739 ____________________________________________________________________________
17740 [ 23498] By: merijn                                on 2004/11/14  07:02:20
17741         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
17742              From: Abe Timmerman <abe@ztreet.demon.nl>
17743              Date: Sun, 14 Nov 2004 00:48:17 +0100
17744              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
17745      Branch: perl
17746            ! vms/descrip_mms.template vms/test.com
17747 ____________________________________________________________________________
17748 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
17749         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
17750              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
17751              Date: 10 Nov 2004 18:30:38 -0000
17752              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
17753      Branch: perl
17754            ! lib/constant.pm lib/constant.t
17755 ____________________________________________________________________________
17756 [ 23496] By: merijn                                on 2004/11/12  20:47:19
17757         Log: Subject: [perl #32419] Spelling fixes for perl@23492
17758              Date: 12 Nov 2004 16:14:49 -0000
17759              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
17760              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
17761      Branch: perl
17762            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
17763            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
17764            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
17765            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
17766            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
17767            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
17768 ____________________________________________________________________________
17769 [ 23495] By: merijn                                on 2004/11/12  20:26:17
17770         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
17771              Date: Fri, 12 Nov 2004 11:15:47 -0600
17772              From: steve@fisharerojo.org
17773              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
17774      Branch: perl
17775            ! lib/ExtUtils/Constant.pm
17776 ____________________________________________________________________________
17777 [ 23494] By: davem                                 on 2004/11/12  18:59:06
17778         Log: Add some descriptive text from Larry to op.c on how optrees are built
17779      Branch: perl
17780            ! op.c
17781 ____________________________________________________________________________
17782 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
17783         Log: Replace a skip by a todo.
17784              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
17785              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17786              Date: Wed, 10 Nov 2004 01:30:14 -0800
17787              Message-ID: <20041110093014.GA1676@efn.org>
17788      Branch: perl
17789            ! t/io/tell.t
17790 ____________________________________________________________________________
17791 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
17792         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
17793              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17794              Date: Tue, 9 Nov 2004 17:40:13 -0800
17795              Message-ID: <20041110014012.GA2796@efn.org>
17796      Branch: perl
17797            ! t/io/tell.t
17798 ____________________________________________________________________________
17799 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
17800         Log: Adjust test count for non-windows machines
17801      Branch: perl
17802            ! ext/IO/t/io_file.t
17803 ____________________________________________________________________________
17804 [ 23489] By: merijn                                on 2004/11/09  17:53:53
17805         Log: Subject: [PATCH] fix IO::File to support binmode
17806              From: "Jos I. Boumans" <kane@dwim.org>
17807              Date: Tue, 9 Nov 2004 16:59:27 +0100
17808              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
17809      Branch: perl
17810            + ext/IO/t/io_file.t
17811            ! MANIFEST ext/IO/lib/IO/File.pm
17812 ____________________________________________________________________________
17813 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
17814         Log: No more late changes, dammit
17815      Branch: perl
17816            ! ext/B/t/optree_concise.t
17817 ____________________________________________________________________________
17818 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
17819         Log: Subject: Re: optree tests and VMS progress (no really)
17820              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17821              Date: Sun, 7 Nov 2004 23:24:15 -0800
17822              Message-ID: <20041108072415.GA3928@efn.org>
17823      Branch: perl
17824            ! ext/B/t/OptreeCheck.pm
17825 ____________________________________________________________________________
17826 [ 23482] By: davem                                 on 2004/11/06  11:59:16
17827         Log: document regcomp.c/regexec.c's dual life under ext/re/
17828      Branch: perl
17829            ! regcomp.c regexec.c
17830 ____________________________________________________________________________
17831 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
17832         Log: Subject: Re: optree tests and VMS progress (no really)
17833              From: Jim Cromie <jim.cromie@gmail.com>
17834              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
17835              Date: Sat, 6 Nov 2004 00:57:13 -0700
17836      Branch: perl
17837            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
17838            ! ext/B/t/optree_concise.t
17839 ____________________________________________________________________________
17840 [ 23475] By: merijn                                on 2004/11/05  14:16:27
17841         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
17842              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
17843              From: Andy Dougherty <doughera@lafayette.edu>
17844              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
17845      Branch: perl
17846            ! INSTALL
17847 ____________________________________________________________________________
17848 [ 23474] By: merijn                                on 2004/11/05  13:07:16
17849         Log: Skip failing thread/wait tests on HP-UX 10.20
17850              These will never ever be fixed, since 10.20 is obsolete
17851              perl583delta describes this. The quote is included in wait.t
17852      Branch: perl
17853            ! ext/threads/shared/t/wait.t
17854 ____________________________________________________________________________
17855 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
17856         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
17857              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
17858              Date: 4 Nov 2004 20:12:36 -0000
17859              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
17860      Branch: perl
17861            ! lib/Benchmark.pm lib/Benchmark.t
17862 ____________________________________________________________________________
17863 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
17864         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
17865              From: Rick Delaney <rick@bort.ca>
17866              Date: Sun, 31 Oct 2004 22:40:40 -0500
17867              Message-ID: <20041101034040.GC1232@biff.bort.ca>
17868      Branch: perl
17869            + t/op/regexp_qr.t
17870            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
17871 ____________________________________________________________________________
17872 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
17873         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
17874              From: Rick Delaney <rick@bort.ca>
17875              Date: Wed, 3 Nov 2004 19:46:16 -0500
17876              Message-ID: <20041104004616.GA11214@biff.bort.ca>
17877      Branch: perl
17878            ! lib/overload.pm lib/overload.t
17879 ____________________________________________________________________________
17880 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
17881         Log: Mostly revert change #23347 (keep the test suite, fixed),
17882              having decided that it wasn't a correct fix for bug #31793.
17883      Branch: perl
17884            ! lib/overload.pm lib/overload.t
17885 ____________________________________________________________________________
17886 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
17887         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
17888              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17889              Date: Tue, 2 Nov 2004 17:24:29 -0800
17890              Message-ID: <20041103012429.GA7196@efn.org>
17891      Branch: perl
17892            ! util.h
17893 ____________________________________________________________________________
17894 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
17895         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
17896              From: "Craig A. Berry" <craigberry@mac.com>
17897              Date: Tue, 02 Nov 2004 20:02:04 -0600
17898              Message-ID: <41883C1C.3080108@mac.com>
17899      Branch: perl
17900            ! configure.com
17901 ____________________________________________________________________________
17902 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
17903         Log: FAQ sync
17904      Branch: perl
17905            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17906            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17907            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17908            ! pod/perlfaq9.pod
17909 ____________________________________________________________________________
17910 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
17911         Log: Reformulate an error
17912              (so the error message given by "perl -M" is a bit more
17913              meaningful, as Jarkko pointed out)
17914      Branch: perl
17915            ! perl.c pod/perldiag.pod
17916 ____________________________________________________________________________
17917 [ 23457] By: merijn                                on 2004/11/01  13:26:43
17918         Log: New Glossary and samples for blead
17919              Glossary now is in line with recent changes to config_h.SH
17920      Branch: perl
17921            ! Porting/Glossary Porting/config.sh Porting/config_H
17922 ____________________________________________________________________________
17923 [ 23455] By: merijn                                on 2004/11/01  12:51:52
17924         Log: Since strlcat/strlcpy are not argument/return value compatible
17925              with strncat/strncpy, replace the misleading defines with comment
17926      Branch: perl
17927            ! handy.h
17928 ____________________________________________________________________________
17929 [ 23450] By: merijn                                on 2004/10/31  16:33:17
17930         Log: The next step in strlcat ()/ strcpy () detection and usage
17931              preparation. Change to handy.h eeded for config_h.SH
17932      Branch: perl
17933            ! config_h.SH handy.h
17934 ____________________________________________________________________________
17935 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
17936         Log: Make TEST and harness skip tests for extensions that were not
17937              configured. Currently this skipping is silent - maybe they should
17938              report what they are skipping.
17939      Branch: perl
17940            ! t/TEST t/harness
17941 ____________________________________________________________________________
17942 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
17943         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
17944              From: Jim Cromie <jim.cromie@gmail.com>
17945              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
17946              Date: Mon, 25 Oct 2004 16:36:40 -0600
17947      Branch: perl
17948            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
17949 ____________________________________________________________________________
17950 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
17951         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
17952      Branch: perl
17953            ! perl.c sv.c
17954 ____________________________________________________________________________
17955 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
17956         Log: Skip tests if Devel::Peek not built
17957      Branch: perl
17958            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
17959            ! ext/threads/t/join.t lib/base/t/fields-base.t
17960 ____________________________________________________________________________
17961 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
17962         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
17963      Branch: perl
17964            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
17965            ! lib/File/Spec/VMS.pm
17966 ____________________________________________________________________________
17967 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
17968         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
17969      Branch: perl
17970            + lib/I18N/LangTags/t/20_locales.t
17971 ____________________________________________________________________________
17972 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
17973         Log: Correct change 23437 - as Config isn't imported, need to use a fully
17974              qualified package
17975      Branch: perl
17976            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
17977            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
17978            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
17979            ! ext/B/t/optree_varinit.t
17980 ____________________________________________________________________________
17981 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
17982         Log: Assimilate I18N::LangTags 0.35
17983      Branch: perl
17984            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
17985            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
17986 ____________________________________________________________________________
17987 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
17988         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
17989              Date: Sun, 31 Oct 2004 04:01:42 -0500
17990              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
17991              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
17992      Branch: perl
17993            ! hints/irix_6.sh
17994 ____________________________________________________________________________
17995 [ 23438] By: davem                                 on 2004/10/30  23:25:37
17996         Log: Using foreach on threads::shared array crashes perl
17997              The FETCH code for shared aggregate elements could leak a shared RV
17998              address into a private SV. RVs are now handled specially, in the
17999              same way that they already were for scalar shared magic.
18000      Branch: perl
18001            ! ext/threads/shared/shared.xs
18002 ____________________________________________________________________________
18003 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
18004         Log: Skip tests that require Data::Dumper if it is not built
18005      Branch: perl
18006            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
18007            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
18008            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
18009            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
18010            ! lib/ExtUtils/t/prereq_print.t
18011 ____________________________________________________________________________
18012 [ 23436] By: merijn                                on 2004/10/30  16:11:15
18013         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
18014      Branch: perl
18015            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
18016            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18017            ! win32/config_H.vc64 wince/config_H.ce
18018 ____________________________________________________________________________
18019 [ 23435] By: merijn                                on 2004/10/30  15:54:48
18020         Log: Added probes for strlcat () and strlcpy () to Configure
18021              Re-ordered config_h.SH
18022      Branch: perl
18023            ! Configure Makefile.SH config_h.SH
18024 ____________________________________________________________________________
18025 [ 23433] By: davem                                 on 2004/10/29  21:04:17
18026         Log: Threading crash with closures
18027              various OpREFCNT_inc() operations weren't doing locking
18028      Branch: perl
18029            ! pad.c regcomp.c sv.c
18030 ____________________________________________________________________________
18031 [ 23432] By: steveh                                on 2004/10/29  14:12:02
18032         Log: Document sv_magic() changes brought about by sv_magicext()
18033
18034              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
18035              but didn't update the documentation for sv_magic() to reflect
18036              the changed handling of the name/namlen arguments.
18037
18038              Also correct a couple of typos, and mention sv_magicext() in
18039              perlguts.
18040      Branch: perl
18041            ! pod/perlapi.pod pod/perlguts.pod sv.c
18042 ____________________________________________________________________________
18043 [ 23431] By: merijn                                on 2004/10/29  13:56:03
18044         Log: Subject: [PATCH] 36 additional tests for B
18045              From: Steve Peters <steve@fisharerojo.org>
18046              Date: Fri, 29 Oct 2004 00:53:22 -0500
18047              Message-Id: <200410290053.22947.steve@fisharerojo.org>
18048      Branch: perl
18049            ! ext/B/t/b.t
18050 ____________________________________________________________________________
18051 [ 23426] By: davem                                 on 2004/10/27  22:50:57
18052         Log: include flags and refcount in the list of leaked scalars
18053      Branch: perl
18054            ! perl.c
18055 ____________________________________________________________________________
18056 [ 23425] By: ams                                   on 2004/10/27  11:27:27
18057         Log: Subject: [PATCH] lib/Carp.t improvements
18058              From: "Craig A. Berry" <craigberry@mac.com>
18059              Date: Tue, 26 Oct 2004 23:32:25 -0500
18060              Message-Id: <417F24D9.1000904@mac.com>
18061      Branch: perl
18062            ! lib/Carp.t
18063 ____________________________________________________________________________
18064 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
18065         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
18066      Branch: perl
18067            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
18068 ____________________________________________________________________________
18069 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
18070         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
18071      Branch: perl
18072            ! pod/perl.pod pod/perlfaq2.pod
18073 ____________________________________________________________________________
18074 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
18075         Log: Subject: [perl #30227] [PATCH]splain vs. -w
18076              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18077              Date: 23 Oct 2004 13:55:41 -0000
18078              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
18079      Branch: perl
18080            ! lib/diagnostics.pm
18081 ____________________________________________________________________________
18082 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
18083         Log: Upgrade to Encode 2.08.
18084      Branch: perl
18085            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
18086            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
18087            ! ext/Encode/Unicode/Unicode.xs
18088            ! ext/Encode/lib/Encode/Encoding.pm
18089 ____________________________________________________________________________
18090 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
18091         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
18092              From: Steve Peters <steve@fisharerojo.org>
18093              Date: Sat, 23 Oct 2004 08:01:51 -0500
18094              Message-Id: <200410230801.51649.steve@fisharerojo.org>
18095      Branch: perl
18096            ! pod/perlop.pod
18097 ____________________________________________________________________________
18098 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
18099         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
18100              From: Tels <perl_dummy@bloodgate.com>
18101              Date: Sat, 23 Oct 2004 16:56:31 +0200
18102              Message-Id: <200410231656.40995@bloodgate.com>
18103      Branch: perl
18104            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
18105 ____________________________________________________________________________
18106 [ 23418] By: davem                                 on 2004/10/23  21:50:19
18107         Log: Chained goto &sub drops data too early.
18108
18109              Change 22373 to stop a memory leak in goto &foo intead caused
18110              the elements of @_ to be freed too early. This revised fix
18111              just transfers the reifiedness of the old @_ to the new @_
18112      Branch: perl
18113            ! pp_ctl.c t/op/goto.t
18114 ____________________________________________________________________________
18115 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
18116         Log: Upgrade to Encode 2.07
18117      Branch: perl
18118            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18119            ! ext/Encode/Encode.xs ext/Encode/META.yml
18120            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
18121            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
18122            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
18123            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
18124            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
18125            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
18126            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
18127            ! ext/Encode/ucm/macThai.ucm
18128 ____________________________________________________________________________
18129 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
18130         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
18131              Message-ID: <20041022033033.GA12362@londo.c47.org>
18132              From: Brendan O'Dea <bod@debian.org>
18133              Date: Fri, 22 Oct 2004 13:30:33 +1000
18134      Branch: perl
18135            ! ext/IO/IO.xs
18136 ____________________________________________________________________________
18137 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
18138         Log: Subject: docpatch for perltie.pod
18139              From: David Cantrell <david@cantrell.org.uk>
18140              Date: Thu, 21 Oct 2004 12:21:52 +0100
18141              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
18142      Branch: perl
18143            ! pod/perltie.pod
18144 ____________________________________________________________________________
18145 [ 23396] By: ams                                   on 2004/10/21  01:36:49
18146         Log: Subject: [PATCH] Math::BigInt v1.73 final
18147              From: Tels <perl_dummy@bloodgate.com>
18148              Date: Wed, 20 Oct 2004 21:06:40 +0200
18149              Message-Id: <200410202106.41840@bloodgate.com>
18150
18151              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
18152              From: Tels <tels@bloodgate.com>
18153              Date: Wed, 20 Oct 2004 22:03:55 +0200
18154              Message-Id: <200410202203.56063@bloodgate.com>
18155      Branch: perl
18156            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
18157            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
18158            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
18159            ! lib/Math/BigRat/t/bigratup.t
18160 ____________________________________________________________________________
18161 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
18162         Log: Need to skip optree walking tests if perlio not built
18163      Branch: perl
18164            ! ext/B/t/f_map.t ext/B/t/f_sort.t
18165 ____________________________________________________________________________
18166 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
18167         Log: Remove opmini.c when cleaning up.
18168      Branch: perl
18169            ! Makefile.SH
18170 ____________________________________________________________________________
18171 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
18172         Log: Ensure that PVA.pl returns a true value.
18173      Branch: perl
18174            ! lib/unicore/mktables
18175 ____________________________________________________________________________
18176 [ 23392] By: ams                                   on 2004/10/20  06:19:03
18177         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
18178              Rephrase "Perl Home Page" References
18179              From: chromatic <chromatic@wgz.org>
18180              Date: Tue, 19 Oct 2004 22:52:19 -0700
18181              Message-Id: <1098251539.20976.53.camel@localhost>
18182      Branch: perl
18183            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
18184 ____________________________________________________________________________
18185 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
18186         Log: Upgrade to Encode 2.05
18187      Branch: perl
18188            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
18189            ! ext/Encode/encoding.pm
18190 ____________________________________________________________________________
18191 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
18192         Log: More Data::Dumper docs nits, fix the previous one,
18193              suggested by Yves Orton.
18194      Branch: perl
18195            ! ext/Data/Dumper/Dumper.pm
18196 ____________________________________________________________________________
18197 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
18198         Log: Subject: [PATCH] perlfaq2.pod (add a book)
18199              From: <richard.foley@ubs.com>
18200              Date: Tue, 19 Oct 2004 07:29:31 +0200
18201              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
18202      Branch: perl
18203            ! pod/perlfaq2.pod
18204 ____________________________________________________________________________
18205 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
18206         Log: Re-apply the encoding.pm part of:
18207
18208              Subject: [PATCH] encoding and open pragmas
18209              From: Jarkko Hietaniemi <jhi@iki.fi>
18210              Date: Mon, 16 Aug 2004 22:27:00 +0300
18211              Message-ID: <41210A84.6060506@iki.fi>
18212      Branch: perl
18213            ! ext/Encode/encoding.pm
18214 ____________________________________________________________________________
18215 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
18216         Log: Upgrade to Encode 2.04.
18217      Branch: perl
18218            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18219            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
18220            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
18221            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
18222            ! ext/Encode/lib/Encode/Supported.pod
18223            ! ext/Encode/ucm/big5-hkscs.ucm
18224 ____________________________________________________________________________
18225 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
18226         Log: Fix a typo.
18227      Branch: perl
18228            ! utils/c2ph.PL
18229 ____________________________________________________________________________
18230 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
18231         Log: Add a missing warning categorisation in perldiag.
18232      Branch: perl
18233            ! pod/perldiag.pod
18234 ____________________________________________________________________________
18235 [ 23377] By: ams                                   on 2004/10/16  23:52:18
18236         Log: Subject: [PATCH] test_harness tweak for VMS
18237              From: "Craig A. Berry" <craigberry@mac.com>
18238              Date: Sat, 16 Oct 2004 12:15:02 -0500
18239              Message-Id: <41715716.5000108@mac.com>
18240      Branch: perl
18241            ! vms/descrip_mms.template vms/test.com
18242 ____________________________________________________________________________
18243 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
18244         Log: Merge code from vdie and vcroak into S_vdie_croak_common
18245      Branch: perl
18246            ! util.c
18247 ____________________________________________________________________________
18248 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
18249         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
18250              S_vdie_common
18251      Branch: perl
18252            ! util.c
18253 ____________________________________________________________________________
18254 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
18255         Log: The second half of Perl_vwarner is actually a straight cut&paste job
18256              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
18257              cut&paste is bad, m'kay.
18258      Branch: perl
18259            ! util.c
18260 ____________________________________________________________________________
18261 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
18262         Log: Implement sv_svset _nosteal variants by passing a flag into
18263              sv_set_flags rather than messing with the SvTEMP() flag on either
18264              side of the call.
18265      Branch: perl
18266            ! sv.c sv.h
18267 ____________________________________________________________________________
18268 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
18269         Log: Implement a new -dt command-line flag, to enable threads under the
18270              debugger (bug #31666).
18271
18272              Subject: RE: [PATCH] debugger handles threads [perl #31666]
18273              From: <richard.foley@ubs.com>
18274              Date: Wed, 13 Oct 2004 13:01:18 +0200
18275              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
18276
18277              Subject: Re: [PATCH] debugger handles threads [perl #31666]
18278              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18279              Date: Wed, 13 Oct 2004 02:49:58 -0700
18280              Message-ID: <20041013094957.GA17184@efn.org>
18281      Branch: perl
18282            ! lib/perl5db.pl perl.c pod/perlrun.pod
18283 ____________________________________________________________________________
18284 [ 23371] By: steveh                                on 2004/10/15  12:54:29
18285         Log: Make autodoc.pl write its output with UNIX style EOL's.
18286
18287              This saves the Win32 committer(s?) having to dos2unix the files
18288              before committing.  Maybe Perforce's "LineEnd: share" suffices
18289              anyway, but there's no harm in playing safe.
18290      Branch: perl
18291            ! autodoc.pl
18292 ____________________________________________________________________________
18293 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
18294         Log: Include opmini.c in the dependency generation.
18295      Branch: perl
18296            ! Makefile.SH
18297 ____________________________________________________________________________
18298 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
18299         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
18300      Branch: perl
18301            ! ext/Data/Dumper/Dumper.pm
18302 ____________________________________________________________________________
18303 [ 23368] By: steveh                                on 2004/10/15  10:12:31
18304         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
18305
18306              These are already in the API supported by Devel::PPPort, and are
18307              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
18308              already documented.
18309      Branch: perl
18310            ! embed.fnc pod/perlapi.pod sv.c
18311 ____________________________________________________________________________
18312 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
18313         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
18314              From: "Craig A. Berry" <craigberry@mac.com>
18315              Date: Thu, 14 Oct 2004 10:09:41 -0500
18316              Message-ID: <416E96B5.5020100@mac.com>
18317      Branch: perl
18318            ! ext/Devel/PPPort/parts/inc/ppphtest
18319            ! ext/Devel/PPPort/t/ppphtest.t
18320 ____________________________________________________________________________
18321 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
18322         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
18323              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
18324              Date: Mon, 11 Oct 2004 09:54:15 +0200
18325              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
18326      Branch: perl
18327            ! ext/IO/lib/IO/Poll.pm
18328 ____________________________________________________________________________
18329 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
18330         Log: Fix [perl #31971] local $^D gives noise
18331      Branch: perl
18332            ! embed.fnc embed.h mg.c perl.c proto.h
18333 ____________________________________________________________________________
18334 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
18335         Log: A few fixes in the list of -D debugging flags
18336      Branch: perl
18337            ! perl.c pod/perlrun.pod
18338 ____________________________________________________________________________
18339 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
18340         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
18341              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18342              Date: Wed, 13 Oct 2004 09:45:31 +0400
18343              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
18344      Branch: perl
18345            ! win32/buildext.pl win32/makefile.mk
18346 ____________________________________________________________________________
18347 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
18348         Log: Minor tweaks for the test.utf16 target, by Jarkko
18349      Branch: perl
18350            ! t/TEST
18351 ____________________________________________________________________________
18352 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
18353         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
18354              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
18355              Date: 5 Oct 2004 09:52:07 -0000
18356              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
18357              (with tweaks)
18358      Branch: perl
18359            ! lib/warnings.pm warnings.pl
18360 ____________________________________________________________________________
18361 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
18362         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
18363              From: Vadim Konovalov <konovalo@mail.wplus.net>
18364              Date: Mon, 11 Oct 2004 22:57:00 +0400
18365              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
18366      Branch: perl
18367            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
18368            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
18369 ____________________________________________________________________________
18370 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
18371         Log: Subject: Patch: BigInt v1.73 (pre-release)
18372              From: Tels <perl_dummy@bloodgate.com>
18373              Date: Sun, 10 Oct 2004 22:36:03 +0200
18374              Message-Id: <200410102236.03637@bloodgate.com>
18375      Branch: perl
18376            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18377            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18378            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
18379            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
18380            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
18381            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
18382            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
18383 ____________________________________________________________________________
18384 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
18385         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
18386              From: Abe Timmerman <abe@ztreet.demon.nl>
18387              Date: Sat, 9 Oct 2004 18:13:38 +0200
18388              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
18389      Branch: perl
18390            ! t/harness vms/descrip_mms.template vms/test.com
18391 ____________________________________________________________________________
18392 [ 23357] By: davem                                 on 2004/10/10  19:18:00
18393         Log: Turn regcomp into a list op
18394      Branch: perl
18395            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
18396            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
18397 ____________________________________________________________________________
18398 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
18399         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
18400      Branch: perl
18401            ! ext/B/t/OptreeCheck.pm
18402 ____________________________________________________________________________
18403 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
18404         Log: Restore runtime loading of Encode and Encode-related modules, so that
18405              open.pm will work when the Encode extension isn't build.
18406      Branch: perl
18407            ! lib/open.pm
18408 ____________________________________________________________________________
18409 [ 23354] By: merijn                                on 2004/10/09  12:27:39
18410         Log: Make AIX 5 + gcc work in 64bitall
18411      Branch: perl
18412            ! hints/aix.sh
18413 ____________________________________________________________________________
18414 [ 23353] By: merijn                                on 2004/10/08  09:52:59
18415         Log: A new machine type, some reformatting, some reorganization
18416              and a bit of additional info on Sleepycat's db.
18417      Branch: perl
18418            ! README.hpux
18419 ____________________________________________________________________________
18420 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
18421         Log: Briefly document the test.utf16 make target.
18422      Branch: perl
18423            ! pod/perlhack.pod
18424 ____________________________________________________________________________
18425 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
18426         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
18427              (patch by Jarkko Hietaniemi)
18428      Branch: perl
18429            ! Makefile.SH t/TEST toke.c utf8.c
18430 ____________________________________________________________________________
18431 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
18432         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
18433              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
18434              Date: 23 Sep 2004 21:45:42 -0000
18435              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
18436              (with doc nits)
18437      Branch: perl
18438            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
18439 ____________________________________________________________________________
18440 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
18441         Log: Increment $overload::VERSION after change #23347
18442      Branch: perl
18443            ! ext/B/B/Concise.pm lib/overload.pm
18444 ____________________________________________________________________________
18445 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
18446         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
18447              From: Vadim Konovalov <vadim@vkonovalov.ru>
18448              Date: Sun, 3 Oct 2004 22:10:06 +0400
18449              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
18450      Branch: perl
18451            ! ext/DynaLoader/DynaLoader_pm.PL
18452 ____________________________________________________________________________
18453 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
18454         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
18455              From: Rick Delaney <rick@bort.ca>
18456              Date: Sat, 2 Oct 2004 01:04:49 -0400
18457              Message-ID: <20041002050448.GB5059@biff.bort.ca>
18458      Branch: perl
18459            ! lib/overload.pm lib/overload.t
18460 ____________________________________________________________________________
18461 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
18462         Log: Subject: [PATCH] vms/t/filespec.t tweak
18463              From: "Craig A. Berry" <craigberry@mac.com>
18464              Date: Fri, 01 Oct 2004 13:18:03 -0500
18465              Message-ID: <415D9F5B.5040306@mac.com>
18466      Branch: perl
18467            ! vms/ext/filespec.t
18468 ____________________________________________________________________________
18469 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
18470         Log: More caveats on the non-portability of stat(), suggested by
18471              Stas Bekman.
18472      Branch: perl
18473            ! pod/perlfunc.pod
18474 ____________________________________________________________________________
18475 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
18476         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
18477              any check on whether it's valid.
18478      Branch: perl
18479            ! sv.c
18480 ____________________________________________________________________________
18481 [ 23343] By: merijn                                on 2004/10/02  11:08:32
18482         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
18483              From: "Craig A. Berry" <craigberry@mac.com>
18484              Date: Fri, 01 Oct 2004 12:57:55 -0500
18485              Message-ID: <415D9AA3.1000908@mac.com>
18486      Branch: perl
18487            ! t/uni/class.t
18488 ____________________________________________________________________________
18489 [ 23342] By: davem                                 on 2004/09/30  20:51:31
18490         Log: open $1, "file" doesn't raise an exception
18491      Branch: perl
18492            ! pp.c t/io/open.t
18493 ____________________________________________________________________________
18494 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
18495         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
18496              From: "Jay Hannah" <jhannah@omnihotels.com>
18497              Date: Wed, 15 Sep 2004 14:51:42 -0500
18498              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
18499      Branch: perl
18500            ! ext/Sys/Syslog/Syslog.pm
18501 ____________________________________________________________________________
18502 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
18503         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
18504              PV of the scalar it reads from, avoid to read it when it's an
18505              undefined PV.
18506      Branch: perl
18507            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
18508 ____________________________________________________________________________
18509 [ 23339] By: davem                                 on 2004/09/28  18:05:52
18510         Log: the improved -DT output of #23325 could print an uninit stack value
18511      Branch: perl
18512            ! toke.c
18513 ____________________________________________________________________________
18514 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
18515         Log: Spelling correction spotted by Greg McCarroll
18516      Branch: perl
18517            ! README.epoc
18518 ____________________________________________________________________________
18519 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
18520         Log: Subject: Patch for perl.c fixing an obscure environment bug
18521              From: Merijn Broeren <merijnb@iloquent.com>
18522              Date: Thu, 23 Sep 2004 17:18:17 +0200
18523              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
18524      Branch: perl
18525            ! perl.c
18526 ____________________________________________________________________________
18527 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
18528         Log: Perl -DT segfaults when parsing a 'use' statement
18529      Branch: perl
18530            ! toke.c
18531 ____________________________________________________________________________
18532 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
18533         Log: Typo fix.
18534              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
18535              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
18536              Date: Wed, 22 Sep 2004 11:20:53 +0200
18537              Message-ID: <20040922112053.686562b6@valis.local>
18538      Branch: perl
18539            ! lib/open.pm
18540 ____________________________________________________________________________
18541 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
18542         Log: Remove a couple of C<> to avoid confusing double quotes in text
18543              rendering. [perl #31678]
18544      Branch: perl
18545            ! pod/perlop.pod
18546 ____________________________________________________________________________
18547 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
18548         Log: Document that $ENV{PATH} may not contain relative directories under -T
18549      Branch: perl
18550            ! pod/perldiag.pod pod/perlsec.pod
18551 ____________________________________________________________________________
18552 [ 23331] By: davem                                 on 2004/09/20  22:11:29
18553         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
18554              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
18555              Date:  Fri, 17 Sep 2004 14:01:11 +0200
18556              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
18557
18558              Clarify the effect of utime when the file isn't owned by the user
18559      Branch: perl
18560            ! pod/perlfunc.pod
18561 ____________________________________________________________________________
18562 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
18563         Log: Upgrade to MIME::Base64 3.05.
18564      Branch: perl
18565            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18566            ! ext/MIME/Base64/t/warn.t
18567 ____________________________________________________________________________
18568 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
18569         Log: Upgrade to Time::HiRes 1.65.
18570      Branch: perl
18571            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18572            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18573            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
18574 ____________________________________________________________________________
18575 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
18576         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
18577              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18578              Date: 26 Aug 2004 19:06:52 -0000
18579              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
18580      Branch: perl
18581            ! lib/Pod/Usage.pm
18582 ____________________________________________________________________________
18583 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
18584         Log: Subject: [PATCH] encoding and open pragmas
18585              From: Jarkko Hietaniemi <jhi@iki.fi>
18586              Date: Mon, 16 Aug 2004 22:27:00 +0300
18587              Message-ID: <41210A84.6060506@iki.fi>
18588
18589              Subject: Re: [PATCH] encoding and open pragmas
18590              From: Jarkko Hietaniemi <jhi@iki.fi>
18591              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
18592              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
18593      Branch: perl
18594            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
18595 ____________________________________________________________________________
18596 [ 23325] By: davem                                 on 2004/09/19  21:47:18
18597         Log: improve lexer debugging output (-DT)
18598              Decode yylex() return values, and show lexer state each time
18599              yylex() is called
18600      Branch: perl
18601            ! embed.fnc embed.h proto.h toke.c
18602 ____________________________________________________________________________
18603 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
18604         Log: The XSUB.h patch from:
18605
18606              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
18607              From: John Peacock <jpeacock@rowman.com>
18608              Date: Wed, 18 Aug 2004 08:26:35 -0400
18609              Message-ID: <41234AFB.1020009@rowman.com>
18610
18611              Now it will use version object logic for version comparison
18612              when loading XS modules.
18613      Branch: perl
18614            ! XSUB.h
18615 ____________________________________________________________________________
18616 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
18617         Log: Upgrade to Time::HiRes 1.63.
18618              Note that it includes a ppport.h file. See if the one
18619              previously built in Devel::PPPort can be used instead.
18620      Branch: perl
18621            + ext/Time/HiRes/ppport.h
18622            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18623            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18624            ! ext/Time/HiRes/t/HiRes.t
18625 ____________________________________________________________________________
18626 [ 23321] By: davem                                 on 2004/09/14  21:57:10
18627         Log: Subject:  Re: [perl #31459] Bug in read()
18628              From:  Chris Heath <chris@heathens.co.nz>
18629              Date:  06 Sep 2004 00:03:12 -0400
18630              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
18631
18632              a read(F) into a UTF8-encoded buffer with an offset off the
18633              end of the buffer, miss-calculated buffer lengths
18634      Branch: perl
18635            ! pp_sys.c
18636 ____________________________________________________________________________
18637 [ 23320] By: davem                                 on 2004/09/12  22:09:51
18638         Log: Memory leak in nested shared data structures in 5.8.4
18639              A pop of an item from a shared array ref causes a leak due to
18640              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
18641              Make sv_upgrade() set always this flag.
18642      Branch: perl
18643            ! sv.c
18644 ____________________________________________________________________________
18645 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
18646         Log: Integrate:
18647              [ 23318]
18648              Update the skips for the no perlio case
18649      Branch: perl
18650           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
18651           !> ext/B/t/showlex.t
18652 ____________________________________________________________________________
18653 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
18654         Log: A single version of B that supports 5.8 and 5.10
18655      Branch: perl
18656            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18657            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
18658 ____________________________________________________________________________
18659 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
18660         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
18661              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18662              Date: Mon, 6 Sep 2004 11:09:51 +0400
18663              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
18664      Branch: perl
18665            ! lib/bigint.pm
18666 ____________________________________________________________________________
18667 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
18668         Log: Upgrade to Devel::PPPort 3.03.
18669      Branch: perl
18670            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18671            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
18672            ! ext/Devel/PPPort/PPPort_pm.PL
18673            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
18674 ____________________________________________________________________________
18675 [ 23281] By: davem                                 on 2004/09/08  19:42:15
18676         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
18677              From:  Andy Dougherty <doughera@lafayette.edu>
18678              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
18679              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
18680              Clarify whether it's safe to replace the perl bundled with Solaris
18681      Branch: perl
18682            ! README.solaris
18683 ____________________________________________________________________________
18684 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
18685         Log: Upgrade to Devel::PPPort 3.02.
18686      Branch: perl
18687            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18688            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18689            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
18690            ! ext/Devel/PPPort/parts/base/5004050
18691            ! ext/Devel/PPPort/parts/base/5005000
18692            ! ext/Devel/PPPort/parts/base/5006000
18693            ! ext/Devel/PPPort/parts/base/5008001
18694            ! ext/Devel/PPPort/parts/base/5009002
18695            ! ext/Devel/PPPort/parts/inc/MY_CXT
18696            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
18697            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
18698            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
18699            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
18700            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
18701            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
18702            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
18703            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
18704 ____________________________________________________________________________
18705 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
18706         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
18707              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
18708      Branch: perl
18709            ! perl.h
18710 ____________________________________________________________________________
18711 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
18712         Log: backport B to work on 5.8.x, so that a single version of the source
18713              can be maintained, and ultimately dual-lifed on CPAN
18714              (the version conditional changes are actually surprisingly small)
18715      Branch: perl
18716            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
18717            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
18718            ! ext/B/t/stash.t
18719 ____________________________________________________________________________
18720 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
18721         Log: Subject: SvO?OK_off()'s return value
18722              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18723              Date: Sun, 1 Aug 2004 12:46:48 +0200
18724              Message-Id: <20040801124648.7f9b3cee@r2d2>
18725
18726              Move (void) casts into SvOOK_off macro.
18727      Branch: perl
18728            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
18729 ____________________________________________________________________________
18730 [ 23276] By: merijn                                on 2004/09/07  12:57:58
18731         Log: Subject: [PATCH] perlintro.pod
18732              From: Paul Johnson <paul@pjcj.net>
18733              Date: Tue, 7 Sep 2004 15:13:51 +0200
18734              Message-ID: <20040907131351.GD2513@pjcj.net>
18735      Branch: perl
18736            ! pod/perlintro.pod
18737 ____________________________________________________________________________
18738 [ 23275] By: steveh                                on 2004/09/06  10:16:12
18739         Log: Implement new environment variable to allow the use of non-IFS
18740              compatible LSP's on Windows to allow Perl to work in conjunction
18741              with a firewall such as McAfee Guardian.
18742
18743              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
18744              further assistance by Artiom Morozov <artiom@phreaker.net>.
18745      Branch: perl
18746            ! pod/perlrun.pod win32/win32sck.c
18747 ____________________________________________________________________________
18748 [ 23274] By: merijn                                on 2004/09/06  08:49:24
18749         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
18750              From: "Craig A. Berry" <craigberry@mac.com>
18751              Date: Sat, 04 Sep 2004 11:58:56 -0500
18752              Message-ID: <4139F450.7040708@mac.com>
18753      Branch: perl
18754            ! configure.com
18755 ____________________________________________________________________________
18756 [ 23271] By: davem                                 on 2004/09/05  21:36:57
18757         Log: only mortalize deleted array elements for AvREAL
18758              (update to change #23158)
18759      Branch: perl
18760            ! av.c
18761 ____________________________________________________________________________
18762 [ 23267] By: davem                                 on 2004/09/05  20:16:55
18763         Log: I somehow managed to omit the base.pm change from #23266
18764      Branch: perl
18765            ! lib/base.pm
18766 ____________________________________________________________________________
18767 [ 23266] By: davem                                 on 2004/09/05  20:04:35
18768         Log: Fields package bug
18769              An intermediate class with no fields messes up private fields
18770              in the base class.
18771      Branch: perl
18772            ! lib/base.pm lib/base/t/fields-base.t
18773 ____________________________________________________________________________
18774 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
18775         Log: Upgrade to Encode 2.02
18776      Branch: perl
18777            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18778            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
18779            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
18780            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
18781            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
18782            ! ext/Encode/ucm/big5-hkscs.ucm
18783 ____________________________________________________________________________
18784 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
18785         Log: Upgrade to version 0.42.
18786              From:
18787              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
18788              From: John Peacock <jpeacock@rowman.com>
18789              Date: Wed, 18 Aug 2004 08:26:35 -0400
18790              Message-ID: <41234AFB.1020009@rowman.com>
18791      Branch: perl
18792            ! lib/version.pm lib/version.t util.c
18793 ____________________________________________________________________________
18794 [ 23256] By: davem                                 on 2004/09/01  23:41:25
18795         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
18796              From:  Rick Delaney <rick@bort.ca>
18797              Date:  Fri, 13 Aug 2004 19:54:12 -0400
18798              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
18799
18800              restore the compile-time field checking for
18801              my Dog $spot; $spot->{'walkies'};
18802              that was lost when pseudo-hashes were removed
18803      Branch: perl
18804            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
18805            ! pod/perldiag.pod
18806 ____________________________________________________________________________
18807 [ 23255] By: davem                                 on 2004/09/01  23:37:07
18808         Log: whoops, fix 'formline undef' test broken by change #23251
18809      Branch: perl
18810            ! t/lib/warnings/9uninit
18811 ____________________________________________________________________________
18812 [ 23253] By: davem                                 on 2004/09/01  22:45:07
18813         Log: Subject:  PATCH: Taintedness and ternary conditional
18814              From:  Andy Lester <andy@petdance.com>
18815              Date:  Thu, 26 Aug 2004 23:44:47 -0500
18816              Message-Id:  <20040827044447.GA5268@petdance.com>
18817
18818              add tests and documentation to the effect that ($tainted ? $a : $b)
18819              doesn't necessarily return a tainted value. Also tidy the markup in
18820              perldoc.pod
18821      Branch: perl
18822            ! pod/perlsec.pod t/op/taint.t
18823 ____________________________________________________________________________
18824 [ 23252] By: davem                                 on 2004/09/01  22:20:05
18825         Log: delete spurious blank lines added by change 23251
18826      Branch: perl
18827            ! pp_ctl.c
18828 ____________________________________________________________________________
18829 [ 23251] By: davem                                 on 2004/09/01  22:17:47
18830         Log: Random made scripts crashing perl
18831              fix 'formline undef' coredump
18832      Branch: perl
18833            ! pp_ctl.c t/lib/warnings/9uninit
18834 ____________________________________________________________________________
18835 [ 23250] By: davem                                 on 2004/09/01  20:46:13
18836         Log: From: david nicol <whatever@davidnicol.com>
18837              Subject: [perl #31228] no no-op
18838              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
18839              Date: 27 Aug 2004 21:13:42 -0500
18840
18841              Document that 0 and 1 can (sort of) be used as no-ops.
18842      Branch: perl
18843            ! pod/perlop.pod
18844 ____________________________________________________________________________
18845 [ 23249] By: davem                                 on 2004/09/01  18:54:25
18846         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
18847              From:  Jim Cromie <jcromie@divsol.com>
18848              Date:  Tue, 31 Aug 2004 23:19:54 -0600
18849              Message-Id:  <41355BFA.8010900@divsol.com>
18850
18851              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
18852              displayed by B::Concise.
18853      Branch: perl
18854            ! ext/B/B/Concise.pm
18855 ____________________________________________________________________________
18856 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
18857         Log: Upgrade to Cwd 2.21.
18858      Branch: perl
18859            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
18860 ____________________________________________________________________________
18861 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
18862         Log: Update to File::Spec 0.90
18863      Branch: perl
18864            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
18865 ____________________________________________________________________________
18866 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
18867         Log: Skip Time::HiRes tests if configured without that module.
18868      Branch: perl
18869            ! ext/Time/HiRes/t/HiRes.t
18870 ____________________________________________________________________________
18871 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
18872         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
18873      Branch: perl
18874            ! lib/Dumpvalue.t
18875 ____________________________________________________________________________
18876 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
18877         Log: Skip a Data::Dumper test if configured without B module.
18878      Branch: perl
18879            ! ext/Data/Dumper/t/dumper.t
18880 ____________________________________________________________________________
18881 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
18882         Log: Fix typo in B::Assembler.
18883      Branch: perl
18884            ! ext/B/B/Assembler.pm
18885 ____________________________________________________________________________
18886 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
18887         Log: Skip ext/B/t/assembler.t when configured without B.
18888      Branch: perl
18889            ! ext/B/t/assembler.t
18890 ____________________________________________________________________________
18891 [ 23241] By: merijn                                on 2004/08/28  08:05:19
18892         Log: Subject: [PATCH] File::Spec::VMS update
18893              From: "Craig A. Berry" <craigberry@mac.com>
18894              Date: Fri, 27 Aug 2004 18:51:09 -0500
18895              Message-ID: <412FC8ED.1020300@mac.com>
18896      Branch: perl
18897            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
18898 ____________________________________________________________________________
18899 [ 23240] By: merijn                                on 2004/08/28  07:41:47
18900         Log: Pumpkinship updates
18901      Branch: perl
18902            ! pod/perlhack.pod
18903 ____________________________________________________________________________
18904 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
18905         Log: Fix nasty line break in Storable test file.
18906      Branch: perl
18907            ! ext/Storable/t/just_plain_nasty.t
18908 ____________________________________________________________________________
18909 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
18910         Log: Upgrade to MIME::Base64 3.03
18911      Branch: perl
18912            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18913            ! ext/MIME/Base64/QuotedPrint.pm
18914 ____________________________________________________________________________
18915 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
18916         Log: Upgrade to MIME::Base64 3.02.
18917      Branch: perl
18918            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18919            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
18920            ! ext/MIME/Base64/t/quoted-print.t
18921 ____________________________________________________________________________
18922 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
18923         Log: Grammatical nit by Hugo.
18924      Branch: perl
18925            ! pod/perlnewmod.pod
18926 ____________________________________________________________________________
18927 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
18928         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
18929              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
18930              Date: 23 Aug 2004 10:37:31 -0000
18931              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
18932      Branch: perl
18933            ! t/comp/use.t
18934 ____________________________________________________________________________
18935 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
18936         Log: Upgrade to Devel::PPPort 3.01.
18937      Branch: perl
18938            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18939            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18940            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
18941            ! ext/Devel/PPPort/parts/inc/version
18942            ! ext/Devel/PPPort/t/ppphtest.t
18943 ____________________________________________________________________________
18944 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
18945         Log: Fix some backwards-compatibility problems with Storable.
18946      Branch: perl
18947            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
18948 ____________________________________________________________________________
18949 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
18950         Log: Upgrade to Time::HiRes 1.61
18951      Branch: perl
18952            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18953            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18954            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
18955 ____________________________________________________________________________
18956 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
18957         Log: Fix Storable's MANIFEST.
18958      Branch: perl
18959            ! ext/Storable/MANIFEST
18960 ____________________________________________________________________________
18961 [ 23230] By: davem                                 on 2004/08/20  21:20:48
18962         Log: a regex in STDOUT destructor coredumped because regex pad already
18963              freed
18964      Branch: perl
18965            ! perl.c t/op/ref.t
18966 ____________________________________________________________________________
18967 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
18968         Log: Upgrade to Devel::PPPort 3.00_03.
18969      Branch: perl
18970            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18971            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
18972            ! ext/Devel/PPPort/parts/inc/ppphtest
18973            ! ext/Devel/PPPort/t/ppphtest.t
18974 ____________________________________________________________________________
18975 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
18976         Log: Tweak 'h2xs -h' output.
18977      Branch: perl
18978            ! utils/h2xs.PL
18979 ____________________________________________________________________________
18980 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
18981         Log: Delete superfluous "with".
18982      Branch: perl
18983            ! README.win32
18984 ____________________________________________________________________________
18985 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
18986         Log: Upgrade to Devel::PPPort 3.00_02.
18987      Branch: perl
18988            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18989            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
18990            ! ext/Devel/PPPort/PPPort_pm.PL
18991 ____________________________________________________________________________
18992 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
18993         Log: Mark a test that relies on tainting behavior as TODO on Windows.
18994      Branch: perl
18995            ! t/comp/opsubs.t
18996 ____________________________________________________________________________
18997 [ 23224] By: steveh                                on 2004/08/18  13:44:13
18998         Log: Add notes for building with MS VC++ Toolkit 2003
18999      Branch: perl
19000            ! README.win32
19001 ____________________________________________________________________________
19002 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
19003         Log: Upgrade to Devel::PPPort 3.00_01.
19004      Branch: perl
19005            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
19006            + ext/Devel/PPPort/t/sv_xpvf.t
19007            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
19008            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
19009            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
19010            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
19011            ! ext/Devel/PPPort/parts/inc/misc
19012            ! ext/Devel/PPPort/parts/inc/ppphbin
19013            ! ext/Devel/PPPort/parts/inc/ppphtest
19014            ! ext/Devel/PPPort/parts/inc/uv
19015            ! ext/Devel/PPPort/parts/ppptools.pl
19016            ! ext/Devel/PPPort/parts/todo/5004000
19017            ! ext/Devel/PPPort/parts/todo/5004050
19018            ! ext/Devel/PPPort/parts/todo/5006000
19019            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
19020 ____________________________________________________________________________
19021 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
19022         Log: Upgrade to Devel::PPPort 3.00.
19023      Branch: perl
19024            + (add 103 files)
19025            - ext/Devel/PPPort/t/test.t
19026            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
19027            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19028            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
19029            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
19030            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
19031            ! ext/Devel/PPPort/soak
19032 ____________________________________________________________________________
19033 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
19034         Log: Subject: [PATCH] Document Carp's global variables + provide tests
19035              From: "Jos I. Boumans" <kane@dwim.org>
19036              Date: Mon, 16 Aug 2004 15:53:40 +0200
19037              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
19038              (tests a bit reworked)
19039      Branch: perl
19040            ! lib/Carp.pm lib/Carp.t
19041 ____________________________________________________________________________
19042 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
19043         Log: Subject: Updates to modules-related pod
19044              From: Kirrily Skud Robert <skud@infotrope.net>
19045              Date: Mon, 16 Aug 2004 16:00:14 -0400
19046              Message-ID: <20040816200014.GC27764@infotrope.net>
19047      Branch: perl
19048            ! pod/perlnewmod.pod
19049 ____________________________________________________________________________
19050 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
19051         Log: Subject: [PATCH] running mktables on VMS
19052              From: "Craig A. Berry" <craigberry@mac.com>
19053              Date: Tue, 10 Aug 2004 22:28:04 -0500
19054              Message-ID: <41199244.9020706@mac.com>
19055      Branch: perl
19056            ! vms/descrip_mms.template
19057 ____________________________________________________________________________
19058 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
19059         Log: Subject: [PATCH] make cygwin ld2 executable
19060              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19061              Date: Sun, 15 Aug 2004 17:14:59 -0700
19062              Message-ID: <20040816001252.GA2148@efn.org>
19063      Branch: perl
19064            ! cygwin/Makefile.SHs
19065 ____________________________________________________________________________
19066 [ 23217] By: davem                                 on 2004/08/14  22:32:16
19067         Log: make pp_goto() cope potential stack reallocation in EXTEND
19068              The code for goto &foo had local pointers to the stack that
19069              pointed to the wrong place after a realloc.
19070      Branch: perl
19071            ! pp_ctl.c t/op/goto.t
19072 ____________________________________________________________________________
19073 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
19074         Log: Subject: [PATCH] pre Math::BigInt v1.72
19075              From: Tels <perl_dummy@bloodgate.com>
19076              Date: Fri, 13 Aug 2004 14:02:50 +0200
19077              Message-Id: <200408131402.52270@bloodgate.com>
19078      Branch: perl
19079            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19080            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19081            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19082            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
19083 ____________________________________________________________________________
19084 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
19085         Log: Subject: Test for functions with operator names
19086              From: Andy Lester <andy@petdance.com>
19087              Date: Thu, 12 Aug 2004 11:31:03 -0500
19088              Message-ID: <20040812163103.GA26687@petdance.com>
19089      Branch: perl
19090            + t/comp/opsubs.t
19091            ! MANIFEST
19092 ____________________________________________________________________________
19093 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
19094         Log: Subject: api doc fix for SvSetMagicSV_nosteal
19095              From: Stas Bekman <stas@stason.org>
19096              Date: Thu, 12 Aug 2004 18:10:36 -0700
19097              Message-ID: <411C150C.5020602@stason.org>
19098      Branch: perl
19099            ! pod/perlapi.pod sv.h
19100 ____________________________________________________________________________
19101 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
19102         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
19103              From: Jim Cromie <jcromie@divsol.com>
19104              Date: Tue, 10 Aug 2004 07:29:08 -0600
19105              Message-ID: <4118CDA4.3060700@divsol.com>
19106      Branch: perl
19107            ! t/op/goto.t
19108 ____________________________________________________________________________
19109 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
19110         Log: Subject: 2 patches: goto.t, B.pm/xs
19111              From: Jim Cromie <jcromie@divsol.com>
19112              Date: Sun, 08 Aug 2004 18:42:47 -0600
19113              Message-ID: <4116C887.9080400@divsol.com>
19114      Branch: perl
19115            ! ext/B/B.pm ext/B/B.xs
19116 ____________________________________________________________________________
19117 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
19118         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19119              From: Alan Burlison <Alan.Burlison@sun.com>
19120              Date: Mon, 09 Aug 2004 19:00:12 +0100
19121              Message-ID: <4117BBAC.7080603@sun.com>
19122      Branch: perl
19123            ! ext/POSIX/POSIX.xs
19124 ____________________________________________________________________________
19125 [ 23210] By: davem                                 on 2004/08/09  19:58:35
19126         Log: Fix a typo and remove some debugging crud from change #23209
19127      Branch: perl
19128            ! ext/XS/APItest/t/call.t
19129 ____________________________________________________________________________
19130 [ 23209] By: davem                                 on 2004/08/09  19:48:57
19131         Log: eval_sv() failing a taint test could corrupt the stack
19132      Branch: perl
19133            ! ext/XS/APItest/t/call.t perl.c
19134 ____________________________________________________________________________
19135 [ 23208] By: davem                                 on 2004/08/09  18:28:33
19136         Log: made eq_array in t/test.pl handle undef values better
19137      Branch: perl
19138            ! t/test.pl
19139 ____________________________________________________________________________
19140 [ 23207] By: davem                                 on 2004/08/09  17:21:27
19141         Log: fix minor nit in file description, to keep Jarkko happy
19142      Branch: perl
19143            ! utf8.c
19144 ____________________________________________________________________________
19145 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
19146         Log: Subject: Patch for t/op/sleep.t
19147              From: Andy Lester <andy@petdance.com>
19148              Date: Mon, 9 Aug 2004 00:11:51 -0500
19149              Message-ID: <20040809051151.GA13872@petdance.com>
19150      Branch: perl
19151            ! t/op/sleep.t
19152 ____________________________________________________________________________
19153 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
19154         Log: Add a note in perltodo about a potential extension of readpipe()
19155      Branch: perl
19156            ! pod/perltodo.pod
19157 ____________________________________________________________________________
19158 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
19159         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19160              From: Alan Burlison <Alan.Burlison@sun.com>
19161              Date: Mon, 09 Aug 2004 10:30:25 +0100
19162              Message-ID: <41174431.6050803@sun.com>
19163      Branch: perl
19164            ! ext/POSIX/POSIX.xs
19165 ____________________________________________________________________________
19166 [ 23203] By: davem                                 on 2004/08/07  15:10:40
19167         Log: Add tests for XS call_*() API
19168      Branch: perl
19169            + ext/XS/APItest/t/call.t
19170            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
19171            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
19172 ____________________________________________________________________________
19173 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
19174         Log: Subject: [PATCH] DB_File 1.810
19175              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
19176              Date: Sat, 7 Aug 2004 15:22:09 +0100
19177              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
19178      Branch: perl
19179            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19180            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
19181 ____________________________________________________________________________
19182 [ 23200] By: steveh                                on 2004/08/06  12:55:31
19183         Log: Fix [perl #24269] socket() call uses non-IFS providers
19184              causing subsequent print/read to hang or misbehave
19185
19186              Patch supplied by Artiom Morozov <artiom@phreaker.net>
19187              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
19188      Branch: perl
19189            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
19190            ! win32/win32.h win32/win32sck.c
19191 ____________________________________________________________________________
19192 [ 23199] By: steveh                                on 2004/08/06  11:57:59
19193         Log: Another small clean-up following changes #23190 and #23198
19194      Branch: perl
19195            ! gv.c
19196 ____________________________________________________________________________
19197 [ 23198] By: davem                                 on 2004/08/06  10:06:46
19198         Log: remove leaks associated with version object change #23190
19199      Branch: perl
19200            ! gv.c util.c
19201 ____________________________________________________________________________
19202 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
19203         Log: Subject: [PATCH sv.c]  signedness nit in #23190
19204              From: "Craig A. Berry" <craigberry@mac.com>
19205              Date: Thu, 05 Aug 2004 13:10:55 -0500
19206              Message-ID: <4112782F.7040302@mac.com>
19207      Branch: perl
19208            ! sv.c
19209 ____________________________________________________________________________
19210 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
19211         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
19212      Branch: perl
19213            ! pod/perlapi.pod sv.h
19214 ____________________________________________________________________________
19215 [ 23195] By: nick                                  on 2004/08/04  18:16:47
19216         Log: Comment describing purpose.
19217      Branch: perl
19218            ! globals.c
19219 ____________________________________________________________________________
19220 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
19221         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
19222              From: Alan Burlison <Alan.Burlison@sun.com>
19223              Date: Mon, 19 Jul 2004 12:07:02 +0100
19224              Message-ID: <40FBAB56.1030208@sun.com>
19225
19226              (last chunk only)
19227      Branch: perl
19228            ! ext/POSIX/POSIX.xs
19229 ____________________________________________________________________________
19230 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
19231         Log: Remove compilation warnings about uninitialized variables.
19232      Branch: perl
19233            ! sv.c
19234 ____________________________________________________________________________
19235 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
19236         Log: Remove the "Newline in left-justified string" warning.
19237      Branch: perl
19238            ! pod/perldiag.pod sv.c t/lib/warnings/sv
19239 ____________________________________________________________________________
19240 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
19241         Log: Subject: [PATCH] extension to diagnostics.pm
19242              From: Fergal Daly <fergal@esatclear.ie>
19243              Date: Wed, 4 Aug 2004 00:33:09 +0100
19244              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
19245      Branch: perl
19246            ! lib/diagnostics.pm
19247 ____________________________________________________________________________
19248 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
19249         Log: Subject: [PATCH] Final version object core patch?
19250              From: John Peacock <jpeacock@rowman.com>
19251              Date: Tue, 03 Aug 2004 22:23:57 -0400
19252              Message-ID: <411048BD.3080700@rowman.com>
19253      Branch: perl
19254            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
19255 ____________________________________________________________________________
19256 [ 23189] By: merijn                                on 2004/08/03  23:51:13
19257         Log: gcc on AIX 4 doesn't like -G on the commandline too
19258      Branch: perl
19259            ! hints/aix_4.sh
19260 ____________________________________________________________________________
19261 [ 23188] By: merijn                                on 2004/08/03  23:48:13
19262         Log: gcc on AIX doesn't like -G on the commandline
19263      Branch: perl
19264            ! hints/aix.sh
19265 ____________________________________________________________________________
19266 [ 23187] By: davem                                 on 2004/08/03  19:20:18
19267         Log: more typo fixes for change 3176 (comments at top of .c files)
19268      Branch: perl
19269            ! mg.c miniperlmain.c perl.c run.c scope.c
19270 ____________________________________________________________________________
19271 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
19272         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
19273              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
19274              Date: 2 Aug 2004 07:00:33 -0000
19275              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
19276      Branch: perl
19277            ! lib/ExtUtils/Embed.pm
19278 ____________________________________________________________________________
19279 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
19280         Log: Subject: [PATCH] additional -V:foo tests
19281              From: Jim Cromie <jcromie@divsol.com>
19282              Date: Mon, 02 Aug 2004 09:15:23 -0600
19283              Message-ID: <410E5A8B.9030307@divsol.com>
19284      Branch: perl
19285            ! configpm lib/Config.t pod/perlrun.pod
19286 ____________________________________________________________________________
19287 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
19288         Log: Enhance the caveat in the description of tell()
19289
19290              Subject: Re: [perl #30788] Error in documentation
19291              From: Nick Ing-Simmons <nick@ing-simmons.net>
19292              Date: Wed, 28 Jul 2004 15:12:54 +0100
19293              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
19294      Branch: perl
19295            ! pod/perlfunc.pod
19296 ____________________________________________________________________________
19297 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
19298         Log: Remove empty rpath from .so files
19299      Branch: perl
19300            ! lib/ExtUtils/MM_Unix.pm
19301 ____________________________________________________________________________
19302 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
19303         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
19304              From: Fergal Daly <fergal@esatclear.ie>
19305              Date: Fri, 30 Jul 2004 16:09:19 +0100
19306              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
19307      Branch: perl
19308            ! lib/overload.pm
19309 ____________________________________________________________________________
19310 [ 23181] By: steveh                                on 2004/08/02  08:05:05
19311         Log: Fix breakage caused by Change 23179
19312      Branch: perl
19313            ! t/run/fresh_perl.t
19314 ____________________________________________________________________________
19315 [ 23180] By: davem                                 on 2004/08/01  16:49:20
19316         Log: Add comment to top of reentr.c and fix typos in other files
19317      Branch: perl
19318            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
19319            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
19320 ____________________________________________________________________________
19321 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
19322         Log: Skip test when building without Encode.
19323      Branch: perl
19324            ! t/run/fresh_perl.t
19325 ____________________________________________________________________________
19326 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
19327         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
19328              and merge identical cases.
19329      Branch: perl
19330            ! scope.c
19331 ____________________________________________________________________________
19332 [ 23177] By: davem                                 on 2004/07/31  16:27:09
19333         Log: shut up a warning in mg.c
19334      Branch: perl
19335            ! mg.c
19336 ____________________________________________________________________________
19337 [ 23176] By: davem                                 on 2004/07/31  16:21:50
19338         Log: Add comment to the top of most .c files explaining their purpose
19339      Branch: perl
19340            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
19341            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
19342            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
19343            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
19344            ! universal.c utf8.c util.c
19345 ____________________________________________________________________________
19346 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
19347         Log: Fix copy & paste bugs in mX?PUSH macro tests.
19348      Branch: perl
19349            ! ext/XS/APItest/APItest.xs
19350 ____________________________________________________________________________
19351 [ 23174] By: merijn                                on 2004/07/31  08:32:31
19352         Log: First steps towards an explicit perl.exp-less AIX build
19353              Previous method can still be used by undeffing usenativedlopen
19354              If that is ever tested at all on AIX
19355      Branch: perl
19356            ! hints/aix.sh hints/aix_4.sh
19357 ____________________________________________________________________________
19358 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
19359         Log: Fix and update Perl_grok_* docs.
19360      Branch: perl
19361            ! numeric.c pod/perlapi.pod
19362 ____________________________________________________________________________
19363 [ 23172] By: steveh                                on 2004/07/30  14:31:08
19364         Log: A few minor updates to README.win32 (aka perlwin32)
19365      Branch: perl
19366            ! README.win32
19367 ____________________________________________________________________________
19368 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
19369         Log: Upgrade to Math::BigInt v1.71.
19370      Branch: perl
19371            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19372            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19373            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19374            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
19375 ____________________________________________________________________________
19376 [ 23170] By: steveh                                on 2004/07/30  13:27:41
19377         Log: Bug report #30132 was resolved before it was finished!
19378              Here's the last piece in the puzzle.
19379      Branch: perl
19380            ! ext/IO/lib/IO/File.pm
19381 ____________________________________________________________________________
19382 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
19383         Log: Upgrade to File::Spec 0.88.
19384      Branch: perl
19385            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
19386 ____________________________________________________________________________
19387 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
19388         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
19389              From: Autrijus Tang <autrijus@gmail.com>
19390              Date: Thu, 22 Jul 2004 20:17:58 -0700
19391              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
19392      Branch: perl
19393            ! lib/Test/Builder.pm
19394 ____________________________________________________________________________
19395 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
19396         Log: Subject: Re: more 5.9 sort tests (second draft)
19397              From: david nicol <whatever@davidnicol.com>
19398              Date: 21 Jul 2004 17:10:05 -0500
19399              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
19400      Branch: perl
19401            ! t/op/sort.t
19402 ____________________________________________________________________________
19403 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
19404         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
19405              From: Andy Dougherty <doughera@lafayette.edu>
19406              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
19407              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
19408      Branch: perl
19409            ! README.solaris
19410 ____________________________________________________________________________
19411 [ 23164] By: davem                                 on 2004/07/26  22:08:32
19412         Log: Subject:  [perl #7558] [PATCH] README.solaris
19413              From:  Andy Dougherty <doughera@lafayette.edu>
19414              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
19415              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
19416
19417              Add more info on /dev/random under solaris
19418      Branch: perl
19419            ! README.solaris
19420 ____________________________________________________________________________
19421 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
19422         Log: The byte-order modifiers won't go into 5.8.
19423      Branch: perl
19424            ! pod/perlfunc.pod pod/perlport.pod
19425 ____________________________________________________________________________
19426 [ 23162] By: steveh                                on 2004/07/26  10:41:56
19427         Log: Windows-related updates to Porting/repository.pod
19428      Branch: perl
19429            ! Porting/repository.pod
19430 ____________________________________________________________________________
19431 [ 23161] By: davem                                 on 2004/07/25  19:05:28
19432         Log: make -Dl log runops loop entry and exit, and jump level popping
19433      Branch: perl
19434            ! dump.c scope.h
19435 ____________________________________________________________________________
19436 [ 23160] By: davem                                 on 2004/07/24  10:00:27
19437         Log: document that -i messes soft as well hard hard links.
19438      Branch: perl
19439            ! pod/perlrun.pod
19440 ____________________________________________________________________________
19441 [ 23159] By: davem                                 on 2004/07/23  21:15:32
19442         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
19443      Branch: perl
19444            ! pod/perlrun.pod
19445 ____________________________________________________________________________
19446 [ 23158] By: davem                                 on 2004/07/23  11:06:02
19447         Log: memory leak in array delete
19448              av_delete() wasn't mortalizing the returned value
19449      Branch: perl
19450            ! av.c t/op/delete.t
19451 ____________________________________________________________________________
19452 [ 23157] By: davem                                 on 2004/07/23  10:35:16
19453         Log: remove binary compat from #23156 (remove PL_retstack)
19454      Branch: perl
19455            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
19456            ! thrdvar.h
19457 ____________________________________________________________________________
19458 [ 23156] By: davem                                 on 2004/07/23  09:52:59
19459         Log: remove the return stack PL_retstack, and store return ops in the CX
19460              structure directly instead
19461      Branch: perl
19462            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
19463            ! pp_sys.c scope.c sv.c thrdvar.h
19464 ____________________________________________________________________________
19465 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
19466         Log: Build the perldelta copying command for the main Unix makefile with
19467              buildtoc, so that it doesn't get forgotten on version increments.
19468      Branch: perl
19469            ! Makefile.SH pod/buildtoc
19470 ____________________________________________________________________________
19471 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
19472         Log: Grab perl585delta.pod from maint and
19473
19474              Integrate:
19475              [ 23069]
19476              This is RC2. Maybe this one will last longer.
19477
19478              [ 23141]
19479              Break a leg
19480
19481              [perlhist.pod]
19482      Branch: perl
19483           +> pod/perl585delta.pod
19484            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
19485            ! vms/descrip_mms.template win32/pod.mak
19486           !> pod/perlhist.pod
19487 ____________________________________________________________________________
19488 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
19489         Log: Upgrade to Cwd 2.20
19490      Branch: perl
19491            + ext/Cwd/t/win32.t
19492            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
19493            ! lib/Cwd.pm
19494 ____________________________________________________________________________
19495 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
19496         Log: Sort perldiag.
19497      Branch: perl
19498            ! pod/perldiag.pod
19499 ____________________________________________________________________________
19500 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
19501         Log: Subject: Re: "Too late for -T" could be more descriptive
19502              From: Jim Cromie <jcromie@divsol.com>
19503              Date: Wed, 21 Jul 2004 11:21:50 -0600
19504              Message-ID: <40FEA62E.2010809@divsol.com>
19505              (with tweaks)
19506      Branch: perl
19507            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
19508            ! pod/perlrun.pod
19509 ____________________________________________________________________________
19510 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
19511         Log: Email change for Steffen Mueller.
19512      Branch: perl
19513            ! AUTHORS
19514 ____________________________________________________________________________
19515 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
19516         Log: Grammar fix by Paul Johnson.
19517      Branch: perl
19518            ! pod/perldiag.pod
19519 ____________________________________________________________________________
19520 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
19521         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
19522      Branch: perl
19523            ! configpm lib/Config.t
19524 ____________________________________________________________________________
19525 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
19526         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
19527              From: "Jos I. Boumans" <kane@dwim.org>
19528              Date: Wed, 21 Jul 2004 13:47:35 +0200
19529              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
19530              (with tweaks)
19531      Branch: perl
19532            ! pod/perldiag.pod
19533 ____________________________________________________________________________
19534 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
19535         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
19536              From: Rick Delaney <rick@bort.ca>
19537              Date: Tue, 20 Jul 2004 16:53:54 -0400
19538              Message-ID: <20040720205353.GA970@biff.bort.ca>
19539      Branch: perl
19540            ! pp.c t/op/list.t
19541 ____________________________________________________________________________
19542 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
19543         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
19544              From: Tels <perl_dummy@bloodgate.com>
19545              Date: Sat, 17 Jul 2004 16:22:57 +0200
19546              Message-Id: <200407171622.58443@bloodgate.com>
19547      Branch: perl
19548            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19549            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19550            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
19551            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
19552            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
19553            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
19554 ____________________________________________________________________________
19555 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
19556         Log: Turn 2 strcpy()s into memcpy() because we know the length.
19557      Branch: perl
19558            ! toke.c
19559 ____________________________________________________________________________
19560 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
19561         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
19562              1970
19563      Branch: perl
19564            ! pod/perlfunc.pod
19565 ____________________________________________________________________________
19566 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
19567         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
19568              Brendan O'Dea
19569      Branch: perl
19570            ! pod/perluniintro.pod
19571 ____________________________________________________________________________
19572 [ 23128] By: nick                                  on 2004/07/16  12:16:05
19573         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
19574              From: Steve Hay <steve.hay@uk.radan.com>
19575              CC: perl-win32-porters@listserv.ActiveState.com
19576              Message-ID: <40F6B295.8010804@uk.radan.com>
19577
19578              Assumes perl's malloc can now handle non-contiguous memory (believed
19579              to be true).
19580              Does not address threading issues.
19581
19582              "The attached patch (against blead) makes sbrk() initially try to
19583              extend the existing block of memory exactly as it currently does, but
19584              to not  fail immediately if it can't -- it now frees up that part of
19585              whatever it  had previously reserved+committed which hadn't actually
19586              been used yet,  resets all its static variables and basically starts
19587              anew."
19588      Branch: perl
19589            ! win32/win32.c
19590 ____________________________________________________________________________
19591 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
19592         Log: glob('*.c') to find documentation is dangerous when run in unclean
19593              trees, so isntead use MANIFEST to only scan the legitimate source
19594              files.
19595      Branch: perl
19596            ! autodoc.pl
19597 ____________________________________________________________________________
19598 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
19599         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
19600              and sv_savesharedpv. Need to create non-void returning versions of
19601              Copy and Zero, as the existing macros deliberately cast to (void)
19602      Branch: perl
19603            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
19604 ____________________________________________________________________________
19605 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
19606         Log: Rebuild perlapi.pod
19607      Branch: perl
19608            ! pod/perlapi.pod
19609 ____________________________________________________________________________
19610 [ 23124] By: merijn                                on 2004/07/16  10:30:53
19611         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
19612              the path to the bundled braindead C compiler. This might
19613              influence ccache's behaviour in finding the correct path
19614      Branch: perl
19615            ! Configure
19616 ____________________________________________________________________________
19617 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
19618         Log: oslevel can fail on AIX, but the output generated would confuse
19619              Configure
19620      Branch: perl
19621            ! Configure
19622 ____________________________________________________________________________
19623 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
19624         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
19625              Bug spotted by Nigel Sandever
19626      Branch: perl
19627            ! ext/threads/threads.xs util.c
19628 ____________________________________________________________________________
19629 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
19630         Log: threads.xs doesn't check the return value of the thread creation
19631              call. D'oh! This gives SEGVs if the OS fails to create another thread.
19632              Cause of problem located by Nigel Sandever
19633      Branch: perl
19634            ! ext/threads/threads.pm ext/threads/threads.xs
19635 ____________________________________________________________________________
19636 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
19637         Log: Assimilate Cwd 2.19
19638      Branch: perl
19639            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
19640 ____________________________________________________________________________
19641 [ 23117] By: merijn                                on 2004/07/15  14:16:07
19642         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
19643      Branch: perl
19644            ! ext/Storable/Storable.xs
19645 ____________________________________________________________________________
19646 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
19647         Log: Abigail notes that a re-entrant regexp engine is a todo
19648      Branch: perl
19649            ! pod/perltodo.pod
19650 ____________________________________________________________________________
19651 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
19652         Log: for (reverse @foo) now iterates in reverse in place.
19653      Branch: perl
19654            ! op.c pod/perltodo.pod pp_ctl.c
19655 ____________________________________________________________________________
19656 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
19657         Log: Optimise for (reverse ...)
19658      Branch: perl
19659            ! op.c
19660 ____________________________________________________________________________
19661 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
19662         Log: Now optimising for $a (reverse ...)
19663      Branch: perl
19664            ! op.c
19665 ____________________________________________________________________________
19666 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
19667         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
19668              tests.
19669      Branch: perl
19670            ! t/cmd/for.t
19671 ____________________________________________________________________________
19672 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
19673         Log: This seems to be needed to get COW working on Win32
19674      Branch: perl
19675            ! win32/win32.c
19676 ____________________________________________________________________________
19677 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
19678         Log: "That's the way to do it"
19679              In taking out a bug spotted by my regression tests in t/cmd/for.t
19680              I actually managed to disable the entire optimisation. Which means
19681              that I didn't find the other bug. This optimisation is live, and
19682              passes all tests.
19683      Branch: perl
19684            ! op.c pp_hot.c
19685 ____________________________________________________________________________
19686 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
19687         Log: Optimise foreach my $i (reverse ...)
19688              foreach without a lexical iterator not yet optimised
19689      Branch: perl
19690            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
19691 ____________________________________________________________________________
19692 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
19693         Log: Subject:  [PATCH] split doc clarification
19694              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
19695              Date:  Wed, 14 Jul 2004 10:19:36 -0700
19696              Message-Id:  <20040714171936.GA1092@efn.org>
19697      Branch: perl
19698            ! pod/perlfunc.pod
19699 ____________________________________________________________________________
19700 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
19701         Log: Numeric comparison operators mustn't compare addresses of references
19702              that are overloaded.
19703      Branch: perl
19704            ! lib/overload.t pp.c pp_hot.c
19705 ____________________________________________________________________________
19706 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
19707         Log: Lots of tests for for reverse ...
19708      Branch: perl
19709            ! t/cmd/for.t
19710 ____________________________________________________________________________
19711 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
19712         Log: Some thoughts on foreach reverse
19713      Branch: perl
19714            ! pod/perltodo.pod
19715 ____________________________________________________________________________
19716 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
19717         Log: s/sort/split/; - my mistake spotted by Dave.
19718      Branch: perl
19719            ! pod/perltodo.pod
19720 ____________________________________________________________________________
19721 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
19722         Log: Optimise list context reverse sort to reverse as part of the sort op
19723      Branch: perl
19724            ! op.c pp_sort.c
19725 ____________________________________________________________________________
19726 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
19727         Log: Work around evil compiler bug on OS X. (Sucks all memory)
19728      Branch: perl
19729            ! util.c
19730 ____________________________________________________________________________
19731 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
19732         Log: check that reverse (sort (@a), @b) etc work.
19733              Join some lines that don't need wrapping
19734      Branch: perl
19735            ! t/op/sort.t
19736 ____________________________________________________________________________
19737 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
19738         Log: Check that non-optimimisable sort comparisons work when reversed
19739              (Not optimised yet, but might be coming soon)
19740      Branch: perl
19741            ! t/op/sort.t
19742 ____________________________________________________________________________
19743 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
19744         Log: Test reverse sort as the return from a function in list and scalar
19745              contexts.
19746      Branch: perl
19747            ! t/op/sort.t
19748 ____________________________________________________________________________
19749 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
19750         Log: Also test reverse sort in scalar context
19751      Branch: perl
19752            ! t/op/sort.t
19753 ____________________________________________________________________________
19754 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
19755         Log: A proper, working, stable optimisation for sort {$b cmp $a}
19756      Branch: perl
19757            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
19758 ____________________________________________________________________________
19759 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
19760         Log: Tweak to change #23089, as suggested by Tim Bunce
19761      Branch: perl
19762            ! lib/perl5db.pl
19763 ____________________________________________________________________________
19764 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
19765         Log: Generalised "how many in list context" would be useful
19766      Branch: perl
19767            ! pod/perltodo.pod
19768 ____________________________________________________________________________
19769 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
19770         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
19771              guarantee a stable sort. Disable it, pending a correct optimisation.
19772      Branch: perl
19773            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
19774 ____________________________________________________________________________
19775 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
19776         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
19777              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
19778              Date: Mon, 12 Jul 2004 08:26:01 +0200
19779              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
19780      Branch: perl
19781            ! pp.c t/op/splice.t
19782 ____________________________________________________________________________
19783 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
19784         Log: Check each line of config_re output.
19785      Branch: perl
19786            ! lib/Config.t
19787 ____________________________________________________________________________
19788 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
19789         Log: no_plan support in test.pl
19790      Branch: perl
19791            ! t/test.pl
19792 ____________________________________________________________________________
19793 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
19794         Log: Subject: Re: debugger 'R'estart and open database connections
19795              From: Andrew Pimlott <andrew@pimlott.net>
19796              Date: Mon, 12 Jul 2004 21:06:01 -0400
19797              Message-ID: <20040713010601.GF8232@pimlott.net>
19798      Branch: perl
19799            ! lib/perl5db.pl
19800 ____________________________________________________________________________
19801 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
19802         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
19803              From: John Peacock <jpeacock@rowman.com>
19804              Date: Mon, 12 Jul 2004 23:16:51 -0400
19805              Message-ID: <40F35423.5080304@rowman.com>
19806      Branch: perl
19807            ! lib/version.pm lib/version.t util.c
19808 ____________________________________________________________________________
19809 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
19810         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
19811              many meanings. const const vs mutable in this case.
19812      Branch: perl
19813            ! sv.c
19814 ____________________________________________________________________________
19815 [ 23084] By: nick                                  on 2004/07/12  14:26:12
19816         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
19817              so it has no business calling SvSETMAGIC.
19818      Branch: perl
19819            ! sv.c
19820 ____________________________________________________________________________
19821 [ 23083] By: nick                                  on 2004/07/12  12:17:56
19822         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
19823              Can now handle the case
19824              is_utf8_string(NULL,0)
19825              again.
19826              Why do we have code dup for Perl_is_utf8_string_loc() ?
19827      Branch: perl
19828            ! utf8.c
19829 ____________________________________________________________________________
19830 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
19831         Log: A decent benchmark would be useful. But it is vague.
19832      Branch: perl
19833            ! pod/perltodo.pod
19834 ____________________________________________________________________________
19835 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
19836         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
19837      Branch: perl
19838            ! pod/perltodo.pod
19839 ____________________________________________________________________________
19840 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
19841         Log: Store weak references.
19842      Branch: perl
19843            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
19844            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
19845            ! ext/Storable/README ext/Storable/Storable.pm
19846            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
19847 ____________________________________________________________________________
19848 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
19849         Log: Dual lifing and dists is a TODO
19850      Branch: perl
19851            ! pod/perltodo.pod
19852 ____________________________________________________________________________
19853 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
19854         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
19855              Rant a bit more about POD -> HTML
19856      Branch: perl
19857            ! pod/perltodo.pod
19858 ____________________________________________________________________________
19859 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
19860         Log: Perl_mode_from_discipline must update len. (else SEGV)
19861              Diagnosis and patch from clkao
19862      Branch: perl
19863            ! doio.c
19864 ____________________________________________________________________________
19865 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
19866         Log: Subject: Bug with NEXT when called from an eval block
19867              From: Dave Rolsky <autarch@urth.org>
19868              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
19869              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
19870      Branch: perl
19871            ! lib/NEXT.pm lib/NEXT/t/next.t
19872 ____________________________________________________________________________
19873 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
19874         Log: Subject: Re: Segfault using HTML::Entities
19875              From: Jarkko Hietaniemi <jhi@iki.fi>
19876              Message-ID: <40EDBE1A.6080205@iki.fi>
19877              Date: Fri, 09 Jul 2004 00:35:22 +0300
19878      Branch: perl
19879            ! pp_ctl.c regexec.c t/run/fresh_perl.t
19880 ____________________________________________________________________________
19881 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
19882         Log: A more honest TODO
19883      Branch: perl
19884            ! pod/perltodo.pod
19885 ____________________________________________________________________________
19886 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
19887         Log: dor and // fulfil a TODO
19888              Correct a deviation from the Nicholas Clark style guide.
19889      Branch: perl
19890            ! pod/perltodo.pod
19891 ____________________________________________________________________________
19892 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
19893         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
19894              From: "Craig A. Berry" <craigberry@mac.com>
19895              Date: Thu, 08 Jul 2004 23:19:05 -0500
19896              Message-ID: <40EE1CB9.8030407@mac.com>
19897      Branch: perl
19898            ! vms/vms.c
19899 ____________________________________________________________________________
19900 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
19901         Log: Randal notes:
19902
19903              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
19904              *is* a "perldoc perl583delta" properly.
19905
19906              This is because perl584delta still thinks it's the perldelta
19907      Branch: perl
19908            ! pod/perl584delta.pod
19909 ____________________________________________________________________________
19910 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
19911         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
19912              as an argument.
19913      Branch: perl
19914            ! sv.c
19915 ____________________________________________________________________________
19916 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
19917         Log: First stab at explaining that CLONE may get more parameters in future.
19918              More eloquent rewording desired. Patches welcome.
19919      Branch: perl
19920            ! pod/perlmod.pod
19921 ____________________________________________________________________________
19922 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
19923         Log: hv_store was not passing hash onwards (spotted by Dave)
19924      Branch: perl
19925            ! hv.c
19926 ____________________________________________________________________________
19927 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
19928         Log: Failing matches don't reset numbered variables.
19929              Change #22997 could cause Text::ParseWords to loop forever if the
19930              regex didn't not match. Explicitly return if the match fails.
19931      Branch: perl
19932            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
19933 ____________________________________________________________________________
19934 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
19935         Log: Integrate:
19936              [ 23057]
19937              This is RC1
19938      Branch: perl
19939           !> pod/perlhist.pod
19940 ____________________________________________________________________________
19941 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
19942         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
19943              shared string scalar.
19944      Branch: perl
19945            ! hv.c
19946 ____________________________________________________________________________
19947 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
19948         Log: A tool to check the AUTHORS file
19949      Branch: perl
19950            + Porting/checkAUTHORS.pl
19951            ! MANIFEST
19952 ____________________________________________________________________________
19953 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
19954         Log: Add some missing authors and remove 1 duplicate
19955      Branch: perl
19956            ! AUTHORS
19957 ____________________________________________________________________________
19958 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
19959         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
19960      Branch: perl
19961            ! lib/Text/ParseWords.pm
19962 ____________________________________________________________________________
19963 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
19964         Log: Update tests and $VERSION for change 23046
19965      Branch: perl
19966            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19967 ____________________________________________________________________________
19968 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
19969         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
19970              From: Stephen McCamant <smcc@MIT.EDU>
19971              Date: Mon, 28 Jun 2004 18:26:24 -0700
19972              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
19973      Branch: perl
19974            ! ext/B/B/Deparse.pm
19975 ____________________________________________________________________________
19976 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
19977         Log: Bump $B::Deparse::VERSION
19978      Branch: perl
19979            ! ext/B/B/Deparse.pm
19980 ____________________________________________________________________________
19981 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
19982         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
19983              Problem appears to be due to theft of temporaries
19984      Branch: perl
19985            ! mg.c
19986 ____________________________________________________________________________
19987 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
19988         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
19989              From: "Craig A. Berry" <craigberry@mac.com>
19990              Message-ID: <40E704AA.4090801@mac.com>
19991              Date: Sat, 03 Jul 2004 14:10:34 -0500
19992      Branch: perl
19993            ! ext/Cwd/t/cwd.t lib/Cwd.pm
19994 ____________________________________________________________________________
19995 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
19996         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
19997              LC_ALL. So when perl's expecting utf8, things don't quite work right.
19998              This has become visible since fix 22842
19999      Branch: perl
20000            ! lib/locale.t
20001 ____________________________________________________________________________
20002 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
20003         Log: More microperl tweaks.
20004      Branch: perl
20005            ! Makefile.micro README.micro uconfig.h uconfig.sh
20006 ____________________________________________________________________________
20007 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
20008         Log: Maintainer change for Safe
20009      Branch: perl
20010            ! Porting/Maintainers.pl
20011 ____________________________________________________________________________
20012 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
20013         Log: Bump version number of Safe for CPAN release
20014      Branch: perl
20015            ! ext/Opcode/Safe.pm
20016 ____________________________________________________________________________
20017 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
20018         Log: Upgrade to I18N::LangTags 0.33
20019      Branch: perl
20020            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20021            ! lib/I18N/LangTags/t/80_all_env.t
20022 ____________________________________________________________________________
20023 [ 23023] By: davem                                 on 2004/07/02  01:49:11
20024         Log: utf8 POPSTACK crash on split execution
20025              split() does a SWITCHSTACK to directly split to an array, but
20026              if it subsequently dies (eg the regex triggers a 'use utf8' which
20027              is then denied by Safe), then the switch doesn't get undone. Add
20028              a new save type to allow for this.
20029      Branch: perl
20030            ! pp.c scope.c scope.h
20031 ____________________________________________________________________________
20032 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
20033         Log: The microperl config didn't know about usemallocwrap yet.
20034      Branch: perl
20035            ! uconfig.h uconfig.sh
20036 ____________________________________________________________________________
20037 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
20038         Log: Check for definedness of sv before calling sv_derived_from()
20039              to prevent "Use of uninitialized value..." warning.
20040      Branch: perl
20041            ! universal.c
20042 ____________________________________________________________________________
20043 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
20044         Log: Bump version numbers
20045      Branch: perl
20046            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
20047            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
20048            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
20049            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
20050 ____________________________________________________________________________
20051 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
20052         Log: Assert that we aren't leaking memory.
20053      Branch: perl
20054            ! sv.c
20055 ____________________________________________________________________________
20056 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
20057         Log: Sync to libnet-1.19
20058      Branch: perl
20059            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
20060            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
20061 ____________________________________________________________________________
20062 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
20063         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
20064              From: Abigail <abigail@abigail.nl>
20065              Date: Wed, 30 Jun 2004 12:00:21 +0200
20066              Message-ID: <20040630100021.GA23752@abigail.nl>
20067      Branch: perl
20068            ! pod/perlop.pod
20069 ____________________________________________________________________________
20070 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
20071         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
20072              mark that it needs a deferred recount"
20073      Branch: perl
20074            ! sv.c
20075 ____________________________________________________________________________
20076 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
20077         Log: More caveats in B::Deparse's documentation
20078              (suggested by Yves Orton)
20079      Branch: perl
20080            ! ext/B/B/Deparse.pm
20081 ____________________________________________________________________________
20082 [ 23007] By: merijn                                on 2004/06/29  10:57:46
20083         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
20084              11.00 and on are ANSI by default for /opt/ansic/bin
20085              Error was introduced by #22975 in re-enabling 10.01
20086      Branch: perl
20087            ! hints/hpux.sh
20088 ____________________________________________________________________________
20089 [ 23006] By: davem                                 on 2004/06/28  22:50:01
20090         Log: use encoding and "eq" cause memory leak
20091              Perl_sv_eq() was creating a temp and not always freeing it
20092      Branch: perl
20093            ! sv.c
20094 ____________________________________________________________________________
20095 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
20096         Log: Assimilate Locale-Codes-2.07
20097      Branch: perl
20098            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20099            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
20100            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
20101            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
20102            ! lib/Locale/Constants.pod lib/Locale/Country.pm
20103            ! lib/Locale/Country.pod lib/Locale/Currency.pm
20104            ! lib/Locale/Currency.pod lib/Locale/Language.pm
20105            ! lib/Locale/Language.pod lib/Locale/Script.pm
20106            ! lib/Locale/Script.pod
20107 ____________________________________________________________________________
20108 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
20109         Log: Stop 80_all_env.t failing when LC_ALL is set
20110      Branch: perl
20111            ! lib/I18N/LangTags/t/80_all_env.t
20112 ____________________________________________________________________________
20113 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
20114         Log: Correct detection of absent modules. Based on
20115
20116              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
20117              From: Andy Dougherty <doughera@lafayette.edu>
20118              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
20119              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
20120
20121              with improvements from Marcus Holland-Moritz
20122      Branch: perl
20123            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
20124            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
20125            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
20126            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
20127            ! lib/overload.t t/io/crlf.t
20128 ____________________________________________________________________________
20129 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
20130         Log: Cleanup the main regex in Text::ParseWords and make the
20131              parse_line() routine faster. Add a Unicode test case.
20132      Branch: perl
20133            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
20134 ____________________________________________________________________________
20135 [ 22996] By: merijn                                on 2004/06/25  15:27:21
20136         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
20137              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
20138              Date: 25 Jun 2004 09:39:51 -0000
20139              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
20140              and
20141              From: Andy Dougherty <doughera@lafayette.edu>
20142              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
20143              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
20144      Branch: perl
20145            ! hints/solaris_2.sh
20146 ____________________________________________________________________________
20147 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
20148         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
20149              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
20150              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
20151              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
20152      Branch: perl
20153            ! regcomp.c t/op/regmesg.t
20154 ____________________________________________________________________________
20155 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
20156         Log: More @INC test fixes
20157      Branch: perl
20158            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
20159            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
20160 ____________________________________________________________________________
20161 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
20162         Log: Fix the Cwd tests for the core.
20163      Branch: perl
20164            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
20165 ____________________________________________________________________________
20166 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
20167         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
20168              Use the suggested regex fix, plus some tests.
20169      Branch: perl
20170            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
20171 ____________________________________________________________________________
20172 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
20173         Log: Upgrade to Cwd 2.18
20174              (with local changes to cwd.t, to adapt it to the core)
20175      Branch: perl
20176            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
20177 ____________________________________________________________________________
20178 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
20179         Log: Fix for: [perl #2738] perl segfautls on input
20180              The parser was incorrectly accepting <> as a subroutine prototype and
20181              newATTRSUB didn't validate the proto argument before accessing op_sv.
20182      Branch: perl
20183            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
20184 ____________________________________________________________________________
20185 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
20186         Log: Upgrade to Cwd 2.17_03
20187      Branch: perl
20188            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
20189 ____________________________________________________________________________
20190 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
20191         Log: Test that [] // 0 is []
20192      Branch: perl
20193            ! t/op/dor.t
20194 ____________________________________________________________________________
20195 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
20196         Log: Add a regression test for bug #23765 (by Jarkko)
20197      Branch: perl
20198            ! t/op/substr.t
20199 ____________________________________________________________________________
20200 [ 22975] By: merijn                                on 2004/06/23  06:56:15
20201         Log: Backward compatibility issues for HP-UX 10.01 and older
20202              Yes, it is still actively used in production environment
20203              One more patch expected for toke.c optimization level
20204      Branch: perl
20205            ! hints/hpux.sh
20206 ____________________________________________________________________________
20207 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
20208         Log: Proposed patch + test case.
20209
20210              Subject: [perl #30409] charnames.pm clobbers default variable
20211              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
20212              Date: 22 Jun 2004 16:43:50 -0000
20213              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
20214      Branch: perl
20215            ! lib/charnames.pm lib/charnames.t
20216 ____________________________________________________________________________
20217 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
20218         Log: Adjust array index in FileCache.pm.
20219
20220              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
20221              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
20222              Date: 15 Jun 2004 16:55:22 -0000
20223              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
20224      Branch: perl
20225            ! lib/FileCache.pm
20226 ____________________________________________________________________________
20227 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
20228         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
20229              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20230              Date: Tue, 22 Jun 2004 21:29:12 +0100
20231              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
20232      Branch: perl
20233            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20234            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20235            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
20236            ! ext/DB_File/typemap
20237 ____________________________________________________________________________
20238 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
20239         Log: Abolish the "Tied variable freed while still in use" error - I have
20240              a way to cleanly avoid the coredump.
20241      Branch: perl
20242            ! mg.c pod/perldiag.pod t/op/tie.t
20243 ____________________________________________________________________________
20244 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
20245         Log: Subject: [PATCH] Storable signedness nit
20246              From: "Craig A. Berry" <craigberry@mac.com>
20247              Message-ID: <40D3AAC7.6030407@mac.com>
20248              Date: Fri, 18 Jun 2004 21:53:59 -0500
20249      Branch: perl
20250            ! ext/Storable/Storable.xs
20251 ____________________________________________________________________________
20252 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
20253         Log: Skip tests if List::Util not built
20254      Branch: perl
20255            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
20256            ! lib/overload.t
20257 ____________________________________________________________________________
20258 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
20259         Log: Skip test if Data::Dumper not built
20260      Branch: perl
20261            ! lib/Tie/RefHash.t
20262 ____________________________________________________________________________
20263 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
20264         Log: Skip test if Devel::PPPort is not built.
20265              Probably should fix h2xs to work without it.
20266      Branch: perl
20267            ! lib/h2xs.t
20268 ____________________________________________________________________________
20269 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
20270         Log: Upgrade to I18N::LangTags 0.32
20271      Branch: perl
20272            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20273            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
20274 ____________________________________________________________________________
20275 [ 22963] By: davem                                 on 2004/06/20  12:00:56
20276         Log: make mktables always update modifed time to play better with make
20277      Branch: perl
20278            ! Makefile.SH lib/unicore/mktables
20279 ____________________________________________________________________________
20280 [ 22962] By: davem                                 on 2004/06/20  11:50:19
20281         Log: fix typo in gp_free
20282      Branch: perl
20283            ! gv.c
20284 ____________________________________________________________________________
20285 [ 22961] By: davem                                 on 2004/06/19  12:36:58
20286         Log: 'make test' without preceeding 'make' fails.
20287              Change #22872 added a target to run mktables, but this was
20288              skipped if 'make test' was run first, causing the build of
20289              Unicode::Normalize to fail.
20290      Branch: perl
20291            ! Makefile.SH
20292 ____________________________________________________________________________
20293 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
20294         Log: When expecting an error, it's best to check the text you got, rather
20295              than blindly assuming that it's correct.
20296      Branch: perl
20297            ! t/op/write.t
20298 ____________________________________________________________________________
20299 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
20300         Log: Case insensitive file systems are bad, m'kay
20301      Branch: perl
20302            ! ext/IO/t/IO.t
20303 ____________________________________________________________________________
20304 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
20305         Log: This needs POSIX, so skip if no POSIX
20306      Branch: perl
20307            ! lib/Pod/t/basic.t
20308 ____________________________________________________________________________
20309 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
20310         Log: Also needs skipping if PerlIO::via not built
20311      Branch: perl
20312            ! lib/PerlIO/via/t/QuotedPrint.t
20313 ____________________________________________________________________________
20314 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
20315         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
20316      Branch: perl
20317            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
20318 ____________________________________________________________________________
20319 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
20320         Log: Not ideal, but skip all of IO's tests if Socket is not built.
20321      Branch: perl
20322            ! ext/IO/t/IO.t
20323 ____________________________________________________________________________
20324 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
20325         Log: Skip test if perl configured without threads::shared
20326      Branch: perl
20327            ! ext/threads/shared/t/disabled.t
20328 ____________________________________________________________________________
20329 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
20330         Log: Skip test if Devel::PPPort not built
20331      Branch: perl
20332            ! ext/Devel/PPPort/t/test.t
20333 ____________________________________________________________________________
20334 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
20335         Log: Skip re tests if re not built.
20336      Branch: perl
20337            ! ext/re/t/re.t
20338 ____________________________________________________________________________
20339 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
20340         Log: If we don't build B, we should skip all its tests.
20341      Branch: perl
20342            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
20343            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
20344            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
20345            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
20346            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
20347            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
20348            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
20349            ! ext/B/t/terse.t ext/B/t/xref.t
20350 ____________________________________________________________________________
20351 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
20352         Log: D'oh. Don't turn on warnings on the #! line without actually testing
20353              the full code in case it warns.
20354      Branch: perl
20355            ! lib/Unicode/UCD.t
20356 ____________________________________________________________________________
20357 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
20358         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
20359      Branch: perl
20360            ! lib/Unicode/UCD.t
20361 ____________________________________________________________________________
20362 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
20363         Log: Can't test the B modules if we didn't build 'em
20364      Branch: perl
20365            ! t/lib/1_compile.t
20366 ____________________________________________________________________________
20367 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
20368         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
20369      Branch: perl
20370            ! t/io/crlf.t
20371 ____________________________________________________________________________
20372 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
20373         Log: Upgrade to I18N::LangTags 0.31.
20374      Branch: perl
20375            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20376            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
20377            ! lib/I18N/LangTags/t/80_all_env.t
20378 ____________________________________________________________________________
20379 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
20380         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
20381              seem that memzero() of everything is the most efficient idea.
20382      Branch: perl
20383            ! sv.c
20384 ____________________________________________________________________________
20385 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
20386         Log: Change 22516 forgot to add make_overload.pl to generate test data
20387              (submitted from the pub via wireless, bluetooth and then GPRS out
20388              to the Internet)
20389      Branch: perl
20390            + ext/Storable/t/make_overload.pl
20391            ! MANIFEST
20392 ____________________________________________________________________________
20393 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
20394         Log: Storable should cope if the string to thaw happens to be utf8 encoded
20395              And anything with bytes >=256 is corrupt
20396      Branch: perl
20397            ! ext/Storable/ChangeLog ext/Storable/README
20398            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20399            ! ext/Storable/t/utf8.t
20400 ____________________________________________________________________________
20401 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
20402         Log: Upgrade to Locale::Maketext 1.09
20403      Branch: perl
20404            + lib/Locale/Maketext/t/01_about_verbose.t
20405            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
20406            + lib/Locale/Maketext/t/40_super.t
20407            + lib/Locale/Maketext/t/50_super.t
20408            + lib/Locale/Maketext/t/60_super.t
20409            + lib/Locale/Maketext/t/90_utf8.t
20410            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
20411            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
20412            - lib/Locale/Maketext/t/04super.t
20413            - lib/Locale/Maketext/t/05super.t
20414            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
20415            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
20416            ! lib/Locale/Maketext/README
20417 ____________________________________________________________________________
20418 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
20419         Log: Upgrade to I18N::LangTags 0.30.
20420      Branch: perl
20421            + lib/I18N/LangTags/Detect.pm
20422            + lib/I18N/LangTags/t/01_about_verbose.t
20423            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
20424            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
20425            + lib/I18N/LangTags/t/55_supers_strict.t
20426            + lib/I18N/LangTags/t/80_all_env.t
20427            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
20428            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20429            ! lib/I18N/LangTags/List.pm
20430 ____________________________________________________________________________
20431 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
20432         Log: More forgiving version comparison in perlivp.
20433      Branch: perl
20434            ! utils/perlivp.PL
20435 ____________________________________________________________________________
20436 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
20437         Log: Improve the substitution to cc_r for threading so that compilers
20438              specified with a full path or as a parameter to ccache are changed
20439      Branch: perl
20440            ! hints/aix.sh
20441 ____________________________________________________________________________
20442 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
20443         Log: Subject: [PATCH] File::Basename docs
20444              From: Boris Zentner <bzm@2bz.de>
20445              Date: Sat, 12 Jun 2004 16:29:42 +0200
20446              Message-Id: <200406121629.42595.bzm@2bz.de>
20447      Branch: perl
20448            ! lib/File/Basename.pm
20449 ____________________________________________________________________________
20450 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
20451         Log: It seems that our assert() macro wasn't good enough.
20452              Changed to one that that is an expression, rather than a statement.
20453              Fix new macros definitions in sv.h to be clean enough C to keep the
20454              AIX compiler happy.
20455      Branch: perl
20456            ! perl.h sv.h
20457 ____________________________________________________________________________
20458 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
20459         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
20460              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
20461              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
20462              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
20463      Branch: perl
20464            ! pod/perlop.pod
20465 ____________________________________________________________________________
20466 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
20467         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
20468      Branch: perl
20469            ! ext/Storable/Storable.xs sv.h
20470 ____________________________________________________________________________
20471 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
20472         Log: Assert that SV type has magic member when reading/writing.
20473              Will catch buggy code.
20474      Branch: perl
20475            ! sv.c sv.h
20476 ____________________________________________________________________________
20477 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
20478         Log: More h2ph voodoo.
20479      Branch: perl
20480            ! utils/h2ph.PL
20481 ____________________________________________________________________________
20482 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
20483         Log: Subject: [PATCH] t/TEST
20484              From: Abe Timmerman <abe@ztreet.demon.nl>
20485              Date: Sun, 13 Jun 2004 11:41:49 +0200
20486              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
20487      Branch: perl
20488            ! t/TEST
20489 ____________________________________________________________________________
20490 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
20491         Log: Reapply change #20983, rolled back by change #22920,
20492              as noticed by Craig Berry.
20493      Branch: perl
20494            ! pod/pod2usage.PL pod/podselect.PL
20495 ____________________________________________________________________________
20496 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
20497         Log: More h2ph tweaks: recognition of C types
20498      Branch: perl
20499            ! utils/h2ph.PL
20500 ____________________________________________________________________________
20501 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
20502         Log: More h2ph tweaking for gcc __inline functions
20503      Branch: perl
20504            ! utils/h2ph.PL
20505 ____________________________________________________________________________
20506 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
20507         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
20508      Branch: perl
20509            ! t/comp/utf.t
20510 ____________________________________________________________________________
20511 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
20512         Log: Remove a warning against unsafe signals in perlipc.pod,
20513              now that we have "safe signals".
20514      Branch: perl
20515            ! pod/perlipc.pod
20516 ____________________________________________________________________________
20517 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
20518         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
20519              From: Mathieu Arnold <m@absolight.fr>
20520              Date: Thu, 10 Jun 2004 16:43:58 +0200
20521              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
20522              (with a test adjustment)
20523      Branch: perl
20524            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
20525 ____________________________________________________________________________
20526 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
20527         Log: Make h2ph able to understand a limited set of inline functions.
20528              The glibc apparently now ships headers that use inline functions
20529              instead of plain old macros.
20530      Branch: perl
20531            ! utils/h2ph.PL
20532 ____________________________________________________________________________
20533 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
20534         Log: Subject: Change 22872 breaks shared miniperl invocation
20535              From: Alexey Tourbin <at@altlinux.ru>
20536              Date: Fri, 4 Jun 2004 13:24:17 +0400
20537              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
20538      Branch: perl
20539            ! Makefile.SH
20540 ____________________________________________________________________________
20541 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
20542         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
20543              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20544              Date: Mon, 7 Jun 2004 00:28:55 -0700
20545              Message-ID: <20040607072854.GB1028@efn.org>
20546      Branch: perl
20547            ! pod/perldiag.pod
20548 ____________________________________________________________________________
20549 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
20550         Log: Remove the "malloc wrappage" tests, due to their unportability
20551              (as suggested by Jarkko.)
20552      Branch: perl
20553            ! t/op/array.t t/op/repeat.t
20554 ____________________________________________________________________________
20555 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
20556         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
20557              From: Robin Barker <Robin.Barker@npl.co.uk>
20558              Date: Wed, 9 Jun 2004 12:02:01 +0100
20559              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
20560              with further adjustements for bleadperl
20561      Branch: perl
20562            ! configpm lib/Config.t
20563 ____________________________________________________________________________
20564 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
20565         Log: Upgrade to Pod::Parser 1.28
20566              (except Pod::Find, which has local patches not yet on CPAN)
20567      Branch: perl
20568            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
20569            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
20570            ! t/pod/find.t
20571 ____________________________________________________________________________
20572 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
20573         Log: s/64bit/64-bit/g for consistency in the READMEs.
20574      Branch: perl
20575            ! README.aix README.hpux
20576 ____________________________________________________________________________
20577 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
20578         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
20579              From: "Kevin Chase" <kevincha99@hotmail.com>
20580              Date: Sun, 06 Jun 2004 09:44:44 -0700
20581              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
20582      Branch: perl
20583            ! ext/threads/threads.xs
20584 ____________________________________________________________________________
20585 [ 22917] By: merijn                                on 2004/06/09  11:46:23
20586         Log: Several updates, major, and minor corrections, model updates,
20587              explained the model numbering of HP-UX servers.
20588      Branch: perl
20589            ! README.hpux
20590 ____________________________________________________________________________
20591 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
20592         Log: Upgrade to Pod::Perldoc 3.13
20593      Branch: perl
20594            + lib/Pod/Perldoc/t/01_about_verbose.t
20595            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
20596 ____________________________________________________________________________
20597 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
20598         Log: Upgrade to Digest 1.08.
20599      Branch: perl
20600            ! lib/Digest.pm
20601 ____________________________________________________________________________
20602 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
20603         Log: Upgrade to CGI.pm 3.05
20604      Branch: perl
20605            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
20606 ____________________________________________________________________________
20607 [ 22913] By: davem                                 on 2004/06/08  22:20:40
20608         Log: double DESTROY in for loop
20609              pp_iter decremented the ref count of the previous iterant before
20610              unaliasing it. This could lead to DESTROY being called with the
20611              loop variable still aliased to the freed value. If the DESTROY
20612              also contained a for loop with the same iterator variable, the
20613              freed value would get resurrected then freed for a second time.
20614      Branch: perl
20615            ! pp_hot.c t/cmd/for.t
20616 ____________________________________________________________________________
20617 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
20618         Log: Upgrade to Pod::LaTeX 0.57
20619      Branch: perl
20620            + lib/Pod/t/user.t
20621            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
20622 ____________________________________________________________________________
20623 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
20624         Log: Upgrade to Unicode::Normalize 0.30.
20625      Branch: perl
20626            ! ext/Unicode/Normalize/Changes
20627            ! ext/Unicode/Normalize/Normalize.pm
20628            ! ext/Unicode/Normalize/Normalize.xs
20629            ! ext/Unicode/Normalize/t/illegal.t
20630            ! ext/Unicode/Normalize/t/short.t
20631            ! ext/Unicode/Normalize/t/split.t
20632 ____________________________________________________________________________
20633 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
20634         Log: Remove a spurious \n in a perltie example,
20635              noticed by Geoffrey Young.
20636      Branch: perl
20637            ! pod/perltie.pod
20638 ____________________________________________________________________________
20639 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
20640         Log: Upgrade to Unicode::Collate 0.40
20641      Branch: perl
20642            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
20643 ____________________________________________________________________________
20644 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
20645         Log: Upgrade to Time::Local 1.10.
20646      Branch: perl
20647            ! lib/Time/Local.pm lib/Time/Local.t
20648 ____________________________________________________________________________
20649 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
20650         Log: Upgrade to Test::Harness 2.42
20651      Branch: perl
20652            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20653            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
20654 ____________________________________________________________________________
20655 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
20656         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
20657              As spotted by Jerry D. Hedden
20658      Branch: perl
20659            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
20660 ____________________________________________________________________________
20661 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
20662         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
20663              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20664              Date: Fri, 4 Jun 2004 16:29:44 +0200
20665              Message-Id: <20040604162944.4011f1c6@r2d2>
20666      Branch: perl
20667            ! pod/perlapi.pod sv.c
20668 ____________________________________________________________________________
20669 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
20670         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
20671              From: Jarkko Hietaniemi <jhi@iki.fi>
20672              Date: Mon, 07 Jun 2004 20:09:42 +0300
20673              Message-ID: <40C4A156.5030205@iki.fi>
20674      Branch: perl
20675            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
20676 ____________________________________________________________________________
20677 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
20678         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
20679              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
20680              Date: 6 Jun 2004 21:50:19 -0000
20681              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
20682      Branch: perl
20683            ! lib/Text/Wrap.pm
20684 ____________________________________________________________________________
20685 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
20686         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
20687              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20688              Date: Sun, 06 Jun 2004 00:37:21 +0900
20689              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
20690      Branch: perl
20691            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
20692 ____________________________________________________________________________
20693 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
20694         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
20695              From: Steve Hay <steve.hay@uk.radan.com>
20696              Date: Thu, 03 Jun 2004 15:46:17 +0100
20697              Message-ID: <40BF39B9.3060207@uk.radan.com>
20698      Branch: perl
20699            ! README.win32 win32/makefile.mk
20700 ____________________________________________________________________________
20701 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
20702         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
20703              Normalize on the hyphenated spelling.
20704      Branch: perl
20705            ! pod/perlpodspec.pod
20706 ____________________________________________________________________________
20707 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
20708         Log: Workaround a dmake oddity.
20709              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
20710              From: Steve Hay <steve.hay@uk.radan.com>
20711              Date: Thu, 03 Jun 2004 12:16:13 +0100
20712              Message-ID: <40BF087D.8030005@uk.radan.com>
20713      Branch: perl
20714            ! win32/makefile.mk
20715 ____________________________________________________________________________
20716 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
20717         Log: Carp was mostly unusable with Safe because it may require
20718              Carp::Heavy at run-time (while require() is forbidden.)
20719              Have Safe load Carp::Heavy.
20720      Branch: perl
20721            ! ext/Opcode/Safe.pm lib/Carp.pm
20722 ____________________________________________________________________________
20723 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
20724         Log: Make change #22889 work for threaded builds, Part 2.
20725      Branch: perl
20726            ! XSUB.h
20727 ____________________________________________________________________________
20728 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
20729         Log: Make change #22889 work for threaded builds.
20730      Branch: perl
20731            ! pad.c pp.c
20732 ____________________________________________________________________________
20733 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
20734         Log: Fix apidoc entries for PUSHMARK and newXSproto.
20735      Branch: perl
20736            ! XSUB.h pod/perlapi.pod pp.h
20737 ____________________________________________________________________________
20738 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
20739         Log: Document embed.fnc 'U' and 's' flags.
20740      Branch: perl
20741            ! embed.fnc
20742 ____________________________________________________________________________
20743 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
20744         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
20745              From: "Craig A. Berry" <craigberry@mac.com>
20746              Date: Tue, 01 Jun 2004 23:16:58 -0500
20747              Message-ID: <40BD54BA.9040708@mac.com>
20748      Branch: perl
20749            ! perl.c
20750 ____________________________________________________________________________
20751 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
20752         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
20753              From: Alexey Tourbin <at@altlinux.ru>
20754              Date: Sat, 22 May 2004 02:22:22 +0400
20755              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
20756      Branch: perl
20757            ! ext/NDBM_File/hints/linux.pl
20758 ____________________________________________________________________________
20759 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
20760         Log: Detypo.
20761      Branch: perl
20762            ! pod/perlintern.pod pp_ctl.c
20763 ____________________________________________________________________________
20764 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
20765         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
20766              From: Andrew Dougherty <doughera@lafayette.edu>
20767              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
20768              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
20769      Branch: perl
20770            ! INSTALL README
20771 ____________________________________________________________________________
20772 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
20773         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
20774              While we're at it, use the same trick to make reverse()
20775              work correctly with lexical $_.
20776      Branch: perl
20777            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
20778            ! t/op/mydef.t
20779 ____________________________________________________________________________
20780 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
20781         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
20782              From: Alan Burlison <Alan.Burlison@Sun.COM>
20783              Date: Fri, 28 May 2004 12:27:06 +0100
20784              Message-ID: <40B7220A.4040305@sun.com>
20785      Branch: perl
20786            ! lib/FileCache.pm
20787 ____________________________________________________________________________
20788 [ 22887] By: merijn                                on 2004/06/01  14:30:48
20789         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
20790              From: Steve Hay <steve.hay@uk.radan.com>
20791              Date: Tue, 01 Jun 2004 15:30:37 +0100
20792              Message-ID: <40BC930D.90701@uk.radan.com>
20793      Branch: perl
20794            ! win32/Makefile win32/makefile.mk
20795 ____________________________________________________________________________
20796 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
20797         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
20798              From: Alan Burlison <Alan.Burlison@sun.com>
20799              Date: Fri, 28 May 2004 23:28:44 +0100
20800              Message-ID: <40B7BD1C.40309@sun.com>
20801      Branch: perl
20802            ! lib/Pod/Find.pm
20803 ____________________________________________________________________________
20804 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
20805         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
20806              From: Paul Fenwick <pjf@perltraining.com.au>
20807              Date: Tue, 1 Jun 2004 11:31:34 +1000
20808              Message-ID: <20040601013134.GA11005@perltraining.com.au>
20809      Branch: perl
20810            ! pod/perlfunc.pod
20811 ____________________________________________________________________________
20812 [ 22884] By: merijn                                on 2004/06/01  10:51:33
20813         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
20814              From: "Craig A. Berry" <craigberry@mac.com>
20815              Date: Mon, 31 May 2004 21:04:07 -0500
20816              Message-ID: <40BBE417.2090001@mac.com>
20817      Branch: perl
20818            ! configure.com
20819 ____________________________________________________________________________
20820 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
20821         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
20822              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
20823              Date: Tue, 1 Jun 2004 07:52:58 +0200
20824              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
20825      Branch: perl
20826            ! lib/Shell.pm
20827 ____________________________________________________________________________
20828 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
20829         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
20830              From: Dave Rolsky <autarch@urth.org>
20831              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
20832              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
20833      Branch: perl
20834            ! pod/perlhack.pod
20835 ____________________________________________________________________________
20836 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
20837         Log: replace the run time code in lib/utf8_pva.pl with data generated
20838              at build by mktables, stored in lib/unicore/PVA.pl
20839      Branch: perl
20840            - lib/utf8_pva.pl
20841            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
20842            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20843 ____________________________________________________________________________
20844 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
20845         Log: Don't need to require utf8_pva.pl at top of file
20846      Branch: perl
20847            ! lib/utf8_heavy.pl
20848 ____________________________________________________________________________
20849 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
20850         Log: Run mktables as part of the build process.
20851              Don't ship any of the files that it generates in lib/unicore
20852      Branch: perl
20853            - (delete 419 files)
20854            ! MANIFEST Makefile.SH lib/unicore/mktables
20855            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20856 ____________________________________________________________________________
20857 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
20858         Log: Subject: [perl #29937] Entries missing from .packlist
20859              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
20860              Date: 28 May 2004 19:23:48 -0000
20861              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
20862      Branch: perl
20863            ! installman installperl
20864 ____________________________________________________________________________
20865 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
20866         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
20867              From: <wolfgang.laun@chello.at>
20868              Date: Sun, 30 May 2004 17:27:07 +0200
20869              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
20870      Branch: perl
20871            ! utils/h2ph.PL
20872 ____________________________________________________________________________
20873 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
20874         Log: Subject: [PATCH] Fix anomalies in Carp functions
20875              From: Steve Hay <steve.hay@uk.radan.com>
20876              Date: Tue, 25 May 2004 16:05:02 +0100
20877              Message-ID: <40B3609E.5060502@uk.radan.com>
20878      Branch: perl
20879            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
20880 ____________________________________________________________________________
20881 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
20882         Log: Subject: [PATCH] Fix generation of perlapi.pod
20883              From: Steve Hay <steve.hay@uk.radan.com>
20884              Date: Fri, 28 May 2004 11:46:41 +0100
20885              Message-ID: <40B71891.6090806@uk.radan.com>
20886      Branch: perl
20887            ! autodoc.pl pod/perlapi.pod
20888 ____________________________________________________________________________
20889 [ 22874] By: davem                                 on 2004/05/30  22:31:03
20890         Log: Subject:  Re: my $x->{foo} doesn't work
20891              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
20892              Date:  Tue, 25 May 2004 00:06:06 +0900
20893              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
20894
20895              Allow autovivification of (my $x)->{foo}
20896      Branch: perl
20897            ! pp_hot.c t/op/my.t
20898 ____________________________________________________________________________
20899 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
20900         Log: Convert to using File::Spec, so that we can build Unicode files
20901              on all platforms
20902      Branch: perl
20903            ! lib/unicore/mktables
20904 ____________________________________________________________________________
20905 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
20906         Log: First step to generating Unicode files for the regexp engine at build
20907              time - targets in the Makefile
20908      Branch: perl
20909            ! Makefile.SH
20910 ____________________________________________________________________________
20911 [ 22870] By: davem                                 on 2004/05/30  14:30:45
20912         Log: Problem with autouse (causing Perl to crash)
20913              @_ sometimes wasn't getting created right
20914      Branch: perl
20915            ! pad.c pp_ctl.c t/op/goto.t
20916 ____________________________________________________________________________
20917 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
20918         Log: Upgrade to Encode 2.01.
20919      Branch: perl
20920            ! ext/Encode/lib/Encode/CN/HZ.pm
20921            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
20922 ____________________________________________________________________________
20923 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
20924         Log: Skip in minitest
20925      Branch: perl
20926            ! t/comp/utf.t
20927 ____________________________________________________________________________
20928 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
20929         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
20930              From: Stas Bekman <stas@stason.org>
20931              Date: Thu, 27 May 2004 11:25:08 -0700
20932              Message-ID: <40B63284.5040203@stason.org>
20933      Branch: perl
20934            ! pod/perlapi.pod pod/perlguts.pod sv.h
20935 ____________________________________________________________________________
20936 [ 22852] By: merijn                                on 2004/05/28  05:31:25
20937         Log: Subject: TEST needs to ignore SCM files
20938              From: Alan Burlison <Alan.Burlison@sun.com>
20939              Date: Thu, 27 May 2004 23:32:28 +0100
20940              Message-ID: <40B66C7C.8030303@sun.com>
20941      Branch: perl
20942            ! t/TEST
20943 ____________________________________________________________________________
20944 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
20945         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
20946              From: Alan Burlison <Alan.Burlison@sun.com>
20947              Date: Wed, 26 May 2004 16:24:03 +0100
20948              Message-ID: <40B4B693.9090905@sun.com>
20949              (using \0 as a separator for q//)
20950      Branch: perl
20951            ! perl.c
20952 ____________________________________________________________________________
20953 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
20954         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
20955              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20956              Date: Tue, 25 May 2004 02:29:37 -0700
20957              Message-ID: <20040525092937.GA2332@efn.org>
20958      Branch: perl
20959            ! lib/diagnostics.pm
20960 ____________________________________________________________________________
20961 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
20962         Log: Tests for change #22842, by SADAHIRO Tomoyuki
20963              (adapted to the core)
20964      Branch: perl
20965            + t/op/utftaint.t
20966            ! MANIFEST
20967 ____________________________________________________________________________
20968 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
20969         Log: Subject: Re: utf-8 and taint don't work together
20970              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20971              Date: Sat, 22 May 2004 21:38:33 +0900
20972              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
20973
20974              Date: Sun, 23 May 2004 09:56:15 +0900
20975              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
20976      Branch: perl
20977            ! ext/Encode/lib/Encode/CN/HZ.pm
20978            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
20979 ____________________________________________________________________________
20980 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
20981         Log: Subject: [PATCH] win32_chsize is not exported on Win32
20982              From: Steve Hay <steve.hay@uk.radan.com>
20983              Date: Mon, 24 May 2004 12:52:48 +0100
20984              Message-ID: <40B1E210.4050202@uk.radan.com>
20985      Branch: perl
20986            ! makedef.pl
20987 ____________________________________________________________________________
20988 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
20989         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
20990              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20991              Date: Fri, 21 May 2004 11:35:34 -0700
20992              Message-ID: <20040521183533.GA5108@efn.org>
20993              (plus whitespace removal)
20994      Branch: perl
20995            ! INSTALL
20996 ____________________________________________________________________________
20997 [ 22839] By: davem                                 on 2004/05/22  11:15:34
20998         Log: Optimization busted: '@a = "b", sort @a' drops "b"
20999              Fix the sort-in-place optimization of change #22349.
21000      Branch: perl
21001            ! op.c t/op/sort.t
21002 ____________________________________________________________________________
21003 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
21004         Log: Update to Scalar-List-Utils-1.14
21005      Branch: perl
21006            + ext/List/Util/Changes
21007            - ext/List/Util/ChangeLog
21008            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
21009            ! ext/List/Util/lib/List/Util.pm
21010            ! ext/List/Util/lib/Scalar/Util.pm
21011 ____________________________________________________________________________
21012 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
21013         Log: Subject: Proposed doc patch for getsockopt
21014              From: perl5-porters@ton.iguana.be (Ton Hospel)
21015              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
21016              Message-Id: <c87qmo$u9b$1@post.home.lunix>
21017      Branch: perl
21018            ! pod/perlfunc.pod
21019 ____________________________________________________________________________
21020 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
21021         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
21022              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
21023              Date: Fri, 21 May 2004 10:51:58 +0200
21024              Message-id: <20040521085158.GA10660@ethan>
21025              (modified regexp)
21026      Branch: perl
21027            ! utils/h2xs.PL
21028 ____________________________________________________________________________
21029 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
21030         Log: Upgrade to Encode 2.00.
21031      Branch: perl
21032            ! (edit 147 files)
21033 ____________________________________________________________________________
21034 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
21035         Log: Test portability nit.
21036              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21037              From: Steve Hay <steve.hay@uk.radan.com>
21038              Date: Tue, 18 May 2004 11:31:04 +0100
21039              Message-ID: <40A9E5E8.7030800@uk.radan.com>
21040      Branch: perl
21041            ! ext/B/t/optree_specials.t
21042 ____________________________________________________________________________
21043 [ 22831] By: davem                                 on 2004/05/19  21:02:04
21044         Log: improve hashing algorithm for ptr tables in perl_clone:
21045              the bottom few bits of a pointer are usually zero
21046      Branch: perl
21047            ! sv.c
21048 ____________________________________________________________________________
21049 [ 22830] By: davem                                 on 2004/05/19  20:17:55
21050         Log: Thread creation time is hypersensitive
21051
21052              Due to a logic error, the dup ptr table sometimes wans't being
21053              grown, leading to extremely slow cloning.
21054      Branch: perl
21055            ! sv.c
21056 ____________________________________________________________________________
21057 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
21058         Log: perlrun.pod minor fixes :
21059              - the parameter to -x is optional
21060              - pod nit
21061      Branch: perl
21062            ! pod/perlrun.pod
21063 ____________________________________________________________________________
21064 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
21065         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
21066              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
21067              Date: 16 May 2004 13:33:32 -0000
21068              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
21069      Branch: perl
21070            ! lib/h2xs.t
21071 ____________________________________________________________________________
21072 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
21073         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21074              From: Steve Hay <steve.hay@uk.radan.com>
21075              Date: Fri, 14 May 2004 17:33:17 +0100
21076              Message-ID: <40A4F4CD.2000003@uk.radan.com>
21077      Branch: perl
21078            ! t/comp/utf.t
21079 ____________________________________________________________________________
21080 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
21081         Log: Error message too wide.
21082      Branch: perl
21083            ! perl.c
21084 ____________________________________________________________________________
21085 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
21086         Log: Remove a TODO test that is no longer to do.
21087      Branch: perl
21088            ! ext/B/t/f_sort.t
21089 ____________________________________________________________________________
21090 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
21091         Log: Fix new B::Concise test output
21092              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
21093              From: Jim Cromie <jcromie@divsol.com>
21094              Date: Mon, 17 May 2004 09:19:00 -0600
21095              Message-ID: <40A8D7E4.1020007@divsol.com>
21096      Branch: perl
21097            ! ext/B/t/f_sort.t t/TEST
21098 ____________________________________________________________________________
21099 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
21100         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
21101              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
21102              Date: Mon, 17 May 2004 07:38:19 +0200
21103              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
21104      Branch: perl
21105            ! ext/File/Glob/Glob.xs
21106 ____________________________________________________________________________
21107 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
21108         Log: David Manura is the new maintainer of Text::Balanced.
21109      Branch: perl
21110            ! Porting/Maintainers.pl
21111 ____________________________________________________________________________
21112 [ 22821] By: davem                                 on 2004/05/16  15:31:42
21113         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
21114      Branch: perl
21115            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
21116 ____________________________________________________________________________
21117 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
21118         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
21119              From: Jim Cromie <jcromie@divsol.com>
21120              Date: Mon, 10 May 2004 05:28:11 -0600
21121              Message-ID: <409F674B.2000506@divsol.com>
21122      Branch: perl
21123            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
21124            + ext/B/t/optree_specials.t
21125            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
21126            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
21127            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
21128            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
21129            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
21130 ____________________________________________________________________________
21131 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
21132         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
21133              access the $_ variable, even when there is a lexical one in scope.
21134      Branch: perl
21135            ! XSUB.h pod/perlapi.pod
21136 ____________________________________________________________________________
21137 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
21138         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
21139              From: Jarkko Hietaniemi <jhi@iki.fi>
21140              Message-ID: <40A26D75.8080406@iki.fi>
21141              Date: Wed, 12 May 2004 21:31:17 +0300
21142      Branch: perl
21143            + t/comp/utf.t
21144            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
21145 ____________________________________________________________________________
21146 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
21147         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
21148              From: Olli Savia (via RT) <perlbug-followup@perl.org>
21149              Date: 12 May 2004 13:02:41 -0000
21150              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
21151      Branch: perl
21152            ! sv.c
21153 ____________________________________________________________________________
21154 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
21155         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
21156      Branch: perl
21157            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21158 ____________________________________________________________________________
21159 [ 22815] By: merijn                                on 2004/05/12  10:43:42
21160         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
21161              From: Andy Dougherty <doughera@lafayette.edu>
21162              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
21163              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
21164      Branch: perl
21165            ! Configure hints/darwin.sh hints/rhapsody.sh
21166 ____________________________________________________________________________
21167 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
21168         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
21169              This completes the series: #22734, #22745, #22754, #22780
21170      Branch: perl
21171            ! pod/perlpacktut.pod
21172 ____________________________________________________________________________
21173 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
21174         Log: 'v' unpacks unsigned shorts.
21175      Branch: perl
21176            ! pod/perlpacktut.pod
21177 ____________________________________________________________________________
21178 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
21179         Log: Subject: various -V: searches [PATCH]
21180              From: Jim Cromie <jcromie@divsol.com>
21181              Date: Tue, 11 May 2004 00:15:46 -0600
21182              Message-ID: <40A06F92.1070607@divsol.com>
21183      Branch: perl
21184            ! configpm lib/Config.t pod/perlrun.pod
21185 ____________________________________________________________________________
21186 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
21187         Log: More pod names in the debugger for the runman command
21188      Branch: perl
21189            ! lib/perl5db.pl
21190 ____________________________________________________________________________
21191 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
21192         Log: Subject: [PATCH] debugger (step backwards)
21193              From: Richard.Foley@t-online.de (Richard Foley)
21194              Date: Tue, 11 May 2004 11:04:11 +0200
21195              Message-Id: <200405111104.11484.richard.foley@rfi.net>
21196      Branch: perl
21197            ! lib/perl5db.pl
21198 ____________________________________________________________________________
21199 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
21200         Log: Subject: void context !~ generates "Useless use of not at line..." warning
21201              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21202              Date: Sun, 9 May 2004 00:59:19 -0700
21203              Message-ID: <20040509075919.GA3752@efn.org>
21204      Branch: perl
21205            ! op.c
21206 ____________________________________________________________________________
21207 [ 22806] By: ams                                   on 2004/05/10  22:12:31
21208         Log: Subject: Re: a little extra cmdline help. [PATCH]
21209              From: Jim Cromie <jcromie@divsol.com>
21210              Date: Mon, 10 May 2004 15:25:07 -0600
21211              Message-Id: <409FF333.4020104@divsol.com>
21212      Branch: perl
21213            ! perl.c
21214 ____________________________________________________________________________
21215 [ 22804] By: ams                                   on 2004/05/10  11:10:34
21216         Log: Remove stray '.
21217      Branch: perl
21218            ! lib/File/Copy.pm
21219 ____________________________________________________________________________
21220 [ 22803] By: ams                                   on 2004/05/10  10:14:40
21221         Log: Subject: [PATCH] File::Copy Pod
21222              From: slaven@rezic.de
21223              Date: Mon, 10 May 2004 09:57:37 +0000
21224              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
21225      Branch: perl
21226            ! lib/File/Copy.pm
21227 ____________________________________________________________________________
21228 [ 22802] By: davem                                 on 2004/05/07  19:12:29
21229         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
21230              that $index was the uninitialized value, when in fact it was $foo1
21231      Branch: perl
21232            ! sv.c t/lib/warnings/9uninit
21233 ____________________________________________________________________________
21234 [ 22801] By: davem                                 on 2004/05/07  18:21:22
21235         Log: Subject:  Re: stdio still supported?
21236              From:  Jim Cromie <jcromie@divsol.com>
21237              Date:  Thu, 06 May 2004 16:37:56 -0600
21238              Message-Id:  <409ABE44.8060307@divsol.com>
21239
21240              Update B::Concise tests to skip stuff requiring the
21241              "open to a scalar" feature of Perlio is it isn't available.
21242              Also note this caveat in perlfunc.pod
21243      Branch: perl
21244            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
21245            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
21246            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
21247            ! pod/perlfunc.pod
21248 ____________________________________________________________________________
21249 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
21250         Log: Windows issues with select() are already documented in perlport.
21251      Branch: perl
21252            ! pod/perlfunc.pod
21253 ____________________________________________________________________________
21254 [ 22799] By: ams                                   on 2004/05/07  13:38:16
21255         Log: Subject: [perl #29397] Change in pod2man arguments
21256              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
21257              Date: 6 May 2004 22:08:10 -0000
21258              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
21259      Branch: perl
21260            ! pod/pod2man.PL
21261 ____________________________________________________________________________
21262 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
21263         Log: Scalar::Util::refaddr falsely returns false
21264              Add mg_get() to refaddr() when SV is magical.
21265              Fix the non-xs version of looks_like_number().
21266      Branch: perl
21267            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21268            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
21269 ____________________________________________________________________________
21270 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
21271         Log: Document that select() on Windows doesn't work on non-socket filehandles.
21272      Branch: perl
21273            ! pod/perlfunc.pod
21274 ____________________________________________________________________________
21275 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
21276         Log: Double warning for int(undef) and abs(undef)
21277              Remove the duplicate warnings and update tests.
21278      Branch: perl
21279            ! pp.c t/lib/warnings/9uninit
21280 ____________________________________________________________________________
21281 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
21282         Log: Add a small script to check whether a perl source tree
21283              (with or without generated files) is friendly with
21284              case-insensitive filesystems.
21285              Adapted from :
21286              Subject: Re: STerm.pl vs Sterm.pl
21287              From: James Mastros <james@mastros.biz>
21288              Date: Thu, 06 May 2004 14:45:53 +0200
21289              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
21290      Branch: perl
21291            + Porting/checkcase.pl
21292            ! MANIFEST
21293 ____________________________________________________________________________
21294 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
21295         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
21296              From: bilbo@ua.fm
21297              Date: Wed, 28 Apr 2004 00:19:55 +0300
21298              Message-ID: <611491036.20040428001955@ua.fm>
21299      Branch: perl
21300            ! win32/win32.c
21301 ____________________________________________________________________________
21302 [ 22788] By: merijn                                on 2004/05/06  11:35:21
21303         Log: add -pipe to gcc's default flags
21304              it has shown a compile time speed increase of about 40% on
21305              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
21306              OS/gcc combo's remove it in the hints
21307      Branch: perl
21308            ! Configure
21309 ____________________________________________________________________________
21310 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
21311         Log: Add tests for mX?PUSH[inup] macros.
21312
21313              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21314              From: Steve Hay <steve.hay@uk.radan.com>
21315              Date: Wed, 05 May 2004 15:34:45 +0100
21316              Message-ID: <4098FB85.1060602@uk.radan.com>
21317      Branch: perl
21318            + ext/XS/APItest/t/push.t
21319            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
21320            ! ext/XS/APItest/MANIFEST
21321 ____________________________________________________________________________
21322 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
21323         Log: Subject: Problem with h2xs
21324              From: David Cannings <lists@edeca.net>
21325              Date: Mon, 3 May 2004 13:44:33 +0100
21326              Message-Id: <200405031344.33723.lists@edeca.net>
21327              (Second patch only)
21328      Branch: perl
21329            ! utils/h2xs.PL
21330 ____________________________________________________________________________
21331 [ 22781] By: davem                                 on 2004/05/04  19:20:36
21332         Log: Bizarre copy of ARRAY
21333              make sure a pad op's flags are updated after optimising away
21334              the assignment in my @a = () (see change 22520).
21335      Branch: perl
21336            ! op.c t/op/my.t
21337 ____________________________________________________________________________
21338 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
21339         Log: Add byte-order group modifiers to (un)pack templates.
21340              Follow-up on: #22734, #22745, #22753, #22754.
21341
21342              Subject: Group modifiers in (un)pack templates
21343              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21344              Date: Mon, 3 May 2004 20:14:41 +0200
21345              Message-Id: <20040503201441.1b058e0d@r2d2>
21346      Branch: perl
21347            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
21348 ____________________________________________________________________________
21349 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
21350         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
21351
21352              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21353              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21354              Date: Mon, 3 May 2004 20:03:28 +0200
21355              Message-Id: <20040503200328.24efcda5@r2d2>
21356      Branch: perl
21357            ! pp.h
21358 ____________________________________________________________________________
21359 [ 22778] By: davem                                 on 2004/05/03  21:07:44
21360         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
21361      Branch: perl
21362            ! t/io/open.t
21363 ____________________________________________________________________________
21364 [ 22777] By: davem                                 on 2004/05/03  20:48:53
21365         Log: add test for change #22776 ("open m" crashes Perl)
21366      Branch: perl
21367            ! t/io/open.t
21368 ____________________________________________________________________________
21369 [ 22776] By: davem                                 on 2004/05/03  20:26:22
21370         Log: perl -e "open m" crashes Perl
21371      Branch: perl
21372            ! toke.c
21373 ____________________________________________________________________________
21374 [ 22775] By: davem                                 on 2004/05/03  18:52:39
21375         Log: scalar delete of empty slice returned garbage
21376      Branch: perl
21377            ! pp.c t/op/delete.t
21378 ____________________________________________________________________________
21379 [ 22774] By: davem                                 on 2004/05/03  17:44:44
21380         Log: split could leave an array without &PL_sv_undef
21381              in the unused elements
21382      Branch: perl
21383            ! pp.c t/op/split.t
21384 ____________________________________________________________________________
21385 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
21386         Log: Subject: Re: "fuzzy" in mktables
21387              From: Jarkko Hietaniemi <jhi@iki.fi>
21388              Message-ID: <4093A82B.6040609@iki.fi>
21389              Date: Sat, 01 May 2004 16:37:47 +0300
21390      Branch: perl
21391            ! lib/unicore/mktables
21392 ____________________________________________________________________________
21393 [ 22772] By: davem                                 on 2004/05/03  13:33:21
21394         Log: remove spurious intentation in utf8_pva.pl
21395      Branch: perl
21396            ! lib/utf8_pva.pl
21397 ____________________________________________________________________________
21398 [ 22771] By: davem                                 on 2004/05/03  13:28:24
21399         Log: ensure that utf8 Perl code magically called from a regex localizes $.
21400      Branch: perl
21401            ! lib/utf8_pva.pl
21402 ____________________________________________________________________________
21403 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
21404         Log: Integrate:
21405              [ 22694]
21406              For maint, I don't think that we can have sperl go sulky if invoked
21407              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
21408              only set ID exectuable reside under a different name (suidperl)
21409
21410              [ 22700]
21411              The set uid perl is now called setuidperl. Not suidperl.
21412              Which I discover is hardlinked from sperl by ./installperl
21413              elsewhere. Helpfully confusing installperl script.
21414
21415              [ 22718]
21416              Revert 22700 (as part of changes suggested by Brendan O'Dea)
21417
21418              [ 22719]
21419              Revert 22694
21420
21421              [ 22720]
21422              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
21423              binary must have fd script conundrum, as suggested by Brendan O'Dea
21424              Plus restore the more helpful error message from 22694 and the gist
21425              of the perl584delta changes from 22700
21426      Branch: perl
21427           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
21428 ____________________________________________________________________________
21429 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
21430         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
21431              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
21432              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
21433              Date: 22 Apr 2004 10:49:22 -0000
21434      Branch: perl
21435            ! lib/Text/ParseWords.pm
21436 ____________________________________________________________________________
21437 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
21438         Log: It seems daft to me that we have a synopis example that will fail if
21439              gcc happened to be invoked via the name cc, and completely ignores
21440              the far more reliable 'gccversion' variable
21441              So here's one using 'usethreads' that ought to work everywhere.
21442      Branch: perl
21443            ! configpm
21444 ____________________________________________________________________________
21445 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
21446         Log: Make t/uni/class.t pass on case insensitive file systems
21447      Branch: perl
21448            ! t/uni/class.t
21449 ____________________________________________________________________________
21450 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
21451         Log: Save some repeated strlen()s in Perl_swash_init
21452      Branch: perl
21453            ! utf8.c
21454 ____________________________________________________________________________
21455 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
21456         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
21457              of some binary property files
21458      Branch: perl
21459            + lib/unicore/lib/gc_sc/Dash2.pl
21460            + lib/unicore/lib/gc_sc/Hyphen2.pl
21461            + lib/unicore/lib/gc_sc/Radical2.pl
21462 ____________________________________________________________________________
21463 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
21464         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
21465      Branch: perl
21466            ! MANIFEST
21467 ____________________________________________________________________________
21468 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
21469         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
21470              by making the %BaseName check global
21471      Branch: perl
21472            + lib/unicore/lib/gc_sc/Sterm2.pl
21473            - lib/unicore/lib/gc_sc/Sterm.pl
21474            ! MANIFEST lib/unicore/Canonical.pl
21475            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
21476            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
21477 ____________________________________________________________________________
21478 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
21479         Log: Remove the no-longer autogenerated Unicode files
21480      Branch: perl
21481            - (delete 322 files)
21482            ! MANIFEST
21483 ____________________________________________________________________________
21484 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
21485         Log: mktables requires post 5.005
21486      Branch: perl
21487            ! lib/unicore/mktables
21488 ____________________________________________________________________________
21489 [ 22758] By: davem                                 on 2004/04/30  11:48:55
21490         Log: disable problematical 'uninitialized value' warning tests
21491      Branch: perl
21492            ! t/lib/warnings/9uninit
21493 ____________________________________________________________________________
21494 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
21495         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
21496              should handle 'set' magic, just like the X?PUSH[inup]
21497              counterparts.
21498      Branch: perl
21499            ! pod/perlapi.pod pp.h
21500 ____________________________________________________________________________
21501 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
21502         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
21503              From: Steve Hay <steve.hay@uk.radan.com>
21504              Date: Fri, 30 Apr 2004 10:07:21 +0100
21505              Message-ID: <40921749.3050600@uk.radan.com>
21506      Branch: perl
21507            ! pod/perlapi.pod pod/perlguts.pod pp.h
21508 ____________________________________________________________________________
21509 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
21510         Log: Fix 29149 - another UTF8 cache bug hit by substr.
21511              Regression test from:
21512
21513              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
21514              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21515              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
21516              Date: Thu, 29 Apr 2004 10:53:17 +0900
21517      Branch: perl
21518            ! sv.c t/op/substr.t
21519 ____________________________________________________________________________
21520 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
21521         Log: More unpack cleanups.
21522      Branch: perl
21523            ! pp_pack.c
21524 ____________________________________________________________________________
21525 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
21526         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
21527              Remove all associated code.
21528      Branch: perl
21529            ! hints/cxux.sh pp_pack.c
21530 ____________________________________________________________________________
21531 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
21532         Log: The openbsd 64-bit test should use $uquadtype rather
21533              than hardcoding unsigned long long.
21534      Branch: perl
21535            ! hints/openbsd.sh
21536 ____________________________________________________________________________
21537 [ 22751] By: ams                                   on 2004/04/29  08:24:31
21538         Log: Update to Test.pm 1.25 (from SBURKE).
21539      Branch: perl
21540            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
21541            ! MANIFEST lib/Test.pm
21542 ____________________________________________________________________________
21543 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
21544         Log: When configuring for 64-bit support, check that the
21545              C library functions for casting floating point values
21546              to 64-bit integer values are not broken.
21547      Branch: perl
21548            ! hints/openbsd.sh
21549 ____________________________________________________________________________
21550 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
21551         Log: Fix for [perl #28963]: find2perl was sometimes generating
21552              invalid code.
21553      Branch: perl
21554            ! x2p/find2perl.PL
21555 ____________________________________________________________________________
21556 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
21557         Log: Subject: [PATCH] Add diagnostics section to base.pm
21558              From: "Jos I. Boumans" <kane@dwim.org>
21559              Date: Wed, 28 Apr 2004 13:04:47 +0200
21560              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
21561      Branch: perl
21562            ! lib/base.pm
21563 ____________________________________________________________________________
21564 [ 22747] By: merijn                                on 2004/04/28  12:42:50
21565         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
21566              Date: 21 Apr 2004 11:07:22 -0000
21567              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
21568              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
21569      Branch: perl
21570            ! ext/POSIX/POSIX.pod
21571 ____________________________________________________________________________
21572 [ 22746] By: davem                                 on 2004/04/27  22:21:35
21573         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
21574      Branch: perl
21575            ! pp.c
21576 ____________________________________________________________________________
21577 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
21578         Log: Cleanup variables in S_(un)pack_rec().
21579              This also works around a gcc optimizer bug on dec_osf/alpha.
21580      Branch: perl
21581            ! pp_pack.c
21582 ____________________________________________________________________________
21583 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
21584         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
21585              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
21586              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
21587              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
21588
21589              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
21590              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
21591      Branch: perl
21592            + (add 406 files)
21593            ! MANIFEST lib/unicore/Canonical.pl
21594            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
21595            ! lib/unicore/Exact.pl lib/unicore/Name.pl
21596            ! lib/unicore/Properties lib/unicore/To/Digit.pl
21597            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
21598            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
21599            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
21600            ! t/op/pat.t t/uni/class.t
21601 ____________________________________________________________________________
21602 [ 22743] By: merijn                                on 2004/04/26  22:20:30
21603         Log: usemallocwrap works on AIX, but not with vac-5
21604              Date: Mon, 26 Apr 2004 15:35:23 +0200
21605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21606              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
21607              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
21608      Branch: perl
21609            ! hints/aix.sh hints/aix_4.sh
21610 ____________________________________________________________________________
21611 [ 22742] By: davem                                 on 2004/04/24  12:53:07
21612         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
21613      Branch: perl
21614            ! sv.c
21615 ____________________________________________________________________________
21616 [ 22741] By: davem                                 on 2004/04/23  20:43:02
21617         Log: Include variable names in "Use of uninitialized value" warnings
21618      Branch: perl
21619            + t/lib/warnings/9uninit
21620            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
21621            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
21622            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
21623            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
21624            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
21625            ! t/lib/warnings/3both t/lib/warnings/4lint
21626            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
21627            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
21628            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
21629            ! t/run/fresh_perl.t t/run/runenv.t
21630 ____________________________________________________________________________
21631 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
21632         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
21633              From: Richard.Foley@t-online.de (Richard Foley)
21634              Date: Fri, 23 Apr 2004 06:33:34 +0200
21635              Message-Id: <200404230633.34402.richard.foley@rfi.net>
21636      Branch: perl
21637            ! lib/perl5db.pl
21638 ____________________________________________________________________________
21639 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
21640         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
21641      Branch: perl
21642            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
21643            ! vms/descrip_mms.template win32/pod.mak
21644 ____________________________________________________________________________
21645 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
21646         Log: Integrate:
21647              [ 22165]
21648              Create perl584delta.pod
21649              (Not that I'm really proposing to start work on 5.8.4 today)
21650
21651              [ 22650]
21652              Updates from Stas Bekman, Brendan O'Dea and Hugo
21653
21654              [ 22655]
21655              Tweaks from Hugo and Liz
21656
21657              [ 22677]
21658              Improvements from Jarkko
21659
21660              [ 22684]
21661              Integrate:
21662              [ 22665]
21663              AIX-4 with xlc does not like malloc wrap
21664
21665              [ 22666]
21666              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
21667
21668              [ 22698]
21669              Clarify AIX and win32's malloc wrapping
21670
21671              [ 22700]
21672              The set uid perl is now called setuidperl. Not suidperl.
21673              Which I discover is hardlinked from sperl by ./installperl
21674              elsewhere. Helpfully confusing installperl script.
21675
21676              [ 22703]
21677              More perldelta updates
21678
21679              [ 22710]
21680              Subject:  spelling
21681              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
21682              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
21683              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
21684
21685              [ 22718]
21686              Revert 22700 (as part of changes suggested by Brendan O'Dea)
21687
21688              [ 22720]
21689              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
21690              binary must have fd script conundrum, as suggested by Brendan O'Dea
21691              Plus restore the more helpful error message from 22694 and the gist
21692              of the perl584delta changes from 22700
21693
21694              [ 22731]
21695              Oink, oink, flap, flap!
21696      Branch: perl
21697           +> pod/perl584delta.pod
21698            ! MANIFEST
21699           !> pod/perlhist.pod
21700 ____________________________________________________________________________
21701 [ 22735] By: merijn                                on 2004/04/23  10:11:23
21702         Log: Subject: [PATCH] Where to find nmake for windows
21703              From: Abe Timmerman <abe@ztreet.demon.nl>
21704              Date: Thu, 22 Apr 2004 23:57:40 +0200
21705              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
21706              Changed download URL references for nmake
21707      Branch: perl
21708            ! README.win32 pod/perlmodinstall.pod
21709 ____________________________________________________________________________
21710 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
21711         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
21712              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21713              Date: Wed, 21 Apr 2004 21:09:20 +0200
21714              Message-Id: <20040421210920.3c467772@r2d2>
21715      Branch: perl
21716            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
21717            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
21718 ____________________________________________________________________________
21719 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
21720         Log: Missing copyright in the README.
21721      Branch: perl
21722            ! README
21723 ____________________________________________________________________________
21724 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
21725         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
21726              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
21727              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
21728              Date: 11 Apr 2004 13:08:17 -0000
21729      Branch: perl
21730            ! pod/perlipc.pod
21731 ____________________________________________________________________________
21732 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
21733         Log: Punt the "reporting bugs" section to the top.
21734              Reorder the description of what to do, to start with the most common
21735              case.
21736              Clarify "how to report bugs effectively" (and why it benefits you)
21737      Branch: perl
21738            ! INSTALL
21739 ____________________________________________________________________________
21740 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
21741         Log: This should be L<>
21742      Branch: perl
21743            ! INSTALL
21744 ____________________________________________________________________________
21745 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
21746         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
21747      Branch: perl
21748            ! INSTALL
21749 ____________________________________________________________________________
21750 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
21751         Log: We should be telling people about ..exp, else they use the unexpanded
21752              forms and shaft anyone who installs a private perl within ~
21753      Branch: perl
21754            ! INSTALL
21755 ____________________________________________________________________________
21756 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
21757         Log: Subject: [patch] log the interpreter id in warnings
21758              From: Stas Bekman <stas@stason.org>
21759              Date: Mon, 19 Apr 2004 18:10:01 -0700
21760              Message-ID: <40847869.1000906@stason.org>
21761      Branch: perl
21762            ! gv.c handy.h hv.c perl.c sv.c
21763 ____________________________________________________________________________
21764 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
21765         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
21766              From: Jonathan Stowe <jns@gellyfish.com>
21767              Date: Tue, 20 Apr 2004 12:37:28 +0100
21768              Message-Id: <1082461047.2736.96.camel@localhost>
21769      Branch: perl
21770            ! lib/Term/Cap.pm
21771 ____________________________________________________________________________
21772 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
21773         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
21774              to read an op that was just freed, which was obviously illegal.
21775      Branch: perl
21776            ! op.c
21777 ____________________________________________________________________________
21778 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
21779         Log: Upgrade to FileCache 1.04.
21780      Branch: perl
21781            ! lib/FileCache.pm
21782 ____________________________________________________________________________
21783 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
21784         Log: New file left out of the last commit.
21785      Branch: perl
21786            + t/uni/class.t
21787 ____________________________________________________________________________
21788 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
21789         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
21790              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
21791              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
21792              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
21793      Branch: perl
21794            ! MANIFEST pod/perlunicode.pod
21795 ____________________________________________________________________________
21796 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
21797         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
21798              From: hv@crypt.org
21799              Date: Wed, 14 Apr 2004 19:30:46 +0100
21800              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
21801      Branch: perl
21802            ! regcomp.c regexec.c t/op/pat.t
21803 ____________________________________________________________________________
21804 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
21805         Log: Integrate:
21806              [ 22661]
21807              This is RC1
21808
21809              [ 22705]
21810              This is RC2
21811      Branch: perl
21812           !> pod/perlhist.pod
21813 ____________________________________________________________________________
21814 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
21815         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
21816              level (with -O2 miniperl behaves really badly.)
21817      Branch: perl
21818            ! hints/linux.sh
21819 ____________________________________________________________________________
21820 [ 22697] By: merijn                                on 2004/04/15  11:56:32
21821         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
21822              Thanks to Campo Weijerman and Gerard Gerritsen off-list
21823      Branch: perl
21824            ! hints/openbsd.sh
21825 ____________________________________________________________________________
21826 [ 22696] By: merijn                                on 2004/04/14  16:04:40
21827         Log: #24121: Configure under turkish locale fails
21828              toupper (i) != I  in turkish, but U+0130
21829              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
21830              Patch supplied by Rafael
21831      Branch: perl
21832            ! Configure
21833 ____________________________________________________________________________
21834 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
21835         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
21836              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
21837              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
21838              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
21839      Branch: perl
21840            ! lib/utf8_heavy.pl
21841 ____________________________________________________________________________
21842 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
21843         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
21844              From: John Peacock <jpeacock@rowman.com>
21845              Date: Tue, 13 Apr 2004 20:51:31 -0400
21846              Message-ID: <407C8B13.9020104@rowman.com>
21847      Branch: perl
21848            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
21849 ____________________________________________________________________________
21850 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
21851         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
21852              From: Jan Dubois <jand@ActiveState.com>
21853              Date: Tue, 13 Apr 2004 19:49:32 -0700
21854              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
21855      Branch: perl
21856            ! win32/win32.c
21857 ____________________________________________________________________________
21858 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
21859         Log: Borland C doesn't like PERL_MALLOC_WRAP.
21860              Until I know why, the fix is to disable it.
21861      Branch: perl
21862            ! win32/config_H.bc
21863 ____________________________________________________________________________
21864 [ 22688] By: davem                                 on 2004/04/11  14:27:26
21865         Log: Stop PL_comppad pointing to a freed pad during global destruction
21866      Branch: perl
21867            ! sv.c
21868 ____________________________________________________________________________
21869 [ 22687] By: davem                                 on 2004/04/11  13:13:35
21870         Log: Make global cleanup fractionally faster by giving S_visit()
21871              flags/mask to compare SVs against.
21872      Branch: perl
21873            ! embed.fnc embed.h proto.h sv.c
21874 ____________________________________________________________________________
21875 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
21876         Log: Sync with libnet 1.18
21877      Branch: perl
21878            + lib/Net/Changes.libnet lib/Net/t/datasend.t
21879            - lib/Net/ChangeLog.libnet
21880            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
21881            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
21882            ! lib/Net/Time.pm lib/Net/t/hostname.t
21883 ____________________________________________________________________________
21884 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
21885         Log: Remove two unused variables that gcc used to warn about.
21886      Branch: perl
21887            ! util.c
21888 ____________________________________________________________________________
21889 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
21890         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
21891              From: David Dyck <david.dyck@fluke.com>
21892              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
21893              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
21894      Branch: perl
21895            ! universal.c
21896 ____________________________________________________________________________
21897 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
21898         Log: find2perl should not default to -print when -eval is specified.
21899              Noticed by David Dyck.
21900      Branch: perl
21901            ! x2p/find2perl.PL
21902 ____________________________________________________________________________
21903 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
21904         Log: Upgrade to Time::HiRes 1.59.
21905      Branch: perl
21906            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21907            ! ext/Time/HiRes/HiRes.xs
21908 ____________________________________________________________________________
21909 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
21910         Log: Upgrade to Digest 1.06.
21911      Branch: perl
21912            ! lib/Digest.pm
21913 ____________________________________________________________________________
21914 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
21915         Log: Upgrade to Digest 1.06.
21916      Branch: perl
21917            ! lib/Digest.pm
21918 ____________________________________________________________________________
21919 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
21920         Log: Upgrade to Time::HiRes 1.57.
21921      Branch: perl
21922            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21923            ! ext/Time/HiRes/HiRes.xs
21924 ____________________________________________________________________________
21925 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
21926         Log: Make gmtime and localtime cross reference each other.
21927              Suggested by Dan Jacobson
21928      Branch: perl
21929            ! pod/perlfunc.pod
21930 ____________________________________________________________________________
21931 [ 22671] By: merijn                                on 2004/04/07  17:54:10
21932         Log: Integrated Time-Local-1.09 from Dave Rolsky
21933              Corrected a wrap error from the CPAN version to match #22670
21934              Tested on AIX to make sure the skip is still needed
21935      Branch: perl
21936            ! lib/Time/Local.pm lib/Time/Local.t
21937 ____________________________________________________________________________
21938 [ 22670] By: merijn                                on 2004/04/07  12:03:11
21939         Log: Disable the edge case tests for timegm and timelocal on
21940              AIX-4.3 since the OS is obsoleted, and fixes are not to
21941              be expected
21942      Branch: perl
21943            ! lib/Time/Local.t
21944 ____________________________________________________________________________
21945 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
21946         Log: Fix command-line quoting under Windows for the new optree tests
21947              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21948              From: Steve Hay <steve.hay@uk.radan.com>
21949              Date: Wed, 07 Apr 2004 09:46:01 +0100
21950              Message-ID: <4073BFC9.10707@uk.radan.com>
21951      Branch: perl
21952            ! ext/B/t/optree_samples.t
21953 ____________________________________________________________________________
21954 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
21955         Log: Subject: [PATCH] Bleadperl to version 0.37
21956              From: John Peacock <jpeacock@rowman.com>
21957              Date: Tue, 06 Apr 2004 21:56:19 -0400
21958              Message-ID: <40735FC3.5010305@rowman.com>
21959      Branch: perl
21960            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
21961            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
21962            ! universal.c util.c
21963 ____________________________________________________________________________
21964 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
21965         Log: The optree builder was looping when constructing the ops
21966              for a map/grep block containing a while(1).
21967              (Bug reported by Pixel.)
21968      Branch: perl
21969            ! op.c t/op/grep.t
21970 ____________________________________________________________________________
21971 [ 22666] By: merijn                                on 2004/04/06  14:44:29
21972         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
21973      Branch: perl
21974            ! hints/hpux.sh
21975 ____________________________________________________________________________
21976 [ 22665] By: merijn                                on 2004/04/06  13:34:14
21977         Log: AIX-4 with xlc does not like malloc wrap
21978      Branch: perl
21979            ! hints/aix_4.sh
21980 ____________________________________________________________________________
21981 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
21982         Log: Subject: Re: tests for change #22539
21983              From: Jim Cromie <jcromie@divsol.com>
21984              Date: Tue, 30 Mar 2004 14:39:31 -0700
21985              Message-ID: <4069E913.5040906@divsol.com>
21986              (with some spelling tweaks)
21987      Branch: perl
21988            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
21989            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
21990            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
21991            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
21992 ____________________________________________________________________________
21993 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
21994         Log: Make the ! suffix handle n/N/v/V as signed integers
21995              within pack templates.
21996      Branch: perl
21997            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
21998 ____________________________________________________________________________
21999 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
22000         Log: C<undef> doesn't look like a number. See also:
22001
22002              Subject: Re: [perl #27606] undef "looks like" a number
22003              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22004              Date: Mon, 15 Mar 2004 22:16:26 +0100
22005              Message-Id: <20040315221626.48061c67@r2d2>
22006      Branch: perl
22007            ! ext/List/Util/lib/List/Util.pm
22008            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
22009            ! pp_ctl.c sv.c
22010 ____________________________________________________________________________
22011 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
22012         Log: Subject: Re: perldelta584
22013              From: Craig Berry <craigberry@mac.com>
22014              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
22015              Date: Mon, 05 Apr 2004 11:02:12 -0500
22016
22017              (makes malloc wrap the default on VMS)
22018      Branch: perl
22019            ! configure.com
22020 ____________________________________________________________________________
22021 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
22022         Log: Subject: ref ($proto) || $proto patch
22023              From: Ovid <publiustemp-p5p@yahoo.com>
22024              Date: Sat, 03 Apr 2004 18:59:22 -0800
22025              Message-ID: <406F7A0A.50702@yahoo.com>
22026              (with minor reformatting)
22027      Branch: perl
22028            ! pod/perlobj.pod pod/perltoot.pod
22029 ____________________________________________________________________________
22030 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
22031         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
22032              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22033              Date: Wed, 24 Mar 2004 00:16:52 +0900
22034              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
22035      Branch: perl
22036            ! sv.c
22037 ____________________________________________________________________________
22038 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
22039         Log: wantarray docs should mention effect of eval { wantarray }
22040              as reported by Tim Bunce. Add a note to this effect in perlfunc,
22041              and regression tests for it.
22042      Branch: perl
22043            ! pod/perlfunc.pod t/op/wantarray.t
22044 ____________________________________________________________________________
22045 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
22046         Log: More AUTHORS who deserve credit for patches
22047      Branch: perl
22048            ! AUTHORS
22049 ____________________________________________________________________________
22050 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
22051         Log: Hand merge patch from maint back to blead.
22052      Branch: perl
22053            ! ext/threads/threads.pm
22054 ____________________________________________________________________________
22055 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
22056         Log: Bump version numbers for modules that have changed since 5.8.3
22057      Branch: perl
22058            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
22059            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
22060            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
22061            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
22062            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
22063            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
22064 ____________________________________________________________________________
22065 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
22066         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
22067              expression ranges.
22068      Branch: perl
22069            ! t/op/pat.t toke.c
22070 ____________________________________________________________________________
22071 [ 22637] By: davem                                 on 2004/04/02  10:02:06
22072         Log: Subject:  [PATCH] fix utils install problems on VMS
22073              From:  "Craig A. Berry" <craigberry@mac.com>
22074              Date:  Thu, 01 Apr 2004 20:19:53 -0600
22075              Message-Id:  <406CCDC9.7000500@mac.com>
22076
22077              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
22078              the build, so installperl would not find the generated programs at
22079              install time.
22080              Also fixed several problems with the command definitions for the
22081              utilities
22082      Branch: perl
22083            ! configure.com vms/descrip_mms.template
22084 ____________________________________________________________________________
22085 [ 22636] By: davem                                 on 2004/04/01  22:00:40
22086         Log: Subject:  [PATCH] archname salad on VMS
22087              From:  "Craig A. Berry" <craigberry@mac.com>
22088              Date:  Thu, 01 Apr 2004 14:16:32 -0600
22089              Message-Id:  <406C78A0.2070009@mac.com>
22090
22091              sort out architecture-specific directory names for OpenVMS
22092              Itanium port
22093      Branch: perl
22094            ! configure.com vms/descrip_mms.template
22095 ____________________________________________________________________________
22096 [ 22635] By: davem                                 on 2004/04/01  20:27:14
22097         Log: Fix change #22376. Only mark a const as short-circuited
22098              if it's actually a const!
22099      Branch: perl
22100            ! op.c
22101 ____________________________________________________________________________
22102 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
22103         Log: debug the instructions on upgrading Unicode
22104      Branch: perl
22105            ! lib/unicore/README.perl
22106 ____________________________________________________________________________
22107 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
22108         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
22109      Branch: perl
22110            ! op.c t/op/dor.t
22111 ____________________________________________________________________________
22112 [ 22624] By: davem                                 on 2004/03/31  20:33:52
22113         Log: + (\$) prototype = bad free
22114              av_delete() didn't reify. I also updated its description
22115      Branch: perl
22116            ! av.c t/op/args.t
22117 ____________________________________________________________________________
22118 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
22119         Log: Upgrade to Unicode 4.0.1
22120      Branch: perl
22121            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
22122            + lib/unicore/lib/Variatio.pl
22123            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
22124            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
22125            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
22126            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
22127            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
22128            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
22129            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
22130            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
22131            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
22132            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
22133            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
22134            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
22135            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
22136            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
22137            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
22138            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
22139            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
22140            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
22141            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
22142            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
22143            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
22144            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
22145            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
22146            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
22147            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
22148            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
22149            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
22150            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
22151            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
22152            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
22153            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
22154            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
22155            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
22156            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
22157            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
22158            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
22159            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
22160            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
22161            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
22162            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
22163            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
22164            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
22165            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
22166            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
22167            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
22168            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
22169            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
22170            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
22171            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
22172 ____________________________________________________________________________
22173 [ 22619] By: merijn                                on 2004/03/31  13:02:32
22174         Log: Regenerated Configure after backported #22571
22175              Some indent leftovers from earlier patches
22176              We don't like double negatives, not even in comment
22177      Branch: perl
22178            ! Configure
22179 ____________________________________________________________________________
22180 [ 22617] By: merijn                                on 2004/03/31  11:33:09
22181         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
22182              From: Gisle Aas <gisle@ActiveState.com>
22183              Date: 30 Mar 2004 04:29:18 -0800
22184              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
22185      Branch: perl
22186            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22187            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
22188 ____________________________________________________________________________
22189 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
22190         Log: Unknowingly for years we've had a test that has assumed the order
22191              of results from readdir. Fixed.
22192      Branch: perl
22193            ! lib/File/Find/t/find.t
22194 ____________________________________________________________________________
22195 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
22196         Log: Subject: Zaurus SL-[78]60 native compile patch
22197              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
22198              From: Dan Kogai <dankogai@dan.co.jp>
22199              Date: Tue, 30 Mar 2004 00:53:52 +0900
22200      Branch: perl
22201            ! ext/Errno/Errno_pm.PL
22202 ____________________________________________________________________________
22203 [ 22610] By: davem                                 on 2004/03/29  21:20:35
22204         Log: various win32 build fixes
22205
22206              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
22207              From: Steve Hay <steve.hay@uk.radan.com>
22208              Date: Tue, 23 Mar 2004 10:42:12 +0000
22209              Message-ID: <40601484.7040905@uk.radan.com>
22210
22211              Subject: [PATCH] distclean on Win32 should delete perl.base
22212              From: Steve Hay <steve.hay@uk.radan.com>
22213              Date: Tue, 23 Mar 2004 11:35:56 +0000
22214              Message-ID: <4060211C.8020704@uk.radan.com>
22215
22216              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
22217              From: Steve Hay <steve.hay@uk.radan.com>
22218              Date: Fri, 26 Mar 2004 10:46:07 +0000
22219              Message-ID: <406409EF.9020404@uk.radan.com>
22220      Branch: perl
22221            ! win32/Makefile win32/makefile.mk
22222 ____________________________________________________________________________
22223 [ 22609] By: davem                                 on 2004/03/29  20:46:36
22224         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
22225              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
22226              Date: 26 Mar 2004 21:02:19 -0000
22227              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
22228
22229              The forked child should make sure STDIN and STDOUT aren't tied
22230              before messing with them
22231      Branch: perl
22232            ! lib/IPC/Open3.pm
22233 ____________________________________________________________________________
22234 [ 22608] By: davem                                 on 2004/03/29  20:10:05
22235         Log: backout change 22606 (make gv_fullname() include a literal '^')
22236              it breaks select.
22237      Branch: perl
22238            ! gv.c t/op/gv.t
22239 ____________________________________________________________________________
22240 [ 22607] By: davem                                 on 2004/03/28  15:10:48
22241         Log: update -Dx to cope with lexical version of OP_AELEMFAST
22242      Branch: perl
22243            ! dump.c
22244 ____________________________________________________________________________
22245 [ 22606] By: davem                                 on 2004/03/28  15:08:23
22246         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
22247      Branch: perl
22248            ! gv.c t/op/gv.t
22249 ____________________________________________________________________________
22250 [ 22605] By: davem                                 on 2004/03/28  13:11:30
22251         Log: pv_display() had code to display \n etc as escapes but it didn't
22252              actually work.
22253      Branch: perl
22254            ! dump.c
22255 ____________________________________________________________________________
22256 [ 22604] By: davem                                 on 2004/03/28  10:55:30
22257         Log: fix typo in change 22597
22258      Branch: perl
22259            ! op.h
22260 ____________________________________________________________________________
22261 [ 22601] By: davem                                 on 2004/03/27  10:22:52
22262         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
22263              From:  "Craig A. Berry" <craigberry@mac.com>
22264              Date:  Fri, 26 Mar 2004 22:46:50 -0600
22265              Message-Id:  <4065073A.30007@mac.com>
22266
22267              Mimic in configure.com what Configure does to enable or disable
22268              the new feature -Dusemallocwrap
22269      Branch: perl
22270            ! configure.com
22271 ____________________________________________________________________________
22272 [ 22600] By: davem                                 on 2004/03/27  02:04:03
22273         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
22274              From:  "Craig A. Berry" <craigberry@mac.com>
22275              Date:  Fri, 26 Mar 2004 16:54:44 -0600
22276              Message-Id:  <4064B4B4.2030203@mac.com>
22277
22278              refrain from getting rid of perly.c and perly.h now that there are
22279              no longer VMS-specific overrides for these files
22280      Branch: perl
22281            ! vms/descrip_mms.template
22282 ____________________________________________________________________________
22283 [ 22599] By: davem                                 on 2004/03/27  01:54:09
22284         Log: string corruption with lvalue sub
22285              Depending on the context, the same substr OP may want to return
22286              a PVLV or an LV on subsequent invcations. If TARG is the wrong
22287              type, use a mortal instead.
22288      Branch: perl
22289            ! pp.c t/op/substr.t
22290 ____________________________________________________________________________
22291 [ 22597] By: davem                                 on 2004/03/26  18:56:50
22292         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
22293              are actually used; update Concise.pm to match
22294      Branch: perl
22295            ! ext/B/B/Concise.pm op.h
22296 ____________________________________________________________________________
22297 [ 22596] By: davem                                 on 2004/03/26  18:53:09
22298         Log: fix for change #22594; if using test.pl, must tell perl where to
22299              find it!
22300      Branch: perl
22301            ! t/comp/hints.t
22302 ____________________________________________________________________________
22303 [ 22595] By: davem                                 on 2004/03/26  17:28:48
22304         Log: document the return value of an empty sub
22305      Branch: perl
22306            ! pod/perlsub.pod
22307 ____________________________________________________________________________
22308 [ 22594] By: davem                                 on 2004/03/26  13:05:50
22309         Log: - hints hash was being double freed on scope exit
22310      Branch: perl
22311            ! op.c scope.c scope.h t/comp/hints.t
22312 ____________________________________________________________________________
22313 [ 22593] By: ams                                   on 2004/03/26  08:59:15
22314         Log: Subject: Re: [perl #27906] stat documentation correction
22315              From: Andy Lester <andy@petdance.com>
22316              Date: Wed, 24 Mar 2004 21:48:30 -0600
22317              Message-Id: <20040325034830.GA5865@petdance.com>
22318              (Applied with a correction from Spider Boardman.)
22319      Branch: perl
22320            ! pod/perlfunc.pod t/op/stat.t
22321 ____________________________________________________________________________
22322 [ 22592] By: davem                                 on 2004/03/26  01:24:24
22323         Log: fix some comments in perly.y
22324      Branch: perl
22325            ! perly.y
22326 ____________________________________________________________________________
22327 [ 22591] By: davem                                 on 2004/03/26  01:16:55
22328         Log: Blessed reference to anonymous glob
22329              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
22330      Branch: perl
22331            ! sv.c t/op/ref.t
22332 ____________________________________________________________________________
22333 [ 22586] By: davem                                 on 2004/03/24  22:16:30
22334         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
22335              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
22336              Date: 18 Mar 2004 20:25:50 -0000
22337              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
22338
22339              Cwd code was planted in the output executable after the exit, so
22340              was never run.
22341      Branch: perl
22342            ! x2p/find2perl.PL
22343 ____________________________________________________________________________
22344 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
22345         Log: Remaining smoked platforms where malloc wrap is known to work.
22346              Data for Irix and NetBSD would be useful - they probably will work too.
22347              Will Unicos work? Place bets now...
22348      Branch: perl
22349            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
22350            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
22351            ! hints/solaris_2.sh
22352 ____________________________________________________________________________
22353 [ 22584] By: davem                                 on 2004/03/24  21:14:08
22354         Log: Subject: [perl #27790] split docs: say the string is EXPR
22355              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
22356              Date: 20 Mar 2004 05:21:07 -0000
22357              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
22358
22359              Minor documentation nit in split
22360      Branch: perl
22361            ! pod/perlfunc.pod
22362 ____________________________________________________________________________
22363 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
22364         Log: mintest will pass if I skip the correct number of tests. D'oh!
22365      Branch: perl
22366            ! t/op/magic.t
22367 ____________________________________________________________________________
22368 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
22369         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
22370              From: Steve Hay <steve.hay@uk.radan.com>
22371              Message-ID: <40618D1C.7000601@uk.radan.com>
22372              Date: Wed, 24 Mar 2004 13:29:00 +0000
22373      Branch: perl
22374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22375            ! win32/config_H.vc64
22376 ____________________________________________________________________________
22377 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
22378         Log: Good catch from Dave Mitchell; plus a null pointer protection.
22379      Branch: perl
22380            ! scope.c
22381 ____________________________________________________________________________
22382 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
22383         Log: Unlike perl, 0 in void context isn't special cased in C :-)
22384              (So it warns). Tweak the no-action malloc wrap checkers to avoid
22385              warnings.
22386      Branch: perl
22387            ! handy.h
22388 ____________________________________________________________________________
22389 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
22390         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
22391              NO_MALLOC_WRAP following Configure changes. Identical patch to
22392              mine supplied by Steve Hay while I was working on this.
22393              IP shootout at dawn :-)
22394      Branch: perl
22395            ! makedef.pl
22396 ____________________________________________________________________________
22397 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
22398         Log: Tidy up function prototypes in the light of suidpatch
22399      Branch: perl
22400            ! embed.fnc embed.h perl.c proto.h
22401 ____________________________________________________________________________
22402 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
22403         Log: Make usemallocwrap a Configure-time question. Default is yes for
22404              usedevel, no otherwise, but I'm expecting hints files on known
22405              good platforms to override this. (and known bad)
22406              Demonstration hints file for darwin.
22407      Branch: perl
22408            ! Configure config_h.SH hints/darwin.sh perl.h
22409 ____________________________________________________________________________
22410 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
22411         Log: hv_delete_common was freeing the key, then passing the freed pointer
22412              to S_hv_notallowed. D'oh!
22413      Branch: perl
22414            ! hv.c
22415 ____________________________________________________________________________
22416 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
22417         Log: Unify 5.008 and 5.009's B::Concise 0.58
22418      Branch: perl
22419            ! ext/B/B/Concise.pm
22420 ____________________________________________________________________________
22421 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
22422         Log: Unify 5.008 and 5.009's B::Concise 0.56
22423      Branch: perl
22424            ! ext/B/B/Concise.pm
22425 ____________________________________________________________________________
22426 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
22427         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
22428
22429              Subject: Re: Wondering about returned regex special arrays on going out of scope
22430              From: hv@crypt.org
22431              Date: Fri, 05 Mar 2004 17:42:25 +0000
22432              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
22433
22434              plus a test case.
22435      Branch: perl
22436            ! pp_hot.c t/op/magic.t
22437 ____________________________________________________________________________
22438 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
22439         Log: Subject: [PATCH] 5.9.1 suidperl
22440              From: psz@maths.usyd.edu.au (Paul Szabo)
22441              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
22442              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
22443
22444              (which variables renamed as requested, plus tweaks to work on platforms
22445              with no ST_NOEXEC)
22446      Branch: perl
22447            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
22448 ____________________________________________________________________________
22449 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
22450         Log: Update the -v copyright notice.
22451      Branch: perl
22452            ! perl.c
22453 ____________________________________________________________________________
22454 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
22455         Log: Don't assume that the chmod will always work.
22456              (It won't for files on *BSD where chflags has set uchg, which is
22457              what the OS X perforce client does)
22458      Branch: perl
22459            ! t/op/filetest.t
22460 ____________________________________________________________________________
22461 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
22462         Log: Clarifications on constants subroutines, based on:
22463
22464              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
22465              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
22466              Date: 19 Mar 2004 14:56:09 -0000
22467              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
22468      Branch: perl
22469            ! pod/perlsub.pod
22470 ____________________________________________________________________________
22471 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
22472         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
22473              From: Steve Hay <steve.hay@uk.radan.com>
22474              Date: Mon, 22 Mar 2004 14:44:46 +0000
22475              Message-ID: <405EFBDE.4090209@uk.radan.com>
22476      Branch: perl
22477            ! README.win32
22478 ____________________________________________________________________________
22479 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
22480         Log: Subject: Re: [PATCH] warn on !=~
22481              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22482              Date: Mon, 22 Mar 2004 10:32:05 -0800
22483              Message-ID: <20040322183106.GA1284@efn.org>
22484
22485              More warnings for this case.
22486      Branch: perl
22487            ! t/lib/warnings/toke toke.c
22488 ____________________________________________________________________________
22489 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
22490         Log: Finally, this "Negative repeat count" warning wasn't such a great
22491              idea. Disable it. But add tests for this :
22492
22493              Subject: Re: [perl #27811] (@x) x -1 is a panic
22494              From: Andy Lester <andy@petdance.com>
22495              Date: Sun, 21 Mar 2004 09:27:04 -0600
22496              Message-ID: <20040321152704.GA9041@petdance.com>
22497      Branch: perl
22498            ! pp.c t/lib/warnings/pp t/op/repeat.t
22499 ____________________________________________________________________________
22500 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
22501         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
22502              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22503              Date: Sun, 21 Mar 2004 21:49:53 +0900
22504              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
22505      Branch: perl
22506            ! sv.h
22507 ____________________________________________________________________________
22508 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
22509         Log: I must be tired today.
22510      Branch: perl
22511            ! lib/utf8.t
22512 ____________________________________________________________________________
22513 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
22514         Log: Silence a gcc warning.
22515      Branch: perl
22516            ! sv.c
22517 ____________________________________________________________________________
22518 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
22519         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
22520              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22521              Date: Sun, 21 Mar 2004 15:19:22 +0900
22522              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
22523      Branch: perl
22524            ! lib/utf8.t sv.c
22525 ____________________________________________________________________________
22526 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
22527         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
22528              From: "Craig A. Berry" <craigberry@mac.com>
22529              Date: Sat, 20 Mar 2004 21:51:45 -0600
22530              Message-ID: <405D1151.3040308@mac.com>
22531      Branch: perl
22532            ! vms/vms.c
22533 ____________________________________________________________________________
22534 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
22535         Log: Add a new warning "Negative repeat count"
22536              for the cases $x x -1.
22537      Branch: perl
22538            ! pod/perlop.pod pp.c t/lib/warnings/pp
22539 ____________________________________________________________________________
22540 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
22541         Log: Subject: [PATCH] warn on !=~
22542              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22543              Date: Thu, 18 Mar 2004 22:24:09 -0800
22544              Message-ID: <20040319062035.GA3768@efn.org>
22545
22546              with an improvement suggested by Ton Hospel.
22547      Branch: perl
22548            ! pod/perldiag.pod t/lib/warnings/toke toke.c
22549 ____________________________________________________________________________
22550 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
22551         Log: Subject: makefile.95 tweak
22552              From: Greg Matheson <lang@ms.chinmin.edu.tw>
22553              Date: Fri, 19 Mar 2004 18:15:25 +0800
22554              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
22555      Branch: perl
22556            ! win32/makefile.mk
22557 ____________________________________________________________________________
22558 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
22559         Log: \x80\xFF is not valid UTF-8.
22560      Branch: perl
22561            ! pod/perluniintro.pod
22562 ____________________________________________________________________________
22563 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
22564         Log: Subject: [perl #24821] enhancement patch for B::Concise
22565              From: jim cromie <jcromie@divsol.com>
22566              Date: Wed, 17 Mar 2004 14:12:43 -0700
22567              Message-ID: <4058BF4B.1000004@divsol.com>
22568              (Only the Concise.pm part, with documentation nits)
22569      Branch: perl
22570            ! ext/B/B/Concise.pm
22571 ____________________________________________________________________________
22572 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
22573         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
22574              From:  Autrijus Tang <autrijus@autrijus.org>
22575              Date:  Fri, 19 Mar 2004 18:27:10 +0800
22576              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
22577      Branch: perl
22578            ! lib/open.pm
22579 ____________________________________________________________________________
22580 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
22581         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
22582              From: Jan Dubois <jand@activestate.com>
22583              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
22584              Date: Thu, 18 Mar 2004 13:13:49 -0800
22585
22586              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
22587              From: Steve Hay <steve.hay@uk.radan.com>
22588              Message-ID: <405ACC6D.1040804@uk.radan.com>
22589              Date: Fri, 19 Mar 2004 10:33:17 +0000
22590      Branch: perl
22591            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
22592            + win32/ext/Win32/Win32.xs
22593            - lib/Win32.pod
22594            ! MANIFEST win32/Makefile win32/makefile.mk
22595 ____________________________________________________________________________
22596 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
22597         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
22598              This allows the ppport.h to be deleted from ext/Storable, which will
22599              reduce the potential for confusion.
22600              Bump Storable's version to 2.12; update the ChangeLog
22601      Branch: perl
22602            - ext/Storable/ppport.h
22603            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22604            ! ext/Storable/README ext/Storable/Storable.pm
22605            ! ext/Storable/Storable.xs
22606 ____________________________________________________________________________
22607 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
22608         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
22609      Branch: perl
22610            ! ext/Devel/PPPort/PPPort.pm
22611 ____________________________________________________________________________
22612 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
22613         Log: Nit in perluniintro about the U0 and C0 templates,
22614              noticed by Steve Hay.
22615      Branch: perl
22616            ! pod/perluniintro.pod
22617 ____________________________________________________________________________
22618 [ 22533] By: ams                                   on 2004/03/19  02:57:40
22619         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
22620              From: beau@beaucox.com
22621              Date: Thu, 18 Mar 2004 12:45:45 -1000
22622              Message-Id: <20040318_224545_009145.beau@beaucox.com>
22623      Branch: perl
22624            + ext/Storable/ppport.h
22625            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
22626 ____________________________________________________________________________
22627 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
22628         Log: Subject: [PATCH] range operator warnings / 64-bit fix
22629              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22630              Date: Wed, 10 Mar 2004 21:45:48 +0100
22631              Message-Id: <20040310214548.4f5e3ab1@r2d2>
22632      Branch: perl
22633            ! pp_ctl.c pp_hot.c t/op/range.t
22634 ____________________________________________________________________________
22635 [ 22531] By: davem                                 on 2004/03/18  19:02:32
22636         Log: add code comment for change 22525
22637      Branch: perl
22638            ! pp.c
22639 ____________________________________________________________________________
22640 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
22641         Log: Add a perl592delta.pod man page.
22642      Branch: perl
22643            + pod/perl592delta.pod
22644            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
22645            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22646            ! win32/pod.mak
22647 ____________________________________________________________________________
22648 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
22649         Log: Corrections and explanations in comments
22650      Branch: perl
22651            ! ext/Storable/Storable.xs
22652 ____________________________________________________________________________
22653 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
22654         Log: Subject:  pumpkin fodder
22655              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
22656              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
22657              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
22658      Branch: perl
22659            ! lib/unicore/README.perl
22660 ____________________________________________________________________________
22661 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
22662         Log: Detypo.
22663      Branch: perl
22664            ! makedef.pl
22665 ____________________________________________________________________________
22666 [ 22525] By: davem                                 on 2004/03/18  14:13:16
22667         Log: make ~$x give warning is $x isn't initialised.
22668              Also add test for uninitialised warning in & op.
22669      Branch: perl
22670            ! pp.c t/lib/warnings/sv
22671 ____________________________________________________________________________
22672 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
22673         Log: Try to fix the AIX and Windows builds regarding the
22674              definedness of the PL_memory_wrap symbol.
22675      Branch: perl
22676            ! makedef.pl
22677 ____________________________________________________________________________
22678 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
22679         Log: Bump bleadperl's version number to 5.9.2.
22680      Branch: perl
22681            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
22682            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
22683            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
22684            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
22685            ! win32/makefile.mk wince/Makefile.ce
22686 ____________________________________________________________________________
22687 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
22688         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
22689              From: Robin Barker <Robin.Barker@npl.co.uk>
22690              Date: Wed, 17 Mar 2004 18:37:10 -0000
22691              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
22692      Branch: perl
22693            ! dump.c ext/Socket/Socket.xs pad.c util.c
22694 ____________________________________________________________________________
22695 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
22696         Log: Optimize away the assignment in the constructs C<my $s = undef>,
22697              C<my @a = ()>, C<my %h = ()>.
22698      Branch: perl
22699            ! op.c
22700 ____________________________________________________________________________
22701 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
22702         Log: Subject: malloc wrappage
22703              From: Jarkko Hietaniemi <jhi@iki.fi>
22704              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
22705              Date: Tue, 10 Feb 2004 23:15:14 +0200
22706
22707              plus change croak to Perl_croak_nocontext to make ithread safe
22708              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
22709      Branch: perl
22710            ! av.c handy.h perl.h pod/perldiag.pod pp.c
22711 ____________________________________________________________________________
22712 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
22713         Log: Add auto-require of modules to restore overloading (and tests)
22714      Branch: perl
22715            + ext/Storable/t/HAS_OVERLOAD.pm
22716            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22717            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
22718 ____________________________________________________________________________
22719 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
22720         Log: Add regression tests for the auto-require of STORABLE_thaw
22721      Branch: perl
22722            + ext/Storable/t/HAS_HOOK.pm
22723            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22724            ! ext/Storable/t/blessed.t
22725 ____________________________________________________________________________
22726 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
22727         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
22728              block. This allows the re-entrant API to be used with ithreads,
22729              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
22730              (Which may seem inane, but makes perl threaded at the C level
22731              without enabling ithreads)
22732      Branch: perl
22733            ! intrpvar.h
22734 ____________________________________________________________________________
22735 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
22736         Log: Add a lchown() call to the POSIX module. [perl #27547]
22737      Branch: perl
22738            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22739 ____________________________________________________________________________
22740 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
22741         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
22742              From: Andrew Dougherty <doughera@lafayette.edu>
22743              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
22744              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
22745      Branch: perl
22746            ! hints/solaris_2.sh
22747 ____________________________________________________________________________
22748 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
22749         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
22750      Branch: perl
22751            ! patchlevel.h
22752 ____________________________________________________________________________
22753 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
22754         Log: Update Changes. (again)
22755      Branch: perl
22756            ! Changes
22757 ____________________________________________________________________________
22758 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
22759         Log: Update copyright notices
22760      Branch: perl
22761            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
22762            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
22763            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
22764            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
22765            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
22766            ! universal.c utf8.c util.c
22767 ____________________________________________________________________________
22768 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
22769         Log: Regenerate META.yml
22770      Branch: perl
22771            ! META.yml
22772 ____________________________________________________________________________
22773 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
22774         Log: Update Changes.
22775      Branch: perl
22776            ! Changes
22777 ____________________________________________________________________________
22778 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
22779         Log: This is 5.9.1.
22780      Branch: perl
22781            ! patchlevel.h
22782 ____________________________________________________________________________
22783 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
22784         Log: We'll ship 5.9.1 today.
22785      Branch: perl
22786            ! pod/perlhist.pod
22787 ____________________________________________________________________________
22788 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
22789         Log: More perldelta updates.
22790      Branch: perl
22791            ! pod/perl591delta.pod
22792 ____________________________________________________________________________
22793 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
22794         Log: Since the signature.t test of CPAN relies on a non-core module,
22795              it's not relevant to the perl core distribution.
22796      Branch: perl
22797            - lib/CPAN/t/signature.t
22798            ! MANIFEST
22799 ____________________________________________________________________________
22800 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
22801         Log: Fix the order of arguments in the usage message of
22802              POSIX::chown(). It's different from the POSIX order but
22803              it's the same than CORE::chown(). Damn.
22804      Branch: perl
22805            ! ext/POSIX/POSIX.pm
22806 ____________________________________________________________________________
22807 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
22808         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
22809              From: Steve Hay <steve.hay@uk.radan.com>
22810              Date: Mon, 15 Mar 2004 10:28:02 +0000
22811              Message-ID: <40558532.30002@uk.radan.com>
22812
22813              Plus, restore patch #22489
22814      Branch: perl
22815            ! win32/Makefile win32/makefile.mk
22816 ____________________________________________________________________________
22817 [ 22500] By: davem                                 on 2004/03/14  20:13:47
22818         Log: scope exit could expose freed local() value
22819      Branch: perl
22820            ! scope.c t/op/localref.t
22821 ____________________________________________________________________________
22822 [ 22499] By: davem                                 on 2004/03/14  17:01:34
22823         Log: strict 'subs' didn't warn on bareword array index
22824      Branch: perl
22825            ! op.c t/lib/strict/subs
22826 ____________________________________________________________________________
22827 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
22828         Log: Four Storable patches towards Storable 2.11 :
22829
22830              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
22831              From: Nicholas Clark <nick@ccl4.org>
22832              Date: Sat, 13 Mar 2004 15:13:28 +0000
22833              Message-ID: <20040313151327.GS701@plum.flirble.org>
22834
22835              Date: Sat, 13 Mar 2004 20:23:45 +0000
22836              Message-ID: <20040313202345.GX701@plum.flirble.org>
22837
22838              Date: Sat, 13 Mar 2004 22:20:07 +0000
22839              Message-ID: <20040313222007.GZ701@plum.flirble.org>
22840
22841              Date: Sat, 13 Mar 2004 23:03:46 +0000
22842              Message-ID: <20040313230345.GB701@plum.flirble.org>
22843      Branch: perl
22844            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22845            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
22846            ! ext/Storable/t/restrict.t
22847 ____________________________________________________________________________
22848 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
22849         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
22850              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
22851              Date: 10 Mar 2004 17:05:09 -0000
22852              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
22853      Branch: perl
22854            ! pod/perltoot.pod
22855 ____________________________________________________________________________
22856 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
22857         Log: More small perldelta updates.
22858      Branch: perl
22859            ! pod/perl591delta.pod
22860 ____________________________________________________________________________
22861 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
22862         Log: Revert change #22489, that seems to cause build failures on Windows.
22863      Branch: perl
22864            ! win32/Makefile win32/makefile.mk
22865 ____________________________________________________________________________
22866 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
22867         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
22868              From: Steve Hay <steve.hay@uk.radan.com>
22869              Date: Fri, 12 Mar 2004 08:38:41 +0000
22870              Message-ID: <40517711.9030204@uk.radan.com>
22871      Branch: perl
22872            ! pod/splitpod
22873 ____________________________________________________________________________
22874 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
22875         Log: perl591delta nits. Regenerate the tables of contents.
22876      Branch: perl
22877            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
22878 ____________________________________________________________________________
22879 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
22880         Log: Update perl591delta. Include a small to-do list in it.
22881      Branch: perl
22882            ! pod/perl591delta.pod
22883 ____________________________________________________________________________
22884 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
22885         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
22886              From: Tels <perl_dummy@bloodgate.com>
22887              Date: Fri, 12 Mar 2004 18:02:30 +0100
22888              Message-Id: <200403121802.31679@bloodgate.com>
22889      Branch: perl
22890            + lib/Math/BigInt/t/_e_math.t
22891            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
22892            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
22893            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
22894            ! lib/bigint.pm lib/bignum.pm
22895 ____________________________________________________________________________
22896 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
22897         Log: Fix a bug in the cloning of regexps
22898
22899              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
22900              From: hv@crypt.org
22901              Date: Thu, 11 Mar 2004 16:21:50 +0000
22902              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
22903              (plus another similar fix)
22904      Branch: perl
22905            ! sv.c
22906 ____________________________________________________________________________
22907 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
22908         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
22909              From: Steve Hay <steve.hay@uk.radan.com>
22910              Date: Fri, 12 Mar 2004 15:52:23 +0000
22911              Message-ID: <4051DCB7.107@uk.radan.com>
22912      Branch: perl
22913            ! win32/Makefile win32/makefile.mk
22914 ____________________________________________________________________________
22915 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
22916         Log: Document the new behaviour of the substr lvalue :
22917              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
22918              From: Dave Mitchell <davem@fdisolutions.com>
22919              Date: Mon, 1 Mar 2004 23:59:21 +0000
22920              Message-ID: <20040301235921.GC6469@fdisolutions.com>
22921      Branch: perl
22922            ! pod/perlfunc.pod
22923 ____________________________________________________________________________
22924 [ 22485] By: davem                                 on 2004/03/11  14:52:58
22925         Log: make op/write.t work better under stdio by running the subtests
22926              in the child process rather than the parent.
22927      Branch: perl
22928            ! t/op/write.t
22929 ____________________________________________________________________________
22930 [ 22484] By: merijn                                on 2004/03/11  10:08:17
22931         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
22932              From: Dominic Dunlop <shouldbedomo@mac.com>
22933              Date: Thu, 11 Mar 2004 10:34:01 +0100
22934              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
22935      Branch: perl
22936            ! README.machten hints/machten.sh
22937 ____________________________________________________________________________
22938 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
22939         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
22940              back this out until we have a tangible policy
22941      Branch: perl
22942            ! sv.c
22943 ____________________________________________________________________________
22944 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
22945         Log: Upgrade to Cwd 2.17.
22946      Branch: perl
22947            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
22948 ____________________________________________________________________________
22949 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
22950         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
22951              From: Steve Hay <steve.hay@uk.radan.com>
22952              Date: Wed, 10 Mar 2004 10:58:15 +0000
22953              Message-ID: <404EF4C7.9090107@uk.radan.com>
22954      Branch: perl
22955            ! win32/Makefile win32/makefile.mk
22956 ____________________________________________________________________________
22957 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
22958         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
22959              (noticed by Steve Hay.)
22960              Also, update MANIFEST.SKIP to be in line with the renaming
22961              "blibdirs" to "blibdirs.exists".
22962      Branch: perl
22963            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
22964 ____________________________________________________________________________
22965 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
22966         Log: A patch by Richard Foley to reduce the amount of
22967              forkage between the 5.8 and 5.9 debuggers.
22968      Branch: perl
22969            ! lib/perl5db.pl
22970 ____________________________________________________________________________
22971 [ 22478] By: chip                                  on 2004/03/09  23:51:41
22972         Log: In line-buffered mode, flush on the *last* newline,
22973              not on every newline.
22974      Branch: perl
22975            ! perlio.c
22976 ____________________________________________________________________________
22977 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
22978         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
22979              From: Steve Hay <steve.hay@uk.radan.com>
22980              Date: Fri, 05 Mar 2004 09:56:36 +0000
22981              Message-ID: <40484ED4.1050001@uk.radan.com>
22982              (only the win32 makefiles part)
22983      Branch: perl
22984            ! win32/Makefile win32/makefile.mk
22985 ____________________________________________________________________________
22986 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
22987         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
22988              From: "Craig A. Berry" <craigberry@mac.com>
22989              Date: Mon, 08 Mar 2004 08:18:43 -0600
22990              Message-ID: <404C80C3.6090009@mac.com>
22991
22992              Avoid to build everything twice on VMS.
22993              This is done by renaming the blibdirs target to blibdirs.exists.
22994              No, I don't understand why.
22995      Branch: perl
22996            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
22997            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22998            ! lib/ExtUtils/t/INST_PREFIX.t
22999 ____________________________________________________________________________
23000 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
23001         Log: Improve the "Prototype mismatch" error message when
23002              the redefined subroutine didn't have any prototype.
23003      Branch: perl
23004            ! op.c t/comp/redef.t
23005 ____________________________________________________________________________
23006 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
23007         Log: Revert change #22472, but keep the new tests.
23008      Branch: perl
23009            ! pp_ctl.c t/op/range.t
23010 ____________________________________________________________________________
23011 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
23012         Log: Subject: Re: undef and the range operator
23013              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23014              Date: Mon, 8 Mar 2004 21:49:55 +0100
23015              Message-Id: <20040308214955.3d8be3a6@r2d2>
23016      Branch: perl
23017            ! pp_ctl.c t/op/range.t
23018 ____________________________________________________________________________
23019 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
23020         Log: Make a temporary copy of the input buffer in pp_send, so that send
23021              and syswrite don't gratuitously upgrade their input to UTF8
23022      Branch: perl
23023            ! pp_sys.c t/op/sysio.t
23024 ____________________________________________________________________________
23025 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
23026         Log: Upgrade to Cwd 2.16
23027      Branch: perl
23028            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
23029 ____________________________________________________________________________
23030 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
23031         Log: Upgrade to CGI.pm 3.04.
23032      Branch: perl
23033            ! lib/CGI.pm lib/CGI/Cookie.pm
23034 ____________________________________________________________________________
23035 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
23036         Log: perl591delta.pod update.
23037      Branch: perl
23038            ! pod/perl591delta.pod
23039 ____________________________________________________________________________
23040 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
23041         Log: Another makefile portability fix for Win32 by Steve Hay.
23042      Branch: perl
23043            ! win32/Makefile win32/makefile.mk
23044 ____________________________________________________________________________
23045 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
23046         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
23047              From: Jan Dubois <jand@ActiveState.com>
23048              Date: Sun, 07 Mar 2004 17:04:35 -0800
23049              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
23050      Branch: perl
23051            ! win32/win32.c
23052 ____________________________________________________________________________
23053 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
23054         Log: Fix Dave's original shared hash key corruption bug
23055      Branch: perl
23056            ! sv.c
23057 ____________________________________________________________________________
23058 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
23059         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
23060              in utf8.t, and fix 3 bugs it exposed in utfhash.t
23061      Branch: perl
23062            ! lib/utf8.t sv.c t/op/utfhash.t
23063 ____________________________________________________________________________
23064 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
23065         Log: Subject: undef and the range operator
23066              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23067              Date: Sun, 7 Mar 2004 21:11:20 +0100
23068              Message-Id: <20040307211120.10e46933@r2d2>
23069      Branch: perl
23070            ! pp_ctl.c t/op/range.t
23071 ____________________________________________________________________________
23072 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
23073         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
23074              From: "Ken Williams" <ken@mathforum.org>
23075              Date: Sun, 7 Mar 2004 09:37:19 -0600
23076              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
23077      Branch: perl
23078            ! ext/Cwd/t/cwd.t
23079 ____________________________________________________________________________
23080 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
23081         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
23082              From: "Craig A. Berry" <craigberry@mac.com>
23083              Date: Sat, 06 Mar 2004 22:50:25 -0600
23084              Message-ID: <404AAA11.8050001@mac.com>
23085      Branch: perl
23086            ! t/op/closure.t
23087 ____________________________________________________________________________
23088 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
23089         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
23090              From: "Craig A. Berry" <craigberry@mac.com>
23091              Date: Sat, 06 Mar 2004 13:51:55 -0600
23092              Message-ID: <404A2BDB.8030401@mac.com>
23093      Branch: perl
23094            ! ext/Cwd/t/cwd.t
23095 ____________________________________________________________________________
23096 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
23097         Log: Allow syslog() to use numeric constants in addition to strings for
23098              facility names and priorities.
23099
23100              Subject: Patch for Sys::Syslog
23101              From: Jim Schneider <jschneid@netilla.com>
23102              Date: Fri, 5 Mar 2004 14:03:10 -0500
23103              Message-Id: <200403051403.10674.jschneid@netilla.com>
23104      Branch: perl
23105            ! ext/Sys/Syslog/Syslog.pm
23106 ____________________________________________________________________________
23107 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
23108         Log: Make threads tests pass make minitest (by skipping)
23109      Branch: perl
23110            ! t/op/getpid.t t/op/threads.t
23111 ____________________________________________________________________________
23112 [ 22445] By: davem                                 on 2004/03/06  15:25:32
23113         Log: fix coredump in /(?{sub{}})/
23114      Branch: perl
23115            ! pad.c
23116 ____________________________________________________________________________
23117 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
23118         Log: A small perluniintro clarification by Jarkko.
23119      Branch: perl
23120            ! pod/perluniintro.pod
23121 ____________________________________________________________________________
23122 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
23123         Log: Subject: [PATCH] Re: Strange segfault
23124              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
23125              Date: Fri, 5 Mar 2004 15:13:53 +0100
23126              Message-ID: <20040305151353.5f3e913c@r2d2>
23127      Branch: perl
23128            ! pp_ctl.c t/op/range.t
23129 ____________________________________________________________________________
23130 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
23131         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
23132              From: steve.hay@uk.radan.com (Steve Hay)
23133              Date: Fri, 05 Mar 2004 09:42:32 +0000
23134              Message-ID: <40484B88.7070608@uk.radan.com>
23135      Branch: perl
23136            ! win32/makefile.mk
23137 ____________________________________________________________________________
23138 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
23139         Log: Change 22436 broke the Windows build.
23140              Fix by Steve Hay.
23141      Branch: perl
23142            ! ext/POSIX/POSIX.xs
23143 ____________________________________________________________________________
23144 [ 22440] By: davem                                 on 2004/03/05  00:09:23
23145         Log: silence some compiler warnings
23146      Branch: perl
23147            ! pp_ctl.c sv.c
23148 ____________________________________________________________________________
23149 [ 22439] By: davem                                 on 2004/03/04  23:56:42
23150         Log: ensure utf8::encode() normalises its arg
23151      Branch: perl
23152            ! sv.c
23153 ____________________________________________________________________________
23154 [ 22438] By: davem                                 on 2004/03/04  23:32:38
23155         Log: Memory leak in continue loop
23156              make sure redo always frees temps
23157      Branch: perl
23158            ! pp_ctl.c t/op/loopctl.t
23159 ____________________________________________________________________________
23160 [ 22437] By: davem                                 on 2004/03/04  22:03:17
23161         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
23162      Branch: perl
23163            ! pod/perldiag.pod
23164 ____________________________________________________________________________
23165 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
23166         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
23167              From: Andrew Dougherty <doughera@lafayette.edu>
23168              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
23169              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
23170      Branch: perl
23171            ! ext/POSIX/POSIX.xs
23172 ____________________________________________________________________________
23173 [ 22435] By: davem                                 on 2004/03/04  21:39:47
23174         Log: add deprecation warning for my $x if 0
23175      Branch: perl
23176            ! op.c t/lib/warnings/op
23177 ____________________________________________________________________________
23178 [ 22434] By: davem                                 on 2004/03/04  21:38:57
23179         Log: remove an 'if $a if 0' from AutoSplit.t
23180      Branch: perl
23181            ! lib/AutoSplit.t
23182 ____________________________________________________________________________
23183 [ 22433] By: davem                                 on 2004/03/04  20:33:44
23184         Log: retract 22328 and 22332: deprecation warning for my $x if foo
23185      Branch: perl
23186            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
23187            ! pp_proto.h t/lib/warnings/op
23188 ____________________________________________________________________________
23189 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
23190         Log: Maintainers.pl update by MJD.
23191      Branch: perl
23192            ! Porting/Maintainers.pl
23193 ____________________________________________________________________________
23194 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
23195         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
23196              (by Steve Hay)
23197      Branch: perl
23198            + t/win32/getosversion.t
23199            ! MANIFEST win32/win32.c
23200 ____________________________________________________________________________
23201 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
23202         Log: Clarify the difference between utf8::downgrade/upgrade
23203              and utf8::encode/decode (patch by Jarkko).
23204      Branch: perl
23205            ! lib/utf8.pm pod/perluniintro.pod
23206 ____________________________________________________________________________
23207 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
23208         Log: A couple of notes in perl591delta
23209              (about Benchmark and the debugger.)
23210      Branch: perl
23211            ! pod/perl591delta.pod
23212 ____________________________________________________________________________
23213 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
23214         Log: Subject: [PATCH] simplify sv.h
23215              From: Arthur Bergman <sky@nanisky.com>
23216              Date: Sun, 29 Feb 2004 22:04:53 +0000
23217              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
23218      Branch: perl
23219            ! sv.h
23220 ____________________________________________________________________________
23221 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
23222         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
23223              Subject: [PATCH] [perl #24826]
23224              From: Jarkko Hietaniemi <jhi@iki.fi>
23225              Date: Wed, 3 Mar 2004 09:37:21 +0200
23226              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
23227      Branch: perl
23228            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
23229            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
23230            ! lib/unicore/mktables t/uni/case.pl utf8.c
23231 ____________________________________________________________________________
23232 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
23233         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
23234              From: Richard.Foley@t-online.de (Richard Foley)
23235              Date: Wed, 3 Mar 2004 16:10:25 +0100
23236              Message-Id: <200403031610.25080.richard.foley@rfi.net>
23237      Branch: perl
23238            ! lib/perl5db.pl
23239 ____________________________________________________________________________
23240 [ 22425] By: davem                                 on 2004/03/03  00:02:51
23241         Log: stop t/op/write.t failures under stdio by always closing files
23242              before reading them back; also replace `cat file` with a function
23243              to read in the file
23244      Branch: perl
23245            ! t/op/write.t
23246 ____________________________________________________________________________
23247 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
23248         Log: Change the skip logic on the unicode tests so that they don't rely on
23249              miniperl's "dynamic loading unavailable" message
23250      Branch: perl
23251            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
23252            ! t/uni/tr_utf8.t
23253 ____________________________________________________________________________
23254 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
23255         Log: Work on eliminating systematic failures on make minitest:
23256              make minitest passes a -minitest flag to t/TEST
23257              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
23258              Tests can choose to skip based on this.
23259              (Other tactic is to make loading of Errno by %! happen at run time.)
23260      Branch: perl
23261            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
23262            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
23263 ____________________________________________________________________________
23264 [ 22422] By: davem                                 on 2004/03/02  21:33:22
23265         Log: Remove machine-dependent rounding dependency from write overflow
23266              tests
23267      Branch: perl
23268            ! t/op/write.t
23269 ____________________________________________________________________________
23270 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
23271         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
23272              From: Steve Hay <steve.hay@uk.radan.com>
23273              Date: Fri, 27 Feb 2004 17:42:26 +0000
23274              Message-ID: <403F8182.5090607@uk.radan.com>
23275      Branch: perl
23276            ! win32/Makefile win32/makefile.mk
23277 ____________________________________________________________________________
23278 [ 22419] By: davem                                 on 2004/03/01  22:17:52
23279         Log: add tests for change 22414 (lvalue substr jollity)
23280              courtesy of Graham Barr.
23281      Branch: perl
23282            ! t/op/substr.t
23283 ____________________________________________________________________________
23284 [ 22418] By: davem                                 on 2004/03/01  22:00:11
23285         Log: integrate Time::HiRes 1.56 from CPAN
23286              (which is itself mostly derived from the bleedperl version)
23287      Branch: perl
23288            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23289            ! ext/Time/HiRes/Makefile.PL
23290 ____________________________________________________________________________
23291 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
23292         Log: Make panics a bit more verbose to ease debugging.
23293      Branch: perl
23294            ! thread.h
23295 ____________________________________________________________________________
23296 [ 22415] By: davem                                 on 2004/02/29  18:06:45
23297         Log: make test breaks permissions on /dev/tty
23298              perl -i could fchmod(stdin) by mistake
23299      Branch: perl
23300            ! doio.c
23301 ____________________________________________________________________________
23302 [ 22414] By: davem                                 on 2004/02/29  16:21:34
23303         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
23304              From: Graham Barr <gbarr@pobox.com>
23305              Date: Wed, 29 Oct 2003 09:56:53 +0000
23306              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
23307
23308              make a variable aliased to an lvalue substr value work as expected
23309      Branch: perl
23310            ! mg.c
23311 ____________________________________________________________________________
23312 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
23313         Log: Bump Socket's version to a real floating point value
23314      Branch: perl
23315            ! ext/Socket/Socket.pm
23316 ____________________________________________________________________________
23317 [ 22410] By: ams                                   on 2004/02/29  04:29:24
23318         Log: Back out _01 version suffix.
23319      Branch: perl
23320            ! ext/Storable/Storable.pm
23321 ____________________________________________________________________________
23322 [ 22409] By: davem                                 on 2004/02/28  23:29:10
23323         Log: Bump version numbers of moules affected by change #22258
23324              (removing /tmp and other insecurities)
23325      Branch: perl
23326            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
23327            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
23328            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
23329            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
23330            ! lib/perl5db.pl
23331 ____________________________________________________________________________
23332 [ 22408] By: davem                                 on 2004/02/28  22:37:08
23333         Log: make the bison-based parser threadsafe and capable of deep
23334              recursion by eradicating Perl_yylex_r()
23335      Branch: perl
23336            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
23337            ! perly.c proto.h toke.c
23338 ____________________________________________________________________________
23339 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
23340         Log: Use File::Temp for tempfiles if it is available.
23341              (Based on a patch from Solar Designer <solar@openwall.com> in
23342              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
23343              was applied as change 22258)
23344      Branch: perl
23345            ! utils/perlbug.PL
23346 ____________________________________________________________________________
23347 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
23348         Log: Fix segfaults when running under -Dx.
23349      Branch: perl
23350            ! dump.c
23351 ____________________________________________________________________________
23352 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
23353         Log: Assimilate Cwd 2.15 from CPAN
23354      Branch: perl
23355            ! ext/Cwd/Changes lib/Cwd.pm
23356 ____________________________________________________________________________
23357 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
23358         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
23359              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
23360      Branch: perl
23361            ! lib/File/Find.pm lib/File/Find/t/find.t
23362 ____________________________________________________________________________
23363 [ 22400] By: merijn                                on 2004/02/27  15:25:27
23364         Log: When threads are active we need -lpthread, but previous `fix' of
23365              now linked libraries invalidated the regex for sed (AIX 5 has no
23366              seperate libc.a and libc_r.a the latter links to the first)
23367      Branch: perl
23368            ! hints/aix.sh
23369 ____________________________________________________________________________
23370 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
23371         Log: Correct thinko in comment.
23372      Branch: perl
23373            ! op.c
23374 ____________________________________________________________________________
23375 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
23376         Log: In hsplit, if a normal hash has placeholders then clear them before
23377              splitting. We can do this safely because Storable ensures hsplit is
23378              not called while it builds restricted hashes (actually any hashes)
23379              This change may not make things faster, but now we have the choice.
23380      Branch: perl
23381            ! ext/Storable/t/restrict.t hv.c
23382 ____________________________________________________________________________
23383 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
23384         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
23385              the tests still passed. Fixed.
23386      Branch: perl
23387            ! hv.c
23388 ____________________________________________________________________________
23389 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
23390         Log: Moving all the e-mail addresses over by 1 column makes them start on
23391              an 8 column tabstop, which makes editing this file easier.
23392              So then I replaced spaces with tabs and made it smaller too.
23393      Branch: perl
23394            ! AUTHORS
23395 ____________________________________________________________________________
23396 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
23397         Log: Add Mark Fowler
23398      Branch: perl
23399            ! AUTHORS
23400 ____________________________________________________________________________
23401 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
23402         Log: Integrate:
23403              [ 22339]
23404              Mention 5.005_04 RC2
23405
23406              [ 22360]
23407              Update for 5.005_04 release
23408      Branch: perl
23409           !> pod/perlhist.pod
23410 ____________________________________________________________________________
23411 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
23412         Log: Subject: [PATCH] Improved perlapi documentation for croak
23413              From: Mark Fowler <mark@twoshortplanks.com>
23414              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
23415              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
23416
23417              (and regenerate perlapi.pod.)
23418      Branch: perl
23419            ! pod/perlapi.pod util.c
23420 ____________________________________________________________________________
23421 [ 22379] By: merijn                                on 2004/02/26  08:44:53
23422         Log: From: Art Haas <ahaas@airmail.net>
23423              Subject: Replacing '-rdynamic' in Configure script
23424              Date: Fri, 20 Feb 2004 13:53:56 -0600
23425              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
23426      Branch: perl
23427            ! Configure
23428 ____________________________________________________________________________
23429 [ 22377] By: davem                                 on 2004/02/25  21:07:44
23430         Log: remove my work address
23431      Branch: perl
23432            ! AUTHORS
23433 ____________________________________________________________________________
23434 [ 22376] By: davem                                 on 2004/02/25  17:10:56
23435         Log: stop "const in void context" warning for a const in an
23436              optimised-away boolean expresssion, eg 5 || print;
23437      Branch: perl
23438            ! op.c op.h t/lib/warnings/op
23439 ____________________________________________________________________________
23440 [ 22375] By: merijn                                on 2004/02/25  11:13:12
23441         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
23442      Branch: perl
23443            ! lib/Net/Ping/t/450_service.t
23444 ____________________________________________________________________________
23445 [ 22374] By: merijn                                on 2004/02/25  09:32:12
23446         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
23447              One open issue left: promoting to cc_r for threaded builds
23448              need a review to permit users using -Dcc=xlc_r for non
23449              threaded builds
23450      Branch: perl
23451            ! hints/aix.sh
23452 ____________________________________________________________________________
23453 [ 22373] By: davem                                 on 2004/02/24  23:25:52
23454         Log: fix memory leak in @_ = ...; goto &sub
23455      Branch: perl
23456            ! pp_ctl.c
23457 ____________________________________________________________________________
23458 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
23459         Log: Enhance test cleanliness by a very small factor.
23460      Branch: perl
23461            ! t/comp/parser.t
23462 ____________________________________________________________________________
23463 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
23464         Log: Fix a segfault during optree construction. (bug #27024)
23465      Branch: perl
23466            ! op.c t/comp/parser.t
23467 ____________________________________________________________________________
23468 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
23469         Log: Update Changes and AUTHORS.
23470      Branch: perl
23471            ! AUTHORS Changes
23472 ____________________________________________________________________________
23473 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
23474         Log: Subject: [PATCH] optimization for map in scalar context
23475              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23476              Date: Tue, 24 Feb 2004 12:02:57 +0100
23477              Message-id: <20040224110257.GA5510@ethan>
23478      Branch: perl
23479            ! pp_ctl.c
23480 ____________________________________________________________________________
23481 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
23482         Log: Subject: Bugfix for perlrequick and perlretut
23483              From: Mark Kvale <kvale@phy.ucsf.edu>
23484              Date: Tue, 24 Feb 2004 11:32:34 -0800
23485              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
23486      Branch: perl
23487            ! pod/perlrequick.pod pod/perlretut.pod
23488 ____________________________________________________________________________
23489 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
23490         Log: Instead of localising *_, use a dummy foreach loop to get
23491              a local value of $_
23492      Branch: perl
23493            ! lib/File/Find.pm
23494 ____________________________________________________________________________
23495 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
23496         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
23497              From: alan <alan@pair.com>
23498              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
23499              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
23500      Branch: perl
23501            ! lib/Attribute/Handlers.pm
23502 ____________________________________________________________________________
23503 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
23504         Log: Update perl591delta.
23505      Branch: perl
23506            ! pod/perl591delta.pod
23507 ____________________________________________________________________________
23508 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
23509         Log: Fix bug #26910: hints were not propagated into (?{...})
23510              blocks, except the utf8 pragma.
23511      Branch: perl
23512            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
23513 ____________________________________________________________________________
23514 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
23515         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
23516              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23517              Date: Sun, 22 Feb 2004 16:09:33 +0900
23518              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
23519
23520              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
23521              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23522              Date: Sun, 22 Feb 2004 18:41:43 +0900
23523              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
23524
23525              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
23526      Branch: perl
23527            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
23528 ____________________________________________________________________________
23529 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
23530         Log: Subject: [PATCH] Benchmark for child processes
23531              From: Chia-liang Kao <clkao@clkao.org>
23532              Date: Mon, 23 Feb 2004 22:53:51 +0800
23533              Message-ID: <20040223145351.GH94376@portege.clkao.org>
23534      Branch: perl
23535            ! lib/Benchmark.pm
23536 ____________________________________________________________________________
23537 [ 22359] By: merijn                                on 2004/02/23  11:55:08
23538         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
23539              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
23540              From: Georg Schwarz <geos@epost.de>
23541              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
23542      Branch: perl
23543            ! hints/irix_5.sh
23544 ____________________________________________________________________________
23545 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
23546         Log: Subject: initial patch for cygwin IPC via cygserver
23547              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23548              Date: Thu, 19 Feb 2004 09:01:13 -0800
23549              Message-ID: <20040219170113.GA2792@efn.org>
23550      Branch: perl
23551            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
23552 ____________________________________________________________________________
23553 [ 22357] By: davem                                 on 2004/02/22  15:43:53
23554         Log: Extend OP_AELEMFAST optimisation to lexical arrays
23555      Branch: perl
23556            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
23557 ____________________________________________________________________________
23558 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
23559         Log: We're not binary compatible with 5.8.
23560              Change PERL_API_VERSION to 5.9.1.
23561      Branch: perl
23562            ! patchlevel.h
23563 ____________________________________________________________________________
23564 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
23565         Log: Document change #22353 in perldelta.
23566      Branch: perl
23567            ! pod/perl591delta.pod
23568 ____________________________________________________________________________
23569 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
23570         Log: Increment the version number of B, due to the incompatible
23571              API change introduced by #22353 (no more op_seq method.)
23572      Branch: perl
23573            ! ext/B/B.pm
23574 ____________________________________________________________________________
23575 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
23576         Log: Subject: Re: op_seq (was: Freeing code)
23577              From: Paul Johnson <paul@pjcj.net>
23578              Date: Sat, 21 Feb 2004 02:31:47 +0100
23579              Message-ID: <20040221013147.GB6953@pjcj.net>
23580
23581              Rework the OP structure to use less space.
23582              Remove op_seq (and simulate it in dump.c),
23583              replace it by op_opt and op_static,
23584              shrink op_type, remove PL_op_seqmax.
23585      Branch: perl
23586            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
23587            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
23588            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
23589            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
23590            ! pod/perlintern.pod sv.c
23591 ____________________________________________________________________________
23592 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
23593         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
23594              is not actually introduced by the for statement.
23595      Branch: perl
23596            ! op.c
23597 ____________________________________________________________________________
23598 [ 22351] By: davem                                 on 2004/02/20  15:38:10
23599         Log: remove a split test's dependence on -Dx output
23600              (needed after change #22343)
23601      Branch: perl
23602            ! t/op/split.t
23603 ____________________________________________________________________________
23604 [ 22350] By: davem                                 on 2004/02/20  15:34:27
23605         Log: add Deparse/Concise support for inplace sort (change 22349)
23606      Branch: perl
23607            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
23608 ____________________________________________________________________________
23609 [ 22349] By: davem                                 on 2004/02/20  14:54:35
23610         Log: optimise the sorting inplace of plain arrays: @a = sort @a
23611      Branch: perl
23612            ! op.c op.h pp_sort.c t/op/sort.t
23613 ____________________________________________________________________________
23614 [ 22348] By: davem                                 on 2004/02/20  14:18:13
23615         Log: Document the SVf_PADSTALE flag
23616      Branch: perl
23617            ! pad.c
23618 ____________________________________________________________________________
23619 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
23620         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
23621      Branch: perl
23622            - lib/IPC/SysV.t
23623            ! MANIFEST
23624 ____________________________________________________________________________
23625 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
23626         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
23627              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23628              Date: Fri, 20 Feb 2004 15:34:59 +0800
23629              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
23630      Branch: perl
23631            ! win32/genmk95.pl
23632 ____________________________________________________________________________
23633 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
23634         Log: Upgrade to Term::ANSIColor 1.08.
23635      Branch: perl
23636            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23637            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
23638 ____________________________________________________________________________
23639 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
23640         Log: Upgrade to prereleases of Math::BigInt 1.70 and
23641              Math::BigRat 0.12, by Tels.
23642      Branch: perl
23643            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23644            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
23645            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
23646            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
23647            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23648            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23649            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
23650            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
23651            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
23652            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
23653            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
23654            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
23655            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
23656            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
23657            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
23658            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
23659            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
23660 ____________________________________________________________________________
23661 [ 22343] By: davem                                 on 2004/02/19  13:43:18
23662         Log: -Dx could coredump on threaded builds because consts are now
23663              stored in the pad
23664      Branch: perl
23665            ! dump.c
23666 ____________________________________________________________________________
23667 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
23668         Log: Add a tool to report dual-lived core modules that don't
23669              have the same version than the corresponding module on CPAN.
23670      Branch: perl
23671            + Porting/corecpan.pl
23672            ! MANIFEST
23673 ____________________________________________________________________________
23674 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
23675         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
23676      Branch: perl
23677            ! pod/perl591delta.pod
23678 ____________________________________________________________________________
23679 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
23680         Log: Add base.pm and fields.pm to the maintainer list.
23681              Remove a duplicate file from this list.
23682      Branch: perl
23683            ! Porting/Maintainers.pl
23684 ____________________________________________________________________________
23685 [ 22337] By: davem                                 on 2004/02/18  13:22:13
23686         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
23687      Branch: perl
23688            ! t/op/write.t
23689 ____________________________________________________________________________
23690 [ 22334] By: merijn                                on 2004/02/18  12:18:52
23691         Log: Removed pm_apiversion and xs_apiversion as requested by
23692              the pumpkin. Chainsaw was still in perfect working order.
23693      Branch: perl
23694            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
23695            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
23696            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23697            ! plan9/config.plan9 plan9/config_h.sample
23698            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
23699            ! win32/config.gc win32/config.vc win32/config.vc64
23700            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23701            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
23702 ____________________________________________________________________________
23703 [ 22332] By: davem                                 on 2004/02/18  11:14:43
23704         Log: Add tests for the C<my $x if foo> deprecation, and change the
23705              warning text
23706      Branch: perl
23707            ! op.c pod/perldiag.pod t/lib/warnings/op
23708 ____________________________________________________________________________
23709 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
23710         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
23711              returned from XSUBs through RETVAL isn't decremented as it is for
23712              SVs. This causes those XSUBs to leak memory and cannot be fixed
23713              without breaking existing CPAN modules that work around this bug.
23714
23715              2. Fix a memory leak of that kind in POSIX::localconv.
23716      Branch: perl
23717            ! ext/POSIX/POSIX.xs pod/perlxs.pod
23718 ____________________________________________________________________________
23719 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
23720         Log: Encode has local changes. Up-version it.
23721      Branch: perl
23722            ! ext/Encode/Encode.pm
23723 ____________________________________________________________________________
23724 [ 22328] By: davem                                 on 2004/02/17  23:30:50
23725         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
23726      Branch: perl
23727            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
23728 ____________________________________________________________________________
23729 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
23730         Log: It's better to localize *_ than $_, to avoid magic leakage
23731      Branch: perl
23732            ! lib/File/Find.pm
23733 ____________________________________________________________________________
23734 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
23735         Log: One of the new tests of MIME::Base64 relies on a non-core module.
23736      Branch: perl
23737            - ext/MIME/Base64/t/bad-sv.t
23738            ! MANIFEST
23739 ____________________________________________________________________________
23740 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
23741         Log: Upgrade to MIME::Base64 3.00.
23742              Fix t/warn.t so it works in the core.
23743              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
23744      Branch: perl
23745            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
23746            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23747            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23748            ! ext/MIME/Base64/t/base64.t
23749 ____________________________________________________________________________
23750 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
23751         Log: Be more clear. Use simple words.
23752      Branch: perl
23753            ! pod/perl591delta.pod
23754 ____________________________________________________________________________
23755 [ 22322] By: davem                                 on 2004/02/17  21:52:08
23756         Log: remove C<my $x if foo> construct from core modules
23757      Branch: perl
23758            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
23759            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
23760            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
23761            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
23762            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
23763 ____________________________________________________________________________
23764 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
23765         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
23766      Branch: perl
23767            ! pod/perl591delta.pod
23768 ____________________________________________________________________________
23769 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
23770         Log: Bump $B::VERSION (because of change #22315).
23771      Branch: perl
23772            ! ext/B/B.pm
23773 ____________________________________________________________________________
23774 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
23775         Log: Regenerate table of contents and other related files.
23776      Branch: perl
23777            ! MANIFEST pod/perl.pod pod/perltoc.pod
23778 ____________________________________________________________________________
23779 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
23780         Log: Bump up perl's version number to 5.9.1.
23781              Add perl591delta in perl.pod.
23782              Update the sample config files in Porting/.
23783      Branch: perl
23784            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
23785            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
23786            ! plan9/config.plan9 pod/perl.pod win32/Makefile
23787            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23788            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
23789 ____________________________________________________________________________
23790 [ 22317] By: davem                                 on 2004/02/17  19:28:58
23791         Log: 22316 had stupid precedence thinkos
23792      Branch: perl
23793            ! pp.c pp_hot.c
23794 ____________________________________________________________________________
23795 [ 22316] By: davem                                 on 2004/02/17  18:23:27
23796         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
23797              and fix some incorrect indentation
23798      Branch: perl
23799            ! pp.c pp_hot.c sv.c
23800 ____________________________________________________________________________
23801 [ 22315] By: davem                                 on 2004/02/17  18:01:52
23802         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
23803              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23804              Date:  Tue, 17 Feb 2004 17:32:16 +0100
23805              Message-Id:  <20040217163216.GA6805@ethan>
23806
23807              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
23808      Branch: perl
23809            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
23810 ____________________________________________________________________________
23811 [ 22314] By: merijn                                on 2004/02/17  11:22:24
23812         Log: 1. Creating backward compatibility for Configure after patches
23813              #22227 and #22302 to still support 5.8.x and below
23814
23815              2. Small change for building on GNU hurd
23816              Date: Sun, 15 Feb 2004 23:27:17 +1100
23817              From: "Brendan O'Dea" <bod@debian.org>
23818              Message-ID: <20040215122717.GA26812@londo.c47.org>
23819      Branch: perl
23820            ! Configure Makefile.SH hints/gnu.sh
23821 ____________________________________________________________________________
23822 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
23823         Log: Fix for Win32 build failure caused by the byacc to bison switch.
23824      Branch: perl
23825            ! perl.h
23826 ____________________________________________________________________________
23827 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
23828         Log: Revert change 22308 (the patch was against maint, not blead)
23829      Branch: perl
23830            ! lib/ExtUtils/instmodsh
23831 ____________________________________________________________________________
23832 [ 22310] By: merijn                                on 2004/02/16  11:30:29
23833         Log: Fix typo in doc for Encode
23834              From: "Brendan O'Dea" <bod@debian.org>
23835              Date: Sun, 15 Feb 2004 23:27:17 +1100
23836              Message-ID: <20040215122717.GA26812@londo.c47.org>
23837      Branch: perl
23838            ! ext/Encode/Encode.pm
23839 ____________________________________________________________________________
23840 [ 22309] By: merijn                                on 2004/02/16  11:27:34
23841         Log: Missing semi-colon
23842              From: "Brendan O'Dea" <bod@debian.org>
23843              Date: Sun, 15 Feb 2004 23:27:17 +1100
23844              Message-ID: <20040215122717.GA26812@londo.c47.org>
23845      Branch: perl
23846            ! ext/MIME/Base64/Base64.xs
23847 ____________________________________________________________________________
23848 [ 22308] By: merijn                                on 2004/02/16  11:24:59
23849         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
23850              it has a manpage.
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            ! lib/ExtUtils/instmodsh
23856 ____________________________________________________________________________
23857 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
23858         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
23859              From: Stas Bekman <stas@stason.org>
23860              Date: Fri, 13 Feb 2004 20:18:59 -0800
23861              Message-ID: <402DA1B3.2010608@stason.org>
23862      Branch: perl
23863            ! pod/perlguts.pod
23864 ____________________________________________________________________________
23865 [ 22306] By: davem                                 on 2004/02/15  00:24:26
23866         Log: Segmentation fault with
23867              sub x { shift; @a = @b; eval +{ use } }
23868      Branch: perl
23869            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
23870 ____________________________________________________________________________
23871 [ 22305] By: davem                                 on 2004/02/14  23:52:09
23872         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
23873              on the parser stack at each reduce.  Also,
23874
23875              Subject: Re: switch from byacc to bison
23876              From: "Craig A. Berry" <craigberry@mac.com>
23877              Date: Sat, 14 Feb 2004 13:26:45 -0600
23878              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
23879
23880              change #if DEBUGGING to #ifdef ... in perly.c
23881      Branch: perl
23882            ! perly.c pod/perlrun.pod
23883 ____________________________________________________________________________
23884 [ 22304] By: davem                                 on 2004/02/14  13:33:26
23885         Log: Subject:  Re: switch from byacc to bison
23886              From:  Abe Timmerman <abeltje@cpan.org>
23887              Date:  Sat, 14 Feb 2004 11:56:24 +0100
23888              Message-Id:  <200402141156.58185.abeltje@cpan.org>
23889
23890              Fix typos in pumpkin.pod
23891      Branch: perl
23892            ! Porting/pumpkin.pod
23893 ____________________________________________________________________________
23894 [ 22303] By: davem                                 on 2004/02/14  12:28:37
23895         Log: remove binary compatibility stuff from the yacc -> bison switch
23896              of change #22302
23897      Branch: perl
23898            ! embedvar.h intrpvar.h
23899 ____________________________________________________________________________
23900 [ 22302] By: davem                                 on 2004/02/14  02:06:53
23901         Log: Switch from byacc to bison and simplify the perly.* regeneration
23902              process
23903      Branch: perl
23904            + perly.act perly.tab regen_perly.pl
23905            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
23906            - vms/perly_h.vms vms/vms_yfix.pl
23907            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
23908            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
23909            ! vms/descrip_mms.template
23910 ____________________________________________________________________________
23911 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
23912         Log: Fix an fcntl example in perlopentut, spotted by MJD.
23913      Branch: perl
23914            ! pod/perlopentut.pod
23915 ____________________________________________________________________________
23916 [ 22300] By: davem                                 on 2004/02/12  23:18:20
23917         Log: The new -Dq option didn't actually work!
23918      Branch: perl
23919            ! perl.h
23920 ____________________________________________________________________________
23921 [ 22299] By: merijn                                on 2004/02/12  14:32:15
23922         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
23923              From: Stas Bekman <stas@stason.org>
23924              Date: Wed, 11 Feb 2004 16:53:54 -0800
23925              Message-ID: <402ACEA2.4020907@stason.org>
23926      Branch: perl
23927            ! perl.c
23928 ____________________________________________________________________________
23929 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
23930         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
23931              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23932              Date: Tue, 10 Feb 2004 12:36:33 +0800
23933              Message-ID: <20040210043633.GA33671687@momotaro>
23934      Branch: perl
23935            ! win32/makefile.mk
23936 ____________________________________________________________________________
23937 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
23938         Log: Add 5.005_04-RC1 and Leon in perlhist.
23939      Branch: perl
23940            ! pod/perlhist.pod
23941 ____________________________________________________________________________
23942 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
23943         Log: Add a note in Unicode::UCD about the _getcode() function
23944              being copy-n-pasted in charnames.pm. (spotted by Merijn)
23945      Branch: perl
23946            ! lib/Unicode/UCD.pm
23947 ____________________________________________________________________________
23948 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
23949         Log: Implement stacked filetest operators (-f -w -x $file).
23950      Branch: perl
23951            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
23952            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
23953 ____________________________________________________________________________
23954 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
23955         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
23956              From: hv@crypt.org
23957              Date: Mon, 09 Feb 2004 03:21:21 +0000
23958              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
23959      Branch: perl
23960            ! sv.c t/op/sprintf2.t
23961 ____________________________________________________________________________
23962 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
23963         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
23964              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23965              Date: Mon, 9 Feb 2004 00:51:45 -0800
23966              Message-ID: <20040209085145.GA3204@efn.org>
23967              (plus an etymological notice)
23968      Branch: perl
23969            ! lib/charnames.pm
23970 ____________________________________________________________________________
23971 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
23972         Log: Add the new private flag OPpGREP_LEX in B::Concise.
23973      Branch: perl
23974            ! ext/B/B/Concise.pm
23975 ____________________________________________________________________________
23976 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
23977         Log: map and grep weren't working correctly with lexical $_ in
23978              scalar context, because pp_mapwhile and pp_grepwhile were using
23979              their target as a temporary slot to store the return value.
23980      Branch: perl
23981            ! pp_ctl.c pp_hot.c t/op/mydef.t
23982 ____________________________________________________________________________
23983 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
23984         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
23985              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23986              Date: Mon, 2 Feb 2004 16:52:44 +0800
23987              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
23988      Branch: perl
23989            ! win32/makefile.mk
23990 ____________________________________________________________________________
23991 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
23992         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
23993              From: Steve Hay <steve.hay@uk.radan.com>
23994              Date: Fri, 06 Feb 2004 12:44:05 +0000
23995              Message-ID: <40238C15.2090200@uk.radan.com>
23996      Branch: perl
23997            ! pod/perlapi.pod sv.h
23998 ____________________________________________________________________________
23999 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
24000         Log: Subject: [PATCH] Fix absolute path handling in installhtml
24001              From: Steve Hay <steve.hay@uk.radan.com>
24002              Date: Fri, 06 Feb 2004 16:14:14 +0000
24003              Message-ID: <4023BD56.6090903@uk.radan.com>
24004      Branch: perl
24005            ! installhtml
24006 ____________________________________________________________________________
24007 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
24008         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
24009              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24010              Date: Sat, 07 Feb 2004 00:08:36 +0900
24011              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
24012      Branch: perl
24013            ! pod/perlunicode.pod
24014 ____________________________________________________________________________
24015 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
24016         Log: Comment to record why we can't clear placeholders in hsplit
24017      Branch: perl
24018            ! hv.c
24019 ____________________________________________________________________________
24020 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
24021         Log: deleting keys in restricted hashes was leaking the entry. Yow!
24022      Branch: perl
24023            ! hv.c lib/Hash/Util.t
24024 ____________________________________________________________________________
24025 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
24026         Log: Now hv_delete is able to ingore placeholders.
24027              (This is an XS visible change in the hash API. But not of documented
24028              behaviour)
24029      Branch: perl
24030            ! hv.c
24031 ____________________________________________________________________________
24032 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
24033         Log: All whitespace is equal, but some whitespace is more equal than others
24034              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
24035      Branch: perl
24036            ! MANIFEST
24037 ____________________________________________________________________________
24038 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
24039         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
24040              than using the iterator interface and calling hv_delete
24041              This will allow hv_delete to be simplified to remove most of the
24042              special casing related to placeholders.
24043      Branch: perl
24044            ! hv.c
24045 ____________________________________________________________________________
24046 [ 22273] By: merijn                                on 2004/02/06  11:47:14
24047         Log: Added hints_4.sh for specific AIX 4 support
24048              this is the next stage in the general cleanup process
24049              for the AIX hints. More to come
24050      Branch: perl
24051            + hints/aix_4.sh
24052            ! MANIFEST
24053 ____________________________________________________________________________
24054 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
24055         Log: Fix a non-standard NAME pod section
24056              (by Smylers and Casey West)
24057      Branch: perl
24058            ! lib/Carp/Heavy.pm
24059 ____________________________________________________________________________
24060 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
24061         Log: The "my $_" wasn't nice with foreach loops.
24062      Branch: perl
24063            ! op.c t/op/mydef.t
24064 ____________________________________________________________________________
24065 [ 22267] By: merijn                                on 2004/02/04  10:24:33
24066         Log: AIX 3 support removed from default hints after its separation
24067      Branch: perl
24068            ! hints/aix.sh
24069 ____________________________________________________________________________
24070 [ 22266] By: merijn                                on 2004/02/04  10:16:20
24071         Log: AIX 3 hints split off from default hints in preparation
24072              of a hint file cleanup. aix_4.sh will follow soon
24073      Branch: perl
24074            + hints/aix_3.sh
24075            ! MANIFEST
24076 ____________________________________________________________________________
24077 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
24078         Log: More docs and tests for "my $_".
24079      Branch: perl
24080            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
24081 ____________________________________________________________________________
24082 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
24083         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
24084              From: John Peacock <jpeacock@rowman.com>
24085              Date: Sun, 01 Feb 2004 21:10:07 -0500
24086              Message-ID: <401DB17F.5060808@rowman.com>
24087      Branch: perl
24088            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
24089            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
24090 ____________________________________________________________________________
24091 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
24092         Log: Implement "my $_".
24093      Branch: perl
24094            + t/op/mydef.t
24095            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
24096            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
24097            ! pp_ctl.c pp_hot.c regexec.c toke.c
24098 ____________________________________________________________________________
24099 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
24100         Log: Regenerate perlapi.pod.
24101      Branch: perl
24102            ! pod/perlapi.pod
24103 ____________________________________________________________________________
24104 [ 22261] By: merijn                                on 2004/02/03  12:57:37
24105         Log: If someone chooses xlc as default C compiler, threaded builds
24106              will fail, unless converted to cc_r
24107      Branch: perl
24108            ! hints/aix.sh
24109 ____________________________________________________________________________
24110 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
24111         Log: Subject: patch for IRIX/gcc link issues
24112              From: Martin Pool <mbp@samba.org>
24113              Date: Wed, 28 Jan 2004 10:56:25 +1100
24114              Message-ID: <20040127235624.GA32612@hp.com>
24115      Branch: perl
24116            ! hints/irix_6.sh
24117 ____________________________________________________________________________
24118 [ 22259] By: davem                                 on 2004/02/01  17:42:44
24119         Log: update fix to Shell.pm in change #22254: make /dev/null portable
24120      Branch: perl
24121            ! lib/Shell.pm
24122 ____________________________________________________________________________
24123 [ 22258] By: davem                                 on 2004/02/01  17:40:02
24124         Log: Subject: Re: [perl #15063] /tmp issues
24125              From: Solar Designer <solar@openwall.com>
24126              Date: Mon, 26 Jan 2004 01:22:18 +0300
24127              Message-ID: <20040125222218.GA13499@openwall.com>
24128
24129              Remove insecure usage of /tmp from code and documentation
24130      Branch: perl
24131            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
24132            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
24133            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
24134            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
24135            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
24136            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
24137            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
24138            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
24139            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
24140            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
24141            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
24142            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
24143            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
24144            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
24145            ! utils/c2ph.PL
24146 ____________________________________________________________________________
24147 [ 22257] By: davem                                 on 2004/02/01  15:46:24
24148         Log: threads documentation: fork on UNIX might not copy all threads.
24149      Branch: perl
24150            ! pod/perlthrtut.pod
24151 ____________________________________________________________________________
24152 [ 22256] By: davem                                 on 2004/02/01  15:34:59
24153         Log: add test for Change 22194:
24154              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
24155      Branch: perl
24156            ! t/lib/strict/subs
24157 ____________________________________________________________________________
24158 [ 22254] By: davem                                 on 2004/02/01  13:11:00
24159         Log: Subject:  Patch for Shell.pm
24160              From:  Manuel Valente <mvalente@idealx.com>
24161              Date:  Tue, 27 Jan 2004 19:18:26 +0100
24162              Message-Id:  <4016AB72.1080503@idealx.com>
24163
24164              New option for Shell.pm to discard stderr instead of capturing it
24165      Branch: perl
24166            ! lib/Shell.pm
24167 ____________________________________________________________________________
24168 [ 22253] By: davem                                 on 2004/02/01  11:26:47
24169         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
24170              timeout triggers
24171      Branch: perl
24172            ! ext/Time/HiRes/t/HiRes.t
24173 ____________________________________________________________________________
24174 [ 22252] By: chip                                  on 2004/01/31  17:29:05
24175         Log: Don't show code closing STD{IN,OUT} before reopening, because
24176              doing so is unnecessary and occasionally harmful.
24177      Branch: perl
24178            ! pod/perlfork.pod pod/perlfunc.pod
24179 ____________________________________________________________________________
24180 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
24181         Log: Another undocumented use of $_ : with reverse().
24182      Branch: perl
24183            ! pod/perlfunc.pod
24184 ____________________________________________________________________________
24185 [ 22247] By: merijn                                on 2004/01/30  08:18:28
24186         Log: Drop optimization for -O3 *and higher*
24187      Branch: perl
24188            ! ext/Storable/hints/linux.pl
24189 ____________________________________________________________________________
24190 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
24191         Log: Regenerate perlapi.pod.
24192      Branch: perl
24193            ! pod/perlapi.pod
24194 ____________________________________________________________________________
24195 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
24196         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
24197              From: hv@crypt.org
24198              Date: Thu, 29 Jan 2004 15:12:12 +0000
24199              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
24200      Branch: perl
24201            ! pp_hot.c t/op/pat.t
24202 ____________________________________________________________________________
24203 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
24204         Log: I'm the new maintainer of Switch.
24205              Sync with the CPAN version of Switch 2.10.
24206      Branch: perl
24207            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
24208 ____________________________________________________________________________
24209 [ 22243] By: merijn                                on 2004/01/28  20:30:40
24210         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
24211              Date: Fri, 23 Jan 2004 09:36:27 -0600
24212              From: David Favor <david@davidfavor.com>
24213              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
24214              so no compilation stack limits are imposed.
24215      Branch: perl
24216            ! hints/aix.sh
24217 ____________________________________________________________________________
24218 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
24219         Log: Update perl591delta.pod with what we've done so far.
24220      Branch: perl
24221            ! pod/perl591delta.pod
24222 ____________________________________________________________________________
24223 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
24224         Log: Regenerate Changes.
24225              Only include changes from the perl branch.
24226      Branch: perl
24227            ! Changes
24228 ____________________________________________________________________________
24229 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
24230         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
24231              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
24232      Branch: perl
24233            ! ext/Storable/hints/linux.pl
24234 ____________________________________________________________________________
24235 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
24236         Log: More punctuation, good.
24237      Branch: perl
24238            ! pod/perlfunc.pod
24239 ____________________________________________________________________________
24240 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
24241         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
24242              From: Brendan O'Dea <bod@debian.org>
24243              Date: Sun, 25 Jan 2004 11:23:48 +1100
24244              Message-ID: <20040125002348.GA31407@londo.c47.org>
24245      Branch: perl
24246            ! pod/perlfunc.pod
24247 ____________________________________________________________________________
24248 [ 22227] By: davem                                 on 2004/01/26  23:53:06
24249         Log: Subject:  [PATCH] myconfig.SH
24250              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
24251              Date:  Sun, 25 Jan 2004 22:11:25 -0600
24252              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
24253
24254              make perl -V show the major release as 5 rather than 5.0
24255      Branch: perl
24256            ! myconfig.SH
24257 ____________________________________________________________________________
24258 [ 22224] By: merijn                                on 2004/01/26  22:10:13
24259         Log: Document change 22192
24260              We still need tests!
24261      Branch: perl
24262            ! lib/Exporter.pm
24263 ____________________________________________________________________________
24264 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
24265         Log: Subject: [PATCH] fix vmsish.t #25
24266              From: "Craig A. Berry" <craigberry@mac.com>
24267              Date: Sat, 24 Jan 2004 18:45:35 -0600
24268              Message-ID: <401311AF.1060706@mac.com>
24269      Branch: perl
24270            ! lib/vmsish.t
24271 ____________________________________________________________________________
24272 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
24273         Log: Merge dynamic perldelta from maint (22081)
24274              So now perldelta.pod is copied at build time from perl591delta.pod
24275              perl590delta.pod is as released to CPAN by Hugo
24276              Regen lots of makefiles, pods and the MANIFEST
24277      Branch: perl
24278            + pod/perl591delta.pod
24279           +> pod/perl590delta.pod
24280            - pod/perldelta.pod
24281            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
24282            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24283            ! win32/pod.mak
24284 ____________________________________________________________________________
24285 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
24286         Log: Remove the caveat about detached threads crashing on Windows
24287              (fixed by #22201). Bump up the version of threads.pm.
24288      Branch: perl
24289            ! ext/threads/threads.pm
24290 ____________________________________________________________________________
24291 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
24292         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
24293              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
24294      Branch: perl
24295            ! ext/Storable/t/threads.t
24296 ____________________________________________________________________________
24297 [ 22216] By: davem                                 on 2004/01/25  12:06:04
24298         Log: update MANIFEST for 2 new Storable test files introduced by 22205
24299      Branch: perl
24300            ! MANIFEST
24301 ____________________________________________________________________________
24302 [ 22215] By: davem                                 on 2004/01/25  12:00:04
24303         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
24304      Branch: perl
24305            ! t/op/closure.t
24306 ____________________________________________________________________________
24307 [ 22209] By: davem                                 on 2004/01/25  02:04:23
24308         Log: Remove small memory leak in newATTRSUB that manifested as a
24309              leaking scalar after the interpeter was cloned
24310      Branch: perl
24311            ! op.c
24312 ____________________________________________________________________________
24313 [ 22208] By: davem                                 on 2004/01/24  16:13:17
24314         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
24315              package's \%FIELDS, results in phash deprecation errors.
24316              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
24317              Date:  18 Jan 2004 15:15:46 -0000
24318              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
24319      Branch: perl
24320            ! lib/base.pm lib/base/t/fields-base.t
24321 ____________________________________________________________________________
24322 [ 22207] By: davem                                 on 2004/01/24  15:36:28
24323         Log: Subject:  Re: Doc patches for File::Find
24324              From:  Mark Jason Dominus <mjd@plover.com>
24325              Date:  Thu, 22 Jan 2004 09:30:58 -0500
24326              Message-Id:  <20040122143058.29226.qmail@plover.com>
24327
24328              Better document the fact that neither find() nor finddepth() do a
24329              breath-first search.
24330      Branch: perl
24331            ! lib/File/Find.pm
24332 ____________________________________________________________________________
24333 [ 22206] By: ams                                   on 2004/01/24  11:06:51
24334         Log: Subject: [PATCH] Storable-2.08/t/code.t
24335              From: Slaven Rezic <slaven@rezic.de>
24336              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
24337              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
24338      Branch: perl
24339            ! ext/Storable/t/code.t
24340 ____________________________________________________________________________
24341 [ 22205] By: ams                                   on 2004/01/24  11:03:36
24342         Log: Subject: [patch] make Storable thread-safe
24343              From: Stas Bekman <stas@stason.org>
24344              Date: Mon, 19 Jan 2004 00:20:02 -0800
24345              Message-Id: <400B9332.4070106@stason.org>
24346
24347              Subject: Re: Subroutine reference bug in Storable
24348              From: Slaven Rezic <slaven@rezic.de>
24349              Date: 14 Nov 2003 23:22:55 +0100
24350              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
24351
24352              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
24353              overload + cyclic structures
24354              From: Sam Vilain <sam@vilain.net>
24355              Date: Tue, 20 Jan 2004 22:30:15 +1300
24356              Message-Id: <200401202230.15865.sam@vilain.net>
24357      Branch: perl
24358            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
24359            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
24360            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24361            ! ext/Storable/t/code.t
24362 ____________________________________________________________________________
24363 [ 22204] By: ams                                   on 2004/01/24  08:59:11
24364         Log: Upgrade to Locale::Maketext 1.08.
24365      Branch: perl
24366            + lib/Locale/Maketext/t/06super.t
24367            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
24368            ! lib/Locale/Maketext/TPJ13.pod
24369 ____________________________________________________________________________
24370 [ 22203] By: davem                                 on 2004/01/23  23:06:49
24371         Log: make some t/op/write.t failures more verbose
24372      Branch: perl
24373            ! t/op/write.t
24374 ____________________________________________________________________________
24375 [ 22201] By: davem                                 on 2004/01/23  22:26:47
24376         Log: Subject:  Re: threads::shared::queue;
24377              From:  Jan Dubois <jand@ActiveState.com>
24378              Date:  Thu, 22 Jan 2004 19:18:46 -0800
24379              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
24380
24381              Avoid threads+win32 crash by freeing Perl interpreter slightly later
24382      Branch: perl
24383            ! ext/threads/threads.xs
24384 ____________________________________________________________________________
24385 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
24386         Log: test that use encoding; doesn't cause references to be stringified
24387      Branch: perl
24388            ! t/uni/chomp.t
24389 ____________________________________________________________________________
24390 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
24391         Log: Document chomp's travels in the wonderful world of use encoding;
24392      Branch: perl
24393            ! pod/perlfunc.pod
24394 ____________________________________________________________________________
24395 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
24396         Log: Check the return values of chomp
24397              (more tricky than it may seem, as the return value is unicode)
24398      Branch: perl
24399            ! t/uni/chomp.t
24400 ____________________________________________________________________________
24401 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
24402         Log: Test return values of all chomps
24403      Branch: perl
24404            ! t/op/chop.t
24405 ____________________________________________________________________________
24406 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
24407         Log: Subject: Re: [perl #24888] chomp ignores utf8
24408              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24409              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
24410              Date: Fri, 16 Jan 2004 04:13:00 +0900
24411      Branch: perl
24412            + t/uni/chomp.t
24413            ! MANIFEST doop.c t/op/chop.t
24414 ____________________________________________________________________________
24415 [ 22195] By: davem                                 on 2004/01/22  20:48:03
24416         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
24417              From: Steve Hay <steve.hay@uk.radan.com>
24418              Date: Thu, 22 Jan 2004 17:08:29 +0000
24419              Message-ID: <4010038D.4070104@uk.radan.com>
24420      Branch: perl
24421            + win32/makeico.pl win32/perlexe.rc
24422            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
24423 ____________________________________________________________________________
24424 [ 22194] By: davem                                 on 2004/01/22  00:24:51
24425         Log: C<use strict; print if foo> didn't give the
24426              "Bareword not allowed" error unless warnings were enabled
24427      Branch: perl
24428            ! op.c
24429 ____________________________________________________________________________
24430 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
24431         Log: Convert the older parts of op/bop.t over to test.pl
24432      Branch: perl
24433            ! t/op/bop.t
24434 ____________________________________________________________________________
24435 [ 22192] By: merijn                                on 2004/01/21  21:10:10
24436         Log: ':flock' not recognized unless it's first
24437              Exporter::Heavy now will treat :, /, and ! special in
24438              all arguments, not only if the _first_ arg starts with it
24439              Date: Wed, 21 Jan 2004 08:32:47 -0500
24440              Message-ID: <20040121133248.3359.qmail@plover.com>
24441      Branch: perl
24442            ! lib/Exporter/Heavy.pm
24443 ____________________________________________________________________________
24444 [ 22191] By: davem                                 on 2004/01/21  20:45:48
24445         Log: Subject:  PATCH for perl-5.8.4
24446              From:  "Edward S. Peschko" <esp5@pge.com>
24447              Date:  Mon, 19 Jan 2004 17:21:18 -0800
24448              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
24449
24450              Add @DynaLoader::dl_shared_objects feature
24451      Branch: perl
24452            ! ext/DynaLoader/DynaLoader_pm.PL
24453 ____________________________________________________________________________
24454 [ 22190] By: davem                                 on 2004/01/21  20:14:51
24455         Log: remove the platform dependencies of the write.t tests introduced
24456              by change #22161, by hard-coding the expected outputs rather
24457              than using sprintf('%f').
24458      Branch: perl
24459            ! t/op/write.t
24460 ____________________________________________________________________________
24461 [ 22189] By: davem                                 on 2004/01/20  22:41:14
24462         Log: Fix typo in patch #22188
24463      Branch: perl
24464            ! pod/perlfunc.pod
24465 ____________________________________________________________________________
24466 [ 22188] By: davem                                 on 2004/01/20  22:36:10
24467         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
24468              and %x too.
24469      Branch: perl
24470            ! pod/perlfunc.pod
24471 ____________________________________________________________________________
24472 [ 22187] By: davem                                 on 2004/01/20  22:27:50
24473         Log: "sub foo :unique" segfaults
24474
24475              Turn these two into compile-time errors until such time as
24476              someone thinks of a useful meaning for them:
24477              my $x : unique
24478              sub foo : unique
24479      Branch: perl
24480            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
24481 ____________________________________________________________________________
24482 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
24483         Log: Add a new test file for situations where threads may interfere.
24484              Subject: Re: "restricted hashes" hit again !
24485              From: Stas Bekman <stas@stason.org>
24486              Date: Tue, 23 Dec 2003 15:32:26 -0800
24487              Message-ID: <3FE8D08A.4090806@stason.org>
24488      Branch: perl
24489            + t/op/threads.t
24490            ! MANIFEST
24491 ____________________________________________________________________________
24492 [ 22185] By: davem                                 on 2004/01/20  21:01:08
24493         Log: Document CVf_UNIQUE flag better
24494      Branch: perl
24495            ! cv.h
24496 ____________________________________________________________________________
24497 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
24498         Log: Fix precedence errors and add some cleanup in the new
24499              DBM_Filter tests
24500      Branch: perl
24501            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
24502 ____________________________________________________________________________
24503 [ 22182] By: davem                                 on 2004/01/20  00:16:42
24504         Log: second attempt to fix [perl #24914] freeing a CV reference that was
24505              currently being executed caused coredumps. The dounwind called by
24506              die unwinds all the contexts on the context stack before unwinding
24507              the save stack.  To stop premature freeing of the CV, hold
24508              references to it on both stacks.
24509      Branch: perl
24510            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
24511 ____________________________________________________________________________
24512 [ 22181] By: davem                                 on 2004/01/19  23:41:37
24513         Log: change #22071 (taint bug in $^0) introduced a potential double
24514              free(), because PL_osname may get freed but not nulled if a taint
24515              test fails in between. Mea cupla and all that...
24516      Branch: perl
24517            ! mg.c
24518 ____________________________________________________________________________
24519 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
24520         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
24521              From: Gisle Aas <gisle@ActiveState.com>
24522              Date: 17 Jan 2004 01:29:02 -0800
24523              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
24524              (test rewritten to fit in blead)
24525      Branch: perl
24526            ! pp.c t/op/bop.t
24527 ____________________________________________________________________________
24528 [ 22179] By: merijn                                on 2004/01/19  21:36:48
24529         Log: Subject: [PATCH] dl_unload_file for HP-UX
24530              Date: Mon, 12 Jan 2004 07:49:44 -0800
24531              From: Neil Watkiss <neil.watkiss@sophos.com>
24532              Message-ID: <20040112154944.GA15412@ActiveState.com>
24533      Branch: perl
24534            ! ext/DynaLoader/dl_hpux.xs
24535 ____________________________________________________________________________
24536 [ 22177] By: merijn                                on 2004/01/19  16:11:22
24537         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
24538              See INSTALL for more details
24539      Branch: perl
24540            ! Configure
24541 ____________________________________________________________________________
24542 [ 22175] By: merijn                                on 2004/01/19  16:05:50
24543         Log: Describe how to limit the perl's default @INC during Configure
24544              to _not_ include older versions
24545      Branch: perl
24546            ! INSTALL
24547 ____________________________________________________________________________
24548 [ 22174] By: merijn                                on 2004/01/19  10:41:24
24549         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
24550              Date: Sun, 18 Jan 2004 12:51:23 -0600
24551              From: "Craig A. Berry" <craigberry@mac.com>
24552              Message-ID: <400AD5AB.3080708@mac.com>
24553      Branch: perl
24554            ! perlio.c
24555 ____________________________________________________________________________
24556 [ 22173] By: merijn                                on 2004/01/19  10:27:53
24557         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
24558              Date: Sun, 18 Jan 2004 17:03:30 -0600
24559              From: "Craig A. Berry" <craigberry@mac.com>
24560              Message-ID: <400B10C2.9060504@mac.com>
24561      Branch: perl
24562            ! configure.com
24563 ____________________________________________________________________________
24564 [ 22172] By: davem                                 on 2004/01/17  23:58:04
24565         Log: back out change #24914 "freeing a CV reference that was currently
24566              being executed caused coredumps".
24567              The new test case sometimes locks up linux's malloc, and with
24568              Perl's malloc the test code still coredumps :-(
24569      Branch: perl
24570            ! perl.c scope.c scope.h sv.c t/op/closure.t
24571 ____________________________________________________________________________
24572 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
24573         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
24574              From: "Green, Paul" <Paul.Green@stratus.com>
24575              Date: Thu, 15 Jan 2004 16:00:15 -0500
24576              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
24577      Branch: perl
24578            ! README.vos hv.c pp_pack.c vos/Changes
24579 ____________________________________________________________________________
24580 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
24581         Log: Subject: Re: open/or inconsistency
24582              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24583              Date: Sat, 17 Jan 2004 19:59:55 +0900
24584              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
24585              (plus a test.)
24586              Don't produce the warning for constructs like
24587              open my $fh, $file or die;
24588      Branch: perl
24589            ! op.c t/lib/warnings/op
24590 ____________________________________________________________________________
24591 [ 22169] By: davem                                 on 2004/01/17  18:02:31
24592         Log: Subject:  Perl core dumps when running out of memory [PATCH]
24593              From:  Gisle Aas <gisle@ActiveState.com>
24594              Date:  17 Jan 2004 06:18:13 -0800
24595              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
24596
24597              Display 'out of memeory' errors using low-level I/O to avoid
24598              recursive failure and so coredumps.
24599      Branch: perl
24600            ! util.c
24601 ____________________________________________________________________________
24602 [ 22168] By: davem                                 on 2004/01/17  17:38:21
24603         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
24604              Subject: [PATCH ] Enhanced DBM Filters
24605              Date: Sat, 17 Jan 2004 16:44:53 -0000
24606              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
24607
24608              add DBM_Filter
24609      Branch: perl
24610            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
24611            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
24612            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
24613            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
24614            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
24615            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
24616            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
24617            + lib/dbm_filter_util.pl
24618            ! MANIFEST
24619 ____________________________________________________________________________
24620 [ 22167] By: davem                                 on 2004/01/17  16:12:32
24621         Log: freeing a CV reference that was currently being
24622              executed caused coredumps
24623      Branch: perl
24624            ! perl.c scope.c scope.h sv.c t/op/closure.t
24625 ____________________________________________________________________________
24626 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
24627         Log: Integrate final perl583delta
24628      Branch: perl
24629           !> pod/perl583delta.pod
24630 ____________________________________________________________________________
24631 [ 22163] By: davem                                 on 2004/01/16  19:24:14
24632         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
24633              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
24634              Date:  Thu, 15 Jan 2004 14:10:37 -0800
24635              Message-Id:  <20040115221037.GA2392@efn.org>
24636
24637              Add sv_2iv_flags() to allow magic to be optionally processed.
24638      Branch: perl
24639            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
24640            ! proto.h sv.c sv.h t/op/bop.t
24641 ____________________________________________________________________________
24642 [ 22162] By: davem                                 on 2004/01/16  16:39:17
24643         Log: format bug with undefined _TOP
24644              name of format_TOP now derived from the name of the current
24645              filehandle rather then the name of the  format associetd with that
24646              handle
24647      Branch: perl
24648            ! pp_sys.c t/op/write.t
24649 ____________________________________________________________________________
24650 [ 22161] By: davem                                 on 2004/01/16  13:29:26
24651         Log: Subject: [PATCH] format/write (version 2)
24652              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
24653              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
24654
24655              Fixes and additions to formats:
24656
24657              Improvement: NULL chars in picture line
24658              Bugfix: C<@*> shown in output if not alone on a line
24659              New feature: C<^*> for variable-width, one-line-at-a-time text
24660              Improvement: Diagnostic on C<@#> and C<~~>
24661              Bugfix: Segmentation fault on big numbers
24662              Improvement (maybe): Truncation of numbers produces misleading output
24663              Bugfix: "}" terminates format
24664              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
24665      Branch: perl
24666            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
24667            ! pp_ctl.c proto.h t/op/write.t toke.c
24668 ____________________________________________________________________________
24669 [ 22160] By: davem                                 on 2004/01/15  23:49:02
24670         Log: buigid #24905 - the code planted to call glob() retained an
24671              extraneous targ index in a pushmark op, leasing to strangeness
24672              when the op was freed
24673      Branch: perl
24674            ! op.c
24675 ____________________________________________________________________________
24676 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
24677         Log: Upgrade to Time::HiRes 1.55
24678      Branch: perl
24679            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24680            ! ext/Time/HiRes/HiRes.xs
24681 ____________________________________________________________________________
24682 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
24683         Log: Make chomp heed the utf8 flags on the target string and $/
24684              [Fixes #24888]
24685              More work still needed to make chomp heed the encoding pragma.
24686      Branch: perl
24687            ! doop.c t/op/chop.t
24688 ____________________________________________________________________________
24689 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
24690         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
24691              [Forgot to do this as part of the integration]
24692      Branch: perl
24693            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
24694            ! vms/descrip_mms.template win32/pod.mak
24695 ____________________________________________________________________________
24696 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
24697         Log: Integrate:
24698              [ 22143]
24699              We're planning on making history today. Mind you, not that much -
24700              only 1 line.
24701
24702              perl583delta.pod
24703      Branch: perl
24704           +> pod/perl583delta.pod
24705            ! MANIFEST
24706           !> pod/perlhist.pod
24707 ____________________________________________________________________________
24708 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
24709         Log: Bump version number as file has changed since 5.8.2
24710      Branch: perl
24711            ! lib/File/Find.pm
24712 ____________________________________________________________________________
24713 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
24714         Log: Subject:  Doc patches for File::Find
24715              From:  Andy Lester <andy@petdance.com>
24716              Date:  Mon, 12 Jan 2004 00:10:50 -0600
24717              Message-Id:  <20040112061050.GB7308@petdance.com>
24718      Branch: perl
24719            ! lib/File/Find.pm
24720 ____________________________________________________________________________
24721 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
24722         Log: Assimilate CGI 3.03
24723      Branch: perl
24724            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
24725 ____________________________________________________________________________
24726 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
24727         Log: Add VMS to the list of "don't fork" OSes
24728              [In the most simple way possible. Fix this properly post 5.8.3
24729              to use $Config{d_fork} or something more robust]
24730      Branch: perl
24731            ! ext/threads/shared/t/wait.t
24732 ____________________________________________________________________________
24733 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
24734         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
24735              From: Tels <perl_dummy@bloodgate.com>
24736              Date: Tue, 13 Jan 2004 19:28:48 +0100
24737              Message-Id: <200401131928.50247@bloodgate.com>
24738      Branch: perl
24739            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24740            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
24741            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24742            ! lib/Math/BigInt/t/sub_mbi.t
24743 ____________________________________________________________________________
24744 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
24745         Log: MANIFEST adjustment.
24746      Branch: perl
24747            ! MANIFEST
24748 ____________________________________________________________________________
24749 [ 22126] By: ams                                   on 2004/01/13  07:16:33
24750         Log: Upgrade to Locale::Maketext 1.07.
24751      Branch: perl
24752            + lib/Locale/Maketext/t/04super.t
24753            + lib/Locale/Maketext/t/05super.t
24754            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24755            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24756 ____________________________________________________________________________
24757 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
24758         Log: Document usage of $_ and pos() inside /(?{...})/.
24759              (see change #2367.)
24760      Branch: perl
24761            ! pod/perlre.pod
24762 ____________________________________________________________________________
24763 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
24764         Log: Upgrade to MIME::Base64 2.23.
24765      Branch: perl
24766            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24767            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
24768 ____________________________________________________________________________
24769 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
24770         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
24771              From: Robin Barker <Robin.Barker@npl.co.uk>
24772              Date: Thu, 8 Jan 2004 16:21:25 -0000
24773              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
24774      Branch: perl
24775            ! handy.h
24776 ____________________________________________________________________________
24777 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
24778         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
24779              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
24780              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
24781              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
24782      Branch: perl
24783            ! ext/threads/shared/t/wait.t
24784 ____________________________________________________________________________
24785 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
24786         Log: use sv_setpvn rather than sv_setpv and save a strlen()
24787      Branch: perl
24788            ! doop.c
24789 ____________________________________________________________________________
24790 [ 22120] By: merijn                                on 2004/01/12  13:04:42
24791         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
24792              From: Gisle Aas <gisle@ActiveState.com>
24793              Date: 12 Jan 2004 02:35:27 -0800
24794              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
24795      Branch: perl
24796            ! Configure
24797 ____________________________________________________________________________
24798 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
24799         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
24800              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24801              Date: Mon, 12 Jan 2004 11:19:37 +0900
24802              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
24803      Branch: perl
24804            ! doop.c t/op/join.t
24805 ____________________________________________________________________________
24806 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
24807         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
24808              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
24809              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
24810              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
24811      Branch: perl
24812            ! ext/threads/shared/t/wait.t
24813 ____________________________________________________________________________
24814 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
24815         Log: Regenerate win32/Makefile and win32/makefile.mk after
24816
24817              Integrate:
24818              [ 22081]
24819              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
24820              a copy to be made at build time.
24821
24822              [ 22111]
24823              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
24824              From: Abe Timmerman <abe@ztreet.demon.nl>
24825              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
24826              Date: Sun, 11 Jan 2004 18:13:40 +0100
24827
24828              plus revert 22092 and 22080
24829      Branch: perl
24830            ! pod.lst win32/Makefile win32/makefile.mk
24831           !> pod/buildtoc
24832 ____________________________________________________________________________
24833 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
24834         Log: Upgrade to Cwd 2.14.
24835      Branch: perl
24836            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
24837 ____________________________________________________________________________
24838 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
24839         Log: Upgrade to Math::BigRat 0.11
24840
24841              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
24842              From: Tels <perl_dummy@bloodgate.com>
24843              Date: Wed, 7 Jan 2004 18:30:06 +0100
24844              Message-Id: <200401071830.07445@bloodgate.com>
24845      Branch: perl
24846            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
24847            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
24848 ____________________________________________________________________________
24849 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
24850         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
24851              From: Steve Hay <steve.hay@uk.radan.com>
24852              Date: Wed, 07 Jan 2004 13:22:30 +0000
24853              Message-ID: <3FFC0816.9090406@uk.radan.com>
24854
24855              (and increment version number in Carp)
24856      Branch: perl
24857            ! lib/Carp.pm lib/Carp/Heavy.pm
24858 ____________________________________________________________________________
24859 [ 22108] By: adi                                   on 2004/01/10  21:33:59
24860         Log: documentation nit
24861      Branch: perl
24862            ! pod/perlop.pod
24863 ____________________________________________________________________________
24864 [ 22107] By: adi                                   on 2004/01/10  20:19:09
24865         Log: nit to Bytecode - the av_extend opcode wasn't saved when
24866              the array had AvFILL == 0
24867      Branch: perl
24868            ! ext/B/B/Assembler.pm
24869 ____________________________________________________________________________
24870 [ 22106] By: adi                                   on 2004/01/10  20:16:03
24871         Log: still problems with backreferences + reverse cloning
24872              after #21936 - the weak reference may live on the pad.
24873      Branch: perl
24874            ! sv.c
24875 ____________________________________________________________________________
24876 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
24877         Log: Bah. Makefile.PL still tests the sub-MANIFEST
24878      Branch: perl
24879            ! ext/Storable/MANIFEST
24880 ____________________________________________________________________________
24881 [ 22103] By: davem                                 on 2004/01/09  12:20:38
24882         Log: temporarily backout test of thread returning a closure. It crashes
24883              win32.
24884      Branch: perl
24885            ! ext/threads/t/problems.t
24886 ____________________________________________________________________________
24887 [ 22102] By: davem                                 on 2004/01/08  22:32:28
24888         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
24889              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
24890
24891              Returning a closure from a thread (via join) could mess up because
24892              pointers to PL_sv_undef weren't rejigged to point at the joiner's
24893              version of PL_sv_undef. Also, the closure's CvGV got cloned too
24894              but never freed, since CvGV isn't refcounted.
24895      Branch: perl
24896            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
24897 ____________________________________________________________________________
24898 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
24899         Log: perl582delta.pod was not in the MANIFEST.
24900      Branch: perl
24901            ! MANIFEST
24902 ____________________________________________________________________________
24903 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
24904         Log: Integrate:
24905              [ 22093]
24906              Graham says that the search.cpan.org pod finder hashes on name
24907              The 4 files all thinking they are perldelta.pod confuses it.
24908      Branch: perl
24909           +> pod/perl582delta.pod
24910           !> pod/perl581delta.pod pod/perl58delta.pod
24911 ____________________________________________________________________________
24912 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
24913         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
24914              From: Abigail <abigail@abigail.nl>
24915              Message-ID: <20040107230027.GC393@abigail.nl>
24916              Date: Thu, 8 Jan 2004 00:00:27 +0100
24917      Branch: perl
24918            ! pod/perlhist.pod
24919 ____________________________________________________________________________
24920 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
24921         Log: [Integrate]
24922              22088 22089 22090 (datestamp corrections - let's see if this really
24923              works)
24924      Branch: perl
24925           !> (integrate 35 files)
24926 ____________________________________________________________________________
24927 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
24928         Log: Hardcoded numerical flag masks. Bad.
24929      Branch: perl
24930            ! doop.c
24931 ____________________________________________________________________________
24932 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
24933         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
24934              so that re will build properly on Win32. Thanks to Steve Hay for
24935              trying COW and finding the problems.
24936      Branch: perl
24937            ! embed.fnc embed.h
24938 ____________________________________________________________________________
24939 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
24940         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
24941      Branch: perl
24942            + t/run/switch0.t
24943            ! MANIFEST perl.c
24944 ____________________________________________________________________________
24945 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
24946         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
24947              like this pre 5.8.1, I suspect that no-one has used it recently.
24948      Branch: perl
24949            ! win32/makefile.mk
24950 ____________________________________________________________________________
24951 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
24952         Log: The TODO tag should be included also when a TODO test succeeds,
24953              so it's reported by the test harness
24954      Branch: perl
24955            ! t/op/write.t
24956 ____________________________________________________________________________
24957 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
24958         Log: This TODO test seems to pass now.
24959      Branch: perl
24960            ! t/op/write.t
24961 ____________________________________________________________________________
24962 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
24963         Log: Some of the bitwise manipulation PP functions weren't checking
24964              whether their arguments were magical before using them.
24965              (bug [#24816]).
24966      Branch: perl
24967            ! pp.c
24968 ____________________________________________________________________________
24969 [ 22071] By: davem                                 on 2004/01/05  22:17:04
24970         Log: [perl #24674]
24971              stop $^O getting tainted on read access, and disallow tainted
24972              assignment to it
24973      Branch: perl
24974            ! mg.c t/op/taint.t
24975 ____________________________________________________________________________
24976 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
24977         Log: Some mandatory syntax warnings emitted by the lexer weren't
24978              disableable (bug [perl #24815]).
24979      Branch: perl
24980            ! pod/perldiag.pod t/lib/warnings/toke toke.c
24981 ____________________________________________________________________________
24982 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
24983         Log: Change the flag logic in buildtoc
24984      Branch: perl
24985            ! pod.lst pod/buildtoc
24986 ____________________________________________________________________________
24987 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
24988         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
24989      Branch: perl
24990            ! pod/buildtoc
24991 ____________________________________________________________________________
24992 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
24993         Log: Subject: [PATCH] skip num.t #47 on VMS
24994              From: "Craig A. Berry" <craigberry@mac.com>
24995              Date: Sun, 04 Jan 2004 23:16:26 -0600
24996              Message-ID: <3FF8F32A.5000108@mac.com>
24997      Branch: perl
24998            ! t/base/num.t
24999 ____________________________________________________________________________
25000 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
25001         Log: Subject: [PATCH configure.com] future-proof signal check
25002              From: "Craig A. Berry" <craigberry@mac.com>
25003              Date: Sun, 04 Jan 2004 22:53:40 -0600
25004              Message-ID: <3FF8EDD4.3080308@mac.com>
25005      Branch: perl
25006            ! configure.com
25007 ____________________________________________________________________________
25008 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
25009         Log: Upgrade to Cwd 2.13
25010      Branch: perl
25011            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
25012 ____________________________________________________________________________
25013 [ 22055] By: davem                                 on 2004/01/04  19:34:36
25014         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
25015              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25016              Date: Fri, 2 Jan 2004 11:31:46 +0100
25017              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
25018
25019              eval of of a truncated format should fail
25020      Branch: perl
25021            ! t/op/write.t toke.c
25022 ____________________________________________________________________________
25023 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
25024         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
25025      Branch: perl
25026            ! lib/PerlIO/via/QuotedPrint.pm
25027 ____________________________________________________________________________
25028 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
25029         Log: Upgrade to Time::HiRes 1.54
25030      Branch: perl
25031            + ext/Time/HiRes/hints/solaris.pl
25032            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25033            ! ext/Time/HiRes/HiRes.xs
25034 ____________________________________________________________________________
25035 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
25036         Log: No matter how hard you proof read it, something always slips through.
25037      Branch: perl
25038            ! ext/Storable/ChangeLog
25039 ____________________________________________________________________________
25040 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
25041         Log: Fix minor problems with the CPAN release
25042              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
25043              2: Ship the linux hints file
25044              3: Ship Test::More for the benefit of Perls pre 5.6.2
25045              4: Correct Makefile.PL to install in core for 5.8.0 and later
25046      Branch: perl
25047            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
25048            ! ext/Storable/Makefile.PL ext/Storable/README
25049            ! ext/Storable/Storable.pm
25050 ____________________________________________________________________________
25051 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
25052         Log: Tidy up change #18751, so that the second parameter to unpack()
25053              defaults to $_ at compile-time, instead of run-time (like all
25054              other primitives that default to $_).
25055      Branch: perl
25056            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
25057 ____________________________________________________________________________
25058 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
25059         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
25060              documentaiton, update Arthur's e-mail address
25061      Branch: perl
25062            ! ext/threads/threads.pm
25063 ____________________________________________________________________________
25064 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
25065         Log: Use the optimization level -O2 by default on Linux/gcc.
25066              See :
25067              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
25068              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25069              Date: Thu, 1 Jan 2004 05:32:15 +0100
25070              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
25071      Branch: perl
25072            ! hints/linux.sh
25073 ____________________________________________________________________________
25074 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
25075         Log: Update debugger version number and Changes file
25076      Branch: perl
25077            ! lib/perl5db.pl
25078 ____________________________________________________________________________
25079 [ 22037] By: davem                                 on 2004/01/01  23:22:10
25080         Log: addition to 22036 (document SUPER better): superclass may be plural
25081      Branch: perl
25082            ! pod/perlbot.pod pod/perlobj.pod
25083 ____________________________________________________________________________
25084 [ 22036] By: davem                                 on 2004/01/01  22:23:11
25085         Log: Document the quirks of SUPER, especially the fact that it it
25086              relative to the current package and not to the invoking object.
25087      Branch: perl
25088            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
25089            ! pod/perltoot.pod
25090 ____________________________________________________________________________
25091 [ 22034] By: davem                                 on 2004/01/01  19:58:08
25092         Log: Fix bug #24383, where hashes with the :unique attribute weren't
25093              getting made readonly on interpreter clone. Also, remove the
25094              :unique attribute from the hashes in warnings.pm, since they may
25095              later be modified by warnings::register.  Finally, adds tests for
25096              the :unique attribute.
25097      Branch: perl
25098            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
25099 ____________________________________________________________________________
25100 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
25101         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
25102              From: Dorner Thomas <tdorner@amadeus.net>
25103              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
25104              Date: Fri, 19 Dec 2003 07:16:47 +0100
25105      Branch: perl
25106            ! t/io/utf8.t t/op/pat.t
25107 ____________________________________________________________________________
25108 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
25109         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
25110              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
25111              Date: Thu, 18 Dec 2003 14:10:29 -0800
25112              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
25113      Branch: perl
25114            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
25115            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
25116            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
25117 ____________________________________________________________________________
25118 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
25119         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
25120      Branch: perl
25121            ! pod/perlunicode.pod
25122 ____________________________________________________________________________
25123 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
25124         Log: Document that detached threads aren't supported on Windows yet.
25125      Branch: perl
25126            ! ext/threads/threads.pm
25127 ____________________________________________________________________________
25128 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
25129         Log: Upgrade to Getopt::Long 2.34_01
25130      Branch: perl
25131            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
25132 ____________________________________________________________________________
25133 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
25134         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
25135              beautiful clean run of OKs. You are all getting a clean run of OKs,
25136              aren't you?
25137      Branch: perl
25138            ! lib/Test/Harness/t/00compile.t
25139 ____________________________________________________________________________
25140 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
25141         Log: Subject: [PATCH] "piconv -C 512" badly broken
25142              From: Autrijus Tang <autrijus@autrijus.org>
25143              Message-Id: <1072870210.769.5.camel@localhost>
25144              Date: Wed, 31 Dec 2003 19:30:10 +0800
25145      Branch: perl
25146            ! ext/Encode/bin/piconv
25147 ____________________________________________________________________________
25148 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
25149         Log: Upgrade to Test::Harness 2.40.
25150      Branch: perl
25151            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25152            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25153            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
25154            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25155            ! lib/Test/Harness/t/prove-switches.t
25156            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25157            ! lib/Test/Harness/t/test-harness.t
25158 ____________________________________________________________________________
25159 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
25160         Log: C++ comments, bad.
25161      Branch: perl
25162            ! ext/Cwd/Cwd.xs
25163 ____________________________________________________________________________
25164 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
25165         Log: Bump VERSION numbers
25166      Branch: perl
25167            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
25168            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
25169            ! lib/diagnostics.pm
25170 ____________________________________________________________________________
25171 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
25172         Log: A patch for Test::Harness on VMS by Craig Berry
25173              (see RT CPAN bug #4745)
25174      Branch: perl
25175            ! lib/Test/Harness/Straps.pm
25176 ____________________________________________________________________________
25177 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
25178         Log: Subject: more uni doc tweakage
25179              From: Jarkko Hietaniemi <jhi@iki.fi>
25180              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
25181              Date: Tue, 30 Dec 2003 15:37:55 +0200
25182
25183              Subject: one more pod fix
25184              From: Jarkko Hietaniemi <jhi@iki.fi>
25185              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
25186              Date: Tue, 30 Dec 2003 15:56:41 +0200
25187      Branch: perl
25188            ! lib/PerlIO.pm pod/perlunicode.pod
25189 ____________________________________________________________________________
25190 [ 22009] By: davem                                 on 2003/12/30  17:14:44
25191         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
25192      Branch: perl
25193            ! pod/perlrun.pod
25194 ____________________________________________________________________________
25195 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
25196         Log: Upgrade to Math::BigInt 1.68.
25197      Branch: perl
25198            + lib/Math/BigInt/t/bigroot.t
25199            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25200            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
25201            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
25202            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
25203            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
25204 ____________________________________________________________________________
25205 [ 22005] By: davem                                 on 2003/12/30  15:07:50
25206         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
25207              heuristics for calculating buffer size needed to compile a format
25208              didn't allow for \0
25209      Branch: perl
25210            ! pp_ctl.c t/op/write.t
25211 ____________________________________________________________________________
25212 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
25213         Log: Add a regression test for bug #24762
25214      Branch: perl
25215            ! t/comp/parser.t
25216 ____________________________________________________________________________
25217 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
25218         Log: Updates the notes about byacc in pumpkin.pod.
25219      Branch: perl
25220            ! Porting/pumpkin.pod
25221 ____________________________________________________________________________
25222 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
25223         Log: Bump up UNIVERSAL's version to 1.02
25224              (due to fix #21418)
25225      Branch: perl
25226            ! lib/UNIVERSAL.pm
25227 ____________________________________________________________________________
25228 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
25229         Log: Add Mike Pomraning
25230      Branch: perl
25231            ! AUTHORS
25232 ____________________________________________________________________________
25233 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
25234         Log: Update the README and Changes files for Switch 2.10
25235      Branch: perl
25236            ! lib/Switch/Changes lib/Switch/README
25237 ____________________________________________________________________________
25238 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
25239         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
25240      Branch: perl
25241            ! lib/Switch.pm
25242 ____________________________________________________________________________
25243 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
25244         Log: Windows hasn't getuid/setuid and friends.
25245              Therefore disable the code related to them in POSIX.xs.
25246
25247              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
25248              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25249              Date: Mon, 29 Dec 2003 04:51:19 +0100
25250              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
25251      Branch: perl
25252            ! ext/POSIX/POSIX.xs
25253 ____________________________________________________________________________
25254 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
25255         Log: Subject: [PATCH] win32_chsize buglet
25256              From: "Kevin Chase" <kevincha99@hotmail.com>
25257              Date: Sun, 28 Dec 2003 15:48:56 -0800
25258              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
25259      Branch: perl
25260            ! win32/win32.c
25261 ____________________________________________________________________________
25262 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
25263         Log: Upgrade to Encode 1.99.
25264      Branch: perl
25265            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
25266            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
25267            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
25268            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
25269            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
25270            ! ext/Encode/ucm/macHebrew.ucm
25271 ____________________________________________________________________________
25272 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
25273         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
25274      Branch: perl
25275            ! win32/win32.c
25276 ____________________________________________________________________________
25277 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
25278         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
25279              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
25280              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
25281              Date: Thu, 25 Sep 2003 21:49:07 +0000
25282      Branch: perl
25283            ! dosish.h win32/win32.c win32/win32sck.c
25284 ____________________________________________________________________________
25285 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
25286         Log: Regenerate the perly.c patch for byacc output painless fixing
25287      Branch: perl
25288            ! perly_c.diff
25289 ____________________________________________________________________________
25290 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
25291         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
25292      Branch: perl
25293            ! perly.c perly.y vms/perly_c.vms
25294 ____________________________________________________________________________
25295 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
25296         Log: Subject: Cross compilation patches for arm.
25297              From: Redvers Davies <red@criticalintegration.com>
25298              Message-Id: <1072098653.4789.6.camel@ragefire>
25299              Date: Mon, 22 Dec 2003 08:11:34 -0500
25300      Branch: perl
25301            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
25302            ! Cross/config.sh-arm-linux Cross/installperl.patch
25303 ____________________________________________________________________________
25304 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
25305         Log: Fix bug [perl #24735] : make sure that the range (..) operator
25306              treats an undefined argument as 0 for numerical ranges and as ""
25307              for magical string ranges.
25308      Branch: perl
25309            ! pp_ctl.c t/op/range.t
25310 ____________________________________________________________________________
25311 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
25312         Log: Subject: PATCH:  *DB*_File
25313              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25314              Date: Sat, 27 Dec 2003 20:02:30 -0000
25315              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
25316      Branch: perl
25317            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
25318            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
25319            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
25320            ! ext/DB_File/typemap ext/GDBM_File/typemap
25321            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
25322            ! ext/SDBM_File/typemap
25323 ____________________________________________________________________________
25324 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
25325         Log: Straggler from Cwd
25326      Branch: perl
25327            + ext/Cwd/Changes
25328 ____________________________________________________________________________
25329 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
25330         Log: Straggler from Unicode::Collate.
25331              We need to automate this.
25332              For some value of we. (tr/w/m/ I suspect)
25333      Branch: perl
25334            + lib/Unicode/Collate/t/rearrang.t
25335 ____________________________________________________________________________
25336 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
25337         Log: Assimilate Unicode::Collate 0.33
25338      Branch: perl
25339            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
25340            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25341            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
25342            ! lib/Unicode/Collate/t/contract.t
25343            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
25344            ! lib/Unicode/Collate/t/version.t
25345 ____________________________________________________________________________
25346 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
25347         Log: Assimilate PodParser-1.26
25348      Branch: perl
25349            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
25350            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
25351            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
25352            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
25353 ____________________________________________________________________________
25354 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
25355         Log: Assimilate File::Spec 0.87
25356      Branch: perl
25357            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
25358 ____________________________________________________________________________
25359 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
25360         Log: Assimilate Digest 1.05
25361      Branch: perl
25362            ! lib/Digest.pm lib/Digest/t/digest.t
25363 ____________________________________________________________________________
25364 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
25365         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
25366              21646 was only applied to core (must punt this back and thereby unfork)
25367              Need to fix test boilerplate properly for PERL_CORE
25368      Branch: perl
25369            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
25370            ! ext/Cwd/t/taint.t lib/Cwd.pm
25371 ____________________________________________________________________________
25372 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
25373         Log: Subject: [PATCH] Remove Win32 compiler warnings
25374              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25375              Date: Sat, 27 Dec 2003 17:39:20 +0100
25376              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
25377      Branch: perl
25378            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
25379 ____________________________________________________________________________
25380 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
25381         Log: Allow overriding of the p4 settings via environment variables
25382              Make regexp more robust to parse FreeBSD's patch output
25383      Branch: perl
25384            ! Porting/apply
25385 ____________________________________________________________________________
25386 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
25387         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
25388              From: Slaven Rezic <slaven@rezic.de>
25389              Date: 01 May 2003 21:28:10 +0200
25390              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
25391      Branch: perl
25392            ! lib/FindBin.pm lib/FindBin.t
25393 ____________________________________________________________________________
25394 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
25395         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
25396              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25397              Date: Sat, 27 Dec 2003 02:48:19 +0100
25398              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
25399      Branch: perl
25400            ! sv.c
25401 ____________________________________________________________________________
25402 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
25403         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
25404              as I'm going to integrate the core patch
25405      Branch: perl
25406            ! ext/List/Util/t/weak.t
25407 ____________________________________________________________________________
25408 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
25409         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
25410              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25411              Date: Fri, 26 Dec 2003 02:47:09 +0100
25412              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
25413      Branch: perl
25414            ! sv.c
25415 ____________________________________________________________________________
25416 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
25417         Log: Refactor the code that checks whether a range is numeric
25418              or string-magical.
25419      Branch: perl
25420            ! pp_ctl.c
25421 ____________________________________________________________________________
25422 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
25423         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
25424              This fixes building SDBM_File on AIX.
25425      Branch: perl
25426            ! ext/SDBM_File/sdbm/Makefile.PL
25427 ____________________________________________________________________________
25428 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
25429         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
25430              update the perl variables PL_uid and PL_euid (resp. PL_gid
25431              and PL_egid) with the new values.
25432      Branch: perl
25433            ! ext/POSIX/POSIX.xs
25434 ____________________________________________________________________________
25435 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
25436         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
25437              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
25438              Date: Thu, 18 Dec 2003 12:30:06 -0800
25439              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
25440      Branch: perl
25441            ! config_h.SH
25442 ____________________________________________________________________________
25443 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
25444         Log: Subject: BigInt v1.68 - pre-release
25445              From: Tels <perl_dummy@bloodgate.com>
25446              Date: Tue, 23 Dec 2003 01:09:23 +0100
25447              Message-Id: <200312230106.27661@bloodgate.com>
25448      Branch: perl
25449            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
25450            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
25451            + lib/Math/BigInt/t/sub_ali.t
25452            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25453            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
25454            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25455            ! lib/Math/BigInt/t/upgrade.inc
25456 ____________________________________________________________________________
25457 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
25458         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
25459              From: Fergal Daly <fergal@esatclear.ie>
25460              Date: Tue, 2 Dec 2003 23:18:18 +0000
25461              Message-Id: <200312022318.18353.fergal@esatclear.ie>
25462
25463              (tweaked so the test is skipped on perls < 5.9.0)
25464      Branch: perl
25465            ! ext/List/Util/t/weak.t sv.c
25466 ____________________________________________________________________________
25467 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
25468         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
25469              From:  PPrymmer@factset.com
25470              Date:  Tue, 23 Dec 2003 17:27:44 -0500
25471              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
25472      Branch: perl
25473            ! README.vms
25474 ____________________________________________________________________________
25475 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
25476         Log: Subject: [patch t/test.pl] comment fix
25477              From: Stas Bekman <stas@stason.org>
25478              Message-ID: <3FE8C65A.4060708@stason.org>
25479              Date: Tue, 23 Dec 2003 14:48:58 -0800
25480      Branch: perl
25481            ! t/test.pl
25482 ____________________________________________________________________________
25483 [ 21951] By: adi                                   on 2003/12/22  23:22:12
25484         Log: re-fix [perl #24508] without speed regression.
25485              keep an eye on this.
25486      Branch: perl
25487            ! op.c opcode.h opcode.pl
25488 ____________________________________________________________________________
25489 [ 21950] By: adi                                   on 2003/12/22  23:19:25
25490         Log: sanitize some macros - based on Chip Salzenberg suggestions and
25491              on the way GNU people use the gcc-ish 'blocks in parens'
25492      Branch: perl
25493            ! XSUB.h sv.h
25494 ____________________________________________________________________________
25495 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
25496         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
25497              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
25498              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
25499              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
25500      Branch: perl
25501            ! ext/threads/shared/shared.xs
25502 ____________________________________________________________________________
25503 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
25504         Log: Subject:  doc nits
25505              From:  Jarkko Hietaniemi <jhi@iki.fi>
25506              Date:  Mon, 22 Dec 2003 21:57:34 +0200
25507              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
25508      Branch: perl
25509            ! pod/perltodo.pod pod/perlunicode.pod
25510 ____________________________________________________________________________
25511 [ 21944] By: merijn                                on 2003/12/22  10:13:43
25512         Log: Subject: [PATCH] configure.com archname tweak
25513              From: "Craig A. Berry" <craigberry@mac.com>
25514              Date: Sun, 21 Dec 2003 23:07:13 -0600
25515              Message-ID: <3FE67C01.1000704@mac.com>
25516      Branch: perl
25517            ! configure.com
25518 ____________________________________________________________________________
25519 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
25520         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
25521              From: Mike Guy <mjtg@cam.ac.uk>
25522              Date: Fri, 19 Dec 2003 17:17:11 +0000
25523              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
25524      Branch: perl
25525            ! pod/perlsec.pod
25526 ____________________________________________________________________________
25527 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
25528         Log: Fix a side-effect of bug #24674 in the perl debugger.
25529
25530              Subject: [perl #24674] 5.x odd taint bug
25531              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
25532              Date: 16 Dec 2003 15:03:24 -0000
25533              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
25534      Branch: perl
25535            ! lib/perl5db.pl
25536 ____________________________________________________________________________
25537 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
25538         Log: Subject: Perl 5.8.3 patches from the BS2000 port
25539              From: Dorner Thomas <tdorner@amadeus.net>
25540              Date: Wed, 17 Dec 2003 15:41:17 +0100
25541              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
25542      Branch: perl
25543            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
25544 ____________________________________________________________________________
25545 [ 21937] By: adi                                   on 2003/12/20  21:37:03
25546         Log: after back-references, restricted hashes.
25547              see http://nntp.perl.org/group/perl.perl5.porters/86497
25548              this is hopefully only a temporary solution.
25549      Branch: perl
25550            ! perl.c
25551 ____________________________________________________________________________
25552 [ 21936] By: adi                                   on 2003/12/20  21:32:37
25553         Log: fix [perl #24660], [perl #24663].
25554      Branch: perl
25555            ! mg.c sv.c
25556 ____________________________________________________________________________
25557 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
25558         Log: Upgrade to Time::Local 1.07_94
25559      Branch: perl
25560            ! lib/Time/Local.pm lib/Time/Local.t
25561 ____________________________________________________________________________
25562 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
25563         Log: Subject: [PATCH] OpenVMS I64 support
25564              From: "Craig A. Berry" <craigberry@mac.com>
25565              Message-ID: <3FE2441F.2070603@mac.com>
25566              Date: Thu, 18 Dec 2003 18:19:43 -0600
25567      Branch: perl
25568            ! configure.com vms/gen_shrfls.pl
25569 ____________________________________________________________________________
25570 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
25571         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
25572              <20031220124854.GA1265@ratsnest.hole> )
25573      Branch: perl
25574            ! hv.c
25575 ____________________________________________________________________________
25576 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
25577         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
25578              Configure test for troublesome gconvert(), so for now simply avoid
25579              the optimisation that calls gconvert() in this case.
25580      Branch: perl
25581            ! sv.c
25582 ____________________________________________________________________________
25583 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
25584         Log: Upgrade to CGI.pm 3.01
25585      Branch: perl
25586            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
25587            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
25588            ! lib/CGI/t/request.t
25589 ____________________________________________________________________________
25590 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
25591         Log: Subject: [DOCPATCH] base.pm
25592              From: Elizabeth Mattijsen <liz@dijkmat.nl>
25593              Date: Thu, 18 Dec 2003 22:30:52 +0100
25594              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
25595
25596              Plus, remove leftover mentions of pseudo-hashes
25597      Branch: perl
25598            ! lib/base.pm
25599 ____________________________________________________________________________
25600 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
25601         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
25602      Branch: perl
25603            ! pod/perlhist.pod
25604 ____________________________________________________________________________
25605 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
25606         Log: Perl 1.0.16 has been released.
25607      Branch: perl
25608            ! pod/perlhist.pod
25609 ____________________________________________________________________________
25610 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
25611         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
25612              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25613              Date: Wed, 17 Dec 2003 13:26:52 +0100
25614              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
25615      Branch: perl
25616            ! embed.fnc embed.h global.sym
25617 ____________________________________________________________________________
25618 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
25619         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
25620              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
25621              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
25622              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
25623      Branch: perl
25624            + ext/threads/shared/t/wait.t
25625            ! MANIFEST ext/threads/shared/shared.pm
25626            ! ext/threads/shared/shared.xs
25627 ____________________________________________________________________________
25628 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
25629         Log: Sync with the latest MakeMaker snapshot.
25630              But set the $VERSION to 6.21_01.
25631      Branch: perl
25632            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
25633            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
25634            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
25635            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
25636            ! lib/ExtUtils/instmodsh
25637 ____________________________________________________________________________
25638 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
25639         Log: Remove incorrect guards around inclusion of <signal.h>
25640              Causes problems with UNIX03/SUSv3
25641              Part 2 of change 21916 - oops!
25642
25643              See:
25644              Message-Id: <3FDD06A5.8010004@sun.com>
25645              Subject: Re: UNIX03 & C99 issue with 5.8.2
25646              From: Alan Burlison <Alan.Burlison@sun.com>
25647              Date: Mon, 15 Dec 2003 00:56:05 +0000
25648      Branch: perl
25649            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
25650 ____________________________________________________________________________
25651 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
25652         Log: Remove incorrect guards around inclusion of <signal.h>
25653              Causes problems with UNIX03/SUSv3
25654      Branch: perl
25655            ! doio.c
25656 ____________________________________________________________________________
25657 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
25658         Log: Add the macros dAX and dITEMS to PPPort.
25659      Branch: perl
25660            ! ext/Devel/PPPort/PPPort.pm
25661 ____________________________________________________________________________
25662 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
25663         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
25664              From: Stas Bekman <stas@stason.org>
25665              Date: Sun, 14 Dec 2003 15:12:40 -0800
25666              Message-ID: <3FDCEE68.3080509@stason.org>
25667      Branch: perl
25668            ! Porting/pumpkin.pod
25669 ____________________________________________________________________________
25670 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
25671         Log: Subject: [DOCPATCH] perlfunc delete
25672              From: Elizabeth Mattijsen <liz@dijkmat.nl>
25673              Date: Sun, 14 Dec 2003 20:25:07 +0100
25674              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
25675      Branch: perl
25676            ! pod/perlfunc.pod
25677 ____________________________________________________________________________
25678 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
25679         Log: Forgot to remove a comment
25680      Branch: perl
25681            ! pp.c
25682 ____________________________________________________________________________
25683 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
25684         Log: S_save_hek_flags should honour the "free" flag.
25685              Ought to mask the flag bits that shouldn't be stored.
25686      Branch: perl
25687            ! hv.c
25688 ____________________________________________________________________________
25689 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
25690         Log: Some fool missed a letter n.
25691              (and then "optimised" code based on its absense. D'oh)
25692              Restore the correct behaviour - fetch with uppercase key, then if
25693              still not found store with mixed/lowercase key.
25694      Branch: perl
25695            ! hv.c
25696 ____________________________________________________________________________
25697 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
25698         Log: Subject: Re: Change 21862
25699              From: Enache Adrian <enache@rdslink.ro>
25700              Date: Wed, 10 Dec 2003 06:05:58 +0200
25701              Message-ID: <20031210040558.GC1584@ratsnest.hole>
25702
25703              (1st hunk), plus the equivalent for hv_delete_common
25704      Branch: perl
25705            ! hv.c
25706 ____________________________________________________________________________
25707 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
25708         Log: Clean up a bug I introduced into caseless ENV hv_delete
25709              (should be the proper fix for 21870 and 21872's band aid)
25710      Branch: perl
25711            ! hv.c
25712 ____________________________________________________________________________
25713 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
25714         Log: Subject: Re: 5.6.2-RC1 on Cygwin
25715              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25716              Date: Sat, 6 Dec 2003 22:32:59 -0800
25717              Message-ID: <20031207063259.GA3004@efn.org>
25718              (with tweaks to cleanup code)
25719      Branch: perl
25720            ! t/op/taint.t
25721 ____________________________________________________________________________
25722 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
25723         Log: Add Perl_ceil
25724      Branch: perl
25725            ! perl.h pp.c
25726 ____________________________________________________________________________
25727 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
25728         Log: Reformat a long line in perlembed.pod (bug #24623).
25729      Branch: perl
25730            ! pod/perlembed.pod
25731 ____________________________________________________________________________
25732 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
25733         Log: The binary compatibility notes say that new global functions should
25734              go at the end. Not that I'm anything more than "trainee" when it
25735              comes to this bincompat stuff.
25736      Branch: perl
25737            ! embed.fnc proto.h
25738 ____________________________________________________________________________
25739 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
25740         Log: alarm() is now implemented on Win32.
25741      Branch: perl
25742            ! pod/perlport.pod
25743 ____________________________________________________________________________
25744 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
25745         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
25746      Branch: perl
25747            ! pod/buildtoc
25748 ____________________________________________________________________________
25749 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
25750         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
25751              From: David Dyck <david.dyck@fluke.com>
25752              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
25753              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
25754      Branch: perl
25755            ! lib/File/CheckTree.pm
25756 ____________________________________________________________________________
25757 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
25758         Log: Make the XSRETURN macro evaluate its argument only once.
25759      Branch: perl
25760            ! XSUB.h
25761 ____________________________________________________________________________
25762 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
25763         Log: More POD fixes ; regenerate perltoc and perlmodlib.
25764      Branch: perl
25765            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
25766            ! pod/perltoc.pod
25767 ____________________________________________________________________________
25768 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
25769         Log: Fix some of the pods to produce more standard manpages,
25770              as reported by Eric S. Raymond.
25771      Branch: perl
25772            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
25773 ____________________________________________________________________________
25774 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
25775         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
25776              From: Anders Johnson <ajohnson@nvidia.com>
25777              Date: Fri, 12 Dec 2003 14:07:40 -0800
25778              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
25779              (with tweaks)
25780      Branch: perl
25781            ! lib/Pod/Html.pm
25782 ____________________________________________________________________________
25783 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
25784         Log: Modify the common guard for the signal.h header, because
25785              C99 compilers don't like it.o
25786
25787              see :
25788              Subject: UNIX03 & C99 issue with 5.8.2
25789              From: Alan Burlison <Alan.Burlison@sun.com>
25790              Date: Fri, 12 Dec 2003 23:04:52 +0000
25791              Message-ID: <3FDA4994.6050209@sun.com>
25792      Branch: perl
25793            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
25794            ! util.c
25795 ____________________________________________________________________________
25796 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
25797         Log: Subject: [PATCH] Math::BigInt v1.67 released
25798              From: Tels <perl_dummy@bloodgate.com>
25799              Date: Fri, 12 Dec 2003 18:47:43 +0100
25800              Message-Id: <200312121847.49039@bloodgate.com>
25801      Branch: perl
25802            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25803            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25804            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25805            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
25806            ! lib/Math/BigInt/t/sub_mbi.t
25807 ____________________________________________________________________________
25808 [ 21881] By: merijn                                on 2003/12/12  16:09:14
25809         Log: Subject: [PATCH] d_u32align for win32
25810              From: Gisle Aas <gisle@ActiveState.com>
25811              Date: 11 Dec 2003 01:33:39 -0800
25812              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
25813      Branch: perl
25814            ! win32/config.bc win32/config.gc win32/config.vc
25815 ____________________________________________________________________________
25816 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
25817         Log: Subject: [PATCH] environ array fix for VMS
25818              From: "Craig A. Berry" <craigberry@mac.com>
25819              Date: Thu, 11 Dec 2003 14:35:29 -0600
25820              Message-ID: <3FD8D511.2030805@mac.com>
25821      Branch: perl
25822            ! vms/vms.c
25823 ____________________________________________________________________________
25824 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
25825         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
25826              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
25827              Message-ID: <3FD8E74F.7000202@mindspring.com>
25828              Date: Thu, 11 Dec 2003 16:53:19 -0500
25829      Branch: perl
25830            ! AUTHORS
25831 ____________________________________________________________________________
25832 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
25833         Log: Add a mention of the error "DESTROY created new reference
25834              to dead object" in perldiag.
25835      Branch: perl
25836            ! pod/perldiag.pod
25837 ____________________________________________________________________________
25838 [ 21876] By: adi                                   on 2003/12/11  23:04:03
25839         Log: #21866 was wrong. another try to plumb that damn leak.
25840      Branch: perl
25841            ! mg.c sv.c
25842 ____________________________________________________________________________
25843 [ 21875] By: adi                                   on 2003/12/11  20:11:07
25844         Log: fix bug #24605.
25845              substr() wasn't working when used repeatedly on the same utf-8
25846              string.
25847      Branch: perl
25848            ! sv.c t/op/substr.t
25849 ____________________________________________________________________________
25850 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
25851         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
25852              by Jan Dubois.
25853      Branch: perl
25854            ! lib/Switch.pm
25855 ____________________________________________________________________________
25856 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
25857         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
25858              From: Autrijus Tang <autrijus@autrijus.org>
25859              Date: Tue, 9 Dec 2003 20:39:16 +0800
25860              Message-ID: <20031209123915.GA1454@not.autrijus.org>
25861      Branch: perl
25862            ! ext/Encode/encoding.pm pod/perlunicode.pod
25863 ____________________________________________________________________________
25864 [ 21872] By: adi                                   on 2003/12/09  03:26:16
25865         Log: temporary fix to avoid t/op/tie.t failures on Win32
25866      Branch: perl
25867            ! hv.c
25868 ____________________________________________________________________________
25869 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
25870         Log: Upgrade to Digest-MD5 2.33.
25871      Branch: perl
25872            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25873            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25874            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
25875 ____________________________________________________________________________
25876 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
25877         Log: Integrate change #21862 from maint-5.8 :
25878
25879              Win32/MinGW tweaks
25880              A. ENV_IS_CASELESS has trys to free(keysave) when
25881              keysave isn't in scope yet.
25882              B. For default makefile.mk which build with perlhost.h
25883              stuff "live" need to link with g++ to find new/delete etc.
25884      Branch: perl
25885           !> hv.c win32/makefile.mk
25886 ____________________________________________________________________________
25887 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
25888         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
25889              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25890              Date: Mon, 08 Dec 2003 08:17:46 +0100
25891              Message-id: <20031208071746.GA594@ethan>
25892      Branch: perl
25893            ! hv.c mg.c
25894 ____________________________________________________________________________
25895 [ 21868] By: adi                                   on 2003/12/08  03:38:39
25896         Log: yet another leak. bigger fish still swimming around.
25897              #!perl
25898              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
25899              __END__
25900      Branch: perl
25901            ! pp_ctl.c
25902 ____________________________________________________________________________
25903 [ 21867] By: adi                                   on 2003/12/08  03:34:37
25904         Log: yet another 2 leaks. example for the second:
25905              #! perl
25906              eval q{ open $p{q}, "foo" } while 1
25907              __END__
25908      Branch: perl
25909            ! op.c
25910 ____________________________________________________________________________
25911 [ 21866] By: adi                                   on 2003/12/08  03:30:16
25912         Log: plumb a leak with pos().
25913
25914              #! perl
25915              while (1) {
25916              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
25917              }
25918              __END__
25919      Branch: perl
25920            ! sv.c
25921 ____________________________________________________________________________
25922 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
25923         Log: Subject: [PATCH] documenting SCALAR gotcha
25924              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25925              Date: Sun, 07 Dec 2003 16:41:16 +0100
25926              Message-id: <20031207154116.GA825@ethan>
25927      Branch: perl
25928            ! pod/perltie.pod
25929 ____________________________________________________________________________
25930 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
25931         Log: Subject: [PATCH] setenv tweak for VMS
25932              From: "Craig A. Berry" <craigberry@mac.com>
25933              Date: Sat, 06 Dec 2003 18:13:32 -0600
25934              Message-ID: <3FD270AC.3000106@mac.com>
25935      Branch: perl
25936            ! vms/vms.c
25937 ____________________________________________________________________________
25938 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
25939         Log: Missing thingies.
25940      Branch: perl
25941            ! pp.c pp_hot.c
25942 ____________________________________________________________________________
25943 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
25944         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
25945              From: Tels <perl_dummy@bloodgate.com>
25946              Date: Sat, 6 Dec 2003 20:19:44 +0100
25947              Message-Id: <200312062016.50484@bloodgate.com>
25948      Branch: perl
25949            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
25950            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25951            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
25952            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
25953            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
25954            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25955            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
25956            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
25957            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
25958 ____________________________________________________________________________
25959 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
25960         Log: Forgot to update the MANIFEST.
25961      Branch: perl
25962            ! MANIFEST
25963 ____________________________________________________________________________
25964 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
25965         Log: Math::BigInt::Scalar is only for tests.
25966              Move it under t/lib.
25967      Branch: perl
25968           +> t/lib/Math/BigInt/Scalar.pm
25969            - lib/Math/BigInt/Scalar.pm
25970 ____________________________________________________________________________
25971 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
25972         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
25973              From: "Craig A. Berry" <craigberry@mac.com>
25974              Date: Sat, 06 Dec 2003 12:44:40 -0600
25975              Message-ID: <3FD22398.1060506@mac.com>
25976      Branch: perl
25977            ! doio.c
25978 ____________________________________________________________________________
25979 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
25980         Log: Remove the "Can't provide tied hash usage" error from perldiag.
25981              Mention the new tied hash SCALAR method in perldelta.
25982      Branch: perl
25983            ! pod/perldelta.pod pod/perldiag.pod
25984 ____________________________________________________________________________
25985 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
25986         Log: Clarify the description of SCALAR in perltie
25987      Branch: perl
25988            ! pod/perltie.pod
25989 ____________________________________________________________________________
25990 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
25991         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
25992              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25993              Date: Sat, 06 Dec 2003 11:50:59 +0100
25994              Message-id: <20031206105059.GA13989@ethan>
25995      Branch: perl
25996            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
25997            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
25998            ! proto.h t/op/tie.t
25999 ____________________________________________________________________________
26000 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
26001         Log: Make sv_force_normal_flags cope with shared hash key scalars
26002              (remember the pointer from SvPVX, reset the flags before SvGROW,
26003              avoid crazy loops or read-from-free)
26004      Branch: perl
26005            ! sv.c
26006 ____________________________________________________________________________
26007 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
26008         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
26009      Branch: perl
26010            ! ext/Digest/MD5/Makefile.PL
26011 ____________________________________________________________________________
26012 [ 21846] By: merijn                                on 2003/12/05  10:41:32
26013         Log: Subject: [PATCH] Configure gets d_u32align wrong
26014              From: Gisle Aas <gisle@ActiveState.com>
26015              Date: 05 Dec 2003 03:47:01 -0800
26016              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
26017      Branch: perl
26018            ! Configure
26019 ____________________________________________________________________________
26020 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
26021         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
26022              From: chromatic <chromatic@wgz.org>
26023              Date: Mon, 01 Dec 2003 09:20:21 -0800
26024              Message-Id: <1070299221.1275.19.camel@localhost>
26025      Branch: perl
26026            ! lib/AutoLoader.t
26027 ____________________________________________________________________________
26028 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
26029         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
26030              From: "Craig A. Berry" <craigberry@mac.com>
26031              Date: Thu, 04 Dec 2003 16:00:03 -0600
26032              Message-ID: <3FCFAE63.1080106@mac.com>
26033      Branch: perl
26034            ! ext/SDBM_File/sdbm/Makefile.PL
26035 ____________________________________________________________________________
26036 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
26037         Log: Subject: [PATCH] $^P, eval and caller
26038              From: Paul Johnson <paul@pjcj.net>
26039              Date: Fri, 5 Dec 2003 00:57:21 +0100
26040              Message-ID: <20031204235721.GJ26355@pjcj.net>
26041      Branch: perl
26042            ! mg.c
26043 ____________________________________________________________________________
26044 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
26045         Log: Fix File::Copy with hard links on Windows.
26046
26047              Subject: [PATCH] Re: perl @ 21830
26048              From: Steve Hay <steve.hay@uk.radan.com>
26049              Date: Wed, 03 Dec 2003 10:53:02 +0000
26050              Message-ID: <3FCDC08E.7080800@uk.radan.com>
26051
26052              and
26053              Date: Thu, 04 Dec 2003 11:02:22 +0000
26054              Message-ID: <3FCF143E.1040905@uk.radan.com>
26055      Branch: perl
26056            ! lib/File/Copy.pm lib/File/Copy.t
26057 ____________________________________________________________________________
26058 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
26059         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
26060              From: Alan Burlison <Alan.Burlison@sun.com>
26061              Date: Thu, 04 Dec 2003 12:14:30 +0000
26062              Message-ID: <3FCF2526.3030905@sun.com>
26063      Branch: perl
26064            ! installperl
26065 ____________________________________________________________________________
26066 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
26067         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
26068              From: Stas Bekman <stas@stason.org>
26069              Date: Wed, 03 Dec 2003 01:41:42 -0800
26070              Message-ID: <3FCDAFD6.9050106@stason.org>
26071      Branch: perl
26072            ! sv.c
26073 ____________________________________________________________________________
26074 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
26075         Log: The prove utility should also be installed on VMS and on Windows.
26076              Haven't we regression tests for installations yet ?
26077      Branch: perl
26078            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26079 ____________________________________________________________________________
26080 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
26081         Log: FAQ sync.
26082      Branch: perl
26083            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26084            ! pod/perlfaq4.pod pod/perlfaq5.pod
26085 ____________________________________________________________________________
26086 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
26087         Log: Subject: Re: [perl #24574] find2perl provides different results to find
26088              From: Slaven Rezic <slaven@rezic.de>
26089              Date: 30 Nov 2003 22:16:59 +0100
26090              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
26091
26092              (plus a note about find2perl now defaulting to -print in perldelta)
26093      Branch: perl
26094            ! pod/perldelta.pod x2p/find2perl.PL
26095 ____________________________________________________________________________
26096 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
26097         Log: Subject: [PATCH] setting $0 still broken
26098              From: Jan Dubois <jand@ActiveState.com>
26099              Date: Thu, 27 Nov 2003 21:09:51 -0800
26100              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
26101      Branch: perl
26102            ! mg.c
26103 ____________________________________________________________________________
26104 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
26105         Log: Better docs for the special code blocks, based on :
26106              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
26107              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26108              Date: Sat, 29 Nov 2003 23:15:56 +0100
26109              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
26110      Branch: perl
26111            ! pod/perlmod.pod pod/perlsub.pod
26112 ____________________________________________________________________________
26113 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
26114         Log: Fix the test boilerplate in lib/if.t, so it can be run
26115              from the t/ directory.
26116      Branch: perl
26117            ! lib/if.t
26118 ____________________________________________________________________________
26119 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
26120         Log: Keep installing xsubpp in lib/ExtUtils,
26121              so MakeMaker can find it.
26122      Branch: perl
26123            ! installperl
26124 ____________________________________________________________________________
26125 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
26126         Log: Upgrade to Test::Harness 2.38.
26127              Introduce the prove(1) utility.
26128              (The prove-switches test is disabled for now.)
26129      Branch: perl
26130            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
26131            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
26132            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
26133            + utils/prove.PL
26134            ! MANIFEST installperl lib/Test/Harness.pm
26135            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
26136            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
26137            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
26138            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
26139            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
26140            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
26141 ____________________________________________________________________________
26142 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
26143         Log: Subject: Re: [perl #24554] Segfault in POSIX module
26144              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26145              Date: Sat, 29 Nov 2003 23:32:38 +0900
26146              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
26147
26148              (plus a test for the stringification of references
26149              passed to POSIX::isXXX())
26150      Branch: perl
26151            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
26152 ____________________________________________________________________________
26153 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
26154         Log: Integrate if.pm 0.0401
26155              Needed to edit the test file as t/TEST can't cope with extra output
26156              lines as produced by 0.0401's if.t
26157      Branch: perl
26158            ! lib/if.pm lib/if.t
26159 ____________________________________________________________________________
26160 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
26161         Log: Remove whitespace from ends of lines (simply because it irritates me)
26162      Branch: perl
26163            ! utils/h2xs.PL
26164 ____________________________________________________________________________
26165 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
26166         Log: Update Unicode::Normalize to 0.28
26167      Branch: perl
26168            + ext/Unicode/Normalize/t/illegal.t
26169            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
26170            ! MANIFEST ext/Unicode/Normalize/Changes
26171            ! ext/Unicode/Normalize/Normalize.pm
26172            ! ext/Unicode/Normalize/Normalize.xs
26173            ! ext/Unicode/Normalize/README
26174 ____________________________________________________________________________
26175 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
26176         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
26177      Branch: perl
26178            - lib/Digest.t
26179 ____________________________________________________________________________
26180 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
26181         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
26182      Branch: perl
26183            + lib/Unicode/Collate/t/illegal.t
26184            + lib/Unicode/Collate/t/illegalp.t
26185            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26186            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
26187 ____________________________________________________________________________
26188 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
26189         Log: D'oh! Forgot to lib/Digest/base.pm
26190      Branch: perl
26191            + lib/Digest/base.pm
26192            ! MANIFEST
26193 ____________________________________________________________________________
26194 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
26195         Log: Update to Digest::MD5 2.31
26196      Branch: perl
26197            + ext/Digest/MD5/t/bits.t
26198            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26199            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
26200            ! ext/Digest/MD5/t/files.t
26201 ____________________________________________________________________________
26202 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
26203         Log: Update Digest to 1.03
26204      Branch: perl
26205            + lib/Digest/t/base.t
26206           +> lib/Digest/t/digest.t
26207            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
26208 ____________________________________________________________________________
26209 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
26210         Log: When Gconvert is a macro around sprintf with a .* format we need
26211              to cast to int (in case STRLEN isn't the same size as int)
26212              gcc issues a warning even when it is the same size
26213      Branch: perl
26214            ! sv.c
26215 ____________________________________________________________________________
26216 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
26217         Log: Silence gcc 2.95 warning
26218              (Its trace flow isn't good enough to realise that there is no problem)
26219      Branch: perl
26220            ! pp_hot.c
26221 ____________________________________________________________________________
26222 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
26223         Log: Gconvert actually takes type NV, while nv may be either double
26224              or long double (depending on some conditional code)
26225              Rafael and I think that this cast should work.
26226      Branch: perl
26227            ! sv.c
26228 ____________________________________________________________________________
26229 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
26230         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
26231      Branch: perl
26232            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
26233 ____________________________________________________________________________
26234 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
26235         Log: Fix a regression introduced by change #21694 on sprintf()
26236              with long doubles, by disabling the specific optimisation
26237              path in this case ; remove a unnecessary cast ; add a new
26238              test file for miscellaneous sprintf() test that don't fit
26239              in the t/op/sprintf.t framework.
26240      Branch: perl
26241            + t/op/sprintf2.t
26242            ! MANIFEST sv.c
26243 ____________________________________________________________________________
26244 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
26245         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
26246              From: Stas Bekman <stas@stason.org>
26247              Date: Fri, 28 Nov 2003 14:42:25 -0800
26248              Message-ID: <3FC7CF51.7060804@stason.org>
26249      Branch: perl
26250            ! pod/perlsec.pod
26251 ____________________________________________________________________________
26252 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
26253         Log: Implement C<use Exporter 'import'> :
26254
26255              Subject: Re: [PATCH] Exporter-related PODs
26256              From: Fergal Daly <fergal@esatclear.ie>
26257              Date: Mon, 10 Nov 2003 00:08:52 +0000
26258              Message-Id: <200311100008.52639.fergal@esatclear.ie>
26259
26260              (tweaked, so the imported import() doesn't spit out warnings)
26261      Branch: perl
26262            ! lib/Exporter.pm lib/Exporter.t
26263 ____________________________________________________________________________
26264 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
26265         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
26266              From: Slaven Rezic <slaven@rezic.de>
26267              Date: 19 Oct 2003 19:11:31 +0200
26268              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
26269              (with further tweaks)
26270      Branch: perl
26271            ! lib/File/Copy.pm lib/File/Copy.t
26272 ____________________________________________________________________________
26273 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
26274         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
26275              From: "Green, Paul" <Paul.Green@stratus.com>
26276              Date: Thu, 27 Nov 2003 21:51:26 -0500
26277              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
26278      Branch: perl
26279            ! hints/vos.sh
26280 ____________________________________________________________________________
26281 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
26282         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
26283              were failing
26284      Branch: perl
26285            ! t/op/readline.t
26286 ____________________________________________________________________________
26287 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
26288         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
26289              PerlIO and threads are not on CPAN.
26290      Branch: perl
26291            ! Porting/Maintainers.pl
26292 ____________________________________________________________________________
26293 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
26294         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
26295      Branch: perl
26296            ! AUTHORS
26297 ____________________________________________________________________________
26298 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
26299         Log: Subject: [PATCH] Re: bug or a feature?
26300              From: Torsten Foertsch <torsten.foertsch@gmx.net>
26301              Date: Sat, 22 Nov 2003 13:15:53 +0100
26302              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
26303
26304              and
26305              Date: Sat, 22 Nov 2003 14:21:45 +0100
26306              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
26307              (test moved to t/op/readline.t)
26308      Branch: perl
26309            ! pp_hot.c t/op/readline.t
26310 ____________________________________________________________________________
26311 [ 21783] By: merijn                                on 2003/11/24  21:24:46
26312         Log: Subject: remove hardcoded version number from cygwin/perlld.in
26313              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26314              Date: Mon, 24 Nov 2003 08:11:36 -0800
26315              Message-ID: <20031124161136.GC2656@efn.org>
26316      Branch: perl
26317            ! cygwin/Makefile.SHs cygwin/perlld.in
26318 ____________________________________________________________________________
26319 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
26320         Log: Should fix the infinite loop on a dynamic %ENV fetch
26321      Branch: perl
26322            ! hv.c
26323 ____________________________________________________________________________
26324 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
26325         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
26326              C source now cleaner, but optimised object file still the same size.
26327      Branch: perl
26328            ! hv.c
26329 ____________________________________________________________________________
26330 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
26331         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
26332              From: Andy Dougherty <doughera@lafayette.edu>
26333              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
26334              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
26335
26336              and :
26337              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
26338              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
26339      Branch: perl
26340            ! hints/solaris_2.sh
26341 ____________________________________________________________________________
26342 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
26343         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
26344              reported by Craig Berry
26345      Branch: perl
26346            ! hv.c
26347 ____________________________________________________________________________
26348 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
26349         Log: restore_magic needs to undo COW
26350              (while magic was off, sv_setsv is likely to have seen this SV as a
26351              good source for COW)
26352              Should fix the smoke failures on lib/locale.t
26353      Branch: perl
26354            ! mg.c
26355 ____________________________________________________________________________
26356 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
26357         Log: Don't COW if the destination has magic.
26358      Branch: perl
26359            ! sv.c
26360 ____________________________________________________________________________
26361 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
26362         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
26363              close to it.
26364      Branch: perl
26365            ! hv.c
26366 ____________________________________________________________________________
26367 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
26368         Log: "Space Is a Province of Brazil"
26369              Farewell, hv_store_common. Store is now part of Fetch.
26370              All tests pass. hv.c 15% smaller than when I started all this
26371      Branch: perl
26372            ! embed.fnc embed.h hv.c proto.h
26373 ____________________________________________________________________________
26374 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
26375         Log: Farewell hv_exists_common - exists is now a call to fetch
26376              (with the exists magic handling moved into fetch)
26377      Branch: perl
26378            ! embed.fnc embed.h hv.c proto.h
26379 ____________________________________________________________________________
26380 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
26381         Log: Shift negative klen/flags games from hv_store_common out to hv_store
26382      Branch: perl
26383            ! embed.fnc embed.h hv.c proto.h
26384 ____________________________________________________________________________
26385 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
26386         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
26387      Branch: perl
26388            ! embed.fnc embed.h hv.c proto.h
26389 ____________________________________________________________________________
26390 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
26391         Log: Check that the key is present before a delete, and absent afterwards
26392      Branch: perl
26393            ! ext/XS/APItest/t/hash.t
26394 ____________________________________________________________________________
26395 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
26396         Log: Move the negative key -> utf8 flag conversion out to hv_delete
26397      Branch: perl
26398            ! embed.fnc embed.h hv.c proto.h
26399 ____________________________________________________________________________
26400 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
26401         Log: Tweaks to S_hv_delete_common:
26402              make the magic call hv_fetch_common rather than ent-or-not
26403              grab the hash from a shared hash key scalar if possible
26404              use masked flags rather than flags for the comparison
26405      Branch: perl
26406            ! hv.c
26407 ____________________________________________________________________________
26408 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
26409         Log: Integrate:
26410              [ 21762]
26411              Refactor hash API tests (prior to some additions)
26412
26413              [ 21763]
26414              Test all permuations of utf8 flags on hashes and keys
26415      Branch: perl
26416           !> ext/XS/APItest/t/hash.t
26417 ____________________________________________________________________________
26418 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
26419         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
26420      Branch: perl
26421            ! embed.fnc hv.c proto.h
26422 ____________________________________________________________________________
26423 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
26424         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
26425      Branch: perl
26426            ! embed.fnc embed.h hv.c proto.h
26427 ____________________________________________________________________________
26428 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
26429         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
26430              From: Alan Burlison <Alan.Burlison@sun.com>
26431              Date: Thu, 20 Nov 2003 10:34:30 +0000
26432              Message-ID: <3FBC98B6.6090909@sun.com>
26433      Branch: perl
26434            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
26435            ! universal.c
26436 ____________________________________________________________________________
26437 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
26438         Log: Regenerate perlapi and perltoc.
26439      Branch: perl
26440            ! pod/perlapi.pod pod/perltoc.pod
26441 ____________________________________________________________________________
26442 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
26443         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
26444              From: Iain Truskett <spoon@cpan.org>
26445              Date: Thu, 20 Nov 2003 00:41:33 +1100
26446              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
26447      Branch: perl
26448            ! lib/PerlIO.pm pod/perlrun.pod
26449 ____________________________________________________________________________
26450 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
26451         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
26452              remove S_hv_fetch_flags
26453              hv.c now 13% smaller than when I started. hv_store TODO
26454      Branch: perl
26455            ! embed.fnc embed.h hv.c proto.h
26456 ____________________________________________________________________________
26457 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
26458         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
26459              together with subroutine call
26460              Apparently concat still doesn't deal correctly with lexicals
26461              in all cases. Disable the whole TARGET_MY optimisation for it.
26462              (and remove the corresponding code from the peephole optimiser.)
26463      Branch: perl
26464            ! op.c opcode.h opcode.pl t/op/concat.t
26465 ____________________________________________________________________________
26466 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
26467         Log: Update the runops stuff in perlguts
26468      Branch: perl
26469            ! pod/perlguts.pod
26470 ____________________________________________________________________________
26471 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
26472         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
26473      Branch: perl
26474            ! embed.fnc embed.h hv.c proto.h
26475 ____________________________________________________________________________
26476 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
26477         Log: Subject: [PATCH] clear of empty locked hash SEGVs
26478              From: Alan Burlison <Alan.Burlison@sun.com>
26479              Date: Wed, 19 Nov 2003 14:39:03 +0000
26480              Message-ID: <3FBB8087.20206@sun.com>
26481      Branch: perl
26482            ! hv.c lib/Hash/Util.t
26483 ____________________________________________________________________________
26484 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
26485         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
26486      Branch: perl
26487            ! embed.fnc embed.h hv.c proto.h
26488 ____________________________________________________________________________
26489 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
26490         Log: Run regen.pl (for hv_assert)
26491      Branch: perl
26492            ! global.sym
26493 ____________________________________________________________________________
26494 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
26495         Log: Integrate:
26496              [ 21642]
26497              space should be tab for lib/I18N/LangTags/t/02decency.t
26498      Branch: perl
26499           !> MANIFEST
26500 ____________________________________________________________________________
26501 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
26502         Log: Restore errno after having read $^E (like for $!)
26503              to preserve errno from unfortunate side-effects.
26504      Branch: perl
26505            ! mg.c
26506 ____________________________________________________________________________
26507 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
26508         Log: Whoops. We weren't actually testing hv_store_ent
26509              We are now. Plus test hv_store for an initially empty hash.
26510      Branch: perl
26511            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
26512 ____________________________________________________________________________
26513 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
26514         Log: Complement of change #21740 for Windows.
26515              (I have the feeling that it's already subtly broken on VMS)
26516      Branch: perl
26517            ! win32/Makefile win32/makefile.mk
26518 ____________________________________________________________________________
26519 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
26520         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
26521      Branch: perl
26522            + utils/instmodsh.PL utils/xsubpp.PL
26523            ! MANIFEST installperl utils.lst utils/Makefile
26524 ____________________________________________________________________________
26525 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
26526         Log: Subject: Re: [perl #24493] install.html not working
26527              From: Slaven Rezic <slaven@rezic.de>
26528              Date: 16 Nov 2003 20:52:29 +0100
26529              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
26530      Branch: perl
26531            ! installhtml
26532 ____________________________________________________________________________
26533 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
26534         Log: Ooops. left an XXX comment in, and worse still it's a // comment
26535      Branch: perl
26536            ! hv.c
26537 ____________________________________________________________________________
26538 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
26539         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
26540              (pp functions use the _ent variants, and as the implementation is
26541              duplicated, these bugs aren't tested, and aren't noticed)
26542      Branch: perl
26543            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
26544 ____________________________________________________________________________
26545 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
26546         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
26547              (pp_exists uses hv_exists_ent, which isn't broken)
26548              I expect an equivalent bug in hv_delete
26549      Branch: perl
26550            + ext/XS/APItest/t/hash.t
26551            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
26552            ! ext/XS/APItest/MANIFEST hv.c
26553 ____________________________________________________________________________
26554 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
26555         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
26556              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26557              Date: Sat, 15 Nov 2003 23:22:16 +0100
26558              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
26559      Branch: perl
26560            ! ext/threads/t/problems.t
26561 ____________________________________________________________________________
26562 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
26563         Log: Subject: [PATCH] configpm, our $summary : unique
26564              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26565              Date: Sat, 15 Nov 2003 22:18:32 +0100
26566              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
26567              (plus comments)
26568      Branch: perl
26569            ! configpm
26570 ____________________________________________________________________________
26571 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
26572         Log: Subject: [PATCH] Re: Storable Error
26573              From: Nicholas Clark <nick@ccl4.org>
26574              Date: Sat, 9 Aug 2003 00:35:36 +0100
26575              Message-ID: <20030809003535.C20130@plum.flirble.org>
26576      Branch: perl
26577            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
26578            ! proto.h
26579 ____________________________________________________________________________
26580 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
26581         Log: Update perlhist with 5.6.2.
26582      Branch: perl
26583            ! pod/perlhist.pod
26584 ____________________________________________________________________________
26585 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
26586         Log: Add more complete tests for the "variable masks earlier
26587              declaration" warning, including a TODO test
26588      Branch: perl
26589            ! t/lib/warnings/pad
26590 ____________________________________________________________________________
26591 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
26592         Log: Include "SCCS" in the list of directory names that should
26593              be ignored by installperl.
26594      Branch: perl
26595            ! installperl
26596 ____________________________________________________________________________
26597 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
26598         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
26599              From: Enache Adrian <enache@rdslink.ro>
26600              Date: Tue, 11 Nov 2003 15:25:29 +0200
26601              Message-ID: <20031111132529.GB1271@ratsnest.hole>
26602      Branch: perl
26603            ! op.c
26604 ____________________________________________________________________________
26605 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
26606         Log: Fix bug [perl #24380] : assigning to a hash in list
26607              or scalar context yielded a wrong value if the list
26608              contained duplicated keys for the hash. This is fixed
26609              by counting the number of duplicate keys and trimming
26610              the stack by the corresponding number of items.
26611      Branch: perl
26612            ! pp_hot.c t/op/hashassign.t
26613 ____________________________________________________________________________
26614 [ 21713] By: merijn                                on 2003/11/13  09:25:15
26615         Log: Simplified the reading
26616      Branch: perl
26617            ! hints/solaris_2.sh
26618 ____________________________________________________________________________
26619 [ 21712] By: merijn                                on 2003/11/13  09:22:21
26620         Log: Enable hints to create call-back units that can act when
26621              a specific variable is *not* set (like -Uuselargefiles)
26622      Branch: perl
26623            ! Configure hints/README.hints
26624 ____________________________________________________________________________
26625 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
26626         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
26627              From: Michael G Schwern <schwern@pobox.com>
26628              Date: Tue, 11 Nov 2003 21:02:30 -0800
26629              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
26630      Branch: perl
26631            ! ext/SDBM_File/sdbm/Makefile.PL
26632 ____________________________________________________________________________
26633 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
26634         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
26635              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26636              Date: Tue, 4 Nov 2003 20:07:25 -0800
26637              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
26638      Branch: perl
26639            ! installperl
26640 ____________________________________________________________________________
26641 [ 21706] By: ams                                   on 2003/11/11  23:46:19
26642         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
26643              From: Tom Phoenix <rootbeer@redcat.com>
26644              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
26645              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
26646      Branch: perl
26647            ! pod/perlmod.pod
26648 ____________________________________________________________________________
26649 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
26650         Log: Upgrade to MakeMaker 6.21.
26651      Branch: perl
26652            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
26653            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
26654            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
26655 ____________________________________________________________________________
26656 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
26657         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
26658              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26659              Date: Tue, 4 Nov 2003 20:10:16 -0800
26660              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
26661
26662              and part of
26663              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
26664              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26665              Date: Tue, 4 Nov 2003 20:18:37 -0800
26666              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
26667
26668              (I've left out the PREFIX part for now)
26669      Branch: perl
26670            ! Makefile.SH installperl os2/Makefile.SHs
26671 ____________________________________________________________________________
26672 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
26673         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
26674              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26675              Date: Mon, 3 Nov 2003 20:27:39 -0800
26676              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
26677
26678              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
26679              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26680              Date: Mon, 3 Nov 2003 20:57:48 -0800
26681              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
26682      Branch: perl
26683            ! sv.c
26684 ____________________________________________________________________________
26685 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
26686         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
26687              From: Vadim Konovalov <konovalo@mail.wplus.net>
26688              Date: Sun, 9 Nov 2003 13:31:59 +0300
26689              Message-ID: <93187393948.20031109133159@mail.wplus.net>
26690      Branch: perl
26691            ! wince/Makefile.ce
26692 ____________________________________________________________________________
26693 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
26694         Log: Update the list of pumpkings in perlhist.pod.
26695      Branch: perl
26696            ! pod/perlhist.pod
26697 ____________________________________________________________________________
26698 [ 21687] By: ams                                   on 2003/11/08  17:09:56
26699         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
26700              From: Abigail <abigail@abigail.nl>
26701              Date: Sat, 8 Nov 2003 18:51:30 +0100
26702              Message-Id: <20031108175130.GA22273@abigail.nl>
26703      Branch: perl
26704            ! pod/perlhist.pod
26705 ____________________________________________________________________________
26706 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
26707         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
26708              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26709              Date: Thu, 6 Nov 2003 23:26:18 -0800
26710              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
26711      Branch: perl
26712            ! os2/Changes
26713 ____________________________________________________________________________
26714 [ 21676] By: davem                                 on 2003/11/06  22:11:23
26715         Log: bugid #24407: numeric key for shared hash got stringified using
26716              wrong interpreter, and thus got malloced into the wrong thread
26717              memory pool
26718      Branch: perl
26719            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
26720 ____________________________________________________________________________
26721 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
26722         Log: Upgrade to MakeMaker 6.20.
26723      Branch: perl
26724            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
26725            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
26726            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
26727            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
26728            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
26729 ____________________________________________________________________________
26730 [ 21674] By: ams                                   on 2003/11/06  09:32:26
26731         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
26732              tests fail to spot this
26733              From: Rick Delaney <rick@bort.ca>
26734              Date: Wed, 5 Nov 2003 23:02:41 -0500
26735              Message-Id: <20031105230241.D13585@biff.bort.ca>
26736      Branch: perl
26737            ! pp_ctl.c t/op/taint.t
26738 ____________________________________________________________________________
26739 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
26740         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
26741              From: Andy Dougherty <doughera@lafayette.edu>
26742              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
26743              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
26744      Branch: perl
26745            ! hints/linux.sh
26746 ____________________________________________________________________________
26747 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
26748         Log: Subject: [patch t/op/hash.t] extending the hash attack test
26749              From: Stas Bekman <stas@stason.org>
26750              Date: Tue, 04 Nov 2003 14:33:09 -0800
26751              Message-ID: <3FA82925.7020703@stason.org>
26752      Branch: perl
26753            ! t/op/hash.t
26754 ____________________________________________________________________________
26755 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
26756         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
26757              From: Stas Bekman <stas@stason.org>
26758              Date: Wed, 05 Nov 2003 00:50:25 -0800
26759              Message-ID: <3FA8B9D1.2020806@stason.org>
26760      Branch: perl
26761            ! lib/Benchmark.pm
26762 ____________________________________________________________________________
26763 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
26764         Log: From: Craig Berry <craigberry@mac.com>
26765              Subject: Opcode.xs/RC2 compile nit on VMS
26766              Date: Wed, 05 Nov 2003 12:16:34 -0600
26767              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
26768      Branch: perl
26769            ! ext/Opcode/Opcode.xs
26770 ____________________________________________________________________________
26771 [ 21664] By: ams                                   on 2003/11/05  18:34:28
26772         Log: Orphaned submission from #21546.
26773      Branch: perl
26774            ! perl.c
26775 ____________________________________________________________________________
26776 [ 21663] By: ams                                   on 2003/11/05  17:01:29
26777         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
26778              From: Slaven Rezic <slaven@rezic.de>
26779              Date: 20 Oct 2003 22:39:28 +0200
26780              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
26781      Branch: perl
26782            ! lib/filetest.t
26783 ____________________________________________________________________________
26784 [ 21662] By: ams                                   on 2003/11/05  16:51:08
26785         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
26786              From: Michael G Schwern <schwern@pobox.com>
26787              Date: Wed, 5 Nov 2003 06:26:36 -0800
26788              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
26789      Branch: perl
26790            ! t/op/cproto.t
26791 ____________________________________________________________________________
26792 [ 21661] By: ams                                   on 2003/11/05  16:50:05
26793         Log: Subject: [PATCH] Modernise INSTALL
26794              From: Gisle Aas <gisle@ActiveState.com>
26795              Date: 05 Nov 2003 05:16:25 -0800
26796              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
26797
26798              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
26799              From: Abigail <abigail@abigail.nl>
26800              Date: Tue, 4 Nov 2003 10:40:57 +0100
26801              Message-Id: <20031104094057.GA22508@abigail.nl>
26802      Branch: perl
26803            ! INSTALL pod/perlhist.pod
26804 ____________________________________________________________________________
26805 [ 21660] By: ams                                   on 2003/11/05  16:46:12
26806         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
26807              From: Jan Dubois <jand@ActiveState.com>
26808              Date: Tue, 04 Nov 2003 16:52:14 -0800
26809              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
26810      Branch: perl
26811            ! reentr.c reentr.h reentr.pl
26812 ____________________________________________________________________________
26813 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
26814         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
26815              From: Michael G Schwern <schwern@pobox.com>
26816              Date: Tue, 4 Nov 2003 17:59:13 -0800
26817              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
26818
26819              Replaces the temporary kludge (#21655).
26820      Branch: perl
26821            ! ext/SDBM_File/sdbm/Makefile.PL
26822 ____________________________________________________________________________
26823 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
26824         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
26825              From: PPrymmer@factset.com
26826              Date: Tue, 4 Nov 2003 10:00:07 -0500
26827              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
26828      Branch: perl
26829            ! pod/perlebcdic.pod
26830 ____________________________________________________________________________
26831 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
26832         Log: Temporary kludge to allow SDBM_File being built
26833              with MakeMaker 6.19.
26834      Branch: perl
26835            ! ext/SDBM_File/sdbm/Makefile.PL
26836 ____________________________________________________________________________
26837 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
26838         Log: Upgrade to ExtUtils::MakeMaker 6.19
26839      Branch: perl
26840            + lib/ExtUtils/t/parse_version.t
26841            + t/lib/MakeMaker/Test/Setup/BFD.pm
26842            + t/lib/MakeMaker/Test/Setup/Problem.pm
26843            - lib/ExtUtils/t/00setup_dummy.t
26844            - lib/ExtUtils/t/zz_cleanup_dummy.t
26845            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
26846            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
26847            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
26848            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
26849            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
26850            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26851            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
26852            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
26853            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
26854            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
26855            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
26856            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
26857            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
26858            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
26859            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
26860            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
26861            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
26862            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
26863 ____________________________________________________________________________
26864 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
26865         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
26866              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26867              Date: Mon, 3 Nov 2003 20:20:44 -0800
26868              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
26869      Branch: perl
26870            ! os2/Makefile.SHs
26871 ____________________________________________________________________________
26872 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
26873         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
26874              From: Michael G Schwern <schwern@pobox.com>
26875              Date: Sat, 1 Nov 2003 22:57:45 -0800
26876              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
26877              (goes with change #21418)
26878      Branch: perl
26879            ! lib/autouse.pm lib/autouse.t
26880 ____________________________________________________________________________
26881 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
26882         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
26883              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26884              Date: Mon, 3 Nov 2003 20:53:33 +0100
26885              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
26886      Branch: perl
26887            ! ext/Devel/PPPort/PPPort.pm
26888 ____________________________________________________________________________
26889 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
26890         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
26891              From: Casey West <casey@geeknest.com>
26892              Date: Mon, 3 Nov 2003 10:11:43 -0500
26893              Message-ID: <20031103151143.GB430@geeknest.com>
26894      Branch: perl
26895            ! ext/Cwd/Cwd.xs
26896 ____________________________________________________________________________
26897 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
26898         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
26899              From: Jan Dubois <jand@ActiveState.com>
26900              Date: Sun, 02 Nov 2003 21:43:44 -0800
26901              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
26902      Branch: perl
26903            ! reentr.h reentr.pl
26904 ____________________________________________________________________________
26905 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
26906         Log: Document the fact that keys() and values() are optimized
26907              for void context (as suggested by Liz.)
26908      Branch: perl
26909            ! pod/perlfunc.pod
26910 ____________________________________________________________________________
26911 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
26912         Log: Stas would prefer not to have MOD_PERL defines in perl.
26913      Branch: perl
26914            ! hv.c hv.h
26915 ____________________________________________________________________________
26916 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
26917         Log: s/new_hash/rehash/g (Stas suggested a better name)
26918      Branch: perl
26919            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
26920            ! sv.c universal.c util.c
26921 ____________________________________________________________________________
26922 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
26923         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
26924              make Hash::Util::hash_seed use this.
26925      Branch: perl
26926            ! lib/Hash/Util.pm universal.c
26927 ____________________________________________________________________________
26928 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
26929         Log: Fix for [perl #24347] segfault with Safe
26930              The empty %INC created for safe compartements was freed
26931              too early.
26932      Branch: perl
26933            ! ext/Opcode/Opcode.xs
26934 ____________________________________________________________________________
26935 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
26936         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
26937              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26938              Date: Sun, 2 Nov 2003 22:24:28 +0100
26939              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
26940      Branch: perl
26941            ! pod/perlguts.pod
26942 ____________________________________________________________________________
26943 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
26944         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
26945      Branch: perl
26946            ! pod/perlhist.pod
26947 ____________________________________________________________________________
26948 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
26949         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
26950              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26951              Date: Wed, 29 Oct 2003 14:00:18 -0800
26952              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
26953      Branch: perl
26954            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
26955            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
26956            ! os2/perl2cmd.pl perlio.c
26957 ____________________________________________________________________________
26958 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
26959         Log: Quoted-printable is evil.
26960      Branch: perl
26961            ! win32/win32.h
26962 ____________________________________________________________________________
26963 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
26964         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
26965      Branch: perl
26966            ! perl.c
26967 ____________________________________________________________________________
26968 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
26969         Log: Portability nit for MinGW 3.
26970
26971              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
26972              From: Greg Matheson <lang@ms.chinmin.edu.tw>
26973              Date: Thu, 30 Oct 2003 14:11:58 +0800
26974              Message-ID: <20031030141158.A11772@ms>
26975              (actual patch by Abe Timmerman)
26976      Branch: perl
26977            ! win32/win32.h
26978 ____________________________________________________________________________
26979 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
26980         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
26981              From: david nicol <whatever@davidnicol.com>
26982              Date: 26 Oct 2003 22:34:04 -0600
26983              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
26984      Branch: perl
26985            ! pod/perltie.pod
26986 ____________________________________________________________________________
26987 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
26988         Log: Subject: [PATCH] DB_File 1.807
26989              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26990              Date: Sat, 1 Nov 2003 13:50:12 -0000
26991              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
26992      Branch: perl
26993            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26994            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26995            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
26996 ____________________________________________________________________________
26997 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
26998         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
26999              From: Rick Delaney <rick@bort.ca>
27000              Date: Mon, 27 Oct 2003 16:24:16 -0500
27001              Message-ID: <20031027162416.H2233@biff.bort.ca>
27002      Branch: perl
27003            ! pp_hot.c
27004 ____________________________________________________________________________
27005 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
27006         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
27007      Branch: perl
27008            ! MANIFEST
27009 ____________________________________________________________________________
27010 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
27011         Log: mod_perl2 will require access to the Plan C hashing function.
27012      Branch: perl
27013            ! hv.h
27014 ____________________________________________________________________________
27015 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
27016         Log: Add Internals::HvREHASH to expose the rehashing flag
27017              t/op/hash.t tests that pathological data triggers rehashing
27018      Branch: perl
27019            + t/op/hash.t
27020            ! universal.c
27021 ____________________________________________________________________________
27022 [ 21599] By: davem                                 on 2003/11/01  00:09:22
27023         Log: whoops, typo
27024      Branch: perl
27025            ! ext/threads/shared/shared.xs
27026 ____________________________________________________________________________
27027 [ 21598] By: davem                                 on 2003/11/01  00:03:38
27028         Log: seg faults when deleting keys of shared hash refs
27029              Ensure that the shared_sv get magic of the element being deleted
27030              is called. Also, avoid posible memory leaks by wrapping all shared
27031              context sections with ENTER/SAVETMPS
27032      Branch: perl
27033            ! ext/threads/shared/shared.xs
27034 ____________________________________________________________________________
27035 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
27036         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
27037              From: Andy Dougherty <doughera@lafayette.edu>
27038              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
27039              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
27040              (plus POD link fixes)
27041      Branch: perl
27042            ! INSTALL
27043 ____________________________________________________________________________
27044 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
27045         Log: Prevent the installation of makefiles that can be found
27046              under lib/.
27047      Branch: perl
27048            ! installperl
27049 ____________________________________________________________________________
27050 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
27051         Log: Test nit ; goes with change 21591
27052      Branch: perl
27053            ! t/lib/warnings/regcomp
27054 ____________________________________________________________________________
27055 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
27056         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
27057              From: Gisle Aas <gisle@ActiveState.com>
27058              Date: 31 Oct 2003 03:13:03 -0800
27059              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
27060      Branch: perl
27061            ! pod/perlrun.pod
27062 ____________________________________________________________________________
27063 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
27064         Log: Subject: [PATCH] Off-by-one error in regcomp.c
27065              From: Slaven Rezic <slaven@rezic.de>
27066              Date: Fri, 31 Oct 2003 12:16:11 +0000
27067              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
27068      Branch: perl
27069            ! regcomp.c t/op/regmesg.t
27070 ____________________________________________________________________________
27071 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
27072         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
27073              From: Stas Bekman <stas@stason.org>
27074              Date: Wed, 29 Oct 2003 16:47:24 -0800
27075              Message-ID: <3FA05F9C.2080304@stason.org>
27076      Branch: perl
27077            ! pod/perlfunc.pod
27078 ____________________________________________________________________________
27079 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
27080         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
27081              From: Stas Bekman <stas@stason.org>
27082              Date: Wed, 29 Oct 2003 15:15:15 -0800
27083              Message-ID: <3FA04A03.5010603@stason.org>
27084              (enclosed in a #ifdef DEBUGGING)
27085      Branch: perl
27086            ! sv.c
27087 ____________________________________________________________________________
27088 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
27089         Log: Subject: [PATCH] Devel::PPPort and scan_bin
27090              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27091              Date: Wed, 29 Oct 2003 22:53:43 +0100
27092              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
27093      Branch: perl
27094            ! ext/Devel/PPPort/PPPort.pm
27095 ____________________________________________________________________________
27096 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
27097         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
27098              From: Jan Dubois <jand@ActiveState.com>
27099              Date: Thu, 30 Oct 2003 18:43:08 -0800
27100              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
27101      Branch: perl
27102            ! Porting/p4d2p
27103 ____________________________________________________________________________
27104 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
27105         Log: Comment that this "optimisation" is actually a necessary fixup.
27106              When the split occurs (to make the opti{miser,onal}) this isn't
27107              (Richard Clamp reminded me that I forgot to do this)
27108      Branch: perl
27109            ! op.c
27110 ____________________________________________________________________________
27111 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
27112         Log: Rewrite to correctly use test.pl
27113
27114              Date: Thu, 30 Oct 2003 15:51:03 -0800
27115              From: Michael G Schwern <schwern@pobox.com>
27116              Subject: Re: Fix for the orange lion bug - aka empty sub bug
27117              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
27118      Branch: perl
27119            ! t/op/sub.t
27120 ____________________________________________________________________________
27121 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
27122         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
27123              Subject: Fix for the orange lion bug - aka empty sub bug
27124              From: Arthur Bergman <sky@nanisky.com>
27125              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
27126      Branch: perl
27127            + t/op/sub.t
27128            ! MANIFEST op.c
27129 ____________________________________________________________________________
27130 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
27131         Log: 14 is the chain length for attack. From
27132
27133              Message-ID: <20031030204117.16008.qmail@plover.com>
27134              Subject: Re: 5.8.2-RC1 and mp2
27135              Date: Thu, 30 Oct 2003 15:41:17 -0500
27136              From: Mark Jason Dominus <mjd@plover.com>
27137
27138              and
27139
27140              From: Scott A Crosby <scrosby@cs.rice.edu>
27141              Subject: Re: 5.8.2-RC1 and mp2
27142              Date: 30 Oct 2003 14:08:06 -0600
27143              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
27144      Branch: perl
27145            ! hv.c
27146 ____________________________________________________________________________
27147 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
27148         Log: Move a fcntl() example in perlfunc at a more proper place,
27149              as suggested by :
27150              Subject: [perl #24334] ioctl/fcntl doc confusion
27151              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
27152              Date: 28 Oct 2003 13:37:49 -0000
27153              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
27154      Branch: perl
27155            ! pod/perlfunc.pod
27156 ____________________________________________________________________________
27157 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
27158         Log: Upgrade to Time::HiRes 1.52.
27159      Branch: perl
27160            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27161            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
27162 ____________________________________________________________________________
27163 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
27164         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
27165              From: Abigail <abigail@abigail.nl>
27166              Date: Mon, 27 Oct 2003 13:05:37 +0100
27167              Message-ID: <20031027120536.GA24608@abigail.nl>
27168
27169              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
27170              From: Rick Delaney <rick@bort.ca>
27171              Date: Mon, 27 Oct 2003 12:17:49 -0500
27172              Message-ID: <20031027121749.E2233@biff.bort.ca>
27173      Branch: perl
27174            ! lib/overload.t toke.c
27175 ____________________________________________________________________________
27176 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
27177         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
27178              From: Abigail <abigail@abigail.nl>
27179              Date: Mon, 27 Oct 2003 14:50:24 +0100
27180              Message-ID: <20031027135024.GA12666@abigail.nl>
27181      Branch: perl
27182            ! t/comp/proto.t
27183 ____________________________________________________________________________
27184 [ 21564] By: davem                                 on 2003/10/27  22:01:12
27185         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
27186              of sharedsv_scalar_store().
27187      Branch: perl
27188            ! ext/threads/shared/shared.xs
27189 ____________________________________________________________________________
27190 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
27191         Log: Add a new taint error, "%ENV is aliased to %s".
27192              This error is thrown when taint checks are enabled and
27193              when *ENV has been aliased, so that %ENV has no env-magic
27194              anymore. (see bug [perl #24291].)
27195      Branch: perl
27196            ! pod/perldiag.pod t/op/taint.t taint.c
27197 ____________________________________________________________________________
27198 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
27199         Log: Record the escape^Wrelease of 5.9.0
27200      Branch: perl
27201            ! pod/perlhist.pod
27202 ____________________________________________________________________________
27203 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
27204         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
27205              From: Alan Burlison <Alan.Burlison@sun.com>
27206              Date: Tue, 21 Oct 2003 15:00:58 +0100
27207              Message-ID: <3F953C1A.3060800@sun.com>
27208      Branch: perl
27209            ! hints/solaris_2.sh
27210 ____________________________________________________________________________
27211 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
27212         Log: Sync with Unicode::Normalize 0.25
27213      Branch: perl
27214            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
27215            + ext/Unicode/Normalize/t/proto.t
27216            + ext/Unicode/Normalize/t/split.t
27217            ! MANIFEST ext/Unicode/Normalize/Changes
27218            ! ext/Unicode/Normalize/Makefile.PL
27219            ! ext/Unicode/Normalize/Normalize.pm
27220            ! ext/Unicode/Normalize/Normalize.xs
27221            ! ext/Unicode/Normalize/README
27222 ____________________________________________________________________________
27223 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
27224         Log: Sync with Unicode::Collate 0.30
27225      Branch: perl
27226            + lib/Unicode/Collate/t/hangtype.t
27227            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
27228            + lib/Unicode/Collate/t/variable.t
27229            + lib/Unicode/Collate/t/version.t
27230            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27231            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
27232            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
27233            ! lib/Unicode/Collate/t/test.t
27234 ____________________________________________________________________________
27235 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
27236         Log: Sync with Pod::Perldoc 3.12
27237      Branch: perl
27238            ! lib/Pod/Perldoc.pm
27239 ____________________________________________________________________________
27240 [ 21546] By: ams                                   on 2003/10/27  09:00:08
27241         Log: Will the real off by one please stand up?
27242      Branch: perl
27243            ! mg.c
27244 ____________________________________________________________________________
27245 [ 21545] By: hv                                    on 2003/10/27  02:52:16
27246         Log: fixup separators
27247      Branch: perl
27248            ! Changes
27249 ____________________________________________________________________________
27250 [ 21544] By: hv                                    on 2003/10/27  02:51:26
27251         Log: don't complain of podless .pm files that have a separate .pod file
27252      Branch: perl
27253            ! pod/buildtoc
27254 ____________________________________________________________________________
27255 [ 21543] By: hv                                    on 2003/10/27  02:50:04
27256         Log: regen pods and toc
27257      Branch: perl
27258            ! pod/perlmodlib.pod pod/perltoc.pod
27259 ____________________________________________________________________________
27260 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
27261         Log: When %ENV has been turned into a non-magical hash after a
27262              glob assignment, TAINT_ENV() may dump core because it
27263              assumes $ENV{PATH} is magical. Fix this ; add a test to
27264              verify that the PATH is still checked for taintedness.
27265      Branch: perl
27266            ! t/op/taint.t taint.c
27267 ____________________________________________________________________________
27268 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
27269         Log: Fix backward-compatibility issues in if.pm.
27270      Branch: perl
27271            ! lib/if.pm
27272 ____________________________________________________________________________
27273 [ 21539] By: hv                                    on 2003/10/26  12:22:54
27274         Log: Update Changes.
27275      Branch: perl
27276            ! Changes patchlevel.h
27277 ____________________________________________________________________________
27278 [ 21538] By: ams                                   on 2003/10/26  08:08:02
27279         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
27280              The whole PL_origalen thing in perl.c looks very hokey.
27281      Branch: perl
27282            ! mg.c
27283 ____________________________________________________________________________
27284 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
27285         Log: show the rehash flags in dumps
27286      Branch: perl
27287            ! dump.c
27288 ____________________________________________________________________________
27289 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
27290         Log: Return 21533 (with modifications) having found the problem
27291      Branch: perl
27292            ! hv.c hv.h
27293 ____________________________________________________________________________
27294 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
27295         Log: Back out 21533 because it broke Encode's build in really weird ways
27296      Branch: perl
27297            ! hv.c hv.h
27298 ____________________________________________________________________________
27299 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
27300         Log: Plan C rough edge smoothing. Criteria for a hash split is now
27301              the earlier of "more keys than buckets" (the old test) or
27302              linked list too long. Rehash is triggered after a split if the
27303              longest linked list is too long.
27304      Branch: perl
27305            ! hv.c hv.h
27306 ____________________________________________________________________________
27307 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
27308         Log: Subject: Re: [perl #948] $, untieable?
27309              From: Richard Clamp <richardc@unixbeard.net>
27310              Date: Tue, 21 Oct 2003 00:02:49 +0100
27311              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
27312
27313              Plus a small fix to t/TEST to recognize the added TODO test
27314              as a TODO test.
27315      Branch: perl
27316            ! t/TEST t/op/tie.t
27317 ____________________________________________________________________________
27318 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
27319         Log: When it says "add", then, like, you have to p4 add it. D'oh!
27320              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
27321      Branch: perl
27322            + lib/I18N/LangTags/t/02decency.t
27323 ____________________________________________________________________________
27324 [ 21527] By: davem                                 on 2003/10/23  19:13:20
27325         Log: Fix two threads::shared leaks
27326              #24061 - AV in shared interpreter wasn't set to AvREAL
27327              #24255 - mortals were added to the shared interpreter's tmpstack
27328              and never freed.
27329      Branch: perl
27330            ! ext/threads/shared/shared.xs
27331 ____________________________________________________________________________
27332 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
27333         Log: From: Jan Dubois <jand@ActiveState.com>
27334              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
27335              Date: Wed, 22 Oct 2003 20:17:07 -0700
27336              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
27337
27338              From: Jan Dubois <jand@ActiveState.com>
27339              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
27340              Date: Wed, 22 Oct 2003 20:26:56 -0700
27341              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
27342      Branch: perl
27343            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
27344            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
27345            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
27346            ! utils/perldoc.PL
27347 ____________________________________________________________________________
27348 [ 21523] By: ams                                   on 2003/10/23  12:53:03
27349         Log: Subject: [PATCH] utime documentation
27350              From: Gisle Aas <gisle@ActiveState.com>
27351              Date: 23 Oct 2003 05:33:43 -0700
27352              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
27353      Branch: perl
27354            ! pod/perlfunc.pod
27355 ____________________________________________________________________________
27356 [ 21522] By: ams                                   on 2003/10/23  08:07:18
27357         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
27358              From: Jan Dubois <jand@ActiveState.com>
27359              Date: Wed, 22 Oct 2003 20:33:54 -0700
27360              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
27361      Branch: perl
27362            ! doio.c
27363 ____________________________________________________________________________
27364 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
27365         Log: patch created by Casey West from:
27366
27367              Subject: CPAN module problems
27368              From: Edward Moy <emoy@apple.com>
27369              Date: Fri, 10 Oct 2003 17:42:06 -0700
27370              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
27371
27372              (change ld value in hints file)
27373      Branch: perl
27374            ! hints/darwin.sh
27375 ____________________________________________________________________________
27376 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
27377         Log: Small email update in AUTHORS.
27378      Branch: perl
27379            ! AUTHORS
27380 ____________________________________________________________________________
27381 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
27382         Log: Add a test.taintwarn makefile target,
27383              to run the whole test suite with the -t switch.
27384      Branch: perl
27385            ! Makefile.SH pod/perlhack.pod t/TEST
27386 ____________________________________________________________________________
27387 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
27388         Log: Subject: [PATCH @20458] embedding perl
27389              From: Radu Greab <rgreab@fx.ro>
27390              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
27391              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
27392      Branch: perl
27393            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
27394            ! sv.c
27395 ____________________________________________________________________________
27396 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
27397         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
27398              in perltoot, $him->fullname should be $him->fullname->as_string
27399              when passed to printf.
27400      Branch: perl
27401            ! pod/perltoot.pod
27402 ____________________________________________________________________________
27403 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
27404         Log: Two OS/2 portability patches from Ilya.
27405
27406              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
27407              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27408              Date: Thu, 25 Sep 2003 12:09:11 -0700
27409              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
27410
27411              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
27412              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27413              Date: Thu, 25 Sep 2003 19:50:45 -0700
27414              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
27415      Branch: perl
27416            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
27417 ____________________________________________________________________________
27418 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
27419         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
27420              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27421              Date: Mon, 20 Oct 2003 20:14:19 +0200
27422              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
27423      Branch: perl
27424            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
27425 ____________________________________________________________________________
27426 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
27427         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
27428              From: Slaven Rezic <slaven@rezic.de>
27429              Date: 19 Oct 2003 17:54:59 +0200
27430              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
27431      Branch: perl
27432            ! perlio.c
27433 ____________________________________________________________________________
27434 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
27435         Log: Skip the chflags tests in filetest.t on Darwin.
27436      Branch: perl
27437            ! lib/filetest.t
27438 ____________________________________________________________________________
27439 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
27440         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
27441              flag on the hash when rehashing. Can turn off the "rehasing" flag
27442              if the hash is cleared
27443      Branch: perl
27444            ! hv.c
27445 ____________________________________________________________________________
27446 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
27447         Log: -u is deprecated.
27448              Subject: Re: why PERL5LIB is ignored when -T is in effect
27449              From: Slaven Rezic <slaven@rezic.de>
27450              Date: Fri, 17 Oct 2003 10:02:31 +0000
27451              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
27452      Branch: perl
27453            ! perl.c
27454 ____________________________________________________________________________
27455 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
27456         Log: The compilation of PerlIO::via may hang on AIX when
27457              compiling with vac at -O3 optimization level. Disable
27458              optimization for this module.
27459      Branch: perl
27460            + ext/PerlIO/via/hints/aix.pl
27461            ! MANIFEST
27462 ____________________________________________________________________________
27463 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
27464         Log: Plan C for foiling the algorithmic complexity attack
27465              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
27466              Chip's plan B (do something new inside the hv functions)
27467              and introspective sort)
27468              Provides infrastructure for hashes to change their hash function
27469              if necessary, and code in hsplit to detect pathalogical data and
27470              instigate a random rehashing.
27471              Needs refinement. Let's see how much smoke it creates.
27472      Branch: perl
27473            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
27474            ! util.c
27475 ____________________________________________________________________________
27476 [ 21470] By: davem                                 on 2003/10/16  20:03:44
27477         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
27478              PL_main_root is freed; this may not have been be the case if a
27479              thread other than the main one is the last to be destroyed
27480      Branch: perl
27481            ! ext/threads/t/thread.t pad.h perl.c
27482 ____________________________________________________________________________
27483 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
27484         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
27485              (as suggested by Jan Dubois)
27486      Branch: perl
27487            ! hv.c
27488 ____________________________________________________________________________
27489 [ 21468] By: ams                                   on 2003/10/16  19:00:14
27490         Log: Subject: Re: assert.h breaks perl.h
27491              From: Alexey Tourbin <at@altlinux.ru>
27492              Date: Thu, 16 Oct 2003 22:24:35 +0400
27493              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
27494      Branch: perl
27495            ! sv.h
27496 ____________________________________________________________________________
27497 [ 21467] By: ams                                   on 2003/10/16  18:57:57
27498         Log: Subject: [PATCH] Tie::Hash documentation
27499              From: Slaven Rezic <slaven@rezic.de>
27500              Date: Thu, 16 Oct 2003 17:57:35 +0000
27501              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
27502      Branch: perl
27503            ! lib/Tie/Hash.pm
27504 ____________________________________________________________________________
27505 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
27506         Log: Further tweak on change #21464.
27507      Branch: perl
27508            ! perl.c
27509 ____________________________________________________________________________
27510 [ 21464] By: ams                                   on 2003/10/16  08:42:50
27511         Log: Subject: perl -h tweak [PATCH]
27512              From: Gisle Aas <gisle@ActiveState.com>
27513              Date: 16 Oct 2003 02:49:39 -0700
27514              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
27515      Branch: perl
27516            ! perl.c
27517 ____________________________________________________________________________
27518 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
27519         Log: Perlfaq1 : take notice that 5.8.1 is now released.
27520      Branch: perl
27521            ! pod/perlfaq1.pod
27522 ____________________________________________________________________________
27523 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
27524         Log: PerlFAQ sync. (only actual changes)
27525      Branch: perl
27526            ! pod/perlfaq4.pod
27527 ____________________________________________________________________________
27528 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
27529         Log: Typos.
27530      Branch: perl
27531            ! hints/aix.sh
27532 ____________________________________________________________________________
27533 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
27534         Log: Fix bug [perl #24212] : improper error recovery in the
27535              tokenizer after an unknown filetest operator.
27536      Branch: perl
27537            ! t/comp/parser.t toke.c
27538 ____________________________________________________________________________
27539 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
27540         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
27541      Branch: perl
27542            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27543            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
27544            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
27545            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27546            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27547            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
27548 ____________________________________________________________________________
27549 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
27550         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
27551              Based on a idea by Alex Hudson. (Basically those are unix domain
27552              sockets whose name has a '\0' as first character.)
27553      Branch: perl
27554            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
27555 ____________________________________________________________________________
27556 [ 21449] By: ams                                   on 2003/10/15  06:32:44
27557         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
27558              From: Autrijus Tang <autrijus@autrijus.org>
27559              Date: Tue, 14 Oct 2003 18:32:28 +0800
27560              Message-Id: <1066127547.65845.35.camel@localhost>
27561      Branch: perl
27562            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
27563            ! lib/ExtUtils/MakeMaker.pm
27564 ____________________________________________________________________________
27565 [ 21448] By: ams                                   on 2003/10/15  05:56:12
27566         Log: Rewrite #21447.
27567      Branch: perl
27568            ! pod/perliol.pod
27569 ____________________________________________________________________________
27570 [ 21447] By: ams                                   on 2003/10/15  05:36:48
27571         Log: Subject: [patch pod/perliol.pod]
27572              From: Stas Bekman <stas@stason.org>
27573              Date: Tue, 14 Oct 2003 18:05:29 -0700
27574              Message-Id: <3F8C9D59.3040403@stason.org>
27575      Branch: perl
27576            ! pod/perliol.pod
27577 ____________________________________________________________________________
27578 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
27579         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
27580              (the routine used by perl level HV operations)
27581      Branch: perl
27582            ! hv.c
27583 ____________________________________________________________________________
27584 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
27585         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
27586              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27587              Date: Tue, 30 Sep 2003 19:23:34 +0200
27588              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
27589      Branch: perl
27590            ! ext/Devel/PPPort/PPPort.pm
27591 ____________________________________________________________________________
27592 [ 21442] By: ams                                   on 2003/10/13  08:41:17
27593         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
27594              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
27595              Date: 12 Oct 2003 09:01:25 -0000
27596              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
27597      Branch: perl
27598            ! lib/strict.pm
27599 ____________________________________________________________________________
27600 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
27601         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
27602              From: Jan Dubois <jand@ActiveState.com>
27603              Date: Sun, 12 Oct 2003 22:09:39 -0700
27604              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
27605      Branch: perl
27606            ! universal.c
27607 ____________________________________________________________________________
27608 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
27609         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
27610              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
27611              Date: 5 Oct 2003 20:55:56 -0000
27612              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
27613      Branch: perl
27614            ! mg.c
27615 ____________________________________________________________________________
27616 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
27617         Log: Subject: [PATCH] Tie::Hash documentation
27618              From: Slaven Rezic <slaven@rezic.de>
27619              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
27620              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
27621      Branch: perl
27622            ! lib/Tie/Hash.pm
27623 ____________________________________________________________________________
27624 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
27625         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
27626              From: Slaven Rezic <slaven@rezic.de>
27627              Date: 07 Oct 2003 00:04:34 +0200
27628              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
27629      Branch: perl
27630            ! hints/darwin.sh
27631 ____________________________________________________________________________
27632 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
27633         Log: Minor nit in perlrun, spotted by Art Haas.
27634      Branch: perl
27635            ! pod/perlrun.pod
27636 ____________________________________________________________________________
27637 [ 21436] By: ams                                   on 2003/10/10  19:05:55
27638         Log: Subject: [PATCH] threads::async + some cleanup
27639              From: Elizabeth Mattijsen <liz@dijkmat.nl>
27640              Date: Fri, 10 Oct 2003 16:37:55 +0200
27641              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
27642      Branch: perl
27643            ! ext/threads/threads.pm
27644 ____________________________________________________________________________
27645 [ 21435] By: ams                                   on 2003/10/10  19:02:34
27646         Log: Make everyone stop posting to p5p about 0e0.
27647      Branch: perl
27648            ! pod/perlsyn.pod
27649 ____________________________________________________________________________
27650 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
27651         Log: Put all pre-processor #s on the first column (some compilers are picky)
27652              [perl #24167] `#' comment signs not at the very beginning of a line
27653      Branch: perl
27654            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
27655            ! perl.h regcomp.c
27656 ____________________________________________________________________________
27657 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
27658         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
27659              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
27660              to t/test.pl.
27661      Branch: perl
27662            - t/op/nothr5005.t
27663            ! MANIFEST t/op/args.t
27664 ____________________________________________________________________________
27665 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
27666         Log: Document the behaviour of filetest operators regarding parentheses.
27667              This fixes bug #24127 (by documenting it as a feature.)
27668      Branch: perl
27669            ! pod/perlop.pod
27670 ____________________________________________________________________________
27671 [ 21430] By: ams                                   on 2003/10/09  07:55:34
27672         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
27673              calculations in regcomp.c
27674              From: Eric Promislow <ericp@ActiveState.com>
27675              Date: Wed, 8 Oct 2003 17:42:42 -0700
27676              Message-Id: <20031008174242.A17544@ActiveState.com>
27677      Branch: perl
27678            ! regcomp.c
27679 ____________________________________________________________________________
27680 [ 21429] By: ams                                   on 2003/10/09  07:43:56
27681         Log: Patch based on:
27682
27683              Subject: [perl #24157] -MModule=} is broken
27684              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
27685              Date: 7 Oct 2003 21:47:43 -0000
27686              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
27687
27688              (Includes a fix for a similar problem in -A, but not -d.)
27689      Branch: perl
27690            ! perl.c
27691 ____________________________________________________________________________
27692 [ 21428] By: ams                                   on 2003/10/09  02:32:07
27693         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
27694              grok_numeric_radix()
27695              From: Jan Dubois <jand@ActiveState.com>
27696              Date: Wed, 08 Oct 2003 20:37:42 -0700
27697              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
27698      Branch: perl
27699            ! ext/Devel/PPPort/PPPort.pm
27700 ____________________________________________________________________________
27701 [ 21427] By: ams                                   on 2003/10/09  01:36:18
27702         Log: Subject: Re: require patch breaks locale
27703              From: Rick Delaney <rick@bort.ca>
27704              Date: Wed, 8 Oct 2003 22:41:55 -0400
27705              Message-Id: <20031008224155.A14638@biff.bort.ca>
27706      Branch: perl
27707            ! t/comp/require.t
27708 ____________________________________________________________________________
27709 [ 21426] By: ams                                   on 2003/10/09  01:26:57
27710         Log: Subject: Re: Simple @INC hook core dump [PATCH]
27711              From: Gisle Aas <gisle@ActiveState.com>
27712              Date: 08 Oct 2003 13:35:28 -0700
27713              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
27714      Branch: perl
27715            ! t/op/inccode.t
27716 ____________________________________________________________________________
27717 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
27718         Log: Fix bug #24108: Goto +foo broken
27719              the fix having been suggested by xmath via Juerd.
27720      Branch: perl
27721            ! op.c t/op/goto.t
27722 ____________________________________________________________________________
27723 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
27724         Log: Subject: Re: Simple @INC hook core dump [PATCH]
27725              From: Gisle Aas <gisle@ActiveState.com>
27726              Date: 08 Oct 2003 04:47:33 -0700
27727              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
27728      Branch: perl
27729            ! pp_ctl.c
27730 ____________________________________________________________________________
27731 [ 21423] By: ams                                   on 2003/10/08  10:09:41
27732         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
27733              From: Abigail <abigail@abigail.nl>
27734              Date: Wed, 8 Oct 2003 03:50:49 -0700
27735              Message-Id: <20031008105049.GA15770@ucan.foad.org>
27736      Branch: perl
27737            ! pod/perlrun.pod
27738 ____________________________________________________________________________
27739 [ 21422] By: ams                                   on 2003/10/08  06:13:07
27740         Log: "Are implicit undefs true?" asks Gisle.
27741      Branch: perl
27742            ! pod/perlsyn.pod
27743 ____________________________________________________________________________
27744 [ 21421] By: ams                                   on 2003/10/08  03:20:00
27745         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
27746              From: schwern@pobox.com
27747              Date: Tue, 7 Oct 2003 20:39:36 -0700
27748              Message-Id: <20031007203936.X4301@ttul.org>
27749
27750              (Originally from Shlomi Fish. Applied with tweaks.)
27751      Branch: perl
27752            ! pod/perlop.pod
27753 ____________________________________________________________________________
27754 [ 21420] By: ams                                   on 2003/10/07  19:51:35
27755         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
27756              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
27757      Branch: perl
27758            ! pod/perlsyn.pod sv.c t/op/pow.t
27759 ____________________________________________________________________________
27760 [ 21419] By: ams                                   on 2003/10/07  04:03:34
27761         Log: Why should -3**$x be more precisely determined than 3**$x?
27762      Branch: perl
27763            ! t/op/pow.t
27764 ____________________________________________________________________________
27765 [ 21418] By: ams                                   on 2003/10/07  03:59:38
27766         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
27767              From: schwern@pobox.com
27768              Date: Mon, 6 Oct 2003 13:14:36 -0700
27769              Message-Id: <20031006131436.G20960@ttul.org>
27770      Branch: perl
27771            ! lib/UNIVERSAL.pm t/op/universal.t
27772 ____________________________________________________________________________
27773 [ 21417] By: ams                                   on 2003/10/07  03:55:18
27774         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
27775              know what I mean.
27776      Branch: perl
27777            ! pod/perlfunc.pod
27778 ____________________________________________________________________________
27779 [ 21416] By: ams                                   on 2003/10/07  03:37:01
27780         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
27781              From: Stas Bekman <stas@stason.org>
27782              Date: Mon, 06 Oct 2003 21:19:53 -0700
27783              Message-Id: <3F823EE9.4030103@stason.org>
27784      Branch: perl
27785            ! sv.c
27786 ____________________________________________________________________________
27787 [ 21415] By: ams                                   on 2003/10/06  17:30:31
27788         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
27789              From: Rick Delaney <rick@bort.ca>
27790              Date: Tue, 23 Sep 2003 12:14:52 -0400
27791              Message-ID: <20030923121452.G18845@biff.bort.ca>
27792      Branch: perl
27793            ! pp_ctl.c t/comp/require.t
27794 ____________________________________________________________________________
27795 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
27796         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
27797              From: Abigail <abigail@abigail.nl>
27798              Date: Wed, 1 Oct 2003 14:19:43 +0200
27799              Message-ID: <20031001121943.GA29419@abigail.nl>
27800      Branch: perl
27801            ! lib/warnings.t
27802 ____________________________________________________________________________
27803 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
27804         Log: Fixes in the modules maintainers list.
27805      Branch: perl
27806            ! Porting/Maintainers.pl
27807 ____________________________________________________________________________
27808 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
27809         Log: Fix broken link in perltodo.pod.
27810      Branch: perl
27811            ! pod/perltodo.pod
27812 ____________________________________________________________________________
27813 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
27814         Log: Typos in perldiag.
27815      Branch: perl
27816            ! pod/perldiag.pod
27817 ____________________________________________________________________________
27818 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
27819         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
27820              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
27821              Date: Mon, 6 Oct 2003 08:45:29 +0200
27822              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
27823      Branch: perl
27824            ! pod/perlapi.pod pp_pack.c
27825 ____________________________________________________________________________
27826 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
27827         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
27828              From: Abigail <abigail@abigail.nl>
27829              Date: Mon, 6 Oct 2003 05:55:21 -0700
27830              Message-ID: <20031006125521.GA26446@ucan.foad.org>
27831      Branch: perl
27832            ! pod/perlfunc.pod
27833 ____________________________________________________________________________
27834 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
27835         Log: Add a new option --check to Porting/Maintainers,
27836              to check for files who are listed for several maintainers.
27837      Branch: perl
27838            ! Porting/Maintainers.pm
27839 ____________________________________________________________________________
27840 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
27841         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
27842              From: Fergal Daly <fergal@esatclear.ie>
27843              Date: Mon, 6 Oct 2003 00:25:29 +0100
27844              Message-Id: <200310060025.29122.fergal@esatclear.ie>
27845
27846              Plus regeneration of META.yml
27847      Branch: perl
27848            ! META.yml Porting/makemeta
27849 ____________________________________________________________________________
27850 [ 21406] By: ams                                   on 2003/10/06  04:22:11
27851         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
27852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27853              Date: Sun, 5 Oct 2003 21:27:54 +0200
27854              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
27855              (Applied with tweaks to op.c and a comment.)
27856      Branch: perl
27857            ! op.c t/lib/warnings/op
27858 ____________________________________________________________________________
27859 [ 21405] By: ams                                   on 2003/10/06  03:56:54
27860         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
27861              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
27862              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
27863              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
27864              (Applied with minor tweaks.)
27865      Branch: perl
27866            ! pod/perlsyn.pod
27867 ____________________________________________________________________________
27868 [ 21404] By: ams                                   on 2003/10/06  03:32:50
27869         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
27870              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
27871              Date: 5 Oct 2003 18:40:36 -0000
27872              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
27873              (Applied without $VERSION update.)
27874      Branch: perl
27875            ! lib/Tie/Hash.pm
27876 ____________________________________________________________________________
27877 [ 21403] By: ams                                   on 2003/10/06  03:26:39
27878         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
27879              From: Robert Spier <rspier@pobox.com>
27880              Date: Sun, 05 Oct 2003 21:34:30 -0700
27881              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
27882      Branch: perl
27883            ! pod/perlretut.pod
27884 ____________________________________________________________________________
27885 [ 21402] By: ams                                   on 2003/10/05  03:08:53
27886         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
27887              From: Steve Grazzini <grazz@pobox.com>
27888              Date: Sat, 4 Oct 2003 18:15:23 -0400
27889              Message-Id: <20031004221523.GA29324@grazzini.net>
27890      Branch: perl
27891            ! pp_sys.c
27892 ____________________________________________________________________________
27893 [ 21401] By: ams                                   on 2003/10/02  17:25:34
27894         Log: Subject: Re: 5.8.1 and srand
27895              From: Slaven Rezic <slaven@rezic.de>
27896              Date: Thu, 2 Oct 2003 15:51:11 +0000
27897              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
27898      Branch: perl
27899            ! t/op/fork.t
27900 ____________________________________________________________________________
27901 [ 21400] By: hv                                    on 2003/10/02  09:34:36
27902         Log: minor cleanup for Changes
27903      Branch: perl
27904            ! Changes
27905 ____________________________________________________________________________
27906 [ 21399] By: hv                                    on 2003/10/02  09:18:27
27907         Log: Update changes
27908      Branch: perl
27909            ! Changes patchlevel.h
27910 ____________________________________________________________________________
27911 [ 21398] By: hv                                    on 2003/10/02  09:15:42
27912         Log: build perlapi.pod in deterministic order even when functions differ
27913              only in case; regen perlapi.pod
27914      Branch: perl
27915            ! autodoc.pl pod/perlapi.pod
27916 ____________________________________________________________________________
27917 [ 21397] By: ams                                   on 2003/10/02  07:48:51
27918         Log: Subject: Re: 5.8.1 and srand
27919              From: Brendan O'Dea <bod@debian.org>
27920              Date: Thu, 2 Oct 2003 10:30:36 +1000
27921              Message-Id: <20031002003036.GA9198@londo.c47.org>
27922      Branch: perl
27923            ! util.c
27924 ____________________________________________________________________________
27925 [ 21396] By: ams                                   on 2003/10/01  22:18:13
27926         Log: Update Changes.
27927      Branch: perl
27928            ! Changes patchlevel.h
27929 ____________________________________________________________________________
27930 [ 21394] By: ams                                   on 2003/10/01  20:28:20
27931         Log: Subject: misapplied patch 19452
27932              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27933              Date: Tue, 30 Sep 2003 06:01:50 -0700
27934              Message-Id: <20030930130150.GA1436@efn.org>
27935      Branch: perl
27936            ! pp_hot.c
27937 ____________________________________________________________________________
27938 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
27939         Log: Revamp the section on local() in perlsub.
27940              - avoid using the word "declare" in conjunction with local()
27941              - less archaelogical references
27942              - more about localization of lvalues
27943              - removes examples of localization of tied hashes that don't work
27944              - give titles to subsections
27945              - explain localization of magic values
27946              - explain localization of globs
27947              - fix link to perldelta
27948      Branch: perl
27949            ! pod/perlsub.pod
27950 ____________________________________________________________________________
27951 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
27952         Log: Useless "local $_" in a perlfaq3 example
27953      Branch: perl
27954            ! pod/perlfaq3.pod
27955 ____________________________________________________________________________
27956 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
27957         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
27958              From: grommel@sears.com
27959              Date: Mon, 29 Sep 2003 14:45:16 -0500
27960              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
27961      Branch: perl
27962            ! hints/svr4.sh t/op/pack.t
27963 ____________________________________________________________________________
27964 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
27965         Log: Add a TODO test for bug #23790, by Abigail
27966      Branch: perl
27967            ! t/op/sub_lval.t
27968 ____________________________________________________________________________
27969 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
27970         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
27971              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27972              Date: Tue, 30 Sep 2003 04:53:02 -0700
27973              Message-ID: <20030930115302.GA3200@efn.org>
27974      Branch: perl
27975            ! pod/perlfunc.pod
27976 ____________________________________________________________________________
27977 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
27978         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
27979              From: Tom Horsley <Tom.Horsley@ccur.com>
27980              Date: Mon, 29 Sep 2003 13:00:09 GMT
27981              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
27982      Branch: perl
27983            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
27984 ____________________________________________________________________________
27985 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
27986         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
27987              From: Steve Hay <steve.hay@uk.radan.com>
27988              Date: Mon, 29 Sep 2003 11:50:23 +0100
27989              Message-ID: <3F780E6F.3020704@uk.radan.com>
27990      Branch: perl
27991            ! pod/splitpod
27992 ____________________________________________________________________________
27993 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
27994         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
27995              From: Brendan O'Dea <bod@debian.org>
27996              Date: Sun, 28 Sep 2003 23:23:34 +1000
27997              Message-ID: <20030928132334.GA29499@londo.c47.org>
27998      Branch: perl
27999            ! pod/perlrun.pod
28000 ____________________________________________________________________________
28001 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
28002         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
28003      Branch: perl
28004            ! Porting/Maintainers.pl
28005 ____________________________________________________________________________
28006 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
28007         Log: Missing +x bits.
28008      Branch: perl
28009            ! Porting/makerel
28010 ____________________________________________________________________________
28011 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
28012         Log: Update the perldelta for 5.9.0.
28013      Branch: perl
28014            ! pod/perldelta.pod
28015 ____________________________________________________________________________
28016 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
28017         Log: Add the perl581delta manpage.
28018              Regenerate the table of contents.
28019      Branch: perl
28020            + pod/perl581delta.pod
28021            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
28022            ! vms/descrip_mms.template win32/pod.mak
28023 ____________________________________________________________________________
28024 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
28025         Log: Update perlhist.pod
28026      Branch: perl
28027            ! pod/perlhist.pod
28028 ____________________________________________________________________________
28029 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
28030         Log: Sync with libnet 1.17
28031      Branch: perl
28032            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
28033 ____________________________________________________________________________
28034 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
28035         Log: Update to Scalar-List-Utils 1.13
28036      Branch: perl
28037            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
28038            ! ext/List/Util/lib/List/Util.pm
28039            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
28040 ____________________________________________________________________________
28041 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
28042         Log: CPAN sites update.
28043      Branch: perl
28044            ! pod/perlmodlib.PL
28045 ____________________________________________________________________________
28046 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
28047         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
28048              From: Greg Matheson <lang@ms.chinmin.edu.tw>
28049              Date: Wed, 24 Sep 2003 22:51:09 +0800
28050              Message-ID: <20030924225109.A17126@ms>
28051
28052              (Win98 + MinGW, a missing Win95.pm hunk)
28053      Branch: perl
28054            ! lib/ExtUtils/MM_Win95.pm
28055 ____________________________________________________________________________
28056 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
28057         Log: AUTHORS tweak.
28058      Branch: perl
28059            ! AUTHORS
28060 ____________________________________________________________________________
28061 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
28062         Log: Even though undefing SPACE and FORMAT should be safe,
28063              at this point I'm choosing to be paranoid and using
28064              #ifdef __Lynx__.
28065      Branch: perl
28066            ! perl.h
28067 ____________________________________________________________________________
28068 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
28069         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
28070              From: Olli Savia (via RT) <perlbug-followup@perl.org>
28071              Date: 24 Sep 2003 15:42:41 -0000
28072              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
28073      Branch: perl
28074            ! mg.c perl.h perlio.c pp_sys.c
28075 ____________________________________________________________________________
28076 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
28077         Log: Subject: [DOCPATCH] attributes.pm
28078              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28079              Date: Wed, 24 Sep 2003 11:00:42 +0200
28080              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
28081
28082              (reformatted a bit)
28083      Branch: perl
28084            ! lib/attributes.pm
28085 ____________________________________________________________________________
28086 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
28087         Log: A fix from Graham for
28088              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
28089              (seemingly a NV casting issue)
28090      Branch: perl
28091            ! ext/List/Util/Util.xs
28092 ____________________________________________________________________________
28093 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
28094         Log: Someone actually reads the Makefile.PL messages, it seems.
28095              (from Jonathan Leffler)
28096      Branch: perl
28097            ! ext/Time/HiRes/Makefile.PL
28098 ____________________________________________________________________________
28099 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
28100         Log: perliol tweaks.
28101      Branch: perl
28102            ! pod/perliol.pod
28103 ____________________________________________________________________________
28104 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
28105         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
28106              (plus a few typos.)
28107      Branch: perl
28108            ! pod/perlfaq7.pod pod/perlpodspec.pod
28109 ____________________________________________________________________________
28110 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
28111         Log: Subject: [PATCH] perlvar
28112              From: Juerd <juerd@convolution.nl>
28113              Date: Sun, 21 Sep 2003 21:40:54 +0200
28114              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
28115      Branch: perl
28116            ! pod/perlvar.pod
28117 ____________________________________________________________________________
28118 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
28119         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
28120              From: grommel@sears.com
28121              Date: Tue, 23 Sep 2003 13:40:33 -0500
28122              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
28123      Branch: perl
28124            ! hints/svr4.sh t/op/stat.t
28125 ____________________________________________________________________________
28126 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
28127         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
28128              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28129              Date: Tue, 23 Sep 2003 09:13:55 -0700
28130              Message-ID: <20030923161354.GA2432@efn.org>
28131      Branch: perl
28132            ! INSTALL
28133 ____________________________________________________________________________
28134 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
28135         Log: Minor nit in a debug message of the tokenizer.
28136      Branch: perl
28137            ! toke.c
28138 ____________________________________________________________________________
28139 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
28140         Log: Let's call it 2.34, already (from Johan).
28141      Branch: perl
28142            ! lib/Getopt/Long.pm
28143 ____________________________________________________________________________
28144 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
28145         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
28146              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28147              Date: Tue, 23 Sep 2003 15:04:35 +0200
28148              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
28149
28150              (add -we147 to ccflags if cc = ICC so that prototype
28151              detection works right)
28152      Branch: perl
28153            ! hints/linux.sh
28154 ____________________________________________________________________________
28155 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
28156         Log: Bump the Encode version to 1.9801 since we are no more identical
28157              to the CPAN version.
28158      Branch: perl
28159            ! ext/Encode/Encode.pm
28160 ____________________________________________________________________________
28161 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
28162         Log: ucmlintage.
28163      Branch: perl
28164            ! ext/Encode/ucm/gsm0338.ucm
28165 ____________________________________________________________________________
28166 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
28167         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
28168
28169              Fix as much as possible - the specification is still
28170              a bit unclear.
28171      Branch: perl
28172            + ext/Encode/t/gsm0338.t
28173            ! MANIFEST ext/Encode/MANIFEST
28174            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
28175 ____________________________________________________________________________
28176 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
28177         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
28178              From: Stephen McCamant <smcc@MIT.EDU>
28179              Date: Mon, 22 Sep 2003 20:53:57 -0700
28180              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
28181      Branch: perl
28182            ! ext/B/B/Deparse.pm
28183 ____________________________________________________________________________
28184 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
28185         Log: Subject: [PATCH] RC5 and Intel's ICC
28186              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28187              Date: Mon, 22 Sep 2003 22:52:40 +0200
28188              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
28189
28190              (the missing void return type)
28191      Branch: perl
28192            ! ext/threads/shared/shared.xs
28193 ____________________________________________________________________________
28194 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
28195         Log: Subject: [PATCH] RC5 and Intel's ICC
28196              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28197              Date: Mon, 22 Sep 2003 22:52:40 +0200
28198              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
28199
28200              (the attribute part)
28201      Branch: perl
28202            ! ext/Devel/PPPort/PPPort.pm perl.h
28203 ____________________________________________________________________________
28204 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
28205         Log: Stray CRs noticed by Jan Dubois.
28206      Branch: perl
28207            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
28208 ____________________________________________________________________________
28209 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
28210         Log: The RCs have been missing CRs from certain files because
28211              not all shells can handle multiline arguments right.
28212      Branch: perl
28213            ! Porting/makerel
28214 ____________________________________________________________________________
28215 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
28216         Log: When localising a magic value, propagæte the readonly flag
28217              only if this scalar has \0 magic or has magic without a
28218              'set' method. (follows change #20479 for bug #23141.)
28219      Branch: perl
28220            ! scope.c t/op/local.t
28221 ____________________________________________________________________________
28222 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
28223         Log: An error message need not be a novel.
28224      Branch: perl
28225            ! pod/perldiag.pod pp_hot.c
28226 ____________________________________________________________________________
28227 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
28228         Log: Upgrade to Math::BigInt 1.66.
28229      Branch: perl
28230            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28231            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
28232            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28233            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
28234            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
28235 ____________________________________________________________________________
28236 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
28237         Log: Some more perlio doc tweaks based on NI-S.
28238      Branch: perl
28239            ! pod/perliol.pod
28240 ____________________________________________________________________________
28241 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
28242         Log: Upgrade to Time::HiRes 1.51.
28243      Branch: perl
28244            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28245 ____________________________________________________________________________
28246 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
28247         Log: Upgrade to Getopt::Long 2.33_03.
28248      Branch: perl
28249            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
28250 ____________________________________________________________________________
28251 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
28252         Log: CPAN.pm 1.76_01 from Andreas.
28253      Branch: perl
28254            ! lib/CPAN.pm
28255 ____________________________________________________________________________
28256 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
28257         Log: Regen toc.
28258      Branch: perl
28259            ! pod/perltoc.pod
28260 ____________________________________________________________________________
28261 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
28262         Log: Handle also the curliffy files when tocing.
28263      Branch: perl
28264            ! pod/buildtoc
28265 ____________________________________________________________________________
28266 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
28267         Log: Macrofy the compile/runtime test.
28268      Branch: perl
28269            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
28270 ____________________________________________________________________________
28271 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
28272         Log: Tweak the section name to agree with the change #21295.
28273      Branch: perl
28274            ! lib/PerlIO.pm
28275 ____________________________________________________________________________
28276 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
28277         Log: One obvious place to look for PerlIO implementations.
28278      Branch: perl
28279            ! pod/perliol.pod
28280 ____________________________________________________________________________
28281 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
28282         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
28283              From: Dave Mitchell <davem@fdgroup.com>
28284              Date: Fri, 19 Sep 2003 19:35:44 +0100
28285              Message-ID: <20030919183544.GA14563@fdgroup.com>
28286      Branch: perl
28287            ! pp_ctl.c
28288 ____________________________________________________________________________
28289 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
28290         Log: More PerlIO documentation.
28291      Branch: perl
28292            ! lib/PerlIO.pm pod/perliol.pod
28293 ____________________________________________________________________________
28294 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
28295         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
28296              (The real bug was mp2 being too "friendly" with MM innards.)
28297      Branch: perl
28298            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28299            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
28300 ____________________________________________________________________________
28301 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
28302         Log: In FreeBSD allow one to try using Perl's malloc with threads.
28303      Branch: perl
28304            ! hints/freebsd.sh
28305 ____________________________________________________________________________
28306 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
28307         Log: Missing perlfaq chunk.
28308      Branch: perl
28309            ! pod/perlfaq4.pod
28310 ____________________________________________________________________________
28311 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
28312         Log: FAQ sync.
28313      Branch: perl
28314            ! pod/perlfaq4.pod
28315 ____________________________________________________________________________
28316 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
28317         Log: Subject: typo fixo
28318              From: Vadim Konovalov <konovalo@mail.wplus.net>
28319              Date: Fri, 19 Sep 2003 06:32:08 +0400
28320              Message-ID: <4538131828.20030919063208@mail.wplus.net>
28321      Branch: perl
28322            ! pod/perlunicode.pod
28323 ____________________________________________________________________________
28324 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
28325         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
28326              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28327              Date: Thu, 18 Sep 2003 19:01:06 -0700
28328              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
28329      Branch: perl
28330            ! os2/os2.c
28331 ____________________________________________________________________________
28332 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
28333         Log: Tests for change #21284.
28334      Branch: perl
28335            ! lib/dumpvar.t
28336 ____________________________________________________________________________
28337 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
28338         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
28339              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28340              Date: Thu, 18 Sep 2003 18:58:59 -0700
28341              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
28342      Branch: perl
28343            ! lib/dumpvar.pl
28344 ____________________________________________________________________________
28345 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
28346         Log: Perlfaq nits from Iain Truskett.
28347              (from the perlfaq-workers list)
28348      Branch: perl
28349            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
28350 ____________________________________________________________________________
28351 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
28352         Log: Integrate a change from the perlfaq CVS.
28353              I consider the bleadperl version being more up-to-date as of now.
28354      Branch: perl
28355            ! pod/perlfaq3.pod
28356 ____________________________________________________________________________
28357 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
28358         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
28359              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28360              Date: Thu, 18 Sep 2003 11:02:02 -0700
28361              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
28362
28363              (use stat.t instead of time.t)
28364      Branch: perl
28365            ! os2/os2ish.h pp_sys.c t/op/stat.t
28366 ____________________________________________________________________________
28367 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
28368         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
28369              From: Rick Delaney <rick.delaney@rogers.com>
28370              Date: Wed, 1 Jan 2003 22:54:59 -0500
28371              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
28372
28373              (Pity the first patch fell through the cracks back then.
28374              Not that forbidding non-object copy constructors is the right
28375              thing to do but the bug could use fixing.)
28376      Branch: perl
28377            ! lib/overload.t pp.h
28378 ____________________________________________________________________________
28379 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
28380         Log: Subject: [PATCH] small fix for Devel::PPPort
28381              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
28382              Date: Thu, 18 Sep 2003 10:14:58 +0200
28383              Message-id: <20030918081458.GA2653@ethan>
28384      Branch: perl
28385            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
28386 ____________________________________________________________________________
28387 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
28388         Log: ld has many guises.
28389      Branch: perl
28390            ! lib/ExtUtils/t/MM_Unix.t
28391 ____________________________________________________________________________
28392 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
28393         Log: Missed OS/2 patch hunk.
28394      Branch: perl
28395            ! os2/os2.c
28396 ____________________________________________________________________________
28397 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
28398         Log: Subject: Patch for VMS::Filespec
28399              From: Ken Williams <ken@mathforum.org>
28400              Date: Wed, 17 Sep 2003 20:11:46 -0500
28401              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
28402      Branch: perl
28403            ! vms/ext/Filespec.pm
28404 ____________________________________________________________________________
28405 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
28406         Log: Subject: 5.8.1 warnings when long double == double
28407              From: Andy Dougherty <doughera@lafayette.edu>
28408              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
28409              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
28410              (the changed message)
28411      Branch: perl
28412            ! Configure
28413 ____________________________________________________________________________
28414 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
28415         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
28416              for "is this symbol defined" scanning of Configure.
28417      Branch: perl
28418            ! Configure
28419 ____________________________________________________________________________
28420 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
28421         Log: Make it possible to override the mistrustnm hint in Solaris.
28422      Branch: perl
28423            ! hints/solaris_2.sh
28424 ____________________________________________________________________________
28425 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
28426         Log: A potential fix for non-empty LD in Unix.
28427      Branch: perl
28428            ! lib/ExtUtils/t/MM_Unix.t
28429 ____________________________________________________________________________
28430 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
28431         Log: Subject: RE: MM in maint@21251 breaks mp2
28432              From: "Orton, Yves" <yves.orton@de.mci.com>
28433              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
28434              Date: Wed, 17 Sep 2003 15:47:35 +0100
28435      Branch: perl
28436            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28437            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
28438 ____________________________________________________________________________
28439 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
28440         Log: The AIX C product potentially consists of several packages,
28441              the main package being (hopefully) the first one.
28442      Branch: perl
28443            ! hints/aix.sh
28444 ____________________________________________________________________________
28445 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
28446         Log: Fix Solaris ccversion not having the cc version.
28447      Branch: perl
28448            ! hints/solaris_2.sh
28449 ____________________________________________________________________________
28450 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
28451         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
28452              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28453              Date: Tue, 16 Sep 2003 23:49:42 -0700
28454              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
28455      Branch: perl
28456            ! os2/os2ish.h
28457 ____________________________________________________________________________
28458 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
28459         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
28460              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28461              Date: Tue, 16 Sep 2003 23:21:48 -0700
28462              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
28463      Branch: perl
28464            ! os2/OS2/Process/t/os2_process.t
28465 ____________________________________________________________________________
28466 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
28467         Log: Subject: [PATCH 5.8.1 @21211] magic.t
28468              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28469              Date: Tue, 16 Sep 2003 19:17:57 -0700
28470              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
28471      Branch: perl
28472            ! t/op/magic.t
28473 ____________________________________________________________________________
28474 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
28475         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
28476              From: Dave Mitchell <davem@fdgroup.com>
28477              Date: Tue, 16 Sep 2003 21:56:20 +0100
28478              Message-ID: <20030916205620.GB1246@fdgroup.com>
28479      Branch: perl
28480            ! pod/perlfunc.pod
28481 ____________________________________________________________________________
28482 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
28483         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
28484      Branch: perl
28485            + ext/Time/HiRes/hints/svr4.pl
28486            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
28487 ____________________________________________________________________________
28488 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
28489         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
28490              From: Andy Dougherty <doughera@lafayette.edu>
28491              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
28492              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
28493      Branch: perl
28494            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
28495 ____________________________________________________________________________
28496 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
28497         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
28498              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28499              Date: Wed, 4 Jun 2003 00:45:23 -0700
28500              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
28501      Branch: perl
28502            ! lib/Getopt/Std.pm
28503 ____________________________________________________________________________
28504 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
28505         Log: Give a concrete example of the still existing Unicode slowness.
28506      Branch: perl
28507            ! pod/perlunicode.pod
28508 ____________________________________________________________________________
28509 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
28510         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
28511              use File::Spec 0.8 is unhappy.
28512      Branch: perl
28513            ! lib/File/Spec.pm
28514 ____________________________________________________________________________
28515 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
28516         Log: The test is not needed, says Schwern.
28517      Branch: perl
28518            - lib/base/t/fields-560.t
28519            ! MANIFEST
28520 ____________________________________________________________________________
28521 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
28522         Log: Upgrade to File::Spec 0.85_03.
28523      Branch: perl
28524            + lib/File/Spec/t/crossplatform.t
28525            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
28526            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28527            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28528            ! lib/File/Spec/t/Spec.t
28529 ____________________________________________________________________________
28530 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
28531         Log: Upgrade to MakeMaker 6.17.
28532      Branch: perl
28533            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
28534            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
28535            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
28536            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28537            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
28538            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
28539            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
28540            ! t/lib/MakeMaker/Test/Utils.pm
28541 ____________________________________________________________________________
28542 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
28543         Log: Upgrade to base 2.03.
28544              (Rename the fields-5.6.0.t to have less d.o.t.s.)
28545      Branch: perl
28546            + lib/base/t/base.t lib/base/t/fields-560.t
28547            + lib/base/t/fields-base.t lib/base/t/fields.t
28548            - lib/fields-base.t lib/fields.t
28549            ! MANIFEST lib/base.pm lib/fields.pm
28550 ____________________________________________________________________________
28551 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
28552         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
28553              From: PPrymmer@factset.com
28554              Date: Mon, 15 Sep 2003 15:28:52 -0400
28555              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
28556      Branch: perl
28557            ! lib/Memoize/t/tie_sdbm.t
28558 ____________________________________________________________________________
28559 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
28560         Log: Check the context of for/grep/map.
28561      Branch: perl
28562            ! t/op/grep.t
28563 ____________________________________________________________________________
28564 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
28565         Log: For-non-perlio places we need STDOUT back.
28566      Branch: perl
28567            ! t/io/dup.t
28568 ____________________________________________________________________________
28569 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
28570         Log: Also IRIX wants setlogsock('stream').
28571      Branch: perl
28572            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
28573 ____________________________________________________________________________
28574 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
28575         Log: More portable reading.
28576      Branch: perl
28577            ! t/io/dup.t
28578 ____________________________________________________________________________
28579 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
28580         Log: More dup testing.
28581      Branch: perl
28582            ! t/io/dup.t
28583 ____________________________________________________________________________
28584 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
28585         Log: Use $Config{_exe}.
28586      Branch: perl
28587            ! t/run/switches.t
28588 ____________________________________________________________________________
28589 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
28590         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
28591              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28592              Date: Sat, 13 Sep 2003 20:20:30 -0700
28593              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
28594      Branch: perl
28595            ! os2/os2.c t/run/switches.t
28596 ____________________________________________________________________________
28597 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
28598         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
28599              From: Michael G Schwern <schwern@pobox.com>
28600              Date: Thu, 11 Sep 2003 15:07:10 -0700
28601              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
28602
28603              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
28604      Branch: perl
28605            ! lib/ExtUtils/t/Manifest.t
28606 ____________________________________________________________________________
28607 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
28608         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
28609              From: "Craig A. Berry" <craigberry@mac.com>
28610              Date: Sun, 14 Sep 2003 00:23:56 -0500
28611              Message-ID: <3F63FB6C.5040502@mac.com>
28612      Branch: perl
28613            ! perlio.c
28614 ____________________________________________________________________________
28615 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
28616         Log: parse_version doesn't always succeed.
28617      Branch: perl
28618            ! Porting/cmpVERSION.pl
28619 ____________________________________________________________________________
28620 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
28621         Log: pod changes, so change $VERSION.
28622      Branch: perl
28623            ! lib/Fatal.pm
28624 ____________________________________________________________________________
28625 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
28626         Log: Subject: Re: unicode regex problem
28627              From: hv@crypt.org
28628              Date: Sat, 13 Sep 2003 15:21:34 +0100
28629              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
28630      Branch: perl
28631            ! regcomp.c t/op/pat.t
28632 ____________________________________________________________________________
28633 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
28634         Log: More PerlIO warnings changes.
28635      Branch: perl
28636            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
28637 ____________________________________________________________________________
28638 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
28639         Log: The "perlio: " prefix looks a little odd
28640              in the few warning/error messages, since
28641              no other 'subsystems' have prefixes.
28642      Branch: perl
28643            ! perlio.c pod/perldiag.pod t/io/open.t
28644 ____________________________________________________________________________
28645 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
28646         Log: Layer names were recognized by their prefixes
28647              (e.g. open(F, ":u", "file") worked...)
28648      Branch: perl
28649            ! perlio.c t/io/open.t
28650 ____________________________________________________________________________
28651 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
28652         Log: Apparently at some point doing 3-arg open with
28653              illegal mode like ">>>" had stopped croaking.
28654      Branch: perl
28655            ! doio.c t/io/open.t
28656 ____________________________________________________________________________
28657 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
28658         Log: Minuscule code cleanup.
28659      Branch: perl
28660            ! doio.c
28661 ____________________________________________________________________________
28662 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
28663         Log: Subject: [perl #23788] int of a fraction errors
28664              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
28665              Date: 11 Sep 2003 22:38:19 -0000
28666              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
28667
28668              Add a separate faq entry for int().  (Yes, a bit redundant
28669              with the existing "why are my numbers broken" entry.)
28670      Branch: perl
28671            ! pod/perlfaq4.pod
28672 ____________________________________________________________________________
28673 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
28674         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
28675              From: Stas Bekman <stas@stason.org>
28676              Date: Fri, 12 Sep 2003 13:44:11 -0700
28677              Message-ID: <3F62301B.3080604@stason.org>
28678
28679              s/discipline/IO layer/, instead of "unknown" say "unavailable",
28680              and have the fuller explanation in perldiag.
28681      Branch: perl
28682            ! doio.c pod/perldiag.pod
28683 ____________________________________________________________________________
28684 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
28685         Log: Make the new glob tests pass (well, skip) even with miniperl.
28686      Branch: perl
28687            ! t/run/fresh_perl.t
28688 ____________________________________________________________________________
28689 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
28690         Log: Stringify the $VERSION of DynaLoader so it's never dependent
28691              on localized float-to-string conversions.
28692      Branch: perl
28693            ! ext/DynaLoader/DynaLoader_pm.PL
28694 ____________________________________________________________________________
28695 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
28696         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
28697              since that would break a lot of code.)  Also few
28698              stray UTF16s, UTF32s, and "encoded in Unicode".
28699      Branch: perl
28700            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
28701            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
28702            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
28703            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
28704            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
28705 ____________________________________________________________________________
28706 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
28707         Log: The buildtoc now has options.
28708      Branch: perl
28709            ! pod/Makefile.SH
28710 ____________________________________________________________________________
28711 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
28712         Log: Some more tweaks on open ...&=.
28713      Branch: perl
28714            ! pod/perlfunc.pod
28715 ____________________________________________________________________________
28716 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
28717         Log: Slightly more documentation for open ...&=.
28718      Branch: perl
28719            ! pod/perlfunc.pod
28720 ____________________________________________________________________________
28721 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
28722         Log: Document the new strict strict in strict.
28723      Branch: perl
28724            ! lib/strict.pm
28725 ____________________________________________________________________________
28726 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
28727         Log: More comments for the FreeBSD threads hints.
28728      Branch: perl
28729            ! hints/freebsd.sh
28730 ____________________________________________________________________________
28731 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
28732         Log: More refactoring of the FreeBSD threads hints.
28733              Basically, for fresh enough 5.x the -pthread is dropped,
28734              otherwise keep it, and no known FreeBSD release has
28735              a functional gethostbyaddr_r.
28736      Branch: perl
28737            ! hints/freebsd.sh
28738 ____________________________________________________________________________
28739 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
28740         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
28741              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28742              Date: Thu, 11 Sep 2003 09:15:04 -0700
28743              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
28744      Branch: perl
28745            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
28746            ! os2/OS2/Process/Process.xs
28747 ____________________________________________________________________________
28748 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
28749         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
28750              From: "Brendan O'Dea" <bod@debian.org>
28751              Date: Fri, 12 Sep 2003 00:12:51 +1000
28752              Message-ID: <20030911141251.GA26907@londo.c47.org>
28753      Branch: perl
28754            ! perl.c
28755 ____________________________________________________________________________
28756 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
28757         Log: The change of not needing -pthread in FreeBSD 5.x
28758              is very recent (Sep 3) (from Anton Berezin).
28759      Branch: perl
28760            ! hints/freebsd.sh
28761 ____________________________________________________________________________
28762 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
28763         Log: Upgrade to Pod::Perldoc 3.10.
28764              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
28765      Branch: perl
28766            ! lib/Pod/Perldoc.pm
28767 ____________________________________________________________________________
28768 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
28769         Log: Upgrade to base 2.02.
28770      Branch: perl
28771            + lib/fields-base.t
28772            ! MANIFEST lib/base.pm lib/fields.t
28773 ____________________________________________________________________________
28774 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
28775         Log: Replace #21158 with a better patch from Hugo
28776              (for [perl #23769]).
28777      Branch: perl
28778            ! regcomp.c regexec.c t/op/pat.t
28779 ____________________________________________________________________________
28780 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
28781         Log: Subject: [PATCH][TESTS] dumpvar.pl
28782              From: Joe McMahon <mcmahon@metalab.unc.edu>
28783              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
28784              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
28785      Branch: perl
28786            ! lib/dumpvar.pl lib/dumpvar.t
28787 ____________________________________________________________________________
28788 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
28789         Log: Enache still wants -pthread gone for FreeBSD 5.x
28790              since it doesn't work with the latest -current.
28791      Branch: perl
28792            ! hints/freebsd.sh
28793 ____________________________________________________________________________
28794 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
28795         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
28796              From: Stas Bekman <stas@stason.org>
28797              Date: Thu, 28 Aug 2003 16:10:48 -0700
28798              Message-ID: <3F4E8BF8.1090800@stason.org>
28799      Branch: perl
28800            ! emacs/cperl-mode.el emacs/ptags
28801 ____________________________________________________________________________
28802 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
28803         Log: Retract #21149, sez Schwern.
28804      Branch: perl
28805            ! lib/Test/More.pm
28806 ____________________________________________________________________________
28807 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
28808         Log: Retract #21168 based on advice from Anton Berezin (added).
28809      Branch: perl
28810            ! hints/freebsd.sh
28811 ____________________________________________________________________________
28812 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
28813         Log: Subject: nit to hints/freebsd.sh
28814              From: Enache Adrian <enache@rdslink.ro>
28815              Date: Wed, 10 Sep 2003 19:50:59 +0300
28816              Message-ID: <20030910165059.GB1321@ratsnest.hole>
28817      Branch: perl
28818            ! hints/freebsd.sh
28819 ____________________________________________________________________________
28820 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
28821         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
28822              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
28823              Date: Sun, 31 Aug 2003 22:08:19 GMT
28824              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
28825
28826              The test has been moved into warnings.pm's test suite. Note
28827              that this patch fixed as well the behaviour of warnings::enabled
28828              regarding lexical scoping and different files; hence the expected
28829              results in a few tests in /t/lib/warnings/9enabled has been
28830              reverted.
28831      Branch: perl
28832            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
28833 ____________________________________________________________________________
28834 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
28835         Log: Remove the warning in perlfaq about using map in void context :
28836              From: abigail@abigail.nl (Abigail)
28837              Subject: [PATCH perlfaq6] map in a void context.
28838              Date: Tue, 9 Sep 2003 10:31:58 +0200
28839              Message-ID: <20030909083158.GA24125@abigail.nl>
28840      Branch: perl
28841            ! pod/perlfaq6.pod
28842 ____________________________________________________________________________
28843 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
28844         Log: Subject: [PATCH] AUTHORS
28845              From: enache@rdslink.ro (Enache Adrian)
28846              Date: Tue, 9 Sep 2003 19:34:05 +0300
28847              Message-ID: <20030909163405.GB1398@ratsnest.hole>
28848      Branch: perl
28849            ! AUTHORS
28850 ____________________________________________________________________________
28851 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
28852         Log: Regen perlapi.
28853      Branch: perl
28854            ! pod/perlapi.pod
28855 ____________________________________________________________________________
28856 [ 21163] By: merijn                                on 2003/09/10  15:31:27
28857         Log: Subject: [perl #23778] hints/aix.sh
28858              Date: 10 Sep 2003 16:30:32 -0000
28859              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
28860              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
28861      Branch: perl
28862            ! hints/aix.sh
28863 ____________________________________________________________________________
28864 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
28865         Log: blead version of #21161.
28866      Branch: perl
28867            ! pod/perlvar.pod
28868 ____________________________________________________________________________
28869 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
28870         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
28871              From: PPrymmer@factset.com
28872              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
28873              Date: Fri, 5 Sep 2003 17:46:48 -0400
28874      Branch: perl
28875            ! lib/File/Spec/t/Spec.t
28876 ____________________________________________________________________________
28877 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
28878         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
28879              From: Kurt Starsinic <kstar@cpan.org>
28880              Date: Tue, 9 Sep 2003 23:16:00 -0400
28881              Message-ID: <20030910031600.GA30554@verizon.net>
28882
28883              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
28884              From: "Brendan O'Dea" <bod@debian.org>
28885              Date: Wed, 10 Sep 2003 22:03:15 +1000
28886              Message-ID: <20030910120315.GA1372@londo.c47.org>
28887      Branch: perl
28888            ! t/lib/h2ph.pht utils/h2ph.PL
28889 ____________________________________________________________________________
28890 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
28891         Log: Unicode regex broken on simple example
28892              regrepeat() did not work right for UTF-8(ed Latin-1)
28893              in the EXACT case, which made the \x{a0}+ fail.
28894      Branch: perl
28895            ! regexec.c t/op/pat.t
28896 ____________________________________________________________________________
28897 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
28898         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
28899      Branch: perl
28900            ! pp_hot.c t/io/utf8.t
28901 ____________________________________________________________________________
28902 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
28903         Log: Detypo and explain better.
28904      Branch: perl
28905            ! pod/perldiag.pod
28906 ____________________________________________________________________________
28907 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
28908         Log: If doing rcatline no point rescanning each time
28909              the beginning of the SV for utf8 validity.
28910      Branch: perl
28911            ! pp_hot.c
28912 ____________________________________________________________________________
28913 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
28914         Log: No utf8 warnings without use warnings.
28915      Branch: perl
28916            ! t/io/utf8.t
28917 ____________________________________________________________________________
28918 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
28919         Log: Reading a latin1 file with open(... "<:utf8") will freeze
28920              is no more valid, the script doesn't freeze, but I noticed
28921              that neither does the <FILE> complain about bad UTF-8 as it
28922              should and as it does with :encoding(utf8).
28923      Branch: perl
28924            ! pp_hot.c t/io/utf8.t
28925 ____________________________________________________________________________
28926 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
28927         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
28928              of Perl_utf8_is_string().
28929      Branch: perl
28930            ! embed.fnc embed.h global.sym proto.h utf8.c
28931 ____________________________________________________________________________
28932 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
28933         Log: Document a PerlIO/Encode warning.
28934      Branch: perl
28935            ! pod/perldiag.pod
28936 ____________________________________________________________________________
28937 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
28938         Log: Subject: Re: maint @ 21116
28939              From: Fergal Daly <fergal@esatclear.ie>
28940              Date: Tue, 9 Sep 2003 18:26:20 +0100
28941              Message-Id: <200309091826.20630.fergal@esatclear.ie>
28942
28943              (added warning)
28944      Branch: perl
28945            ! lib/Test/More.pm
28946 ____________________________________________________________________________
28947 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
28948         Log: Adjust the test count.
28949      Branch: perl
28950            ! lib/Test/Simple/t/is_deeply.t
28951 ____________________________________________________________________________
28952 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
28953         Log: AUTHORS update from Dave Mitchell.
28954      Branch: perl
28955            ! AUTHORS
28956 ____________________________________________________________________________
28957 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
28958         Log: Retract #20548 and #20465.
28959      Branch: perl
28960            ! lib/Test/More.pm lib/Test/Simple/t/More.t
28961            ! lib/Test/Simple/t/is_deeply.t
28962 ____________________________________________________________________________
28963 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
28964         Log: Subject: Re: maint @ 21116
28965              From: Enache Adrian <enache@rdslink.ro>
28966              Date: Tue, 9 Sep 2003 16:59:44 +0300
28967              Message-ID: <20030909135944.GA1666@ratsnest.hole>
28968      Branch: perl
28969            ! makedef.pl
28970 ____________________________________________________________________________
28971 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
28972         Log: Retract #21132.
28973      Branch: perl
28974            ! makedef.pl perl.h
28975 ____________________________________________________________________________
28976 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
28977         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
28978      Branch: perl
28979            ! lib/Hash/Util.pm pod/perlrun.pod
28980 ____________________________________________________________________________
28981 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
28982         Log: Subject: =encoding in perlpod/perlpodspec
28983              From: sburke@cpan.org (Sean M. Burke)
28984              Date: Sun, 07 Sep 2003 03:08:28 -0800
28985              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
28986      Branch: perl
28987            ! pod/perlpod.pod pod/perlpodspec.pod
28988 ____________________________________________________________________________
28989 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
28990         Log: One more chance... Elizabeth's change #21107 plus
28991              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
28992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28993              Date: Tue, 9 Sep 2003 01:44:24 +0200
28994              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
28995      Branch: perl
28996            ! lib/warnings.pm toke.c warnings.pl
28997 ____________________________________________________________________________
28998 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
28999         Log: One more test count tweak.
29000      Branch: perl
29001            ! t/op/grep.t
29002 ____________________________________________________________________________
29003 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
29004         Log: Subject: Re: maint @ 21116
29005              From: Steve Hay <steve.hay@uk.radan.com>
29006              Date: Tue, 09 Sep 2003 09:49:07 +0100
29007              Message-ID: <3F5D9403.3040004@uk.radan.com>
29008      Branch: perl
29009            ! makedef.pl perl.h
29010 ____________________________________________________________________________
29011 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
29012         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
29013              From: david nicol <whatever@davidnicol.com>
29014              Date: 08 Sep 2003 23:39:32 -0500
29015              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
29016
29017              (a testcase)
29018      Branch: perl
29019            ! t/op/grep.t
29020 ____________________________________________________________________________
29021 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
29022         Log: Ooops, perlio into scalars was already history for this test...
29023      Branch: perl
29024            ! lib/dumpvar.t
29025 ____________________________________________________________________________
29026 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
29027         Log: Cannot do perlio into scalars without perlio.
29028      Branch: perl
29029            ! lib/dumpvar.t
29030 ____________________________________________________________________________
29031 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
29032         Log: I claim that the debugger is untestable until proven otherwise.
29033      Branch: perl
29034            - lib/perl5db/de0.t
29035            ! MANIFEST
29036 ____________________________________________________________________________
29037 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
29038         Log: In trying to save space, the warnings.pl change (#21107)
29039              pulled in attributes.pm... and the change didn't seem to
29040              be that well tested with different configurations.
29041              Retract #21119, #21117, #21107.
29042      Branch: perl
29043            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
29044 ____________________________________________________________________________
29045 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
29046         Log: Really do #21121.
29047      Branch: perl
29048            ! MANIFEST
29049 ____________________________________________________________________________
29050 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
29051         Log: There's no particular reason to have the dumpvar.t
29052              in lib/perl5db/.
29053      Branch: perl
29054            + lib/dumpvar.t
29055            - lib/perl5db/dumpvar.t
29056            ! MANIFEST
29057 ____________________________________________________________________________
29058 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
29059         Log: strict stash seems to have gone, too.
29060      Branch: perl
29061            ! ext/B/t/stash.t
29062 ____________________________________________________________________________
29063 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
29064         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
29065              (due to #21107 apparently.) Adjust this test accordingly.
29066      Branch: perl
29067            ! ext/B/t/stash.t
29068 ____________________________________________________________________________
29069 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
29070         Log: Subject: [PATCH] silence 1 compiler warning
29071              From: Nicholas Clark <nick@ccl4.org>
29072              Date: Mon, 8 Sep 2003 23:04:45 +0100
29073              Message-ID: <20030908230445.E30881@plum.flirble.org>
29074      Branch: perl
29075            ! universal.c
29076 ____________________________________________________________________________
29077 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
29078         Log: Retract #21096, mostly: I had misexplained the situation
29079              to Scott A. Crosby.  Seeing the seed value while not good
29080              for the ultimate paranoia viewpoint is not that bad, as long
29081              as the users are fully aware of the dangers of disclosing
29082              the hash seed.     So hash_seed() is okay.
29083
29084              Being able to see the hash values (as in Java) would
29085              be another option, but dubious: it's not that per-key
29086              hash values themselves are bad to allow scripts to see,
29087              but rather that hash values are just as sensitive (from
29088              the DoSing viewpoint) as the hash seed itself (and there
29089              usually more hash values than the one hash seed....)
29090      Branch: perl
29091            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29092 ____________________________________________________________________________
29093 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
29094         Log: Urk.  unique, not shared.
29095      Branch: perl
29096            ! configpm
29097 ____________________________________________________________________________
29098 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
29099         Log: Subject: [PATCH] configpm: about 1.5K less per thread
29100              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29101              Date: Mon, 8 Sep 2003 23:58:34 +0200
29102              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
29103      Branch: perl
29104            ! configpm
29105 ____________________________________________________________________________
29106 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
29107         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
29108              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29109              Date: Mon, 8 Sep 2003 22:22:38 +0200
29110              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
29111      Branch: perl
29112            ! lib/warnings.pm warnings.pl
29113 ____________________________________________________________________________
29114 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
29115         Log: A version of change #21073 that works.
29116      Branch: perl
29117            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29118 ____________________________________________________________________________
29119 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
29120         Log: Regen perlapi.
29121      Branch: perl
29122            ! pod/perlapi.pod
29123 ____________________________________________________________________________
29124 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
29125         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
29126              being a bad pointer is apparently a known cygwin bug).     The
29127              cure is to initialize the field.
29128      Branch: perl
29129            ! pp_sys.c
29130 ____________________________________________________________________________
29131 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
29132         Log: Bad export.
29133      Branch: perl
29134            ! lib/Hash/Util.t
29135 ____________________________________________________________________________
29136 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
29137         Log: The IPC::Open3 is just too unreliable for this task.
29138      Branch: perl
29139            ! lib/perl5db/de0.t
29140 ____________________________________________________________________________
29141 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
29142         Log: Try to make the de0.t test more robust.
29143              The test is so flakey (too many external things influencing
29144              the result) that I'm likely to leave it out from the maint.
29145      Branch: perl
29146            ! lib/perl5db/de0.t
29147 ____________________________________________________________________________
29148 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
29149         Log: Scott A. Crosby believes in not disclosing
29150              any more information than necessary: therefore
29151              instead of hash_seed() we have now hashes_random().
29152      Branch: perl
29153            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29154 ____________________________________________________________________________
29155 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
29156         Log: Mac OS X "last resort" recipe.
29157      Branch: perl
29158            ! README.macosx
29159 ____________________________________________________________________________
29160 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
29161         Log: Subject: [patch] AUTHORS
29162              From: Juerd <juerd@cpan.org>
29163              Date: Mon, 8 Sep 2003 08:42:13 +0200
29164              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
29165      Branch: perl
29166            ! AUTHORS
29167 ____________________________________________________________________________
29168 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
29169         Log: Slightly more intelligent paranoia.
29170      Branch: perl
29171            ! pod/perldiag.pod util.c
29172 ____________________________________________________________________________
29173 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
29174         Log: Win32 is playing to hard to get but I do not have
29175              time to chase it, so restore #21072, more or less.
29176              I think testing the debugger in UNIX-like places
29177              is enough, no need to go into painful contortions
29178              trying to "portably" run interactive programs like
29179              the debugger.
29180      Branch: perl
29181            ! lib/perl5db/de0.t
29182 ____________________________________________________________________________
29183 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
29184         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
29185      Branch: perl
29186            ! ext/Storable/Storable.xs
29187 ____________________________________________________________________________
29188 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
29189         Log: Add Hash::Util::hash_seed() which answers among
29190              other things the question whether our hashes are
29191              "randomised".  (They always were...)
29192      Branch: perl
29193            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
29194 ____________________________________________________________________________
29195 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
29196         Log: XSRETURN_UV was missing.
29197      Branch: perl
29198            ! XSUB.h
29199 ____________________________________________________________________________
29200 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
29201         Log: Superparanoia.
29202      Branch: perl
29203            ! util.c
29204 ____________________________________________________________________________
29205 [ 21084] By: ams                                   on 2003/09/08  11:44:25
29206         Log: Clean up pp_readdir() somewhat.
29207      Branch: perl
29208            ! pp_sys.c
29209 ____________________________________________________________________________
29210 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
29211         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
29212      Branch: perl
29213            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29214 ____________________________________________________________________________
29215 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
29216         Log: In Win32 IPC::Open3 + IO::Select does not work that well
29217              so mostly undo the change #21072 and revert back to using
29218              a temp file.
29219      Branch: perl
29220            ! lib/perl5db/de0.t
29221 ____________________________________________________________________________
29222 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
29223         Log: In Win32 the cmd.exe console output doesn't seem to
29224              be catchable using the in-memory I/O + select trick,
29225              so use tie-STDOUT trick instead.
29226      Branch: perl
29227            ! lib/perl5db/dumpvar.t
29228 ____________________________________________________________________________
29229 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
29230         Log: Move Config test.
29231      Branch: perl
29232            ! lib/perl5db/de0.t
29233 ____________________________________________________________________________
29234 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
29235         Log: Let's require fork for this test.
29236      Branch: perl
29237            ! lib/perl5db/de0.t
29238 ____________________________________________________________________________
29239 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
29240         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
29241              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29242              Date: Mon, 08 Sep 2003 08:56:09 +0200
29243              Message-id: <20030908065609.GA1260@ethan>
29244      Branch: perl
29245            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
29246            ! ext/Devel/PPPort/t/test.t
29247 ____________________________________________________________________________
29248 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
29249         Log: Subject: Re: one nit to fix [PATCH]
29250              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
29251              Date: Mon, 8 Sep 2003 10:19:08 +0200
29252              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
29253      Branch: perl
29254            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
29255 ____________________________________________________________________________
29256 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
29257         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
29258              From: Andreas J Koenig <andreas.koenig@anima.de>
29259              Date: Mon, 08 Sep 2003 10:48:27 +0200
29260              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
29261      Branch: perl
29262            ! lib/perl5db/de0.t
29263 ____________________________________________________________________________
29264 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
29265         Log: de0.t: use Test::More, add some tests.
29266      Branch: perl
29267            ! lib/perl5db/de0.t
29268 ____________________________________________________________________________
29269 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
29270         Log: More dumpvar testing.
29271      Branch: perl
29272            ! lib/perl5db/dumpvar.t
29273 ____________________________________________________________________________
29274 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
29275         Log: An empty test.
29276      Branch: perl
29277            ! lib/perl5db/dumpvar.t
29278 ____________________________________________________________________________
29279 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
29280         Log: dumpvar.t: use Test::More;
29281      Branch: perl
29282            ! lib/perl5db/dumpvar.t
29283 ____________________________________________________________________________
29284 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
29285         Log: Cleanup PerlIO::scalar documentation a bit.
29286      Branch: perl
29287            ! ext/PerlIO/scalar/scalar.pm
29288 ____________________________________________________________________________
29289 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
29290         Log: The in-memory files require PerlIO::scalar.
29291      Branch: perl
29292            ! lib/perl5db/dumpvar.t
29293 ____________________________________________________________________________
29294 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
29295         Log: Subject: [PATCH] Test skeleton for debugger commands
29296              From: Andreas J Koenig <andreas.koenig@anima.de>
29297              Date: Sun, 07 Sep 2003 18:51:56 +0200
29298              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
29299              With minor adjustments
29300      Branch: perl
29301            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
29302            ! MANIFEST
29303 ____________________________________________________________________________
29304 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
29305         Log: Upgrade to Unicode::Collate 0.28
29306      Branch: perl
29307            + lib/Unicode/Collate/t/contract.t
29308            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29309            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29310 ____________________________________________________________________________
29311 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
29312         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
29313              From: Dave Mitchell <davem@fdgroup.com>
29314              Date: Sun, 7 Sep 2003 19:14:44 +0100
29315              Message-ID: <20030907181444.GA7058@fdgroup.com>
29316      Branch: perl
29317            ! ext/Opcode/Safe.pm
29318 ____________________________________________________________________________
29319 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
29320         Log: Subject: [PATCH] honoring void context for map()
29321              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29322              Date: Thu, 04 Sep 2003 11:13:41 +0200
29323              Message-id: <20030904091341.GA30655@ethan>
29324      Branch: perl
29325            ! pp_ctl.c
29326 ____________________________________________________________________________
29327 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
29328         Log: Retract #21010.
29329      Branch: perl
29330            ! lib/dumpvar.pl
29331 ____________________________________________________________________________
29332 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
29333         Log: Minor doc style nits in XSLoader.
29334      Branch: perl
29335            ! ext/DynaLoader/XSLoader_pm.PL
29336 ____________________________________________________________________________
29337 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
29338         Log: Vanity patch.
29339      Branch: perl
29340            ! AUTHORS
29341 ____________________________________________________________________________
29342 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
29343         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
29344      Branch: perl
29345            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
29346            ! Cross/config.sh-arm-linux Cross/generate_config_sh
29347            ! Cross/installperl.patch
29348 ____________________________________________________________________________
29349 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
29350         Log: Email nits in Fatal.pm [perl #23724].
29351      Branch: perl
29352            ! lib/Fatal.pm
29353 ____________________________________________________________________________
29354 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
29355         Log: Musty corners of Syslog.pm.
29356      Branch: perl
29357            ! ext/Sys/Syslog/Syslog.pm
29358 ____________________________________________________________________________
29359 [ 21051] By: ams                                   on 2003/09/05  18:43:46
29360         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
29361              2. Compensate for PL_sv_placeholder <= 5.8.1.
29362              3. Clean up non-backwards-compatible tests.
29363              4. Prepare for the 2.08 CPAN release.
29364      Branch: perl
29365            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
29366            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
29367            ! ext/Storable/t/utf8hash.t
29368 ____________________________________________________________________________
29369 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
29370         Log: One more known tie problem.
29371      Branch: perl
29372            ! pod/perltie.pod
29373 ____________________________________________________________________________
29374 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
29375         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
29376              Date: Fri, 5 Sep 2003 14:46:00 +0200
29377              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
29378              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29379      Branch: perl
29380            ! ext/threads/shared/shared.pm
29381 ____________________________________________________________________________
29382 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
29383         Log: Subject: versions threads modules
29384              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29385              Date: Fri, 5 Sep 2003 12:22:52 +0200
29386              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
29387      Branch: perl
29388            ! ext/threads/shared/shared.pm
29389 ____________________________________________________________________________
29390 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
29391         Log: More suidperl path disclosure plugging:
29392              the #9813 didn't do enough.  See either of
29393              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
29394              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
29395      Branch: perl
29396            ! perl.c pod/perldiag.pod
29397 ____________________________________________________________________________
29398 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
29399         Log: FreeBSD hints updates from Anton Berezin.
29400      Branch: perl
29401            ! hints/freebsd.sh
29402 ____________________________________________________________________________
29403 [ 21043] By: merijn                                on 2003/09/05  11:18:20
29404         Log: Changed conflicting diff options
29405      Branch: perl
29406            ! patchlevel.h
29407 ____________________________________________________________________________
29408 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
29409         Log: Acknowledge some known tie bugs.
29410      Branch: perl
29411            ! pod/perltie.pod
29412 ____________________________________________________________________________
29413 [ 21041] By: merijn                                on 2003/09/05  04:50:44
29414         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
29415              From: Ilya Martynov <ilya@martynov.org>
29416              Date: Fri, 05 Sep 2003 00:49:57 +0400
29417              Message-ID: <8765k8uvm2.fsf@abra.ru>
29418      Branch: perl
29419            ! AUTHORS
29420 ____________________________________________________________________________
29421 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
29422         Log: code example error in "perlopentut"
29423      Branch: perl
29424            ! pod/perlopentut.pod
29425 ____________________________________________________________________________
29426 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
29427         Log: Another seemingly fixed (un)tie bug,
29428              [perl ##22297] cannot untie scalar from within tied FETCH
29429      Branch: perl
29430            ! t/op/tie.t
29431 ____________________________________________________________________________
29432 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
29433         Log: Subject: Re: [PATCH] Data::Dumper 2.121
29434              From: Ilya Martynov <ilya@martynov.org>
29435              Date: Fri, 05 Sep 2003 00:33:46 +0400
29436              Message-ID: <87ad9kuwd1.fsf@abra.ru>
29437      Branch: perl
29438            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
29439            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29440            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
29441 ____________________________________________________________________________
29442 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
29443         Log: I think once is enough.
29444      Branch: perl
29445            ! configure.gnu
29446 ____________________________________________________________________________
29447 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
29448         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
29449              From: Enache Adrian <enache@rdslink.ro>
29450              Date: Thu, 4 Sep 2003 20:09:06 +0300
29451              Message-ID: <20030904170906.GA1235@ratsnest.hole>
29452      Branch: perl
29453            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
29454            ! ext/ByteLoader/byterun.c
29455 ____________________________________________________________________________
29456 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
29457         Log: Subject: [PATCH] perlreftut: change distribution conditions
29458              From: "Brendan O'Dea" <bod@debian.org>
29459              Date: Thu, 4 Sep 2003 02:28:49 +1000
29460              Message-ID: <20030903162849.GA9675@londo.c47.org>
29461      Branch: perl
29462            ! pod/perlreftut.pod
29463 ____________________________________________________________________________
29464 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
29465         Log: Subject: Re: "vendor" patch pickup
29466              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29467              Date: Thu, 4 Sep 2003 19:47:55 +0200
29468              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
29469
29470              (Gentoo: take Marcus' version of the __THROW patch and
29471              even further #ifdef-protect it with __GLIBC__.)
29472      Branch: perl
29473            ! perl.h
29474 ____________________________________________________________________________
29475 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
29476         Log: Tiny perlcc tweaks.
29477      Branch: perl
29478            ! utils/perlcc.PL
29479 ____________________________________________________________________________
29480 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
29481         Log: A SuSE patchlet for perlcc -c to avoid
29482              "Modification of a read-only value attempted at ... C.pm"
29483      Branch: perl
29484            ! ext/B/B/C.pm
29485 ____________________________________________________________________________
29486 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
29487         Log: AUTHORS updates.
29488      Branch: perl
29489            ! AUTHORS
29490 ____________________________________________________________________________
29491 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
29492         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
29493              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
29494              (the tar.gz link doesn't have 'v1.66', it has '1.66')
29495              so that the smoke builds can start chewing it.
29496      Branch: perl
29497            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
29498            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
29499            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
29500            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29501            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
29502            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
29503 ____________________________________________________________________________
29504 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
29505         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
29506              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29507              Date: Wed, 3 Sep 2003 19:20:20 +0200
29508              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
29509      Branch: perl
29510            ! Porting/valgrindpp.pl
29511 ____________________________________________________________________________
29512 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
29513         Log: Also indicate the Unicode level here.
29514              (The last date is non-committal :-)
29515      Branch: perl
29516            ! pod/perlunicode.pod
29517 ____________________________________________________________________________
29518 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
29519         Log: Avoid lvalue casts, from Enache.
29520      Branch: perl
29521            ! ext/ByteLoader/bytecode.h op.h
29522 ____________________________________________________________________________
29523 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
29524         Log: Bump up the VERSION.
29525      Branch: perl
29526            ! lib/bytes.pm
29527 ____________________________________________________________________________
29528 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
29529         Log: Add, document, and test bytes::substr, index, rindex, chr,
29530              document bytes::ord.
29531      Branch: perl
29532            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
29533 ____________________________________________________________________________
29534 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
29535         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
29536              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
29537              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
29538              Message-ID: <29644.1062572245@www50.gmx.net>
29539
29540              The other half of #20930 should be still good.
29541      Branch: perl
29542            ! op.c
29543 ____________________________________________________________________________
29544 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
29545         Log: use IO; is deprecated.
29546      Branch: perl
29547            ! ext/threads/t/join.t
29548 ____________________________________________________________________________
29549 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
29550         Log: Upgrade to base 2.01 from CPAN.
29551      Branch: perl
29552            ! lib/base.pm lib/fields.pm
29553 ____________________________________________________________________________
29554 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
29555         Log: Changing the test count is a good idea.
29556      Branch: perl
29557            ! ext/threads/t/join.t
29558 ____________________________________________________________________________
29559 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
29560         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
29561              From: Joe McMahon <mcmahon@ibiblio.org>
29562              Date: Tue, 2 Sep 2003 18:02:14 -0400
29563              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
29564      Branch: perl
29565            ! lib/dumpvar.pl
29566 ____________________________________________________________________________
29567 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
29568         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
29569              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29570              Date: Wed, 3 Sep 2003 06:07:54 +0200
29571              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
29572      Branch: perl
29573            ! ext/threads/t/join.t
29574 ____________________________________________________________________________
29575 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
29576         Log: VMS does not have quite UNIX glob semantics.
29577      Branch: perl
29578            ! t/run/fresh_perl.t
29579 ____________________________________________________________________________
29580 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
29581         Log: Subject: some method calls not autoloaded
29582              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29583              Date: Tue, 2 Sep 2003 15:06:29 -0700
29584              Message-ID: <20030902220629.GA2952@efn.org>
29585      Branch: perl
29586            ! pod/perlfunc.pod pod/perlsub.pod
29587 ____________________________________________________________________________
29588 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
29589         Log: An untie test from perlmonks-- worked in 5.6.1,
29590              broken in 5.8.0, seems to be working again in maint,
29591              better nail it down now.
29592      Branch: perl
29593            ! t/op/tie.t
29594 ____________________________________________________________________________
29595 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
29596         Log: Retract #20930 because of
29597              Subject: maint@20974 or before broke mp2 ithreads test
29598              From: Stas Bekman <stas@stason.org>
29599              Date: Mon, 01 Sep 2003 23:31:11 -0700
29600              Message-ID: <3F54392F.7080009@stason.org>
29601      Branch: perl
29602            ! op.c
29603 ____________________________________________________________________________
29604 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
29605         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
29606              From: Fergal Daly <fergal@esatclear.ie>
29607              Date: Tue, 2 Sep 2003 17:36:52 +0100
29608              Message-Id: <200309021736.52725.fergal@esatclear.ie>
29609      Branch: perl
29610            ! pod/perldiag.pod
29611 ____________________________________________________________________________
29612 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
29613         Log: Subject: [perl #23672] Math::BigInit POD
29614              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
29615              Date: 1 Sep 2003 08:47:39 -0000
29616              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
29617      Branch: perl
29618            ! lib/Math/BigInt.pm
29619 ____________________________________________________________________________
29620 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
29621         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
29622              From: Mark Jason Dominus <mjd@plover.com>
29623              Date: Mon, 01 Sep 2003 16:19:20 -0400
29624              Message-ID: <20030901201920.3929.qmail@plover.com>
29625      Branch: perl
29626            ! pod/perlfaq6.pod
29627 ____________________________________________________________________________
29628 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
29629         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
29630              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29631              Date: Tue, 02 Sep 2003 11:27:19 +0200
29632              Message-id: <20030902092719.GA18075@ethan>
29633      Branch: perl
29634            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
29635            ! ext/Devel/PPPort/t/test.t
29636 ____________________________________________________________________________
29637 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
29638         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
29639              From: Enache Adrian <enache@rdslink.ro>
29640              Date: Tue, 2 Sep 2003 03:45:11 +0300
29641              Message-ID: <20030902004511.GA1442@ratsnest.hole>
29642      Branch: perl
29643            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
29644            ! op.h proto.h t/TEST
29645 ____________________________________________________________________________
29646 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
29647         Log: Upgrade to Unicode::Collate 0.27.
29648      Branch: perl
29649            + lib/Unicode/Collate/t/hangul.t
29650            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29651            ! lib/Unicode/Collate/README
29652 ____________________________________________________________________________
29653 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
29654         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
29655              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29656              Date: Mon, 1 Sep 2003 22:28:58 +0200
29657              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
29658      Branch: perl
29659            ! Porting/valgrindpp.pl
29660 ____________________________________________________________________________
29661 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
29662         Log: From Craig Berry, following the example of the other podxxx.PL
29663              in relying on basename($0, '.PL') to Do The Right Thing with
29664              regard to the case of the extension, which could be either
29665              .pl or .PL on VMS depending on version-specific features.
29666      Branch: perl
29667            ! pod/pod2usage.PL pod/podselect.PL
29668 ____________________________________________________________________________
29669 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
29670         Log: Configure -r in AIX bad.
29671      Branch: perl
29672            ! README.aix
29673 ____________________________________________________________________________
29674 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
29675         Log: Subject: [DOC PATCH] perlfaq4.pod
29676              Date: Mon, 1 Sep 2003 12:38:50 +0200
29677              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29678              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
29679      Branch: perl
29680            ! pod/perlfaq4.pod
29681 ____________________________________________________________________________
29682 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
29683         Log: Subject: glob() bug
29684              From: Gurusamy Sarathy <gsar@ActiveState.com>
29685              Date: Mon, 01 Sep 2003 02:25:41 -0700
29686              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
29687      Branch: perl
29688            ! op.c t/run/fresh_perl.t
29689 ____________________________________________________________________________
29690 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
29691         Log: Ultrix VAX is like VMS VAX in floating point.
29692      Branch: perl
29693            ! t/op/sprintf.t
29694 ____________________________________________________________________________
29695 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
29696         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
29697              From: Vadim Konovalov <vkonovalov@peterstar.ru>
29698              Date: Mon, 1 Sep 2003 02:57:33 +0400
29699              Message-ID: <1091134912500.20030901025733@peterstar.ru>
29700      Branch: perl
29701            ! wince/Makefile.ce wince/wince.c
29702 ____________________________________________________________________________
29703 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
29704         Log: Add test for -i.
29705      Branch: perl
29706            ! MANIFEST t/run/switches.t
29707 ____________________________________________________________________________
29708 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
29709         Log: Add tests for -h and (unknown) -z.
29710      Branch: perl
29711            ! MANIFEST t/run/switches.t
29712 ____________________________________________________________________________
29713 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
29714         Log: Add test for -v.
29715      Branch: perl
29716            ! MANIFEST t/run/switches.t
29717 ____________________________________________________________________________
29718 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
29719         Log: List the switches tested in switches.t.
29720      Branch: perl
29721            ! t/run/switches.t
29722 ____________________________________________________________________________
29723 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
29724         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
29725              From: PPrymmer@factset.com
29726              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
29727              Date: Sun, 31 Aug 2003 10:11:54 -0400
29728      Branch: perl
29729            ! installperl
29730 ____________________________________________________________________________
29731 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
29732         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
29733              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29734              Date: Sun, 31 Aug 2003 15:21:17 +0200
29735              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
29736      Branch: perl
29737            ! sv.c
29738 ____________________________________________________________________________
29739 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
29740         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
29741              both in blead and maint, lots of "Attempt to free non-existent
29742              shared string" and "Unbalanced string table refcount" errors.
29743              Retract #20960 (and #20963).
29744      Branch: perl
29745            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
29746            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
29747            ! MANIFEST lib/base.pm lib/fields.pm
29748 ____________________________________________________________________________
29749 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
29750         Log: Integrate from maint:
29751              [ 20963]
29752              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
29753      Branch: perl
29754           !> lib/base/t/fp560.t
29755 ____________________________________________________________________________
29756 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
29757         Log: De-cargo-cult.
29758      Branch: perl
29759            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
29760 ____________________________________________________________________________
29761 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
29762         Log: Upgrade to base.pm 2.0.
29763
29764              (Rename the tests around a bit to be more 8.3-friendly.)
29765      Branch: perl
29766            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
29767            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
29768            ! MANIFEST lib/base.pm lib/fields.pm
29769 ____________________________________________________________________________
29770 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
29771         Log: Fewer naked char constants.
29772      Branch: perl
29773            ! doio.c perlio.c sv.h
29774 ____________________________________________________________________________
29775 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
29776         Log: This is probably a wrong fix for
29777              [perl #23645] tell with perlio on appended files
29778              but maybe this gets NI-S agitated enough to present the correct fix :-)
29779      Branch: perl
29780            ! perlio.c t/io/tell.t
29781 ____________________________________________________________________________
29782 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
29783         Log: A new try at
29784
29785              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
29786              From: "Gerrit P. Haase" <gp@familiehaase.de>
29787              Date: Thu, 28 Aug 2003 08:18:51 +0200
29788              Message-ID: <4157199551.20030828081851@familiehaase.de>
29789
29790              (this time Cygwin only)
29791      Branch: perl
29792            ! perlio.c
29793 ____________________________________________________________________________
29794 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
29795         Log: Tweak XSLoader.t.
29796              XSLoader is supposed to work even for extensions that
29797              are statically linked. So only check that the extension we
29798              test for is actually available. (This test is not supposed
29799              to be run by miniperl.)
29800      Branch: perl
29801            ! ext/DynaLoader/t/XSLoader.t
29802 ____________________________________________________________________________
29803 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
29804         Log: Something went wrong in change #20929;
29805              linux 2.4.18-bf2.4 didn't like it:
29806              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
29807              and similar failure pattern also seen in Solaris 8.
29808      Branch: perl
29809            ! perlio.c
29810 ____________________________________________________________________________
29811 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
29812         Log: Setup @INC.
29813      Branch: perl
29814            ! t/op/cproto.t
29815 ____________________________________________________________________________
29816 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
29817         Log: Tabify and re-sort MANIFEST.
29818      Branch: perl
29819            ! MANIFEST
29820 ____________________________________________________________________________
29821 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
29822         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
29823      Branch: perl
29824            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
29825 ____________________________________________________________________________
29826 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
29827         Log: Subject: [PATCH] XSLoader nits and tests
29828              From: Michael G Schwern <schwern@pobox.com>
29829              Date: Fri, 29 Aug 2003 22:55:07 -0700
29830              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
29831      Branch: perl
29832            + ext/DynaLoader/t/XSLoader.t
29833            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
29834 ____________________________________________________________________________
29835 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
29836         Log: Missed from #20942.
29837      Branch: perl
29838            ! lib/File/Spec/VMS.pm
29839 ____________________________________________________________________________
29840 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
29841         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
29842              From: PPrymmer@factset.com
29843              Date: Sat, 30 Aug 2003 00:57:28 -0400
29844              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
29845      Branch: perl
29846            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
29847 ____________________________________________________________________________
29848 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
29849         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
29850              From: Stas Bekman <stas@stason.org>
29851              Date: Fri, 29 Aug 2003 17:11:41 -0700
29852              Message-ID: <3F4FEBBD.8000901@stason.org>
29853      Branch: perl
29854            ! pod/perlapi.pod sv.h
29855 ____________________________________________________________________________
29856 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
29857         Log: Add a new test, to ensure that we don't unexpectedly change
29858              prototypes of builtins.
29859      Branch: perl
29860            + t/op/cproto.t
29861            ! MANIFEST
29862 ____________________________________________________________________________
29863 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
29864         Log: Don't cast PL_multiline to bool : you may loose important bits.
29865      Branch: perl
29866            ! pp.c pp_hot.c
29867 ____________________________________________________________________________
29868 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
29869         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
29870              From: Nicholas Clark <nick@ccl4.org>
29871              Date: Wed, 27 Aug 2003 22:59:55 +0100
29872              Message-ID: <20030827225955.E558@plum.flirble.org>
29873      Branch: perl
29874            ! pp.c
29875 ____________________________________________________________________________
29876 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
29877         Log: Some perluniintro tweaks.
29878      Branch: perl
29879            ! pod/perluniintro.pod
29880 ____________________________________________________________________________
29881 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
29882         Log: Tiny doc tweak from Shannon -jj Behrens.
29883      Branch: perl
29884            ! pod/perluniintro.pod
29885 ____________________________________________________________________________
29886 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
29887         Log: Comparing an int to a U32 makes VC6 nervous.
29888      Branch: perl
29889            ! pp.c pp_hot.c
29890 ____________________________________________________________________________
29891 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
29892         Log: Better skip() explicit number of tests, test counts getting
29893              out of sync less likely that way.
29894      Branch: perl
29895            ! t/op/pack.t
29896 ____________________________________________________________________________
29897 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
29898         Log: Some Ultrix test dodgings.
29899      Branch: perl
29900            ! t/base/num.t t/op/arith.t t/op/pack.t
29901 ____________________________________________________________________________
29902 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
29903         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
29904              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29905              Date: Thu, 28 Aug 2003 21:47:22 +0200
29906              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
29907      Branch: perl
29908            ! op.c
29909 ____________________________________________________________________________
29910 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
29911         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
29912              From: "Gerrit P. Haase" <gp@familiehaase.de>
29913              Date: Thu, 28 Aug 2003 08:18:51 +0200
29914              Message-ID: <4157199551.20030828081851@familiehaase.de>
29915
29916              (changed so that the 'b' is always appended)
29917      Branch: perl
29918            ! perlio.c
29919 ____________________________________________________________________________
29920 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
29921         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
29922              From: marek.rouchal@infineon.com
29923              Date: Wed, 27 Aug 2003 17:25:28 +0200
29924              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
29925
29926              PodParser-1.25 prerelease.
29927      Branch: perl
29928            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
29929            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
29930            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
29931 ____________________________________________________________________________
29932 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
29933         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
29934      Branch: perl
29935            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
29936 ____________________________________________________________________________
29937 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
29938         Log: Subject: [PATCH] valgrindpp.pl
29939              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29940              Date: Thu, 28 Aug 2003 09:43:49 +0200
29941              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
29942      Branch: perl
29943            ! Porting/valgrindpp.pl
29944 ____________________________________________________________________________
29945 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
29946         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
29947              From: Paul Johnson <paul@pjcj.net>
29948              Date: Thu, 28 Aug 2003 00:13:59 +0200
29949              Message-ID: <20030827221359.GE28396@pjcj.net>
29950      Branch: perl
29951            ! ext/B/B/Deparse.pm
29952 ____________________________________________________________________________
29953 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
29954         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
29955              From: Michael G Schwern <schwern@pobox.com>
29956              Date: Wed, 27 Aug 2003 15:05:20 -0700
29957              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
29958      Branch: perl
29959            ! lib/ExtUtils/MakeMaker/Tutorial.pod
29960 ____________________________________________________________________________
29961 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
29962         Log: Add caveats and tests for Symbol::delete_package().
29963      Branch: perl
29964            ! lib/Symbol.pm lib/Symbol.t
29965 ____________________________________________________________________________
29966 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
29967         Log: Configure is doing fine in Ultrix, operator error.
29968      Branch: perl
29969            ! hints/ultrix_4.sh
29970 ____________________________________________________________________________
29971 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
29972         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
29973      Branch: perl
29974            + Porting/valgrindpp.pl
29975            ! MANIFEST
29976 ____________________________________________________________________________
29977 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
29978         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
29979              From: "John P. Linderman" <jpl@research.att.com>
29980              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
29981              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
29982
29983              Subject: typo in pod/perlnewmod.pod [PATCH]
29984              From: "John P. Linderman" <jpl@research.att.com>
29985              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
29986              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
29987
29988              Subject: [PATCH] document the location of byacc
29989              From: Dave Mitchell <davem@fdgroup.com>
29990              Date: Wed, 27 Aug 2003 14:26:50 +0100
29991              Message-ID: <20030827132650.GA23144@fdgroup.com>
29992      Branch: perl
29993            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
29994            ! pod/perlnewmod.pod
29995 ____________________________________________________________________________
29996 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
29997         Log: Ultrix tweaks: <string.h> must not be included twice
29998              (otherwise one gets prototype conflicts between the <string.h>
29999              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
30000              define in <string.h>...); and Configure misprobes some features.
30001      Branch: perl
30002            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
30003            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
30004            ! hints/ultrix_4.sh
30005 ____________________________________________________________________________
30006 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
30007         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
30008              but instead it is 0xFFFF.  So retract #20914.
30009      Branch: perl
30010            ! perl.h
30011 ____________________________________________________________________________
30012 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
30013         Log: Sanity check for BYTEORDER.
30014      Branch: perl
30015            ! perl.h
30016 ____________________________________________________________________________
30017 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
30018         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
30019
30020              [20859]
30021              Two portability patches for DJGPP from Richard Dawe
30022              <rich@phekda.freeserve.co.uk>.
30023              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
30024
30025              [20911]
30026              Don't uppercase automatically all environment variables on DJGPP.
30027              (reported by Richard Dawe, this breaks portability of Unix
30028              scripts.) Don't change the behaviour on plain MS/DOS.
30029      Branch: perl
30030            ! perl.c
30031           !> djgpp/djgppsed.sh dosish.h
30032 ____________________________________________________________________________
30033 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
30034         Log: perlapi.pod tweaks, based on :
30035              Subject: misdocumented return value for sv_setref*
30036              From: Joe Schaefer <joe+perl@sunstarsys.com>
30037              Date: 12 Aug 2003 13:21:42 -0400
30038              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
30039      Branch: perl
30040            ! pod/perlapi.pod sv.c
30041 ____________________________________________________________________________
30042 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
30043         Log: Change the internal prototype of the pop() and shift() builtins
30044              to (;\@), to reflect that their array argument is optional.
30045      Branch: perl
30046            ! opcode.h opcode.pl
30047 ____________________________________________________________________________
30048 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
30049         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
30050              From: Dave Mitchell <davem@fdgroup.com>
30051              Date: Sun, 24 Aug 2003 15:52:00 +0100
30052              Message-ID: <20030824145159.GA12210@fdgroup.com>
30053      Branch: perl
30054            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
30055 ____________________________________________________________________________
30056 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
30057         Log: Subject: [PATCH] minor File::Spec testing cleanup
30058              From: Ken Williams <ken@mathforum.org>
30059              Date: Thu, 21 Aug 2003 22:47:51 -0500
30060              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
30061      Branch: perl
30062            ! lib/File/Spec/t/rel2abs2rel.t
30063 ____________________________________________________________________________
30064 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
30065         Log: Maintainer catch from Rafael.
30066      Branch: perl
30067            ! Porting/Maintainers.pl
30068 ____________________________________________________________________________
30069 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
30070         Log: Take a cutdown version of the change #20903 also to perlebcdic.
30071      Branch: perl
30072            ! pod/perlebcdic.pod
30073 ____________________________________________________________________________
30074 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
30075         Log: No dynaloading at all in Ultrix.
30076      Branch: perl
30077            ! hints/ultrix_4.sh
30078 ____________________________________________________________________________
30079 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
30080         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
30081              (This information looks interesting enough to be mentioned
30082              elsewhere, too.)
30083      Branch: perl
30084            ! README.bs2000
30085 ____________________________________________________________________________
30086 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
30087         Log: CGI::Carp from CGI.pm 3.00 was missing.
30088      Branch: perl
30089            ! lib/CGI/Carp.pm
30090 ____________________________________________________________________________
30091 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
30092         Log: Subject: Re: [PATCH] valgrind and /#/x
30093              From: Enache Adrian <enache@rdslink.ro>
30094              Date: Tue, 26 Aug 2003 08:11:07 +0300
30095              Message-ID: <20030826051107.GA1086@ratsnest.hole>
30096      Branch: perl
30097            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
30098 ____________________________________________________________________________
30099 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
30100         Log: More memory lane.
30101      Branch: perl
30102            ! hints/ultrix_4.sh
30103 ____________________________________________________________________________
30104 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
30105         Log: fix syscall() prototype description in
30106              perlfunc.pod, as suggested by Lukas Mai.
30107      Branch: perl
30108            ! pod/perlfunc.pod
30109 ____________________________________________________________________________
30110 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
30111         Log: Tiny doc tweak.
30112      Branch: perl
30113            ! README.solaris
30114 ____________________________________________________________________________
30115 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
30116         Log: Even more SunOS 4 info.
30117      Branch: perl
30118            ! README.solaris
30119 ____________________________________________________________________________
30120 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
30121         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
30122              From: Vadim Konovalov <vkonovalov@peterstar.ru>
30123              Date: Tue, 26 Aug 2003 00:10:29 +0400
30124              Message-ID: <135606488000.20030826001029@peterstar.ru>
30125      Branch: perl
30126            ! wince/perlmain.c
30127 ____________________________________________________________________________
30128 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
30129         Log: Subject: more valgrinding: select problem?
30130              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30131              Date: Mon, 25 Aug 2003 22:02:17 +0200
30132              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
30133
30134              In glibc, just use the __FD_SETSIZE since that's
30135              the size of the buffer (usually 1024 bits, much
30136              more than the selectminbits of 32).
30137      Branch: perl
30138            ! pp_sys.c
30139 ____________________________________________________________________________
30140 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
30141         Log: More ptags tweakage from Stas; now add 'fullpath'
30142              option to get absolute paths.
30143      Branch: perl
30144            ! emacs/ptags
30145 ____________________________________________________________________________
30146 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
30147         Log: The new tests of #20888 didn't really test what they claimed to.
30148      Branch: perl
30149            ! t/op/pat.t
30150 ____________________________________________________________________________
30151 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
30152         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
30153              From: Jose.auguste-etienne@cgss-guyane.fr
30154              Date: Mon, 25 Aug 2003 14:35:45 -0300
30155              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
30156
30157              AIX Configure advice.
30158      Branch: perl
30159            ! README.aix
30160 ____________________________________________________________________________
30161 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
30162         Log: More SunOS 4.x info.
30163      Branch: perl
30164            ! README.solaris
30165 ____________________________________________________________________________
30166 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
30167         Log: The #20887 didn't go over that well;
30168              and add a few more tests from UTS#18.
30169      Branch: perl
30170            ! t/op/pat.t
30171 ____________________________________________________________________________
30172 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
30173         Log: pat.t -> charnames -> UCD -> Storable,
30174              not good for static builds and minitest.
30175      Branch: perl
30176            ! t/op/pat.t
30177 ____________________________________________________________________________
30178 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
30179         Log: SunOS 4.1.4 is working, too.
30180      Branch: perl
30181            ! README.solaris hints/sunos_4_1.sh
30182 ____________________________________________________________________________
30183 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
30184         Log: Regen perlmodlib, perltoc.
30185      Branch: perl
30186            ! pod/perlmodlib.pod pod/perltoc.pod
30187 ____________________________________________________________________________
30188 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
30189         Log: UVSIZE is not yet defined when it would be needed
30190              by MULTIARCH.  So go back to LONGSIZE, and (belt-
30191              and-suspenders-and-rope style) later in UVSIZE
30192              possibly redefine BYTEORDER.
30193      Branch: perl
30194            ! Configure config_h.SH
30195 ____________________________________________________________________________
30196 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
30197         Log: Subject: [PATCH] valgrind and /#/x
30198              From: Dave Mitchell <davem@fdgroup.com>
30199              Date: Mon, 25 Aug 2003 13:27:49 +0100
30200              Message-ID: <20030825122748.GA15560@fdgroup.com>
30201      Branch: perl
30202            ! regcomp.c
30203 ____________________________________________________________________________
30204 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
30205         Log: Subject: Please update my address
30206              From: Ed Avis <ed@membled.com>
30207              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
30208              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
30209
30210              (Just the AUTHORS part, though, I don't think retroactively
30211              updating the Changes* is useful.)
30212      Branch: perl
30213            ! AUTHORS
30214 ____________________________________________________________________________
30215 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
30216         Log: Document even more ways of affecting your "utf8ness".
30217      Branch: perl
30218            ! lib/utf8.pm
30219 ____________________________________________________________________________
30220 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
30221         Log: Change the VERSION since there are now changes since Perl 5.8.0.
30222      Branch: perl
30223            ! ext/I18N/Langinfo/Langinfo.pm
30224 ____________________________________________________________________________
30225 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
30226         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
30227              since Perl 5.8.0.
30228      Branch: perl
30229            ! lib/CGI/Util.pm
30230 ____________________________________________________________________________
30231 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
30232         Log: Upgrade to CGI.pm 3.00.
30233      Branch: perl
30234            ! lib/CGI.pm lib/CGI/Util.pm
30235 ____________________________________________________________________________
30236 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
30237         Log: Subject: [PATCH] valgrind update
30238              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
30239              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
30240              Message-ID: <21671.1061797917@www38.gmx.net>
30241      Branch: perl
30242            ! t/TEST t/op/magic.t
30243 ____________________________________________________________________________
30244 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
30245         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
30246              From: Nicholas Clark <nick@ccl4.org>
30247              Date: Sun, 24 Aug 2003 16:48:53 +0100
30248              Message-ID: <20030824164851.E558@plum.flirble.org>
30249      Branch: perl
30250            ! doop.c
30251 ____________________________________________________________________________
30252 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
30253         Log: Subject: [patch emacs/ptags] allow xemacs to be used
30254              From: Stas Bekman <stas@stason.org>
30255              Date: Sun, 24 Aug 2003 22:05:00 -0700
30256              Message-ID: <3F4998FC.3090401@stason.org>
30257      Branch: perl
30258            ! emacs/ptags
30259 ____________________________________________________________________________
30260 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
30261         Log: MPE/iX doc tweak from Mark Bixby.
30262      Branch: perl
30263            ! README.mpeix
30264 ____________________________________________________________________________
30265 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
30266         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
30267              Doesn't work well yet, something broken in DynaLoader/XSLoader?
30268      Branch: perl
30269            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
30270 ____________________________________________________________________________
30271 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
30272         Log: IRIX 5.3 is 99.90% okay.
30273      Branch: perl
30274            ! README.irix hints/irix_5.sh
30275 ____________________________________________________________________________
30276 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
30277         Log: An imperfect last resort in case there is no strtoul() but
30278              there is strtol() (like e.g. SunOS 4) because of the Atoul()
30279              in Perl_get_hash_seed()).  The only true fix would be to
30280              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
30281              in numeric.c.
30282      Branch: perl
30283            ! perl.h
30284 ____________________________________________________________________________
30285 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
30286         Log: s/rationale/rational/g on bigrats.
30287      Branch: perl
30288            ! lib/Math/BigRat.pm lib/bigrat.pm
30289 ____________________________________________________________________________
30290 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
30291         Log: Update the CPAN mirrors list.
30292      Branch: perl
30293            ! pod/perlmodlib.PL pod/perlmodlib.pod
30294 ____________________________________________________________________________
30295 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
30296         Log: gcc -O3 and Storable in Linux do not like each other.
30297      Branch: perl
30298            ! ext/Storable/hints/linux.pl
30299 ____________________________________________________________________________
30300 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
30301         Log: Bad quote day, noticed by Philip Newton.
30302      Branch: perl
30303            ! hints/dos_djgpp.sh
30304 ____________________________________________________________________________
30305 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
30306         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
30307              From: Enache Adrian <enache@rdslink.ro>
30308              Date: Mon, 4 Aug 2003 16:20:19 +0300
30309              Message-ID: <20030804132019.GA6764@ratsnest.hole>
30310      Branch: perl
30311            ! Configure config_h.SH
30312 ____________________________________________________________________________
30313 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
30314         Log: Add more comments so that one can see what is supposed to happen.
30315      Branch: perl
30316            ! t/op/lc.t
30317 ____________________________________________________________________________
30318 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
30319         Log: More data points about the Storable optimization problem
30320              in Linux.  (It might be that also non-Debians are affected,
30321              waiting for more information.)
30322      Branch: perl
30323            ! ext/Storable/hints/linux.pl
30324 ____________________________________________________________________________
30325 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
30326         Log: Move the note about known eval leaks earlier.
30327      Branch: perl
30328            ! pod/perlhack.pod
30329 ____________________________________________________________________________
30330 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
30331         Log: Forgot to regen byterun.c.
30332      Branch: perl
30333            ! ext/ByteLoader/byterun.c
30334 ____________________________________________________________________________
30335 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
30336         Log: Doc tweaks on perlhack.
30337      Branch: perl
30338            ! pod/perlhack.pod
30339 ____________________________________________________________________________
30340 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
30341         Log: Subject: [PATCH] Re: valgrind as a leak hound?
30342              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30343              Date: Fri, 22 Aug 2003 23:28:18 +0200
30344              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
30345
30346              Add the leak detection to valgrind testing.
30347      Branch: perl
30348            + t/perl.supp
30349            ! MANIFEST pod/perlhack.pod t/TEST
30350 ____________________________________________________________________________
30351 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
30352         Log: Oops.  Why can't C comments nest?
30353      Branch: perl
30354            ! pp_sys.c
30355 ____________________________________________________________________________
30356 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
30357         Log: Try to dodge getspnam() in AIX.
30358      Branch: perl
30359            ! pp_sys.c
30360 ____________________________________________________________________________
30361 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
30362         Log: Subject: Re: mysterious bytecode.t failure
30363              From: Enache Adrian <enache@rdslink.ro>
30364              Date: Fri, 22 Aug 2003 11:49:34 +0300
30365              Message-ID: <20030822084934.GA1257@ratsnest.hole>
30366      Branch: perl
30367            ! t/base/lex.t
30368 ____________________________________________________________________________
30369 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
30370         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
30371              From: Slaven Rezic <slaven@rezic.de>
30372              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
30373              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
30374      Branch: perl
30375            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
30376 ____________________________________________________________________________
30377 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
30378         Log: Just #.
30379      Branch: perl
30380            ! pod/buildtoc pod/perltoc.pod
30381 ____________________________________________________________________________
30382 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
30383         Log: Regen toc.
30384      Branch: perl
30385            ! pod/perltoc.pod
30386 ____________________________________________________________________________
30387 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
30388         Log: Also MANIFEST the vms/perlvms restoration.
30389      Branch: perl
30390            ! MANIFEST
30391 ____________________________________________________________________________
30392 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
30393         Log: In the vms/descrip_mms.template    the perlvms.pod must
30394              be copied from vms/, err, [.vms], not [.pod].
30395      Branch: perl
30396            ! pod/buildtoc vms/descrip_mms.template
30397 ____________________________________________________________________________
30398 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
30399         Log: Retract #20826 and #20831; things are done differently
30400              in VMS, it seems.  Maybe the vms/descrip_mms.template
30401              needs to be changed?
30402      Branch: perl
30403            + vms/perlvms.pod
30404            - pod/perlvms.pod
30405            ! MANIFEST Makefile.SH
30406 ____________________________________________________________________________
30407 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
30408         Log: Rafael spotted that vms/perlvms.pod was still referred to.
30409      Branch: perl
30410            ! Makefile.SH
30411 ____________________________________________________________________________
30412 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
30413         Log: The change #20809 opened up a code path that might leave s unset.
30414      Branch: perl
30415            ! mg.c
30416 ____________________________________________________________________________
30417 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
30418         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
30419              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30420              Date: Fri, 22 Aug 2003 14:57:09 +0200
30421              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
30422      Branch: perl
30423            ! lib/File/Path.t
30424 ____________________________________________________________________________
30425 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
30426         Log: Test the correct longness; from Enache.
30427      Branch: perl
30428            ! ext/B/t/assembler.t
30429 ____________________________________________________________________________
30430 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
30431         Log: perlvms moving day, from Craig Berry.
30432      Branch: perl
30433            + pod/perlvms.pod
30434            - vms/perlvms.pod
30435            ! MANIFEST
30436 ____________________________________________________________________________
30437 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
30438         Log: Lower Storable.xs optimization to -O2 on certain
30439              known platforms.
30440      Branch: perl
30441            + ext/Storable/hints/linux.pl
30442            ! MANIFEST
30443 ____________________________________________________________________________
30444 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
30445         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
30446              From: Nicholas Clark <nick@ccl4.org>
30447              Date: Thu, 21 Aug 2003 22:26:18 +0100
30448              Message-ID: <20030821222618.T558@plum.flirble.org>
30449      Branch: perl
30450            ! t/op/pack.t
30451 ____________________________________________________________________________
30452 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
30453         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
30454              From: alian@cpan.org (Alian)
30455              Date: Wed, 20 Aug 2003 20:39:17 +0200
30456              Message-ID: <3F43C055.6030709@jupiter.alianet>
30457      Branch: perl
30458            ! t/op/pack.t
30459 ____________________________________________________________________________
30460 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
30461         Log: Try to make the use of utf8 as clear as possible.
30462      Branch: perl
30463            ! lib/utf8.pm
30464 ____________________________________________________________________________
30465 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
30466         Log: Put the tests of the change #19064 back, but disable them.
30467      Branch: perl
30468            ! t/op/args.t
30469 ____________________________________________________________________________
30470 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
30471         Log: Advertise the encoding pragma at the utf8 pragma.
30472      Branch: perl
30473            ! lib/utf8.pm
30474 ____________________________________________________________________________
30475 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
30476         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
30477              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30478              Date: Fri, 22 Aug 2003 09:01:09 +0200
30479              Message-id: <20030822070109.GA1029@ethan>
30480      Branch: perl
30481            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30482            ! ext/Devel/PPPort/t/test.t
30483 ____________________________________________________________________________
30484 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
30485         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
30486              From: insecure <insecure@mail.od.ua>
30487              Date: Thu, 21 Aug 2003 21:37:56 +0300
30488              Message-Id: <200308212137.57016.insecure@mail.od.ua>
30489      Branch: perl
30490            ! ext/I18N/Langinfo/Langinfo.xs
30491 ____________________________________________________________________________
30492 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
30493         Log: More bytecode patching from Enache.
30494      Branch: perl
30495            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
30496            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
30497 ____________________________________________________________________________
30498 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
30499         Log: Subject: Re: pod cleanup
30500              From: Ken Williams <ken@mathforum.org>
30501              Date: Thu, 21 Aug 2003 21:24:57 -0500
30502              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
30503      Branch: perl
30504            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
30505 ____________________________________________________________________________
30506 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
30507         Log: Do not edit perltoc since it is autogenerated.
30508      Branch: perl
30509            ! pod/buildtoc
30510 ____________________________________________________________________________
30511 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
30512         Log: Subject: [PATCH] Re: pod cleanup
30513              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
30514              Date: Thu, 21 Aug 2003 17:09:17 -0400
30515              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
30516
30517              (the pod part)
30518      Branch: perl
30519            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
30520            ! pod/perlipc.pod pod/perlpacktut.pod
30521 ____________________________________________________________________________
30522 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
30523         Log: No need to E<gt>.
30524      Branch: perl
30525            ! pod/perluniintro.pod
30526 ____________________________________________________________________________
30527 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
30528         Log: Add File::Temp's OO test.
30529      Branch: perl
30530            + lib/File/Temp/t/object.t
30531            ! MANIFEST
30532 ____________________________________________________________________________
30533 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
30534         Log: The magic variables that alter STDOUT have a tendancy to segfault
30535              when accessed if STDOUT is undefined. Protect them.
30536      Branch: perl
30537            ! mg.c
30538 ____________________________________________________________________________
30539 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
30540         Log: Mention the Unicode UTR #18 version referenced.
30541      Branch: perl
30542            ! pod/perlunicode.pod
30543 ____________________________________________________________________________
30544 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
30545         Log: Must close so that unlink works portably.
30546      Branch: perl
30547            ! t/io/utf8.t
30548 ____________________________________________________________________________
30549 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
30550         Log: Subject: [perluniintro.pod] pod markup fix
30551              From: Stas Bekman <stas@stason.org>
30552              Date: Thu, 21 Aug 2003 11:41:01 -0700
30553              Message-ID: <3F45123D.8020805@stason.org>
30554      Branch: perl
30555            ! pod/perluniintro.pod
30556 ____________________________________________________________________________
30557 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
30558         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
30559              From: Enache Adrian <enache@rdslink.ro>
30560              Date: Thu, 21 Aug 2003 21:17:26 +0300
30561              Message-ID: <20030821181726.GA1241@ratsnest.hole>
30562      Branch: perl
30563            ! gv.c t/op/die.t
30564 ____________________________________________________________________________
30565 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
30566         Log: Fix the syswrite downgrade bug of
30567              [perl #23428] Somethings rotten in unicode semantics
30568      Branch: perl
30569            ! pp_sys.c t/io/utf8.t
30570 ____________________________________________________________________________
30571 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
30572         Log: No more public cwd(), use private _cwd().
30573      Branch: perl
30574            ! lib/File/Spec/t/Spec.t
30575 ____________________________________________________________________________
30576 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
30577         Log: Underline the fact that abs2rel() makes no sense
30578              if it spans multiple roots.
30579      Branch: perl
30580            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
30581 ____________________________________________________________________________
30582 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
30583         Log: Rename the internal cwd() to _cwd() (it's not curdir).
30584      Branch: perl
30585            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
30586            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30587            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30588            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30589 ____________________________________________________________________________
30590 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
30591         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
30592              From: PPrymmer@factset.com
30593              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
30594              Date: Tue, 19 Aug 2003 21:50:12 -0400
30595      Branch: perl
30596            ! lib/ExtUtils/MM_Unix.pm
30597 ____________________________________________________________________________
30598 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
30599         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
30600              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
30601              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
30602      Branch: perl
30603            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
30604 ____________________________________________________________________________
30605 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
30606         Log: MPE/iX does not have nanosleep() (the test makes
30607              a wrong conclusion of the linking succeeding)
30608      Branch: perl
30609            ! ext/Time/HiRes/Makefile.PL
30610 ____________________________________________________________________________
30611 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
30612         Log: Subject: Re: untieing your victim during the act
30613              From: Dave Mitchell <davem@fdgroup.com>
30614              Date: Wed, 20 Aug 2003 20:44:53 +0100
30615              Message-ID: <20030820194453.GD27719@fdgroup.com>
30616      Branch: perl
30617            ! mg.c
30618 ____________________________________________________________________________
30619 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
30620         Log: Byteloader patching from Enache continues;
30621              PADOFFSET handling was wrong.
30622      Branch: perl
30623            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
30624            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
30625            ! ext/ByteLoader/byterun.c
30626 ____________________________________________________________________________
30627 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
30628         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
30629              From: Steve Hay <steve.hay@uk.radan.com>
30630              Date: Wed, 20 Aug 2003 10:54:46 +0100
30631              Message-ID: <3F434566.3030602@uk.radan.com>
30632      Branch: perl
30633            ! win32/Makefile win32/makefile.mk
30634 ____________________________________________________________________________
30635 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
30636         Log: Upgrade to Encode 1.98.
30637      Branch: perl
30638            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30639            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
30640            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
30641            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
30642            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
30643            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
30644            ! ext/Encode/ucm/macHebrew.ucm
30645 ____________________________________________________________________________
30646 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
30647         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
30648      Branch: perl
30649            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
30650 ____________________________________________________________________________
30651 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
30652         Log: t/TEST fails to fail when it can't find tests.
30653      Branch: perl
30654            ! t/TEST
30655 ____________________________________________________________________________
30656 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
30657         Log: Manifest.t.ation of Schwern.
30658      Branch: perl
30659            ! lib/ExtUtils/t/Manifest.t
30660 ____________________________________________________________________________
30661 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
30662         Log: Nick's podulator was right, I just hadn't read the manual...
30663              the vms\perlvms.pod lines needed to be moved.
30664      Branch: perl
30665            ! win32/Makefile win32/makefile.mk
30666 ____________________________________________________________________________
30667 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
30668         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
30669              From: Andy Dougherty <doughera@lafayette.edu>
30670              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
30671              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
30672      Branch: perl
30673            ! INSTALL
30674 ____________________________________________________________________________
30675 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
30676         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
30677              From: alian <alian@cpan.org>
30678              Date: Tue, 19 Aug 2003 18:18:03 +0200
30679              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
30680      Branch: perl
30681            + ext/B/hints/openbsd.pl
30682            ! MANIFEST
30683 ____________________________________________________________________________
30684 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
30685         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
30686              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30687              Date: Tue, 19 Aug 2003 08:28:14 -0700
30688              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
30689      Branch: perl
30690            ! lib/File/Spec/OS2.pm
30691 ____________________________________________________________________________
30692 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
30693         Log: Unnecessary whitespace diff.
30694      Branch: perl
30695            ! lib/ExtUtils/MakeMaker.pm
30696 ____________________________________________________________________________
30697 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
30698         Log: One less failure.
30699      Branch: perl
30700            ! lib/ExtUtils/t/Manifest.t
30701 ____________________________________________________________________________
30702 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
30703         Log: Replace #20772 with
30704
30705              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30706              From: PPrymmer@factset.com
30707              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
30708              Date: Tue, 19 Aug 2003 10:29:44 -0400
30709      Branch: perl
30710            ! lib/ExtUtils/t/Manifest.t
30711 ____________________________________________________________________________
30712 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
30713         Log: (From Enache) Keep bytecode files (.plc) around in case
30714              of failures.  (Currently Tru64 is reliably barfing.)
30715      Branch: perl
30716            ! ext/B/t/bytecode.t
30717 ____________________________________________________________________________
30718 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
30719         Log: 's buildtoc now.
30720      Branch: perl
30721            ! README.cygwin
30722 ____________________________________________________________________________
30723 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
30724         Log: These are kind of important.
30725      Branch: perl
30726            ! MANIFEST
30727 ____________________________________________________________________________
30728 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
30729         Log: Replace #20763 with
30730
30731              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30732              From: Michael G Schwern <schwern@pobox.com>
30733              Date: Mon, 18 Aug 2003 17:07:30 -0700
30734              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
30735      Branch: perl
30736            ! lib/ExtUtils/t/Manifest.t
30737 ____________________________________________________________________________
30738 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
30739         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
30740              From: Michael G Schwern <schwern@pobox.com>
30741              Date: Mon, 18 Aug 2003 18:02:08 -0700
30742              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
30743      Branch: perl
30744            ! lib/File/Spec/OS2.pm
30745 ____________________________________________________________________________
30746 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
30747         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
30748              From: Ken Williams <ken@mathforum.org>
30749              Date: Mon, 18 Aug 2003 17:07:43 -0500
30750              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
30751      Branch: perl
30752            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30753            ! lib/File/Spec/t/Spec.t
30754 ____________________________________________________________________________
30755 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
30756         Log: Update the history records.
30757      Branch: perl
30758            ! pod/perlhist.pod
30759 ____________________________________________________________________________
30760 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
30761         Log: Still trying to unify MANIFEST sorting.
30762      Branch: perl
30763            ! MANIFEST pod/buildtoc
30764 ____________________________________________________________________________
30765 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
30766         Log: Try to unify the MANIFEST sorting.
30767      Branch: perl
30768            ! MANIFEST Makefile.SH pod/buildtoc
30769 ____________________________________________________________________________
30770 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
30771         Log: Nicholas Clark's podulator.  The win32 makefile
30772              generation doesn't seem to be working yet.
30773      Branch: perl
30774            + pod.lst pod/buildtoc
30775            - pod/buildtoc.PL
30776            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
30777            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
30778 ____________________________________________________________________________
30779 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
30780         Log: Pod tweaks for NEXT from Alan Ferrency.
30781      Branch: perl
30782            ! lib/NEXT.pm
30783 ____________________________________________________________________________
30784 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
30785         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
30786      Branch: perl
30787            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
30788 ____________________________________________________________________________
30789 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
30790         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
30791              From: PPrymmer@factset.com
30792              Date: Mon, 18 Aug 2003 15:57:12 -0400
30793              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
30794      Branch: perl
30795            ! lib/ExtUtils/t/Manifest.t
30796 ____________________________________________________________________________
30797 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
30798         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
30799              From: PPrymmer@factset.com
30800              Date: Mon, 18 Aug 2003 14:28:22 -0400
30801              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
30802      Branch: perl
30803            ! vms/descrip_mms.template
30804 ____________________________________________________________________________
30805 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
30806         Log: Use the base class cwd() method.
30807      Branch: perl
30808            ! lib/File/Spec/VMS.pm
30809 ____________________________________________________________________________
30810 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
30811         Log: Subject: [PATCH] Uppercase globals in Pod::Html
30812              From: Michael G Schwern <schwern@pobox.com>
30813              Date: Mon, 18 Aug 2003 03:29:09 -0700
30814              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
30815      Branch: perl
30816            ! lib/Pod/Html.pm
30817 ____________________________________________________________________________
30818 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
30819         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
30820              From: Michael G Schwern <schwern@pobox.com>
30821              Date: Mon, 18 Aug 2003 02:44:31 -0700
30822              Message-ID: <20030818094431.GG823@windhund.schwern.org>
30823      Branch: perl
30824            ! lib/Pod/Html.pm
30825 ____________________________________________________________________________
30826 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
30827         Log: Warn about the slowness of memory debuggers.
30828      Branch: perl
30829            ! pod/perlhack.pod
30830 ____________________________________________________________________________
30831 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
30832         Log: Upgrade to ExtUtils::MakeMaker 6.16.
30833      Branch: perl
30834            + lib/ExtUtils/t/prereq_print.t
30835            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
30836            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
30837            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
30838            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
30839            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
30840 ____________________________________________________________________________
30841 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
30842         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
30843              From: Michael G Schwern <schwern@pobox.com>
30844              Date: Mon, 18 Aug 2003 01:34:34 -0700
30845              Message-ID: <20030818083433.GB823@windhund.schwern.org>
30846      Branch: perl
30847            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
30848 ____________________________________________________________________________
30849 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
30850         Log: I could have sworn the base class method was there.
30851      Branch: perl
30852            ! lib/File/Spec/Unix.pm
30853 ____________________________________________________________________________
30854 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
30855         Log: utf8::is_utf8() wasn't there in 5.8.0.
30856      Branch: perl
30857            ! lib/utf8.pm
30858 ____________________________________________________________________________
30859 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
30860         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
30861              From: "Craig A. Berry" <craigberry@mac.com>
30862              Date: Sun, 17 Aug 2003 23:28:21 -0500
30863              Message-ID: <3F4055E5.2070407@mac.com>
30864      Branch: perl
30865            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
30866 ____________________________________________________________________________
30867 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
30868         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
30869              From: Michael G Schwern <schwern@pobox.com>
30870              Date: Sat, 16 Aug 2003 14:58:25 -0700
30871              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
30872
30873              (plus local *REALPATH)
30874      Branch: perl
30875            ! lib/Cwd.pm
30876 ____________________________________________________________________________
30877 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
30878         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
30879              From: Enache Adrian <enache@rdslink.ro>
30880              Date: Sat, 16 Aug 2003 16:03:16 +0300
30881              Message-ID: <20030816130316.GA1654@ratsnest.hole>
30882
30883              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
30884              From: Enache Adrian <enache@rdslink.ro>
30885              Date: Sun, 17 Aug 2003 04:42:22 +0300
30886              Message-ID: <20030817014222.GA1287@ratsnest.hole>
30887      Branch: perl
30888            ! t/op/die.t util.c
30889 ____________________________________________________________________________
30890 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
30891         Log: The lib/Cwd.pm diet part of
30892
30893              Subject: [PATCH] File::Spec on diet
30894              From: Tels <perl_dummy@bloodgate.com>
30895              Date: Mon, 7 Jul 2003 22:41:42 +0200
30896              Message-Id: <200307072235.03364@bloodgate.com>
30897      Branch: perl
30898            ! lib/Cwd.pm
30899 ____________________________________________________________________________
30900 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
30901         Log: The "reduce memory footprint and increase speed by not
30902              unconditionally pulling in Cwd"    part of
30903
30904              Subject: [PATCH] File::Spec on diet
30905              From: Tels <perl_dummy@bloodgate.com>
30906              Date: Mon, 7 Jul 2003 22:41:42 +0200
30907              Message-Id: <200307072235.03364@bloodgate.com>
30908
30909              was still valid.
30910      Branch: perl
30911            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
30912            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30913            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30914            ! lib/File/Spec/Win32.pm
30915 ____________________________________________________________________________
30916 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
30917         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
30918      Branch: perl
30919            ! lib/File/Temp.pm
30920 ____________________________________________________________________________
30921 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
30922         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
30923              From: PPrymmer@factset.com
30924              Date: Sat, 16 Aug 2003 11:55:58 -0400
30925              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
30926      Branch: perl
30927            ! installperl
30928 ____________________________________________________________________________
30929 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
30930         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
30931              $VERSION at 1.601 so that we are different in version
30932              than 5.8.0 since the module is different (one doc tweak).
30933      Branch: perl
30934            ! ext/Filter/Util/Call/Call.pm
30935 ____________________________________________________________________________
30936 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
30937         Log: valgrind --help didn't return a happy exit status.
30938      Branch: perl
30939            ! Makefile.SH
30940 ____________________________________________________________________________
30941 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
30942         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
30943              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
30944              because loading the XS part of Cwd might fail.
30945      Branch: perl
30946            ! lib/Cwd.pm
30947 ____________________________________________________________________________
30948 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
30949         Log: Subject: [patch lib/utf8.pm] doc tweaks
30950              From: Stas Bekman <stas@stason.org>
30951              Date: Sat, 16 Aug 2003 13:30:28 -0700
30952              Message-ID: <3F3E9464.3030202@stason.org>
30953      Branch: perl
30954            ! lib/utf8.pm
30955 ____________________________________________________________________________
30956 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
30957         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
30958              From: Michael G Schwern <schwern@pobox.com>
30959              Date: Fri, 15 Aug 2003 18:43:45 -0700
30960              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
30961      Branch: perl
30962            ! ext/Cwd/t/taint.t lib/Cwd.pm
30963 ____________________________________________________________________________
30964 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
30965         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
30966      Branch: perl
30967            ! hints/darwin.sh
30968 ____________________________________________________________________________
30969 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
30970         Log: Add valgrind testing target.
30971      Branch: perl
30972            ! Makefile.SH pod/perlhack.pod t/TEST
30973 ____________________________________________________________________________
30974 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
30975         Log: More networking negativity.
30976      Branch: perl
30977            ! pod/perlport.pod
30978 ____________________________________________________________________________
30979 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
30980         Log: Remove a useless vstring reference in perlnumber.pod.
30981      Branch: perl
30982            ! pod/perlnumber.pod
30983 ____________________________________________________________________________
30984 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
30985         Log: README.macosx updates about known problems.
30986      Branch: perl
30987            ! README.macosx
30988 ____________________________________________________________________________
30989 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
30990         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
30991              From: Andreas J Koenig <andreas.koenig@anima.de>
30992              Date: Fri, 15 Aug 2003 11:55:22 +0200
30993              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
30994      Branch: perl
30995            ! lib/Memoize/t/errors.t
30996 ____________________________________________________________________________
30997 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
30998         Log: Upgrade to File::Temp 0.13 from CPAN--
30999              but since we had a '0.13' already in 5.8.0, make this
31000              still a '0.131'.
31001      Branch: perl
31002            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
31003            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
31004            ! lib/File/Temp/t/tempfile.t
31005 ____________________________________________________________________________
31006 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
31007         Log: Clarify the E flag.
31008      Branch: perl
31009            ! embed.fnc
31010 ____________________________________________________________________________
31011 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
31012         Log: Integrate from maint:
31013              [ 20724]
31014              No peeking before the buffer.
31015              (This was probably the random failure showing up
31016              in Solaris with t/uni/tr_7jis.t)
31017      Branch: perl
31018           !> toke.c
31019 ____________________________________________________________________________
31020 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
31021         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
31022              From: Andreas J Koenig <andreas.koenig@anima.de>
31023              Date: Fri, 15 Aug 2003 11:37:29 +0200
31024              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
31025      Branch: perl
31026            ! t/TEST
31027 ____________________________________________________________________________
31028 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
31029         Log: Integrate from maint:
31030              [ 20719]
31031              no_plan is not a good plan until TEST is fixed.
31032      Branch: perl
31033           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
31034 ____________________________________________________________________________
31035 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
31036         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
31037              (the JPL cvs seems to be out of order), the only real change
31038              (in JNI.xs) seems to have been CRLF->LF conversion.
31039      Branch: perl
31040            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
31041 ____________________________________________________________________________
31042 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
31043         Log: Upgrade to Test::Harness 2.30.
31044      Branch: perl
31045            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31046            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
31047 ____________________________________________________________________________
31048 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
31049         Log: Damian replied that he'll make a CPAN Switch 2.10
31050              out of 5.8.1 Switch 2.10.
31051      Branch: perl
31052            ! lib/Switch.pm
31053 ____________________________________________________________________________
31054 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
31055         Log: Add PerlIO::via::QuotedPrint to Maintainers.
31056      Branch: perl
31057            ! Porting/Maintainers.pl
31058 ____________________________________________________________________________
31059 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
31060         Log: Upgrade to PerlIO::via::Quoted 0.05.
31061      Branch: perl
31062            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
31063 ____________________________________________________________________________
31064 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
31065         Log: Upgrade to NEXT 0.60.
31066      Branch: perl
31067            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
31068            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
31069 ____________________________________________________________________________
31070 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
31071         Log: perlcheat is a reference, not tutorial.
31072      Branch: perl
31073            ! pod/perl.pod
31074 ____________________________________________________________________________
31075 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
31076         Log: Subject: PATCH RC4 IO::Dir
31077              From: Mark Jason Dominus <mjd@plover.com>
31078              Date: Thu, 14 Aug 2003 12:02:59 -0400
31079              Message-ID: <20030814160259.27586.qmail@plover.com>
31080      Branch: perl
31081            ! ext/IO/lib/IO/Dir.pm
31082 ____________________________________________________________________________
31083 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
31084         Log: win32/fcrypt.c was forgotten.
31085      Branch: perl
31086            ! MANIFEST
31087 ____________________________________________________________________________
31088 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
31089         Log: Not so great a version bump, let Paul release 0.17.
31090      Branch: perl
31091            ! ext/Filter/Util/Call/Call.pm
31092 ____________________________________________________________________________
31093 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
31094         Log: One more XS change versus no VERSION change.
31095              (Remaining in JNI.pm/xs, don't know what to about that
31096              since JNI is kind of "stable".)
31097      Branch: perl
31098            ! ext/Filter/Util/Call/Call.pm
31099 ____________________________________________________________________________
31100 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
31101         Log: XS contents changes versus VERSION non-changes.
31102      Branch: perl
31103            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31104            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
31105            ! ext/Socket/Socket.pm
31106 ____________________________________________________________________________
31107 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
31108         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
31109              From: Steve Hay <steve.hay@uk.radan.com>
31110              Date: Thu, 14 Aug 2003 15:39:16 +0100
31111              Message-ID: <3F3B9F14.4040609@uk.radan.com>
31112
31113              (Sarathy okayed the idea.)
31114      Branch: perl
31115            + win32/fcrypt.c
31116            - win32/des_fcrypt.patch
31117            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
31118 ____________________________________________________________________________
31119 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
31120         Log: Subject: [DOC PATCH] warnings.pl
31121              From: Elizabeth Mattijsen <liz@dijkmat.nl>
31122              Date: Thu, 14 Aug 2003 13:12:55 +0200
31123              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
31124
31125              (some rewording)
31126      Branch: perl
31127            ! lib/warnings.pm warnings.pl
31128 ____________________________________________________________________________
31129 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
31130         Log: Update to Scalar-List-Utils 1.12
31131      Branch: perl
31132            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
31133            ! ext/List/Util/lib/List/Util.pm
31134            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
31135 ____________________________________________________________________________
31136 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
31137         Log: All the authors of these modules have now been contacted;
31138              but assuming no CPAN updates are upcoming, here are 'fake'
31139              version updates to make us different from 5.8.0.
31140              (List::Util+Scalar::Util will soon be updated;
31141              File::Spec CPAN release will be made based on 5.8.1.)
31142      Branch: perl
31143            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
31144            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
31145            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
31146            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
31147 ____________________________________________________________________________
31148 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
31149         Log: Make the blead versions of these be newer...
31150      Branch: perl
31151            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
31152 ____________________________________________________________________________
31153 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
31154         Log: Tweak from Slaven to catch also changed .xs files
31155              (.pm -> .xs name equivalence is assumed)
31156      Branch: perl
31157            ! Porting/cmpVERSION.pl
31158 ____________________________________________________________________________
31159 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
31160         Log: Diffs-sans-version-diffs between blead and maint.
31161      Branch: perl
31162            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
31163            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
31164            ! lib/warnings.pm warnings.pl
31165 ____________________________________________________________________________
31166 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
31167         Log: One more VERSION bump.
31168      Branch: perl
31169            ! lib/SelfLoader.pm
31170 ____________________________________________________________________________
31171 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
31172         Log: Add a known exception.
31173      Branch: perl
31174            ! Porting/cmpVERSION.pl
31175 ____________________________________________________________________________
31176 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
31177         Log: The blead version has got the dor.
31178      Branch: perl
31179            ! ext/Opcode/Opcode.pm
31180 ____________________________________________________________________________
31181 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
31182         Log: A swath of VERSION patches from Nicholas Clark.
31183      Branch: perl
31184            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
31185            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
31186            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
31187            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
31188            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
31189            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
31190            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
31191            ! lib/vmsish.pm os2/OS2/Process/Process.pm
31192            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
31193            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
31194            ! vms/ext/Filespec.pm warnings.pl
31195 ____________________________________________________________________________
31196 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
31197         Log: Alpha version numbers noticed by Schwern.
31198              (These hacks are no more needed since the PAUSE indexer no
31199              more indexes the insides of Perl distributions, says Andreas.)
31200      Branch: perl
31201            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
31202            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
31203            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
31204            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31205            ! ext/IPC/SysV/SysV.pm
31206 ____________________________________________________________________________
31207 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
31208         Log: Subject: Re: script wanted
31209              From: Nicholas Clark <nick@ccl4.org>
31210              Date: Wed, 13 Aug 2003 20:46:09 +0100
31211              Message-ID: <20030813204609.G20130@plum.flirble.org>
31212      Branch: perl
31213            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
31214            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
31215            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
31216            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
31217            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
31218            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
31219            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
31220            ! ext/re/re.pm ext/threads/shared/shared.pm
31221            ! ext/threads/threads.pm
31222 ____________________________________________________________________________
31223 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
31224         Log: Subject: Re: script wanted
31225              From: Enache Adrian <enache@rdslink.ro>
31226              Date: Wed, 13 Aug 2003 22:31:18 +0300
31227              Message-ID: <20030813193118.GA1273@ratsnest.hole>
31228      Branch: perl
31229            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
31230            ! ext/B/B/Disassembler.pm
31231 ____________________________________________________________________________
31232 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
31233         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
31234              From: Robin Barker <Robin.Barker@npl.co.uk>
31235              Date: Wed, 13 Aug 2003 18:05:38 +0100
31236              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
31237      Branch: perl
31238            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
31239 ____________________________________________________________________________
31240 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
31241         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
31242              From: Michael G Schwern <schwern@pobox.com>
31243              Date: Wed, 13 Aug 2003 11:15:40 -0700
31244              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
31245      Branch: perl
31246            ! pod/perlartistic.pod pod/perlgpl.pod
31247 ____________________________________________________________________________
31248 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
31249         Log: Add cmpVERSION.pl from Slaven for comparing two
31250              Perl source trees for modules that have changed
31251              but have the same version numbers.
31252      Branch: perl
31253            + Porting/cmpVERSION.pl
31254            ! MANIFEST
31255 ____________________________________________________________________________
31256 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
31257         Log: Make Johan's confusion go away, but there are no doubt more
31258              similar cases.
31259      Branch: perl
31260            ! lib/File/Find.pm
31261 ____________________________________________________________________________
31262 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
31263         Log: Make (hopefully) the Windows CR CR LF bug go away
31264              by making the CRLF layer repel any other CRLF layers.
31265              In other words: binmode(FH, ":crlf") in e.g. Win32
31266              is effectively a no-op since there already is one
31267              CRLF layer in the stack by default.
31268      Branch: perl
31269            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
31270 ____________________________________________________________________________
31271 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
31272         Log: One tweak from Dave Mitchell.
31273      Branch: perl
31274            ! pod/perlport.pod
31275 ____________________________________________________________________________
31276 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
31277         Log: One tweak for microperl in OS/2.
31278      Branch: perl
31279            ! perl.h
31280 ____________________________________________________________________________
31281 [ 20671] By: merijn                                on 2003/08/13  08:57:27
31282         Log: Subject: [PATCH] another VMS pod nit
31283              From: "Craig A. Berry" <craigberry@mac.com>
31284              Date: Wed, 13 Aug 2003 01:01:46 -0500
31285              Message-ID: <3F39D44A.4010207@mac.com>
31286      Branch: perl
31287            ! vms/descrip_mms.template
31288 ____________________________________________________________________________
31289 [ 20670] By: merijn                                on 2003/08/13  08:54:45
31290         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
31291              From: "Craig A. Berry" <craigberry@mac.com>
31292              Date: Tue, 12 Aug 2003 21:12:00 -0500
31293              Message-ID: <3F399E70.4050607@mac.com>
31294      Branch: perl
31295            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
31296            ! lib/Tie/File/t/29a_upcopy.t
31297 ____________________________________________________________________________
31298 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
31299         Log: More don't:s for nyetworking.
31300      Branch: perl
31301            ! pod/perlport.pod
31302 ____________________________________________________________________________
31303 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
31304         Log: perlipc thinko by John P. Linderman.
31305      Branch: perl
31306            ! pod/perlipc.pod
31307 ____________________________________________________________________________
31308 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
31309         Log: Subject: Re: maint @ 20617 [PATCH]
31310              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
31311              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
31312              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
31313      Branch: perl
31314            ! lib/ExtUtils/Installed.pm
31315 ____________________________________________________________________________
31316 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
31317         Log: README.cygwin updates from Gerrit P. Haase.
31318      Branch: perl
31319            ! README.cygwin
31320 ____________________________________________________________________________
31321 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
31322         Log: Do some updates also on pod.mak -- which seems to
31323              be badly out of date.
31324      Branch: perl
31325            ! win32/pod.mak
31326 ____________________________________________________________________________
31327 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
31328         Log: More missing pods for VMS.
31329      Branch: perl
31330            ! vms/descrip_mms.template
31331 ____________________________________________________________________________
31332 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
31333         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
31334              From: PPrymmer@factset.com
31335              Date: Tue, 12 Aug 2003 16:24:21 -0400
31336              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
31337      Branch: perl
31338            ! vms/descrip_mms.template
31339 ____________________________________________________________________________
31340 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
31341         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
31342      Branch: perl
31343            ! pod/perlreref.pod
31344 ____________________________________________________________________________
31345 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
31346         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
31347      Branch: perl
31348            ! pp_sys.c
31349 ____________________________________________________________________________
31350 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
31351         Log: Multiline one-liners are a bit too much to ask.
31352      Branch: perl
31353            ! t/op/closure.t
31354 ____________________________________________________________________________
31355 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
31356         Log: Add perlcheat to the toc and perl.pod; regen toc.
31357      Branch: perl
31358            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31359 ____________________________________________________________________________
31360 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
31361         Log: Retract #20644 and #20643; on non-microperl non-fcntl
31362              systems Wrong Thing would be done.  (And as Sarathy
31363              points out, closing both ends of a pipe is rather
31364              identical to never opening it...)
31365      Branch: perl
31366            ! pp_sys.c util.c
31367 ____________________________________________________________________________
31368 [ 20652] By: ams                                   on 2003/08/12  13:06:40
31369         Log: Subject: perlcheat
31370              From: Juerd <juerd@cpan.org>
31371              Date: Mon, 11 Aug 2003 20:24:34 +0200
31372              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
31373      Branch: perl
31374            + pod/perlcheat.pod
31375            ! MANIFEST
31376 ____________________________________________________________________________
31377 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
31378         Log: Microperl expects C89 (like the rest of Perl).
31379      Branch: perl
31380            ! README.micro
31381 ____________________________________________________________________________
31382 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
31383         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
31384              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31385              Date: Sun, 3 Aug 2003 06:19:02 -0700
31386              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
31387      Branch: perl
31388            ! lib/ExtUtils/xsubpp
31389 ____________________________________________________________________________
31390 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
31391         Log: If we are void we cannot return a value.
31392      Branch: perl
31393            ! mg.c
31394 ____________________________________________________________________________
31395 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
31396         Log: Oops.
31397      Branch: perl
31398            ! perl.c
31399 ____________________________________________________________________________
31400 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
31401         Log: Apply much of Ilya's microperl patch, but instead of
31402              implementing the opendir()/readdir()/closedir() using
31403              external commands give up "ANSI-pureness" and define them
31404              in uconfig.sh, also define other stuff like rename() and putenv().
31405              Leave out the $| emulation in my_fork() since we are
31406              not supposed to have fork() under microperl.
31407      Branch: perl
31408            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
31409            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
31410 ____________________________________________________________________________
31411 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
31412         Log: Localize PARENT (based on Ilya's microperl patch).
31413      Branch: perl
31414            ! lib/Cwd.pm
31415 ____________________________________________________________________________
31416 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
31417         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
31418      Branch: perl
31419            ! util.c
31420 ____________________________________________________________________________
31421 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
31422         Log: A generally useful hunk from Ilya's microperl patch.
31423              (If no fcntl F_SETFD, fake it the best we can.)
31424      Branch: perl
31425            ! pp_sys.c
31426 ____________________________________________________________________________
31427 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
31428         Log: returning would be good, too.
31429      Branch: perl
31430            ! ext/Safe/t/safeops.t
31431 ____________________________________________________________________________
31432 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
31433         Log: No dor in maint.
31434      Branch: perl
31435            ! ext/Safe/t/safeops.t
31436 ____________________________________________________________________________
31437 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
31438         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
31439              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31440              Date: Mon, 21 Apr 2003 22:44:37 -0700
31441              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
31442
31443              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
31444      Branch: perl
31445            ! ext/DynaLoader/XSLoader_pm.PL
31446 ____________________________________________________________________________
31447 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
31448         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
31449              From: Michael G Schwern <schwern@pobox.com>
31450              Date: Sat, 9 Aug 2003 15:03:02 -0700
31451              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
31452
31453              (plus one extra catfile() in h2xs.t)
31454      Branch: perl
31455            ! lib/h2xs.t utils/h2xs.PL
31456 ____________________________________________________________________________
31457 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
31458         Log: The Debian people have expressed a wish for the boilerplate
31459              being specific about the Perl version; patch from Nicholas Clark.
31460      Branch: perl
31461            ! utils/h2xs.PL
31462 ____________________________________________________________________________
31463 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
31464         Log: A new try from Dave Mitchell for [perl #23265].
31465      Branch: perl
31466            ! pad.c t/op/closure.t
31467 ____________________________________________________________________________
31468 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
31469         Log: Fix for [perl #23287] segfault in untie.
31470              (Well, at least no more coredump.)
31471      Branch: perl
31472            ! pp_sys.c t/op/tie.t
31473 ____________________________________________________________________________
31474 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
31475         Log: =head2 ALL CAPS
31476      Branch: perl
31477            ! pod/perlreref.pod
31478 ____________________________________________________________________________
31479 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
31480         Log: Too enthusiastic head2-ing.
31481      Branch: perl
31482            ! pod/perlreref.pod
31483 ____________________________________________________________________________
31484 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
31485         Log: Gotta Get'em Cases Right.
31486      Branch: perl
31487            ! pod/perlreref.pod
31488 ____________________________________________________________________________
31489 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
31490         Log: head2-ify many of the head1s, will probably make this look
31491              better in HTML.
31492      Branch: perl
31493            ! pod/perlreref.pod
31494 ____________________________________________________________________________
31495 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
31496         Log: Subject: Re: [PATCH] perlreref.pod tweaks
31497              From: Iain Truskett <spoon@cpan.org>
31498              Date: Tue, 12 Aug 2003 13:59:27 +1000
31499              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
31500
31501              plus explain "Titlecase".
31502      Branch: perl
31503            ! pod/perlreref.pod
31504 ____________________________________________________________________________
31505 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
31506         Log: Add a new regression test for Safe : tests that all ops
31507              can be trapped by a Safe compartement (except for the ones
31508              that can't.)
31509      Branch: perl
31510            + ext/Safe/t/safeops.t
31511            ! MANIFEST
31512 ____________________________________________________________________________
31513 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
31514         Log: B::Deparse wasn't handling correctly builtins that
31515              have two filehandles in their prototypes (pipe, socketpair,
31516              accept) when non-bareword prototypes were used.
31517      Branch: perl
31518            ! ext/B/B/Deparse.pm
31519 ____________________________________________________________________________
31520 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
31521         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
31522              From: merlyn@stonehenge.com (Randal L. Schwartz)
31523              Date: 11 Aug 2003 09:45:29 -0700
31524              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
31525
31526              Subject: [PATCH] perlreref.pod tweaks
31527              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31528              Date: Mon, 11 Aug 2003 13:19:51 -0400
31529              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
31530
31531              Plus a note about {,n} not being a quantifier.
31532      Branch: perl
31533            ! pod/perlreref.pod
31534 ____________________________________________________________________________
31535 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
31536         Log: Integrate:
31537              [ 20618]
31538              $* is not yet fully gone in 5.8.1.
31539      Branch: perl
31540           !> pod/perlreref.pod
31541 ____________________________________________________________________________
31542 [ 20614] By: nick                                  on 2003/08/11  12:14:55
31543         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
31544      Branch: perl
31545            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
31546 ____________________________________________________________________________
31547 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
31548         Log: VC6 warning: result still unsigned.
31549      Branch: perl
31550            ! regexec.c
31551 ____________________________________________________________________________
31552 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
31553         Log: Typo fix from Boris Zentner.
31554      Branch: perl
31555            ! pod/perlfaq5.pod
31556 ____________________________________________________________________________
31557 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
31558         Log: Subject: [perl #23273] warnings in Unicode::UCD
31559              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
31560              Date: 10 Aug 2003 22:37:41 -0000
31561              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
31562      Branch: perl
31563            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31564 ____________________________________________________________________________
31565 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
31566         Log: Explain the 'Wide character in print' a bit more.
31567      Branch: perl
31568            ! pod/perldiag.pod
31569 ____________________________________________________________________________
31570 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
31571         Log: Subject: Re: killing for vital signs [PATCH]
31572              From: "John P. Linderman" <jpl@research.att.com>
31573              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
31574              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
31575      Branch: perl
31576            ! pod/perlfunc.pod pod/perlipc.pod
31577 ____________________________________________________________________________
31578 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
31579         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
31580              sv_placeholder hunk.
31581      Branch: perl
31582            ! perl.h sv.h
31583 ____________________________________________________________________________
31584 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
31585         Log: Clarify the format checking instructions.
31586      Branch: perl
31587            ! Porting/pumpkin.pod
31588 ____________________________________________________________________________
31589 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
31590         Log: Retract #20597, too many resulting core dumps.
31591      Branch: perl
31592            ! pad.c t/op/closure.t
31593 ____________________________________________________________________________
31594 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
31595         Log: Subject: Re: [perl #23265] Nested anonymous subs
31596              From: Dave Mitchell <davem@fdgroup.com>
31597              Date: Sun, 10 Aug 2003 01:35:30 +0100
31598              Message-ID: <20030810003530.GB6547@fdgroup.com>
31599      Branch: perl
31600            ! pad.c t/op/closure.t
31601 ____________________________________________________________________________
31602 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
31603         Log: Try simple workaround for the POSIX autosplit.ix warning.
31604      Branch: perl
31605            ! ext/POSIX/POSIX.pm
31606 ____________________________________________________________________________
31607 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
31608         Log: One more PL_csighandlerp.
31609      Branch: perl
31610            ! ext/POSIX/POSIX.xs
31611 ____________________________________________________________________________
31612 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
31613         Log: Further tweaks on perlreref.pod (by Iain Truskett)
31614      Branch: perl
31615            ! pod/perlreref.pod
31616 ____________________________________________________________________________
31617 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
31618         Log: Add the perlreref manpage, by Iain Truskett
31619              (regular expressions quick reference.)
31620              Regenerate the table of contents.
31621      Branch: perl
31622            + pod/perlreref.pod
31623            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31624 ____________________________________________________________________________
31625 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
31626         Log: Remove ByteLoader from the list of modules whose compilability should
31627              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
31628              pointed out.)
31629      Branch: perl
31630            ! t/lib/1_compile.t
31631 ____________________________________________________________________________
31632 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
31633         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
31634              From: Dave Mitchell <davem@fdgroup.com>
31635              Date: Sat, 9 Aug 2003 14:51:44 +0100
31636              Message-ID: <20030809135144.GC4997@fdgroup.com>
31637      Branch: perl
31638            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
31639            ! scope.h t/lib/warnings/pad
31640 ____________________________________________________________________________
31641 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
31642         Log: Regenerate perlapi.pod.
31643      Branch: perl
31644            ! pod/perlapi.pod
31645 ____________________________________________________________________________
31646 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
31647         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
31648              From: Michael G Schwern <schwern@pobox.com>
31649              Date: Sat, 9 Aug 2003 13:36:59 -0700
31650              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
31651      Branch: perl
31652            ! t/lib/1_compile.t
31653 ____________________________________________________________________________
31654 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
31655         Log: Update Jon Orwant's email address as he wants it,
31656              drop TPJ URL; upate also Doug MacEachern's address.
31657      Branch: perl
31658            ! pod/perlembed.pod pod/perlmodinstall.pod
31659 ____________________________________________________________________________
31660 [ 20587] By: ams                                   on 2003/08/09  18:09:34
31661         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
31662              normal key was replaced by its UTF-8 equivalent. This caused the
31663              "Storable problem" RT3 users reported under RH9.
31664      Branch: perl
31665            ! hv.c
31666 ____________________________________________________________________________
31667 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
31668         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
31669              From: Michael G Schwern <schwern@pobox.com>
31670              Date: Fri, 8 Aug 2003 18:35:51 -0700
31671              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
31672      Branch: perl
31673            ! pod/perlmodinstall.pod
31674 ____________________________________________________________________________
31675 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
31676         Log: Reintroduce the U_32-ification to pad.c,
31677              suggested by Dave Mitchell.
31678      Branch: perl
31679            ! pad.c
31680 ____________________________________________________________________________
31681 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
31682         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
31683      Branch: perl
31684            ! lib/AutoSplit.pm
31685 ____________________________________________________________________________
31686 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
31687         Log: Some updates for the memory use debugging section:
31688              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
31689      Branch: perl
31690            ! pod/perldebguts.pod
31691 ____________________________________________________________________________
31692 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
31693         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
31694              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
31695              which was on old bug unearthed by the change #20559.
31696              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
31697              Workaround is not to use lexicals.
31698      Branch: perl
31699            ! lib/SelfLoader.pm
31700 ____________________________________________________________________________
31701 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
31702         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
31703              so no much point in adding it yet.
31704      Branch: perl
31705            ! hints/cygwin.sh
31706 ____________________________________________________________________________
31707 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
31708         Log: Retract #20524 since it was due to broken INT32_MIN in
31709              Cygwin 1.5's stdint.h.
31710      Branch: perl
31711            ! pad.c
31712 ____________________________________________________________________________
31713 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
31714         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
31715              From: Dave Mitchell <davem@fdgroup.com>
31716              Date: Fri, 8 Aug 2003 22:28:48 +0100
31717              Message-ID: <20030808212848.GA2628@fdgroup.com>
31718      Branch: perl
31719            ! sv.c
31720 ____________________________________________________________________________
31721 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
31722         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
31723              From: Michael G Schwern <schwern@pobox.com>
31724              Date: Fri, 8 Aug 2003 13:59:50 -0700
31725              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
31726      Branch: perl
31727            ! pod/perlfaq8.pod
31728 ____________________________________________________________________________
31729 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
31730         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
31731              From: Jan Dubois <jand@ActiveState.com>
31732              Date: Fri, 08 Aug 2003 17:49:03 -0700
31733              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
31734      Branch: perl
31735            ! win32/win32.c
31736 ____________________________________________________________________________
31737 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
31738         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
31739              From: Nicholas Clark <nick@ccl4.org>
31740              Date: Fri, 8 Aug 2003 23:30:00 +0100
31741              Message-ID: <20030808233000.B20130@plum.flirble.org>
31742      Branch: perl
31743            ! ext/Storable/Storable.xs
31744 ____________________________________________________________________________
31745 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
31746         Log: Two more tests for #20566/#20568.
31747      Branch: perl
31748            ! t/op/pat.t
31749 ____________________________________________________________________________
31750 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
31751         Log: Subject: [PATCH] Re: UNICODE regexp bug
31752              From: Nick Ing-Simmons <nick@ing-simmons.net>
31753              Date: Fri, 08 Aug 2003 23:05:49 +0100
31754              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
31755
31756              Better patch (than #20566) from NI-S, one more test
31757              (introduce another variable rather than reuse the tmp, though)
31758      Branch: perl
31759            ! regexec.c t/op/pat.t
31760 ____________________________________________________________________________
31761 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
31762         Log: Subject: UNICODE regexp bug
31763              From: Nick Ing-Simmons <nick@ing-simmons.net>
31764              Date: Fri, 08 Aug 2003 20:36:56 +0100
31765              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
31766      Branch: perl
31767            ! regexec.c t/op/pat.t
31768 ____________________________________________________________________________
31769 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
31770         Log: Move the csighandler to be a data variable so that
31771              things like DLL trampolines can't mess up the code
31772              variables the Perl_csighandler (seen in Cygwin:
31773              Perl_csighandler in POSIX extension was different
31774              than in main executable).
31775      Branch: perl
31776            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
31777 ____________________________________________________________________________
31778 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
31779         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
31780              From: Steve Hay <steve.hay@uk.radan.com>
31781              Date: Fri, 08 Aug 2003 12:42:28 +0100
31782              Message-ID: <3F338CA4.3010503@uk.radan.com>
31783      Branch: perl
31784            ! t/op/time.t
31785 ____________________________________________________________________________
31786 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
31787         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
31788              From: "Gerrit P. Haase" <gp@familiehaase.de>
31789              Date: Fri, 8 Aug 2003 13:44:51 +0200
31790              Message-ID: <1621817486657.20030808134451@familiehaase.de>
31791      Branch: perl
31792            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
31793            ! hints/cygwin.sh
31794 ____________________________________________________________________________
31795 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
31796         Log: Retract PASTHRU* changes as recommended by Schwern.
31797      Branch: perl
31798            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31799            ! lib/ExtUtils/t/MM_Win32.t
31800 ____________________________________________________________________________
31801 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
31802         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
31803              From: Dave Mitchell <davem@fdgroup.com>
31804              Date: Thu, 7 Aug 2003 15:53:35 +0100
31805              Message-ID: <20030807145335.GF26683@fdgroup.com>
31806      Branch: perl
31807            ! scope.c t/lib/warnings/pad
31808 ____________________________________________________________________________
31809 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
31810         Log: The #20546 was too ambitious, broke the test.
31811      Branch: perl
31812            ! lib/Benchmark.pm lib/Benchmark.t
31813 ____________________________________________________________________________
31814 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
31815         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
31816              From: PPrymmer@factset.com
31817              Date: Thu, 7 Aug 2003 14:02:02 -0400
31818              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
31819      Branch: perl
31820            ! vms/descrip_mms.template
31821 ____________________________________________________________________________
31822 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
31823         Log: Some AUTHORS updates.
31824      Branch: perl
31825            ! AUTHORS
31826 ____________________________________________________________________________
31827 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
31828         Log: Hint away the semid_ds test in NetBSD/sparc.
31829      Branch: perl
31830            ! hints/netbsd.sh
31831 ____________________________________________________________________________
31832 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
31833         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
31834      Branch: perl
31835            ! Configure
31836 ____________________________________________________________________________
31837 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
31838         Log: Subject: [PATCH] Test::More
31839              From: Fergal Daly <fergal@esatclear.ie>
31840              Date: Thu, 7 Aug 2003 15:52:11 +0100
31841              Message-Id: <200308071552.11873.fergal@esatclear.ie>
31842      Branch: perl
31843            ! lib/Test/More.pm
31844 ____________________________________________________________________________
31845 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
31846         Log: Integrate from maint:
31847              [ 20543]
31848              Workround for SuSE8.2's -lndbm hack
31849      Branch: perl
31850           !> hints/linux.sh
31851 ____________________________________________________________________________
31852 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
31853         Log: Subject: [PATCH 5.8.1] Benchmark problem
31854              From: Radu Greab <rgreab@fx.ro>
31855              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
31856              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
31857
31858              Subject: Re: [PATCH 5.8.1] Benchmark problem
31859              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31860              Date: Thu, 7 Aug 2003 15:48:38 +0200
31861              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
31862      Branch: perl
31863            ! lib/Benchmark.pm lib/Benchmark.t
31864 ____________________________________________________________________________
31865 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
31866         Log: Retract #20359: too wide a brush.
31867      Branch: perl
31868            ! hints/netbsd.sh
31869 ____________________________________________________________________________
31870 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
31871         Log: If no alarm(), skip the subtests.
31872      Branch: perl
31873            ! ext/Time/HiRes/t/HiRes.t
31874 ____________________________________________________________________________
31875 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
31876         Log: Subject: Re: maint @ 20537
31877              From: Philip Newton <Philip.Newton@gmx.net>
31878              Date: Thu, 07 Aug 2003 09:05:17 +0200
31879              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
31880      Branch: perl
31881            ! ext/Socket/Socket.xs
31882 ____________________________________________________________________________
31883 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
31884         Log: Subject: Re: maint @ 20537
31885              From: Philip Newton <Philip.Newton@gmx.net>
31886              Date: Thu, 07 Aug 2003 09:05:17 +0200
31887              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
31888      Branch: perl
31889            ! hints/dos_djgpp.sh
31890 ____________________________________________________________________________
31891 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
31892         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
31893              broken SysV semaphores.
31894      Branch: perl
31895            ! hints/netbsd.sh
31896 ____________________________________________________________________________
31897 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
31898         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
31899              From: hv@crypt.org
31900              Date: Thu, 07 Aug 2003 02:44:23 +0100
31901              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
31902      Branch: perl
31903            ! regexec.c t/op/re_tests
31904 ____________________________________________________________________________
31905 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
31906         Log: ESUCCESS = 0 is not true, but exists.
31907      Branch: perl
31908            ! ext/Errno/t/Errno.t
31909 ____________________________________________________________________________
31910 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
31911         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
31912              From: jari.aalto@poboxes.com (Jari Aalto)
31913              Date: Wed, 06 Aug 2003 14:24:42 +0300
31914              Message-ID: <ekzzowp1.fsf@blue.sea.net>
31915      Branch: perl
31916            ! ext/Sys/Syslog/Syslog.pm
31917 ____________________________________________________________________________
31918 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
31919         Log: Make code agree with documentation (from Wolfgang Friebel)
31920      Branch: perl
31921            ! lib/ExtUtils/MakeMaker.pm
31922 ____________________________________________________________________________
31923 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
31924         Log: Various tweaks to help DJGPP builds.
31925      Branch: perl
31926            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
31927 ____________________________________________________________________________
31928 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
31929         Log: More PASTHRU patching from Steve Hay.
31930      Branch: perl
31931            ! lib/ExtUtils/MM_Unix.pm
31932 ____________________________________________________________________________
31933 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
31934         Log: Cast away gcc 3.3 type conversion pickiness.
31935      Branch: perl
31936            ! ext/threads/threads.xs
31937 ____________________________________________________________________________
31938 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
31939         Log: Subject: Re: perl with cygwin 1.5, need help
31940              From: "Gerrit P. Haase" <gp@familiehaase.de>
31941              Date: Tue, 5 Aug 2003 14:36:55 +0200
31942              Message-ID: <71561410910.20030805143655@familiehaase.de>
31943
31944              (needed manual fitting)
31945      Branch: perl
31946            ! pad.c
31947 ____________________________________________________________________________
31948 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
31949         Log: Subject: maint @ 20512
31950              From: Robin Barker <Robin.Barker@npl.co.uk>
31951              Date: Wed, 6 Aug 2003 15:31:33 +0100
31952              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
31953      Branch: perl
31954            ! MANIFEST Porting/Maintainers.pl
31955 ____________________________________________________________________________
31956 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
31957         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
31958              From: Steve Hay <steve.hay@uk.radan.com>
31959              Date: Wed, 06 Aug 2003 10:56:44 +0100
31960              Message-ID: <3F30D0DC.20700@uk.radan.com>
31961      Branch: perl
31962            ! lib/ExtUtils/MM_Unix.pm
31963 ____________________________________________________________________________
31964 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
31965         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
31966              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31967              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
31968              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
31969      Branch: perl
31970            ! pod/perlfaq2.pod
31971 ____________________________________________________________________________
31972 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
31973         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
31974              From: "Craig A. Berry" <craigberry@mac.com>
31975              Date: Wed, 06 Aug 2003 00:18:36 -0500
31976              Message-ID: <3F308FAC.4090409@mac.com>
31977
31978              (from vmsperl list)
31979      Branch: perl
31980            ! utils/dprofpp.PL
31981 ____________________________________________________________________________
31982 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
31983         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
31984              From: mjd@plover.com
31985              Date: 5 Aug 2003 19:23:46 -0000
31986              Message-ID: <20030805192346.25911.qmail@plover.com>
31987      Branch: perl
31988            ! pod/perlfaq2.pod
31989 ____________________________________________________________________________
31990 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
31991         Log: Continue #20506.
31992      Branch: perl
31993            ! lib/ExtUtils/MM_Unix.pm
31994 ____________________________________________________________________________
31995 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
31996         Log: Try to fix the INC in PASTHRU.
31997      Branch: perl
31998            ! lib/ExtUtils/MM_Unix.pm
31999 ____________________________________________________________________________
32000 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
32001         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
32002              From: Chip Salzenberg <chip@pobox.com>
32003              Date: Tue, 5 Aug 2003 11:39:24 -0400
32004              Message-ID: <20030805153924.GO1751@perlsupport.com
32005      Branch: perl
32006            ! perlio.c
32007 ____________________________________________________________________________
32008 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
32009         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
32010              From: Steve Hay <steve.hay@uk.radan.com>
32011              Date: Tue, 05 Aug 2003 10:43:49 +0100
32012              Message-ID: <3F2F7C55.9020808@uk.radan.com>
32013
32014              (The MM_Unix.pm part was dealt with in #20501.)
32015      Branch: perl
32016            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
32017 ____________________________________________________________________________
32018 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
32019         Log: Reinstate #11125, hopefully making MakeMaker to pass
32020              DEFINE and INCLUDE to subdirs (NI-S says he'll work
32021              around any problems caused seen Tk if necessary).
32022              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
32023              to be _after_ the directory-specific INC and DEFINE as suggested
32024              by NI-S (Tk probably being the only "user" of the said macros).
32025      Branch: perl
32026            ! lib/ExtUtils/MM_Unix.pm
32027 ____________________________________________________________________________
32028 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
32029         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
32030              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
32031              Date: Tue, 5 Aug 2003 20:12:18 +0400
32032              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
32033      Branch: perl
32034            - wince/include/netdb.h
32035            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
32036            ! wince/wince.c
32037 ____________________________________________________________________________
32038 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
32039         Log: A suggested perlio doc addition from Stas.
32040      Branch: perl
32041            ! pod/perliol.pod
32042 ____________________________________________________________________________
32043 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
32044         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
32045              From: Robin Barker <Robin.Barker@npl.co.uk>
32046              Date: Tue, 5 Aug 2003 15:32:36 +0100
32047              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
32048      Branch: perl
32049            ! AUTHORS Porting/Maintainers.pl
32050 ____________________________________________________________________________
32051 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
32052         Log: This is necessary to get things building for the VMS debugger.
32053              (Craig Berry)
32054      Branch: perl
32055            ! vms/descrip_mms.template
32056 ____________________________________________________________________________
32057 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
32058         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
32059              From: alian <alian@cpan.org>
32060              Date: Tue, 05 Aug 2003 12:21:42 +0200
32061              Message-ID: <3F2F8536.1090702@jupiter.alianet>
32062      Branch: perl
32063            ! ext/POSIX/t/posix.t
32064 ____________________________________________________________________________
32065 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
32066         Log: Add some known cases to Maintainers.
32067      Branch: perl
32068            ! Porting/Maintainers.pl
32069 ____________________________________________________________________________
32070 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
32071         Log: Subject: [PATCH] perlthrtut.pod
32072              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32073              Date: Tue, 5 Aug 2003 11:26:04 +0200
32074              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
32075      Branch: perl
32076            ! pod/perlthrtut.pod
32077 ____________________________________________________________________________
32078 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
32079         Log: Add META.yml and Stas' makemeta (plus extensive reworking
32080              of the Maintainers utility)
32081      Branch: perl
32082            + META.yml Porting/Maintainers.pm Porting/makemeta
32083            ! MANIFEST Makefile.SH Porting/Maintainers
32084            ! Porting/Maintainers.pl
32085 ____________________________________________________________________________
32086 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
32087         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
32088              Try to remove the created message queues and semaphores
32089              even in the case of failures.
32090      Branch: perl
32091            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
32092 ____________________________________________________________________________
32093 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
32094         Log: Subject: PerlIO_{read,write} return value doc patch
32095              From: Gisle Aas <gisle@ActiveState.com>
32096              Date: 04 Aug 2003 13:25:28 -0700
32097              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
32098      Branch: perl
32099            ! pod/perlapio.pod
32100 ____________________________________________________________________________
32101 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
32102         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
32103              From: "Craig A. Berry" <craigberry@mac.com>
32104              Date: Mon, 04 Aug 2003 19:29:51 -0500
32105              Message-ID: <3F2EFA7F.6070801@mac.com>
32106      Branch: perl
32107            ! utils/dprofpp.PL
32108 ____________________________________________________________________________
32109 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
32110         Log: Subject: [PATCH] typos in encoding.pm
32111              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32112              Date: Mon, 4 Aug 2003 20:09:35 +0200
32113              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
32114      Branch: perl
32115            ! ext/Encode/encoding.pm
32116 ____________________________________________________________________________
32117 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
32118         Log: Bytecode patching from Enache.
32119      Branch: perl
32120            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
32121            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
32122 ____________________________________________________________________________
32123 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
32124         Log: Upgrade to Digest::MD5 2.27.
32125      Branch: perl
32126            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32127            ! ext/Digest/MD5/t/files.t
32128 ____________________________________________________________________________
32129 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
32130         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
32131              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32132              Date: Tue, 05 Aug 2003 00:27:10 +0900
32133              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
32134      Branch: perl
32135            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
32136 ____________________________________________________________________________
32137 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
32138         Log: Nit in INSTALL about the svr?.sh hint files.
32139      Branch: perl
32140            ! INSTALL
32141 ____________________________________________________________________________
32142 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
32143         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
32144              From: Steve Grazzini <grazz@pobox.com>
32145              Date: Mon, 4 Aug 2003 16:01:45 -0400
32146              Message-ID: <20030804200145.GB21699@grazzini.net>
32147
32148              Prevent the warning "Bareword found where operator expected" in
32149              the case "print $fh foo()" where foo() is an undefined function.
32150      Branch: perl
32151            ! toke.c
32152 ____________________________________________________________________________
32153 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
32154         Log: Fix bug #23141 : localization of readonly magic scalars
32155              now produces an error "Modification of a read-only value
32156              attempted", instead of silently failing.
32157      Branch: perl
32158            ! scope.c t/op/local.t
32159 ____________________________________________________________________________
32160 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
32161         Log: Revert change #19282 : it caused problems for some -Duseshrplib
32162              builds. On the other hand, make sure that your C compiler isn't
32163              a perl script !
32164      Branch: perl
32165            ! Makefile.SH
32166 ____________________________________________________________________________
32167 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
32168         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
32169      Branch: perl
32170            ! perl.c perl.h
32171 ____________________________________________________________________________
32172 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
32173         Log: Oops.
32174      Branch: perl
32175            ! hints/darwin.sh hints/rhapsody.sh
32176 ____________________________________________________________________________
32177 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
32178         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
32179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32180              Date: Mon, 4 Aug 2003 10:35:12 +0200
32181              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
32182      Branch: perl
32183            ! hints/darwin.sh
32184 ____________________________________________________________________________
32185 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
32186         Log: Test count adjustment from Rafael.
32187      Branch: perl
32188            ! lib/Test/Simple/t/is_deeply.t
32189 ____________________________________________________________________________
32190 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
32191         Log: Subject: [PATCH] maint, Win32, GCC 3.2
32192              From: Mattia Barbon <mbarbon@dsi.unive.it>
32193              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
32194              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
32195      Branch: perl
32196            ! ext/Errno/Errno_pm.PL
32197 ____________________________________________________________________________
32198 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
32199         Log: Apparently the newly introduce -DDARWIN did conflict with
32200              some Apple definition, how ironic...
32201      Branch: perl
32202            ! hints/darwin.sh perl.h
32203 ____________________________________________________________________________
32204 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
32205         Log: Subject: Debian patch that skips podless modules
32206              From: Alexey Tourbin <at@altlinux.ru>
32207              Date: Sun, 3 Aug 2003 21:33:00 +0400
32208              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
32209
32210              (plus Schwern's and Robert's nits)
32211      Branch: perl
32212            ! installman
32213 ____________________________________________________________________________
32214 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
32215         Log: Subject: [PATCH] 4 bugs in Test::More
32216              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
32217              Date: Fri, 21 Mar 2003 10:57:31 +0000
32218              Message-Id: <200303211057.31879.fergal@esatclear.ie>
32219      Branch: perl
32220            ! lib/Test/More.pm lib/Test/Simple/t/More.t
32221            ! lib/Test/Simple/t/is_deeply.t
32222 ____________________________________________________________________________
32223 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
32224         Log: Upgrade to ExtUtils::MakeMaker 6.15.
32225      Branch: perl
32226            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32227            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
32228            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
32229 ____________________________________________________________________________
32230 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
32231         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
32232              From: Michael G Schwern <schwern@pobox.com>
32233              Date: Sun, 3 Aug 2003 16:12:35 -0700
32234              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
32235      Branch: perl
32236            ! lib/Benchmark.pm lib/Benchmark.t
32237 ____________________________________________________________________________
32238 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
32239         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
32240              From: Enache Adrian <enache@rdslink.ro>
32241              Date: Sun, 3 Aug 2003 18:00:05 +0300
32242              Message-ID: <20030803150005.GA1319@ratsnest.hole>
32243      Branch: perl
32244            ! pp.c t/op/substr.t
32245 ____________________________________________________________________________
32246 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
32247         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
32248              From: alian <alian@cpan.org>
32249              Date: Sat, 02 Aug 2003 16:19:25 +0200
32250              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
32251
32252              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
32253      Branch: perl
32254            ! ext/POSIX/t/posix.t
32255 ____________________________________________________________________________
32256 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
32257         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
32258              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32259              Date: Mon, 4 Aug 2003 00:01:08 +0400
32260              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
32261      Branch: perl
32262            ! wince/makedist.pl
32263 ____________________________________________________________________________
32264 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
32265         Log: Subject: [PATCH perlreftut.pod] Minor edits
32266              From: mjd@plover.com
32267              Date: 3 Aug 2003 17:46:08 -0000
32268              Message-ID: <20030803174608.15792.qmail@plover.com>
32269      Branch: perl
32270            ! pod/perlreftut.pod
32271 ____________________________________________________________________________
32272 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
32273         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
32274              From: mjd@plover.com
32275              Date: 3 Aug 2003 19:37:49 -0000
32276              Message-ID: <20030803193749.3733.qmail@plover.com>
32277      Branch: perl
32278            ! ext/Time/HiRes/HiRes.pm
32279 ____________________________________________________________________________
32280 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
32281         Log: Subject: [PATCH] Re: win32.c bug - handle leak
32282              From: Jan Dubois <jand@ActiveState.com>
32283              Date: Sat, 02 Aug 2003 10:25:05 -0700
32284              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
32285      Branch: perl
32286            ! win32/win32.c
32287 ____________________________________________________________________________
32288 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
32289         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
32290              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32291              Date: Sat, 2 Aug 2003 09:38:50 -0700
32292              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
32293      Branch: perl
32294            ! os2/os2ish.h
32295 ____________________________________________________________________________
32296 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
32297         Log: Subject: [PATCH] Storable and uninitalized array values
32298              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32299              Date: Sat, 2 Aug 2003 13:40:16 +0200
32300              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
32301      Branch: perl
32302            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
32303 ____________________________________________________________________________
32304 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
32305         Log: Upgrade to Unicode::Collate 0.26.
32306      Branch: perl
32307            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32308            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
32309            ! lib/Unicode/Collate/t/test.t
32310 ____________________________________________________________________________
32311 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
32312         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
32313              From: "Craig A. Berry" <craigberry@mac.com>
32314              Date: Sat, 02 Aug 2003 10:25:44 -0500
32315              Message-ID: <3F2BD7F8.8090003@mac.com>
32316      Branch: perl
32317            ! lib/Net/Ping.pm
32318 ____________________________________________________________________________
32319 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
32320         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
32321              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32322              Date: Sun, 3 Aug 2003 06:21:41 -0700
32323              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
32324      Branch: perl
32325            ! lib/Shell.t
32326 ____________________________________________________________________________
32327 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
32328         Log: C++ (or C99) sneak attack ("inline" function keyword).
32329      Branch: perl
32330            ! ext/Devel/DProf/DProf.xs
32331 ____________________________________________________________________________
32332 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
32333         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
32334              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32335              Date: Fri, 1 Aug 2003 13:12:14 +0200
32336              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
32337      Branch: perl
32338            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32339            ! ext/File/Glob/t/basic.t
32340 ____________________________________________________________________________
32341 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
32342         Log: Only show the message if the locale settings look risky.
32343      Branch: perl
32344            ! ext/Time/HiRes/Makefile.PL
32345 ____________________________________________________________________________
32346 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
32347         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
32348              update Changes.
32349      Branch: perl
32350            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
32351 ____________________________________________________________________________
32352 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
32353         Log: Subject: [PATCH] Small nit to pad.c
32354              From: Enache Adrian <enache@rdslink.ro>
32355              Date: Sat, 2 Aug 2003 01:50:40 +0300
32356              Message-ID: <20030801225040.GB1281@ratsnest.hole>
32357      Branch: perl
32358            ! pad.c
32359 ____________________________________________________________________________
32360 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
32361         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
32362              From: Radu Greab <rgreab@fx.ro>
32363              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
32364              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
32365      Branch: perl
32366            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
32367            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
32368            ! t/lib/dprof/test8_v
32369 ____________________________________________________________________________
32370 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
32371         Log: Subject: [PATCH] ioctl for VMS
32372              From: "Craig A. Berry" <craigberry@mac.com>
32373              Date: Fri, 01 Aug 2003 23:34:31 -0500
32374              Message-ID: <3F2B3F57.4050609@mac.com>
32375      Branch: perl
32376            ! configure.com vms/vmsish.h
32377 ____________________________________________________________________________
32378 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
32379         Log: Subject: [PATCH] argv case nit for VMS
32380              From: "Craig A. Berry" <craigberry@mac.com>
32381              Date: Fri, 01 Aug 2003 19:16:30 -0500
32382              Message-ID: <3F2B02DE.10207@mac.com>
32383      Branch: perl
32384            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
32385 ____________________________________________________________________________
32386 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
32387         Log: Hugo's second thoughts: drop the relatively rare and
32388              slow optimization for now.
32389      Branch: perl
32390            ! regexec.c
32391 ____________________________________________________________________________
32392 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
32393         Log: Missed this bit in the last update: couldn't answer ''
32394              or ' ' to get 'none'.
32395      Branch: perl
32396            ! Configure
32397 ____________________________________________________________________________
32398 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
32399         Log: Encode pre-1.98 update from Dan Kogai, sent from
32400              the ashes of his smoldering motherboard.
32401      Branch: perl
32402            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
32403            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
32404            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
32405            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
32406 ____________________________________________________________________________
32407 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
32408         Log: More runperl(switches => ...) finds (bleadperl only).
32409      Branch: perl
32410            ! t/op/readline.t
32411 ____________________________________________________________________________
32412 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
32413         Log: Regen perltoc.
32414      Branch: perl
32415            ! pod/perltoc.pod
32416 ____________________________________________________________________________
32417 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
32418         Log: pod likes whitespace.
32419      Branch: perl
32420            ! ext/ByteLoader/ByteLoader.pm
32421 ____________________________________________________________________________
32422 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
32423         Log: Faulty check.
32424      Branch: perl
32425            ! t/test.pl
32426 ____________________________________________________________________________
32427 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
32428         Log: Update INSTALL on the *dir.
32429      Branch: perl
32430            ! INSTALL
32431 ____________________________________________________________________________
32432 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
32433         Log: Regen Glossary et al.
32434      Branch: perl
32435            ! Porting/Glossary Porting/config.sh Porting/config_H
32436 ____________________________________________________________________________
32437 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
32438         Log: Now the test should be really testing what it's supposed to.
32439      Branch: perl
32440            ! ext/B/t/bytecode.t
32441 ____________________________________________________________________________
32442 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
32443         Log: Fix the options.
32444      Branch: perl
32445            ! ext/B/t/bytecode.t
32446 ____________________________________________________________________________
32447 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
32448         Log: Argument sanity checking.
32449      Branch: perl
32450            ! t/test.pl
32451 ____________________________________________________________________________
32452 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
32453         Log: Regen Configure to use the *html*dir files.
32454              (installhtml uses none of that, though)
32455      Branch: perl
32456            ! Configure Policy_sh.SH config_h.SH
32457 ____________________________________________________________________________
32458 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
32459         Log: More for the *dir changes.
32460      Branch: perl
32461            ! Policy_sh.SH config_h.SH hints/darwin.sh
32462 ____________________________________________________________________________
32463 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
32464         Log: Regen Configure for the new *dir installation variables.
32465              If these don't work, ask Schwern.
32466      Branch: perl
32467            ! Configure
32468 ____________________________________________________________________________
32469 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
32470         Log: Upgrade to MakeMaker 6.13.
32471      Branch: perl
32472            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32473            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
32474            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
32475            ! lib/ExtUtils/t/basic.t
32476 ____________________________________________________________________________
32477 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
32478         Log: JAPH patch :-) from Abigail.
32479      Branch: perl
32480            ! t/japh/abigail.t
32481 ____________________________________________________________________________
32482 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
32483         Log: Regen perlapi.
32484      Branch: perl
32485            ! perlapi.c
32486 ____________________________________________________________________________
32487 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
32488         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
32489              From: Dave Mitchell <davem@fdgroup.com>
32490              Date: Fri, 1 Aug 2003 01:16:31 +0100
32491              Message-ID: <20030801001631.GA11233@fdgroup.com>
32492      Branch: perl
32493            ! regcomp.c t/op/pat.t
32494 ____________________________________________________________________________
32495 [ 20404] By: ams                                   on 2003/08/01  03:28:17
32496         Log: Subject: [PATCH] LotR quote for perlapi.c
32497              From: Autrijus Tang <autrijus@autrijus.org>
32498              Date: Fri, 1 Aug 2003 10:00:29 +0800
32499              Message-Id: <20030801020029.GA28241@not.autrijus.org>
32500      Branch: perl
32501            ! embed.pl
32502 ____________________________________________________________________________
32503 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
32504         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
32505      Branch: perl
32506            ! INSTALL
32507 ____________________________________________________________________________
32508 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
32509         Log: Integrate README.macosx more.
32510      Branch: perl
32511            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
32512            ! win32/Makefile win32/makefile.mk
32513 ____________________________________________________________________________
32514 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
32515         Log: README.macosx from Sherm Pendley.
32516      Branch: perl
32517            + README.macosx
32518            ! MANIFEST
32519 ____________________________________________________________________________
32520 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
32521         Log: Unportable subtest needs rethink.
32522      Branch: perl
32523            ! ext/B/t/bytecode.t
32524 ____________________________________________________________________________
32525 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
32526         Log: Enache again.
32527      Branch: perl
32528            ! ext/ByteLoader/bytecode.h
32529 ____________________________________________________________________________
32530 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
32531         Log: Retract #20385.
32532      Branch: perl
32533            ! ext/ByteLoader/bytecode.h
32534 ____________________________________________________________________________
32535 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
32536         Log: Yet another bytecode tweak from Enache.
32537      Branch: perl
32538            ! ext/B/B/Bytecode.pm
32539 ____________________________________________________________________________
32540 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
32541         Log: Subject: [DOC PATCH] pod/perlguts.pod
32542              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32543              Date: Thu, 31 Jul 2003 22:39:01 +0200
32544              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
32545      Branch: perl
32546            ! pod/perlguts.pod
32547 ____________________________________________________________________________
32548 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
32549         Log: Subject: Re: [perl #23171] Regex too selfish
32550              From: hv@crypt.org
32551              Date: Thu, 31 Jul 2003 18:59:43 +0100
32552              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
32553
32554              (choose the second code patch)
32555      Branch: perl
32556            ! regexec.c t/op/re_tests
32557 ____________________________________________________________________________
32558 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
32559         Log: Make consistent with installperl (and working in MPE/iX)
32560              (Mark Bixby)
32561      Branch: perl
32562            ! installman
32563 ____________________________________________________________________________
32564 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
32565         Log: (retracted by #20390)
32566      Branch: perl
32567            ! ext/ByteLoader/bytecode.h
32568 ____________________________________________________________________________
32569 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
32570         Log: Upgrade to real CPAN.pm 1.76.
32571      Branch: perl
32572            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
32573            + lib/CPAN/t/signature.t
32574            ! MANIFEST lib/CPAN.pm
32575 ____________________________________________________________________________
32576 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
32577         Log: One more tweak for Mac OS X hints.
32578      Branch: perl
32579            ! hints/darwin.sh
32580 ____________________________________________________________________________
32581 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
32582         Log: The new PKI system is far too untested and rough yet
32583              (think machines with no network, machines behind firewalls,
32584              corporate and national encryption policies).  It cannot be
32585              considered useable at this stage.
32586
32587              Therefore, create a fake CPAN 1.76.
32588      Branch: perl
32589            ! lib/CPAN.pm
32590 ____________________________________________________________________________
32591 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
32592         Log: This test is pretty useless as it stands.
32593      Branch: perl
32594            - lib/CPAN/t/signature.t
32595            ! MANIFEST
32596 ____________________________________________________________________________
32597 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
32598         Log: Document the requirements for Module::Signature a bit.
32599      Branch: perl
32600            ! lib/CPAN.pm
32601 ____________________________________________________________________________
32602 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
32603         Log: We are change #20316 ahead of 1.75.
32604      Branch: perl
32605            ! lib/CPAN.pm
32606 ____________________________________________________________________________
32607 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
32608         Log: Integrate from maint:
32609              [ 20359]
32610              No more wince/README.compile here, either.
32611      Branch: perl
32612           !> Porting/makerel
32613 ____________________________________________________________________________
32614 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
32615         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
32616              (Schwern)
32617      Branch: perl
32618            ! lib/ExtUtils/MakeMaker.pm
32619 ____________________________________________________________________________
32620 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
32621         Log: Schwern says this is most probably an old VMS MakeMaker
32622              bug workaround that can go now.
32623      Branch: perl
32624            ! ext/SDBM_File/sdbm/Makefile.PL
32625 ____________________________________________________________________________
32626 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
32627         Log: Final touches to "Apple-like" installation directories.
32628      Branch: perl
32629            ! hints/darwin.sh
32630 ____________________________________________________________________________
32631 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
32632         Log: Tests for change #20367 (and change use overload; to
32633              just require overload;)
32634      Branch: perl
32635            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
32636 ____________________________________________________________________________
32637 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
32638         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
32639              From: Xavier Noria <fxn@hashref.com>
32640              Date: Thu, 31 Jul 2003 00:29:13 +0200
32641              Message-Id: <200307310029.13567.fxn@hashref.com>
32642      Branch: perl
32643            ! lib/Tie/RefHash.pm
32644 ____________________________________________________________________________
32645 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
32646         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
32647              From: Enache Adrian <enache@rdslink.ro>
32648              Date: Thu, 31 Jul 2003 03:49:40 +0300
32649              Message-ID: <20030731004940.GB1266@ratsnest.hole>
32650
32651              (but use test.pl:run_perl() instead of manual `$^X ...`)
32652      Branch: perl
32653            + ext/B/t/bytecode.t
32654            ! MANIFEST
32655 ____________________________________________________________________________
32656 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
32657         Log: Silence spurious noise from MakeMaker :
32658              hint files shouldn't return undef and have set $!.
32659      Branch: perl
32660            ! ext/DynaLoader/hints/linux.pl
32661 ____________________________________________________________________________
32662 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
32663         Log: Upgrade to NEXT 0.52.
32664      Branch: perl
32665            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32666            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
32667 ____________________________________________________________________________
32668 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
32669         Log: Might as well.
32670      Branch: perl
32671            ! pod/perlhist.pod
32672 ____________________________________________________________________________
32673 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
32674         Log: Silly gcc.
32675      Branch: perl
32676            ! perl.c
32677 ____________________________________________________________________________
32678 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
32679         Log: This is getting comical.  (Practical tip: never ask
32680              for opinions from one than one person at one time.)
32681              Now back to -Dprefix='/usr' replacing the system Perl,
32682              but don't use the Apple internal DSTROOT.
32683      Branch: perl
32684            ! hints/darwin.sh
32685 ____________________________________________________________________________
32686 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
32687         Log: Mac OS X hints dance continues.  Now drop any special
32688              installation directory mangling.  In other words, if
32689              you want to overwrite the system perl, you really need
32690              to find out how to do that.
32691      Branch: perl
32692            ! hints/darwin.sh
32693 ____________________________________________________________________________
32694 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
32695         Log: Try again with the Mac OS X hints.  Now the three cases
32696              (no -Dprefix, /usr, and something else) all install
32697              into separate places.  No prefix installs to /usr/local.
32698              The /usr overwrites the Apple install (modulo the version).
32699      Branch: perl
32700            ! hints/darwin.sh
32701 ____________________________________________________________________________
32702 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
32703         Log: Subject: [PATCH] NEXT and Diamond Inheritance
32704              From: Casey West <casey@geeknest.com>
32705              Date: Tue, 29 Jul 2003 17:37:15 -0400
32706              Message-ID: <20030729213715.GY76899@geeknest.com>
32707
32708              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
32709      Branch: perl
32710            ! lib/NEXT.pm lib/NEXT/t/unseen.t
32711 ____________________________________________________________________________
32712 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
32713         Log: Match also on full name and email (though the email is
32714              now less interesting than it used to be).
32715      Branch: perl
32716            ! Porting/Maintainers
32717 ____________________________________________________________________________
32718 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
32719         Log: Maintainers script tweaks.
32720      Branch: perl
32721            ! Porting/Maintainers
32722 ____________________________________________________________________________
32723 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
32724         Log: rmdir t/lib/IO.
32725      Branch: perl
32726            ! ext/IO/t/IO.t
32727 ____________________________________________________________________________
32728 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
32729         Log: Adjust the list of rmdired lib directories.
32730      Branch: perl
32731            ! Makefile.SH
32732 ____________________________________________________________________________
32733 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
32734         Log: Be paranoid about PL_origargv.
32735              Paranoia warranted by Win32 mod_perl.
32736      Branch: perl
32737            ! perl.c
32738 ____________________________________________________________________________
32739 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
32740         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
32741              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
32742              Date: Wed, 30 Jul 2003 14:56:32 +0400
32743              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
32744      Branch: perl
32745            ! perlio.c
32746 ____________________________________________________________________________
32747 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
32748         Log: Upgrade to ExtUtils::MakeMaker 6.12.
32749      Branch: perl
32750            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
32751            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
32752            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
32753            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
32754 ____________________________________________________________________________
32755 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
32756         Log: That's M. Schwern to you, earthling.
32757      Branch: perl
32758            ! Porting/Maintainers.pl
32759 ____________________________________________________________________________
32760 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
32761         Log: Arthur maintains Safe.
32762      Branch: perl
32763            ! Porting/Maintainers.pl
32764 ____________________________________________________________________________
32765 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
32766         Log: Use the CPAN id where available.
32767      Branch: perl
32768            ! Porting/Maintainers.pl
32769 ____________________________________________________________________________
32770 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
32771         Log: Rename Modules and Modules.pl as Maintainers and
32772              Maintainers.pl since the same framework can be used
32773              for more than just modules.
32774      Branch: perl
32775            + Porting/Maintainers Porting/Maintainers.pl
32776            - Porting/Modules Porting/Modules.pl
32777            ! MANIFEST
32778 ____________________________________________________________________________
32779 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
32780         Log: Strip leading ./
32781      Branch: perl
32782            ! Porting/Modules
32783 ____________________________________________________________________________
32784 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
32785         Log: More Modules.pl.
32786      Branch: perl
32787            ! Porting/Modules.pl
32788 ____________________________________________________________________________
32789 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
32790         Log: Modules.pl: add B::Deparse.
32791      Branch: perl
32792            ! Porting/Modules.pl
32793 ____________________________________________________________________________
32794 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
32795         Log: Mac OS X: tweak once again the installation directories.
32796      Branch: perl
32797            ! hints/darwin.sh
32798 ____________________________________________________________________________
32799 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
32800         Log: Modules.pl tweaks.
32801      Branch: perl
32802            ! Porting/Modules.pl
32803 ____________________________________________________________________________
32804 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
32805         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
32806              From: Jan Dubois <jand@ActiveState.com>
32807              Date: Tue, 29 Jul 2003 19:14:10 -0700
32808              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
32809      Branch: perl
32810            ! lib/Win32.pod win32/win32.c
32811 ____________________________________________________________________________
32812 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
32813         Log: FAQ sync.
32814      Branch: perl
32815            ! pod/perlfaq4.pod pod/perlfaq7.pod
32816 ____________________________________________________________________________
32817 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
32818         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
32819              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32820              Date: Wed, 30 Jul 2003 02:02:41 +0400
32821              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
32822      Branch: perl
32823            ! wince/wince.c
32824 ____________________________________________________________________________
32825 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
32826         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
32827      Branch: perl
32828            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
32829 ____________________________________________________________________________
32830 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
32831         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
32832              important for IPv6 (Spider).  Since there is no way to
32833              otherwise detect 3.X, use the hints.
32834      Branch: perl
32835            ! hints/dec_osf.sh perl.h
32836 ____________________________________________________________________________
32837 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
32838         Log: Don't nag about Module::Signature if there is no
32839              way for the user to use it (based on Autrijus' patch).
32840      Branch: perl
32841            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32842 ____________________________________________________________________________
32843 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
32844         Log: Oops.
32845      Branch: perl
32846            ! sv.c
32847 ____________________________________________________________________________
32848 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
32849         Log: Slight rewording on the destdir.
32850      Branch: perl
32851            ! INSTALL
32852 ____________________________________________________________________________
32853 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
32854         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
32855              From: "Brendan O'Dea" <bod@debian.org>
32856              Date: Tue, 29 Jul 2003 23:49:18 +1000
32857              Message-ID: <20030729134918.GA4339@londo.c47.org>
32858      Branch: perl
32859            ! pod/perlvar.pod
32860 ____________________________________________________________________________
32861 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
32862         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
32863              From: PPrymmer@factset.com
32864              Date: Tue, 22 Jul 2003 11:12:05 -0400
32865              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
32866      Branch: perl
32867            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
32868            ! ext/Encode/t/perlio.t
32869 ____________________________________________________________________________
32870 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
32871         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
32872              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32873              Date: Sun, 13 Jul 2003 10:23:35 +0900
32874              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
32875      Branch: perl
32876            ! ext/Encode/lib/Encode/Alias.pm
32877 ____________________________________________________________________________
32878 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
32879         Log: The --destdir option to installman should be made
32880              optional so that it doesn't complain when passed
32881              an empty value (from Rafael)
32882      Branch: perl
32883            ! installman
32884 ____________________________________________________________________________
32885 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
32886         Log: Too many my $fh:s.
32887      Branch: perl
32888            ! lib/CPAN.pm
32889 ____________________________________________________________________________
32890 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
32891         Log: Quieten MSVC6.
32892      Branch: perl
32893            ! pp.c
32894 ____________________________________________________________________________
32895 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
32896         Log: Subject: DESTDIR in perl-5.8.1 package?
32897              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
32898              Date: Fri, 11 Jul 2003 14:48:41 +0200
32899              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
32900
32901              Subject: Re: DESTDIR in perl-5.8.1 package?
32902              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
32903              Date: Mon, 14 Jul 2003 12:00:25 +0200
32904              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
32905
32906              (blindly prepending and s///ing away the $destdir does not work
32907              at least in VMS, but the --destdir should help rpm builders
32908              and the like)
32909      Branch: perl
32910            ! INSTALL Makefile.SH installman installperl
32911 ____________________________________________________________________________
32912 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
32913         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
32914              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
32915              Date: 26 Jul 2003 21:44:06 -0000
32916              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
32917
32918              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
32919              releases 4.x and 5.x.
32920      Branch: perl
32921            ! perl.h
32922 ____________________________________________________________________________
32923 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
32924         Log: Cleanup the sv_gets() logic for platforms with small stacks.
32925              (I think hogging 8K of stack sounds like bad behaviour on any
32926              platform, big stack or not.)
32927      Branch: perl
32928            ! sv.c
32929 ____________________________________________________________________________
32930 [ 20299] By: merijn                                on 2003/07/29  10:57:37
32931         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
32932      Branch: perl
32933            ! README.hpux
32934 ____________________________________________________________________________
32935 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
32936         Log: DEC OSF/1 3.x did (does) not do sizer -v.
32937      Branch: perl
32938            ! hints/dec_osf.sh
32939 ____________________________________________________________________________
32940 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
32941         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
32942              From: Autrijus Tang <autrijus@autrijus.org>
32943              Date: Tue, 29 Jul 2003 09:58:35 +0800
32944              Message-ID: <20030729015834.GA7149@not.autrijus.org>
32945      Branch: perl
32946            ! lib/CPAN.pm
32947 ____________________________________________________________________________
32948 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
32949         Log: There is no skip() since we are not using Test*.
32950      Branch: perl
32951            ! lib/CPAN/t/signature.t
32952 ____________________________________________________________________________
32953 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
32954         Log: Upgrade to CPAN.pm 1.74.
32955      Branch: perl
32956            ! lib/CPAN.pm lib/CPAN/t/signature.t
32957 ____________________________________________________________________________
32958 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
32959         Log: Most importantly, don't try HvNAME(gp->gp_hv)
32960              unless PL_stashcache exists, otherwise we get
32961              an invalid read (detected by valgrind, and crashes
32962              ext/threads/t/basic.t in Windows).
32963
32964              Also add a few if:s for the refcnt decrements,
32965              no need to call Perl_sv_free() if there's nothing to free.
32966      Branch: perl
32967            ! gv.c
32968 ____________________________________________________________________________
32969 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
32970         Log: Tabify.
32971      Branch: perl
32972            ! MANIFEST
32973 ____________________________________________________________________________
32974 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
32975         Log: Subject: [perl #22969] fix $hash{utf8bareword}
32976              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
32977              Date: Tue, 29 Jul 2003 11:09:37 +0200
32978              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
32979      Branch: perl
32980            ! t/op/utfhash.t toke.c
32981 ____________________________________________________________________________
32982 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
32983         Log: Subject: [PATCH pointer] B::Deparse 0.64
32984              From: Stephen McCamant <smcc@mit.edu>
32985              Date: Mon, 28 Jul 2003 16:57:19 -0400
32986              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
32987      Branch: perl
32988            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
32989 ____________________________________________________________________________
32990 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
32991         Log: More perlio docs from Stas.
32992      Branch: perl
32993            ! pod/perliol.pod
32994 ____________________________________________________________________________
32995 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
32996         Log: Reintroduce Porting/Modules.  No, it's not duplicating
32997              the information in Module::CoreList.
32998      Branch: perl
32999            + Porting/Modules Porting/Modules.pl
33000            ! AUTHORS MANIFEST
33001 ____________________________________________________________________________
33002 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
33003         Log: The better prefixify() patch from Ed Moy.
33004      Branch: perl
33005            ! lib/ExtUtils/MM_Unix.pm
33006 ____________________________________________________________________________
33007 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
33008         Log: PerlIO_popped doc addition from NI-S.
33009      Branch: perl
33010            ! pod/perliol.pod
33011 ____________________________________________________________________________
33012 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
33013         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
33014              From: "Craig A. Berry" <craigberry@mac.com>
33015              Date: Tue, 29 Jul 2003 00:11:46 -0500
33016              Message-ID: <3F260212.9000104@mac.com>
33017      Branch: perl
33018            ! lib/File/Find.pm
33019 ____________________________________________________________________________
33020 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
33021         Log: More bytecode tweaks.
33022      Branch: perl
33023            ! ext/B/B.xs ext/B/B/Bytecode.pm
33024 ____________________________________________________________________________
33025 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
33026         Log: No more wince/README.compile.
33027      Branch: perl
33028            ! Porting/curliff.pl
33029 ____________________________________________________________________________
33030 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
33031         Log: Slightly better failure output.
33032      Branch: perl
33033            ! ext/Devel/Peek/t/Peek.t
33034 ____________________________________________________________________________
33035 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
33036         Log: These directories no more exist during cleanup.
33037      Branch: perl
33038            ! Makefile.SH
33039 ____________________________________________________________________________
33040 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
33041         Log: No more ext/*/*.t, move them all to ext/*/t.
33042      Branch: perl
33043            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
33044            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
33045            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
33046            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
33047            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
33048            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
33049            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
33050            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
33051            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
33052            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
33053            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
33054            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
33055            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
33056            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
33057            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
33058            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
33059            - ext/Socket/Socket.t ext/Socket/socketpair.t
33060            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
33061            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
33062            - ext/re/re.t
33063            ! MANIFEST ext/IPC/SysV/MANIFEST
33064 ____________________________________________________________________________
33065 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
33066         Log: Move the ext/IO tests to a more standard location so that
33067              the *.t do not get copied to the build tree (lib/IO/).
33068      Branch: perl
33069            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
33070            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
33071            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
33072            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
33073            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
33074            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
33075            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
33076            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
33077            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
33078            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
33079            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
33080            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
33081            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
33082            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
33083            ! MANIFEST
33084 ____________________________________________________________________________
33085 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
33086         Log: Retract #20260.
33087      Branch: perl
33088            ! perlio.c perliol.h
33089 ____________________________________________________________________________
33090 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
33091         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
33092      Branch: perl
33093            ! lib/File/Spec.pm
33094 ____________________________________________________________________________
33095 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
33096         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
33097              From: "Craig A. Berry" <craigberry@mac.com>
33098              Date: Mon, 28 Jul 2003 08:04:32 -0500
33099              Message-ID: <3F251F60.6050607@mac.com>
33100      Branch: perl
33101            ! t/op/write.t
33102 ____________________________________________________________________________
33103 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
33104         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
33105              From: Michael G Schwern <schwern@pobox.com>
33106              Date: Mon, 28 Jul 2003 05:54:19 -0700
33107              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
33108      Branch: perl
33109            ! t/op/write.t
33110 ____________________________________________________________________________
33111 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
33112         Log: Make Storable work with blead/maint by making PL_sv_placeholder
33113              a true global, bump $VERSION to 2.08.  Will take a look at the
33114              portability issue of placeholders soon.
33115      Branch: perl
33116            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
33117            ! intrpvar.h perlapi.h perlvars.h sv.c
33118 ____________________________________________________________________________
33119 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
33120         Log: Storable test nosewipe.
33121      Branch: perl
33122            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
33123 ____________________________________________________________________________
33124 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
33125         Log: Solaris cc didn't appreciate casting a long to a pointer
33126              with no cast, and lval casts are unportable, so introduce
33127              a rval cast.
33128      Branch: perl
33129            ! bytecode.pl ext/ByteLoader/byterun.c
33130 ____________________________________________________________________________
33131 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
33132         Log: (Retracted by #20267)
33133      Branch: perl
33134            ! perlio.c perliol.h
33135 ____________________________________________________________________________
33136 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
33137         Log: Subject: CPAN/t/signature.t noisy
33138              From: Michael G Schwern <schwern@pobox.com>
33139              Date: Mon, 28 Jul 2003 02:14:19 -0700
33140              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
33141      Branch: perl
33142            ! lib/CPAN/t/signature.t
33143 ____________________________________________________________________________
33144 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
33145         Log: Extra noise from File::Spec.
33146      Branch: perl
33147            ! lib/File/Spec/t/rel2abs2rel.t
33148 ____________________________________________________________________________
33149 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
33150         Log: Prettyprint the constants list of defsubs_h.PL.
33151      Branch: perl
33152            ! ext/B/defsubs_h.PL
33153 ____________________________________________________________________________
33154 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
33155         Log: Subject: [PATCH] B enhancements
33156              From: Stephen McCamant <smcc@mit.edu>
33157              Date: Sun, 27 Jul 2003 14:07:46 -0400
33158              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
33159      Branch: perl
33160            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
33161 ____________________________________________________________________________
33162 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
33163         Log: More clarification about the hash randomisation defines.
33164      Branch: perl
33165            ! perl.h
33166 ____________________________________________________________________________
33167 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
33168         Log: Clarify the process a bit.
33169      Branch: perl
33170            ! INSTALL
33171 ____________________________________________________________________________
33172 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
33173         Log: Add $VERSION to B::Bytecode.
33174      Branch: perl
33175            ! ext/B/B/Bytecode.pm
33176 ____________________________________________________________________________
33177 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
33178         Log: Missing test file.  (Not very useful since Module::Signature
33179              is not in the core, but let's not make an exception.)
33180      Branch: perl
33181            ! MANIFEST
33182 ____________________________________________________________________________
33183 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
33184         Log: Subject: Re: downrev modules in RC2
33185              From: Gisle Aas <gisle@ActiveState.com>
33186              Date: 27 Jul 2003 20:25:07 -0700
33187              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
33188
33189              (upgrade to Digest::MD5 2.26)
33190      Branch: perl
33191            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33192            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
33193 ____________________________________________________________________________
33194 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
33195         Log: Upgrade to CGI 2.97.
33196      Branch: perl
33197            ! lib/CGI.pm
33198 ____________________________________________________________________________
33199 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
33200         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
33201              (from Enache)
33202      Branch: perl
33203            ! bytecode.pl ext/ByteLoader/byterun.c
33204 ____________________________________________________________________________
33205 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
33206         Log: Upgrade to CPAN 1.72.
33207      Branch: perl
33208            + lib/CPAN/t/signature.t
33209            ! MANIFEST lib/CPAN.pm
33210 ____________________________________________________________________________
33211 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
33212         Log: We now return to your normally scheduled hash randomisation.
33213      Branch: perl
33214            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
33215            ! pod/perlsec.pod
33216 ____________________________________________________________________________
33217 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
33218         Log: fresh_perl_(is|like) were printing out the wrong file/line
33219              number on failure because _where() was hard coded to only
33220              look one level up the call stack.  In these cases it has to
33221              look two.
33222              (Schwern)
33223      Branch: perl
33224            ! t/test.pl
33225 ____________________________________________________________________________
33226 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
33227         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
33228              (Schwern)
33229      Branch: perl
33230            ! t/op/tiehandle.t
33231 ____________________________________________________________________________
33232 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
33233         Log: Upgrade to Test::Harness 2.29.
33234      Branch: perl
33235            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
33236            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
33237            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
33238            ! lib/Test/Harness/t/test-harness.t
33239 ____________________________________________________________________________
33240 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
33241         Log: Missing MakeMaker test.
33242      Branch: perl
33243            + lib/ExtUtils/t/postamble.t
33244            ! MANIFEST
33245 ____________________________________________________________________________
33246 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
33247         Log: Add -l (one file per line) option to manicheck.
33248      Branch: perl
33249            ! Porting/manicheck
33250 ____________________________________________________________________________
33251 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
33252         Log: Further Byteloader tweaks from Enache.
33253      Branch: perl
33254            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
33255            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
33256            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
33257            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
33258            ! ext/ByteLoader/byterun.h t/TEST
33259 ____________________________________________________________________________
33260 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
33261         Log: Reapply some perldoc changes not in 3.09.
33262      Branch: perl
33263            ! lib/Pod/Perldoc.pm
33264 ____________________________________________________________________________
33265 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
33266         Log: Upgrade to Pod::Perldoc 3.09.
33267      Branch: perl
33268            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
33269 ____________________________________________________________________________
33270 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
33271         Log: A bug reported in perl-unicode by Terry Jones, fixed
33272              by Andreas Koenig, and add a test.
33273      Branch: perl
33274            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33275 ____________________________________________________________________________
33276 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
33277         Log: Unicode::UCD doc nit from Andreas Koenig.
33278      Branch: perl
33279            ! lib/Unicode/UCD.pm
33280 ____________________________________________________________________________
33281 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
33282         Log: Upgrade to I18N::LangTags 0.28.
33283      Branch: perl
33284            + lib/I18N/LangTags/t/01test.t
33285            - lib/I18N/LangTags/test.pl
33286            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
33287 ____________________________________________________________________________
33288 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
33289         Log: Skip the test until Enache fixes it.
33290      Branch: perl
33291            ! ext/B/t/assembler.t
33292 ____________________________________________________________________________
33293 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
33294         Log: Upgrade to File::Spec 0.85.
33295      Branch: perl
33296            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
33297            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33298            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
33299            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
33300            ! lib/File/Spec/t/rel2abs2rel.t
33301 ____________________________________________________________________________
33302 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
33303         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
33304              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33305              Date: Sun, 20 Jul 2003 22:36:02 +0200
33306              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
33307      Branch: perl
33308            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
33309            ! perl.c perlapi.h sv.c universal.c
33310 ____________________________________________________________________________
33311 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
33312         Log: Regen byterun once more: the incav is not yet right, but at
33313              least it compiles now (Tru64 cc choked on the lvalue cast).
33314      Branch: perl
33315            ! bytecode.pl ext/ByteLoader/byterun.c
33316 ____________________________________________________________________________
33317 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
33318         Log: Regenerated because of #20220.
33319      Branch: perl
33320            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
33321            ! ext/ByteLoader/byterun.h
33322 ____________________________________________________________________________
33323 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
33324         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
33325              From: "Craig A. Berry" <craigberry@mac.com>
33326              Date: Mon, 21 Jul 2003 19:40:20 -0500
33327              Message-ID: <3F1C87F4.2070401@mac.com>
33328      Branch: perl
33329            ! lib/File/Find.pm
33330 ____________________________________________________________________________
33331 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
33332         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
33333              From: Enache Adrian <enache@rdslink.ro>
33334              Date: Fri, 18 Jul 2003 23:15:37 +0300
33335              Message-ID: <20030718201537.GA1574@ratsnest.hole>
33336      Branch: perl
33337            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
33338            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
33339            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
33340            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
33341 ____________________________________________________________________________
33342 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
33343         Log: Subject: [PATCH-for-RC2] WinCE port addition
33344              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33345              Date: Fri, 25 Jul 2003 22:17:11 +0400
33346              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
33347      Branch: perl
33348            - wince/README.compile
33349            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
33350            ! wince/compile.bat wince/wince.c wince/wince.h
33351 ____________________________________________________________________________
33352 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
33353         Log: Another missing hunk for MakeMaker from .org.
33354      Branch: perl
33355            ! lib/ExtUtils/MakeMaker.pm
33356 ____________________________________________________________________________
33357 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
33358         Log: Grabbed from www.makemaker.org.
33359      Branch: perl
33360            + t/lib/MakeMaker/Test/Setup/Recurs.pm
33361            ! MANIFEST
33362 ____________________________________________________________________________
33363 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
33364         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
33365              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
33366              Date: 14 Jul 2003 05:35:15 -0000
33367              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
33368      Branch: perl
33369            ! utf8.c
33370 ____________________________________________________________________________
33371 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
33372         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
33373              From: Stas Bekman <stas@stason.org>
33374              Date: Thu, 24 Jul 2003 16:49:27 +0200
33375              Message-ID: <3F1FF1F7.30500@stason.org>
33376      Branch: perl
33377            ! pod/perlapi.pod sv.c
33378 ____________________________________________________________________________
33379 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
33380         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
33381              From: Michael G Schwern <schwern@pobox.com>
33382              Date: Thu, 24 Jul 2003 01:28:07 -0700
33383              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
33384      Branch: perl
33385            ! lib/ExtUtils/MakeMaker.pm
33386 ____________________________________________________________________________
33387 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
33388         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
33389              From: Michael G Schwern <schwern@pobox.com>
33390              Date: Mon, 21 Jul 2003 20:12:25 -0700
33391              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
33392      Branch: perl
33393            + lib/ExtUtils/t/recurs.t
33394            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
33395            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
33396            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33397            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
33398            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
33399            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
33400            ! lib/ExtUtils/t/basic.t
33401 ____________________________________________________________________________
33402 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
33403         Log: (accidentally empty checkin)
33404      Branch: perl
33405            ! lib/perl5db.pl
33406 ____________________________________________________________________________
33407 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
33408         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
33409              From: Steve Hay <steve.hay@uk.radan.com>
33410              Date: Fri, 18 Jul 2003 10:03:21 +0100
33411              Message-ID: <3F17B7D9.80805@uk.radan.com>
33412      Branch: perl
33413            ! makedef.pl
33414 ____________________________________________________________________________
33415 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
33416         Log: Subject: [patch] perldebug.pod clarification
33417              From: Stéphane Payrard <stef@payrard.net>
33418              Date: Mon, 21 Jul 2003 21:36:59 +0200
33419              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
33420      Branch: perl
33421            ! pod/perldebug.pod
33422 ____________________________________________________________________________
33423 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
33424         Log: Subject: PATCH: More edge tests on t/op/pow.t
33425              From: Andy Lester <andy@petdance.com>
33426              Date: Wed, 23 Jul 2003 16:38:35 -0500
33427              Message-ID: <20030723213834.GA20468@petdance.com>
33428      Branch: perl
33429            ! t/op/pow.t
33430 ____________________________________________________________________________
33431 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
33432         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
33433              From: Stephen McCamant <smcc@mit.edu>
33434              Date: Tue, 22 Jul 2003 09:41:10 -0400
33435              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
33436      Branch: perl
33437            ! toke.c
33438 ____________________________________________________________________________
33439 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
33440         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
33441              From: Dave Mitchell <davem@fdgroup.com>
33442              Date: Fri, 18 Jul 2003 18:49:43 +0100
33443              Message-ID: <20030718174943.GB6427@fdgroup.com>
33444      Branch: perl
33445            ! sv.c t/op/tie.t
33446 ____________________________________________________________________________
33447 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
33448         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
33449              From: Stephen McCamant <smcc@mit.edu>
33450              Date: Sat, 19 Jul 2003 12:06:31 -0400
33451              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
33452      Branch: perl
33453            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
33454 ____________________________________________________________________________
33455 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
33456         Log: Subject: [PATCH] typo in VMS::Filespec
33457              From: Ken Williams <ken@mathforum.org>
33458              Date: Tue, 22 Jul 2003 15:18:21 -0500
33459              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
33460      Branch: perl
33461            ! vms/ext/Filespec.pm
33462 ____________________________________________________________________________
33463 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
33464         Log: EBCDIC fix from Thomas Dorner.
33465      Branch: perl
33466            ! Makefile.SH
33467 ____________________________________________________________________________
33468 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
33469         Log: POSIX-BC patch from Thomas Dorner.
33470      Branch: perl
33471            ! hints/posix-bc.sh
33472 ____________________________________________________________________________
33473 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
33474         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
33475              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
33476              Date: 14 Jul 2003 05:37:15 -0000
33477              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
33478      Branch: perl
33479            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
33480 ____________________________________________________________________________
33481 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
33482         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
33483              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
33484              Date: 14 Jul 2003 05:37:02 -0000
33485              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
33486      Branch: perl
33487            ! ext/IO/lib/IO/Socket.pm
33488 ____________________________________________________________________________
33489 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
33490         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
33491              From: Dave Mitchell <davem@fdgroup.com>
33492              Date: Thu, 17 Jul 2003 20:33:29 +0100
33493              Message-ID: <20030717193329.GA2699@fdgroup.com>
33494      Branch: perl
33495            ! pad.c t/lib/warnings/pad
33496 ____________________________________________________________________________
33497 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
33498         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
33499              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
33500              Date: 22 Jul 2003 02:59:13 -0000
33501              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
33502      Branch: perl
33503            ! pod/perlfunc.pod
33504 ____________________________________________________________________________
33505 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
33506         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
33507              From: Stephen Clouse <stephenc@theiqgroup.com>
33508              Date: Tue, 22 Jul 2003 21:31:38 -0500
33509              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
33510      Branch: perl
33511            ! perl.h
33512 ____________________________________________________________________________
33513 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
33514         Log: Subject: [PATCH] configure.gnu --prefix
33515              From: slaven@rezic.de
33516              Date: Thu, 10 Jul 2003 09:33:27 +0000
33517              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
33518      Branch: perl
33519            ! configure.gnu
33520 ____________________________________________________________________________
33521 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
33522         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
33523              From: Edward Moy <emoy@apple.com>
33524              Date: Sun, 13 Jul 2003 14:12:57 -0700
33525              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
33526      Branch: perl
33527            ! lib/ExtUtils/MM_Unix.pm
33528 ____________________________________________________________________________
33529 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
33530         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
33531              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
33532              Date: Tue, 15 Jul 2003 07:46:58 -0700
33533              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
33534      Branch: perl
33535            ! makedef.pl malloc.c malloc_ctl.h
33536 ____________________________________________________________________________
33537 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
33538         Log: This should make Stas happy.
33539      Branch: perl
33540            ! hv.h perl.c
33541 ____________________________________________________________________________
33542 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
33543         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
33544      Branch: perl
33545            ! installperl
33546 ____________________________________________________________________________
33547 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
33548         Log: As the perldoc.pod is now in a separate file under pod/,
33549              the installman script was installing an empty perldoc.1 manpage.
33550      Branch: perl
33551            ! installperl utils.lst
33552 ____________________________________________________________________________
33553 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
33554         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
33555              From: Steve Grazzini <grazz@pobox.com>
33556              Date: Wed, 16 Jul 2003 08:56:21 -0400
33557              Message-ID: <20030716125620.GA7022@grazzini.net>
33558      Branch: perl
33559            ! pod/perlipc.pod pod/perlvar.pod
33560 ____________________________________________________________________________
33561 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
33562         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
33563              From: Dave Mitchell <davem@fdgroup.com>
33564              Date: Tue, 15 Jul 2003 20:46:07 +0100
33565              Message-ID: <20030715194607.GA24592@fdgroup.com>
33566
33567              plus the regression test :
33568              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
33569              From: Nicholas Clark <nick@ccl4.org>
33570              Date: Tue, 15 Jul 2003 22:24:04 +0100
33571              Message-ID: <20030715222404.L20414@plum.flirble.org>
33572      Branch: perl
33573            ! pp_ctl.c t/op/write.t
33574 ____________________________________________________________________________
33575 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
33576         Log: Subject: Re: [PATCH] h2xs and extra_libraries
33577              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
33578              Date: Tue, 15 Jul 2003 07:28:52 +0200
33579              Message-id: <20030715052852.GA494@ethan>
33580      Branch: perl
33581            ! utils/h2xs.PL
33582 ____________________________________________________________________________
33583 [ 20175] By: merijn                                on 2003/07/21  14:26:43
33584         Log: Subject: Re: [PATCH] test clean-up for VMS
33585              From: "Craig A. Berry" <craigberry@mac.com>
33586              Date: Sun, 20 Jul 2003 10:43:32 -0500
33587              Message-ID: <3F1AB8A4.2070207@mac.com>
33588      Branch: perl
33589            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
33590            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
33591            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
33592            ! t/uni/write.t
33593 ____________________________________________________________________________
33594 [ 20174] By: hv                                    on 2003/07/21  10:26:07
33595         Log: Update Changes.
33596      Branch: perl
33597            ! Changes patchlevel.h
33598 ____________________________________________________________________________
33599 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
33600         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
33601              (bug #22968)
33602      Branch: perl
33603            ! pod/perlfaq3.pod pod/perlrun.pod
33604 ____________________________________________________________________________
33605 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
33606         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
33607              From: Andy Dougherty <doughera@lafayette.edu>
33608              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
33609              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
33610
33611              plus a clarification to INSTALL :
33612              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
33613              From: Andy Dougherty <doughera@lafayette.edu>
33614              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
33615              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
33616      Branch: perl
33617            ! INSTALL Makefile.SH
33618 ____________________________________________________________________________
33619 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
33620         Log: The warning "Possible precedence problem on bitwise operator"
33621              was incorrectly produced with the bitwise-assignment operators.
33622              Fix it. (bug #23065 concerning 5.8.1 RC2)
33623      Branch: perl
33624            ! op.c t/lib/warnings/op
33625 ____________________________________________________________________________
33626 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
33627         Log: Rename get_seed() to get_hash_seed(), as suggested by
33628              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
33629      Branch: perl
33630            ! embed.fnc embed.h perl.c proto.h util.c
33631 ____________________________________________________________________________
33632 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
33633         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
33634              From: Andreas J Koenig <andreas.koenig@anima.de>
33635              Date: Fri, 18 Jul 2003 09:36:47 +0200
33636              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
33637      Branch: perl
33638            ! t/op/pow.t
33639 ____________________________________________________________________________
33640 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
33641         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
33642              From: Dave Mitchell <davem@fdgroup.com>
33643              Date: Thu, 17 Jul 2003 21:51:12 +0100
33644              Message-ID: <20030717205112.GA2994@fdgroup.com>
33645      Branch: perl
33646            ! t/op/universal.t universal.c
33647 ____________________________________________________________________________
33648 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
33649         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
33650              From: Stephen McCamant <smcc@mit.edu>
33651              Date: Fri, 18 Jul 2003 02:26:14 -0400
33652              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
33653      Branch: perl
33654            ! pp.c t/op/pow.t
33655 ____________________________________________________________________________
33656 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
33657         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
33658              From: Stephen McCamant <smcc@mit.edu>
33659              Date: Tue, 15 Jul 2003 09:57:26 -0400
33660              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
33661
33662              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
33663              From: Stephen McCamant <smcc@mit.edu>
33664              Date: Tue, 15 Jul 2003 09:57:31 -0400
33665              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
33666      Branch: perl
33667            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
33668 ____________________________________________________________________________
33669 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
33670         Log: Subject: [PATCH] Re: POSIX::div
33671              From: Michael G Schwern <schwern@pobox.com>
33672              Date: Mon, 14 Jul 2003 14:00:58 -0700
33673              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
33674      Branch: perl
33675            ! ext/POSIX/POSIX.pm
33676 ____________________________________________________________________________
33677 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
33678         Log: PERL5LIB is not colon-separated everywhere
33679      Branch: perl
33680            ! pod/perlrun.pod
33681 ____________________________________________________________________________
33682 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
33683         Log: Subject: [PATCH] fix $^N-related coredump
33684              From: Anton Berezin <tobez@tobez.org>
33685              Date: Mon, 14 Jul 2003 13:50:35 +0200
33686              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
33687      Branch: perl
33688            ! pp_hot.c sv.c
33689 ____________________________________________________________________________
33690 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
33691         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
33692              From: Tony Bowden <tony@kasei.com>
33693              Date: Thu, 17 Jul 2003 16:49:35 +0100
33694              Message-ID: <20030717154935.GA20302@soto.kasei.com>
33695      Branch: perl
33696            ! pod/perlfunc.pod
33697 ____________________________________________________________________________
33698 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
33699         Log: Minor nits in perlsyn.pod
33700      Branch: perl
33701            ! pod/perlsyn.pod
33702 ____________________________________________________________________________
33703 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
33704         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
33705              From: Claes Jacobsson <claes@surfar.nu>
33706              Date: Sat, 12 Jul 2003 16:30:42 +0200
33707              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
33708      Branch: perl
33709            ! lib/Attribute/Handlers.pm
33710 ____________________________________________________________________________
33711 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
33712         Log: Add a TODO test for perlbug #19049
33713              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
33714              From: Alex Gough <alex-p5p@earth.li>
33715              Date: Fri, 11 Jul 2003 01:12:42 +0100
33716              Message-ID: <20030711001242.GD2484@the.earth.li>
33717      Branch: perl
33718            ! t/op/pat.t
33719 ____________________________________________________________________________
33720 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
33721         Log: Minor updates of the charnames documentation.
33722      Branch: perl
33723            ! lib/charnames.pm
33724 ____________________________________________________________________________
33725 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
33726         Log: Subject: Re: Sort sub and NaNs
33727              From: "John P. Linderman" <jpl@research.att.com>
33728              Date: Thu, 10 Jul 2003 10:45:06 -0400
33729              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
33730
33731              Warn against a potential edge case with sort, <=> and NaNs.
33732      Branch: perl
33733            ! pod/perlfunc.pod
33734 ____________________________________________________________________________
33735 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
33736         Log: Subject: [DOCPATCH] perlfunc/read
33737              From: Steve Grazzini <grazz@pobox.com>
33738              Date: Tue, 8 Jul 2003 10:23:03 -0400
33739              Message-ID: <20030708142303.GB23698@grazzini.net>
33740
33741              Clarify the OFFSET parameter to read().
33742      Branch: perl
33743            ! pod/perlfunc.pod
33744 ____________________________________________________________________________
33745 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
33746         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
33747              From: Michael G Schwern <schwern@pobox.com>
33748              Date: Tue, 13 May 2003 18:33:05 -0700
33749              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
33750      Branch: perl
33751            ! pod/perlsyn.pod pod/perltrap.pod
33752 ____________________________________________________________________________
33753 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
33754         Log: I think the API for mod_perl v2 should be simply that
33755              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
33756              itself, hopefully from a good source of random bits.
33757      Branch: perl
33758            ! perl.c
33759 ____________________________________________________________________________
33760 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
33761         Log: pTHX.
33762      Branch: perl
33763            ! util.c
33764 ____________________________________________________________________________
33765 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
33766         Log: New order of seed.
33767      Branch: perl
33768            ! pod/perlrun.pod
33769 ____________________________________________________________________________
33770 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
33771         Log: More retraction.
33772      Branch: perl
33773            ! INSTALL
33774 ____________________________________________________________________________
33775 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
33776         Log: Retract the statements.
33777      Branch: perl
33778            ! pod/perlfunc.pod pod/perlsec.pod
33779 ____________________________________________________________________________
33780 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
33781         Log: Chicken out: the hash randomisation is not on by default.
33782              We switch over to the explicit mode: in other words, if
33783              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
33784              randomise only if PL_hash_seed_set is FALSE (this means
33785              one can use PERL_HASH() before perl_run.)  Also, since
33786              now PERL_HASH_SEED is okay even under -T, all should be fine.
33787              (Ha!)
33788      Branch: perl
33789            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
33790            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
33791 ____________________________________________________________________________
33792 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
33793         Log: Check PERL_HASH_SEED even when tainted.
33794      Branch: perl
33795            ! perl.c pod/perlrun.pod
33796 ____________________________________________________________________________
33797 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
33798         Log: &Time::HiRes::d_nanosleep was broken.
33799      Branch: perl
33800            ! ext/Time/HiRes/Makefile.PL
33801 ____________________________________________________________________________
33802 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
33803         Log: Subject: [PATCH} db-recno.t on Mac OS X
33804              From: slaven@rezic.de
33805              Date: Thu, 10 Jul 2003 12:41:05 +0000
33806              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
33807      Branch: perl
33808            ! ext/DB_File/t/db-recno.t
33809 ____________________________________________________________________________
33810 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
33811         Log: Subject: [comment patch]
33812              From: Stas Bekman <stas@stason.org>
33813              Date: Thu, 10 Jul 2003 14:19:22 -0700
33814              Message-ID: <3F0DD85A.1070902@stason.org>
33815      Branch: perl
33816            ! perl.c
33817 ____________________________________________________________________________
33818 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
33819         Log: Be vague enough.
33820      Branch: perl
33821            ! pod/perldata.pod
33822 ____________________________________________________________________________
33823 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
33824         Log: regen embed.pl for the bleadperl branch as well.
33825      Branch: perl
33826            ! embedvar.h
33827 ____________________________________________________________________________
33828 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
33829         Log: Time travel noticed by Enache.
33830      Branch: perl
33831            ! pod/perlhist.pod
33832 ____________________________________________________________________________
33833 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
33834         Log: I can see the future.  It is cloudy.
33835      Branch: perl
33836            ! pod/perlhist.pod
33837 ____________________________________________________________________________
33838 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
33839         Log: Subject: [PATCH] configure.gnu --prefix
33840              From: slaven@rezic.de
33841              Date: Thu, 10 Jul 2003 09:33:27 +0000
33842              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
33843      Branch: perl
33844            ! configure.gnu
33845 ____________________________________________________________________________
33846 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
33847         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
33848      Branch: perl
33849            ! malloc.c
33850 ____________________________________________________________________________
33851 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
33852         Log: Subject: [PATCH] Restore SIGFPE on exec()
33853              From: Chip Salzenberg <chip@pobox.com>
33854              Date: Thu, 10 Jul 2003 13:13:20 -0400
33855              Message-ID: <20030710171319.GA21588@perlsupport.com>
33856      Branch: perl
33857            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
33858 ____________________________________________________________________________
33859 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
33860         Log: The *right* way to make the csighandler visible.
33861      Branch: perl
33862            ! embed.fnc embed.h global.sym
33863 ____________________________________________________________________________
33864 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
33865         Log: Retract #20112.
33866      Branch: perl
33867            ! embed.fnc embedvar.h intrpvar.h perlapi.h
33868 ____________________________________________________________________________
33869 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
33870         Log: Argh.  At least AIX builds choke because of this.
33871      Branch: perl
33872            ! embed.fnc embedvar.h intrpvar.h perlapi.h
33873 ____________________________________________________________________________
33874 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
33875         Log: Upgrade to podlators 1.27.
33876      Branch: perl
33877            ! lib/Pod/Text/Termcap.pm
33878 ____________________________________________________________________________
33879 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
33880         Log: Deprecate v-strings.
33881      Branch: perl
33882            ! pod/perldata.pod
33883 ____________________________________________________________________________
33884 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
33885         Log: perlfaq sync.
33886      Branch: perl
33887            ! pod/perlfaq1.pod
33888 ____________________________________________________________________________
33889 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
33890         Log: Detypo.
33891      Branch: perl
33892            ! hints/darwin.sh
33893 ____________________________________________________________________________
33894 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
33895         Log: Fixes from Ron Kimball.
33896      Branch: perl
33897            ! pod/perldata.pod
33898 ____________________________________________________________________________
33899 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
33900         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
33901      Branch: perl
33902            ! toke.c
33903 ____________________________________________________________________________
33904 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
33905         Log: More Darwin/MacOSX paths twiddling.
33906      Branch: perl
33907            ! hints/darwin.sh
33908 ____________________________________________________________________________
33909 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
33910         Log: Play safe and use the system malloc in FreeBSD.
33911              Yes, performance suffers.  But that is better than
33912              random core dumps.
33913      Branch: perl
33914            ! hints/freebsd.sh
33915 ____________________________________________________________________________
33916 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
33917         Log: Upgrade to Encode 1.97.
33918      Branch: perl
33919            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
33920            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
33921            ! ext/Encode/lib/Encode/Encoder.pm
33922            ! ext/Encode/lib/Encode/Guess.pm
33923            ! ext/Encode/lib/Encode/JP/JIS7.pm
33924 ____________________________________________________________________________
33925 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
33926         Log: Rework the perldata vXX => ... entry a bit.
33927      Branch: perl
33928            ! pod/perldata.pod
33929 ____________________________________________________________________________
33930 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
33931         Log: Document the vXX => change in perldata, too.
33932      Branch: perl
33933            ! pod/perldata.pod
33934 ____________________________________________________________________________
33935 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
33936         Log: Test the vX => ... fix.
33937      Branch: perl
33938            ! t/op/ver.t
33939 ____________________________________________________________________________
33940 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
33941         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
33942              From: John Peacock <jpeacock@rowman.com>
33943              Date: Wed, 09 Jul 2003 01:05:38 -0700
33944              Message-ID: <3F0BCCD2.1020009@rowman.com>
33945      Branch: perl
33946            ! embed.fnc pod/perlapi.pod toke.c util.c
33947 ____________________________________________________________________________
33948 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
33949         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
33950              for the install dirs.
33951      Branch: perl
33952            ! hints/darwin.sh
33953 ____________________________________________________________________________
33954 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
33955         Log: Enable avoiding /System/Library in Mac OS X by
33956              doing Configure -Dprefix=/some/where -Uvendorlib.
33957      Branch: perl
33958            ! hints/darwin.sh
33959 ____________________________________________________________________________
33960 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
33961         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
33962              From: Chip Salzenberg <chip@pobox.com>
33963              Date: Wed, 9 Jul 2003 01:49:10 -0400
33964              Message-ID: <20030709054910.GH2021@perlsupport.com>
33965      Branch: perl
33966            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
33967            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
33968 ____________________________________________________________________________
33969 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
33970         Log: The CHECKOP macro was not invoked on some newly created ops
33971              (to match them against the current opmask.) As a consequence,
33972              Safe compartments were unable to trap some ops (pattern
33973              match, slices, conditionals.) This fixes the holes.
33974      Branch: perl
33975            ! op.c
33976 ____________________________________________________________________________
33977 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
33978         Log: Revert #20077.
33979      Branch: perl
33980            ! lib/CPAN.pm
33981 ____________________________________________________________________________
33982 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
33983         Log: Don't recommend to upgrade the base.pm in the core with
33984              the base.pm from Class::Fields.  They are not the same.
33985      Branch: perl
33986            ! lib/CPAN.pm
33987 ____________________________________________________________________________
33988 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
33989         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
33990              From: Enache Adrian <enache@rdslink.ro>
33991              Date: Tue, 8 Jul 2003 20:47:58 +0300
33992              Message-ID: <20030708174758.GA1177@ratsnest.hole>
33993
33994              (ByteLoader tweak avoiding a leaked scalar)
33995      Branch: perl
33996            ! op.c
33997 ____________________________________________________________________________
33998 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
33999         Log: In 5.8.x, fast stdio places still do use stdio.
34000      Branch: perl
34001            ! ext/Digest/MD5/t/badfile.t
34002 ____________________________________________________________________________
34003 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
34004         Log: Subject: [PATCH] format 'botched' in malloc.c
34005              From: Enache Adrian <enache@rdslink.ro>
34006              Date: Mon, 7 Jul 2003 21:57:06 +0300
34007              Message-ID: <20030707185706.GB7017@ratsnest.hole>
34008      Branch: perl
34009            ! malloc.c
34010 ____________________________________________________________________________
34011 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
34012         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
34013              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34014              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
34015              Message-ID: <12022.1057655645@www59.gmx.net>
34016      Branch: perl
34017            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
34018 ____________________________________________________________________________
34019 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
34020         Log: Retract #20065: I don't think this is the right way
34021              to patch this issue.
34022      Branch: perl
34023            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
34024 ____________________________________________________________________________
34025 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
34026         Log: Configure tweak from Johnny Lam so that the
34027              INSTALLSITEMAN[13]DIR get correctly set.
34028      Branch: perl
34029            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
34030 ____________________________________________________________________________
34031 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
34032         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
34033      Branch: perl
34034            ! pod/perlsyn.pod
34035 ____________________________________________________________________________
34036 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
34037         Log: Mark Bixby ++.
34038      Branch: perl
34039            ! perl.c
34040 ____________________________________________________________________________
34041 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
34042         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
34043      Branch: perl
34044            ! ext/Time/HiRes/Makefile.PL
34045 ____________________________________________________________________________
34046 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
34047         Log: Good catch from Gisle.
34048      Branch: perl
34049            ! pod/perlfunc.pod
34050 ____________________________________________________________________________
34051 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
34052         Log: Refashioned #20055: we cannot trust stdio to fail here.
34053      Branch: perl
34054            ! ext/Digest/MD5/t/badfile.t
34055 ____________________________________________________________________________
34056 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
34057         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
34058              are just breaking more than they are fixing.
34059      Branch: perl
34060            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
34061            ! ext/Digest/MD5/t/files.t perlio.c
34062 ____________________________________________________________________________
34063 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
34064         Log: Returning zero from PerlIO_read() is okay;
34065              update MD5 sums.
34066      Branch: perl
34067            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34068 ____________________________________________________________________________
34069 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
34070         Log: If perlio is completely out of the picture, we can
34071              get tripped by different stdio implementations.
34072      Branch: perl
34073            ! ext/Digest/MD5/t/badfile.t
34074 ____________________________________________________________________________
34075 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
34076         Log: AUTHORS tweak.
34077      Branch: perl
34078            ! AUTHORS
34079 ____________________________________________________________________________
34080 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
34081         Log: Subject: Patch to README.solaris
34082              From: Alan Burlison <Alan.Burlison@sun.com>
34083              Date: Mon, 07 Jul 2003 14:15:57 +0100
34084              Message-ID: <3F09728D.1070408@sun.com>
34085      Branch: perl
34086            ! README.solaris
34087 ____________________________________________________________________________
34088 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
34089         Log: Update MD5 checksums.
34090      Branch: perl
34091            ! ext/Digest/MD5/t/files.t
34092 ____________________________________________________________________________
34093 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
34094         Log: Be more explicit than just 'characters'.
34095      Branch: perl
34096            ! pod/perlfunc.pod
34097 ____________________________________________________________________________
34098 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
34099         Log: Try making PerlIO errors more consistent.
34100              (1) Check early whether the filehandle is capable of
34101              the requested action.
34102              (2) PerlIO_read() really can return -1, and so can
34103              PerlIOUnix_read().
34104              (3) Some stdio implementations are more forgiving
34105              than others, so check also for errors recorded
34106              by PerlIO in PerlStdio_errno().
34107      Branch: perl
34108            ! perlio.c
34109 ____________________________________________________________________________
34110 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
34111         Log: Linewrapping.
34112      Branch: perl
34113            ! pod/perlapio.pod
34114 ____________________________________________________________________________
34115 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
34116         Log: PerlIO_read() can return negative.
34117      Branch: perl
34118            ! ext/Digest/MD5/MD5.xs
34119 ____________________________________________________________________________
34120 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
34121         Log: Use the existence, instead of the truth, to decide
34122              whether to scan for a symbol.
34123              (Also remove trailing spaces.)
34124      Branch: perl
34125            ! ext/Time/HiRes/Makefile.PL
34126 ____________________________________________________________________________
34127 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
34128         Log: MPE/iX tweak from Mark Bixby.
34129      Branch: perl
34130            ! ext/Time/HiRes/Makefile.PL
34131 ____________________________________________________________________________
34132 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
34133         Log: Upgrade BigInt and BigRat
34134              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
34135              From: Tels <perl_dummy@bloodgate.com>
34136              Date: Sun, 6 Jul 2003 15:41:36 +0200
34137              Message-Id: <200307061158.23576@bloodgate.com>
34138      Branch: perl
34139            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34140            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
34141            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
34142            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
34143            ! lib/Math/BigRat/t/bigratpm.t
34144 ____________________________________________________________________________
34145 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
34146         Log: Subject: Re: [perl #5025] #line directive explination wrong
34147              From: Casey West <casey@geeknest.com>
34148              Date: Sun, 6 Jul 2003 18:24:46 -0400
34149              Message-ID: <20030706222446.GL7506@geeknest.com>
34150      Branch: perl
34151            ! pod/perlsyn.pod
34152 ____________________________________________________________________________
34153 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
34154         Log: Update the CPAN mirrors list.
34155      Branch: perl
34156            ! pod/perlmodlib.PL pod/perlmodlib.pod
34157 ____________________________________________________________________________
34158 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
34159         Log: yet another symbol missing in change#20018
34160      Branch: perl
34161            ! makedef.pl
34162 ____________________________________________________________________________
34163 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
34164         Log: PerlIOBase_pushed seems to have gone missing in change#20018
34165      Branch: perl
34166            ! makedef.pl
34167 ____________________________________________________________________________
34168 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
34169         Log: Subject: [PATCH @19834] DProf fixes
34170              From: Radu Greab <radu@netsoft.ro>
34171              Date: Sun, 6 Jul 2003 20:09:12 +0300
34172              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
34173      Branch: perl
34174            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
34175            + t/lib/dprof/test8_v
34176            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
34177            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
34178            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
34179 ____________________________________________________________________________
34180 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
34181         Log: Forgotten from change #20031.
34182      Branch: perl
34183            ! makedef.pl malloc_ctl.h
34184 ____________________________________________________________________________
34185 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
34186         Log: Subject: [PATCH] improve WinCE port
34187              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34188              Date: Sun, 6 Jul 2003 18:46:09 +0400
34189              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
34190
34191              Subject: [PATCH] improve WinCE port -- addition
34192              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34193              Date: Sun, 6 Jul 2003 19:50:47 +0400
34194              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
34195      Branch: perl
34196            + wince/perlhost.h wince/vdir.h wince/vmem.h
34197            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
34198            ! wince/win32.h wince/win32io.c wince/win32iop.h
34199            ! wince/win32thread.c wince/win32thread.h wince/wince.c
34200            ! wince/wince.h
34201 ____________________________________________________________________________
34202 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
34203         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
34204              From: merlyn@stonehenge.com (Randal L. Schwartz)
34205              Date: 05 Jul 2003 16:29:14 -0700
34206              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
34207      Branch: perl
34208            ! pod/perlfaq2.pod
34209 ____________________________________________________________________________
34210 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
34211         Log: FreeBSD: if someone *really* wants to use the system malloc.
34212      Branch: perl
34213            ! hints/freebsd.sh
34214 ____________________________________________________________________________
34215 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
34216         Log: Make the 'slow ok' feature optional.
34217      Branch: perl
34218            ! lib/Test/Harness.pm
34219 ____________________________________________________________________________
34220 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
34221         Log: The change #20022 didn't work for Command.t.
34222      Branch: perl
34223            ! lib/ExtUtils/t/Command.t
34224 ____________________________________________________________________________
34225 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
34226         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
34227              From: Michael G Schwern <schwern@pobox.com>
34228              Date: Sat, 5 Jul 2003 13:34:37 -0700
34229              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
34230
34231              Print out the "ok" messages only once every second,
34232              this should make output much less and therefore testing
34233              much faster, especially on slower connections.
34234      Branch: perl
34235            ! lib/Test/Harness.pm
34236 ____________________________________________________________________________
34237 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
34238         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
34239              From: Michael G Schwern <schwern@pobox.com>
34240              Date: Sat, 5 Jul 2003 16:59:49 -0700
34241              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
34242      Branch: perl
34243            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
34244            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34245            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
34246            ! lib/ExtUtils/t/Command.t
34247 ____________________________________________________________________________
34248 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
34249         Log: Reintroduce changes #19723 and #19723 that were not
34250              in Net::Ping 2.31; needed for Windows.
34251      Branch: perl
34252            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
34253 ____________________________________________________________________________
34254 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
34255         Log: Upgrade to Digest::MD5 2.25.
34256      Branch: perl
34257            + ext/Digest/MD5/t/clone.t
34258            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34259            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
34260            ! ext/Digest/MD5/t/files.t
34261 ____________________________________________________________________________
34262 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
34263         Log: Make a read from a write-only fh to set errno
34264              (found by Gisle)
34265      Branch: perl
34266            ! perlio.c
34267 ____________________________________________________________________________
34268 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
34269         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
34270              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
34271              duplicates.
34272      Branch: perl
34273            ! makedef.pl
34274 ____________________________________________________________________________
34275 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
34276         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
34277              From: Dave Mitchell <davem@fdgroup.com>
34278              Date: Sat, 5 Jul 2003 19:12:51 +0100
34279              Message-ID: <20030705181251.GA14502@fdgroup.com>
34280      Branch: perl
34281            ! ext/threads/t/problems.t
34282 ____________________________________________________________________________
34283 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
34284         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
34285      Branch: perl
34286            ! lib/Benchmark.t
34287 ____________________________________________________________________________
34288 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
34289         Log: Be explicit about the $0 pain in Linux 2.2.
34290      Branch: perl
34291            ! pod/perlvar.pod
34292 ____________________________________________________________________________
34293 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
34294         Log: Comment out some debugging output in Math::BigInt, that
34295              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
34296      Branch: perl
34297            ! lib/Math/BigInt.pm
34298 ____________________________________________________________________________
34299 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
34300         Log: The logic for additional randomisation for 64-bit UV
34301              cases was wrong.
34302      Branch: perl
34303            ! perl.c
34304 ____________________________________________________________________________
34305 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
34306         Log: IIRC gcc would complain about if (s = ...).
34307      Branch: perl
34308            ! perl.c
34309 ____________________________________________________________________________
34310 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
34311         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
34312              since CGI scripts are (should be) run under -T, being able
34313              to show the HASH_SEED in case of problems is good.
34314              The $ENV{PERL_HASH_SEED} is still ignored under taint.
34315      Branch: perl
34316            ! perl.c
34317 ____________________________________________________________________________
34318 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
34319         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
34320              From: "Craig A. Berry" <craigberry@mac.com>
34321              Date: Sat, 05 Jul 2003 00:38:28 -0500
34322              Message-ID: <3F066454.90003@mac.com>
34323      Branch: perl
34324            ! lib/ExtUtils/MM_VMS.pm
34325 ____________________________________________________________________________
34326 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
34327         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
34328              From: Robin Barker <Robin.Barker@npl.co.uk>
34329              Date: Fri, 4 Jul 2003 19:15:01 +0100
34330              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
34331      Branch: perl
34332            ! dump.c
34333 ____________________________________________________________________________
34334 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
34335         Log: Allow to create more than one Shell object :
34336              Subject: [patch] Shell.pm fix
34337              From: Stéphane Payrard <stef@payrard.net>
34338              Date: Sat, 5 Jul 2003 01:16:50 +0200
34339              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
34340      Branch: perl
34341            ! lib/Shell.pm
34342 ____________________________________________________________________________
34343 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
34344         Log: Author list update (to be continued...)
34345      Branch: perl
34346            ! AUTHORS
34347 ____________________________________________________________________________
34348 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
34349         Log: Add a new test target in the makefile, test_harness_notty.
34350              It's like test_harness, but sets HARNESS_NOTTY=1 to make
34351              Test::Harness' output less blinking.
34352      Branch: perl
34353            ! Makefile.SH
34354 ____________________________________________________________________________
34355 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
34356         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
34357              and bignum v0.14.
34358      Branch: perl
34359            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
34360            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
34361            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
34362            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
34363            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
34364            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
34365            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34366            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
34367            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
34368            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
34369            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
34370            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
34371            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
34372            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
34373            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
34374            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34375            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
34376            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
34377            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
34378            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
34379            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
34380            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
34381            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
34382            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
34383            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
34384            ! t/lib/Math/BigInt/Subclass.pm
34385 ____________________________________________________________________________
34386 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
34387         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
34388              appears just before the name of the command to be run. See
34389
34390              Subject: Re: PERL_SKIP_TTY_TEST fix
34391              From: Alexey Tourbin <at@altlinux.ru>
34392              Date: Fri, 4 Jul 2003 17:25:34 +0400
34393              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
34394      Branch: perl
34395            ! Makefile.SH
34396 ____________________________________________________________________________
34397 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
34398         Log: Fix non-numeric $VERSION.
34399      Branch: perl
34400            ! lib/Math/BigInt.pm
34401 ____________________________________________________________________________
34402 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
34403         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
34404      Branch: perl
34405            ! lib/Math/BigInt.pm
34406 ____________________________________________________________________________
34407 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
34408         Log: More $0 sad tales.
34409      Branch: perl
34410            ! pod/perlvar.pod
34411 ____________________________________________________________________________
34412 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
34413         Log: Oops.
34414      Branch: perl
34415            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34416 ____________________________________________________________________________
34417 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
34418         Log: Upgrade to PodParser 1.23; but do not update
34419              t/pod/find.t or t/pod/testp2pt.pl since the
34420              first one does not work at all under core,
34421              and the second change would drop MacOS Classic
34422              portability tweaks introduced by change #18669.
34423      Branch: perl
34424            ! lib/Pod/Find.pm lib/Pod/Usage.pm
34425 ____________________________________________________________________________
34426 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
34427         Log: Upgrade to Text::Balanced 1.94.
34428      Branch: perl
34429            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
34430            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
34431            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
34432 ____________________________________________________________________________
34433 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
34434         Log: Upgrade to Net::Ping 2.31.
34435      Branch: perl
34436            ! lib/Net/Ping.pm lib/Net/Ping/Changes
34437            ! lib/Net/Ping/t/250_ping_hires.t
34438            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
34439 ____________________________________________________________________________
34440 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
34441         Log: Upgrade to Locale::Maketext 1.06.
34442      Branch: perl
34443            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
34444            + lib/Locale/Maketext/t/90utf8.t
34445            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
34446 ____________________________________________________________________________
34447 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
34448         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
34449              (1) make the PATCHLEVEL logic as it is with List::Util
34450              (more portable to older Perls)
34451              (2) regen the MD5 checksums with ...
34452              (3) ... the Mac OS Classic checksums generated via MacRoman
34453              (just a guess)
34454              (4) Keep the core Makefile.PL.
34455      Branch: perl
34456            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34457            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34458 ____________________________________________________________________________
34459 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
34460         Log: Upgrade to CPAN 1.71.
34461      Branch: perl
34462            ! lib/CPAN.pm
34463 ____________________________________________________________________________
34464 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
34465         Log: Upgrade to CGI.pm 2.97.
34466      Branch: perl
34467            ! lib/CGI.pm lib/CGI/Carp.pm
34468 ____________________________________________________________________________
34469 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
34470         Log: No energy now to figure out what is wrong with $0
34471              (or ps) in Tru64.  The test works fine when run from
34472              command line.
34473      Branch: perl
34474            ! ext/threads/t/join.t
34475 ____________________________________________________________________________
34476 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
34477         Log: AUTHORS updates.
34478      Branch: perl
34479            ! AUTHORS
34480 ____________________________________________________________________________
34481 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
34482         Log: line_t is U32, not I32.
34483      Branch: perl
34484            ! bytecode.pl
34485 ____________________________________________________________________________
34486 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
34487         Log: Remove PL_earlytaint since the hash seed code
34488              can be delayed until perl_parse().
34489      Branch: perl
34490            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
34491            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
34492            ! plan9/plan9ish.h unixish.h vms/vmsish.h
34493 ____________________________________________________________________________
34494 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
34495         Log: $0 is pain.
34496      Branch: perl
34497            ! ext/threads/t/join.t
34498 ____________________________________________________________________________
34499 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
34500         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
34501              From: PPrymmer@factset.com
34502              Date: Thu, 3 Jul 2003 23:59:51 -0400
34503              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
34504      Branch: perl
34505            ! vms/vms.c vms/vmspipe.com
34506 ____________________________________________________________________________
34507 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
34508         Log: Bump Time::HiRes version to 1.50.
34509      Branch: perl
34510            ! ext/Time/HiRes/HiRes.pm
34511 ____________________________________________________________________________
34512 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
34513         Log: Subject: [PATCH] installperl -n
34514              From: Slaven Rezic <slaven@rezic.de>
34515              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
34516              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
34517      Branch: perl
34518            ! installperl
34519 ____________________________________________________________________________
34520 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
34521         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
34522              From: Slaven Rezic <slaven@rezic.de>
34523              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
34524              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
34525      Branch: perl
34526            ! t/op/magic.t
34527 ____________________________________________________________________________
34528 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
34529         Log: Ask Schwern.
34530      Branch: perl
34531            - Porting/Modules
34532            ! AUTHORS MANIFEST
34533 ____________________________________________________________________________
34534 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
34535         Log: Add autarch and Time::Local to Modules.
34536      Branch: perl
34537            ! Porting/Modules
34538 ____________________________________________________________________________
34539 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
34540         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
34541              From: Dave Rolsky <autarch@urth.org>
34542              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
34543              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
34544      Branch: perl
34545            ! lib/Time/Local.pm
34546 ____________________________________________________________________________
34547 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
34548         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
34549              From: Mattia Barbon <mbarbon@dsi.unive.it>
34550              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
34551              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
34552      Branch: perl
34553            ! win32/win32.c
34554 ____________________________________________________________________________
34555 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
34556         Log: Subject: Re: randomly untainting?
34557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34558              Date: Thu, 3 Jul 2003 17:35:09 +0200
34559              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
34560      Branch: perl
34561            ! t/TestInit.pm
34562 ____________________________________________________________________________
34563 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
34564         Log: Revert #19957 as requested by Rafael.
34565      Branch: perl
34566            ! ext/List/Util/t/tainted.t
34567 ____________________________________________________________________________
34568 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
34569         Log: Add at least meager beginnings of assertion checks for
34570              the UTF-8 length/pos cache.  It's not as full as I would
34571              like since the exact behaviour of the second half of the
34572              cache, used in substr(), eludes me right now.
34573      Branch: perl
34574            ! sv.c
34575 ____________________________________________________________________________
34576 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
34577         Log: Extra light testing for the UTF-8 cache
34578              (that it isn't broken, not that it helps).
34579      Branch: perl
34580            ! t/op/length.t
34581 ____________________________________________________________________________
34582 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
34583         Log: Subject: Re: randomly untainting?
34584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34585              Date: Thu, 3 Jul 2003 14:58:18 +0200
34586              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
34587              (plus extra debug printing)
34588      Branch: perl
34589            ! ext/List/Util/t/tainted.t
34590 ____________________________________________________________________________
34591 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
34592         Log: Subject: Re: maint @ 19923
34593              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34594              Date: Thu, 3 Jul 2003 15:57:55 +0400
34595              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
34596      Branch: perl
34597            ! wince/Makefile.ce wince/wince.c
34598 ____________________________________________________________________________
34599 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
34600         Log: Tiny tweak to perlartistic from Robin Barker.
34601      Branch: perl
34602            ! pod/perlartistic.pod
34603 ____________________________________________________________________________
34604 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
34605         Log: Mention Modules in AUTHORS.
34606      Branch: perl
34607            ! AUTHORS
34608 ____________________________________________________________________________
34609 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
34610         Log: No fancy binmode() if no perlio.
34611      Branch: perl
34612            ! ext/IO/lib/IO/t/io_sock.t
34613 ____________________________________________________________________________
34614 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
34615         Log: Underline the fact that XSLoader is not DynaLoader
34616              ([perl #21974] dl_load_flags not honored by XSLoader)
34617      Branch: perl
34618            ! ext/DynaLoader/XSLoader_pm.PL
34619 ____________________________________________________________________________
34620 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
34621         Log: Apply Schwern's suggested warning code from
34622              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
34623      Branch: perl
34624            ! lib/Test/Harness/Straps.pm
34625 ____________________________________________________________________________
34626 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
34627         Log: Subject: [PATCH] "without parens" vs "without parentheses"
34628              From: Iain Truskett <spoon@cpan.org>
34629              Date: Thu, 3 Jul 2003 12:40:42 +1000
34630              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
34631      Branch: perl
34632            ! t/lib/warnings/toke toke.c
34633 ____________________________________________________________________________
34634 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
34635         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
34636              From: Dave Mitchell <davem@fdgroup.com>
34637              Date: Thu, 3 Jul 2003 01:32:11 +0100
34638              Message-ID: <20030703003211.GB3747@fdgroup.com>
34639      Branch: perl
34640            ! mg.c sv.c
34641 ____________________________________________________________________________
34642 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
34643         Log: Nicer options for Porting/Modules.
34644      Branch: perl
34645            ! MANIFEST Porting/Modules
34646 ____________________________________________________________________________
34647 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
34648         Log: Minor test adjustments :
34649              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
34650              - prototypes added to some public functions in t/test.pl,
34651              as suggested by Enache Adrian
34652      Branch: perl
34653            ! t/op/concat.t t/test.pl
34654 ____________________________________________________________________________
34655 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
34656         Log: Skip a socketpair test on SCO OSR
34657      Branch: perl
34658            ! ext/Socket/socketpair.t
34659 ____________________________________________________________________________
34660 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
34661         Log: Subject: [PATCH] various Deparse fixes
34662              From: Dave Mitchell <davem@fdgroup.com>
34663              Date: Wed, 2 Jul 2003 18:10:45 +0100
34664              Message-ID: <20030702171045.GF2137@fdgroup.com>
34665      Branch: perl
34666            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
34667            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
34668 ____________________________________________________________________________
34669 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
34670         Log: It would seem that in Linux 2.2 there is no way
34671              we can do the right thing to make ps(1) see $0
34672              our way.  Also amend the $0 documentation a bit.
34673      Branch: perl
34674            ! pod/perlvar.pod t/op/magic.t
34675 ____________________________________________________________________________
34676 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
34677         Log: Subject: [PATCH] line numbers are given % 64k
34678              From: James Jurach <muaddib@erf.net>
34679              Date: Wed, 2 Jul 2003 13:31:05 -0500
34680              Message-ID: <20030702183105.GA4837@lebowski>
34681      Branch: perl
34682            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34683            ! handy.h pp_ctl.c scope.h
34684 ____________________________________________________________________________
34685 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
34686         Log: Subject: Re: maint @ 19923
34687              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
34688              Date: Wed, 2 Jul 2003 11:43:05 -0400
34689              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
34690      Branch: perl
34691            ! pod/perlfunc.pod
34692 ____________________________________________________________________________
34693 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
34694         Log: Subject: Re: maint @ 19923
34695              From: Jim Cromie <jcromie@divsol.com>
34696              Date: Wed, 02 Jul 2003 05:35:06 -0600
34697              Message-ID: <3F02C36A.9030704@divsol.com>
34698      Branch: perl
34699            ! pod/perlfunc.pod
34700 ____________________________________________________________________________
34701 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
34702         Log: Fix for [perl #22759 insufficient format string checking];
34703              using ewix makes no sense, assuming evix was intended,
34704              no old tests fail; add the test case.
34705      Branch: perl
34706            ! sv.c t/op/sprintf.t
34707 ____________________________________________________________________________
34708 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
34709         Log: Better links.
34710      Branch: perl
34711            ! pod/perlipc.pod pod/perlrun.pod
34712 ____________________________________________________________________________
34713 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
34714         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
34715      Branch: perl
34716            ! hints/darwin.sh
34717 ____________________________________________________________________________
34718 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
34719         Log: ...and getting the comma right, too.
34720      Branch: perl
34721            ! t/op/magic.t
34722 ____________________________________________________________________________
34723 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
34724         Log: Getting the whitespace right.
34725      Branch: perl
34726            ! t/op/magic.t
34727 ____________________________________________________________________________
34728 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
34729         Log: FreeBSD $0 dance.
34730      Branch: perl
34731            ! pod/perlvar.pod t/op/magic.t
34732 ____________________________________________________________________________
34733 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
34734         Log: Fix from Enache Adrian for the magic.t failure in
34735              FreeBSD: setproctitle() cannot get rid of the " (perl)".
34736      Branch: perl
34737            ! t/op/magic.t
34738 ____________________________________________________________________________
34739 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
34740         Log: VMS: with this, 100% make test in Compaq C V6.5-001
34741              on OpenVMS Alpha V7.3-1, from Craig Berry.
34742      Branch: perl
34743            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
34744 ____________________________________________________________________________
34745 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
34746         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
34747              The latest releases of NetBSD don't require the hack.  From
34748              Johnny Lam.
34749      Branch: perl
34750            ! hints/netbsd.sh
34751 ____________________________________________________________________________
34752 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
34753         Log: Add a new utility, Porting/Modules.
34754      Branch: perl
34755            + Porting/Modules
34756            ! MANIFEST
34757 ____________________________________________________________________________
34758 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
34759         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
34760              From: Robin Barker <Robin.Barker@npl.co.uk>
34761              Date: Tue, 1 Jul 2003 18:21:34 +0100
34762              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
34763
34764              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
34765              From: Robin Barker <Robin.Barker@npl.co.uk>
34766              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
34767              Date: Tue, 1 Jul 2003 18:25:17 +0100
34768
34769              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
34770              From: Robin Barker <Robin.Barker@npl.co.uk>
34771              Date: Tue, 1 Jul 2003 18:29:09 +0100
34772              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
34773      Branch: perl
34774            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
34775 ____________________________________________________________________________
34776 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
34777         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
34778              From: Enache Adrian <enache@rdslink.ro>
34779              Date: Tue, 1 Jul 2003 19:51:25 +0300
34780              Message-ID: <20030701165125.GA1521@ratsnest.hole>
34781      Branch: perl
34782            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
34783            ! ext/B/typemap t/op/magic.t
34784 ____________________________________________________________________________
34785 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
34786         Log: Upgrade to Unicode::Normalize 0.23.
34787      Branch: perl
34788            ! ext/Unicode/Normalize/Changes
34789            ! ext/Unicode/Normalize/Normalize.pm
34790            ! ext/Unicode/Normalize/Normalize.xs
34791 ____________________________________________________________________________
34792 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
34793         Log: A naked values() caused shuffling of lib/Config.pm,
34794              which in turn caused unnecessary rebuilds.
34795      Branch: perl
34796            ! configpm
34797 ____________________________________________________________________________
34798 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
34799         Log: Even more :utf8 socket testing, now in both directions.
34800      Branch: perl
34801            ! ext/IO/lib/IO/t/io_sock.t
34802 ____________________________________________________________________________
34803 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
34804         Log: One more test (does binmode()ing a socket succeed)
34805              and add -w.
34806      Branch: perl
34807            ! ext/IO/lib/IO/t/io_sock.t
34808 ____________________________________________________________________________
34809 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
34810         Log: Tweak an existing IO test to test also the change #19910.
34811      Branch: perl
34812            ! ext/IO/lib/IO/t/io_sock.t
34813 ____________________________________________________________________________
34814 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
34815         Log: Integrate from perlio:
34816              [ 19909]
34817              binmode() should affect IoOFP() as well as IoIFP() if it is
34818              distinct (e.g. sockets).
34819      Branch: perl
34820           !> pp_sys.c
34821 ____________________________________________________________________________
34822 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
34823         Log: Do the "aligned contiguous" check only if the arguments
34824              look like aligned; re-introduce the "traditional contiguous"
34825              checks with OS/2 special quirks and all.
34826      Branch: perl
34827            ! perl.c
34828 ____________________________________________________________________________
34829 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
34830         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
34831      Branch: perl
34832            ! perl.c
34833 ____________________________________________________________________________
34834 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
34835         Log: Regen Glossary et al.
34836      Branch: perl
34837            ! Porting/Glossary Porting/config.sh Porting/config_H
34838 ____________________________________________________________________________
34839 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
34840         Log: Regen Configure.
34841      Branch: perl
34842            ! Configure
34843 ____________________________________________________________________________
34844 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
34845         Log: More nanosleep removal.
34846      Branch: perl
34847            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
34848            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
34849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34850            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
34851 ____________________________________________________________________________
34852 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
34853         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
34854      Branch: perl
34855            + ext/Time/HiRes/hints/dec_osf.pl
34856            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34857            ! ext/Time/HiRes/hints/sco.pl
34858 ____________________________________________________________________________
34859 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
34860         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
34861              From: Alan Burlison <Alan.Burlison@sun.com>
34862              Date: Tue, 01 Jul 2003 00:03:24 +0100
34863              Message-ID: <3F00C1BC.3020103@sun.com>
34864      Branch: perl
34865            ! Configure Makefile.SH config_h.SH configure.com
34866            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
34867 ____________________________________________________________________________
34868 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
34869         Log: Integrate #19892, #19895 from perlio to compile and avoid
34870              crashing on Win32.
34871      Branch: perl
34872           !> perl.c
34873 ____________________________________________________________________________
34874 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
34875         Log: int is not UV.
34876      Branch: perl
34877            ! perl.c
34878 ____________________________________________________________________________
34879 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
34880         Log: The 'contiguous' test for argv[], envp[] was bogus
34881              since those need not be in memory end-to-end, e.g.
34882              in Tru64 they are aligned by eight.  Loosen the test
34883              so that 'contiguousness' is fulfilled if the elements
34884              are within PTRSIZE alignment.  This makes Tru64 to pass
34885              the join.t, too.
34886      Branch: perl
34887            ! ext/threads/t/join.t mg.c perl.c
34888 ____________________________________________________________________________
34889 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
34890         Log: $0 doc tweakage.
34891      Branch: perl
34892            ! pod/perlvar.pod
34893 ____________________________________________________________________________
34894 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
34895         Log: $0 test tweaks from Andreas.
34896      Branch: perl
34897            ! ext/threads/t/join.t t/op/magic.t
34898 ____________________________________________________________________________
34899 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
34900         Log: Misc Pod Nits.
34901      Branch: perl
34902            ! ext/B/B.pm pod/perlrun.pod
34903 ____________________________________________________________________________
34904 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
34905         Log: Fix a faulty alias.
34906      Branch: perl
34907            ! ext/Encode/lib/Encode/Alias.pm
34908 ____________________________________________________________________________
34909 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
34910         Log: The joy of $0.  Undoing the #16399 makes Andreas'
34911              tests (see [perl #22811]) pass (yes, padding with space    instead
34912              of nul makes no sense, but that seems to work, maybe Linux does
34913              some deep magic in ps(1)?); moving the PL_origalen computation
34914              earlier makes also the threaded-first case fully pass.
34915
34916              But in general modifying the argv[] is very non-portable.
34917              (e.g. in Tru64 it seems to be limited to the size of the
34918              original argv[0] since the argv[] are not contiguous?)
34919
34920              Everybody should just have setproctitle().
34921      Branch: perl
34922            ! mg.c perl.c pod/perlvar.pod
34923 ____________________________________________________________________________
34924 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
34925         Log: More on the macro debugging and expansion.
34926      Branch: perl
34927            ! pod/perlhack.pod
34928 ____________________________________________________________________________
34929 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
34930         Log: Perl_doing_taint must be public, for programs that embed perl
34931      Branch: perl
34932            ! embed.fnc embed.h global.sym
34933 ____________________________________________________________________________
34934 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
34935         Log: More coffee...
34936      Branch: perl
34937            ! lib/Test/Harness.pm
34938 ____________________________________________________________________________
34939 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
34940         Log: argc, argv.
34941      Branch: perl
34942            ! perl.h
34943 ____________________________________________________________________________
34944 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
34945         Log: Another spot where a zero $test{$max} can make things go boom.
34946      Branch: perl
34947            ! lib/Test/Harness.pm
34948 ____________________________________________________________________________
34949 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
34950         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
34951              as per suggestion from Sarathy.
34952      Branch: perl
34953            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
34954            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
34955 ____________________________________________________________________________
34956 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
34957         Log: The #19842 is no more needed thanks to #19876,
34958              and the #19842 was wrong anyway (it affected
34959              only the threaded case.)
34960      Branch: perl
34961            ! hints/dec_osf.sh
34962 ____________________________________________________________________________
34963 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
34964         Log: Subject: Re: your malloc patches
34965              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
34966              Date: Fri, 27 Jun 2003 06:54:06 -0700
34967              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
34968
34969              More malloc patches: now they seem to work even in Tru64.
34970      Branch: perl
34971            ! malloc.c
34972 ____________________________________________________________________________
34973 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
34974         Log: Duh.
34975      Branch: perl
34976            ! perl.h
34977 ____________________________________________________________________________
34978 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
34979         Log: Retract #19867; the bug was really much simpler:
34980              the < max must be <= max instead.
34981      Branch: perl
34982            ! hv.c
34983 ____________________________________________________________________________
34984 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
34985         Log: Using $1 without testing success of the regexp, bad.
34986      Branch: perl
34987            ! pod/perlretut.pod
34988 ____________________________________________________________________________
34989 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
34990         Log: Some clarification about the current semantics of CHECK and
34991              INIT blocks. See bug [perl #22826].
34992      Branch: perl
34993            ! pod/perlmod.pod
34994 ____________________________________________________________________________
34995 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
34996         Log: Subject: [Encode] pre-1.97 patches
34997              From: Dan Kogai <dankogai@dan.co.jp>
34998              Date: Sat, 28 Jun 2003 01:20:59 +0900
34999              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
35000      Branch: perl
35001            ! ext/Encode/Changes ext/Encode/Encode.pm
35002            ! ext/Encode/lib/Encode/Guess.pm
35003 ____________________________________________________________________________
35004 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
35005         Log: Two debugging patches.
35006              The first allows to hold symbolic switches in $^D
35007              and more generally fixes assignment to $^D. The
35008              second one improves the information given by -Dl.
35009
35010              Subject: [PATCH] allow $^D = "flags"
35011              From: Dave Mitchell <davem@fdgroup.com>
35012              Date: Fri, 27 Jun 2003 22:26:24 +0100
35013              Message-ID: <20030627212624.GB12887@fdgroup.com>
35014
35015              Subject: [PATCH] make -Dl show more scope info
35016              From: Dave Mitchell <davem@fdgroup.com>
35017              Date: Fri, 27 Jun 2003 23:00:36 +0100
35018              Message-ID: <20030627220036.GC12887@fdgroup.com>
35019      Branch: perl
35020            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
35021            ! proto.h scope.h
35022 ____________________________________________________________________________
35023 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
35024         Log: Fix test count, by Abe Timmerman.
35025      Branch: perl
35026            ! t/comp/require.t
35027 ____________________________________________________________________________
35028 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
35029         Log: The two-for-loops is no more a valid way to walk through
35030              a hash (this was the reason the Hash/Util.t intermittently
35031              failed, the two-loop didn't find all the SVs of the HV).
35032      Branch: perl
35033            ! hv.c
35034 ____________________________________________________________________________
35035 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
35036         Log: Some warnings about the (im)proper uses of the hash randomisation.
35037      Branch: perl
35038            ! pod/perlsec.pod
35039 ____________________________________________________________________________
35040 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
35041         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
35042              is larger than INT_MAX (atoi() returns -1 in that case).
35043      Branch: perl
35044            ! perl.c
35045 ____________________________________________________________________________
35046 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
35047         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
35048              not per-interp, since perl_construct() is not passed
35049              the argc, argv, and therefore it can't set the per-interp
35050              PL_tainting.)
35051      Branch: perl
35052            ! perl.c perl.h
35053 ____________________________________________________________________________
35054 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
35055         Log: Introduce (global) variable PL_earlytaint which
35056              is set very early in main(), before perl_parse()
35057              has been called and PL_tainting (or PL_taint_warn)
35058              might have been set.
35059      Branch: perl
35060            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
35061            ! perlvars.h proto.h
35062 ____________________________________________________________________________
35063 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
35064         Log: Make doing_taint() always available (though not
35065              part of the public API).
35066      Branch: perl
35067            ! embed.fnc embed.h perl.c proto.h
35068 ____________________________________________________________________________
35069 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
35070         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
35071              if tainting-- but is this a good thing or a bad thing?
35072              (At least it makes debugging lib/Hash/Util.t harder,
35073              since it has, for no apparent good reason, -T: one must
35074              make a copy of it without the -T.)
35075      Branch: perl
35076            ! perl.c
35077 ____________________________________________________________________________
35078 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
35079         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
35080              From: Tim Bunce <Tim.Bunce@pobox.com>
35081              Date: Thu, 26 Jun 2003 10:53:22 +0100
35082              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
35083      Branch: perl
35084            ! INSTALL
35085 ____________________________________________________________________________
35086 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
35087         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
35088              random failures.  To make these easier to reproduce,
35089              add a variable, PERL_HASH_SEED_DEBUG, to display the
35090              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
35091              of 82972356 makes the first one to fail.
35092      Branch: perl
35093            ! perl.c pod/perlrun.pod
35094 ____________________________________________________________________________
35095 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
35096         Log: perlhack update, by Steve Grazzini
35097              about macro support in gdb and gcc.
35098      Branch: perl
35099            ! pod/perlhack.pod
35100 ____________________________________________________________________________
35101 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
35102         Log: Bite the bullet and apply the hash randomisation patch.
35103              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
35104      Branch: perl
35105            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
35106            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
35107            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
35108            ! sv.c
35109 ____________________________________________________________________________
35110 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
35111         Log: Subject: Re: P and V
35112              From: "Philip Newton" <pnewton@gmx.de>
35113              Date: Wed, 25 Jun 2003 17:50:22 +0200
35114              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
35115      Branch: perl
35116            ! lib/Thread/Semaphore.pm
35117 ____________________________________________________________________________
35118 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
35119         Log: Enhance some macro robustness.
35120      Branch: perl
35121            ! opcode.h opcode.pl
35122 ____________________________________________________________________________
35123 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
35124         Log: Fix [perl #21742] :
35125              require() should always be called in scalar context,
35126              even when it's the last statement in an eval("").
35127      Branch: perl
35128            ! pp_ctl.c t/comp/require.t
35129 ____________________________________________________________________________
35130 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
35131         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
35132              From: Dave Mitchell <davem@fdgroup.com>
35133              Date: Tue, 24 Jun 2003 13:16:18 +0100
35134              Message-ID: <20030624121618.GC22675@fdgroup.com>
35135      Branch: perl
35136            ! sv.c t/op/ref.t
35137 ____________________________________________________________________________
35138 [ 19848] By: merijn                                on 2003/06/24  08:06:57
35139         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
35140              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
35141              Date: Tue, 24 Jun 2003 11:00:34 +0200
35142              Message-ID: <186930306740.20030624110034@familiehaase.de>
35143      Branch: perl
35144            ! lib/Pod/Perldoc.pm
35145 ____________________________________________________________________________
35146 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
35147         Log: Subject: [PATCH] version.pm up to date with CPAN
35148              From: John Peacock <jpeacock@rowman.com>
35149              Date: Mon, 23 Jun 2003 21:58:18 -0400
35150              Message-ID: <3EF7B03A.2060705@rowman.com>
35151      Branch: perl
35152            ! lib/version.pm lib/version.t universal.c
35153 ____________________________________________________________________________
35154 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
35155         Log: Subject: [perlport.pod] code point of \cU
35156              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35157              Date: Tue, 24 Jun 2003 01:00:16 +0900
35158              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
35159      Branch: perl
35160            ! pod/perlport.pod
35161 ____________________________________________________________________________
35162 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
35163         Log: Test tweaks for VMS from Craig Berry.
35164      Branch: perl
35165            ! lib/strict.t lib/warnings.t
35166 ____________________________________________________________________________
35167 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
35168         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
35169      Branch: perl
35170            ! embed.fnc embed.h pp.c proto.h util.c
35171 ____________________________________________________________________________
35172 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
35173         Log: Until the Perl malloc problems in Tru64 are fixed.
35174      Branch: perl
35175            ! hints/dec_osf.sh
35176 ____________________________________________________________________________
35177 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
35178         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
35179              From: Enache Adrian <enache@rdslink.ro>
35180              Date: Sat, 21 Jun 2003 03:19:31 +0300
35181              Message-ID: <20030621001931.GB1255@ratsnest.hole>
35182      Branch: perl
35183            ! op.c t/op/concat.t
35184 ____________________________________________________________________________
35185 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
35186         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
35187              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
35188              Date: 21 Jun 2003 19:02:30 -0000
35189              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
35190      Branch: perl
35191            ! lib/overload.pm lib/overload.t
35192 ____________________________________________________________________________
35193 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
35194         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
35195              From: "Craig A. Berry" <craigberry@mac.com>
35196              Date: Sat, 21 Jun 2003 10:31:59 -0500
35197              Message-ID: <3EF47A6F.9060904@mac.com>
35198      Branch: perl
35199            ! lib/FileCache.pm lib/FileCache/t/01open.t
35200            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
35201 ____________________________________________________________________________
35202 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
35203         Log: Debian fix from Brendan O'Dea:
35204              Adjust output to screen width.
35205              (adjusted to probe for the stty command)
35206      Branch: perl
35207            ! utils/dprofpp.PL
35208 ____________________________________________________________________________
35209 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
35210         Log: Debian fix from Brendan O'Dea:
35211              Use a temporary directory to avoid symlink attacks.
35212              Specify -gstabs explicitly (not the default format for gcc 3.2).
35213      Branch: perl
35214            ! utils/c2ph.PL
35215 ____________________________________________________________________________
35216 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
35217         Log: Debian fix from Brendan O'Dea:
35218              Bug#156284: the stucture used by pp_accept is too small to hold an
35219              IPv6 address.
35220      Branch: perl
35221            ! pp_sys.c
35222 ____________________________________________________________________________
35223 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
35224         Log: For characters beyond the BMP the $bits will be undef,
35225              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
35226              analysis and fix from SADAHIRO Tomoyuki)
35227      Branch: perl
35228            ! lib/utf8_heavy.pl
35229 ____________________________________________________________________________
35230 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
35231         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
35232      Branch: perl
35233            ! malloc.c
35234 ____________________________________________________________________________
35235 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
35236         Log: Don't do sprintf().
35237      Branch: perl
35238            ! malloc.c
35239 ____________________________________________________________________________
35240 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
35241         Log: Show the source code location of an "assertion botch".
35242      Branch: perl
35243            ! malloc.c
35244 ____________________________________________________________________________
35245 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
35246         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
35247              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
35248              malloc.c, found in AIX since there is no such header.
35249              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
35250              memory was overwritten?"
35251              (In IRIX compiles but that doesn't prove much since in IRIX
35252              Perl's malloc is simply not used.)
35253      Branch: perl
35254            + malloc_ctl.h
35255            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
35256            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
35257 ____________________________________________________________________________
35258 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
35259         Log: Retract #19785 and #19756: JPL nowadays works without this
35260              (verified by a true JPL user).
35261      Branch: perl
35262            ! perl.c
35263 ____________________________________________________________________________
35264 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
35265         Log: Apparently this is needed for VMS (Craig Berry).
35266      Branch: perl
35267            ! lib/Tie/File.pm
35268 ____________________________________________________________________________
35269 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
35270         Log: Bump Time::HiRes to 1.49.
35271      Branch: perl
35272            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35273            ! ext/Time/HiRes/HiRes.xs
35274 ____________________________________________________________________________
35275 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
35276         Log: This change chunk doesn't work well with blead.
35277      Branch: perl
35278            ! lib/ExtUtils/t/Command.t
35279 ____________________________________________________________________________
35280 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
35281         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
35282              make happy.
35283      Branch: perl
35284            ! lib/ExtUtils/MM_Unix.pm
35285 ____________________________________________________________________________
35286 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
35287         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
35288              as of 2003-06-19 18:39 EET).
35289      Branch: perl
35290            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
35291            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35292            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
35293            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
35294 ____________________________________________________________________________
35295 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
35296         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
35297              From: grazz@pobox.com (Steve Grazzini)
35298              Date: Wed, 18 Jun 2003 19:42:37 -0400
35299              Message-ID: <20030618234237.GA6267@grazzini.net>
35300      Branch: perl
35301            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
35302            ! t/op/runlevel.t t/op/tiehandle.t util.c
35303 ____________________________________________________________________________
35304 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
35305         Log: Subject: [PATCH -current] email address correction
35306              Date: Thu, 19 Jun 2003 02:19:31 -0700
35307              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
35308              From: rs@crystalflame.net (Richard Soderberg)
35309      Branch: perl
35310            ! ext/threads/threads.pm
35311 ____________________________________________________________________________
35312 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
35313         Log: MPE/iX gets serious indigestion on w-packed infinities.
35314      Branch: perl
35315            ! t/op/pack.t
35316 ____________________________________________________________________________
35317 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
35318         Log: A bunch of minor changes to perlguts.pod.
35319      Branch: perl
35320            ! pod/perlguts.pod
35321 ____________________________________________________________________________
35322 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
35323         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
35324              From: Enache Adrian <enache@rdslink.ro>
35325              Date: Wed, 18 Jun 2003 23:00:43 +0300
35326              Message-ID: <20030618200043.GA1249@ratsnest.hole>
35327      Branch: perl
35328            ! pp.c regexec.c t/op/pat.t
35329 ____________________________________________________________________________
35330 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
35331         Log: Upgrade to Tie::File 0.97.
35332      Branch: perl
35333            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
35334            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
35335            ! lib/Tie/File/t/29_downcopy.t
35336 ____________________________________________________________________________
35337 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
35338         Log: Sync with libnet 1.16
35339      Branch: perl
35340            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
35341 ____________________________________________________________________________
35342 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
35343         Log: Subject: Encode] 1.96 Released
35344              From: Dan Kogai <dankogai@dan.co.jp>
35345              Date: Wed, 18 Jun 2003 19:09:11 +0900
35346              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
35347      Branch: perl
35348            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
35349            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
35350            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
35351            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
35352            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
35353            ! ext/Encode/t/guess.t
35354 ____________________________________________________________________________
35355 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
35356         Log: Oops in change #19809.
35357      Branch: perl
35358            ! ext/POSIX/POSIX.xs
35359 ____________________________________________________________________________
35360 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
35361         Log: If the first argument of sigaction() was a string, not a number
35362              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
35363              isn't numeric in subroutine entry ...' but after that one got
35364              (depending on the OS) either a coredump (because of trying to
35365              assign to *0 in mg_get) or a hang (because of the sigprocmask()
35366              blocking signals inside POSIX::sigaction, a nasty hang since
35367              one obviously cannot interrupt it...only SIGKILL works).
35368              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
35369              because of the string becoming zero due to the XS typemap magic.
35370              Resolved by making the POSIX::sigaction to try harder to figure
35371              out a valid signal number (one still gets the warning, though),
35372              and returning undef if no sense can be made.
35373      Branch: perl
35374            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
35375 ____________________________________________________________________________
35376 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
35377         Log: Some docs for the assertions.
35378      Branch: perl
35379            ! lib/assertions.pm lib/assertions/activate.pm
35380            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
35381 ____________________________________________________________________________
35382 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
35383         Log: io_dir.t tweak from Craig Berry.
35384      Branch: perl
35385            ! ext/IO/lib/IO/t/io_dir.t
35386 ____________________________________________________________________________
35387 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
35388         Log: Subject: /ext/DynaLoader/dl_dyld.xs
35389              From: "Peter O'Gorman" <peter@pogma.com>
35390              Date: Tue, 17 Jun 2003 23:45:47 +0900
35391              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
35392
35393              No need to see dlclose() and dlsym() outside the dl_dyld.xs
35394              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
35395              of OpenDarwin.
35396      Branch: perl
35397            ! ext/DynaLoader/dl_dyld.xs
35398 ____________________________________________________________________________
35399 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
35400         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
35401              From: david nicol <whatever@davidnicol.com>
35402              Date: 16 Jun 2003 20:35:24 -0500
35403              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
35404
35405              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
35406              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35407              Date: Tue, 17 Jun 2003 00:12:04 -0400
35408              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
35409      Branch: perl
35410            ! pod/perlre.pod pod/perltrap.pod
35411 ____________________________________________________________________________
35412 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
35413         Log: UNICOS: try papering over the Configure symbol scan problems
35414              by disavowing any knowledge of dynaloading.
35415      Branch: perl
35416            ! hints/unicos.sh
35417 ____________________________________________________________________________
35418 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
35419         Log: Revert change #19126, a poor attempt at fixing bug #21742.
35420              The test for #21742 is marked as TODO.
35421              Plus new regression tests from :
35422
35423              Subject: [perl #22708] void context in string eval is broken
35424              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
35425              Date: 15 Jun 2003 23:09:03 -0000
35426              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
35427      Branch: perl
35428            ! pp_ctl.c t/comp/require.t t/op/eval.t
35429 ____________________________________________________________________________
35430 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
35431         Log: Subject: [PATCH] unnecessary stringification in eval/die
35432              From: Steve Grazzini <grazz@pobox.com>
35433              Date: 15 Jun 2003 21:02:26 -0000
35434              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
35435              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
35436              in c.l.p.misc and bug #17763)
35437      Branch: perl
35438            ! pod/perlfunc.pod pp_ctl.c
35439 ____________________________________________________________________________
35440 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
35441         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
35442              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
35443              Date: 9 Jun 2003 15:48:09 -0000
35444              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
35445      Branch: perl
35446            ! lib/File/Copy.pm
35447 ____________________________________________________________________________
35448 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
35449         Log: And even more glibc fcntl constants, this time mostly F_XXX.
35450              Be more conservative and use @EXPORT_OK instead of @EXPORT.
35451      Branch: perl
35452            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35453 ____________________________________________________________________________
35454 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
35455         Log: Even more glibc O_ modes.
35456      Branch: perl
35457            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35458 ____________________________________________________________________________
35459 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
35460         Log: Add O_NOATIME.
35461      Branch: perl
35462            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
35463 ____________________________________________________________________________
35464 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
35465         Log: Instead of fancy condvar footwork do a simple join,
35466              as suggested by Arthur.
35467      Branch: perl
35468            ! ext/threads/shared/t/hv_refs.t
35469 ____________________________________________________________________________
35470 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
35471         Log: Rename again the warning about $* being no longer supported
35472              (and update perldiag this time!)
35473      Branch: perl
35474            ! gv.c pod/perldiag.pod t/lib/warnings/gv
35475 ____________________________________________________________________________
35476 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
35477         Log: Remove all magic in untie()
35478
35479              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
35480              From: Aaron J Mackey <ajm6q@virginia.edu>
35481              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
35482              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
35483              (plus a test case)
35484      Branch: perl
35485            ! pp_sys.c t/op/tie.t
35486 ____________________________________________________________________________
35487 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
35488         Log: Start using Perl malloc in FreeBSD since the system malloc
35489              is reaaally slooow for Perl.
35490
35491              Subject: FreeBSD 5.1 vs. -Uusemymalloc
35492              From: Dan Kogai <dankogai@dan.co.jp>
35493              Date: Mon, 16 Jun 2003 01:48:49 +0900
35494              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
35495      Branch: perl
35496            ! hints/freebsd.sh
35497 ____________________________________________________________________________
35498 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
35499         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
35500              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
35501              Date: Sat, 14 Jun 2003 17:49:57 -0700
35502              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
35503      Branch: perl
35504            + os2/OS2/typemap os2/perlrexx.cmd
35505            - os2/OS2/PrfDB/typemap
35506            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
35507            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
35508            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
35509            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
35510            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
35511            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
35512            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
35513 ____________________________________________________________________________
35514 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
35515         Log: Reindent a section of the file.
35516      Branch: perl
35517            ! universal.c
35518 ____________________________________________________________________________
35519 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
35520         Log: Unused variable.
35521      Branch: perl
35522            ! universal.c
35523 ____________________________________________________________________________
35524 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
35525         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
35526              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35527              Date: Sun, 15 Jun 2003 10:48:40 +0200
35528              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
35529      Branch: perl
35530            ! embed.fnc embed.h proto.h sv.c
35531 ____________________________________________________________________________
35532 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
35533         Log: Most often unused variables.
35534      Branch: perl
35535            ! perl.c
35536 ____________________________________________________________________________
35537 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
35538         Log: Rename the warning about $* being removed,
35539              as suggested by Dave Mitchell
35540      Branch: perl
35541            ! gv.c t/lib/warnings/gv
35542 ____________________________________________________________________________
35543 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
35544         Log: The FileCache 1.03 tests from belg4mit.
35545      Branch: perl
35546            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
35547            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
35548            + lib/FileCache/t/05override.t
35549            - lib/FileCache.t
35550            ! MANIFEST
35551 ____________________________________________________________________________
35552 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
35553         Log: Mention the Unicode::Regex::Set module.
35554      Branch: perl
35555            ! pod/perlunicode.pod
35556 ____________________________________________________________________________
35557 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
35558         Log: Followup on #19779: make the helper function static,
35559              and rename it for paranoia reasons.
35560      Branch: perl
35561            ! embed.fnc embed.h proto.h sv.c
35562 ____________________________________________________________________________
35563 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
35564         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
35565              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35566              Date: Sat, 14 Jun 2003 12:51:31 +0200
35567              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
35568
35569              (choosing the safe alternative)
35570      Branch: perl
35571            ! sv.c
35572 ____________________________________________________________________________
35573 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
35574         Log: Exercise the utf8:: "internal" functions.
35575      Branch: perl
35576            ! lib/utf8.pm lib/utf8.t
35577 ____________________________________________________________________________
35578 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
35579         Log: Having to pull in the whole Encode just to get SvUTF8()
35580              is a bit too much: introduce utf8::is_utf8().
35581      Branch: perl
35582            ! lib/utf8.pm pod/perluniintro.pod universal.c
35583 ____________________________________________________________________________
35584 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
35585         Log: Slight tweaks on the length() and chr() entries,
35586              passing-by rewrapping on the rmdir entry.
35587      Branch: perl
35588            ! pod/perlfunc.pod
35589 ____________________________________________________________________________
35590 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
35591         Log: test.pl-ify and add a couple of tests.
35592      Branch: perl
35593            ! lib/bytes.t
35594 ____________________________________________________________________________
35595 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
35596         Log: Slight reorg of the binmode() entry.
35597      Branch: perl
35598            ! pod/perlfunc.pod
35599 ____________________________________________________________________________
35600 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
35601         Log: Illegal cpp.
35602      Branch: perl
35603            ! util.c
35604 ____________________________________________________________________________
35605 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
35606         Log: Subject: Re: FileCache
35607              From: belg4mit <belg4mit@MIT.EDU>
35608              Date: Sat, 14 Jun 2003 01:35:05 -0400
35609              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
35610
35611              FileCache 1.03.
35612      Branch: perl
35613            ! lib/FileCache.pm
35614 ____________________________________________________________________________
35615 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
35616         Log: Remove the deprecated $* variable.
35617              Incidentally, this fixes bug #22354, about unwanted
35618              action-at-distance of the /m regexp modifier.
35619              Add a new warning to advertise this fact.
35620      Branch: perl
35621            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
35622            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
35623            ! t/op/pat.t t/op/study.t
35624 ____________________________________________________________________________
35625 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
35626         Log: Encode simply needs more work on EBCDIC.
35627      Branch: perl
35628            ! ext/Encode/t/Unicode.t
35629 ____________________________________________________________________________
35630 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
35631         Log: Redundancy removal from Brian De Pradine;
35632              both the forms, pthread_mutexattr_settype() and
35633              pthread_mutexattr_setkind_np(), exist on z/OS.
35634      Branch: perl
35635            ! thread.h
35636 ____________________________________________________________________________
35637 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
35638         Log: Somehow MPE/iX managed to get
35639              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
35640      Branch: perl
35641            ! lib/Test/Harness.pm
35642 ____________________________________________________________________________
35643 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
35644         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
35645              From: alan <alan@pair.com>
35646              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
35647              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
35648
35649              (the first alternative)
35650      Branch: perl
35651            ! util.c
35652 ____________________________________________________________________________
35653 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
35654         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
35655              way of detecting Darwin/Mac OS X; instead it is recommended to
35656              detect the OS at a higher level and pass the information manually
35657              down to the application, using e.g. a -Ddefinition.
35658      Branch: perl
35659            ! hints/darwin.sh perl.h x2p/util.c
35660 ____________________________________________________________________________
35661 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
35662         Log: Define a cpp symbol, BSDish, if that looks appropriate.
35663      Branch: perl
35664            ! perl.h
35665 ____________________________________________________________________________
35666 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
35667         Log: Even more tweakage on symbol scanning from Alan Burlison.
35668      Branch: perl
35669            ! Configure
35670 ____________________________________________________________________________
35671 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
35672         Log: Sync with libnet 1.15
35673      Branch: perl
35674            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
35675 ____________________________________________________________________________
35676 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
35677         Log: The changes #8803 and #8896 that fixed JPL for use with
35678              JDK 1.2/1.3 had somehow disappeared.
35679      Branch: perl
35680            ! perl.c perl.h
35681 ____________________________________________________________________________
35682 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
35683         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
35684              to be issued if the string to be left-justified by s?printf contains
35685              a newline.
35686
35687              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
35688              From: Robin Barker <Robin.Barker@npl.co.uk>
35689              Date: Wed, 11 Jun 2003 18:10:14 +0100
35690              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
35691      Branch: perl
35692            ! pod/perldiag.pod sv.c t/lib/warnings/sv
35693 ____________________________________________________________________________
35694 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
35695         Log: Patch for a warning emitted twice, from :
35696              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
35697              From: Steve Grazzini <grazz@pobox.com>
35698              Date: Wed, 11 Jun 2003 00:46:47 -0400
35699              Message-ID: <20030611044647.GA16696@grazzini.net>
35700      Branch: perl
35701            ! pp_sys.c
35702 ____________________________________________________________________________
35703 [ 19750] By: sky                                   on 2003/06/12  15:03:55
35704         Log: In free we want to destroy, not init, thanks to Tim Bunce for
35705              detecting this. Should hopefully fix memory leak on Tru64
35706      Branch: perl
35707            ! ext/threads/shared/shared.xs
35708 ____________________________________________________________________________
35709 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
35710         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
35711              no ->Open, not if ->Open returns NULL.
35712      Branch: perl
35713            ! perlio.c
35714 ____________________________________________________________________________
35715 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
35716         Log: Further perlio doc tweaks.
35717      Branch: perl
35718            ! lib/PerlIO.pm pod/perlrun.pod
35719 ____________________________________________________________________________
35720 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
35721         Log: Slightly amended version of the proposed patch for
35722              "[perl #22390] export PERLIO=bytes segfaults";
35723              the amendment is to set errno.
35724              TODO: we really should not get here if the layer
35725              stack is corrupt or non-sensical (like "bytes").
35726      Branch: perl
35727            ! perlio.c
35728 ____________________________________________________________________________
35729 [ 19746] By: sky                                   on 2003/06/12  08:37:39
35730         Log: Be polite and destroy the mutexes and conditions we use!
35731      Branch: perl
35732            ! ext/threads/shared/shared.xs
35733 ____________________________________________________________________________
35734 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
35735         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
35736              From: Andy Dougherty <doughera@lafayette.edu>
35737              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
35738              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
35739      Branch: perl
35740            ! lib/File/Temp/t/security.t
35741 ____________________________________________________________________________
35742 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
35743         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
35744              From: Andy Dougherty <doughera@lafayette.edu>
35745              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
35746              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
35747      Branch: perl
35748            ! Configure
35749 ____________________________________________________________________________
35750 [ 19741] By: merijn                                on 2003/06/11  14:06:49
35751         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
35752              From: PPrymmer@factset.com
35753              Date: Wed, 11 Jun 2003 09:00:34 -0400
35754              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
35755      Branch: perl
35756            ! lib/vmsish.t
35757 ____________________________________________________________________________
35758 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
35759         Log: Doc nit.
35760      Branch: perl
35761            ! INSTALL
35762 ____________________________________________________________________________
35763 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
35764         Log: Integrate from maint:
35765              [ 19738]
35766              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
35767              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35768              Date: Tue, 10 Jun 2003 22:10:47 +0200
35769              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
35770      Branch: perl
35771           !> ext/Encode/encengine.c ext/List/Util/Util.xs
35772           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
35773           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
35774           !> sv.c
35775 ____________________________________________________________________________
35776 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
35777         Log: Upgrade to Unicode::Normalize 0.22.
35778      Branch: perl
35779            ! ext/Unicode/Normalize/Changes
35780            ! ext/Unicode/Normalize/Makefile.PL
35781            ! ext/Unicode/Normalize/Normalize.pm
35782            ! ext/Unicode/Normalize/Normalize.xs
35783            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
35784            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
35785            ! ext/Unicode/Normalize/t/test.t
35786 ____________________________________________________________________________
35787 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
35788         Log: Upgrade to Unicode::Collate 0.25.
35789      Branch: perl
35790            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35791            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
35792            ! lib/Unicode/Collate/t/test.t
35793 ____________________________________________________________________________
35794 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
35795         Log: On a real multicpu box the child thread could still be running
35796              when the parent thread was already testing.
35797      Branch: perl
35798            ! ext/threads/shared/t/hv_refs.t
35799 ____________________________________________________________________________
35800 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
35801         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
35802              From: Andy Dougherty <doughera@lafayette.edu>
35803              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
35804              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
35805      Branch: perl
35806            ! INSTALL
35807 ____________________________________________________________________________
35808 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
35809         Log: Subject: [PATCH] Re: nitpick with \(0..2)
35810              From: Steve Grazzini <grazz@pobox.com>
35811              Date: Fri, 6 Jun 2003 01:42:59 -0400
35812              Message-ID: <20030606054259.GA30249@grazzini.net>
35813      Branch: perl
35814            ! op.c pod/perlop.pod t/op/ref.t
35815 ____________________________________________________________________________
35816 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
35817         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
35818      Branch: perl
35819            ! ext/Unicode/Normalize/Normalize.pm
35820 ____________________________________________________________________________
35821 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
35822         Log: In the debugger, flush stdout/stderr before the prompt is printed
35823              Subject: Re: [PATCH] Perlbug #15228
35824              From: Alex Vandiver <alexmv@MIT.EDU>
35825              Date: 04 Jun 2003 04:50:10 -0400
35826              Message-Id: <1054716610.21402.45.camel@supox>
35827      Branch: perl
35828            ! lib/perl5db.pl
35829 ____________________________________________________________________________
35830 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
35831         Log: mark 450_service.t#18 as a todo test on windows
35832      Branch: perl
35833            ! lib/Net/Ping/t/450_service.t
35834 ____________________________________________________________________________
35835 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
35836         Log: one of the Net::Ping time-dependent tests fails sporadically
35837              when the response from localhost is "too quick"
35838      Branch: perl
35839            ! lib/Net/Ping/t/250_ping_hires.t
35840 ____________________________________________________________________________
35841 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
35842         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
35843              From: Michael G Schwern <schwern@pobox.com>
35844              Date: Sat, 7 Jun 2003 01:16:32 -0700
35845              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
35846      Branch: perl
35847            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
35848            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
35849            ! lib/ExtUtils/t/Liblist.t
35850 ____________________________________________________________________________
35851 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
35852         Log: fix for perlio.t failures on windows (from Dan Kogai)
35853      Branch: perl
35854            ! ext/Encode/t/perlio.t
35855 ____________________________________________________________________________
35856 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
35857         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
35858              From: PPrymmer@factset.com
35859              Date: Mon, 9 Jun 2003 09:57:43 -0400
35860              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
35861      Branch: perl
35862            ! configure.com utils/perlivp.PL
35863 ____________________________________________________________________________
35864 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
35865         Log: windows: fix memory leak in %ENV handling (shows up as a
35866              leak even in the simplest fork() loop, because perl_construct()
35867              now does the equivalent of %ENV assignments using mg_set())
35868      Branch: perl
35869            ! win32/perlhost.h
35870 ____________________________________________________________________________
35871 [ 19715] By: sky                                   on 2003/06/09  09:35:47
35872         Log: Support blessed shared references.
35873      Branch: perl
35874            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35875            ! ext/threads/shared/t/hv_refs.t
35876 ____________________________________________________________________________
35877 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
35878         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
35879              From: "Craig A. Berry" <craigberry@mac.com>
35880              Date: Sun, 08 Jun 2003 16:49:43 -0500
35881              Message-ID: <3EE3AF77.7060302@mac.com>
35882      Branch: perl
35883            ! t/op/pack.t
35884 ____________________________________________________________________________
35885 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
35886         Log: Subject: Re: forwarded you a test result
35887              From: Dan Kogai <dankogai@dan.co.jp>
35888              Date: Sun, 8 Jun 2003 11:04:43 +0900
35889              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
35890      Branch: perl
35891            ! ext/Encode/t/Encode.t
35892 ____________________________________________________________________________
35893 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
35894         Log: Regen Configure et al.
35895      Branch: perl
35896            ! Configure Porting/config.sh Porting/config_H
35897 ____________________________________________________________________________
35898 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
35899         Log: More symbol scan logic from Alan Burlison.
35900      Branch: perl
35901            ! Configure Porting/Glossary hints/solaris_2.sh
35902 ____________________________________________________________________________
35903 [ 19708] By: sky                                   on 2003/06/07  13:28:50
35904         Log: Major (internal) change to make it much more easy to embed
35905              threaded perl because we don't use our own TLS for the current
35906              thread info, but instead use PL_modglobal. Should make the
35907              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
35908      Branch: perl
35909            ! ext/threads/threads.xs
35910 ____________________________________________________________________________
35911 [ 19707] By: sky                                   on 2003/06/07  13:27:01
35912         Log: Last patch broke this slightly because INC was wrong.
35913      Branch: perl
35914            ! ext/threads/t/thread.t
35915 ____________________________________________________________________________
35916 [ 19706] By: sky                                   on 2003/06/07  13:07:53
35917         Log: Remove warnings from tests.
35918      Branch: perl
35919            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
35920            ! ext/threads/t/list.t
35921 ____________________________________________________________________________
35922 [ 19705] By: sky                                   on 2003/06/07  12:42:28
35923         Log: Work in non core env.
35924      Branch: perl
35925            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
35926            ! ext/threads/t/libc.t ext/threads/t/list.t
35927            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
35928            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
35929            ! ext/threads/t/thread.t
35930 ____________________________________________________________________________
35931 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
35932         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
35933              From: Michael G Schwern <schwern@pobox.com>
35934              Date: Fri, 6 Jun 2003 18:41:45 -0700
35935              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
35936      Branch: perl
35937            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
35938            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
35939            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
35940            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
35941            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
35942            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
35943            ! lib/ExtUtils/t/zz_cleanup_dummy.t
35944 ____________________________________________________________________________
35945 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
35946         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
35947      Branch: perl
35948            ! lib/Time/Local.pm lib/Time/Local.t
35949 ____________________________________________________________________________
35950 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
35951         Log: Complement to change #19698 :
35952              add also this information (=> and curly braces doesn't
35953              quote compound identifiers) to the strict manpage.
35954              As an experiment in documentation, add a "HISTORY" section
35955              to the strict manpage.
35956      Branch: perl
35957            ! lib/strict.pm
35958 ____________________________________________________________________________
35959 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
35960         Log: Minor grammatical nit.
35961      Branch: perl
35962            ! README.hpux
35963 ____________________________________________________________________________
35964 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
35965         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
35966              From: Stas Bekman <stas@stason.org>
35967              Date: Thu, 05 Jun 2003 10:10:36 +1000
35968              Message-ID: <3EDE8A7C.2080302@stason.org>
35969
35970              Subject: [patch] perlguts authors dup
35971              From: Stas Bekman <stas@stason.org>
35972              Date: Thu, 05 Jun 2003 10:14:12 +1000
35973              Message-ID: <3EDE8B54.6090808@stason.org>
35974      Branch: perl
35975            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
35976 ____________________________________________________________________________
35977 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
35978         Log: Clarify that => doesn't quote compound identifiers.
35979      Branch: perl
35980            ! pod/perldata.pod
35981 ____________________________________________________________________________
35982 [ 19696] By: merijn                                on 2003/06/06  12:21:43
35983         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
35984              as the compiler supports it)
35985      Branch: perl
35986            ! README.hpux
35987 ____________________________________________________________________________
35988 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
35989         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
35990              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35991              Date: Wed, 04 Jun 2003 00:08:32 -0700
35992              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
35993      Branch: perl
35994            ! t/run/switches.t toke.c
35995 ____________________________________________________________________________
35996 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
35997         Log: Subject: [PATCH] RE: maint @ 19683
35998              From: Robin Barker <Robin.Barker@npl.co.uk>
35999              Date: Thu, 5 Jun 2003 17:16:58 +0100
36000              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
36001
36002              (skipped the MIME::Base64 part, leaving that to Gisle)
36003      Branch: perl
36004            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
36005 ____________________________________________________________________________
36006 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
36007         Log: SKIP label was missing.
36008      Branch: perl
36009            ! t/io/utf8.t
36010 ____________________________________________________________________________
36011 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
36012         Log: z/OS makedepend fix from Peter Prymmer;
36013              still needed as reported by Brian De Pradine.
36014      Branch: perl
36015            ! makedepend.SH
36016 ____________________________________________________________________________
36017 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
36018         Log: Even more getspecific patches from Brian De Pradine;
36019              macrofy the construct.
36020      Branch: perl
36021            ! ext/threads/threads.xs
36022 ____________________________________________________________________________
36023 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
36024         Log: z/OS threads tweak from Brian De Pradine.
36025      Branch: perl
36026            ! ext/threads/threads.xs
36027 ____________________________________________________________________________
36028 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
36029         Log: Upgrade to Time::HiRes 1.48.
36030      Branch: perl
36031            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36032 ____________________________________________________________________________
36033 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
36034         Log: Prevent a potential null pointer dereference.
36035              Noticed by Ryan Koga <rkoga@caida.org> in
36036              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
36037      Branch: perl
36038            ! perlio.c
36039 ____________________________________________________________________________
36040 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
36041         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
36042              From: Andy Dougherty <doughera@lafayette.edu>
36043              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
36044              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
36045      Branch: perl
36046            ! hints/darwin.sh
36047 ____________________________________________________________________________
36048 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
36049         Log: On closer reading the proposed UTS#18 update required
36050              even more changes.
36051      Branch: perl
36052            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
36053            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
36054            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
36055            ! lib/unicore/mktables
36056 ____________________________________________________________________________
36057 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
36058         Log: Align the 'graph' property definition with the proposed
36059              Unicode UTS #18 update (v7).
36060      Branch: perl
36061            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
36062 ____________________________________________________________________________
36063 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
36064         Log: Subject: [MacOS X] consider useshrplib='false' by default
36065              From: Dan Kogai <dankogai@dan.co.jp>
36066              Date: Wed, 4 Jun 2003 01:29:42 +0900
36067              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
36068      Branch: perl
36069            ! hints/darwin.sh
36070 ____________________________________________________________________________
36071 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
36072         Log: Urk.  Joe's patches were for the maint branch,
36073              not for the blead (which has assertions and stuff).
36074              Retract #19677, #19676, #19674.
36075      Branch: perl
36076            ! lib/perl5db.pl
36077 ____________________________________________________________________________
36078 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
36079         Log: According to Arthur this should help
36080              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
36081      Branch: perl
36082            ! ext/threads/threads.xs
36083 ____________________________________________________________________________
36084 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
36085         Log: Tiny tweaks from Joe McMahon.
36086      Branch: perl
36087            ! lib/perl5db.pl
36088 ____________________________________________________________________________
36089 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
36090         Log: Tiny pod and speling tweaks.
36091      Branch: perl
36092            ! lib/perl5db.pl
36093 ____________________________________________________________________________
36094 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
36095         Log: Subject: Extensive documentation patch redux
36096              From: Joe McMahon <mcmahon@ibiblio.org>
36097              Date: Mon, 2 Jun 2003 09:53:40 -0400
36098              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
36099
36100              Subject: RE: [PATCH] RE: Extensive documentation patch redux
36101              From: Robin Barker <Robin.Barker@npl.co.uk>
36102              Date: Tue, 3 Jun 2003 10:00:22 +0100
36103              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
36104      Branch: perl
36105            ! lib/perl5db.pl
36106 ____________________________________________________________________________
36107 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
36108         Log: Salvage parts of #19667.
36109      Branch: perl
36110            ! perlio.c win32/win32.c win32/win32iop.h
36111 ____________________________________________________________________________
36112 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
36113         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
36114              still is there).
36115      Branch: perl
36116            ! MANIFEST pod/perlfunc.pod
36117 ____________________________________________________________________________
36118 [ 19671] By: merijn                                on 2003/06/03  08:27:07
36119         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
36120              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36121              Date: Tue, 03 Jun 2003 01:55:06 -0700
36122              Message-ID: <qJG3+gzkgajL092yn@efn.org>
36123      Branch: perl
36124            ! README.cygwin
36125 ____________________________________________________________________________
36126 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
36127         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
36128              #19655, #19418; File::Temp no more used internally.
36129              Some parts of these will be salvaged later.
36130      Branch: perl
36131            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
36132            ! proto.h win32/win32.c win32/win32iop.h
36133 ____________________________________________________________________________
36134 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
36135         Log: fix for 09_gen_rs.t#59 failure on windows
36136      Branch: perl
36137            ! lib/Tie/File/t/09_gen_rs.t
36138 ____________________________________________________________________________
36139 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
36140         Log: resurrect change#19628 and make it work by generalizing
36141              a spot that had a hardcoded dependency on the cmd.exe
36142              arguments being "/x/c" or "/c"
36143      Branch: perl
36144            ! pod/perlrun.pod win32/win32.c
36145 ____________________________________________________________________________
36146 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
36147         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
36148              reuse the straightforward native implementation instead
36149
36150              this fixes the warning from io_xs.t
36151
36152              NOTE: File::Temp has a less-than-robust implementation on windows
36153              that relies on END blocks being run (this may not happen always)
36154      Branch: perl
36155            ! op.c win32/win32.c win32/win32iop.h
36156 ____________________________________________________________________________
36157 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
36158         Log: change#19628 broke many win32/system.t tests, so back it out
36159      Branch: perl
36160            ! pod/perlrun.pod win32/win32.c
36161 ____________________________________________________________________________
36162 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
36163         Log: A little bit more of weird-code-proofing in B::Deparse.
36164              Fixes a bug reported by Alexey Tourbin in
36165              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
36166      Branch: perl
36167            ! ext/B/B/Deparse.pm
36168 ____________________________________________________________________________
36169 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
36170         Log: Upgrade to the CGI.pm 2.93.
36171
36172              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
36173      Branch: perl
36174            + lib/CGI/t/util-58.t
36175            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36176            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
36177            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
36178            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
36179            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
36180            ! lib/CGI/t/switch.t lib/CGI/t/util.t
36181 ____________________________________________________________________________
36182 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
36183         Log: Whitespace tweaks.
36184      Branch: perl
36185            ! hints/uwin.sh
36186 ____________________________________________________________________________
36187 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
36188         Log: U/WIN: final (for now) touches from John P. Linderman;
36189              now we get 97% success rate, the remaining failures are
36190              quite obscure.
36191      Branch: perl
36192            ! hints/uwin.sh lib/locale.t
36193 ____________________________________________________________________________
36194 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
36195         Log: Sync with libnet 1.14
36196      Branch: perl
36197            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
36198            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
36199            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
36200            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
36201 ____________________________________________________________________________
36202 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
36203         Log: Beautification.
36204      Branch: perl
36205            ! op.c
36206 ____________________________________________________________________________
36207 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
36208         Log: Duplicate definition bad.
36209      Branch: perl
36210            ! op.c
36211 ____________________________________________________________________________
36212 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
36213         Log: I thought I tried building threaded.  Never think.  Try.
36214      Branch: perl
36215            ! perlio.c
36216 ____________________________________________________________________________
36217 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
36218         Log: Stick with the original (5.8.0) logic.
36219      Branch: perl
36220            ! op.c
36221 ____________________________________________________________________________
36222 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
36223         Log: Since pulling in File::Temp for tempfiles would pull in
36224              also Fcntl, miniperl could not open up tempfiles.  This broke
36225              the use of miniperl in VMS, as noticed by Craig Berry.
36226              Try to cure this by moving the creation of tempfile into its
36227              own routine, my_tmpfp(), which gets compiled differently
36228              for miniperl and perl.
36229      Branch: perl
36230            ! embed.fnc embed.h op.c perlio.c proto.h
36231 ____________________________________________________________________________
36232 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
36233         Log: A pointless test, noticed by Craig Berry.
36234      Branch: perl
36235            ! perlio.c
36236 ____________________________________________________________________________
36237 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
36238         Log: Two Cygwin patches from Gerrit.
36239
36240              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
36241              From: "Gerrit P. Haase" <gp@familiehaase.de>
36242              Date: Sat, 31 May 2003 14:12:07 +0200
36243              Message-ID: <179860591535.20030531141207@familiehaase.de>
36244
36245              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
36246              Date: Sat, 31 May 2003 13:57:49 +0200
36247              Message-ID: <11859733881.20030531135749@familiehaase.de>
36248      Branch: perl
36249            ! README.cygwin perl.h t/io/layers.t
36250 ____________________________________________________________________________
36251 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
36252         Log: Fix a case of segfault in gv_check(), by making
36253              it ignore non-GV values in stashes.
36254      Branch: perl
36255            ! gv.c t/op/stash.t
36256 ____________________________________________________________________________
36257 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
36258         Log: Don't install test.pl files.
36259      Branch: perl
36260            ! installperl
36261 ____________________________________________________________________________
36262 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
36263         Log: Regenerate internals pods.
36264      Branch: perl
36265            ! pod/perlapi.pod pod/perlintern.pod
36266 ____________________________________________________________________________
36267 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
36268         Log: Subject: [PATCH] jumbo closure patch broke formats
36269              From: Dave Mitchell <davem@fdgroup.com>
36270              Date: Sat, 31 May 2003 19:54:48 +0100
36271              Message-ID: <20030531185448.GA6055@fdgroup.com>
36272              Plus restore the original test script for bug #22372
36273      Branch: perl
36274            ! pad.c t/op/write.t
36275 ____________________________________________________________________________
36276 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
36277         Log: Better patch from Inaba Hiroto for
36278              [perl #22375] 'split'/'index' problem for utf8
36279      Branch: perl
36280            ! sv.c
36281 ____________________________________________________________________________
36282 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
36283         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
36284              From: Enache Adrian <enache@rdslink.ro>
36285              Date: Sat, 31 May 2003 14:18:11 +0300
36286              Message-ID: <20030531111811.GA1240@ratsnest.hole>
36287      Branch: perl
36288            ! t/op/write.t
36289 ____________________________________________________________________________
36290 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
36291         Log: Interesting patch(1) glitch.
36292      Branch: perl
36293            ! lib/Tie/File.pm
36294 ____________________________________________________________________________
36295 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
36296         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
36297              From: Enache Adrian <enache@rdslink.ro>
36298              Date: Fri, 30 May 2003 18:52:28 +0300
36299              Message-ID: <20030530155228.GA872@ratsnest.hole>
36300      Branch: perl
36301            ! sv.c t/op/write.t
36302 ____________________________________________________________________________
36303 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
36304         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
36305              From: "Craig A. Berry" <craigberry@mac.com>
36306              Date: Fri, 30 May 2003 13:08:01 -0500
36307              Message-ID: <3ED79E01.8050401@mac.com>
36308      Branch: perl
36309            ! ext/Encode/t/perlio.t
36310 ____________________________________________________________________________
36311 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
36312         Log: Upgrade to Tie::File 0.96.
36313      Branch: perl
36314            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
36315            ! lib/Tie/File/t/09_gen_rs.t
36316 ____________________________________________________________________________
36317 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
36318         Log: test.pl-isation.
36319      Branch: perl
36320            ! t/op/index.t
36321 ____________________________________________________________________________
36322 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
36323         Log: A bit of networking notworking negativity.
36324              (Inspiration from Jos.)
36325      Branch: perl
36326            ! pod/perlport.pod
36327 ____________________________________________________________________________
36328 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
36329         Log: Fix for "#22375 'split'/'index' problem for utf8".
36330      Branch: perl
36331            ! sv.c t/op/index.t
36332 ____________________________________________________________________________
36333 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
36334         Log: Add the test case for the already fixed
36335              [perl #22351] perl bug with 'e' substitution modifier
36336      Branch: perl
36337            ! t/op/subst.t
36338 ____________________________________________________________________________
36339 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
36340         Log: Comment tweakage.
36341      Branch: perl
36342            ! intrpvar.h
36343 ____________________________________________________________________________
36344 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
36345         Log: Subject: [PATCH] jumbo closure fix
36346              From: Dave Mitchell <davem@fdgroup.com>
36347              Date: Wed, 26 Feb 2003 14:49:47 +0000
36348              Message-ID: <20030226144947.A14444@fdgroup.com>
36349      Branch: perl
36350            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
36351            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
36352            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
36353            ! t/op/closure.t
36354 ____________________________________________________________________________
36355 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
36356         Log: Subject: Credits patch
36357              From: Ed Avis <ed@membled.com>
36358              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
36359              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
36360      Branch: perl
36361            ! lib/Tie/RefHash.pm
36362 ____________________________________________________________________________
36363 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
36364         Log: Subject: [patch] IO::File->open() with encoding
36365              From: Pradeep Hodigere <phodigere@yahoo.com>
36366              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
36367              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
36368      Branch: perl
36369            + ext/IO/lib/IO/t/io_utf8.t
36370            ! MANIFEST ext/IO/lib/IO/File.pm
36371 ____________________________________________________________________________
36372 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
36373         Log: A *much* cut-down version of the patches in the thread
36374              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
36375              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
36376              Date: 16 May 2003 19:04:28 -0000
36377              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
36378      Branch: perl
36379            ! pod/perldiag.pod
36380 ____________________________________________________________________________
36381 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
36382         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
36383              From: Dave Mitchell <davem@fdgroup.com>
36384              Date: Tue, 27 May 2003 19:31:10 +0100
36385              Message-ID: <20030527183110.GA22715@fdgroup.com>
36386      Branch: perl
36387            ! hv.c
36388 ____________________________________________________________________________
36389 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
36390         Log: Document that setvbuf() is not probably any more available.
36391              Many reports, most recently by mjd in
36392              [perl #22339] IO::Handle::setvbuf not defined properly
36393      Branch: perl
36394            ! ext/IO/lib/IO/Handle.pm
36395 ____________________________________________________________________________
36396 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
36397         Log: Subject: typo in pod/perlfunc.pod
36398              From: Alexey Mahotkin <alexm@w-m.ru>
36399              Date: Wed, 28 May 2003 15:18:04 +0400
36400              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
36401      Branch: perl
36402            ! pod/perlfunc.pod
36403 ____________________________________________________________________________
36404 [ 19629] By: merijn                                on 2003/05/28  12:24:42
36405         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
36406              From: Andy Dougherty <doughera@lafayette.edu>
36407              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
36408              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
36409      Branch: perl
36410            ! x2p/Makefile.SH
36411 ____________________________________________________________________________
36412 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
36413         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
36414              From: Jan Dubois <jand@ActiveState.com>
36415              Date: Mon, 26 May 2003 23:33:53 -0700
36416              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
36417      Branch: perl
36418            ! pod/perlrun.pod win32/win32.c
36419 ____________________________________________________________________________
36420 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
36421         Log: OpenZaurus cross-compilation patches from Redvers Davies.
36422      Branch: perl
36423            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
36424            ! Cross/config.sh-arm-linux Cross/generate_config_sh
36425            ! Cross/installperl.patch
36426 ____________________________________________________________________________
36427 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
36428         Log: For now reword the sysread/syswrite description to
36429              stress the fact that by default everything is still bytes.
36430      Branch: perl
36431            ! pod/perlfunc.pod
36432 ____________________________________________________________________________
36433 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
36434         Log: Subject: Re: [perl #22299] goto doesn't find label
36435              From: Dave Mitchell <davem@fdgroup.com>
36436              Date: Sat, 24 May 2003 12:25:17 +0100
36437              Message-ID: <20030524112517.GA11761@fdgroup.com>
36438
36439              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
36440              From: Dave Mitchell <davem@fdgroup.com>
36441              Date: Mon, 26 May 2003 13:47:11 +0100
36442              Message-ID: <20030526124710.GA17670@fdgroup.com>
36443      Branch: perl
36444            ! pp_ctl.c t/op/goto.t
36445 ____________________________________________________________________________
36446 [ 19623] By: merijn                                on 2003/05/26  11:19:38
36447         Log: Subject: [PATCH] for cygwin/perlld.in
36448              From: "Gerrit P. Haase" <gp@familiehaase.de>
36449              Date: Sat, 24 May 2003 16:51:29 +0200
36450              Message-ID: <162265353578.20030524165129@familiehaase.de>
36451      Branch: perl
36452            ! cygwin/perlld.in
36453 ____________________________________________________________________________
36454 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
36455         Log: Regen modlib and toc.
36456      Branch: perl
36457            ! pod/perlmodlib.pod pod/perltoc.pod
36458 ____________________________________________________________________________
36459 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
36460         Log: Run external commands only with localized sanitized $ENV{PATH}.
36461      Branch: perl
36462            ! ext/Sys/Hostname/Hostname.pm
36463 ____________________________________________________________________________
36464 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
36465         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
36466              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36467              Date: Sun, 25 May 2003 21:17:42 +0200
36468              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
36469      Branch: perl
36470            ! perlio.h
36471 ____________________________________________________________________________
36472 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
36473         Log: Protect against race conditions: if the pid is not seen,
36474              neither will be the $0 change be seen (and vice versa).
36475      Branch: perl
36476            ! ext/threads/t/join.t
36477 ____________________________________________________________________________
36478 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
36479         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
36480              From: Dan Kogai <dankogai@dan.co.jp>
36481              Date: 24 May 2003 19:50:48 -0000
36482              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
36483      Branch: perl
36484            ! ext/Encode/bin/piconv
36485 ____________________________________________________________________________
36486 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
36487         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
36488              From: Dave Mitchell <davem@fdgroup.com>
36489              Date: Thu, 22 May 2003 10:13:19 +0100
36490              Message-ID: <20030522091319.GA4568@fdgroup.com>
36491
36492              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
36493              From: Dave Mitchell <davem@fdgroup.com>
36494              Date: Fri, 23 May 2003 17:09:44 +0100
36495              Message-ID: <20030523160944.GC9194@fdgroup.com>
36496      Branch: perl
36497            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
36498            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
36499 ____________________________________________________________________________
36500 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
36501         Log: Missing "to".
36502      Branch: perl
36503            ! NetWare/config_H.wc Porting/config_H config_h.SH
36504            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
36505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36506            ! win32/config_H.vc64 wince/config_H.ce
36507 ____________________________________________________________________________
36508 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
36509         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
36510      Branch: perl
36511            ! Cross/config.sh-arm-linux NetWare/config.wc
36512            ! NetWare/config_H.wc configure.com epoc/config.sh
36513            ! plan9/config.plan9 plan9/config_h.sample
36514            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
36515            ! win32/config.gc win32/config.vc win32/config.vc64
36516            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36517            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
36518 ____________________________________________________________________________
36519 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
36520         Log: Regen Glossary et al.
36521      Branch: perl
36522            ! Porting/Glossary Porting/config.sh Porting/config_H
36523 ____________________________________________________________________________
36524 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
36525         Log: Add a real scan for pthread_attr_setscope().
36526      Branch: perl
36527            ! Configure config_h.SH ext/threads/threads.xs
36528 ____________________________________________________________________________
36529 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
36530         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
36531      Branch: perl
36532            - lib/ftp.pl
36533            ! MANIFEST
36534 ____________________________________________________________________________
36535 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
36536         Log: Noticed by John P. Linderman.
36537      Branch: perl
36538            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
36539 ____________________________________________________________________________
36540 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
36541         Log: Subject: [PATCH] RE: state of deparse?
36542              From: Robin Barker <Robin.Barker@npl.co.uk>
36543              Date: Fri, 23 May 2003 17:42:37 +0100
36544              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
36545      Branch: perl
36546            ! ext/B/B/Deparse.pm
36547 ____________________________________________________________________________
36548 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
36549         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
36550              From: Robin Barker <Robin.Barker@npl.co.uk>
36551              Date: Fri, 23 May 2003 17:37:09 +0100
36552              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
36553      Branch: perl
36554            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
36555            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
36556 ____________________________________________________________________________
36557 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
36558         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
36559              From: Robin Barker <Robin.Barker@npl.co.uk>
36560              Date: Fri, 23 May 2003 17:32:22 +0100
36561              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
36562      Branch: perl
36563            ! embed.pl perl.h perlio.c perlio.h proto.h
36564 ____________________________________________________________________________
36565 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
36566         Log: Hasty editing, grumble.
36567      Branch: perl
36568            ! ext/POSIX/POSIX.xs
36569 ____________________________________________________________________________
36570 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
36571         Log: Linewrapping MUAs, grumble.
36572      Branch: perl
36573            ! ext/POSIX/POSIX.xs
36574 ____________________________________________________________________________
36575 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
36576         Log: U/WIN extension fix from John P. Linderman.
36577      Branch: perl
36578            ! ext/POSIX/POSIX.xs
36579 ____________________________________________________________________________
36580 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
36581         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
36582              From: Dan Kogai <dankogai@dan.co.jp>
36583              Date: Sat, 24 May 2003 00:15:49 +0900
36584              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
36585      Branch: perl
36586            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
36587            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
36588 ____________________________________________________________________________
36589 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
36590         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
36591              From: Michael G Schwern <schwern@pobox.com>
36592              Date: Fri, 23 May 2003 02:10:46 -0700
36593              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
36594      Branch: perl
36595            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
36596            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
36597            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
36598            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
36599            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
36600            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
36601            ! lib/ExtUtils/MakeMaker/FAQ.pod
36602            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
36603            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
36604            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
36605 ____________________________________________________________________________
36606 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
36607         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
36608              From: Dan Kogai <dankogai@dan.co.jp>
36609              Date: Fri, 23 May 2003 20:17:16 +0900
36610              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
36611      Branch: perl
36612            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36613            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
36614            ! ext/Encode/lib/Encode/Encoding.pm
36615            ! ext/PerlIO/encoding/encoding.xs
36616 ____________________________________________________________________________
36617 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
36618         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
36619      Branch: perl
36620            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36621            ! ext/Time/HiRes/HiRes.xs
36622 ____________________________________________________________________________
36623 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
36624         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
36625              From: Dan Kogai <dankogai@dan.co.jp>
36626              Date: Thu, 22 May 2003 18:46:40 +0900
36627              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
36628      Branch: perl
36629            ! ext/Encode/encoding.pm
36630 ____________________________________________________________________________
36631 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
36632         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
36633              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
36634              Date: Tue, 13 May 2003 10:36:32 +0200
36635              Message-id: <20030513083631.GA21782@ethan>
36636      Branch: perl
36637            ! utils/h2xs.PL
36638 ____________________________________________________________________________
36639 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
36640         Log: New warning "Useless localization of %s", based on
36641              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
36642              From: Dave Mitchell <davem@fdgroup.com>
36643              Date: Wed, 30 Apr 2003 21:17:38 +0100
36644              Message-ID: <20030430201738.GA22054@fdgroup.com>
36645
36646              The proposed patch added this warning in the 'deprecated' category ;
36647              I think this category is for things that exist and will be removed,
36648              rather than for things that don't exist and that will maybe be added.
36649      Branch: perl
36650            ! op.c pod/perldiag.pod t/lib/warnings/op
36651 ____________________________________________________________________________
36652 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
36653         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
36654              disable the loading of .pmc files if defined.
36655              Rename the function S_doopen_pmc to S_doopen_pm.
36656      Branch: perl
36657            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
36658 ____________________________________________________________________________
36659 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
36660         Log: More U/WIN tweaks from John P. Linderman.
36661      Branch: perl
36662            ! t/io/layers.t t/io/tell.t
36663 ____________________________________________________________________________
36664 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
36665         Log: Subject: [PATCH] perldata.pod revamp rev. 3
36666              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
36667              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
36668              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
36669      Branch: perl
36670            ! pod/perldata.pod
36671 ____________________________________________________________________________
36672 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
36673         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
36674              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36675              Date: Mon, 19 May 2003 17:53:25 -0400
36676              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
36677
36678              (the bug id corrected to be #22231, not #22238)
36679      Branch: perl
36680            ! lib/Switch.pm
36681 ____________________________________________________________________________
36682 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
36683         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
36684      Branch: perl
36685            ! ext/MIME/Base64/Makefile.PL
36686 ____________________________________________________________________________
36687 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
36688         Log: U/WIN test tweak from John P. Linderman.
36689      Branch: perl
36690            ! t/op/chdir.t
36691 ____________________________________________________________________________
36692 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
36693         Log: VMS test tweak from Craig Berry.
36694      Branch: perl
36695            ! lib/DirHandle.t
36696 ____________________________________________________________________________
36697 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
36698         Log: U/WIN test nit for John P. Linderman.
36699      Branch: perl
36700            ! ext/Cwd/t/cwd.t
36701 ____________________________________________________________________________
36702 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
36703         Log: Subject: [Encode] 1.95 released
36704              From: Dan Kogai <dankogai@dan.co.jp>
36705              Date: Wed, 21 May 2003 18:26:26 +0900
36706              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
36707      Branch: perl
36708            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
36709            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
36710            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
36711            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
36712            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
36713            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
36714            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
36715            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
36716            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
36717            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
36718            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
36719            ! ext/Encode/ucm/8859-9.ucm
36720 ____________________________________________________________________________
36721 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
36722         Log: Enhance the failure reporting for the pod2html tests
36723      Branch: perl
36724            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
36725 ____________________________________________________________________________
36726 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
36727         Log: Upgrade to Getopt::Long 2.33
36728              (mostly a version number increment)
36729      Branch: perl
36730            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
36731            ! lib/Getopt/Long/README
36732 ____________________________________________________________________________
36733 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
36734         Log: Upgrade to CPAN 1.70_54
36735              Subject: Re: CPAN.pm into blead
36736              From: Andreas J Koenig <andreas.koenig@anima.de>
36737              Date: Tue, 20 May 2003 11:31:16 +0200
36738              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
36739      Branch: perl
36740            - lib/CPAN/README
36741            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
36742 ____________________________________________________________________________
36743 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
36744         Log: Further -Uuseperlio tweaking.
36745      Branch: perl
36746            ! ext/Encode/t/Unicode.t
36747 ____________________________________________________________________________
36748 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
36749         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
36750              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36751              Date: Sun, 18 May 2003 19:21:01 -0700
36752              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
36753              (with tweaks to perldiag.pod)
36754      Branch: perl
36755            ! op.c pod/perldiag.pod
36756 ____________________________________________________________________________
36757 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
36758         Log: More Ultrix double definition avoidance.
36759      Branch: perl
36760            ! ext/Socket/Socket.xs
36761 ____________________________________________________________________________
36762 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
36763         Log: Integrate perlio:
36764              [ 19556]
36765              Fix ticket 18265
36766
36767              [ 19557]
36768              EINTR retry should exit on count >= 0 not !=0
36769      Branch: perl
36770           !> perlio.c
36771 ____________________________________________________________________________
36772 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
36773         Log: Nekkid numbers.
36774      Branch: perl
36775            ! ext/threads/threads.xs
36776 ____________________________________________________________________________
36777 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
36778         Log: Meaningless cosmetics.
36779      Branch: perl
36780            ! ext/threads/threads.xs
36781 ____________________________________________________________________________
36782 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
36783         Log: Make Perl_ithread_self() a bit more helpful when
36784              finding the thread fails (suggested by Stas in
36785              perl-ithreads Mar 01)
36786      Branch: perl
36787            ! ext/threads/threads.xs
36788 ____________________________________________________________________________
36789 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
36790         Log: Slightly wrong panic messages.
36791      Branch: perl
36792            ! ext/threads/threads.xs
36793 ____________________________________________________________________________
36794 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
36795         Log: Ultrix: the #19435 helped the IO extension, so this should
36796              help the Socket extension (socket structs redefinitions).
36797      Branch: perl
36798            ! ext/Socket/Socket.xs
36799 ____________________________________________________________________________
36800 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
36801         Log: Based on
36802
36803              Subject: [PATCH threads.xs] no system scope on VMS
36804              From: "Craig A. Berry" <craigberry@mac.com>
36805              Date: Sun, 18 May 2003 23:02:07 -0500
36806              Message-ID: <3EC8573F.6050005@mac.com>
36807
36808              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
36809      Branch: perl
36810            ! ext/threads/threads.xs
36811 ____________________________________________________________________________
36812 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
36813         Log: Make the test work without perlio, from Dan Kogai.
36814      Branch: perl
36815            ! ext/Encode/t/Unicode.t
36816 ____________________________________________________________________________
36817 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
36818         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
36819              From: Michael G Schwern <schwern@pobox.com>
36820              Date: Wed, 14 May 2003 15:36:23 -0700
36821              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
36822      Branch: perl
36823            ! pod/perlsyn.pod pod/perltrap.pod
36824 ____________________________________________________________________________
36825 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
36826         Log: Integrate from perlio:
36827              [ 19542]
36828              Fix ticket #22219
36829
36830              [ 19543]
36831              Spotted a bare close() where PerlLIO_close() seems correct.
36832      Branch: perl
36833           !> doio.c perlio.c
36834 ____________________________________________________________________________
36835 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
36836         Log: UTF-7 tweak from Dan Kogai.
36837      Branch: perl
36838            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
36839 ____________________________________________________________________________
36840 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
36841         Log: The 'quotes' really are important (caught by Enache Adrian).
36842      Branch: perl
36843            ! Makefile.SH
36844 ____________________________________________________________________________
36845 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
36846         Log: Subject: [Encode] UTF-7 Support
36847              From: Dan Kogai <dankogai@dan.co.jp>
36848              Date: Sun, 18 May 2003 00:45:35 +0900
36849              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
36850      Branch: perl
36851            + ext/Encode/lib/Encode/Unicode/UTF7.pm
36852            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
36853            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
36854            ! ext/Encode/lib/Encode/Config.pm
36855            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
36856 ____________________________________________________________________________
36857 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
36858         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
36859              non-left-aligned heredocs.
36860      Branch: perl
36861            ! Makefile.SH
36862 ____________________________________________________________________________
36863 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
36864         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
36865              From: Alan Burlison <Alan.Burlison@sun.com>
36866              Date: Thu, 15 May 2003 22:17:55 +0100
36867              Message-ID: <3EC40403.9000804@sun.com>
36868
36869              (fixed symbol scanning for Solaris 10)
36870      Branch: perl
36871            ! Configure
36872 ____________________________________________________________________________
36873 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
36874         Log: Upgrade to Getopt::Long 2.32_05
36875      Branch: perl
36876            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
36877            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
36878            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
36879            ! lib/Getopt/Long/t/gol-oo.t
36880 ____________________________________________________________________________
36881 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
36882         Log: Clarify the explanation of the warning "Possible precedence problem
36883              on bitwise operator".
36884      Branch: perl
36885            ! pod/perldiag.pod
36886 ____________________________________________________________________________
36887 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
36888         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
36889              with fractional version numbers or v-strings.
36890      Branch: perl
36891            ! ext/B/B/Deparse.pm
36892 ____________________________________________________________________________
36893 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
36894         Log: missing init in change#19533
36895      Branch: perl
36896            ! win32/win32sck.c
36897 ____________________________________________________________________________
36898 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
36899         Log: apply Net::Ping patch that makes the fork()-based approach
36900              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
36901
36902              the code this affects is currently not enabled anywhere, but
36903              could be enabled if the non-blocking approach runs into problems
36904              on older windows versions
36905      Branch: perl
36906            ! lib/Net/Ping.pm
36907 ____________________________________________________________________________
36908 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
36909         Log: improve the implementation of Net::Ping on windows by avoiding
36910              fork(), which is pretty heavy-weight for this kind of
36911              application; use non-blocking sockets instead
36912
36913              has been verified to work on Win2k but will need testing on
36914              other flavors of windows
36915
36916              there is a single known failure on windows in 450_service.t (test 18)
36917              due to what appears to be bugs in the ping_syn()/ack() code
36918      Branch: perl
36919            ! lib/Net/Ping.pm
36920 ____________________________________________________________________________
36921 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
36922         Log: change#16723 broke the ioctl() return value on platforms
36923              that have ioctl() but no fcntl() (e.g. windows)
36924
36925              change#17577 then attempted to fix the bustage, but got
36926              it wrong
36927      Branch: perl
36928            ! pp_sys.c
36929 ____________________________________________________________________________
36930 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
36931         Log: avoid select() on windows destroying errno (used to typically
36932              always sets it to EINVAL due to the way it maps the FD_SETs)
36933      Branch: perl
36934            ! win32/win32sck.c
36935 ____________________________________________________________________________
36936 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
36937         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
36938              compile error on ia64/HP-UX (comparing incompatible pointers)"
36939              plus a possible cure for the warning mentioned in the case.
36940      Branch: perl
36941            ! ext/Storable/Storable.xs
36942 ____________________________________________________________________________
36943 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
36944         Log: Apply the supplied patch for [perl #22195]
36945              "File::Find, sorted directory traversal order is inverted"
36946      Branch: perl
36947            ! lib/File/Find.pm
36948 ____________________________________________________________________________
36949 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
36950         Log: Subject: [PATCH] RE: maint snapshot @ 19525
36951              From: Robin Barker <Robin.Barker@npl.co.uk>
36952              Date: Fri, 16 May 2003 17:16:57 +0100
36953              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
36954
36955              (Part #2: the hv.c SVf)
36956      Branch: perl
36957            ! hv.c
36958 ____________________________________________________________________________
36959 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
36960         Log: Subject: [PATCH] RE: maint snapshot @ 19525
36961              From: Robin Barker <Robin.Barker@npl.co.uk>
36962              Date: Fri, 16 May 2003 17:16:57 +0100
36963              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
36964
36965              (Part #1: the __format__ and __printf__)
36966      Branch: perl
36967            ! Configure embed.pl perlio.c proto.h
36968 ____________________________________________________________________________
36969 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
36970         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
36971              From: Gisle Aas <gisle@ActiveState.com>
36972              Date: 13 May 2003 19:51:19 -0700
36973              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
36974      Branch: perl
36975            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36976            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
36977            ! ext/MIME/Base64/t/quoted-print.t
36978 ____________________________________________________________________________
36979 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
36980         Log: More Panther moves.
36981      Branch: perl
36982            ! Makefile.SH hints/darwin.sh
36983 ____________________________________________________________________________
36984 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
36985         Log: Curliff and liff with ease.
36986      Branch: perl
36987            + Porting/curliff.pl
36988            ! MANIFEST
36989 ____________________________________________________________________________
36990 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
36991         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
36992      Branch: perl
36993            ! Porting/sort_perldiag.pl
36994 ____________________________________________________________________________
36995 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
36996         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
36997              From: Casey West <casey@geeknest.com>
36998              Date: Fri, 9 May 2003 04:00:44 -0400
36999              Message-ID: <20030509080044.GA49820@geeknest.com>
37000
37001              (except for the dup.t patch which diddled with system().)
37002      Branch: perl
37003            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
37004            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
37005            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
37006            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37007            ! win32/config_H.vc64 wince/config_H.ce
37008 ____________________________________________________________________________
37009 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
37010         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
37011              From: Gisle Aas <gisle@ActiveState.com>
37012              Date: 13 May 2003 09:59:50 -0700
37013              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
37014      Branch: perl
37015            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37016            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
37017            ! ext/MIME/Base64/t/quoted-print.t
37018 ____________________________________________________________________________
37019 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
37020         Log: Subject: [PATCH] More perldiag.pod sorting
37021              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
37022              Date: Tue, 13 May 2003 15:13:53 -0400
37023              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
37024
37025              (plus add 'no locale;')
37026      Branch: perl
37027            + Porting/sort_perldiag.pl
37028            ! MANIFEST pod/perldiag.pod
37029 ____________________________________________________________________________
37030 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
37031         Log: Detypo.
37032      Branch: perl
37033            ! lib/Unicode/UCD.pm
37034 ____________________________________________________________________________
37035 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
37036         Log: make it easier to reproduce the bug
37037      Branch: perl
37038            ! lib/Tie/File.pm
37039 ____________________________________________________________________________
37040 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
37041         Log: the \do {local *FH} trick in Tie::File was really only needed
37042              on 5.005 and earlier, since later versions can autovivify
37043              the handle
37044
37045              however, a search in the p5p archives reveals the trick doesn't
37046              fully work in the versions it is needed in, so use the more
37047              standard Symbol::gensym() way
37048      Branch: perl
37049            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
37050 ____________________________________________________________________________
37051 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
37052         Log: $Config{usethreads} wasn't being set on windows
37053      Branch: perl
37054            ! win32/Makefile win32/makefile.mk
37055 ____________________________________________________________________________
37056 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
37057         Log: Reinstate the #19498 but now skip the crashing
37058              tests (when threaded) as TODOs.
37059      Branch: perl
37060            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
37061 ____________________________________________________________________________
37062 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
37063         Log: Revert #19498 since it broke threaded builds.
37064      Branch: perl
37065            ! lib/Tie/File.pm
37066 ____________________________________________________________________________
37067 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
37068         Log: Better be explicit with dangling elses.
37069      Branch: perl
37070            ! pp.c
37071 ____________________________________________________________________________
37072 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
37073         Log: Detypo Pantherisms.
37074      Branch: perl
37075            ! Makefile.SH hints/darwin.sh
37076 ____________________________________________________________________________
37077 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
37078         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
37079              From: Alex Vandiver <alexmv@MIT.EDU>
37080              Date: 02 May 2003 06:45:05 -0400
37081              Message-Id: <1051872303.26203.104.camel@supox>
37082              (plus perldiag nit)
37083      Branch: perl
37084            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
37085            ! t/comp/package.t
37086 ____________________________________________________________________________
37087 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
37088         Log: Small nit in perlsyn about the new // operator
37089      Branch: perl
37090            ! pod/perlsyn.pod
37091 ____________________________________________________________________________
37092 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
37093         Log: Use a more sophisticated heuristics to produce the warning
37094              'Parentheses missing around "%s" list'. This fixes bug #22147.
37095              Also, the warning is now produced for C<local *a,*b;>.
37096      Branch: perl
37097            ! op.c t/lib/warnings/op
37098 ____________________________________________________________________________
37099 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
37100         Log: Work also without perlio.
37101      Branch: perl
37102            ! t/io/dup.t
37103 ____________________________________________________________________________
37104 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
37105         Log: Panther preparation.
37106      Branch: perl
37107            ! Makefile.SH hints/darwin.sh
37108 ____________________________________________________________________________
37109 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
37110         Log: More moves to intrpvar.h.
37111      Branch: perl
37112            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
37113 ____________________________________________________________________________
37114 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
37115         Log: fix for Tie::File test failures on windows: the problem was
37116              that Tie::File did not close any file handles it opens internally,
37117              leading to file handle leaks and t/tf* temporary file littering;
37118              we now close the handle iff Tie::File opened it
37119
37120              this fix unearths what appears to be a perl bug in localizing globs:
37121              09_gen_rs.t fails due to a prematurely closed filehandle, although
37122              it wasn't explicitly closed anywhere by the code (renaming the
37123              *FH at line 97 to *FH1 makes it work, but I haven't done this
37124              to allow the bug to be tracked down)
37125      Branch: perl
37126            ! lib/Tie/File.pm
37127 ____________________________________________________________________________
37128 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
37129         Log: Move the thread *hook into interpreter.
37130      Branch: perl
37131            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
37132 ____________________________________________________________________________
37133 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
37134         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
37135              From: Dave Mitchell <davem@fdgroup.com>
37136              Date: Sat, 10 May 2003 01:45:23 +0100
37137              Message-ID: <20030510004523.GC20871@fdgroup.com>
37138      Branch: perl
37139            ! pp_ctl.c
37140 ____________________________________________________________________________
37141 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
37142         Log: Open UNIX is not really "formerly Unixware", since the most
37143              recent releases are known as Unixware, not as Open UNIX.
37144      Branch: perl
37145            ! pod/perlport.pod
37146 ____________________________________________________________________________
37147 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
37148         Log: Slight tweaks to the platform list.
37149      Branch: perl
37150            ! pod/perlport.pod
37151 ____________________________________________________________________________
37152 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
37153         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
37154              From: Casey West <casey@geeknest.com>
37155              Date: Fri, 9 May 2003 10:30:13 -0400
37156              Message-ID: <20030509143013.GM49820@geeknest.com>
37157      Branch: perl
37158            ! pod/perlop.pod
37159 ____________________________________________________________________________
37160 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
37161         Log: perlport.pod nit for doc bug #8253.
37162      Branch: perl
37163            ! pod/perlport.pod
37164 ____________________________________________________________________________
37165 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
37166         Log: Use test.pl.
37167      Branch: perl
37168            ! t/io/fflush.t
37169 ____________________________________________________________________________
37170 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
37171         Log: Try to handle a $^X with spaces in it.
37172      Branch: perl
37173            ! t/test.pl
37174 ____________________________________________________________________________
37175 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
37176         Log: Separate the creation of the command to run by
37177              runperl() into its own function, _create_runperl().
37178      Branch: perl
37179            ! t/test.pl
37180 ____________________________________________________________________________
37181 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
37182         Log: Fixup the method behaviour table.
37183      Branch: perl
37184            ! pod/perliol.pod
37185 ____________________________________________________________________________
37186 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
37187         Log: Integrate from perlio:
37188              [ 19474]
37189              Tweaks to Jarkko's NULL deref checks in perlio.c
37190
37191              [ 19475]
37192              Fix for bugs 21717 and 22140.
37193              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
37194              and derived layers. So have :unix's "pushed" method stat() the fd and
37195              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
37196              UNIX behaviour.
37197
37198              [ 19479]
37199              Better but still unproven fix for lseek() on pipes.
37200
37201              [ 19483]
37202              Unused variable
37203
37204              [ 19485]
37205              Tests to prove Ticket 9468 is fixed.
37206
37207              [ 19486]
37208              add test for change#19475,19479 (bugs#21717,22140)
37209      Branch: perl
37210           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
37211           !> t/io/fflush.t
37212 ____________________________________________________________________________
37213 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
37214         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
37215              in terms of an exported function rather than as an inlined
37216              macro (latter wants PL_op_mutex which isn't exported as such)
37217
37218              Jarkko: please merge into maint-5.8
37219      Branch: perl
37220            ! dosish.h makedef.pl win32/win32.c win32/win32.h
37221 ____________________________________________________________________________
37222 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
37223         Log: Test _getcode().
37224      Branch: perl
37225            ! lib/Unicode/UCD.t
37226 ____________________________________________________________________________
37227 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
37228         Log: Clarify the doc (and the code) for Unicode code points.
37229      Branch: perl
37230            ! lib/Unicode/UCD.pm
37231 ____________________________________________________________________________
37232 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
37233         Log: Another doc suggestion from terry@eatoni.com (terry jones):
37234              use codepoints that return undef.
37235      Branch: perl
37236            ! lib/Unicode/UCD.pm
37237 ____________________________________________________________________________
37238 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
37239         Log: Add Encode's META.yml.
37240      Branch: perl
37241            + ext/Encode/META.yml
37242            ! MANIFEST
37243 ____________________________________________________________________________
37244 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
37245         Log: Upgrade to Encode 1.94.
37246      Branch: perl
37247            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
37248            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
37249            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
37250            ! ext/Encode/t/mime-header.t
37251 ____________________________________________________________________________
37252 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
37253         Log: Doc bug noticed by terry@eatoni.com (terry jones).
37254      Branch: perl
37255            ! lib/Unicode/UCD.pm
37256 ____________________________________________________________________________
37257 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
37258         Log: Try to plug more potential PerlIO NULL method
37259              dereferences; try to document the matter.
37260      Branch: perl
37261            ! perlio.c pod/perliol.pod
37262 ____________________________________________________________________________
37263 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
37264         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
37265      Branch: perl
37266            ! perlio.c
37267 ____________________________________________________________________________
37268 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
37269         Log: In eof() the errno can get stomped by the peek-ahead.
37270      Branch: perl
37271            ! doio.c ext/Socket/socketpair.t
37272 ____________________________________________________________________________
37273 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
37274         Log: A regression test for the remaining "Final $ should be..." error.
37275      Branch: perl
37276            ! t/comp/parser.t
37277 ____________________________________________________________________________
37278 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
37279         Log: Remove the error messages "Final @ should be \@ or @name"
37280              and "Final % should be \% or %name", that appear to be
37281              only produced in addition to another syntax error, and therefore
37282              misleading, if I understand correctly that kind of black magic.
37283      Branch: perl
37284            ! pod/perldiag.pod toke.c
37285 ____________________________________________________________________________
37286 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
37287         Log: Have to think this test more when I'm awake.
37288      Branch: perl
37289            ! ext/Socket/socketpair.t
37290 ____________________________________________________________________________
37291 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
37292         Log: Document that perl tries to load .pmc files before .pm files.
37293              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
37294              From: Casey West <casey@geeknest.com>
37295              Date: Fri, 9 May 2003 17:03:50 -0400
37296              Message-ID: <20030509210350.GW49820@geeknest.com>
37297      Branch: perl
37298            ! pod/perlfunc.pod
37299 ____________________________________________________________________________
37300 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
37301         Log: Fix for doc bug #8602 : clarify eof() example comments
37302      Branch: perl
37303            ! pod/perlfunc.pod
37304 ____________________________________________________________________________
37305 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
37306         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
37307              From: Casey West <casey@geeknest.com>
37308              Date: Fri, 9 May 2003 11:09:39 -0400
37309              Message-ID: <20030509150939.GN49820@geeknest.com>
37310      Branch: perl
37311            ! pod/perltrap.pod
37312 ____________________________________________________________________________
37313 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
37314         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
37315              From: Casey West <casey@geeknest.com>
37316              Date: Fri, 9 May 2003 15:25:59 -0400
37317              Message-ID: <20030509192559.GS49820@geeknest.com>
37318      Branch: perl
37319            ! pod/perlfunc.pod
37320 ____________________________________________________________________________
37321 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
37322         Log: Try to comprehensively have a plan B if a PerlIO
37323              layer doesn't have a particular function.
37324              (1) If there's a corresponding PerlIOBase, call it.
37325              (2) If not having the function is 'harmless', be silently happy.
37326              (Currently only Flush is in this category.)
37327              (3) Otherwise set errno and return failure.
37328      Branch: perl
37329            ! perlio.c
37330 ____________________________________________________________________________
37331 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
37332         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
37333              From: Casey West <casey@geeknest.com>
37334              Date: Fri, 9 May 2003 11:17:53 -0400
37335              Message-ID: <20030509151753.GO49820@geeknest.com>
37336      Branch: perl
37337            ! pod/perltrap.pod
37338 ____________________________________________________________________________
37339 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
37340         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
37341      Branch: perl
37342            ! makedef.pl
37343 ____________________________________________________________________________
37344 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
37345         Log: Result of change #19458.
37346      Branch: perl
37347            ! MANIFEST
37348 ____________________________________________________________________________
37349 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
37350         Log: Subject: Weekend fun: MANIFEST sorting
37351              From: andreas.koenig@anima.de (Andreas J. Koenig)
37352              Date: Fri, 09 May 2003 15:12:05 +0200
37353              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
37354
37355              (both sorts need LC_ALL=C)
37356              (add also manicheck target)
37357      Branch: perl
37358            ! Makefile.SH
37359 ____________________________________________________________________________
37360 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
37361         Log: Better skip this test on OpenBSD and BSD/OS since it
37362              does not seem to work (Slaven Rezic).
37363      Branch: perl
37364            ! lib/filetest.t
37365 ____________________________________________________________________________
37366 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
37367         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
37368              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37369              Date: Wed, 07 May 2003 23:37:47 -0700
37370              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
37371      Branch: perl
37372            ! pod/perlfunc.pod
37373 ____________________________________________________________________________
37374 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
37375         Log: Missing files.
37376      Branch: perl
37377            ! MANIFEST
37378 ____________________________________________________________________________
37379 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
37380         Log: Suppress a few compilation warnings in pp_hot.c.
37381      Branch: perl
37382            ! pp_hot.c
37383 ____________________________________________________________________________
37384 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
37385         Log: Remove duplicate entries from perldiag
37386      Branch: perl
37387            ! pod/perldiag.pod
37388 ____________________________________________________________________________
37389 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
37390         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
37391              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37392              Date: Wed, 07 May 2003 15:27:07 -0700
37393              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
37394      Branch: perl
37395            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
37396            ! pp_hot.c t/op/magic.t
37397 ____________________________________________________________________________
37398 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
37399         Log: Tiny nit from mjd.
37400      Branch: perl
37401            ! lib/Tie/File.pm
37402 ____________________________________________________________________________
37403 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
37404         Log: Upgrade to Tie::File 0.95.
37405      Branch: perl
37406            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
37407            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
37408            + lib/Tie/File/t/42_offset.t
37409            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
37410            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
37411            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
37412            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
37413            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
37414            ! lib/Tie/File/t/30_defer.t
37415 ____________________________________________________________________________
37416 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
37417         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
37418              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
37419              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
37420              Date: 8 May 2003 00:42:18 -0000
37421      Branch: perl
37422            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37423            ! ext/Time/HiRes/Makefile.PL
37424 ____________________________________________________________________________
37425 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
37426         Log: Subject: [PATCH] alphabetize perldiag.pod
37427              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37428              Date: Thu, 8 May 2003 11:52:39 -0400
37429              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
37430      Branch: perl
37431            ! pod/perldiag.pod
37432 ____________________________________________________________________________
37433 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
37434         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
37435              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
37436              Date: Thu, 08 May 2003 08:42:20 +0200
37437              Message-id: <20030508064220.GA763@ethan>
37438      Branch: perl
37439            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
37440            ! ext/Devel/PPPort/t/test.t
37441 ____________________________________________________________________________
37442 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
37443         Log: A variant of
37444
37445              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
37446              From: enache@rdslink.ro (Enache Adrian)
37447              Date: Tue, 22 Apr 2003 02:54:05 +0300
37448              Message-ID: <20030421235405.GA1162@ratsnest.hole>
37449
37450              to quench the black smoke from the BSD builds.
37451      Branch: perl
37452            ! lib/ExtUtils/MM_Unix.pm
37453 ____________________________________________________________________________
37454 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
37455         Log: Subject: Re: [DOC PATCH] & More File::Path issues
37456              From: Casey West <casey@geeknest.com>
37457              Date: Mon, 5 May 2003 13:25:47 -0400
37458              Message-ID: <20030505172547.GB20508@geeknest.com>
37459      Branch: perl
37460            ! lib/File/Path.pm
37461 ____________________________________________________________________________
37462 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
37463         Log: Spelling correction from Nicholas Clark.
37464      Branch: perl
37465            ! ext/POSIX/POSIX.pod
37466 ____________________________________________________________________________
37467 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
37468         Log: One more possible extensions permutation.
37469      Branch: perl
37470            ! Configure
37471 ____________________________________________________________________________
37472 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
37473         Log: Allow platforms to manipulate their archname by creating
37474              a archname.cbu in their hints files.
37475      Branch: perl
37476            ! Configure
37477 ____________________________________________________________________________
37478 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
37479         Log: More long double logic from Alan Burlison.
37480      Branch: perl
37481            ! Configure
37482 ____________________________________________________________________________
37483 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
37484         Log: Worth a try for [perl #17146]
37485      Branch: perl
37486            ! ext/IO/poll.c
37487 ____________________________________________________________________________
37488 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
37489         Log: Document which interfaces are NOT Unicode-aware.
37490      Branch: perl
37491            ! pod/perltodo.pod pod/perlunicode.pod
37492 ____________________________________________________________________________
37493 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
37494         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
37495              From: Casey West <casey@geeknest.com>
37496              Date: Mon, 28 Apr 2003 11:07:36 -0400
37497              Message-ID: <20030428150736.GD62281@geeknest.com>
37498      Branch: perl
37499            ! pod/perlfilter.pod
37500 ____________________________________________________________________________
37501 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
37502         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
37503              From: Enache Adrian <enache@rdslink.ro>
37504              Date: Fri, 28 Mar 2003 23:53:09 +0200
37505              Message-ID: <20030328215309.GA6413@ratsnest.hole>
37506              (with minor tweaks)
37507      Branch: perl
37508            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
37509 ____________________________________________________________________________
37510 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
37511         Log: Fix doc bug #22067, noticed by Mark Knutsen
37512      Branch: perl
37513            ! pod/perlfunc.pod
37514 ____________________________________________________________________________
37515 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
37516         Log: Fix : the svr5 hints file doesn't propagate libswanted with
37517              threads enabled. Now threads are OK on OpenUNIX 8, except a
37518              mysterious failure in ext/POSIX/t/sigaction.t.
37519      Branch: perl
37520            ! hints/svr5.sh
37521 ____________________________________________________________________________
37522 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
37523         Log: Snip away the perlunicode slowness demo since the new
37524              caching scheme should help things a bit.
37525      Branch: perl
37526            ! pod/perlunicode.pod
37527 ____________________________________________________________________________
37528 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
37529         Log: Subject: Re: Minor change to strict.pm. Who? How?
37530              From: Adam Kennedy <adam@ali.as>
37531              Date: Wed, 30 Apr 2003 00:02:40 +1000
37532              Message-ID: <3EAE8600.2000806@ali.as>
37533
37534              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
37535              From: Michael G Schwern <schwern@pobox.com>
37536              Date: Tue, 29 Apr 2003 12:26:32 -0700
37537              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
37538      Branch: perl
37539            ! lib/strict.pm
37540 ____________________________________________________________________________
37541 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
37542         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
37543              From: "Jos I.Boumans" <kane@dwim.org>
37544              Date: 30 Apr 2003 09:45:16 -0000
37545              Message-ID: <20030430114513165+0200@nntp.perl.org>
37546      Branch: perl
37547            ! lib/File/Path.pm
37548 ____________________________________________________________________________
37549 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
37550         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
37551              From: Michael G Schwern <schwern@pobox.com>
37552              Date: Sat, 3 May 2003 15:30:16 -0700
37553              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
37554      Branch: perl
37555            ! pod/perlmod.pod
37556 ____________________________________________________________________________
37557 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
37558         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
37559              From: Dave Mitchell <davem@fdgroup.com>
37560              Date: Thu, 1 May 2003 21:06:57 +0100
37561              Message-ID: <20030501200657.GA25456@fdgroup.com>
37562      Branch: perl
37563            ! hv.c t/op/undef.t
37564 ____________________________________________________________________________
37565 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
37566         Log: Subject: Re: hv.c patch - pathological hashes too easy
37567              From: "Tye McQueen" <tye@metronet.com>
37568              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
37569              Message-Id: <200305011834.h41IYoE08503@metronet.com>
37570      Branch: perl
37571            ! hv.c
37572 ____________________________________________________________________________
37573 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
37574         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
37575              From: Casey West <casey@geeknest.com>
37576              Date: Tue, 29 Apr 2003 16:14:20 -0400
37577              Message-ID: <20030429201420.GT62281@geeknest.com>
37578      Branch: perl
37579            ! pod/perlrequick.pod
37580 ____________________________________________________________________________
37581 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
37582         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
37583              From: Slaven Rezic <slaven@rezic.de>
37584              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
37585              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
37586      Branch: perl
37587            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
37588 ____________________________________________________________________________
37589 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
37590         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
37591              From: Steve Hay <steve.hay@uk.radan.com>
37592              Date: Wed, 30 Apr 2003 09:52:30 +0100
37593              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
37594      Branch: perl
37595            ! utils/h2xs.PL
37596 ____________________________________________________________________________
37597 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
37598         Log: Reintroduce the mention of the fact that the Artistic/GPL
37599              also are Perl's own licenses.
37600      Branch: perl
37601            ! pod/perlartistic.pod pod/perlgpl.pod
37602 ____________________________________________________________________________
37603 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
37604         Log: Switch the new perlio way of opening anonymous temporary files
37605              open my $fh, '+>', undef
37606              to using File::Temp.  Test it, and test also the "accidental
37607              feature" of +< working the same way.
37608              This should address [perl #21937].
37609      Branch: perl
37610            + ext/PerlIO/t/open.t
37611            ! MANIFEST perlio.c pod/perlfunc.pod
37612 ____________________________________________________________________________
37613 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
37614         Log: perlartistic and perlgpl reformatting from Sean Burke.
37615      Branch: perl
37616            ! pod/perlartistic.pod pod/perlgpl.pod
37617 ____________________________________________________________________________
37618 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
37619         Log: pack/unpack fixes from Wolfgang Laun:
37620              - fix bug in UNICOS (where SIZE16 != sizeof(short))
37621              - introduce and use new internal pack/unpack API
37622              (packlist, unpackstring)
37623              that does away with the unused arguments in the old API
37624              (pack_cat, unpack_str).
37625      Branch: perl
37626            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
37627 ____________________________________________________________________________
37628 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
37629         Log: Subject: [PATCH] Embed.t flushing problem
37630              From: "Craig A. Berry" <craigberry@mac.com>
37631              Date: Sun, 04 May 2003 16:25:38 -0500
37632              Message-ID: <3EB58552.2070207@mac.com>
37633      Branch: perl
37634            ! lib/ExtUtils/t/Embed.t
37635 ____________________________________________________________________________
37636 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
37637         Log: Doc nit from mjd.
37638      Branch: perl
37639            ! ext/DB_File/DB_File.pm
37640 ____________________________________________________________________________
37641 [ 19413] By: ams                                   on 2003/05/05  04:03:10
37642         Log: None of that "our" stuff here, please.
37643      Branch: perl
37644            ! ext/Storable/t/tied.t
37645 ____________________________________________________________________________
37646 [ 19412] By: ams                                   on 2003/05/05  03:57:06
37647         Log: Oops. More Storable 2.07 preparations.
37648      Branch: perl
37649            ! ext/Storable/README ext/Storable/Storable.pm
37650 ____________________________________________________________________________
37651 [ 19411] By: ams                                   on 2003/05/05  03:53:44
37652         Log: Update changelog for 2.07 release.
37653      Branch: perl
37654            ! ext/Storable/ChangeLog
37655 ____________________________________________________________________________
37656 [ 19410] By: ams                                   on 2003/05/05  03:31:36
37657         Log: Update Changes.
37658      Branch: perl
37659            ! Changes
37660 ____________________________________________________________________________
37661 [ 19409] By: ams                                   on 2003/05/05  03:21:41
37662         Log: Subject: Re: Bug in Storable???
37663              From: Slaven Rezic <slaven@rezic.de>
37664              Date: 04 May 2003 18:00:40 +0200
37665              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
37666      Branch: perl
37667            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
37668 ____________________________________________________________________________
37669 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
37670         Log: This way reads a bit better with pod2man.
37671      Branch: perl
37672            ! pod/perlartistic.pod pod/perlgpl.pod
37673 ____________________________________________________________________________
37674 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
37675         Log: Integrate from maint:
37676              [ 18568]
37677              Add the POSIX::sigaction() trick by Slaven Rezic
37678              for [perl #17341].
37679      Branch: perl
37680           !> pod/perlfunc.pod pod/perlipc.pod
37681 ____________________________________________________________________________
37682 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
37683         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
37684              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
37685              the perlartistic is a straightforward podification.
37686      Branch: perl
37687            + pod/perlartistic.pod pod/perlgpl.pod
37688            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
37689            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
37690 ____________________________________________________________________________
37691 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
37692         Log: Doesn't make any difference for the test but is more logical.
37693      Branch: perl
37694            ! t/lib/Devel/switchd.pm
37695 ____________________________________________________________________________
37696 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
37697         Log: Plagued by thinkos tonight.
37698      Branch: perl
37699            ! lib/filetest.t
37700 ____________________________________________________________________________
37701 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
37702         Log: Must skip more.
37703      Branch: perl
37704            ! lib/filetest.t
37705 ____________________________________________________________________________
37706 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
37707         Log: Subject: Re: Does filetest work at all?
37708              From: Slaven Rezic <slaven@rezic.de>
37709              Date: 03 May 2003 18:26:49 +0200
37710              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
37711      Branch: perl
37712            ! lib/filetest.t pp_sys.c
37713 ____________________________________________________________________________
37714 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
37715         Log: Extra tweakage from Rafael for #19392.
37716      Branch: perl
37717            ! ext/B/B/Concise.pm lib/filetest.pm
37718 ____________________________________________________________________________
37719 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
37720         Log: Salvage 'use filetest "access"' from compiletime to runtime.
37721      Branch: perl
37722            ! dump.c op.c op.h pp_sys.c
37723 ____________________________________________________________________________
37724 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
37725         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
37726              the Unicode character database to 4.0.0.)
37727      Branch: perl
37728            + lib/unicore/HangulSyllableType.txt
37729            + lib/unicore/NormalizationCorrections.txt
37730            + lib/unicore/StandardizedVariants.txt
37731            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
37732            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
37733            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
37734            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
37735            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
37736            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
37737            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
37738            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
37739            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
37740            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
37741            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
37742            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
37743            ! (edit 129 files)
37744 ____________________________________________________________________________
37745 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
37746         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
37747              the fp offset, which was quite a big larger than the input file,
37748              which meant that the SvGROW tried to grow the file to about
37749              2**64-2**20, which made safesysrealloc() to understandably
37750              croak (in argv.t).
37751      Branch: perl
37752            ! sv.c
37753 ____________________________________________________________________________
37754 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
37755         Log: Regen Configure (no changes but that's fine).
37756      Branch: perl
37757            ! Configure
37758 ____________________________________________________________________________
37759 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
37760         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
37761              From: Andy Dougherty <doughera@lafayette.edu>
37762              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
37763              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
37764      Branch: perl
37765            ! Configure
37766 ____________________________________________________________________________
37767 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
37768         Log: Subject: [PATCH] OpenUNIX 8 support
37769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37770              Date: Fri, 2 May 2003 12:12:08 +0200
37771              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
37772      Branch: perl
37773            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
37774 ____________________________________________________________________________
37775 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
37776         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
37777              From: Abe Timmerman <abe@ztreet.demon.nl>
37778              Date: Fri, 2 May 2003 00:51:42 +0200
37779              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
37780      Branch: perl
37781            ! win32/win32.c
37782 ____________________________________________________________________________
37783 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
37784         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
37785              From: Abe Timmerman <abe@ztreet.demon.nl>
37786              Date: Thu, 1 May 2003 18:34:35 +0200
37787              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
37788      Branch: perl
37789            ! win32/win32.h
37790 ____________________________________________________________________________
37791 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
37792         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
37793              From: Michael G Schwern <schwern@pobox.com>
37794              Date: Wed, 30 Apr 2003 18:19:32 -0700
37795              Message-ID: <20030501011932.GM701@windhund.schwern.org>
37796      Branch: perl
37797            ! ext/POSIX/POSIX.pod
37798 ____________________________________________________________________________
37799 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
37800         Log: Forgot to check in the -d: file.
37801      Branch: perl
37802            + t/lib/Devel/switchd.pm
37803            ! MANIFEST t/run/switchd.t
37804 ____________________________________________________________________________
37805 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
37806         Log: Solaris: make -Duse64bitall'ed to have an archname of
37807              sun4-solaris-64, from Alan Burlison.  (The default is to not
37808              to suffix anything with -Duse64bitall if longs are 64 bit.
37809              This may lead into confusion and much sorrow if 32-bit binaries
37810              and 64-bit binaries are installed under the same directories.
37811              Why is "-64" or something like that the default?  Well, there
37812              are platforms where 64 bits really is the default default.
37813              There adding a "-64" would be kind of odd.  Better to let
37814              each 64-bit capable platform to choose their archnames.)
37815      Branch: perl
37816            ! hints/solaris_2.sh
37817 ____________________________________________________________________________
37818 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
37819         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
37820              by change #18589 (it was broken by change #9754); add test case.
37821      Branch: perl
37822            + t/run/switchd.t
37823            ! MANIFEST
37824 ____________________________________________________________________________
37825 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
37826         Log: great_circle_direction() was broken,
37827              reported by Alexander Becher.
37828      Branch: perl
37829            ! lib/Math/Trig.pm lib/Math/Trig.t
37830 ____________________________________________________________________________
37831 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
37832         Log: OS X: could not -Doptimize=-g.
37833      Branch: perl
37834            ! hints/darwin.sh
37835 ____________________________________________________________________________
37836 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
37837         Log: OS X test tweak.
37838      Branch: perl
37839            ! ext/Cwd/t/cwd.t
37840 ____________________________________________________________________________
37841 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
37842         Log: Subject: [PATCH] RE: perl@19333
37843              From: Robin Barker <Robin.Barker@npl.co.uk>
37844              Date: Tue, 29 Apr 2003 17:30:23 +0100
37845              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
37846      Branch: perl
37847            ! embed.pl pp_hot.c pp_pack.c proto.h
37848 ____________________________________________________________________________
37849 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
37850         Log: miniperl cannot handle layers.t.
37851      Branch: perl
37852            ! t/io/layers.t
37853 ____________________________________________________________________________
37854 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
37855         Log: The solution in change #19363 was too unportable.
37856      Branch: perl
37857            ! t/io/openpid.t
37858 ____________________________________________________________________________
37859 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
37860         Log: perlreftut updates from mjd.
37861      Branch: perl
37862            ! pod/perlreftut.pod
37863 ____________________________________________________________________________
37864 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
37865         Log: z/OS: More threaded build tweaks from Brian De Pradine--
37866              apparently now it works!
37867      Branch: perl
37868            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
37869 ____________________________________________________________________________
37870 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
37871         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
37872              From: Enache Adrian <enache@rdslink.ro>
37873              Date: Sat, 19 Apr 2003 01:41:07 +0300
37874              Message-ID: <20030418224107.GA2751@ratsnest.hole>
37875      Branch: perl
37876            ! t/comp/parser.t toke.c
37877 ____________________________________________________________________________
37878 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
37879         Log: If it's S_, it should be STATIC.
37880      Branch: perl
37881            ! embed.fnc embed.h numeric.c proto.h
37882 ____________________________________________________________________________
37883 [ 19365] By: sky                                   on 2003/04/28  16:30:03
37884         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
37885              From: Casey West <casey@geeknest.com>
37886              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
37887              Message-Id: <20030428140005.GC62281@geeknest.com>
37888      Branch: perl
37889            ! pod/perlop.pod
37890 ____________________________________________________________________________
37891 [ 19364] By: sky                                   on 2003/04/28  16:20:43
37892         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
37893              From: Casey West <casey@geeknest.com>
37894              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
37895              Message-Id: <20030428172206.GK62281@geeknest.com>
37896      Branch: perl
37897            ! pod/perlop.pod
37898 ____________________________________________________________________________
37899 [ 19363] By: sky                                   on 2003/04/28  15:32:35
37900         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
37901              open.
37902      Branch: perl
37903            ! t/io/openpid.t
37904 ____________________________________________________________________________
37905 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
37906         Log: Feel-good cleanup.
37907      Branch: perl
37908            ! intrpvar.h sv.c
37909 ____________________________________________________________________________
37910 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
37911         Log: SysV msg queues can be something hanging (witnessed in IRIX),
37912              so let's use IPC_NOWAIT.
37913      Branch: perl
37914            ! ext/IPC/SysV/t/msg.t t/op/taint.t
37915 ____________________________________________________________________________
37916 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
37917         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
37918              when returning an int can either return the error in the return
37919              value or in the errno.  We need a new per-interp variable to store
37920              the return value instead of clobbering the errno with it.  The new
37921              variable, PL_reentrant_retint, is only used within the reentrancy
37922              framework, and immediately after it's set, so there should not be
37923              similar visibility issues as for the errno.  Spotted by Edward Moy.
37924      Branch: perl
37925            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
37926 ____________________________________________________________________________
37927 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
37928         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
37929              Check errno to see if the call to nice(2) succeeded.
37930              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
37931              From: Enache Adrian <enache@rdslink.ro>
37932              Date: Wed, 23 Apr 2003 22:48:20 +0300
37933              Message-ID: <20030423194820.GA874@ratsnest.hole>
37934      Branch: perl
37935            ! ext/POSIX/POSIX.xs
37936 ____________________________________________________________________________
37937 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
37938         Log: Document a faint compilation noise.
37939      Branch: perl
37940            ! README.aix
37941 ____________________________________________________________________________
37942 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
37943         Log: $[ clarifications.
37944      Branch: perl
37945            ! pod/perlvar.pod
37946 ____________________________________________________________________________
37947 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
37948         Log: utime() doc clarifications
37949              based on :
37950              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
37951              From: Casey West <casey@geeknest.com>
37952              Date: Fri, 25 Apr 2003 08:00:54 -0400
37953              Message-ID: <20030425120054.GQ34510@geeknest.com>
37954      Branch: perl
37955            ! pod/perlfunc.pod
37956 ____________________________________________________________________________
37957 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
37958         Log: Add a test case for [perl #15288] (already solved).
37959      Branch: perl
37960            ! t/op/pack.t
37961 ____________________________________________________________________________
37962 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
37963         Log: Add Dave Mitchell's test case for fields.
37964      Branch: perl
37965            ! lib/fields.t
37966 ____________________________________________________________________________
37967 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
37968         Log: Subject: [PATCH] VMS::Stdio test tweak
37969              From: "Craig A. Berry" <craigberry@mac.com>
37970              Date: Sat, 26 Apr 2003 15:53:07 -0500
37971              Message-ID: <3EAAF1B3.7020708@mac.com>
37972      Branch: perl
37973            ! vms/ext/Stdio/test.pl
37974 ____________________________________________________________________________
37975 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
37976         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
37977              From: Casey West <casey@geeknest.com>
37978              Date: Thu, 24 Apr 2003 08:18:42 -0400
37979              Message-ID: <20030424121842.GW34510@geeknest.com>
37980      Branch: perl
37981            ! lib/UNIVERSAL.pm
37982 ____________________________________________________________________________
37983 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
37984         Log: Document that restricted hashes are not atomic
37985              (from Dave Mitchell).
37986      Branch: perl
37987            ! lib/Hash/Util.pm
37988 ____________________________________________________________________________
37989 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
37990         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
37991              From: Dave Mitchell <davem@fdgroup.com>
37992              Date: Sat, 26 Apr 2003 18:45:28 +0100
37993              Message-ID: <20030426174528.GA9588@fdgroup.com>
37994      Branch: perl
37995            ! hv.c lib/Hash/Util.t pod/perldiag.pod
37996 ____________________________________________________________________________
37997 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
37998         Log: Some doc patches by Casey West :
37999
38000              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
38001              From: Casey West <casey@geeknest.com>
38002              Date: Fri, 25 Apr 2003 10:46:39 -0400
38003              Message-ID: <20030425144639.GY34510@geeknest.com>
38004
38005              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
38006              From: Casey West <casey@geeknest.com>
38007              Date: Fri, 25 Apr 2003 07:52:13 -0400
38008              Message-ID: <20030425115213.GP34510@geeknest.com>
38009
38010              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
38011              From: Casey West <casey@geeknest.com>
38012              Date: Thu, 24 Apr 2003 21:27:22 -0400
38013              Message-ID: <20030425012722.GN34510@geeknest.com>
38014      Branch: perl
38015            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
38016 ____________________________________________________________________________
38017 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
38018         Log: Document that splice() doesn't extend arrays
38019              Subject: Re: slice autoextending ? still another revised doc patch; COW
38020              From: david nicol <whatever@davidnicol.com>
38021              Date: 22 Apr 2003 22:05:02 -0500
38022              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
38023      Branch: perl
38024            ! pod/perlfunc.pod
38025 ____________________________________________________________________________
38026 [ 19342] By: sky                                   on 2003/04/26  21:43:32
38027         Log: Fix bug #15161 by increasing the refcount on the RE and making
38028              sure to restore it correctly. Deals with both s//e and s///g.
38029      Branch: perl
38030            ! pp_ctl.c pp_hot.c
38031 ____________________________________________________________________________
38032 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
38033         Log: Integrate:
38034              [ 19340]
38035              Caught by Mark Lutz in UNICOS: A declaration cannot appear
38036              after an executable statement in a block.
38037      Branch: perl
38038           !> pp_pack.c
38039 ____________________________________________________________________________
38040 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
38041         Log: Now the -Dnoextensions and -Dnoextensions have the
38042              chance of actually doing something.
38043      Branch: perl
38044            ! Configure
38045 ____________________________________________________________________________
38046 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
38047         Log: Subject: [PATCH] Configure's extension sanity check is too strict
38048              From: Andy Dougherty <doughera@lafayette.edu>
38049              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
38050              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
38051      Branch: perl
38052            ! Configure
38053 ____________________________________________________________________________
38054 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
38055         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
38056              From: "Craig A. Berry" <craigberry@mac.com>
38057              Date: Thu, 24 Apr 2003 20:09:48 -0500
38058              Message-ID: <3EA88ADC.3000300@mac.com>
38059      Branch: perl
38060            ! ext/Encode/t/enc_module.t
38061 ____________________________________________________________________________
38062 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
38063         Log: Upgrade to Time::HiRes 1.46.
38064      Branch: perl
38065            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38066            ! ext/Time/HiRes/Makefile.PL
38067 ____________________________________________________________________________
38068 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
38069         Log: Subject: typo in Time::HiRes docs
38070              From: mjd@plover.com
38071              Date: 19 Apr 2003 15:13:44 -0000
38072              Message-ID: <20030419151344.28237.qmail@plover.com>
38073      Branch: perl
38074            ! ext/Time/HiRes/HiRes.pm
38075 ____________________________________________________________________________
38076 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
38077         Log: Clarify(?) the perlio default layers table.
38078      Branch: perl
38079            ! lib/PerlIO.pm t/io/layers.t
38080 ____________________________________________________________________________
38081 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
38082         Log: Upgrade to Test::Harness 2.28.
38083      Branch: perl
38084            ! lib/Test/Harness.pm lib/Test/Harness/Changes
38085            ! lib/Test/Harness/t/pod.t
38086 ____________________________________________________________________________
38087 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
38088         Log: Upgrade to Encode 1.93.
38089      Branch: perl
38090            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
38091            ! ext/Encode/lib/Encode/CJKConstants.pm
38092            ! ext/Encode/lib/Encode/CN/HZ.pm
38093            ! ext/Encode/lib/Encode/Encoding.pm
38094            ! ext/Encode/lib/Encode/Guess.pm
38095            ! ext/Encode/lib/Encode/KR/2022_KR.pm
38096            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
38097            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
38098            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
38099            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
38100 ____________________________________________________________________________
38101 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
38102         Log: VMS patch for faststdio from Craig Berry.
38103      Branch: perl
38104            ! configure.com
38105 ____________________________________________________________________________
38106 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
38107         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
38108              From: Casey West <casey@geeknest.com>
38109              Date: Wed, 23 Apr 2003 14:03:20 -0400
38110              Message-ID: <20030423180320.GZ15574@geeknest.com>
38111      Branch: perl
38112            ! pod/perlmodlib.PL pod/perlmodlib.pod
38113 ____________________________________________________________________________
38114 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
38115         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
38116              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
38117              Date: 22 Apr 2003 04:31:17 -0000
38118              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
38119              (with minor further corrections)
38120      Branch: perl
38121            ! pod/perlmod.pod
38122 ____________________________________________________________________________
38123 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
38124         Log: A new fatal error :
38125              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
38126              From: Dave Mitchell <davem@fdgroup.com>
38127              Date: Mon, 21 Apr 2003 13:19:50 +0100
38128              Message-ID: <20030421121950.GB18189@fdgroup.com>
38129              Message-ID: <20030421125433.GC18189@fdgroup.com>
38130      Branch: perl
38131            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
38132 ____________________________________________________________________________
38133 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
38134         Log: Introduce 'fast stdio' symbols to non-Configure lands.
38135      Branch: perl
38136            ! NetWare/config.wc NetWare/config_H.wc configure.com
38137            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
38138            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
38139            ! win32/config.gc win32/config.vc win32/config.vc64
38140            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38141            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
38142 ____________________________________________________________________________
38143 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
38144         Log: Regen Configure, Glossary, et alia.
38145      Branch: perl
38146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38147            ! config_h.SH
38148 ____________________________________________________________________________
38149 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
38150         Log: Handle the combination of dosish and non-faststdio.
38151      Branch: perl
38152            ! t/io/layers.t
38153 ____________________________________________________________________________
38154 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
38155         Log: Subject: 5.8.0: two problems
38156              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
38157              Date: Tue, 22 Apr 2003 11:43:17 -0700
38158              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
38159      Branch: perl
38160            ! XSUB.h
38161 ____________________________________________________________________________
38162 [ 19307] By: ams                                   on 2003/04/22  16:39:51
38163         Log: Subject: [PATCH] Doc pointers in perlbot.
38164              From: Casey West <casey@geeknest.com>
38165              Date: Tue, 22 Apr 2003 11:19:09 -0400
38166              Message-Id: <20030422151909.GC11119@geeknest.com>
38167              (Applied by hand.)
38168      Branch: perl
38169            ! pod/perlbot.pod
38170 ____________________________________________________________________________
38171 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
38172         Log: z/OS: changes for building threaded from "Brian De Pradine"
38173              <PRADINE@uk.ibm.com>.
38174      Branch: perl
38175            ! Makefile.SH hints/os390.sh thread.h util.c
38176 ____________________________________________________________________________
38177 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
38178         Log: Enache's turn.
38179      Branch: perl
38180            ! ext/Encode/t/enc_module.t
38181 ____________________________________________________________________________
38182 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
38183         Log: Re-merge Encode 1.92.
38184      Branch: perl
38185            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
38186 ____________________________________________________________________________
38187 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
38188         Log: Argh, cut-and-pasto.
38189      Branch: perl
38190            ! perlio.c
38191 ____________________________________________________________________________
38192 [ 19301] By: sky                                   on 2003/04/21  21:33:14
38193         Log: Fix bug 17964 by properly refcounting the gv top.
38194              Seems like the entries in rsfp are way different than
38195              normal PVIO objects.
38196      Branch: perl
38197            ! sv.c
38198 ____________________________________________________________________________
38199 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
38200         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
38201
38202              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
38203              From: Enache Adrian <enache@rdslink.ro>
38204              Date: Sun, 20 Apr 2003 02:45:48 +0300
38205              Message-ID: <20030419234548.GA849@ratsnest.hole>
38206              and
38207              Date: Wed, 2 Apr 2003 07:52:28 +0300
38208              Message-ID: <20030402045227.GA1023@ratsnest.hole>
38209      Branch: perl
38210            ! pp_sys.c t/op/ref.t util.c
38211 ____________________________________________________________________________
38212 [ 19299] By: sky                                   on 2003/04/21  17:05:31
38213         Log: Croak on non ref to shared methods instead of segfault.
38214              This can really only happen for &share("string").
38215      Branch: perl
38216            ! ext/threads/shared/shared.xs
38217 ____________________________________________________________________________
38218 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
38219         Log: Add OpenZaurus cross-compilation patches.
38220      Branch: perl
38221            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
38222            + Cross/config.sh-arm-linux Cross/generate_config_sh
38223            + Cross/installperl.patch Cross/warp
38224            ! Cross/README INSTALL MANIFEST
38225 ____________________________________________________________________________
38226 [ 19289] By: sky                                   on 2003/04/21  13:24:40
38227         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
38228              Allows people to override the resetting by using srand() in CLONE.
38229      Branch: perl
38230            ! ext/threads/t/thread.t ext/threads/threads.xs
38231 ____________________________________________________________________________
38232 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
38233         Log: Introduce two new Configure symbols:
38234              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
38235              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
38236              [2] usefaststdio = do we use fast stdio if we have it?
38237              For 5.[68], we do.  For anything else, we don't.
38238              (At least, unless otherwise instructed by -Dusefaststdio.)
38239              This means that for bleadperl we no more use stdio, but instead
38240              default to perlio: the effect of PERLIO=perlio, in other words.
38241              (PERLIO=stdio will still switch to using stdio.)
38242              This change may endanger extensions using FILE*-- but if we are
38243              to migrate fully to perlio, better start swallowing the poison now.
38244              For maintperl, the usefaststdio still defaults to yes.
38245      Branch: perl
38246            ! Configure config_h.SH perlio.c t/io/layers.t
38247 ____________________________________________________________________________
38248 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
38249         Log: Upgrade to Locale::Maketext 1.05.
38250      Branch: perl
38251            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
38252 ____________________________________________________________________________
38253 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
38254         Log: Upgrade to Test 1.24.
38255      Branch: perl
38256            ! lib/Test.pm
38257 ____________________________________________________________________________
38258 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
38259         Log: Subject: [PATCH] goto &sub doesn't empty @_
38260              From: Dave Mitchell <davem@fdgroup.com>
38261              Date: Sun, 20 Apr 2003 21:46:51 +0100
38262              Message-ID: <20030420204651.GE15591@fdgroup.com>
38263      Branch: perl
38264            ! pp_ctl.c
38265 ____________________________________________________________________________
38266 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
38267         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
38268              the commands that invoke $(CC).
38269              Subject: Re: Smoke failure
38270              From: Enache Adrian <enache@rdslink.ro>
38271              Date: Fri, 18 Apr 2003 19:06:07 +0300
38272              Message-ID: <20030418160606.GA797@ratsnest.hole>
38273      Branch: perl
38274            ! Makefile.SH
38275 ____________________________________________________________________________
38276 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
38277         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
38278              From: Enache Adrian <enache@rdslink.ro>
38279              Date: Sat, 19 Apr 2003 20:12:18 +0300
38280              Message-ID: <20030419171218.GA974@ratsnest.hole>
38281      Branch: perl
38282            ! sv.c
38283 ____________________________________________________________________________
38284 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
38285         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
38286              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
38287              From: Steve Hay <steve.hay@uk.radan.com>
38288              Date: Wed, 16 Apr 2003 11:12:22 +0100
38289              Message-ID: <3E9D2C86.8040104@uk.radan.com>
38290      Branch: perl
38291            ! INSTALL win32/Makefile
38292 ____________________________________________________________________________
38293 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
38294         Log: Give more information of what to do when -Dusexxx fail.
38295      Branch: perl
38296            ! Configure
38297 ____________________________________________________________________________
38298 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
38299         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
38300              by adding a dummy destructor method Regexp::DESTROY.
38301              This prevents infinite recursion, since Regexp::DESTROY
38302              is no more autoloaded.
38303
38304              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
38305              From: Enache Adrian <enache@rdslink.ro>
38306              Date: Wed, 2 Apr 2003 05:02:42 +0300
38307              Message-ID: <20030402020242.GA2966@ratsnest.hole>
38308      Branch: perl
38309            ! ext/B/t/stash.t t/op/ref.t universal.c
38310 ____________________________________________________________________________
38311 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
38312         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
38313              From: Dave Mitchell <davem@fdgroup.com>
38314              Date: Sat, 19 Apr 2003 20:06:51 +0100
38315              Message-ID: <20030419190651.GD13333@fdgroup.com>
38316      Branch: perl
38317            ! t/comp/parser.t toke.c
38318 ____________________________________________________________________________
38319 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
38320         Log: Restore the two variables retired by the change #19268
38321              (for binary backward compatibility)
38322      Branch: perl
38323            ! embedvar.h perlapi.h thrdvar.h
38324 ____________________________________________________________________________
38325 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
38326         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
38327              (And undo a doublesize probe glitch from change #19272.)
38328      Branch: perl
38329            ! Configure
38330 ____________________________________________________________________________
38331 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
38332         Log: If long doubles fail, we really cannot sensibly
38333              drop back to doubles anymore, therefore abort.
38334              Pointed out by Slaven Rezic. (I tried to fix this
38335              via metaconfig but ended up with a vicious cyclic
38336              dependency.)
38337      Branch: perl
38338            ! Configure
38339 ____________________________________________________________________________
38340 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
38341         Log: Upgrade to Net::Ping 2.30.
38342      Branch: perl
38343            ! lib/Net/Ping.pm lib/Net/Ping/Changes
38344            ! lib/Net/Ping/t/450_service.t
38345 ____________________________________________________________________________
38346 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
38347         Log: Bump the test count.
38348      Branch: perl
38349            ! ext/Storable/t/tied.t
38350 ____________________________________________________________________________
38351 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
38352         Log: Subject: [PATCH] allow recursive FETCHes
38353              From: Dave Mitchell <davem@fdgroup.com>
38354              Date: Mon, 7 Apr 2003 10:00:41 +0100
38355              Message-ID: <20030407100041.A1617@fdgroup.com>
38356      Branch: perl
38357            ! av.c dump.c embed.fnc embed.h embedvar.h
38358            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
38359            ! sv.h t/op/tie.t thrdvar.h
38360 ____________________________________________________________________________
38361 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
38362         Log: Subject: [PATCH] readline.t tweak for VMS
38363              From: "Craig A. Berry" <craigberry@mac.com>
38364              Date: Thu, 17 Apr 2003 17:18:19 -0500
38365              Message-ID: <3E9F282B.6090603@mac.com>
38366      Branch: perl
38367            ! t/op/readline.t
38368 ____________________________________________________________________________
38369 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
38370         Log: Subject: [PATCH] Re: any takers for this Storable bug?
38371              From: Enache Adrian <enache@rdslink.ro>
38372              Date: Wed, 16 Apr 2003 21:11:11 +0300
38373              Message-ID: <20030416181111.GA6687@ratsnest.hole>
38374
38375              ams had already fixed the bug by #19227, but take the
38376              test case.
38377      Branch: perl
38378            ! ext/Storable/t/tied.t
38379 ____________________________________________________________________________
38380 [ 19265] By: sky                                   on 2003/04/19  00:40:42
38381         Log: Don't use the stack to allocate a SV that we hand out to another
38382              function, only badness can ensure.
38383              Message-Id: <20030418180131.GD10086@fdgroup.com>
38384              Thanks go to Dave Mitchell for help in tracking down the bug!
38385      Branch: perl
38386            ! sv.c
38387 ____________________________________________________________________________
38388 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
38389         Log: UTF8 regexp patch from Inaba Hiroto.
38390      Branch: perl
38391            ! regcomp.c t/op/pat.t
38392 ____________________________________________________________________________
38393 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
38394         Log: Unused variables.
38395      Branch: perl
38396            ! perlio.c universal.c
38397 ____________________________________________________________________________
38398 [ 19262] By: sky                                   on 2003/04/17  20:02:33
38399         Log: Another needle in the voodoo doll.
38400              Now I think it should work with the shared
38401              strings.
38402      Branch: perl
38403            ! sv.c
38404 ____________________________________________________________________________
38405 [ 19254] By: sky                                   on 2003/04/17  17:31:52
38406         Log: Extreme Voodoo programming, by not pinching the SV if it is a
38407              PADTMP it happily keeps it's value later on!
38408      Branch: perl
38409            ! sv.c
38410 ____________________________________________________________________________
38411 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
38412         Log: Implement -Dnoextensions=... and -Donlyextensions=...
38413      Branch: perl
38414            ! Configure INSTALL
38415 ____________________________________________________________________________
38416 [ 19252] By: ams                                   on 2003/04/17  16:19:31
38417         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
38418              Anything that's broken by this change should be fixed.
38419      Branch: perl
38420            ! gv.c
38421 ____________________________________________________________________________
38422 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
38423         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
38424      Branch: perl
38425            ! NetWare/config.wc NetWare/config_H.wc configure.com
38426            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
38427            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
38428            ! win32/config.gc win32/config.vc win32/config.vc64
38429            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38430            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
38431 ____________________________________________________________________________
38432 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
38433         Log: Regen Glossary et alia.
38434      Branch: perl
38435            ! Porting/Glossary Porting/config.sh Porting/config_H
38436 ____________________________________________________________________________
38437 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
38438         Log: Small tidying up of the selectminbits code, but most
38439              importantly allocate the buffer from the heap using
38440              malloc, not from the stack: using stack causes unaligned
38441              access in LP64 Solaris since stack data is not guaranteed
38442              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
38443              (via Alan Burlison)
38444      Branch: perl
38445            ! Configure
38446 ____________________________________________________________________________
38447 [ 19247] By: ams                                   on 2003/04/17  12:24:57
38448         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
38449              From: Enache Adrian <enache@rdslink.ro>
38450              Date: Thu, 17 Apr 2003 14:35:36 +0300
38451              Message-Id: <20030417113536.GA898@ratsnest.hole>
38452      Branch: perl
38453            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
38454 ____________________________________________________________________________
38455 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
38456         Log: Document that the open pragma does not affect
38457              the three-headed hydra, ummm, open.
38458      Branch: perl
38459            ! lib/open.pm
38460 ____________________________________________________________________________
38461 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
38462         Log: More maneuvering closer to proposed POSIX classes
38463              mapping to Unicode: (1) The definitions of "graph" and
38464              "print" are still in flux: move closer back to how Perl
38465              5.8.0 defined it (though drop Co, that did not make sense)
38466              (2) Add U+0085 (NEL) to "space".
38467      Branch: perl
38468            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
38469            ! lib/unicore/lib/Space.pl lib/unicore/mktables
38470 ____________________________________________________________________________
38471 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
38472         Log: Detect the 'fast stdio' case.
38473      Branch: perl
38474            ! lib/PerlIO.pm t/io/layers.t
38475 ____________________________________________________________________________
38476 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
38477         Log: Fix up Larry's copyright statements to my best knowledge.
38478              (Lots of Perl 5 source code archaeology was involved.)
38479              Larry didn't make strangled noises when I showed him
38480              the patch, either :-)
38481      Branch: perl
38482            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
38483            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
38484            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
38485            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
38486            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
38487            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
38488            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
38489            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
38490            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
38491            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
38492            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
38493            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
38494            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
38495            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
38496            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
38497 ____________________________________________________________________________
38498 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
38499         Log: Handle PERLIO= and document a bit.
38500      Branch: perl
38501            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
38502 ____________________________________________________________________________
38503 [ 19240] By: sky                                   on 2003/04/16  16:27:43
38504         Log: Fix double join problem for those places where free
38505              actually means free (solaris for example :)
38506              Fixes bug #16681
38507      Branch: perl
38508            ! ext/threads/t/join.t ext/threads/threads.xs
38509 ____________________________________________________________________________
38510 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
38511         Log: Try to get the layers.t working also for dosish platforms.
38512      Branch: perl
38513            ! lib/PerlIO.pm t/io/layers.t
38514 ____________________________________________________________________________
38515 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
38516         Log: A -C parsed from the #! line can still have line endings in it.
38517      Branch: perl
38518            ! util.c
38519 ____________________________________________________________________________
38520 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
38521         Log: What does an empty PERLIO= mean, anyway?
38522      Branch: perl
38523            ! t/io/layers.t
38524 ____________________________________________________________________________
38525 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
38526         Log: Document the effect of thread creation context.
38527      Branch: perl
38528            ! ext/threads/threads.pm
38529 ____________________________________________________________________________
38530 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
38531         Log: Use the right prototype and a glob is fine (from Rafael).
38532      Branch: perl
38533            ! lib/PerlIO.pm universal.c
38534 ____________________________________________________________________________
38535 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
38536         Log: PerlIO::get_layers() usage tip.
38537      Branch: perl
38538            ! lib/PerlIO.pm
38539 ____________________________________________________________________________
38540 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
38541         Log: Syntax terror.
38542      Branch: perl
38543            ! lib/unicore/mktables
38544 ____________________________________________________________________________
38545 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
38546         Log: Redundant test.
38547      Branch: perl
38548            ! lib/unicore/mktables
38549 ____________________________________________________________________________
38550 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
38551         Log: Synchronize the specifications of the POSIX character
38552              classes alnum, graph, and print closer to the planned
38553              Unicode proposal.
38554      Branch: perl
38555            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
38556            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
38557 ____________________________________________________________________________
38558 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
38559         Log: Patch from Merijn.
38560      Branch: perl
38561            ! perl.h
38562 ____________________________________________________________________________
38563 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
38564         Log: Thinko in modfl detection.
38565      Branch: perl
38566            ! Configure
38567 ____________________________________________________________________________
38568 [ 19227] By: ams                                   on 2003/04/16  02:32:11
38569         Log: Storable now handles self-tied scalars with NULL mg_obj.
38570      Branch: perl
38571            ! ext/Storable/Storable.xs
38572 ____________________________________________________________________________
38573 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
38574         Log: Upgrade to Pod::LaTeX 0.55.
38575      Branch: perl
38576            + lib/Pod/t/pod2latex.t
38577            - lib/Pod/t/latex.t
38578            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
38579 ____________________________________________________________________________
38580 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
38581         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
38582      Branch: perl
38583            ! Configure
38584 ____________________________________________________________________________
38585 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
38586         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
38587      Branch: perl
38588            ! t/io/layers.t
38589 ____________________________________________________________________________
38590 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
38591         Log: False alarm: no cyclic dependency.
38592      Branch: perl
38593            ! Configure config_h.SH
38594 ____________________________________________________________________________
38595 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
38596         Log: Backport of _most_ of the changes in #19218: not one big
38597              cyclic dependency, though, it must be broken up somehow.
38598      Branch: perl
38599            ! Configure config_h.SH
38600 ____________________________________________________________________________
38601 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
38602         Log: Big patch from Alan Burlison to make Solaris long doubles work.
38603              (Also spreads more <stdlib.h> joy.)
38604              Needs backporting to metaconfig units and introducing the new
38605              symbols to non-Configure lands.
38606      Branch: perl
38607            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
38608 ____________________________________________________________________________
38609 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
38610         Log: Don't skip the whole test for PERLIO=perlio.
38611      Branch: perl
38612            ! t/io/layers.t
38613 ____________________________________________________________________________
38614 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
38615         Log: Add a test for [perl #17753].
38616      Branch: perl
38617            ! t/op/undef.t
38618 ____________________________________________________________________________
38619 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
38620         Log: "proto.h": 'id' is a reserved word in Objective-C.
38621      Branch: perl
38622            ! embed.fnc op.c proto.h
38623 ____________________________________________________________________________
38624 [ 19213] By: sky                                   on 2003/04/14  21:42:10
38625         Log: Ook, run tests on correct build-dir next time.
38626              We must check if the hv is a stash, otherwise we try to delete
38627              something that is a HvNAME of null.....  tests pass better now
38628      Branch: perl
38629            ! gv.c
38630 ____________________________________________________________________________
38631 [ 19212] By: sky                                   on 2003/04/14  21:15:00
38632         Log: Fixes to bugs introduced by PL_stashcache
38633              A) Follow suggestion by Benjamin Goldberg to use hv_delete
38634              instead of hv_delete_ent to avoid creating a temporary SV
38635              B) Don't increment the refcount, sneak it into an IV instead
38636              C) When a GP is a deleted that contains a stash, remove the
38637              corresponding entry since hv might be in use in other places.
38638              D) Note that no test cases test the deletion of packages to catch
38639              this bug.
38640      Branch: perl
38641            ! gv.c hv.c pp_hot.c
38642 ____________________________________________________________________________
38643 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
38644         Log: Mention that "make test_harness" lets messages sent through
38645              standard error out. Complements change #19206.
38646      Branch: perl
38647            ! pod/perlhack.pod
38648 ____________________________________________________________________________
38649 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
38650         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
38651              From: Inaba Hiroto <inaba@st.rim.or.jp>
38652              Date: Fri, 21 Mar 2003 17:35:21 +0900
38653              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
38654              Date: Sat, 22 Mar 2003 11:28:05 +0900
38655              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
38656      Branch: perl
38657            ! regexec.c t/op/pat.t
38658 ____________________________________________________________________________
38659 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
38660         Log: PERLIO=perlio requires extra steps.
38661      Branch: perl
38662            ! lib/PerlIO.pm t/io/layers.t
38663 ____________________________________________________________________________
38664 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
38665         Log: Skip as early as possible if no perlio since the
38666              use open would be compile-time.
38667      Branch: perl
38668            ! t/io/layers.t
38669 ____________________________________________________________________________
38670 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
38671         Log: Document and test autovivified dirhandles.
38672              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
38673              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
38674              Date: 12 Apr 2003 12:40:45 -0000
38675              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
38676      Branch: perl
38677            ! pod/perlfunc.pod t/op/readdir.t
38678 ____________________________________________________________________________
38679 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
38680         Log: More docs about running tests and the test suite.
38681              Update perlhack.pod in various places.
38682              Add 'test_harness' as a .PHONY dependency in the Makefile.
38683      Branch: perl
38684            ! Makefile.SH pod/perlhack.pod t/README
38685 ____________________________________________________________________________
38686 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
38687         Log: Build get_layers() also under -Uuseperlio.
38688      Branch: perl
38689            ! universal.c
38690 ____________________________________________________________________________
38691 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
38692         Log: Bump up the version and admonish against aspiring (ab)use.
38693      Branch: perl
38694            ! lib/PerlIO.pm
38695 ____________________________________________________________________________
38696 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
38697         Log: Introduce PerlIO::get_layers() to allow people to peek
38698              at the PerlIO layer stack.
38699      Branch: perl
38700            + t/io/layers.t
38701            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
38702            ! universal.c
38703 ____________________________________________________________________________
38704 [ 19202] By: merijn                                on 2003/04/14  05:42:18
38705         Log: Subject: [PATCH] vms/vms.c waitpid tweak
38706              From: "Craig A. Berry" <craigberry@mac.com>
38707              Date: Mon, 14 Apr 2003 00:43:00 -0500
38708              Message-ID: <3E9A4A64.6030205@mac.com>
38709      Branch: perl
38710            ! vms/vms.c
38711 ____________________________________________________________________________
38712 [ 19201] By: sky                                   on 2003/04/13  19:26:46
38713         Log: Fix bug #16253, use all the CPU that we can :-)
38714      Branch: perl
38715            ! ext/threads/threads.xs
38716 ____________________________________________________________________________
38717 [ 19200] By: sky                                   on 2003/04/13  18:38:58
38718         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
38719              instead of 2 and make push and pop increase the refcount.
38720      Branch: perl
38721            ! ext/threads/shared/shared.xs
38722 ____________________________________________________________________________
38723 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
38724         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
38725              ../../lib for the lc() at line 66 (UTF-8 data possible
38726              if using UTF-8 locales).
38727      Branch: perl
38728            ! lib/ExtUtils/t/Install.t
38729 ____________________________________________________________________________
38730 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
38731         Log: The lib/ipc_sysv.t test has a new name.
38732      Branch: perl
38733            ! INSTALL
38734 ____________________________________________________________________________
38735 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
38736         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
38737              most probably introduced by the change #19157.  The tweak suggested
38738              by Stephen McCamant trades a possible dangling pointer (CopFILE()
38739              is tricky like that with threads) to a memory leak.  (This means
38740              that this tweak shouldn't be left in as-is, but if this helps,
38741              we at least know that the failure was caused by the #19157.)
38742      Branch: perl
38743            ! op.c
38744 ____________________________________________________________________________
38745 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
38746         Log: Upgrade to Net::Ping 2.29.
38747      Branch: perl
38748            + lib/Net/Ping/t/510_ping_udp.t
38749            - lib/Net/Ping/README
38750            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
38751 ____________________________________________________________________________
38752 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
38753         Log: Upgrade to Test::Harness 2.27_04.
38754      Branch: perl
38755            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
38756            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
38757            ! lib/Test/Harness/t/test-harness.t
38758 ____________________________________________________________________________
38759 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
38760         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
38761      Branch: perl
38762            ! hints/darwin.sh hints/rhapsody.sh
38763 ____________________________________________________________________________
38764 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
38765         Log: The debugging aid #19182 didn't.
38766      Branch: perl
38767            ! ext/B/t/deparse.t
38768 ____________________________________________________________________________
38769 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
38770         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
38771              be a negative zero, -0).
38772      Branch: perl
38773            ! lib/Benchmark.t
38774 ____________________________________________________________________________
38775 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
38776         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
38777              From: Michael G Schwern <schwern@pobox.com>
38778              Date: Fri, 11 Apr 2003 00:32:02 -0700
38779              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
38780      Branch: perl
38781            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
38782            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38783            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
38784            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
38785            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
38786            ! lib/ExtUtils/t/zz_cleanup_dummy.t
38787 ____________________________________________________________________________
38788 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
38789         Log: Peter Scott suggests that the docs for base.pm should
38790              state explicitely that base.pm doesn't call import()
38791              on base classes. Plus a few typos.
38792      Branch: perl
38793            ! lib/base.pm
38794 ____________________________________________________________________________
38795 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
38796         Log: PerlFAQ sync.
38797      Branch: perl
38798            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
38799            ! pod/perlfaq7.pod pod/perlfaq9.pod
38800 ____________________________________________________________________________
38801 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
38802         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
38803              There used to be a nullstash (%{"<none>::"}) to hold illegal
38804              variables under strict 'vars'. It has been removed by change #17942.
38805              This can lead to segfaults during the parsing, because some illegal
38806              variables might have been discarded before the compilation of the
38807              current statement had completed.
38808              Bug analysis and test case by Enache Adrian.
38809      Branch: perl
38810            ! gv.c t/lib/strict/vars
38811 ____________________________________________________________________________
38812 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
38813         Log: Be more descriptive.
38814      Branch: perl
38815            ! MANIFEST
38816 ____________________________________________________________________________
38817 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
38818         Log: Noted by Nat: -0 didn't work that well with Unicode.
38819      Branch: perl
38820            ! perl.c pod/perlrun.pod
38821 ____________________________________________________________________________
38822 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
38823         Log: Add an option for the grok_xxx() to silently ignore bad digits.
38824      Branch: perl
38825            ! numeric.c perl.h
38826 ____________________________________________________________________________
38827 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
38828         Log: The test doesn't work that well when -Uusedl.
38829              Some of the tests could be salvaged even then I guess.
38830      Branch: perl
38831            ! lib/ExtUtils/t/Constant.t
38832 ____________________________________________________________________________
38833 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
38834         Log: A temporary debugging aid for Tru64 threaded builds.
38835      Branch: perl
38836            ! ext/B/t/deparse.t
38837 ____________________________________________________________________________
38838 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
38839         Log: Unless Inuits are involved...
38840      Branch: perl
38841            ! pod/perlrun.pod
38842 ____________________________________________________________________________
38843 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
38844         Log: With AFS the cwds have little chance of agreeing.
38845      Branch: perl
38846            ! ext/Cwd/t/cwd.t
38847 ____________________________________________________________________________
38848 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
38849         Log: I assume the idea was to use the *cwd variables for testing.
38850      Branch: perl
38851            ! ext/Cwd/t/cwd.t
38852 ____________________________________________________________________________
38853 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
38854         Log: perlport information about portably embedding string data.
38855      Branch: perl
38856            ! pod/perlport.pod
38857 ____________________________________________________________________________
38858 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
38859         Log: Also locale names can contain illegal UTF-8.
38860      Branch: perl
38861            ! lib/locale.t
38862 ____________________________________________________________________________
38863 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
38864         Log: In case someone is using UTF-8 locales.
38865      Branch: perl
38866            ! lib/ExtUtils/MM_MacOS.pm
38867 ____________________________________________________________________________
38868 [ 19174] By: merijn                                on 2003/04/09  14:33:12
38869         Log: Even more promotion for -lc128 (long doubles on AIX)
38870              More obvious detection of C compiler
38871              cc_type should not promote to config.sh
38872
38873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38874              Date: Wed, 09 Apr 2003 14:31:48 +0200
38875              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
38876      Branch: perl
38877            ! hints/aix.sh
38878 ____________________________________________________________________________
38879 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
38880         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
38881      Branch: perl
38882            ! op.c t/io/open.t
38883 ____________________________________________________________________________
38884 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
38885         Log: Try to be more descriptive than just __ANONIO__ which is what
38886              you get when you autovivify filehandles into array/hash elements.
38887      Branch: perl
38888            ! doio.c op.c t/io/open.t
38889 ____________________________________________________________________________
38890 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
38891         Log: Implement support for --help and --version in Getopt::Std
38892              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
38893              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
38894              Date: Mon, 7 Apr 2003 17:07:15 -0700
38895              Message-ID: <20030408000714.GA953@math.berkeley.edu>
38896      Branch: perl
38897            ! lib/Getopt/Std.pm
38898 ____________________________________________________________________________
38899 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
38900         Log: Subject: [PATCH] Re: Error: Unknown error
38901              From: Enache Adrian <enache@rdslink.ro>
38902              Date: Tue, 8 Apr 2003 07:12:13 +0300
38903              Message-ID: <20030408041213.GA13553@ratsnest.hole>
38904      Branch: perl
38905            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
38906 ____________________________________________________________________________
38907 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
38908         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
38909              From: Dave Mitchell <davem@fdgroup.com>
38910              Date: Mon, 7 Apr 2003 21:43:17 +0100
38911              Message-ID: <20030407204317.GA8796@fdgroup.com>
38912
38913              The new XTERMORDORDOR lexer expectation must also be named
38914              in debugging perls, to be used in the output of -DT.
38915      Branch: perl
38916            ! perl.h toke.c
38917 ____________________________________________________________________________
38918 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
38919         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
38920      Branch: perl
38921            ! vms/perlvms.pod
38922 ____________________________________________________________________________
38923 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
38924         Log: Typos fixes by Stas Bekman.
38925      Branch: perl
38926            ! cv.h lib/attributes.pm sv.h
38927 ____________________________________________________________________________
38928 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
38929         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
38930              From: Robin Barker <Robin.Barker@npl.co.uk>
38931              Date: Tue, 8 Apr 2003 14:23:04 +0100
38932              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
38933      Branch: perl
38934            ! pod/perlpod.pod
38935 ____________________________________________________________________________
38936 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
38937         Log: Few more words about safe/unsafe signals.
38938      Branch: perl
38939            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
38940 ____________________________________________________________________________
38941 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
38942         Log: The SvGROW() might move the PV.
38943      Branch: perl
38944            ! pp.c
38945 ____________________________________________________________________________
38946 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
38947         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
38948              From: Michael G Schwern <schwern@pobox.com>
38949              Date: Mon, 7 Apr 2003 02:09:17 -0700
38950              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
38951      Branch: perl
38952            + lib/ExtUtils/t/MM_Any.t
38953            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
38954            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
38955            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
38956            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
38957            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
38958            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
38959            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
38960            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38961            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
38962            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
38963            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
38964            ! lib/ExtUtils/README lib/ExtUtils/TODO
38965            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
38966            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
38967 ____________________________________________________________________________
38968 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
38969         Log: Time::HiRes: Do not create files in blib directories under core
38970              (from Rafael)
38971      Branch: perl
38972            ! ext/Time/HiRes/Makefile.PL
38973 ____________________________________________________________________________
38974 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
38975         Log: Future binary compat wishful thinking:
38976              maint will use the stashcache, but not the dbassertion.
38977      Branch: perl
38978            ! intrpvar.h
38979 ____________________________________________________________________________
38980 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
38981         Log: More WinCE tweaking for Vadim Konovalov.
38982      Branch: perl
38983            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
38984            ! wince/makedist.pl
38985 ____________________________________________________________________________
38986 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
38987         Log: Subject: CvFILE for constant subs
38988              From: Stephen McCamant <smcc@mit.edu>
38989              Date: Sun, 6 Apr 2003 16:39:13 -0400
38990              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
38991      Branch: perl
38992            ! op.c
38993 ____________________________________________________________________________
38994 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
38995         Log: Subject: [PATCH] B::Deparse: sv_no != 0
38996              From: Stephen McCamant <smcc@mit.edu>
38997              Date: Sun, 6 Apr 2003 17:00:48 -0400
38998              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
38999      Branch: perl
39000            ! ext/B/B/Deparse.pm
39001 ____________________________________________________________________________
39002 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
39003         Log: An unconditional carp is not nice.
39004      Branch: perl
39005            ! ext/Sys/Syslog/Syslog.pm
39006 ____________________________________________________________________________
39007 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
39008         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
39009              From: Robert Spier <rspier@pobox.com>
39010              Date: Sat, 05 Apr 2003 21:12:20 -0800
39011              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
39012      Branch: perl
39013            ! README.solaris
39014 ____________________________________________________________________________
39015 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
39016         Log: Remove unportable ">|" shell syntax
39017              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
39018              From: Enache Adrian <enache@rdslink.ro>
39019              Date: Sun, 6 Apr 2003 21:13:27 +0300
39020              Message-ID: <20030406181326.GA873@ratsnest.hole>
39021      Branch: perl
39022            ! Makefile.SH
39023 ____________________________________________________________________________
39024 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
39025         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
39026              From: Joost van Baal <J.E.vanBaal@uvt.nl>
39027              Date: Mon, 25 Nov 2002 17:35:37 +0100
39028              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
39029
39030              (The .pm patch modified a bit, and removed the false
39031              claim that _PATH_INFO would be coming from syslog.ph)
39032      Branch: perl
39033            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
39034            ! ext/Sys/Syslog/syslog.t
39035 ____________________________________________________________________________
39036 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
39037         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
39038              From: Enache Adrian <enache@rdslink.ro>
39039              Date: Thu, 3 Apr 2003 15:50:48 +0300
39040              Message-ID: <20030403125048.GA6107@ratsnest.hole>
39041
39042              On linux, when building a shared library, generate
39043              a small shell wrapper, "preload", that preloads libperl.so
39044              only if it exists. Useful when the 'make' process stops
39045              before the link phase.
39046      Branch: perl
39047            ! Makefile.SH
39048 ____________________________________________________________________________
39049 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
39050         Log: Upgrade to Locale::Maketext 1.04.
39051      Branch: perl
39052            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
39053            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
39054            - lib/Locale/Maketext/test.pl
39055            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39056            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
39057 ____________________________________________________________________________
39058 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
39059         Log: perluniintro.pod: nice_string() doesn't escape
39060              literal escape chars -- use Sadahiro-san's fix(es).
39061      Branch: perl
39062            ! pod/perluniintro.pod
39063 ____________________________________________________________________________
39064 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
39065         Log: Subject: [PATCH 5.8.1 @19053] Embedding
39066              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39067              Date: Mon, 31 Mar 2003 12:39:24 -0800
39068              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
39069
39070              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
39071              to be used in a C program's main function.
39072      Branch: perl
39073            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
39074 ____________________________________________________________________________
39075 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
39076         Log: Heredocs and use encoding didn't work for SJIS;
39077              patch from Inaba Hiroto.
39078      Branch: perl
39079            ! toke.c
39080 ____________________________________________________________________________
39081 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
39082         Log: The manpages don't have to be built by MakeMaker for the
39083              core modules in ext/. Disable this in Devel::PPPort (not
39084              up-to-date on CPAN), Unicode::Normalize (the CPAN version
39085              uses a different Makefile.PL anyway) and XS::APItest
39086              (not CPANized.)
39087      Branch: perl
39088            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
39089            ! ext/XS/APItest/Makefile.PL
39090 ____________________________________________________________________________
39091 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
39092         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
39093              by SADAHIRO Tomoyuki.
39094      Branch: perl
39095            ! ext/Unicode/Normalize/Changes
39096            ! ext/Unicode/Normalize/Normalize.pm
39097            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
39098            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
39099            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
39100            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
39101            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
39102 ____________________________________________________________________________
39103 [ 19143] By: merijn                                on 2003/04/03  08:55:33
39104         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
39105              From: "Craig A. Berry" <craigberry@mac.com>
39106              Date: Wed, 02 Apr 2003 18:09:03 -0600
39107              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
39108      Branch: perl
39109            ! vms/vms.c vms/vmsish.h
39110 ____________________________________________________________________________
39111 [ 19142] By: merijn                                on 2003/04/03  08:50:55
39112         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
39113              From: andreas.koenig@anima.de (Andreas J. Koenig)
39114              Date: Thu, 03 Apr 2003 08:28:52 +0200
39115              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
39116      Branch: perl
39117            ! lib/Pod/t/Functions.t
39118 ____________________________________________________________________________
39119 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
39120         Log: Don't recurse from threads to threads/shared (since
39121              threads/shared is built separately, temp solution from
39122              Schwern while MM is being fixed.)
39123      Branch: perl
39124            ! ext/threads/Makefile.PL
39125 ____________________________________________________________________________
39126 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
39127         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
39128              From: Steve Hay <steve.hay@uk.radan.com>
39129              Date: Thu, 20 Mar 2003 11:55:01 +0000
39130              Message-ID: <3E79AC15.80307@uk.radan.com>
39131      Branch: perl
39132            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
39133 ____________________________________________________________________________
39134 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
39135         Log: Make perldiag agree with #19138.
39136      Branch: perl
39137            ! pod/perldiag.pod
39138 ____________________________________________________________________________
39139 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
39140         Log: Make at least the thread count make sense.
39141      Branch: perl
39142            ! ext/threads/threads.xs
39143 ____________________________________________________________________________
39144 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
39145         Log: Adjust test for the recent change (#19136) to Pod::Html
39146      Branch: perl
39147            ! lib/Pod/t/htmlview.t
39148 ____________________________________________________________________________
39149 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
39150         Log: Fixes for "installhtml --splithead", based on :
39151              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
39152              From: Steve Hay <steve.hay@uk.radan.com>
39153              Date: Wed, 02 Apr 2003 11:33:41 +0100
39154              Message-ID: <3E8ABC85.5060807@uk.radan.com>
39155
39156              This also includes a small patch to Pod::Html : when generating
39157              anchor names, play on the safe side and turn every non-alphanumeric
39158              character into an '_'. Moreover, Pod::Html::anchorify() is now
39159              optionally exported.
39160      Branch: perl
39161            ! installhtml lib/Pod/Html.pm
39162 ____________________________________________________________________________
39163 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
39164         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
39165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39166              Date: Tue, 01 Apr 2003 16:32:46 -0800
39167              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
39168      Branch: perl
39169            ! pp.c t/op/split.t
39170 ____________________________________________________________________________
39171 [ 19134] By: sky                                   on 2003/04/02  18:01:40
39172         Log: Fix some small nits, thanks to Rafael.
39173      Branch: perl
39174            ! pp_hot.c
39175 ____________________________________________________________________________
39176 [ 19133] By: sky                                   on 2003/04/02  13:41:14
39177         Log: Add packname->stash cache before the check if a packname is a
39178              filehandle or a package, it works because only packnames
39179              that have been resolved to stashes are added to the cache,
39180              and when a newIO is created we clean the cache.
39181              Results in roughly 1.8 speed increase for class->method()
39182              calls.
39183      Branch: perl
39184            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
39185 ____________________________________________________________________________
39186 [ 19132] By: merijn                                on 2003/04/02  11:28:02
39187         Log: #19122 should have been tested on non-glibc system (like AIX)
39188      Branch: perl
39189            ! pp.c
39190 ____________________________________________________________________________
39191 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
39192         Log: Spread IlyaZ's PERL_CORE detection trick.
39193      Branch: perl
39194            ! ext/Encode/Makefile.PL
39195 ____________________________________________________________________________
39196 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
39197         Log: Cannot portably compare files if one of them is still open
39198              (from Craig Berry).
39199      Branch: perl
39200            ! ext/Encode/t/enc_module.t
39201 ____________________________________________________________________________
39202 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
39203         Log: MM_VMS tweak from Craig Berry:
39204              http://nntp.x.perl.org/group/perl.makemaker/1002
39205      Branch: perl
39206            ! lib/ExtUtils/MM_VMS.pm
39207 ____________________________________________________________________________
39208 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
39209         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
39210              From: Steve Hay <steve.hay@uk.radan.com>
39211              Date: Thu, 20 Mar 2003 12:34:15 +0000
39212              Message-ID: <3E79B547.6030201@uk.radan.com>
39213              (with a few minor tweaks)
39214      Branch: perl
39215            ! installhtml
39216 ____________________________________________________________________________
39217 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
39218         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
39219              From: Enache Adrian <enache@rdslink.ro>
39220              Date: Sat, 29 Mar 2003 19:45:41 +0200
39221              Message-ID: <20030329174541.GA8138@ratsnest.hole>
39222      Branch: perl
39223            ! ext/B/B/Deparse.pm
39224 ____________________________________________________________________________
39225 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
39226         Log: Fix bug #21742. require should be always invoked in
39227              scalar context. This wasn't the case when called from
39228              an eval(""), because the void context doesn't propagate
39229              through the leaveeval op. Instead of making scalarvoid()
39230              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
39231              a workaround in doeval().
39232      Branch: perl
39233            ! pp_ctl.c t/comp/require.t
39234 ____________________________________________________________________________
39235 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
39236         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
39237              From: "Green, Paul" <Paul.Green@stratus.com>
39238              Date: Tue, 1 Apr 2003 12:37:38 -0500
39239              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
39240      Branch: perl
39241            ! hints/vos.sh
39242 ____________________________________________________________________________
39243 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
39244         Log: Integrate:
39245              [ 19119]
39246              Address "5.8.1@19053: crypt_r() takes 128K per thread".
39247      Branch: perl
39248           !> pp.c reentr.c reentr.h reentr.pl
39249 ____________________________________________________________________________
39250 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
39251         Log: Integrate:
39252              [ 19109]
39253              Subject: [PATCH 5.8.1 @19053] Time::HiRes
39254              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39255              Date: Mon, 31 Mar 2003 12:53:01 -0800
39256              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
39257
39258              [ 19111]
39259              A cleaner way to detect PERL_CORE, from IlyaZ.
39260      Branch: perl
39261           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
39262 ____________________________________________________________________________
39263 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
39264         Log: Integrate:
39265              [ 19106]
39266              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
39267              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39268              Date: Mon, 31 Mar 2003 12:43:37 -0800
39269              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
39270
39271              and regen Configure.
39272      Branch: perl
39273            ! Configure config_h.SH embedvar.h
39274           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
39275           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
39276           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
39277           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
39278           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
39279           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
39280           !> reentr.h reentr.pl sv.c
39281 ____________________________________________________________________________
39282 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
39283         Log: Document the _exit() issue with threads in Linux [perl #17057].
39284      Branch: perl
39285            ! ext/POSIX/POSIX.pod
39286 ____________________________________________________________________________
39287 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
39288         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
39289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39290              Date: Tue, 1 Apr 2003 11:02:35 +0200
39291              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
39292      Branch: perl
39293            ! t/op/getpid.t
39294 ____________________________________________________________________________
39295 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
39296         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
39297              From: Michael G Schwern <schwern@pobox.com>
39298              Date: Mon, 31 Mar 2003 15:16:57 -0800
39299              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
39300      Branch: perl
39301            ! ext/SDBM_File/sdbm/Makefile.PL
39302 ____________________________________________________________________________
39303 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
39304         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
39305              From: Richard.Foley@ubsw.com
39306              Date: Mon, 31 Mar 2003 16:27:14 +0200
39307              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
39308      Branch: perl
39309            ! pod/perlhack.pod
39310 ____________________________________________________________________________
39311 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
39312         Log: Subject: [PATCH] Text::Abbrev warnings safe
39313              From: Peter Scott <Peter@PSDT.com>
39314              Date: Fri, 28 Mar 2003 16:34:47 -0800
39315              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
39316      Branch: perl
39317            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
39318 ____________________________________________________________________________
39319 [ 19113] By: merijn                                on 2003/04/01  14:12:33
39320         Log: Implemented AIX longdouble support in hints/aix.sh, which now
39321              actually work.  Thanks to John L. Allen for the hint.
39322
39323              Subject: Re: AIX longdoubles
39324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39325              Date: Tue, 01 Apr 2003 17:18:57 +0200
39326              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
39327      Branch: perl
39328            ! hints/aix.sh
39329 ____________________________________________________________________________
39330 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
39331         Log: Tabify; strictly speaking unnecessary but anyway...
39332      Branch: perl
39333            ! MANIFEST
39334 ____________________________________________________________________________
39335 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
39336         Log: Upgrade to Test::Harness 2.27_02.
39337      Branch: perl
39338            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
39339            + t/lib/sample-tests/too_many
39340            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
39341            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
39342            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
39343 ____________________________________________________________________________
39344 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
39345         Log: Upgrade to podlators 1.26.
39346      Branch: perl
39347            ! lib/Pod/Man.pm
39348 ____________________________________________________________________________
39349 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
39350         Log: Upgrade to Encode 1.92.
39351      Branch: perl
39352            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
39353            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
39354            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
39355            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
39356            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
39357            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
39358 ____________________________________________________________________________
39359 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
39360         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
39361              From: Michael G Schwern <schwern@pobox.com>
39362              Date: Mon, 31 Mar 2003 02:42:58 -0800
39363              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
39364      Branch: perl
39365            + lib/ExtUtils/MakeMaker/FAQ.pod
39366            + lib/ExtUtils/MakeMaker/Tutorial.pod
39367            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
39368            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
39369            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
39370            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
39371            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
39372            + t/lib/TieIn.pm
39373            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
39374            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
39375            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
39376            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
39377            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
39378            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
39379            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
39380            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
39381            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39382            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
39383            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
39384            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
39385            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
39386            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
39387            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
39388            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
39389            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
39390            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
39391 ____________________________________________________________________________
39392 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
39393         Log: Subject: [PATCH dump.c] stray n_a
39394              From: Michael G Schwern <schwern@pobox.com>
39395              Date: Mon, 31 Mar 2003 00:55:49 -0800
39396              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
39397      Branch: perl
39398            ! dump.c
39399 ____________________________________________________________________________
39400 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
39401         Log: Some low-hanging fruit for EBCDIC portability
39402              (or for marking as EBCDIC todos)
39403      Branch: perl
39404            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
39405            ! t/uni/write.t
39406 ____________________________________________________________________________
39407 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
39408         Log: Upgrade to Time::HiRes 1.44.
39409      Branch: perl
39410            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39411 ____________________________________________________________________________
39412 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
39413         Log: IRIX 5.3 update.
39414      Branch: perl
39415            ! README.irix
39416 ____________________________________________________________________________
39417 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
39418         Log: Not all compilers like #ifdefs within cpp macros
39419              (follow-up on #19086)
39420      Branch: perl
39421            ! pp_sys.c
39422 ____________________________________________________________________________
39423 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
39424         Log: Ending strings is customary (typo from #19084).
39425      Branch: perl
39426            ! ext/Socket/Socket.t
39427 ____________________________________________________________________________
39428 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
39429         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
39430      Branch: perl
39431            ! MANIFEST
39432 ____________________________________________________________________________
39433 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
39434         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
39435              as the test expects.
39436      Branch: perl
39437            ! lib/Net/hostent.t
39438 ____________________________________________________________________________
39439 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
39440         Log: In IRIX 5.3 turn off some of the warnings that cannot
39441              really be helped (e.g. warnings coming from system headers,
39442              or linker warnings during Configure).
39443      Branch: perl
39444            ! hints/irix_5.sh
39445 ____________________________________________________________________________
39446 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
39447         Log: In IRIX 5.3 the cc is awfully confused about the prototype
39448              of select().
39449      Branch: perl
39450            ! hints/irix_5.sh pp_sys.c
39451 ____________________________________________________________________________
39452 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
39453         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
39454      Branch: perl
39455            + ext/Time/HiRes/hints/irix.pl
39456            ! MANIFEST
39457 ____________________________________________________________________________
39458 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
39459         Log: gethostbyname('localhost') is not that portable.
39460              inet_aton('localhost') in IRIX 5.3 returned an undef,
39461              which in turn made pack_sockaddr_in to barf on zero
39462              length in_addr.
39463      Branch: perl
39464            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
39465 ____________________________________________________________________________
39466 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
39467         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
39468              From: Nicholas Clark <nick@unfortu.net>
39469              Date: Sun, 30 Mar 2003 00:35:48 +0000
39470              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
39471      Branch: perl
39472            ! sv.c
39473 ____________________________________________________________________________
39474 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
39475         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
39476              not defined AF_LINK.
39477      Branch: perl
39478            ! ext/Socket/Socket.xs
39479 ____________________________________________________________________________
39480 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
39481         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
39482              From: Nicholas Clark <nick@unfortu.net>
39483              Date: Sat, 29 Mar 2003 18:58:09 +0000
39484              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
39485      Branch: perl
39486            ! dump.c
39487 ____________________________________________________________________________
39488 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
39489         Log: Minor rephrasing in perlopentut,
39490              noticed by Bob Wilkinson (RT [perl #21725])
39491      Branch: perl
39492            ! pod/perlopentut.pod
39493 ____________________________________________________________________________
39494 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
39495         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39496              From: Nicholas Clark <nick@unfortu.net>
39497              Date: Thu, 27 Mar 2003 22:37:35 +0000
39498              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
39499      Branch: perl
39500            ! pod/perlapi.pod sv.h
39501 ____________________________________________________________________________
39502 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
39503         Log: It seems that in Tru64 V5 gcc cannot be used to
39504              compile a threaded Perl because <pthread.h> explicitly
39505              checks for supported compilers (gcc not being one of them).
39506              This is not so bad since the system C compiler is always there.
39507      Branch: perl
39508            ! README.tru64 hints/dec_osf.sh
39509 ____________________________________________________________________________
39510 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
39511         Log: Feeding illegal QP (like \x80) to this
39512              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
39513              caused a coredump in av_length() <- nextargv() because
39514              the av was NULL.  I don't know that returning Nullfp is
39515              the best thing to do, but it dodges the segfault and
39516              introduces no test failures.
39517      Branch: perl
39518            ! doio.c
39519 ____________________________________________________________________________
39520 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
39521         Log: Missing final \n.
39522      Branch: perl
39523            ! lib/Attribute/Handlers/Changes
39524 ____________________________________________________________________________
39525 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
39526         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
39527              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
39528              Date: 24 Mar 2003 16:29:08 -0000
39529              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
39530              plus a regression test
39531      Branch: perl
39532            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
39533 ____________________________________________________________________________
39534 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
39535         Log: Better version of change #19069
39536              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39537              From: Nicholas Clark <nick@unfortu.net>
39538              Date: Wed, 26 Mar 2003 23:01:46 +0000
39539              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
39540      Branch: perl
39541            ! pp_hot.c sv.c t/op/readline.t
39542 ____________________________________________________________________________
39543 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
39544         Log: Subject: [patch] for Stratus VOS
39545              From: "Green, Paul" <Paul.Green@stratus.com>
39546              Date: Wed, 26 Mar 2003 17:24:38 -0500
39547              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
39548              (plus a small tweak to the test script)
39549      Branch: perl
39550            ! README.vos t/op/pack.t
39551 ____________________________________________________________________________
39552 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
39553         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
39554              From: Nicholas Clark <nick@unfortu.net>
39555              Date: Tue, 25 Mar 2003 22:59:17 +0000
39556              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
39557      Branch: perl
39558            ! sv.c t/op/readline.t
39559 ____________________________________________________________________________
39560 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
39561         Log: Win32 counterpart of change #19065
39562      Branch: perl
39563            ! win32/Makefile win32/makefile.mk
39564 ____________________________________________________________________________
39565 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
39566         Log: VMS counterpart of change #19065
39567      Branch: perl
39568            ! vms/descrip_mms.template
39569 ____________________________________________________________________________
39570 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
39571         Log: Upgrade to Term::ANSIColor 1.07.
39572      Branch: perl
39573            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
39574            ! lib/Term/ANSIColor/README
39575 ____________________________________________________________________________
39576 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
39577         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
39578              also separately maintained on CPAN, and now moved as
39579              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
39580              this last file.
39581      Branch: perl
39582            + utils/cpan.PL
39583           +> lib/CPAN/bin/cpan
39584            - utils/cpan
39585            ! MANIFEST installperl utils/Makefile
39586 ____________________________________________________________________________
39587 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
39588         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
39589              From: Dave Mitchell <davem@fdgroup.com>
39590              Date: Thu, 20 Mar 2003 01:26:19 +0000
39591              Message-ID: <20030320012619.C19869@fdgroup.com>
39592
39593              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
39594              From: Dave Mitchell <davem@fdgroup.com>
39595              Date: Mon, 24 Mar 2003 16:06:51 +0000
39596              Message-ID: <20030324160651.D1798@fdgroup.com>
39597      Branch: perl
39598            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
39599 ____________________________________________________________________________
39600 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
39601         Log: Subject: [perl #21648] Doc typo in Net::servent
39602              From: Andy Lester (via RT) <perlbug-followup@perl.org>
39603              Date: 22 Mar 2003 05:02:31 -0000
39604              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
39605      Branch: perl
39606            ! lib/Net/servent.pm
39607 ____________________________________________________________________________
39608 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
39609         Log: Subject: [PATCH README.qnx] for QNX 6.2
39610              From: Norton Allen <allen@huarp.harvard.edu>
39611              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
39612              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
39613      Branch: perl
39614            ! README.qnx
39615 ____________________________________________________________________________
39616 [ 19060] By: merijn                                on 2003/03/26  13:13:23
39617         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
39618              From: "Craig A. Berry" <craigberry@mac.com>
39619              Date: Tue, 25 Mar 2003 22:52:58 -0600
39620              Message-ID: <3E81322A.3040508@mac.com>
39621      Branch: perl
39622            ! lib/vmsish.t
39623 ____________________________________________________________________________
39624 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
39625         Log: Change 19056 wasn't good enough.
39626              ldlibpth should be changed later, to avoid spaces to be quoted.
39627      Branch: perl
39628            ! Makefile.SH
39629 ____________________________________________________________________________
39630 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
39631         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
39632              From: Michael G Schwern <schwern@pobox.com>
39633              Date: Mon, 24 Mar 2003 00:50:39 -0800
39634              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
39635      Branch: perl
39636            ! pod/perlhist.pod
39637 ____________________________________________________________________________
39638 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
39639         Log: Typo, spotted by Doru Petrescu
39640              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
39641      Branch: perl
39642            ! ext/Data/Dumper/Dumper.pm
39643 ____________________________________________________________________________
39644 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
39645         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
39646              From: Enache Adrian <enache@rdslink.ro>
39647              Date: Mon, 24 Mar 2003 23:56:25 +0200
39648              Message-ID: <20030324215625.GB853@ratsnest.hole>
39649      Branch: perl
39650            ! Makefile.SH
39651 ____________________________________________________________________________
39652 [ 19055] By: merijn                                on 2003/03/24  07:05:39
39653         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
39654              From: Enache Adrian <enache@rdslink.ro>
39655              Date: Sat, 22 Mar 2003 22:49:49 +0200
39656              Message-ID: <20030322204949.GB794@ratsnest.hole>
39657
39658              This is a slightly more defensive patch than Chip's patch that
39659              fell through the cracks, but does the same
39660              Subject: Shared libperl.so and build issues
39661              From: Chip Turner <cturner@redhat.com>
39662              Date: Tue 31 Dec 2002 17:21
39663      Branch: perl
39664            ! Makefile.SH
39665 ____________________________________________________________________________
39666 [ 19054] By: merijn                                on 2003/03/24  06:54:23
39667         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
39668              From: "Craig A. Berry" <craigberry@mac.com>
39669              Date: Sun, 23 Mar 2003 15:32:58 -0600
39670              Message-ID: <3E7E280A.5000304@mac.com>
39671      Branch: perl
39672            ! vms/vms.c
39673 ____________________________________________________________________________
39674 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
39675         Log: For change #19051: a new .bat to CRLF.
39676      Branch: perl
39677            ! Porting/makerel
39678 ____________________________________________________________________________
39679 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
39680         Log: WinCE update from Vadim Konovalov.
39681      Branch: perl
39682            + wince/compile-all.bat wince/makedist.pl
39683            - wince/include/sys/stat.h wince/xbuildall.ksh
39684            - wince/xdistclean.ksh wince/xmakediffs.ksh
39685            ! MANIFEST README.ce dosish.h wince/Makefile.ce
39686            ! wince/compile.bat wince/config.ce
39687 ____________________________________________________________________________
39688 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
39689         Log: Oops (change #19013 missed changing the Perl version number).
39690      Branch: perl
39691            ! cygwin/perlld.in
39692 ____________________________________________________________________________
39693 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
39694         Log: Integrate from maint-5.8:
39695              [ 19045]
39696              If no IVSIZE == 8, no need for modulo_1.
39697      Branch: perl
39698           !> pp.c
39699 ____________________________________________________________________________
39700 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
39701         Log: Subject: [PATCH] p4genpatch
39702              From: andreas.koenig@anima.de (Andreas J. Koenig)
39703              Date: Sat, 15 Mar 2003 12:04:18 +0100
39704              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
39705      Branch: perl
39706            ! Porting/p4genpatch
39707 ____________________________________________________________________________
39708 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
39709         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
39710              From: Martien Verbruggen <mgjv@tradingpost.com.au>
39711              Date: Sat, 15 Mar 2003 12:31:47 +1100
39712              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
39713      Branch: perl
39714            ! pod/perlsub.pod pod/perlsyn.pod
39715 ____________________________________________________________________________
39716 [ 19042] By: merijn                                on 2003/03/21  07:45:54
39717         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
39718              From: "Craig A. Berry" <craigberry@mac.com>
39719              Date: Thu, 20 Mar 2003 23:03:36 -0600
39720              Message-ID: <3E7A9D28.1040706@mac.com>
39721      Branch: perl
39722            ! configure.com vms/vms.c vms/vmsish.h
39723 ____________________________________________________________________________
39724 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
39725         Log: Subject: Re: [patch] [perl #21628] rcatline issue
39726              From: Enache Adrian <enache@rdslink.ro>
39727              Date: Thu, 20 Mar 2003 22:39:06 +0200
39728              Message-ID: <20030320203906.GA31199@ratsnest.hole>
39729      Branch: perl
39730            ! MANIFEST pp_hot.c t/op/readline.t
39731 ____________________________________________________________________________
39732 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
39733         Log: Subject: Re: Bytecode? Back into service.
39734              From: Enache Adrian <enache@rdslink.ro>
39735              Date: Thu, 20 Mar 2003 07:38:39 +0200
39736              Message-ID: <20030320053839.GA4044@ratsnest.hole>
39737      Branch: perl
39738            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
39739            ! ext/ByteLoader/byterun.h op.c
39740 ____________________________________________________________________________
39741 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
39742         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
39743              From: "Gerrit P. Haase" <gp@familiehaase.de>
39744              Date: Thu, 20 Mar 2003 21:23:28 +0100
39745              Message-ID: <941032389637.20030320212328@familiehaase.de>
39746      Branch: perl
39747            ! README.cygwin
39748 ____________________________________________________________________________
39749 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
39750         Log: Integrate:
39751              [ 19033]
39752              file test operators weren't doing the right thing if the SV
39753              passed to them wasn't NUL-terminated
39754
39755              [ 19034]
39756              ensure SVs returned by Win32::Get{Short,Full}PathName() are
39757              NUL-terminated
39758      Branch: perl
39759           !> doio.c win32/win32.c
39760 ____________________________________________________________________________
39761 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
39762         Log: Better wording as requested by Rafael, and
39763              the module is BerkeleyDB, not BerkeleyFile.
39764      Branch: perl
39765            ! README.tru64
39766 ____________________________________________________________________________
39767 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
39768         Log: Update the DB_File instructions in Tru64.
39769      Branch: perl
39770            ! README.tru64
39771 ____________________________________________________________________________
39772 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
39773         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
39774              From: Dave Mitchell <davem@fdgroup.com>
39775              Date: Tue, 18 Mar 2003 21:55:05 +0000
39776              Message-ID: <20030318215505.A16787@fdgroup.com>
39777      Branch: perl
39778            ! pp_ctl.c t/op/goto.t
39779 ____________________________________________________________________________
39780 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
39781         Log: Subject: [PATCH] VMS pod install tweaks
39782              From: "Craig A. Berry" <craigberry@mac.com>
39783              Date: Sat, 15 Mar 2003 16:06:07 -0600
39784              Message-ID: <3E73A3CF.3060502@mac.com>
39785      Branch: perl
39786            ! vms/descrip_mms.template
39787 ____________________________________________________________________________
39788 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
39789         Log: Subject: [PATCH] poll() help for VMS
39790              From: "Craig A. Berry" <craigberry@mac.com>
39791              Date: Tue, 18 Mar 2003 01:10:10 -0600
39792              Message-ID: <3E76C652.30205@mac.com>
39793      Branch: perl
39794            ! configure.com ext/IO/poll.h
39795 ____________________________________________________________________________
39796 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
39797         Log: The description of SIG_SIZE was off.
39798      Branch: perl
39799            ! Configure NetWare/config_H.wc Porting/Glossary
39800            ! Porting/config.sh Porting/config_H config_h.SH
39801            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
39802            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
39803            ! wince/config_H.ce
39804 ____________________________________________________________________________
39805 [ 19020] By: merijn                                on 2003/03/18  05:45:50
39806         Log: Minor updates of Wolfgang's pack patch
39807
39808              Subject: Re: pack changes and related fixes
39809              From: Philip Newton <Philip.Newton@gmx.net>
39810              Date: Tue, 18 Mar 2003 06:19:30 +0100
39811              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
39812      Branch: perl
39813            ! embed.fnc pod/perldiag.pod
39814 ____________________________________________________________________________
39815 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
39816         Log: regenerate win32/config_H.*
39817      Branch: perl
39818            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39819            ! win32/config_H.vc64
39820 ____________________________________________________________________________
39821 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
39822         Log: there is no trailing NULL in sig_name or sig_num, so don't
39823              talk about it
39824      Branch: perl
39825            ! Porting/Glossary
39826 ____________________________________________________________________________
39827 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
39828         Log: according to the new Porting/Glossary, sig_num doesn't have an
39829              extra '0' at the end
39830      Branch: perl
39831            ! win32/config.bc win32/config.gc win32/config.vc
39832            ! win32/config.vc64
39833 ____________________________________________________________________________
39834 [ 19016] By: hv                                    on 2003/03/18  00:52:09
39835         Log: add tests for existing behaviour of undef postinc/dec
39836      Branch: perl
39837            ! t/op/inc.t
39838 ____________________________________________________________________________
39839 [ 19015] By: hv                                    on 2003/03/18  00:46:18
39840         Log: add comment at undef postinc special case
39841      Branch: perl
39842            ! pp.c
39843 ____________________________________________________________________________
39844 [ 19014] By: hv                                    on 2003/03/18  00:27:19
39845         Log: clarify behaviour of $a++
39846      Branch: perl
39847            ! pod/perlop.pod
39848 ____________________________________________________________________________
39849 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
39850         Log: Integrate:
39851              [ 19012]
39852              We don't have the new Perl at this stage.
39853      Branch: perl
39854           !> cygwin/perlld.in
39855 ____________________________________________________________________________
39856 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
39857         Log: Subject: pack changes and related fixes
39858              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
39859              Date: Mon, 17 Mar 2003 13:55:37 +0100
39860              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
39861      Branch: perl
39862            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
39863            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
39864            ! t/lib/warnings/pp_pack t/op/pack.t
39865 ____________________________________________________________________________
39866 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
39867         Log: Integrate:
39868              [ 19006]
39869              Subject: Re: [Patch] Maintperl versioning for Cygwin
39870              From: Slaven Rezic <slaven@rezic.de>
39871              Date: 17 Mar 2003 00:42:43 +0100
39872              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
39873      Branch: perl
39874           !> cygwin/perlld.in
39875 ____________________________________________________________________________
39876 [ 19005] By: hv                                    on 2003/03/17  02:06:20
39877         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
39878              From: chocolateboy <chocolateboy@chocolatey.com>
39879              Date: Sat, 22 Feb 2003 12:17:28 +0000
39880              Message-ID: <3E576A58.8010901@chocolatey.com>
39881      Branch: perl
39882            + ext/Data/Dumper/t/pair.t
39883            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
39884 ____________________________________________________________________________
39885 [ 19004] By: hv                                    on 2003/03/17  01:38:23
39886         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
39887              From: Stas Bekman <stas@stason.org>
39888              Date: Fri, 14 Feb 2003 11:59:53 +1100
39889              Message-ID: <3E4C3F89.6050005@stason.org>
39890      Branch: perl
39891            ! utils/h2xs.PL
39892 ____________________________________________________________________________
39893 [ 19003] By: hv                                    on 2003/03/17  01:23:02
39894         Log: Subject: [perl #20724] Patch for dprofpp
39895              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
39896              Date: 5 Feb 2003 08:41:17 -0000
39897              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
39898      Branch: perl
39899            ! utils/dprofpp.PL
39900 ____________________________________________________________________________
39901 [ 19002] By: hv                                    on 2003/03/16  23:36:57
39902         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
39903              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
39904              Date: 10 Jan 2003 10:59:44 -0000
39905              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
39906      Branch: perl
39907            ! lib/IPC/Open3.pm
39908 ____________________________________________________________________________
39909 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
39910         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
39911              for 3.3, but only might)
39912      Branch: perl
39913            ! hints/openbsd.sh
39914 ____________________________________________________________________________
39915 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
39916         Log: Stay within known facts: what platforms the skippage helps,
39917              and in which it is not needed.
39918      Branch: perl
39919            ! ext/POSIX/t/posix.t
39920 ____________________________________________________________________________
39921 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
39922         Log: This seems to fix (well, dodge) the problems in FreeBSD for
39923              Enache Adrian; in _theory_ this patch could be good for NetBSD,
39924              too, but Alian gets a core dump already at subtest #9 (anyone
39925              with a real NetBSD, Alian's is a VMware one, which has in the
39926              past caused similar odd crashes).  OpenBSD threaded build result
39927              still unknown.
39928      Branch: perl
39929            ! ext/POSIX/t/posix.t
39930 ____________________________________________________________________________
39931 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
39932         Log: IRIX ls -l marks sockets with 'S'.
39933      Branch: perl
39934            ! t/op/stat.t
39935 ____________________________________________________________________________
39936 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
39937         Log: Turn on UTF-8 flag only if the $str is valid utf8
39938              (pointed out by Dan Kogai).
39939      Branch: perl
39940            ! lib/Term/ReadLine.pm
39941 ____________________________________________________________________________
39942 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
39943         Log: Signedness nits.
39944      Branch: perl
39945            ! regcomp.c
39946 ____________________________________________________________________________
39947 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
39948         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
39949              Should work both for PERL_UNICODE/-C and use encoding 'foo';
39950      Branch: perl
39951            ! lib/Term/ReadLine.pm
39952 ____________________________________________________________________________
39953 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
39954         Log: Pod fix from Philip Newton.
39955      Branch: perl
39956            ! pod/perlfunc.pod
39957 ____________________________________________________________________________
39958 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
39959         Log: Further potential pitfalls for the utf8 len/pos cache
39960              found by Inaba Hiroto.  No test cases, yet.
39961      Branch: perl
39962            ! regcomp.c
39963 ____________________________________________________________________________
39964 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
39965         Log: Make the :bytes conditional on PerlIO.
39966      Branch: perl
39967            ! ext/Encode/t/CJKT.t
39968 ____________________________________________________________________________
39969 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
39970         Log: Needs PerlIO for :bytes.
39971      Branch: perl
39972            ! ext/Encode/t/CJKT.t
39973 ____________________________________________________________________________
39974 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
39975         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
39976              From: Enache Adrian <enache@rdslink.ro>
39977              Date: Fri, 14 Mar 2003 23:02:42 +0200
39978              Message-ID: <20030314210242.GA1159@ratsnest.hole>
39979              (with an added test)
39980      Branch: perl
39981            ! t/comp/parser.t toke.c
39982 ____________________________________________________________________________
39983 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
39984         Log: Time::HiRes is a core module
39985      Branch: perl
39986            ! pod/perlfunc.pod
39987 ____________________________________________________________________________
39988 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
39989         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
39990              From: Stas Bekman <stas@stason.org>
39991              Date: Fri, 14 Mar 2003 17:45:09 +1100
39992              Message-ID: <3E717A75.2060300@stason.org>
39993      Branch: perl
39994            ! ext/B/typemap
39995 ____________________________________________________________________________
39996 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
39997         Log: Better pass in the $self for a method.
39998      Branch: perl
39999            ! lib/File/Spec/Unix.pm
40000 ____________________________________________________________________________
40001 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
40002         Log: Cleanup the File::Spec tmpdir() implementations:
40003              now all the platforms specific modules call _tmpdir()
40004              (inherited from Unix.pm) with the list of platform
40005              specific list of temporary directories, and _tmpdir()
40006              then does the appropriate suitability checking.
40007      Branch: perl
40008            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
40009            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40010            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40011            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40012 ____________________________________________________________________________
40013 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
40014         Log: whichsig() really does return -1 for unknown signals.
40015      Branch: perl
40016            ! mg.c
40017 ____________________________________________________________________________
40018 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
40019         Log: Rework the @Config{/sig.*/} tests.
40020      Branch: perl
40021            ! lib/Config.t
40022 ____________________________________________________________________________
40023 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
40024         Log: Subject: [PATCH] configure.com: sig_num, etc.
40025              From: "Craig A. Berry" <craigberry@mac.com>
40026              Date: Thu, 13 Mar 2003 21:38:19 -0600
40027              Message-ID: <3E714EAB.6030001@mac.com>
40028      Branch: perl
40029            ! configure.com
40030 ____________________________________________________________________________
40031 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
40032         Log: Make whichsig() to work also if some system defines
40033              zero signals (now -1 is the "not found").  Note that
40034              in couple of mg.c spots only whichsig() > 0 branches
40035              are taken because signal handlers et al don't make
40036              much sense for the zero signal.
40037      Branch: perl
40038            ! doio.c mg.c
40039 ____________________________________________________________________________
40040 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
40041         Log: Since Configure does the signal name/number probe with awk
40042              based on the cpp results (not by really running code), testing
40043              for the signum value is not really helpful if we have runtime
40044              function calls (some signal numbers are dynamic, for example)
40045              (or other extra stuff where the signum value is expected).
40046              (Runtimeness also means that Configure cannot get these right,
40047              anyway.) Better filter in just the constant non-negative numbers.
40048      Branch: perl
40049            ! Configure
40050 ____________________________________________________________________________
40051 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
40052         Log: Signal issues.
40053              (1) Filter out negative signals.
40054              (2) Correct sig_num* and sig_name* descriptions.
40055      Branch: perl
40056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40057            ! config_h.SH
40058 ____________________________________________________________________________
40059 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
40060         Log: Hopefully this works also in Win32.
40061      Branch: perl
40062            ! ext/Encode/t/CJKT.t
40063 ____________________________________________________________________________
40064 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
40065         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
40066              From: "Craig A. Berry" <craigberry@mac.com>
40067              Date: Thu, 13 Mar 2003 13:44:55 -0600
40068              Message-ID: <3E70DFB7.8070405@mac.com>
40069      Branch: perl
40070            ! lib/Pod/Perldoc.pm
40071 ____________________________________________________________________________
40072 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
40073         Log: fix for switchC.t test#6 failure on windows
40074      Branch: perl
40075            ! perl.c
40076 ____________________________________________________________________________
40077 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
40078         Log: Config.t wasn't getting the sig_num and sig_size relationship
40079              right, and therefore failed test#35 on windows
40080
40081              note that config_h.SH documents that $sig_size does NOT include
40082              the final NULL in $sig_num!
40083      Branch: perl
40084            ! lib/Config.t
40085 ____________________________________________________________________________
40086 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
40087         Log: another fix for failing test on windows ("use encoding" puts
40088              STDIN in :raw mode, so chomp() wasn't stripping the CR)
40089      Branch: perl
40090            ! ext/Encode/t/enc_module.t
40091 ____________________________________________________________________________
40092 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
40093         Log: fix CJKT.t failures on windows due to incorrect binmode()
40094      Branch: perl
40095            ! ext/Encode/t/CJKT.t
40096 ____________________________________________________________________________
40097 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
40098         Log: Skip the last test of Config.t on HP-UX.
40099              (This test should be skipped for every system that
40100              actually defines a negative signal number. Maybe that
40101              test should be removed, to be future-proof.)
40102      Branch: perl
40103            ! lib/Config.t
40104 ____________________________________________________________________________
40105 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
40106         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
40107              From: Kurt Starsinic <kstar@cpan.org>
40108              Date: Mon, 10 Mar 2003 00:54:49 -0500
40109              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
40110      Branch: perl
40111            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
40112 ____________________________________________________________________________
40113 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
40114         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
40115              From: "Craig A. Berry" <craigberry@mac.com>
40116              Date: Tue, 11 Mar 2003 21:29:31 -0600
40117              Message-ID: <3E6EA99B.9060902@mac.com>
40118              Patch by Scott Lepage (scott.lepage@hp.com)
40119      Branch: perl
40120            ! hv.c
40121 ____________________________________________________________________________
40122 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
40123         Log: Some more stdlib.h inclusions and change the gccversion
40124              test to use return (could have used that for all, sigh).
40125      Branch: perl
40126            ! Configure
40127 ____________________________________________________________________________
40128 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
40129         Log: Trims slashes from the argument to rmdir(), likewise
40130              to what happens with rmdir(). Factorize the code in a
40131              local macro, TRIMSLASHES.
40132      Branch: perl
40133            ! pp_sys.c
40134 ____________________________________________________________________________
40135 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
40136         Log: VOS nit from Paul Green.
40137      Branch: perl
40138            ! vos/configure_full_perl.sh
40139 ____________________________________________________________________________
40140 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
40141         Log: File::Spec: Do not fall back to '', use curdir instead.
40142              Note: Mac used to use cwd(), now curdir, slight change
40143              (relative vs. absolute).
40144      Branch: perl
40145            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
40146            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40147            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40148 ____________________________________________________________________________
40149 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
40150         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
40151              was unset (the tests attempted to create files at the /)
40152      Branch: perl
40153            ! lib/File/Spec/Cygwin.pm
40154 ____________________________________________________________________________
40155 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
40156         Log: Another finding by IRIX cc: non-void function
40157              sv_cat_decode() should return a value.
40158      Branch: perl
40159            ! sv.c
40160 ____________________________________________________________________________
40161 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
40162         Log: Integrate:
40163              [ 18949]
40164              pudge> never integrate anything from macos/
40165      Branch: perl
40166            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
40167            - macos/macperl.sym
40168           !> MANIFEST
40169 ____________________________________________________________________________
40170 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
40171         Log: Integrate:
40172              [ 18946]
40173              Integrate from maint-5.8/macperl:
40174              [ 18937]
40175              Various MacOS portability fixes for tests
40176
40177              [ 18938]
40178              File::Spec::Unix method should be called on $self
40179
40180              [ 18939]
40181              lib.pm:_get_dirs() should use $_[0], not $_
40182
40183              [ 18940]
40184              Update MacOS for new configpm
40185
40186              [ 18941]
40187              Update MacOS build
40188              Update Makefile for new source files,
40189              update test script, add additional symbol for APItest
40190      Branch: perl
40191           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
40192           +> macos/macperl.sym
40193           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
40194           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
40195           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
40196           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
40197           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
40198           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
40199 ____________________________________________________________________________
40200 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
40201         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
40202              (Too early? If inited there the pthread_mutex_init() returns
40203              an integer much too large be an errno), but initing the mutex
40204              later, in perl_alloc(), seems to be okay with Cygwin, and also
40205              with Linux.
40206      Branch: perl
40207            ! perl.c
40208 ____________________________________________________________________________
40209 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
40210         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
40211      Branch: perl
40212            ! Configure
40213 ____________________________________________________________________________
40214 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
40215         Log: Tell how to possibly dodge 'Out of memory' errors.
40216      Branch: perl
40217            ! pod/perldiag.pod
40218 ____________________________________________________________________________
40219 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
40220         Log: WinCE tweaks from Vadim Konovalov.
40221      Branch: perl
40222            ! perl.c perlio.c wince/Makefile.ce
40223 ____________________________________________________________________________
40224 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
40225         Log: Missed one.
40226      Branch: perl
40227            ! Configure
40228 ____________________________________________________________________________
40229 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
40230         Log: Single vs doublequoted context is important...
40231      Branch: perl
40232            ! Configure
40233 ____________________________________________________________________________
40234 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
40235         Log: """glob.*""" patch for VMS, from Peter Prymmer.
40236      Branch: perl
40237            ! vms/perlvms.pod vms/vms.c
40238 ____________________________________________________________________________
40239 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
40240         Log: Questionable construct.
40241      Branch: perl
40242            ! pod/perltooc.pod
40243 ____________________________________________________________________________
40244 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
40245         Log: Better setmode() prototype for cygwin.
40246      Branch: perl
40247            ! perl.h
40248 ____________________________________________________________________________
40249 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
40250         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
40251      Branch: perl
40252            ! Configure
40253 ____________________________________________________________________________
40254 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
40255         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
40256              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
40257              So make the macro to include the , and the non-gcc case empty.
40258      Branch: perl
40259            ! sv.h
40260 ____________________________________________________________________________
40261 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
40262         Log: Uid_t and Gid_t can easily be shorts and one cannot
40263              pull shorts off the va_args, int is the shortest (ahem).
40264      Branch: perl
40265            ! reentr.c reentr.pl
40266 ____________________________________________________________________________
40267 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
40268         Log: Subject: [PATCH] io_sock.t
40269              From: Norton Allen <allen@huarp.harvard.edu>
40270              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
40271              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
40272      Branch: perl
40273            ! README.qnx ext/IO/lib/IO/t/io_sock.t
40274 ____________________________________________________________________________
40275 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
40276         Log: Get rid of one Cygwin warning by introducing a prototype
40277              for the init_os_extras().  Since there is no header file
40278              in Perl specific to cygwin, use perl.h.
40279      Branch: perl
40280            ! perl.h
40281 ____________________________________________________________________________
40282 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
40283         Log: Upgrade to Time-HiRes 1.43.
40284      Branch: perl
40285            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40286            ! ext/Time/HiRes/Makefile.PL
40287 ____________________________________________________________________________
40288 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
40289         Log: Be more lax about the out of memory error message.
40290      Branch: perl
40291            ! t/op/recurse.t
40292 ____________________________________________________________________________
40293 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
40294         Log: Try to handle hitting the heap/data limit in small systems.
40295              (One can simulate this with e.g. 32MB or 64MB datasize,
40296              use your shell's ulimit/limit/limits command.)
40297      Branch: perl
40298            ! t/op/recurse.t
40299 ____________________________________________________________________________
40300 [ 18912] By: hv                                    on 2003/03/11  07:36:00
40301         Log: typo for utf8locale in #18907
40302      Branch: perl
40303            ! sv.c
40304 ____________________________________________________________________________
40305 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
40306         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
40307              From: "Craig A. Berry" <craigberry@mac.com>
40308              Date: Tue, 11 Mar 2003 00:34:39 -0600
40309              Message-ID: <3E6D837F.7000506@mac.com>
40310      Branch: perl
40311            ! perl.c
40312 ____________________________________________________________________________
40313 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
40314         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
40315      Branch: perl
40316            ! emacs/cperl-mode.el
40317 ____________________________________________________________________________
40318 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
40319         Log: Missed some, cryptically.
40320      Branch: perl
40321            ! pod/perlfunc.pod
40322 ____________________________________________________________________________
40323 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
40324         Log: Add missing intrpvar clonings to perl_clone.
40325              Also move the IDBassertion to the end since there's
40326              no particular reason to break bincompat for that.
40327      Branch: perl
40328            ! intrpvar.h sv.c
40329 ____________________________________________________________________________
40330 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
40331         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
40332      Branch: perl
40333            ! intrpvar.h
40334 ____________________________________________________________________________
40335 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
40336         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
40337              From: Stas Bekman <stas@stason.org>
40338              Date: Tue, 11 Mar 2003 17:09:02 +1100
40339              Message-ID: <3E6D7D7E.5000704@stason.org>
40340      Branch: perl
40341            ! sv.c
40342 ____________________________________________________________________________
40343 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
40344         Log: Subject: [PATCH] typos and other minor things
40345              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40346              Date: Mon, 10 Mar 2003 21:00:55 -0700
40347              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
40348      Branch: perl
40349            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
40350            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
40351            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
40352            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
40353            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
40354            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
40355            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
40356            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
40357            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
40358 ____________________________________________________________________________
40359 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
40360         Log: A rejected hunk of #18902 reapplied.
40361      Branch: perl
40362            ! t/io/utf8.t
40363 ____________________________________________________________________________
40364 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
40365         Log: Patch from Craig Berry to resolve test failures in VMS.
40366              Will poke the Net::Ping author.
40367      Branch: perl
40368            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
40369            ! t/io/utf8.t t/op/magic.t
40370 ____________________________________________________________________________
40371 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
40372         Log: Integrate (by hand) change #18386 from maint-5.8
40373      Branch: perl
40374            ! t/op/split.t
40375 ____________________________________________________________________________
40376 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
40377         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
40378      Branch: perl
40379            ! t/run/switchC.t
40380 ____________________________________________________________________________
40381 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
40382         Log: A new test, to check that signal numbers are actually positive,
40383              and that there is a consistent number of signals available.
40384      Branch: perl
40385            ! lib/Config.t
40386 ____________________________________________________________________________
40387 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
40388         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
40389              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40390              Date: Fri, 07 Mar 2003 13:12:49 -0800
40391              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
40392      Branch: perl
40393            ! mg.c pod/perldiag.pod t/op/tie.t
40394 ____________________________________________________________________________
40395 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
40396         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
40397              From: Nicholas Clark <nick@unfortu.net>
40398              Date: Sun, 9 Mar 2003 21:24:46 +0000
40399              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
40400      Branch: perl
40401            ! lib/Config.t
40402 ____________________________________________________________________________
40403 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
40404         Log: Integrate from maint:
40405              [ 18428]
40406              Somehow I managed to get makefile.olds that didn't get cleaned away.
40407      Branch: perl
40408           !> Makefile.SH x2p/Makefile.SH
40409 ____________________________________________________________________________
40410 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
40411         Log: Comment fix.
40412      Branch: perl
40413            ! t/io/utf8.t
40414 ____________________________________________________________________________
40415 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
40416         Log: Remove the foo-old files.
40417      Branch: perl
40418            ! opcode.pl
40419 ____________________________________________________________________________
40420 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
40421         Log: Subject: Re: Shared libperl.so and build issues
40422              From: Chip Turner <cturner@redhat.com>
40423              Date: 05 Jan 2003 10:35:40 -0500
40424              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
40425      Branch: perl
40426            ! INSTALL
40427 ____________________________________________________________________________
40428 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
40429         Log: Bunch of doc patches from Stas; plus regen.
40430
40431              Subject: [doc patch] perl.c's pod api entry
40432              From: Stas Bekman <stas@stason.org>
40433              Date: Mon, 10 Mar 2003 12:35:52 +1100
40434              Message-ID: <3E6BEBF8.80402@stason.org>
40435
40436              Subject: Re: [patch] perlguts.pod
40437              From: Stas Bekman <stas@stason.org>
40438              Date: Mon, 10 Mar 2003 12:38:57 +1100
40439              Message-ID: <3E6BECB1.7050009@stason.org>
40440
40441              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
40442              From: Stas Bekman <stas@stason.org>
40443              Date: Mon, 10 Mar 2003 12:41:46 +1100
40444              Message-ID: <3E6BED5A.801@stason.org>
40445
40446              Subject: Re: [patch] perlapi.pod fix
40447              From: Stas Bekman <stas@stason.org>
40448              Date: Mon, 10 Mar 2003 12:43:33 +1100
40449              Message-ID: <3E6BEDC5.6010405@stason.org>
40450
40451              Subject: Re: [docs patch] replace gets() with fgets() in example
40452              From: Stas Bekman <stas@stason.org>
40453              Date: Mon, 10 Mar 2003 12:45:41 +1100
40454              Message-ID: <3E6BEE45.9030901@stason.org>
40455
40456              Subject: [doc patch] perlrun.pod
40457              From: Stas Bekman <stas@stason.org>
40458              Date: Mon, 10 Mar 2003 14:49:59 +1100
40459              Message-ID: <3E6C0B67.4050606@stason.org>
40460      Branch: perl
40461            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
40462            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
40463 ____________________________________________________________________________
40464 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
40465         Log: Must not hide the protos, though.
40466      Branch: perl
40467            ! embed.pl proto.h
40468 ____________________________________________________________________________
40469 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
40470         Log: I hate embed*.  Tell me what you know.
40471      Branch: perl
40472            ! embed.fnc embed.h
40473 ____________________________________________________________________________
40474 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
40475         Log: Upgrade to Encode 1.91.
40476      Branch: perl
40477            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
40478            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
40479 ____________________________________________________________________________
40480 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
40481         Log: Export the symbols from #18863; do not prototype (but export)
40482              Nicholas Clark's experimental COW functions.
40483              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
40484              a mess of Herculean proportions.  Someone should redesign and
40485              clean up the stables.
40486      Branch: perl
40487            ! embed.fnc embed.pl global.sym proto.h
40488 ____________________________________________________________________________
40489 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
40490         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
40491      Branch: perl
40492            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
40493            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
40494            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
40495            ! ext/Encode/t/enc_module.t
40496 ____________________________________________________________________________
40497 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
40498         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
40499              under 'use encoding'.
40500      Branch: perl
40501            + ext/Encode/t/enc_data.t
40502            ! MANIFEST ext/Encode/MANIFEST toke.c
40503 ____________________________________________________________________________
40504 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
40505         Log: Tru64: additional instructions for building a newer Berkeley DB.
40506      Branch: perl
40507            ! README.tru64 hints/dec_osf.sh
40508 ____________________________________________________________________________
40509 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
40510         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
40511              function stubs, should be helpful for really simple extensions.
40512              Undoes large parts of changes #16289 and #16290.
40513      Branch: perl
40514            ! sv.c
40515 ____________________________________________________________________________
40516 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
40517         Log: ... and add a test case for bug #20798
40518      Branch: perl
40519            ! t/op/eval.t
40520 ____________________________________________________________________________
40521 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
40522         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
40523              From: Enache Adrian <enache@rdslink.ro>
40524              Date: Fri, 7 Mar 2003 23:28:37 +0200
40525              Message-ID: <20030307212837.GB765@ratsnest.hole>
40526
40527              (and few more test cases from the thread)
40528      Branch: perl
40529            ! sv.c t/op/sprintf.t
40530 ____________________________________________________________________________
40531 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
40532         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
40533              From: Enache Adrian <enache@rdslink.ro>
40534              Date: Fri, 7 Mar 2003 00:12:03 +0200
40535              Message-ID: <20030306221203.GB13330@ratsnest.hole>
40536      Branch: perl
40537            ! op.c
40538 ____________________________________________________________________________
40539 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
40540         Log: Adjust test count.
40541      Branch: perl
40542            ! t/op/pat.t
40543 ____________________________________________________________________________
40544 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
40545         Log: From Inaba Hiroto: re_intuit_start set a value to
40546              PL_bostr before calling find_byclass when regexp has
40547              ROPT_UTF8 flag on. But right value for PL_bostr is set
40548              before re_intuit_start is called.  PL_regdata is always
40549              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
40550              can be deleted.
40551      Branch: perl
40552            ! regexec.c t/op/pat.t
40553 ____________________________________________________________________________
40554 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
40555         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
40556              updated when fbm_compile() appended a "\n".
40557      Branch: perl
40558            ! t/op/pat.t util.c
40559 ____________________________________________________________________________
40560 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
40561         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
40562              Print it in B::Debug. Can be used later in B::Deparse to deparse
40563              the open pragma.
40564      Branch: perl
40565            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
40566 ____________________________________________________________________________
40567 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
40568         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
40569              From: Richard.Foley@ubsw.com
40570              Date: Fri, 21 Feb 2003 13:51:51 +0100
40571              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
40572      Branch: perl
40573            ! pod/perldebug.pod
40574 ____________________________________________________________________________
40575 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
40576         Log: Enache Adrian reads comments.
40577      Branch: perl
40578            ! perl.h
40579 ____________________________________________________________________________
40580 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
40581         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
40582              From: Richard Soderberg <perl@crystalflame.net>
40583              Date: Sat, 15 Feb 2003 01:27:17 -0500
40584              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
40585      Branch: perl
40586            ! ext/IO/lib/IO/Select.pm
40587 ____________________________________________________________________________
40588 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
40589         Log: Subject: [PATCH] long %ENV values for VMS
40590              From: "Craig A. Berry" <craigberry@mac.com>
40591              Date: Fri, 07 Mar 2003 13:49:50 -0600
40592              Message-ID: <3E68F7DE.8070603@mac.com>
40593      Branch: perl
40594            ! vms/vms.c
40595 ____________________________________________________________________________
40596 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
40597         Log: regen_headers tiny tidying:
40598              - regen.pl renamed as regen_lib.pl
40599              - regen_headers.pl renamed as regen.pl
40600              - added make target 'regen' (kept target 'regen_headers'
40601              for porters' brains' backward compatibility)
40602              - regen.pl fancified a bit to display the names
40603              of the files that got changed by running the scripts
40604      Branch: perl
40605            + regen_lib.pl
40606            - regen_headers.pl
40607            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
40608            ! keywords.pl opcode.pl regcomp.pl regen.pl
40609 ____________________________________________________________________________
40610 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
40611         Log: Give pointers to runtime Unicode changes.
40612      Branch: perl
40613            ! pod/perlrun.pod pod/perlvar.pod
40614 ____________________________________________________________________________
40615 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
40616         Log: Extra character noticed by Tels.
40617      Branch: perl
40618            ! MANIFEST
40619 ____________________________________________________________________________
40620 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
40621         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
40622              From: Kay Roepke <kay@dolphin-services.de>
40623              Date: Thu, 06 Mar 2003 23:00:10 +0100
40624              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
40625
40626              (plus change the d_gethostbyaddr_r_proto default to "0",
40627              that is what an undefined r_proto looks like)
40628      Branch: perl
40629            ! hints/freebsd.sh
40630 ____________________________________________________________________________
40631 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
40632         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
40633              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
40634              in non-glibc case", from Craig Berry)
40635      Branch: perl
40636            ! pp.c
40637 ____________________________________________________________________________
40638 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
40639         Log: Good observation from Philip Newton.
40640      Branch: perl
40641            ! pod/perlrun.pod
40642 ____________________________________________________________________________
40643 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
40644         Log: Make the -A switch work without an assertion name.
40645              by Salvador Fandiño.
40646      Branch: perl
40647            ! perl.c t/run/switch_A.t
40648 ____________________________________________________________________________
40649 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
40650         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
40651              From: "Jos I. Boumans" <kane@dwim.org>
40652              Date: Fri, 21 Feb 2003 20:33:53 +0100
40653              Message-ID: <3E567F21.6020006@dwim.org>
40654              (with some minor tweaks)
40655      Branch: perl
40656            ! pod/perlmodstyle.pod
40657 ____________________________________________________________________________
40658 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
40659         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
40660              From: Enache Adrian <enache@rdslink.ro>
40661              Date: Sun, 2 Mar 2003 06:05:22 +0200
40662              Message-ID: <20030302040522.GB4905@ratsnest.hole>
40663      Branch: perl
40664            ! t/op/subst.t
40665 ____________________________________________________________________________
40666 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
40667         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
40668              From: Enache Adrian <enache@rdslink.ro>
40669              Date: Wed, 5 Mar 2003 12:06:20 +0200
40670              Message-ID: <20030305100620.GA909@ratsnest.hole>
40671      Branch: perl
40672            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
40673            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
40674 ____________________________________________________________________________
40675 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
40676         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
40677              From: "Craig A. Berry" <craigberry@mac.com>
40678              Date: Thu, 06 Mar 2003 10:42:05 -0600
40679              Message-ID: <3E677A5D.10805@mac.com>
40680      Branch: perl
40681            ! mg.c
40682 ____________________________________________________________________________
40683 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
40684         Log: Thinko fix.
40685      Branch: perl
40686            ! Porting/findrfuncs
40687 ____________________________________________________________________________
40688 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
40689         Log: PERL_UNICODE explanation saga continues.
40690      Branch: perl
40691            ! pod/perlrun.pod
40692 ____________________________________________________________________________
40693 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
40694         Log: Handle also extra directories et alia.
40695      Branch: perl
40696            ! Porting/manicheck
40697 ____________________________________________________________________________
40698 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
40699         Log: Add mani(fest) check(ing) utility.
40700      Branch: perl
40701            + Porting/manicheck
40702            ! MANIFEST
40703 ____________________________________________________________________________
40704 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
40705         Log: Subject: [patch config_h.SH] redefining __attribute__
40706              From: Stas Bekman <stas@stason.org>
40707              Date: Thu, 06 Mar 2003 12:03:39 +1100
40708              Message-ID: <3E669E6B.1060606@stason.org>
40709      Branch: perl
40710            ! Configure NetWare/config_H.wc Porting/config.sh
40711            ! Porting/config_H config_h.SH plan9/config.plan9
40712            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
40713            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
40714 ____________________________________________________________________________
40715 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
40716         Log: Couple more _r possibilities (found in a RH 8.0 box), and
40717              the random() macros were all wrong.  (I don't know why
40718              metaconfig did so much reordering of config_h.SH.)
40719      Branch: perl
40720            ! Configure config_h.SH reentr.h reentr.pl
40721 ____________________________________________________________________________
40722 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
40723         Log: Change #18829 makes this test workaround obsolete.
40724      Branch: perl
40725            ! ext/B/t/deparse.t
40726 ____________________________________________________________________________
40727 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
40728         Log: Patch by Salvador Fandiño to read the warning mask
40729              returned by caller() and ${^WARNING_BITS} from
40730              $warnings::Bits{all} and not from the hardcoded core
40731              constant. (This mask could have been extended by
40732              warnings::register.) Plus tests.
40733      Branch: perl
40734            ! mg.c pp_ctl.c t/op/caller.t
40735 ____________________________________________________________________________
40736 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
40737         Log: Subject: [PATCH] assertions
40738              From: Salvador Fandiño <sfandino@yahoo.com>
40739              Date: Fri, 21 Feb 2003 17:26:16 +0000
40740              Message-ID: <3E566138.4090709@yahoo.com>
40741              and the complement : (with added comments)
40742              Subject: [PATCH] bug in ext/B/t/deparse.t
40743              Message-ID: <3E563E16.7060303@yahoo.com>
40744              plus perldiag.pod patch for the new warning
40745              (previous change was, once again, empty)
40746      Branch: perl
40747            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
40748            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
40749            ! pod/perldiag.pod warnings.h warnings.pl
40750 ____________________________________________________________________________
40751 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
40752         Log: Subject: [PATCH] assertions
40753              From: Salvador Fandiño <sfandino@yahoo.com>
40754              Date: Fri, 21 Feb 2003 17:26:16 +0000
40755              Message-ID: <3E566138.4090709@yahoo.com>
40756              and the complement : (with added comments)
40757              Subject: [PATCH] bug in ext/B/t/deparse.t
40758              Message-ID: <3E563E16.7060303@yahoo.com>
40759              plus perldiag.pod patch for the new warning
40760      Branch: perl
40761            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
40762            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
40763            ! pod/perldiag.pod warnings.h warnings.pl
40764 ____________________________________________________________________________
40765 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
40766         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
40767              The variant is from how List::Util Util.xs does it.
40768      Branch: perl
40769            ! ext/Devel/PPPort/PPPort.pm
40770 ____________________________________________________________________________
40771 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
40772         Log: Doc typos.
40773      Branch: perl
40774            ! lib/File/Find.pm
40775 ____________________________________________________________________________
40776 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
40777         Log: Try to give rcatline() a good jog on Unicode.
40778      Branch: perl
40779            ! t/io/utf8.t
40780 ____________________________________________________________________________
40781 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
40782         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
40783              From: Enache Adrian <enache@rdslink.ro>
40784              Date: Sun, 2 Mar 2003 05:43:54 +0200
40785              Message-ID: <20030302034354.GA4905@ratsnest.hole>
40786      Branch: perl
40787            ! sv.c t/io/utf8.t
40788 ____________________________________________________________________________
40789 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
40790         Log: Can't test this without PerlIO.
40791      Branch: perl
40792            ! t/uni/write.t
40793 ____________________________________________________________________________
40794 [ 18820] By: sky                                   on 2003/03/04  01:01:07
40795         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
40796              What happened was that a constant was freed, the pad released but
40797              the pad slot still held the SV, when pad slot was reallocated
40798              to be a target for a stringify, it did a sv_setpv on the target
40799              and the original SV was wiped out. When this SV was later on
40800              to new places using the constant, they got the wrong value.
40801              By replacing pad_free with pad_swipe for these cases, we
40802              won't have such a problem. (pad_swipe also removes the
40803              pointer to the original SV).
40804      Branch: perl
40805            ! op.c
40806 ____________________________________________________________________________
40807 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
40808         Log: Further clarification on PERL_UNICODE's semantics.
40809      Branch: perl
40810            ! pod/perlrun.pod
40811 ____________________________________________________________________________
40812 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
40813         Log: Sync with libnet-1.13
40814      Branch: perl
40815            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
40816            ! lib/Net/POP3.pm lib/Net/SMTP.pm
40817 ____________________________________________________________________________
40818 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
40819         Log: Upgrade to Unicode::Normalize 0.20.
40820      Branch: perl
40821            ! ext/Unicode/Normalize/Changes
40822            ! ext/Unicode/Normalize/Normalize.pm
40823            ! ext/Unicode/Normalize/Normalize.xs
40824            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
40825            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
40826            ! ext/Unicode/Normalize/t/test.t
40827 ____________________________________________________________________________
40828 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
40829         Log: Upgrade to Encode 1.89.  The enc_module.t required
40830              a little tweak, sending that to Dan.
40831      Branch: perl
40832            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
40833            + ext/Encode/t/enc_module.t
40834            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
40835            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
40836            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
40837            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
40838            ! ext/Encode/ucm/viscii.ucm
40839 ____________________________________________________________________________
40840 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
40841         Log: Use a macro for abs() to avoid the possible truncation to an int;
40842              also make an explicit (double)cast for the arguments to fabs().
40843      Branch: perl
40844            ! perl.h pp.c sv.c util.c
40845 ____________________________________________________________________________
40846 [ 18812] By: hv                                    on 2003/03/02  22:36:05
40847         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
40848              From: andreas.koenig@anima.de (Andreas J. Koenig)
40849              Date: Wed, 19 Feb 2003 11:05:28 +0100
40850              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
40851      Branch: perl
40852            ! patchlevel.h
40853 ____________________________________________________________________________
40854 [ 18811] By: hv                                    on 2003/03/02  22:30:50
40855         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
40856              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
40857              Date: 18 Feb 2003 21:05:15 -0000
40858              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
40859      Branch: perl
40860            ! ext/IPC/SysV/Msg.pm
40861 ____________________________________________________________________________
40862 [ 18810] By: hv                                    on 2003/03/02  21:59:10
40863         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
40864              From: Richard Soderberg <perl@crystalflame.net>
40865              Date: Sat, 15 Feb 2003 01:27:21 -0500
40866              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
40867      Branch: perl
40868            ! lib/File/Basename.pm
40869 ____________________________________________________________________________
40870 [ 18809] By: hv                                    on 2003/03/02  21:54:53
40871         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
40872              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
40873              Date: 15 Feb 2003 00:21:41 -0000
40874              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
40875      Branch: perl
40876            ! lib/File/Find.pm
40877 ____________________________________________________________________________
40878 [ 18807] By: hv                                    on 2003/03/02  21:22:56
40879         Log: Reverse copyright update (#18801) for files not changed in 2003.
40880      Branch: perl
40881            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
40882            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
40883            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
40884            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
40885            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
40886            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
40887            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
40888            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
40889 ____________________________________________________________________________
40890 [ 18805] By: hv                                    on 2003/03/02  16:29:28
40891         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
40892              From: Enache Adrian <enache@rdslink.ro>
40893              Date: Sun, 2 Mar 2003 10:11:27 +0200
40894              Message-ID: <20030302081127.GA10782@ratsnest.hole>
40895      Branch: perl
40896            ! pp.c t/op/pat.t
40897 ____________________________________________________________________________
40898 [ 18803] By: hv                                    on 2003/03/02  16:12:34
40899         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
40900              From: "Anders Johnson" <ajohnson@wischip.com>
40901              Date: Mon, 10 Feb 2003 14:09:46 -0800
40902              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
40903      Branch: perl
40904            ! mg.c t/op/magic.t
40905 ____________________________________________________________________________
40906 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
40907         Log: Narrow down the -C test skippage.
40908      Branch: perl
40909            ! t/run/switchC.t
40910 ____________________________________________________________________________
40911 [ 18801] By: hv                                    on 2003/03/02  15:24:22
40912         Log: Update all copyrights to 2003, from Jarkko
40913      Branch: perl
40914            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
40915            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
40916            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
40917            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
40918            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
40919            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
40920            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
40921            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
40922            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
40923            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
40924            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
40925            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
40926            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
40927            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
40928            ! x2p/util.h x2p/walk.c xsutils.c
40929 ____________________________________________________________________________
40930 [ 18800] By: hv                                    on 2003/03/02  15:16:38
40931         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
40932              From: Richard.Foley@ubsw.com
40933              Date: Wed, 19 Feb 2003 13:24:38 +0100
40934              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
40935      Branch: perl
40936            ! lib/perl5db.pl
40937 ____________________________________________________________________________
40938 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
40939         Log: The -CI cannot be easily tested under UTF-8 locale with
40940              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
40941              Also other small tweaks in the -C neighbourhood.
40942      Branch: perl
40943            ! perl.c perl.h t/run/switchC.t util.c
40944 ____________________________________________________________________________
40945 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
40946         Log: Go with "right = -right" for greater portability, some platforms
40947              might require llabs() to get abs() of long longs.
40948      Branch: perl
40949            ! pp.c
40950 ____________________________________________________________________________
40951 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
40952         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
40953              with negative quads", or also as RedHat bug #65612.
40954      Branch: perl
40955            ! pp.c
40956 ____________________________________________________________________________
40957 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
40958         Log: Forgotten from change #18795.
40959      Branch: perl
40960            ! global.sym
40961 ____________________________________________________________________________
40962 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
40963         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
40964              From: Abe Timmerman <abe@ztreet.demon.nl>
40965              Date: Sun, 2 Mar 2003 02:03:16 +0100
40966              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
40967      Branch: perl
40968            ! embed.fnc embed.h makedef.pl
40969 ____________________________________________________________________________
40970 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
40971         Log: Further Unicode formats patching from Inaba Hiroto.
40972      Branch: perl
40973            + t/uni/write.t
40974            ! MANIFEST pp_ctl.c
40975 ____________________________________________________________________________
40976 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
40977         Log: Integrate change #18788 from maint.
40978      Branch: perl
40979           !> perl.h
40980 ____________________________________________________________________________
40981 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
40982         Log: Subject: [PATCH] Get MSWin32 back compiling
40983              From: Abe Timmerman <abe@ztreet.demon.nl>
40984              Date: Sat, 1 Mar 2003 04:31:19 +0100
40985              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
40986      Branch: perl
40987            ! embed.fnc embed.h global.sym makedef.pl
40988 ____________________________________________________________________________
40989 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
40990         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
40991              From: Inaba Hiroto <inaba@st.rim.or.jp>
40992              Date: Mon, 10 Feb 2003 00:04:51 +0900
40993              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
40994      Branch: perl
40995            ! pp_ctl.c toke.c
40996 ____________________________________________________________________________
40997 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
40998         Log: An already fixed bug from perl-unicode.
40999      Branch: perl
41000            ! t/op/pat.t
41001 ____________________________________________________________________________
41002 [ 18782] By: hv                                    on 2003/02/26  01:36:49
41003         Log: Subject: Re: [perl #20683] [fix] Better Patch
41004              From: Enache Adrian <enache@rdslink.ro>
41005              Date: Sun, 23 Feb 2003 20:16:39 +0200
41006              Message-ID: <20030223181639.GA18713@ratsnest.hole>
41007      Branch: perl
41008            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
41009            ! regexec.c sv.c t/op/pat.t
41010 ____________________________________________________________________________
41011 [ 18781] By: hv                                    on 2003/02/26  01:11:14
41012         Log: regen headers
41013      Branch: perl
41014            ! perlapi.h pod/perlapi.pod
41015 ____________________________________________________________________________
41016 [ 18780] By: hv                                    on 2003/02/26  00:25:32
41017         Log: Two typos found by Philip Newton <pnewton@gmx.de>
41018      Branch: perl
41019            ! configpm ext/DB_File/DB_File.pm
41020 ____________________________________________________________________________
41021 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
41022         Log: Add tests for the -C switch.  Depending on the
41023              CLIs some $^O dance may be needed.
41024      Branch: perl
41025            + t/run/switchC.t
41026            ! MANIFEST
41027 ____________________________________________________________________________
41028 [ 18778] By: hv                                    on 2003/02/25  15:24:17
41029         Log: Add missing file from change #18774.
41030      Branch: perl
41031            + t/op/localref.t
41032 ____________________________________________________________________________
41033 [ 18777] By: hv                                    on 2003/02/25  14:07:59
41034         Log: More variables for change #18776.
41035      Branch: perl
41036            ! op.c
41037 ____________________________________________________________________________
41038 [ 18776] By: hv                                    on 2003/02/25  14:04:03
41039         Log: Subject: [perl #20682] [fix] @- array not visible in s///
41040              From: Enache Adrian <enache@rdslink.ro>
41041              Date: Fri, 21 Feb 2003 17:50:14 +0200
41042              Message-ID: <20030221155014.GB793@ratsnest.hole>
41043      Branch: perl
41044            ! op.c t/op/subst.t
41045 ____________________________________________________________________________
41046 [ 18775] By: hv                                    on 2003/02/25  13:53:11
41047         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
41048              From: Enache Adrian <enache@rdslink.ro>
41049              Date: Fri, 21 Feb 2003 17:49:41 +0200
41050              Message-ID: <20030221154941.GA793@ratsnest.hole>
41051      Branch: perl
41052            ! pp_ctl.c t/op/subst.t
41053 ____________________________________________________________________________
41054 [ 18774] By: hv                                    on 2003/02/25  13:21:19
41055         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
41056              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41057              Date: Sun, 23 Feb 2003 00:03:27 +0100
41058              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
41059      Branch: perl
41060            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
41061 ____________________________________________________________________________
41062 [ 18773] By: hv                                    on 2003/02/25  12:45:01
41063         Log: Subject: [Encode] 1.88 Released
41064              From: Dan Kogai <dankogai@dan.co.jp>
41065              Date: Thu, 20 Feb 2003 23:49:55 +0900
41066              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
41067      Branch: perl
41068            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41069            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
41070            ! ext/Encode/lib/Encode/CJKConstants.pm
41071            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
41072            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
41073 ____________________________________________________________________________
41074 [ 18772] By: merijn                                on 2003/02/25  12:12:14
41075         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
41076              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41077              Date: Wed, 19 Feb 2003 13:37:39 -0800
41078              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
41079      Branch: perl
41080            ! lib/CGI.pm
41081 ____________________________________________________________________________
41082 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
41083         Log: Cleanup #18770 as suggested by Rafael.
41084      Branch: perl
41085            ! mg.c perl.h
41086 ____________________________________________________________________________
41087 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
41088         Log: A new try at #18765 (for [perl #20920]).
41089      Branch: perl
41090            ! mg.c
41091 ____________________________________________________________________________
41092 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
41093         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
41094      Branch: perl
41095            ! mg.c
41096 ____________________________________________________________________________
41097 [ 18768] By: chip                                  on 2003/02/24  21:42:57
41098         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
41099              until a change has been submitted.
41100      Branch: perl
41101            + Porting/p4d2p
41102            ! MANIFEST
41103 ____________________________________________________________________________
41104 [ 18767] By: chip                                  on 2003/02/24  21:35:56
41105         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
41106      Branch: perl
41107            ! Porting/check83.pl Porting/findvars Porting/fixCORE
41108            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
41109 ____________________________________________________________________________
41110 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
41111         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
41112      Branch: perl
41113            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
41114            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
41115 ____________________________________________________________________________
41116 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
41117         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
41118              From: Slaven Rezic <slaven@rezic.de>
41119              Date: 14 Feb 2003 09:11:15 +0100
41120              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
41121
41122              (with slight tweaks)
41123      Branch: perl
41124            ! mg.c
41125 ____________________________________________________________________________
41126 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
41127         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
41128              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
41129              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
41130      Branch: perl
41131            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
41132 ____________________________________________________________________________
41133 [ 18763] By: chip                                  on 2003/02/24  14:54:36
41134         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
41135      Branch: perl
41136            ! op.c win32/perlhost.h
41137 ____________________________________________________________________________
41138 [ 18762] By: hv                                    on 2003/02/24  00:18:42
41139         Log: Remove no-longer-true line from perlop
41140      Branch: perl
41141            ! pod/perlop.pod
41142 ____________________________________________________________________________
41143 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
41144         Log: Chip noticed that the intended optionality of the 'IV' was
41145              forgotten in the change #18758.
41146      Branch: perl
41147            ! ext/Devel/Peek/Peek.t
41148 ____________________________________________________________________________
41149 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
41150         Log: API doc tweaks.
41151      Branch: perl
41152            ! utf8.c
41153 ____________________________________________________________________________
41154 [ 18759] By: sky                                   on 2003/02/21  09:08:30
41155         Log: Change regex to be a bit more friendly against various
41156              outputs from ps -f, regex suggest by rgs
41157      Branch: perl
41158            ! ext/threads/t/join.t
41159 ____________________________________________________________________________
41160 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
41161         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
41162              From: PPrymmer@factset.com
41163              Date: Thu, 20 Feb 2003 13:28:09 -0500
41164              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
41165      Branch: perl
41166            ! ext/Devel/Peek/Peek.t
41167 ____________________________________________________________________________
41168 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
41169         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
41170              From: PPrymmer@factset.com
41171              Date: Wed, 19 Feb 2003 15:04:40 -0500
41172              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
41173      Branch: perl
41174            ! README.vms configure.com
41175 ____________________________________________________________________________
41176 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
41177         Log: Doc tweakage on -C.
41178      Branch: perl
41179            ! pod/perlrun.pod
41180 ____________________________________________________________________________
41181 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
41182         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
41183              From: Brendan O'Dea <bod@debian.org>
41184              Date: Sun, 16 Feb 2003 21:09:23 +1100
41185              Message-ID: <20030216100923.GA29761@londo.c47.org>
41186      Branch: perl
41187            ! pod/perlcompile.pod
41188 ____________________________________________________________________________
41189 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
41190         Log: Document clearly that "_" is always in package "main".
41191      Branch: perl
41192            ! pod/perlvar.pod
41193 ____________________________________________________________________________
41194 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
41195         Log: Subject: Re: [perl #20716] scope error with brackets
41196              From: Enache Adrian <enache@rdslink.ro>
41197              Date: Thu, 13 Feb 2003 04:52:21 +0200
41198              Message-ID: <20030213025221.GA1215@ratsnest.hole>
41199              (better version of change #18687)
41200      Branch: perl
41201            ! t/comp/parser.t toke.c
41202 ____________________________________________________________________________
41203 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
41204         Log: 'A' is not 65 everywhere.
41205      Branch: perl
41206            ! t/op/pack.t
41207 ____________________________________________________________________________
41208 [ 18751] By: chip                                  on 2003/02/19  03:54:45
41209         Log: Support one-parameter unpack(), which unpacks $_.
41210      Branch: perl
41211            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
41212 ____________________________________________________________________________
41213 [ 18750] By: hv                                    on 2003/02/19  00:53:03
41214         Log: more complex assertions activation:
41215              Subject: Re: Did the assertion patch/feature submission get overlooked?
41216              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
41217              Date: Tue, 18 Feb 2003 19:24:13 +0000
41218              Message-ID: <3E52885D.5060903@yahoo.com>
41219      Branch: perl
41220            ! lib/assertions.pm lib/assertions/activate.pm
41221            ! t/comp/assertions.t
41222 ____________________________________________________________________________
41223 [ 18749] By: hv                                    on 2003/02/19  00:19:21
41224         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
41225              From: andreas.koenig@anima.de (Andreas J. Koenig)
41226              Date: Tue, 18 Feb 2003 11:48:40 +0100
41227              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
41228      Branch: perl
41229            ! patchlevel.h
41230 ____________________________________________________________________________
41231 [ 18748] By: hv                                    on 2003/02/19  00:00:41
41232         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
41233              From: Dave Mitchell <davem@fdgroup.com>
41234              Date: Tue, 18 Feb 2003 21:45:45 +0000
41235              Message-ID: <20030218214545.C18547@fdgroup.com>
41236
41237              and tests for the same:
41238              From: Dave Mitchell <davem@fdgroup.com>
41239              Date: Wed, 19 Feb 2003 00:42:01 +0000
41240              Message-ID: <20030219004201.F18547@fdgroup.com>
41241      Branch: perl
41242            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
41243 ____________________________________________________________________________
41244 [ 18747] By: hv                                    on 2003/02/18  23:47:06
41245         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
41246              problems on case-insensitive file systems. Rename it back to
41247              t/run/switch_A.t
41248      Branch: perl
41249           +> t/run/switch_A.t
41250            - t/run/switchA.t
41251            ! MANIFEST
41252 ____________________________________________________________________________
41253 [ 18746] By: sky                                   on 2003/02/18  21:31:37
41254         Log: Subject: Re: -Os for Darwin why?
41255              From: schwern@pobox.com
41256              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
41257              Message-Id: <20030218113739.D25848@ttul.org>
41258      Branch: perl
41259            ! hints/darwin.sh
41260 ____________________________________________________________________________
41261 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
41262         Log: Format nit.
41263      Branch: perl
41264            ! util.c
41265 ____________________________________________________________________________
41266 [ 18740] By: sky                                   on 2003/02/18  06:33:57
41267         Log: Re: -Os for Darwin why?
41268              From: schwern@pobox.com
41269              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
41270              Message-Id: <20030217191403.A17553@ttul.org>
41271      Branch: perl
41272            ! hints/darwin.sh
41273 ____________________________________________________________________________
41274 [ 18739] By: hv                                    on 2003/02/18  01:04:01
41275         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
41276              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
41277              Date: Mon, 17 Feb 2003 23:38:05 +0000
41278              Message-ID: <3E51725D.5060303@yahoo.com>
41279      Branch: perl
41280            + t/comp/assertions.t t/run/switchA.t
41281            ! MANIFEST
41282 ____________________________________________________________________________
41283 [ 18738] By: hv                                    on 2003/02/18  00:51:24
41284         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
41285              From: Nicholas Clark <nick@ccl4.org>
41286              Date: Mon, 17 Feb 2003 21:07:03 +0000
41287              Message-ID: <20030217210330.A8611@plum.flirble.org>
41288      Branch: perl
41289            ! sv.c
41290 ____________________________________________________________________________
41291 [ 18737] By: hv                                    on 2003/02/18  00:47:00
41292         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
41293              From: Stephen McCamant <smcc@mit.edu>
41294              Date: Mon, 17 Feb 2003 19:34:36 -0500
41295              Date: Mon, 17 Feb 2003 19:34:36 -0500
41296              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
41297      Branch: perl
41298            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
41299            ! ext/B/B/Terse.pm ext/B/t/terse.t
41300 ____________________________________________________________________________
41301 [ 18736] By: hv                                    on 2003/02/17  09:33:47
41302         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
41303              From: Nicholas Clark <nick@unfortu.net>
41304              Date: Sun, 16 Feb 2003 23:09:50 +0000
41305              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
41306      Branch: perl
41307            ! sv.c
41308 ____________________________________________________________________________
41309 [ 18735] By: hv                                    on 2003/02/17  09:13:02
41310         Log: Use the escape E<ntilde> in source files rather than the actual char.
41311      Branch: perl
41312            ! lib/assertions.pm lib/assertions/activate.pm
41313 ____________________________________________________________________________
41314 [ 18734] By: hv                                    on 2003/02/17  09:06:44
41315         Log: Suppress empty #ifdef blocks in embed.pl
41316      Branch: perl
41317            ! embed.h embed.pl
41318 ____________________________________________________________________________
41319 [ 18733] By: hv                                    on 2003/02/17  08:51:53
41320         Log: fix typo in sv.c and regenerate perlapi.pod
41321      Branch: perl
41322            ! pod/perlapi.pod sv.c
41323 ____________________________________________________________________________
41324 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
41325         Log: Philip Newton has eagle eyes :-)
41326      Branch: perl
41327            ! pod/perlrun.pod
41328 ____________________________________________________________________________
41329 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
41330         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
41331      Branch: perl
41332            ! locale.c pod/perlrun.pod pod/perlunicode.pod
41333            ! pod/perluniintro.pod pod/perlvar.pod util.c
41334 ____________________________________________________________________________
41335 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
41336         Log: Make also the -CAL conditional on locale.
41337      Branch: perl
41338            ! perl.c pod/perlrun.pod
41339 ____________________________________________________________________________
41340 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
41341         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
41342      Branch: perl
41343            ! embed.h embed.pl pod/perlembed.pod
41344 ____________________________________________________________________________
41345 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
41346         Log: According to Sarathy it's better have the Ministry
41347              of Information to remove all memory of NO_EMBED.
41348              What NO_EMBED?
41349      Branch: perl
41350            ! embed.h embed.pl
41351 ____________________________________________________________________________
41352 [ 18727] By: hv                                    on 2003/02/16  13:55:10
41353         Log: add support for assertions. Updated form of:
41354              Subject: Re: Did the assertion patch/feature submission get overlooked?
41355              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
41356              Date: Sat, 30 Nov 2002 17:24:09 +0000
41357              Message-ID: <3DE8F439.50402@yahoo.com>
41358      Branch: perl
41359            + lib/assertions.pm lib/assertions/activate.pm
41360            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
41361            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
41362            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
41363 ____________________________________________________________________________
41364 [ 18726] By: hv                                    on 2003/02/16  13:10:32
41365         Log: COW regexps:
41366              Subject: [PATCH] Copy on write for $& and $1...
41367              From: Nicholas Clark <nick@unfortu.net>
41368              Date: Sun, 9 Feb 2003 23:00:09 +0000
41369              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
41370      Branch: perl
41371            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
41372            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
41373 ____________________________________________________________________________
41374 [ 18725] By: hv                                    on 2003/02/16  13:08:52
41375         Log: inline SvREFCNT_dec:
41376              Subject: [PATCH] Copy on write for $& and $1...
41377              From: Nicholas Clark <nick@unfortu.net>
41378              Date: Sun, 9 Feb 2003 23:00:09 +0000
41379              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
41380      Branch: perl
41381            ! embed.fnc embed.h proto.h sv.c sv.h
41382 ____________________________________________________________________________
41383 [ 18723] By: hv                                    on 2003/02/16  11:12:58
41384         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
41385              From: Enache Adrian <enache@rdslink.ro>
41386              Date: Sun, 16 Feb 2003 00:05:10 +0200
41387              Message-ID: <20030215220510.GB893@ratsnest.hole>
41388      Branch: perl
41389            ! op.c
41390 ____________________________________________________________________________
41391 [ 18722] By: hv                                    on 2003/02/16  11:08:06
41392         Log: outdent else-if chain in scope()
41393      Branch: perl
41394            ! op.c
41395 ____________________________________________________________________________
41396 [ 18721] By: hv                                    on 2003/02/16  11:00:47
41397         Log: Subject: [PATCH] arcane tainting bug in vms.c
41398              From: "Craig A. Berry" <craigberry@mac.com>
41399              Date: Sat, 15 Feb 2003 12:29:03 -0600
41400              Message-ID: <3E4E86EF.8090609@mac.com>
41401      Branch: perl
41402            ! vms/vms.c
41403 ____________________________________________________________________________
41404 [ 18720] By: hv                                    on 2003/02/16  10:54:58
41405         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
41406              integer, but extend to runtime. Based on:
41407              Subject: Re: [perl #20827] Unexpected scientific notation.
41408              From: hv@crypt.org
41409              Date: Wed, 12 Feb 2003 03:12:43 +0000
41410              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
41411      Branch: perl
41412            ! op.c pp.c
41413 ____________________________________________________________________________
41414 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
41415         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
41416              which will disable the short forms of the Perl_ API, good for
41417              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
41418      Branch: perl
41419            ! embed.h embed.pl pod/perlembed.pod
41420 ____________________________________________________________________________
41421 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
41422         Log: Clarify the -C syntax a bit.
41423      Branch: perl
41424            ! pod/perlrun.pod
41425 ____________________________________________________________________________
41426 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
41427         Log: Forgotten from #18715.
41428      Branch: perl
41429            ! embed.h proto.h
41430 ____________________________________________________________________________
41431 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
41432         Log: The new(er) way of controlling Unicode I/O (and other) features;
41433              -C (or PERL_UNICODE).  See perlrun/-C for more details.
41434      Branch: perl
41435            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
41436            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
41437            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
41438            ! util.c
41439 ____________________________________________________________________________
41440 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
41441         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
41442      Branch: perl
41443            ! ext/Storable/Storable.xs
41444 ____________________________________________________________________________
41445 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
41446         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
41447              even closer to each other.  The dec_osf.pl is irrelevant
41448              for the current core but adding it makes for one less exception
41449              when integrating.
41450      Branch: perl
41451            + ext/Digest/MD5/hints/dec_osf.pl
41452            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
41453            ! ext/Digest/MD5/t/files.t
41454 ____________________________________________________________________________
41455 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
41456         Log: Update MD5 Changes; update checksums.
41457      Branch: perl
41458            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
41459 ____________________________________________________________________________
41460 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
41461         Log: Update the MD5 checksums.
41462      Branch: perl
41463            ! ext/Digest/MD5/t/files.t
41464 ____________________________________________________________________________
41465 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
41466         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
41467              (problem noticed by Graham with List::Util).
41468      Branch: perl
41469            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
41470            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
41471 ____________________________________________________________________________
41472 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
41473         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
41474              From: Enache Adrian <enache@rdslink.ro>
41475              Date: Sat, 15 Feb 2003 00:37:40 +0200
41476              Message-ID: <20030214223740.GA13575@ratsnest.hole>
41477      Branch: perl
41478            ! pp.c t/op/split.t
41479 ____________________________________________________________________________
41480 [ 18707] By: hv                                    on 2003/02/15  06:38:15
41481         Log: Subject: [doc patch] ext/threads/shared/shared.pm
41482              From: Stas Bekman <stas@stason.org>
41483              Date: Fri, 14 Feb 2003 11:12:39 +1100
41484              Message-ID: <3E4C3477.7030306@stason.org>
41485      Branch: perl
41486            ! ext/threads/shared/shared.pm
41487 ____________________________________________________________________________
41488 [ 18706] By: hv                                    on 2003/02/15  06:32:35
41489         Log: Subject: Re: perlvar phrasing clarification for $^S
41490              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
41491              Date: Fri, 14 Feb 2003 10:12:00 +1100
41492              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
41493      Branch: perl
41494            ! pod/perlvar.pod
41495 ____________________________________________________________________________
41496 [ 18705] By: hv                                    on 2003/02/15  06:27:07
41497         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
41498              From: Dave Mitchell <davem@fdgroup.com>
41499              Date: Fri, 14 Feb 2003 22:48:27 +0000
41500              Message-ID: <20030214224827.B6783@fdgroup.com>
41501
41502              with tests:
41503              From: Slaven Rezic <slaven@rezic.de>
41504              Date: 14 Feb 2003 20:23:20 +0100
41505              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
41506      Branch: perl
41507            ! pp.c t/op/substr.t t/op/vec.t
41508 ____________________________________________________________________________
41509 [ 18704] By: hv                                    on 2003/02/15  06:17:06
41510         Log: Subject: Re: overriding builtins quirk
41511              From: Jerrad Pierce <belg4mit@MIT.EDU>
41512              Date: Fri, 14 Feb 2003 09:28:13 -0500
41513              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
41514      Branch: perl
41515            ! pod/perlsub.pod
41516 ____________________________________________________________________________
41517 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
41518         Log: Subject: Re: trying to fix #20154, #20357
41519              From: Enache Adrian <enache@rdslink.ro>
41520              Date: Sat, 8 Feb 2003 21:05:14 +0200
41521              Message-ID: <20030208190514.GA866@ratsnest.hole>
41522              (fixes #19061 as well)
41523      Branch: perl
41524            ! pp_ctl.c t/op/goto.t
41525 ____________________________________________________________________________
41526 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
41527         Log: Update to Scalar-List-Utils 1.11
41528      Branch: perl
41529            + ext/List/Util/t/proto.t
41530            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
41531            ! ext/List/Util/lib/List/Util.pm
41532            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
41533 ____________________________________________________________________________
41534 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
41535         Log: gcc 3.2.1 does not have -Wall faith that tmp
41536              will not be used uninitialized.
41537      Branch: perl
41538            ! toke.c
41539 ____________________________________________________________________________
41540 [ 18698] By: hv                                    on 2003/02/12  03:01:32
41541         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
41542              From: Slaven Rezic <slaven@rezic.de>
41543              Date: 30 Jan 2003 19:03:41 +0100
41544              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
41545      Branch: perl
41546            ! utils/perlbug.PL
41547 ____________________________________________________________________________
41548 [ 18697] By: hv                                    on 2003/02/12  02:20:39
41549         Log: Subject: [PATCH 5.9.0] to silence compiler warning
41550              From: Robin Barker <Robin.Barker@npl.co.uk>
41551              Date: Tue, 28 Jan 2003 13:27:17 -0000
41552              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
41553      Branch: perl
41554            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
41555            ! universal.c util.c
41556 ____________________________________________________________________________
41557 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
41558         Log: Subject: [perl #20654] %*v02x considered invalid in printf
41559              From: Robin Barker (via RT) <perlbug-followup@perl.org>
41560              Date: 10 Feb 2003 16:43:23 -0000
41561              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
41562      Branch: perl
41563            ! sv.c t/op/sprintf.t
41564 ____________________________________________________________________________
41565 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
41566         Log: Subject: mini-[patch] perlrun "^$W" typo
41567              From: Iain Truskett <spoon@dellah.org>
41568              Date: Tue, 11 Feb 2003 08:38:52 +1100
41569              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
41570      Branch: perl
41571            ! pod/perlrun.pod
41572 ____________________________________________________________________________
41573 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
41574         Log: Subject: [PATCH] More B::Concise fixes
41575              From: Stephen McCamant <smcc@mit.edu>
41576              Date: Sun, 9 Feb 2003 17:28:38 -0500
41577              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
41578      Branch: perl
41579            ! ext/B/B/Concise.pm
41580 ____________________________________________________________________________
41581 [ 18693] By: merijn                                on 2003/02/11  08:14:29
41582         Log: More code cleanup.
41583
41584              Subject: Re: New SV Flag
41585              Date: Fri, 07 Feb 2003 09:57:43 +0100
41586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41587              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
41588      Branch: perl
41589            ! sv.c sv.h
41590 ____________________________________________________________________________
41591 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
41592         Log: Dueling patches.
41593      Branch: perl
41594            - lib/CPAN/ChangeLog
41595            ! MANIFEST
41596 ____________________________________________________________________________
41597 [ 18691] By: hv                                    on 2003/02/11  00:27:56
41598         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
41599              From: Mark Mielke <mark@mark.mielke.cc>
41600              Date: Mon, 20 Jan 2003 19:56:13 -0500
41601              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
41602      Branch: perl
41603            ! sv.c
41604 ____________________________________________________________________________
41605 [ 18690] By: hv                                    on 2003/02/10  22:08:05
41606         Log: fix comment in change #18689
41607      Branch: perl
41608            ! sv.c
41609 ____________________________________________________________________________
41610 [ 18689] By: hv                                    on 2003/02/10  21:59:34
41611         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
41612              Now allows but ignores the 'l' modifier on floating point formats
41613              and adds a couple of tests.
41614      Branch: perl
41615            ! sv.c t/op/sprintf.t
41616 ____________________________________________________________________________
41617 [ 18688] By: sky                                   on 2003/02/10  19:54:13
41618         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
41619              From: Enache Adrian <enache@rdslink.ro>
41620              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
41621              Message-Id: <20030209201025.GA1247@ratsnest.hole>
41622      Branch: perl
41623            ! pp_ctl.c
41624 ____________________________________________________________________________
41625 [ 18687] By: sky                                   on 2003/02/10  18:13:29
41626         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
41627              From: Enache Adrian <enache@rdslink.ro>
41628              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
41629              Message-id: <20030210174858.GA872@ratsnest.hole>
41630      Branch: perl
41631            ! t/comp/parser.t toke.c
41632 ____________________________________________________________________________
41633 [ 18686] By: sky                                   on 2003/02/10  18:11:35
41634         Log: Compile under threads and MacOSX. For some reason newSVpvf
41635              was not exapnded.
41636      Branch: perl
41637            ! universal.c
41638 ____________________________________________________________________________
41639 [ 18685] By: ams                                   on 2003/02/10  03:44:07
41640         Log: No, we don't really want the utility scripts.
41641      Branch: perl
41642            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
41643            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
41644            ! MANIFEST ext/MIME/Base64/Makefile.PL
41645 ____________________________________________________________________________
41646 [ 18684] By: hv                                    on 2003/02/10  01:43:12
41647         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
41648              Subject: [perl #20536] use if 1, open => ':utf8' fails
41649              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
41650              Date: 24 Jan 2003 22:39:06 -0000
41651              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
41652      Branch: perl
41653            ! lib/if.pm lib/if.t
41654 ____________________________________________________________________________
41655 [ 18683] By: hv                                    on 2003/02/10  01:15:52
41656         Log: Subject: RE: perldebug.pod suggestion
41657              From: "Jay Hannah" <jhannah@omnihotels.com>
41658              Date: Fri, 24 Jan 2003 11:28:44 -0600
41659              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
41660      Branch: perl
41661            ! pod/perldebug.pod
41662 ____________________________________________________________________________
41663 [ 18682] By: hv                                    on 2003/02/10  00:26:50
41664         Log: Subject: [PATCH] version objects final(?) patch
41665              From: John Peacock <jpeacock@rowman.com>
41666              Date: Sun, 05 Jan 2003 21:28:41 -0500
41667              Message-ID: <3E18E9D9.2040908@rowman.com>
41668      Branch: perl
41669            ! lib/version.pm lib/version.t universal.c util.c
41670 ____________________________________________________________________________
41671 [ 18680] By: chip                                  on 2003/02/09  17:39:33
41672         Log: Add CPAN ChangeLog to MANIFEST.
41673      Branch: perl
41674            ! MANIFEST
41675 ____________________________________________________________________________
41676 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
41677         Log: CPAN ChangeLog not needed, says Andreas.
41678      Branch: perl
41679            ! MANIFEST
41680 ____________________________________________________________________________
41681 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
41682         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
41683              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
41684              Date: 8 Feb 2003 11:54:11 -0000
41685              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
41686      Branch: perl
41687            ! ext/PerlIO/encoding/encoding.pm
41688 ____________________________________________________________________________
41689 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
41690         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
41691              From: Stas Bekman <stas@stason.org>
41692              Date: Sat, 08 Feb 2003 11:12:28 +1100
41693              Message-ID: <3E444B6C.5060407@stason.org>
41694      Branch: perl
41695            ! doio.c
41696 ____________________________________________________________________________
41697 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
41698         Log: Possible cruft removal.
41699      Branch: perl
41700            ! x2p/Makefile.SH
41701 ____________________________________________________________________________
41702 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
41703         Log: Signedness nits.
41704      Branch: perl
41705            ! toke.c
41706 ____________________________________________________________________________
41707 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
41708         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
41709      Branch: perl
41710            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
41711            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
41712            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
41713            ! utils.lst
41714 ____________________________________________________________________________
41715 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
41716         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
41717      Branch: perl
41718            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
41719            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
41720            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
41721            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
41722 ____________________________________________________________________________
41723 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
41724         Log: Subject: [PATCH] perluniintro nit
41725              From: Autrijus Tang <autrijus@autrijus.org>
41726              Date: Fri, 7 Feb 2003 00:02:49 +0800
41727              Message-ID: <20030206160249.GA12984@not.autrijus.org>
41728      Branch: perl
41729            ! pod/perluniintro.pod
41730 ____________________________________________________________________________
41731 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
41732         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
41733              From: PPrymmer@factset.com
41734              Date: Wed, 5 Feb 2003 12:00:05 -0500
41735              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
41736      Branch: perl
41737            ! t/pod/find.t
41738 ____________________________________________________________________________
41739 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
41740         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
41741      Branch: perl
41742            ! proto.h
41743 ____________________________________________________________________________
41744 [ 18666] By: sky                                   on 2003/02/06  09:39:24
41745         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
41746              why we are not using SvOOK_on.
41747      Branch: perl
41748            ! sv.c
41749 ____________________________________________________________________________
41750 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
41751         Log: Things forgotten from Encode 1.87.
41752      Branch: perl
41753            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
41754 ____________________________________________________________________________
41755 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
41756         Log: Upgrade to Encode 1.87.
41757      Branch: perl
41758            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
41759            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
41760            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
41761            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
41762            ! ext/Encode/lib/Encode/CJKConstants.pm
41763            ! ext/Encode/lib/Encode/Encoder.pm
41764            ! ext/Encode/lib/Encode/Encoding.pm
41765            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
41766            ! ext/Encode/t/enc_eucjp.t
41767 ____________________________________________________________________________
41768 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
41769         Log: Add the test of [perl #8760] (fixed by change #18656).
41770      Branch: perl
41771            ! t/run/fresh_perl.t
41772 ____________________________________________________________________________
41773 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
41774         Log: has become fixed too (by changes #18653
41775              and #18658, methinks), adding the test(s).
41776      Branch: perl
41777            ! t/op/pat.t
41778 ____________________________________________________________________________
41779 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
41780         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
41781              From: Inaba HIroto <inaba@st.rim.or.jp>
41782              Date: Sat, 01 Feb 2003 21:58:20 +0900
41783              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
41784      Branch: perl
41785            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
41786            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
41787            ! ext/Encode/lib/Encode/Encoding.pm
41788            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
41789            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
41790 ____________________________________________________________________________
41791 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
41792         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
41793              From: PPrymmer@factset.com
41794              Date: Tue, 4 Feb 2003 12:03:17 -0500
41795              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
41796      Branch: perl
41797            ! ext/PerlIO/via/via.xs
41798 ____________________________________________________________________________
41799 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
41800         Log: s/S_cache_re/cache_re/ for building with threads.
41801      Branch: perl
41802            ! regexec.c
41803 ____________________________________________________________________________
41804 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
41805         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
41806              From: Stephen McCamant <smcc@mit.edu>
41807              Date: Mon, 3 Feb 2003 21:01:07 -0500
41808              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
41809      Branch: perl
41810            ! ext/B/B/Concise.pm ext/B/t/concise.t
41811 ____________________________________________________________________________
41812 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
41813         Log: Better version of change #18648, by Enache Adrian
41814              Message-ID: <20030204101533.GA11817@ratsnest.hole>
41815      Branch: perl
41816            ! op.c
41817 ____________________________________________________________________________
41818 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
41819         Log: Add the new test to MANIFEST.
41820      Branch: perl
41821            ! MANIFEST
41822 ____________________________________________________________________________
41823 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
41824         Log: Sync with 1.10
41825      Branch: perl
41826            + ext/List/Util/t/lln.t
41827            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
41828            ! ext/List/Util/lib/List/Util.pm
41829            ! ext/List/Util/lib/Scalar/Util.pm
41830 ____________________________________________________________________________
41831 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
41832         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
41833              The PL_regdata was not set up (S_cache_re()) before it
41834              was needed (S_reginclass()).  The test put in fresh_perl.t
41835              because we need a pristine state to start.
41836      Branch: perl
41837            ! regexec.c t/run/fresh_perl.t
41838 ____________________________________________________________________________
41839 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
41840         Log: Comment tweak.
41841      Branch: perl
41842            ! t/op/pat.t
41843 ____________________________________________________________________________
41844 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
41845         Log: Signedness issue.
41846      Branch: perl
41847            ! ext/MIME/Base64/Base64.xs
41848 ____________________________________________________________________________
41849 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
41850         Log: Force the C locale in makedepend, to prevent gcc from
41851              producing locale-dependent messages.
41852      Branch: perl
41853            ! makedepend.SH
41854 ____________________________________________________________________________
41855 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
41856         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
41857      Branch: perl
41858            ! pod/perlrun.pod
41859 ____________________________________________________________________________
41860 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
41861         Log: Fix bug #8760 : cop_line isn't properly restored
41862              when a module is loaded at runtime behind the scenes.
41863      Branch: perl
41864            ! op.c t/lib/warnings/perlio
41865 ____________________________________________________________________________
41866 [ 18647] By: merijn                                on 2003/02/03  16:14:00
41867         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
41868              From: Abe Timmerman <abe@ztreet.demon.nl>
41869              Date: Sun, 2 Feb 2003 18:27:57 +0100
41870              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
41871      Branch: perl
41872            ! hints/openbsd.sh
41873 ____________________________________________________________________________
41874 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
41875         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
41876              (Made Solaris go boom.)
41877      Branch: perl
41878            ! Configure
41879 ____________________________________________________________________________
41880 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
41881         Log: Detypo.
41882      Branch: perl
41883            ! cop.h
41884 ____________________________________________________________________________
41885 [ 18642] By: ams                                   on 2003/02/03  08:26:36
41886         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
41887              utility scripts?)
41888      Branch: perl
41889            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
41890            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
41891            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41892            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
41893            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
41894            ! ext/MIME/Base64/t/quoted-print.t
41895 ____________________________________________________________________________
41896 [ 18641] By: sky                                   on 2003/02/02  23:46:24
41897         Log: In any case, never copy this but use the same SV since
41898              if we copy we loose the hash we so badly need.
41899              For op_const we might still need to copy however.
41900      Branch: perl
41901            ! op.c
41902 ____________________________________________________________________________
41903 [ 18640] By: sky                                   on 2003/02/02  23:38:40
41904         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
41905              threading issue. Should perhaps be a PVOP to save memory, but then
41906              we have nowhere to store the hash of the function!
41907      Branch: perl
41908            ! dump.c op.c pp_hot.c
41909 ____________________________________________________________________________
41910 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
41911         Log: Plan 9: Some time has passed.
41912      Branch: perl
41913            ! plan9/buildinfo
41914 ____________________________________________________________________________
41915 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
41916         Log: Subject: Re: typo in checkin 18616
41917              From: Nick Ing-Simmons <nick@ing-simmons.net>
41918              Date: Sun, 02 Feb 2003 17:23:08 +0000
41919              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
41920      Branch: perl
41921            ! XSUB.h
41922 ____________________________________________________________________________
41923 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
41924         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
41925      Branch: perl
41926            + plan9/config_sh.sample
41927            ! MANIFEST
41928 ____________________________________________________________________________
41929 [ 18634] By: ams                                   on 2003/02/02  18:07:01
41930         Log: Subject: [PATCH] pod/perlfunc.pod
41931              From: abigail@abigail.nl
41932              Date: Sun, 2 Feb 2003 16:59:48 +0100
41933              Message-Id: <20030202155948.7971.qmail@abigail.nl>
41934      Branch: perl
41935            ! pod/perlfunc.pod
41936 ____________________________________________________________________________
41937 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
41938         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
41939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41940              Date: Wed, 22 Jan 2003 22:35:56 +0100
41941              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
41942      Branch: perl
41943            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
41944 ____________________________________________________________________________
41945 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
41946         Log: Also [perl #3547] has been fixed; add its test case.
41947      Branch: perl
41948            ! t/op/pat.t
41949 ____________________________________________________________________________
41950 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
41951         Log: The [perl #7471] seems to have been fixed; add its test.
41952      Branch: perl
41953            ! t/op/pat.t
41954 ____________________________________________________________________________
41955 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
41956         Log: seems to have been fixed; add its test.
41957      Branch: perl
41958            ! t/op/pat.t
41959 ____________________________________________________________________________
41960 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
41961         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
41962      Branch: perl
41963            + plan9/config_h.sample
41964            ! MANIFEST
41965 ____________________________________________________________________________
41966 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
41967         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
41968      Branch: perl
41969            ! plan9/config.plan9
41970 ____________________________________________________________________________
41971 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
41972         Log: Plan 9: Update the list of object files.
41973      Branch: perl
41974            ! plan9/mkfile
41975 ____________________________________________________________________________
41976 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
41977         Log: Plan 9: No Configure.
41978      Branch: perl
41979            ! Configure
41980 ____________________________________________________________________________
41981 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
41982         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
41983      Branch: perl
41984            ! Configure
41985 ____________________________________________________________________________
41986 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
41987         Log: minitest wasn't working.  (The $^X /miniperl/ test in
41988              io/crlf.t didn't work in Tru64, $^X was "./perl", used
41989              the same 'eval q/use .../' trick everywhere.)
41990      Branch: perl
41991            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
41992            ! t/uni/tr_utf8.t
41993 ____________________________________________________________________________
41994 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
41995         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
41996              (test.pl-ise quotemeta.t, too)
41997      Branch: perl
41998            ! t/op/quotemeta.t toke.c
41999 ____________________________________________________________________________
42000 [ 18618] By: sky                                   on 2003/02/01  21:04:36
42001         Log: Fix bug #15837, temporary from storable call hadn't gotten
42002              freed yet and was cloned but without a real (AvREAL)
42003              reference to it. @_ doesn't refcount!
42004      Branch: perl
42005            ! ext/threads/threads.xs
42006 ____________________________________________________________________________
42007 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
42008         Log: Integrate from perlio:
42009
42010              [ 18591]
42011              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
42012              correct XSUB.h
42013
42014              [ 18611]
42015              Michael Schroeder's fix for re-try if stdio ops after
42016              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
42017
42018              [ 18612]
42019              PerlIO friendly version of speed up of $/ = undef case.
42020
42021              [ 18613]
42022              fflush() before invalidating stdio's fileno.
42023      Branch: perl
42024           !> XSUB.h perlio.c sv.c
42025 ____________________________________________________________________________
42026 [ 18615] By: sky                                   on 2003/02/01  12:01:01
42027         Log: Don't free thread before using it, breaks platforms that
42028              trust that I really want to free what I free, (like HPUX
42029              and AIX).
42030      Branch: perl
42031            ! ext/threads/threads.xs
42032 ____________________________________________________________________________
42033 [ 18614] By: ams                                   on 2003/02/01  12:00:29
42034         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
42035              From: Nick Ing-Simmons <nick@ing-simmons.net>
42036              Date: Sat, 01 Feb 2003 13:03:52 +0000
42037              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
42038      Branch: perl
42039            ! perlio.c
42040 ____________________________________________________________________________
42041 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
42042         Log: Go even further (back) than change #18608 and revert
42043              to the 5.8.0 code, since otherwise split.t #40 fails.
42044              The four new tests of pat.t should keep us more honest.
42045      Branch: perl
42046            ! regexec.c
42047 ____________________________________________________________________________
42048 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
42049         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
42050              From: Enache Adrian <enache@rdslink.ro>
42051              Date: Fri, 31 Jan 2003 09:20:59 +0200
42052              Message-ID: <20030131072059.GB6045@ratsnest.hole>
42053      Branch: perl
42054            ! regexec.c t/op/pat.t
42055 ____________________________________________________________________________
42056 [ 18607] By: ams                                   on 2003/01/31  02:29:56
42057         Log: Fix typo in version check ($[ to $]).
42058      Branch: perl
42059            ! ext/Storable/t/restrict.t
42060 ____________________________________________________________________________
42061 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
42062         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
42063              From: Jose.auguste-etienne@cgss-guyane.fr
42064              Date: Thu, 30 Jan 2003 12:40:53 -0300
42065              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
42066      Branch: perl
42067            ! pod/perlunicode.pod
42068 ____________________________________________________________________________
42069 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
42070         Log: code example in the FAQ that isn't strict-friendly.
42071              Subject: [perl #20616] Tie::IxHash doc error.
42072              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
42073              Date: 30 Jan 2003 11:43:17 -0000
42074              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
42075      Branch: perl
42076            ! pod/perlfaq4.pod
42077 ____________________________________________________________________________
42078 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
42079         Log: FAQ sync.
42080      Branch: perl
42081            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
42082            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
42083            ! pod/perlfaq8.pod
42084 ____________________________________________________________________________
42085 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
42086         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
42087              From: Enache Adrian <enache@rdslink.ro>
42088              Date: Thu, 30 Jan 2003 10:48:09 +0200
42089              Message-ID: <20030130084809.GA16902@ratsnest.hole>
42090
42091              Fix for half of the failures, with an expanded test.
42092      Branch: perl
42093            ! lib/utf8.t sv.c
42094 ____________________________________________________________________________
42095 [ 18602] By: merijn                                on 2003/01/30  06:31:50
42096         Log: Updates to the openbsd hints
42097
42098              Subject: [perl #20606] [no subject]
42099              Date: 29 Jan 2003 18:38:37 -0000
42100              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
42101              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
42102      Branch: perl
42103            ! hints/openbsd.sh
42104 ____________________________________________________________________________
42105 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
42106         Log: More of the #18600.
42107      Branch: perl
42108            ! pad.c
42109 ____________________________________________________________________________
42110 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
42111         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
42112              dumping (but now use SvPV_nolen).  (This change made an empty
42113              prototype to show up as "_" under -Uuseperlio.)
42114      Branch: perl
42115            ! dump.c
42116 ____________________________________________________________________________
42117 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
42118         Log: Fix a very small memory leak in op_free, by reserving the
42119              case op_seq == (U16)-1 for the compiler backend
42120
42121              Subject: Re: Freeing code
42122              From: "Paul Johnson" <paul@pjcj.net>
42123              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
42124              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
42125      Branch: perl
42126            ! op.c
42127 ____________________________________________________________________________
42128 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
42129         Log: Integrate from maint-5.8:
42130              Change 18450 :
42131              Tiny output tweak.
42132              Change 18429 :
42133              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
42134              things like drand48_data are undefined).
42135              Change 18388 :
42136              List the PERL_MAGIC_utf8 ('w') flag.
42137      Branch: perl
42138           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
42139 ____________________________________________________________________________
42140 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
42141         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
42142              From: Slaven Rezic <slaven@rezic.de>
42143              Date: 14 Jan 2003 20:58:54 +0100
42144              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
42145      Branch: perl
42146            ! ext/Sys/Hostname/Hostname.pm
42147 ____________________________________________________________________________
42148 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
42149         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
42150              without the lval context tweak. Used in OP_DBSTATE.
42151              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
42152              From: Dave Mitchell <davem@fdgroup.com>
42153              Date: Sun, 26 Jan 2003 17:42:42 +0000
42154              Message-ID: <20030126174242.H16182@fdgroup.com>
42155      Branch: perl
42156            ! cop.h pp_ctl.c
42157 ____________________________________________________________________________
42158 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
42159         Log: Subject: [PATCH] make Copy On Write work once again
42160              From: Nicholas Clark <nick@unfortu.net>
42161              Date: Sat, 25 Jan 2003 00:25:50 +0000
42162              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
42163      Branch: perl
42164            ! sv.h
42165 ____________________________________________________________________________
42166 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
42167         Log: Update the pod list for Plan 9.
42168      Branch: perl
42169            ! plan9/mkfile
42170 ____________________________________________________________________________
42171 [ 18593] By: sky                                   on 2003/01/26  22:37:21
42172         Log: When we copy things out of a hash and increment the
42173              refcount of the shared scalar, we really must protect
42174              that refcount increase with a lock, or else it might not
42175              happen. Fixes segfault when objects would prematurely
42176              be killed.
42177      Branch: perl
42178            ! ext/threads/shared/shared.xs
42179 ____________________________________________________________________________
42180 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
42181         Log: Missing (STRLEN)casts.
42182      Branch: perl
42183            ! sv.c
42184 ____________________________________________________________________________
42185 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
42186         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
42187
42188              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
42189              From: Dave Mitchell <davem@fdgroup.com>
42190              Date: Fri, 24 Jan 2003 18:44:19 +0000
42191              Message-ID: <20030124184419.F11179@fdgroup.com>
42192      Branch: perl
42193            ! mg.c op.h pp_ctl.c
42194 ____________________________________________________________________________
42195 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
42196         Log: Lest people get worried about not having PerlIO.
42197      Branch: perl
42198            ! pod/perluniintro.pod
42199 ____________________________________________________________________________
42200 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
42201         Log: Plan 9 doesn't do nm, from Russ Cox.
42202      Branch: perl
42203            ! Configure
42204 ____________________________________________________________________________
42205 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
42206         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
42207      Branch: perl
42208            ! plan9/plan9ish.h
42209 ____________________________________________________________________________
42210 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
42211         Log: Plan 9 compiler can't return quads from the ?: (condop).
42212              (There may be more spots like this, so a Configure test
42213              maybe in order, but this works for now.)  From Russ Cox.
42214      Branch: perl
42215            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
42216 ____________________________________________________________________________
42217 [ 18581] By: ams                                   on 2003/01/26  05:29:40
42218         Log: Subject: Re: truncate using a globref
42219              From: Slaven Rezic <slaven@rezic.de>
42220              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
42221              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
42222      Branch: perl
42223            ! pp_sys.c t/io/fs.t
42224 ____________________________________________________________________________
42225 [ 18580] By: ams                                   on 2003/01/26  04:57:47
42226         Log: Subject: patch to speed up Perl's slurp mode
42227              From: Enache Adrian <enache@rdslink.ro>
42228              Date: Fri, 24 Jan 2003 06:23:54 +0200
42229              Message-Id: <20030124042354.GA30362@ratsnest.hole>
42230      Branch: perl
42231            ! sv.c
42232 ____________________________________________________________________________
42233 [ 18579] By: ams                                   on 2003/01/26  02:50:44
42234         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
42235              From: Enache Adrian <enache@rdslink.ro>
42236              Date: Sun, 26 Jan 2003 04:55:48 +0200
42237              Message-Id: <20030126025548.GB812@ratsnest.hole>
42238      Branch: perl
42239            ! pp_ctl.c
42240 ____________________________________________________________________________
42241 [ 18578] By: ams                                   on 2003/01/26  02:40:20
42242         Log: Subject: [PATCH Storable 2.06] const declaration fixup
42243              From: "Craig A. Berry" <craigberry@mac.com>
42244              Date: Thu, 23 Jan 2003 16:24:46 -0600
42245              Message-Id: <3E306BAE.4030807@mac.com>
42246      Branch: perl
42247            ! ext/Storable/Storable.xs
42248 ____________________________________________________________________________
42249 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
42250         Log: Subject: [PATCH] move pad.c warnings to different test file
42251              From: Dave Mitchell <davem@fdgroup.com>
42252              Date: Thu, 23 Jan 2003 20:56:47 +0000
42253              Message-ID: <20030123205647.C8696@fdgroup.com>
42254      Branch: perl
42255            + t/lib/warnings/pad
42256            ! MANIFEST t/lib/warnings/op
42257 ____________________________________________________________________________
42258 [ 18573] By: nick                                  on 2003/01/23  07:26:43
42259         Log: Fix Solaris 32-bit invalidate case.
42260      Branch: perl
42261            ! perlio.c
42262 ____________________________________________________________________________
42263 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
42264         Log: Integrate change 18448 from maint-5.8 :
42265
42266              Subject: Partial Data::Dumper patch
42267              From: Richard Clamp <richardc@unixbeard.net>
42268              Date: Sat, 4 Jan 2003 00:52:47 +0000
42269              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
42270
42271              Subject: Re: Partial Data::Dumper patch
42272              From: Slaven Rezic <slaven@rezic.de>
42273              Date: 04 Jan 2003 02:48:08 +0100
42274              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
42275      Branch: perl
42276           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42277 ____________________________________________________________________________
42278 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
42279         Log: Subject: [PATCH] Re: difference between my and our before introduction
42280              From: Dave Mitchell <davem@fdgroup.com>
42281              Date: Thu, 16 Jan 2003 17:12:37 +0000
42282              Message-ID: <20030116171237.C420@fdgroup.com>
42283              (with a small test tweak)
42284      Branch: perl
42285            ! pad.c t/comp/our.t toke.c
42286 ____________________________________________________________________________
42287 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
42288         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
42289      Branch: perl
42290            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
42291 ____________________________________________________________________________
42292 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
42293         Log: Integrate from perlio:
42294              [ 18560]
42295              Fixes for open.pm which attempts to load layers:
42296              1. C equivalent of local $SIG{__WARN__} = sub {}
42297              while loading layers to supress warnings lib/open.t does
42298              not want.
42299              2. The loading scheme does not recurse now so look for
42300              new symptom of bad layer which is that a good module
42301              fails to load (as we cannot open any files).
42302
42303              NOTE: In my opinion open.pm should probably die on bad layer
42304              spec rather than just (maybe) warning and then allowing opens
42305              to fail.
42306      Branch: perl
42307           !> lib/open.t perlio.c
42308 ____________________________________________________________________________
42309 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
42310         Log: Upgrade to Encode 1.86.
42311      Branch: perl
42312            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
42313            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42314            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
42315 ____________________________________________________________________________
42316 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
42317         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
42318              From: Dave Mitchell <davem@fdgroup.com>
42319              Date: Sun, 19 Jan 2003 17:22:05 +0000
42320              Message-ID: <20030119172204.D24444@fdgroup.com>
42321      Branch: perl
42322            ! dump.c
42323 ____________________________________________________________________________
42324 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
42325         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
42326              From: Nicholas Clark <nick@unfortu.net>
42327              Date: Tue, 21 Jan 2003 22:27:21 +0000
42328              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
42329      Branch: perl
42330            ! sv.c t/op/ref.t
42331 ____________________________________________________________________________
42332 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
42333         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
42334              From: Robin Barker <Robin.Barker@npl.co.uk>
42335              Date: Mon, 20 Jan 2003 15:26:21 -0000
42336              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
42337      Branch: perl
42338            ! perlio.h
42339 ____________________________________________________________________________
42340 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
42341         Log: Integrate from perlio:
42342              [ 18539]
42343              Try the invalidate_fileno() idea for non-leaky stdio sockets.
42344
42345              [ 18540]
42346              stdio does NOT set errno==EBADF on invalidated fileno
42347
42348              [ 18547]
42349              Tweak APItest for new semantics of printf.
42350              Now printf() is always real printf() and not #define'd to
42351              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
42352              back to original file does not affect stdout unless we are
42353              using :stdio as implementation. So things printf()ed XS side
42354              are not written to file (and turn up at end of test).
42355              So add an XS function which does fflush(stdout), modify .pm
42356              file to export it and .t file to call it.
42357
42358              [ 18548]
42359              Add defined(__osf__) case to invalidate_fileno (for Tru64).
42360
42361              [ 18549]
42362              Report layer name (without arg) on fail, and attempt to
42363              autoload layer name. (Fix for [perl #20460]).
42364
42365              [ 18550]
42366              #if defined(__irix__) (for stdio invalidate) from Jarkko.
42367      Branch: perl
42368           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42369           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
42370 ____________________________________________________________________________
42371 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
42372         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
42373              From: Dave Mitchell <davem@fdgroup.com>
42374              Date: Sun, 19 Jan 2003 16:43:54 +0000
42375              Message-ID: <20030119164353.B24444@fdgroup.com>
42376      Branch: perl
42377            ! av.c t/op/array.t
42378 ____________________________________________________________________________
42379 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
42380         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
42381              From: Martti Rahkila <martti.rahkila@hut.fi>
42382              Date: Sat, 18 Jan 2003 00:25:39 +0200
42383              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
42384
42385              (chose the 'even safer' version)
42386      Branch: perl
42387            ! lib/Term/Complete.pm
42388 ____________________________________________________________________________
42389 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
42390         Log: Subject: [PATCH] assert PV isn't RV
42391              From: Nicholas Clark <nick@unfortu.net>
42392              Date: Fri, 17 Jan 2003 19:40:45 +0000
42393              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
42394      Branch: perl
42395            ! sv.h
42396 ____________________________________________________________________________
42397 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
42398         Log: Integrate from maint-5.8:
42399              [ 18375]
42400              Better version of change #18370; use the new 'E' flag
42401              so that cxinc is exposed (as cpp) only to List::Util
42402              (well, any extension) (well, anyone who does -DPERL_EXT),
42403              no need to export it globally.
42404      Branch: perl
42405           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
42406 ____________________________________________________________________________
42407 [ 18545] By: ams                                   on 2003/01/22  06:06:26
42408         Log: Subject: [PATCH perl-current] AUTHORS correction
42409              From: Richard Soderberg <rs@crystalflame.net>
42410              Date: Wed, 22 Jan 2003 02:08:13 -0500
42411              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
42412      Branch: perl
42413            ! AUTHORS
42414 ____________________________________________________________________________
42415 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
42416         Log: Continuation of #18542.
42417      Branch: perl
42418            ! sv.c
42419 ____________________________________________________________________________
42420 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
42421         Log: Update the MD5 checksums.
42422      Branch: perl
42423            ! ext/Digest/MD5/t/files.t
42424 ____________________________________________________________________________
42425 [ 18542] By: hv                                    on 2003/01/22  01:37:52
42426         Log: #18530 misses a couple of pTHX definitions
42427      Branch: perl
42428            ! sv.c
42429 ____________________________________________________________________________
42430 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
42431         Log: Try to make including patchlevel.h a bit more
42432              robust (use <> instead of "") and in case of
42433              failure (PERL_VERSION didn't get defined) try
42434              to fail (by trying to #include an "obviously"
42435              named file that should not exist) (didn't use
42436              #error since IIRC older cpps do not have it)
42437              (Tries to address [perl #20276].)
42438      Branch: perl
42439            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
42440            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
42441            ! ext/Storable/Storable.xs
42442 ____________________________________________________________________________
42443 [ 18538] By: merijn                                on 2003/01/21  16:54:00
42444         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
42445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42446              Date: Mon, 30 Dec 2002 18:01:16 -0800
42447              Message-ID: <spPE+gzkg+6F092yn@efn.org>
42448      Branch: perl
42449            ! Configure
42450 ____________________________________________________________________________
42451 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
42452         Log: Allow explicit -C enable/disable by -C:1/-C:0
42453              (suggested by Peter Haworth).
42454      Branch: perl
42455            ! perl.c pod/perlrun.pod
42456 ____________________________________________________________________________
42457 [ 18534] By: hv                                    on 2003/01/21  02:22:53
42458         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
42459              From: Chip Turner <cturner@redhat.com>
42460              Date: 02 Jan 2003 11:35:57 -0500
42461              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
42462      Branch: perl
42463            ! lib/Pod/Perldoc.pm
42464 ____________________________________________________________________________
42465 [ 18533] By: hv                                    on 2003/01/21  02:15:29
42466         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
42467              From: hv@crypt.org
42468              Date: Thu, 02 Jan 2003 14:33:49 +0000
42469              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
42470      Branch: perl
42471            ! regexec.c t/op/subst.t
42472 ____________________________________________________________________________
42473 [ 18532] By: hv                                    on 2003/01/21  01:56:31
42474         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
42475              From: Martien Verbruggen <mgjv@tradingpost.com.au>
42476              Date: Tue, 31 Dec 2002 16:42:28 +1100
42477              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
42478      Branch: perl
42479            ! pod/perlsyn.pod
42480 ____________________________________________________________________________
42481 [ 18531] By: hv                                    on 2003/01/21  01:52:49
42482         Log: integrate #18366-18370 from maint-5.8:
42483              Implement the CPP namespace protection from [perl #8610];
42484              unless a function has an 'A' flag, it's defined only if
42485              PERL_CORE.  (Why do we have so many many functions with an
42486              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
42487              could be cut down further by having a state variable and
42488              inserting #ifdefs and #endifs when the state flips.)
42489
42490              Caught by change #18366; thanks to the re extension we have some
42491              functions that are file static but yet part of "the public API"...
42492              Maybe a new class of exportability (a new embed.fnc flag) is
42493              required for this case.
42494
42495              Continue on change #18367; implement the said flag, 'E'.
42496              (Some nm output studying was needed to get the right set
42497              of re symbols defined.)
42498
42499              In AIX (strict symbol exports) the cxinc is needed for List::Util.
42500      Branch: perl
42501            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
42502 ____________________________________________________________________________
42503 [ 18530] By: hv                                    on 2003/01/21  01:37:03
42504         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
42505              Introduce a cache for UTF-8 data: length and byte<->char offset
42506              mapping are stored in a new type of magic.  Speeds up length(),
42507              substr(), index(), rindex(), pos(), and some parts of s///.
42508
42509              The speedup varies a lot (on the usual suspects: what is the
42510              access pattern of the data, compiler, CPU), but should be at
42511              least one order of magnitude, and getting to the same magnitude
42512              as byte string speeds, and in some cases  (length on unchanged data)
42513              even reaching the byte string speed.  On the other hand, in some
42514              cases (index) the byte speed is still faster by a factor of five
42515              or so, but the bottleneck there does not seem to be any more
42516              the byte<->char offset mapping (instead, the fbm_instr() speed).
42517
42518              There is one cache slot for the length, and only two for the
42519              byte<->char offset mapping (the first one for the start->offset,
42520              and the second for the offset->offset+length, when talking
42521              in substr() terms).
42522
42523              Code this hairy is bound to have hairy trolls hiding under it.
42524              [...]
42525              A small tweak on top of #18353: don't display mg_len bytes of
42526              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
42527      Branch: perl
42528            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
42529            ! sv.c util.c
42530 ____________________________________________________________________________
42531 [ 18529] By: hv                                    on 2003/01/21  00:44:20
42532         Log: integrate #18349 from maint-5.8:
42533              At least partially address [perl #10000] by speeding
42534              up both the ASCII case (by about 2-3%) and the UTF-8 case
42535              (by about 45%).  The major trick is to avoid hitting the
42536              costly S_reginclass().  (Even before this patch the speedup
42537              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
42538              still about 30-60% slower than the ASCII case.  (Note that
42539              I'm unable to reproduce the 10-fold speed difference of the
42540              original bug report; I can see a factor of 2 or 3, but no more.)
42541      Branch: perl
42542           !> regexec.c
42543 ____________________________________________________________________________
42544 [ 18528] By: hv                                    on 2003/01/21  00:24:11
42545         Log: Subject: [PATCH pp_ctl.c] silence warning
42546              From: Dave Mitchell <davem@fdgroup.com>
42547              Date: Sun, 29 Dec 2002 15:09:31 +0000
42548              Message-ID: <20021229150931.C2325@fdgroup.com>
42549      Branch: perl
42550            ! pp_ctl.c
42551 ____________________________________________________________________________
42552 [ 18527] By: hv                                    on 2003/01/21  00:04:14
42553         Log: Subject: perl version reporting
42554              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42555              Date: Wed, 18 Dec 2002 08:30:32 +0100
42556              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
42557      Branch: perl
42558            ! perl.c
42559 ____________________________________________________________________________
42560 [ 18526] By: hv                                    on 2003/01/20  23:21:22
42561         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
42562              From: Blair Zajac <blair@orcaware.com>
42563              Date: Wed, 08 Jan 2003 12:28:35 -0800
42564              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
42565      Branch: perl
42566            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
42567            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
42568 ____________________________________________________________________________
42569 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
42570         Log: Integrate from perlio:
42571              [ 18520]
42572              Move #define printf out of perl.h into appropriate
42573              PerlIO files.
42574      Branch: perl
42575           !> fakesdio.h nostdio.h perl.h
42576 ____________________________________________________________________________
42577 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
42578         Log: Upgrade to Digest 1.02.
42579      Branch: perl
42580            ! lib/Digest.pm lib/Digest.t
42581 ____________________________________________________________________________
42582 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
42583         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
42584              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
42585              Date: 20 Jan 2003 01:54:07 -0000
42586              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
42587      Branch: perl
42588            ! pp_hot.c
42589 ____________________________________________________________________________
42590 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
42591         Log: Retract #18154 (integrate of perlio #18507), not enough
42592              threadsafety.
42593      Branch: perl
42594            ! perlio.c
42595 ____________________________________________________________________________
42596 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
42597         Log: Encode MANIFEST update.
42598      Branch: perl
42599            ! ext/Encode/MANIFEST
42600 ____________________________________________________________________________
42601 [ 18517] By: nick                                  on 2003/01/20  08:34:10
42602         Log: Integrate #18405 from maint-5.8 which fixes whitespac
42603              issues in open(FH,"&...")
42604      Branch: perl
42605           !> doio.c
42606 ____________________________________________________________________________
42607 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
42608         Log: microperl update.
42609      Branch: perl
42610            ! Makefile.micro uconfig.h uconfig.sh
42611 ____________________________________________________________________________
42612 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
42613         Log: Integrate from perlio:
42614              [ 18507]
42615              Thread-protection for dup/fclose/dup2 scheme of stdio leak
42616              avoidance.
42617      Branch: perl
42618           !> perlio.c t/io/tell.t
42619 ____________________________________________________________________________
42620 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
42621         Log: Slight pod reformatting based on [perl #20284].
42622      Branch: perl
42623            ! README.mint ext/Data/Dumper/Dumper.pm
42624 ____________________________________________________________________________
42625 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
42626         Log: EPOC perl address updates.
42627      Branch: perl
42628            ! README.epoc
42629 ____________________________________________________________________________
42630 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
42631         Log: Upgrade to Digest 1.01.
42632      Branch: perl
42633            ! lib/Digest.pm
42634 ____________________________________________________________________________
42635 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
42636         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
42637      Branch: perl
42638            ! utils/libnetcfg.PL
42639 ____________________________________________________________________________
42640 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
42641         Log: Upgrade to Digest::MD5 2.22.
42642      Branch: perl
42643            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42644            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
42645            ! ext/Digest/MD5/t/files.t
42646 ____________________________________________________________________________
42647 [ 18508] By: merijn                                on 2003/01/17  14:12:53
42648         Log: Subject: Re: 18457 on cygwin/20030113
42649              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
42650              Date: Fri, 17 Jan 2003 15:10:34 +0000
42651              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
42652      Branch: perl
42653            ! t/io/tell.t
42654 ____________________________________________________________________________
42655 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
42656         Log: Integrate from perlio:
42657              [ 18476]
42658              Remove workaround for :stdio layer bug now fixed
42659              (Fixes #18975)
42660      Branch: perl
42661           !> pp_sys.c
42662 ____________________________________________________________________________
42663 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
42664         Log: Integrate from maint-5.6:
42665              [ 18477]
42666              search utility doesn't skip exe/lib/pdb files properly on windows
42667      Branch: perl
42668           !> win32/bin/search.pl
42669 ____________________________________________________________________________
42670 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
42671         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
42672              From: "Jos I. Boumans" <kane@dwim.org>
42673              Date: Thu, 16 Jan 2003 14:04:48 +0100
42674              Message-ID: <3E26ADF0.6010605@dwim.org>
42675              (with test tweaks)
42676      Branch: perl
42677            ! lib/File/Find.pm lib/File/Find/t/find.t
42678 ____________________________________________________________________________
42679 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
42680         Log: Integrate #18447 from maint-5.8 :
42681              test.pl-ise t/op/fh.t.
42682      Branch: perl
42683           !> t/op/fh.t
42684 ____________________________________________________________________________
42685 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
42686         Log: Integrate changes to Attribute::Handlers from maint-5.8
42687              (18404 and 18427).
42688              Subject: [PATCH] Re: Attribute::Handlers phase variance
42689              From: Richard Clamp <richardc@unixbeard.net>
42690              Date: Mon, 9 Dec 2002 11:10:24 +0000
42691              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
42692      Branch: perl
42693           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
42694 ____________________________________________________________________________
42695 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
42696         Log: Integrate changes #18422 and #18423 from maint-5.8.
42697              18422 :
42698              Third Degree found a read of uninit memory (after setting
42699              grent_size with sysconf(), pwent_size was read).  Also make
42700              the ERANGE/INVARG more consistent.
42701              18423 :
42702              spent_size was still off.  (As far as I can tell
42703              _SC_GETPW_R_SIZE_MAX is supposed to be used also
42704              for spents, not just pwents.)
42705      Branch: perl
42706           !> reentr.c reentr.h reentr.pl
42707 ____________________________________________________________________________
42708 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
42709         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
42710              From: Dave Mitchell <davem@fdgroup.com>
42711              Date: Wed, 1 Jan 2003 21:43:24 +0000
42712              Message-ID: <20030101214324.F12907@fdgroup.com>
42713              (integrated from change #18397 in maint-5.8)
42714      Branch: perl
42715           !> lib/Time/Local.pm lib/Time/Local.t
42716 ____________________________________________________________________________
42717 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
42718         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
42719              code changes from Inaba Hiroto; test tweaks by jhi.
42720      Branch: perl
42721            + ext/Encode/t/enc_eucjp.t
42722            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
42723            ! pp.c sv.c sv.h t/uni/tr_utf8.t
42724 ____________________________________________________________________________
42725 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
42726         Log: It seems the binmode() is needed with UTF-8 locales enabled.
42727      Branch: perl
42728            ! ext/Encode/t/CJKT.t
42729 ____________________________________________________________________________
42730 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
42731         Log: Upgrade to CGI.pm 2.89.
42732      Branch: perl
42733            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42734            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
42735 ____________________________________________________________________________
42736 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
42737         Log: Subject: Update for ext/MIME/Base64/
42738              From: Gisle Aas <gisle@ActiveState.com>
42739              Date: 30 Dec 2002 07:34:34 -0800
42740              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
42741      Branch: perl
42742            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
42743            ! ext/MIME/Base64/QuotedPrint.pm
42744            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
42745 ____________________________________________________________________________
42746 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
42747         Log: Subject: Update for ext/Digest/MD5/
42748              From: Gisle Aas <gisle@ActiveState.com>
42749              Date: 30 Dec 2002 07:38:16 -0800
42750              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
42751      Branch: perl
42752            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42753            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
42754            ! ext/Digest/MD5/t/files.t
42755 ____________________________________________________________________________
42756 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
42757         Log: if (0) the PL_widesyscalls code for now: Sarathy
42758              should take another look to see whether it is really
42759              safe to remove the code, too.
42760      Branch: perl
42761            ! win32/win32.h wince/win32.h
42762 ____________________________________________________________________________
42763 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
42764         Log: Make the locale-induced UTF-8-ification of STD fhs
42765              and the default file open layer explicit (either -C
42766              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
42767      Branch: perl
42768            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
42769            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
42770            ! pod/perlvar.pod
42771 ____________________________________________________________________________
42772 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
42773         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
42774              From: Brendan O'Dea <bod@debian.org>
42775              Date: Sun, 12 Jan 2003 06:18:32 +1100
42776              Message-ID: <20030111191832.GA19441@londo.c47.org>
42777      Branch: perl
42778            ! pod/perlrun.pod
42779 ____________________________________________________________________________
42780 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
42781         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
42782              From: Brendan O'Dea <bod@debian.org>
42783              Date: Sun, 12 Jan 2003 06:17:30 +1100
42784              Message-ID: <20030111191730.GA19420@londo.c47.org>
42785      Branch: perl
42786            ! lib/diagnostics.pm
42787 ____________________________________________________________________________
42788 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
42789         Log: Add a test case for bug [perl #19545]
42790      Branch: perl
42791            ! t/op/do.t
42792 ____________________________________________________________________________
42793 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
42794         Log: isa() and can() didn't work on magic variables
42795              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
42796              plus a test case by B. Goldberg
42797      Branch: perl
42798            ! t/op/universal.t universal.c
42799 ____________________________________________________________________________
42800 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
42801         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
42802              From: Stephen McCamant <smcc@mit.edu>
42803              Date: Thu, 2 Jan 2003 18:08:23 -0500
42804              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
42805              Plus a test by Jarkko
42806              Integrated from changes 18444 and 18446 from maint-5.8
42807      Branch: perl
42808           +> t/op/readline.t
42809           !> MANIFEST pp_hot.c
42810 ____________________________________________________________________________
42811 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
42812         Log: Upgrade to Time::HiRes 1.42.
42813      Branch: perl
42814            + ext/Time/HiRes/fallback/const-c.inc
42815            + ext/Time/HiRes/fallback/const-xs.inc
42816            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42817            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42818 ____________________________________________________________________________
42819 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
42820         Log: Detypo.
42821      Branch: perl
42822            ! ext/Encode/Unicode/Unicode.xs
42823 ____________________________________________________________________________
42824 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
42825         Log: Integrate change #18365 from maint-5.8 :
42826              Doc tweak on the S_ macros.
42827      Branch: perl
42828           !> pod/perlfunc.pod
42829 ____________________________________________________________________________
42830 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
42831         Log: Apparently some stdios have bugs (no! don't tell it is so!)
42832              or there is a corner of stdio that is substandardised.
42833      Branch: perl
42834            ! t/io/tell.t
42835 ____________________________________________________________________________
42836 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
42837         Log: Encode 1.84 broke the subtest #7, further study required.
42838      Branch: perl
42839            ! t/uni/tr_utf8.t
42840 ____________________________________________________________________________
42841 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
42842         Log: Add a test for encoding 'utf8'.
42843      Branch: perl
42844            + ext/Encode/t/enc_utf8.t
42845            ! MANIFEST ext/Encode/MANIFEST
42846 ____________________________________________________________________________
42847 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
42848         Log: Upgrade to Encode 1.84.
42849      Branch: perl
42850            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
42851            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42852 ____________________________________________________________________________
42853 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
42854         Log: Integrate from perlio:
42855              [ 18471]
42856              Fix #18711 and add test for it (and indeed tell on write
42857              handles at all !
42858
42859              (#18711 Serious bug of tell() in perl)
42860      Branch: perl
42861           !> perlio.c t/io/tell.t
42862 ____________________________________________________________________________
42863 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
42864         Log: Integrate from perlio:
42865              [ 18470]
42866              Fix #16306 and #16880
42867
42868              (#16306 Big Badda leak in Sockets)
42869              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
42870      Branch: perl
42871           !> perlio.c
42872 ____________________________________________________________________________
42873 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
42874         Log: Integrate perlio #18040 and #18043 (no real changes;
42875              some whitespace changes but ignored them so that Dan's
42876              version of Encode wins)
42877      Branch: perl
42878           !> ext/Encode/Encode.xs
42879 ____________________________________________________________________________
42880 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
42881         Log: Integrate perlio to mainline:
42882              [ 18240]
42883              Avoid eqtime() wiping the file (as suggested by
42884              "Luis G. Uribe C." <GUribe@SoftHome.net>
42885      Branch: perl
42886           !> lib/ExtUtils/Command.pm
42887 ____________________________________________________________________________
42888 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
42889         Log: Subject: [PATCH] VMS perly build tweak
42890              From: "Craig A. Berry" <craigberry@mac.com>
42891              Date: Thu, 9 Jan 2003 14:44:40 -0600
42892              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
42893      Branch: perl
42894            ! vms/descrip_mms.template
42895 ____________________________________________________________________________
42896 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
42897         Log: Document that ${^TAINT} is read-only.
42898      Branch: perl
42899            ! pod/perlvar.pod
42900 ____________________________________________________________________________
42901 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
42902         Log: Fix the doc for splitpath() in the File::Spec modules :
42903              this function doesn't return undef in any case.
42904      Branch: perl
42905            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42906            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
42907 ____________________________________________________________________________
42908 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
42909         Log: Subject: [PATCH] label code in pp_ctl.c
42910              From: Nicholas Clark <nick@unfortu.net>
42911              Date: Thu, 26 Dec 2002 21:19:36 +0000
42912              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
42913              (Integrated from change #18400 from maint-5.8)
42914      Branch: perl
42915           !> pp_ctl.c
42916 ____________________________________________________________________________
42917 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
42918         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
42919              From: Nicholas Clark <nick@unfortu.net>
42920              Date: Wed, 1 Jan 2003 18:17:59 +0000
42921              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
42922              (Integrated from change #18399 from maint-5.8)
42923      Branch: perl
42924           !> hv.c
42925 ____________________________________________________________________________
42926 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
42927         Log: Integrate change #18391 from maint-5.8:
42928              Document the installprefix trick for compiling PASE Perl in AIX.
42929      Branch: perl
42930           !> README.os400
42931 ____________________________________________________________________________
42932 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
42933         Log: Integrate change #18362 from maint-5.8:
42934              Fix [perl #18666] (taking the more conservative approach).
42935      Branch: perl
42936           !> lib/File/Spec/Unix.pm
42937 ____________________________________________________________________________
42938 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
42939         Log: Integrate change #18361 from maint-5.8:
42940              Document that the socketpair tests are unhappy in old SCO,
42941              as per [perl #18537].
42942      Branch: perl
42943           !> pod/perl58delta.pod
42944 ____________________________________________________________________________
42945 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
42946         Log: PerlFAQ sync.
42947      Branch: perl
42948            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42949            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42950            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42951            ! pod/perlfaq9.pod
42952 ____________________________________________________________________________
42953 [ 18456] By: hv                                    on 2003/01/07  09:20:22
42954         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
42955              From: Nicholas Clark <nick@unfortu.net>
42956              Date: Thu, 26 Dec 2002 21:16:27 +0000
42957              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
42958      Branch: perl
42959            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
42960            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
42961            ! utf8.c
42962 ____________________________________________________________________________
42963 [ 18455] By: hv                                    on 2003/01/07  08:54:38
42964         Log: Subject: [PATCH] integrate more with report_evil_fh
42965              From: Nicholas Clark <nick@unfortu.net>
42966              Date: Thu, 26 Dec 2002 20:56:21 +0000
42967              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
42968      Branch: perl
42969            ! pp_sys.c
42970 ____________________________________________________________________________
42971 [ 18454] By: hv                                    on 2003/01/07  08:45:54
42972         Log: Integrate podlators-1.25
42973      Branch: perl
42974            ! lib/Pod/Man.pm lib/Pod/t/man.t
42975 ____________________________________________________________________________
42976 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
42977         Log: Change the value of ${^TAINT} : 0 without taint checks,
42978              1 with -T, and -1 with -t or -TU.
42979      Branch: perl
42980            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
42981            ! t/run/switcht.t
42982 ____________________________________________________________________________
42983 [ 18451] By: merijn                                on 2003/01/06  06:43:11
42984         Log: Subject: [PATCH perl@18746] VMS test adjustments
42985              Date: Sat, 04 Jan 2003 11:26:00 -0600
42986              From: "Craig A. Berry" <craigberry@mac.com>
42987              Message-ID: <3E171928.1040100@mac.com>
42988      Branch: perl
42989            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
42990            ! t/run/switchI.t
42991 ____________________________________________________________________________
42992 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
42993         Log: Subject: [DOCPATCH] File::Copy's synopsis
42994              From: Nicholas Clark <nick@unfortu.net>
42995              Date: Wed, 1 Jan 2003 21:09:30 +0000
42996              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
42997      Branch: perl
42998            ! lib/File/Copy.pm
42999 ____________________________________________________________________________
43000 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
43001         Log: Integrate change #18420 from maint-5.8:
43002              Mea culpa: the join() was the string join, not the
43003              ithreads join().
43004      Branch: perl
43005           !> ext/threads/t/join.t
43006 ____________________________________________________________________________
43007 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
43008         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
43009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43010              Date: Fri, 13 Dec 2002 00:54:43 +0100
43011              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
43012              Same as change 18403 for maint-5.8 branch
43013      Branch: perl
43014            ! lib/ExtUtils/t/Embed.t
43015 ____________________________________________________________________________
43016 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
43017         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
43018              From: andreas.koenig@anima.de (Andreas J. Koenig)
43019              Date: Fri, 03 Jan 2003 00:57:15 +0100
43020              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
43021      Branch: perl
43022            ! pod/perlre.pod
43023 ____________________________________________________________________________
43024 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
43025         Log: The problems.t is back.
43026      Branch: perl
43027            ! MANIFEST
43028 ____________________________________________________________________________
43029 [ 18434] By: sky                                   on 2003/01/04  07:43:50
43030         Log: Forgot to add problems.t with change #18419
43031      Branch: perl
43032            + ext/threads/t/problems.t
43033 ____________________________________________________________________________
43034 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
43035         Log: One more (or, rather, less) //.
43036      Branch: perl
43037            ! ext/threads/threads.xs
43038 ____________________________________________________________________________
43039 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
43040         Log: Integrate from maintperl:
43041              [ 18430]
43042              // is still not portable C commentary.
43043      Branch: perl
43044           !> ext/threads/threads.xs
43045 ____________________________________________________________________________
43046 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
43047         Log: Until Arthur really adds the problems.t.
43048      Branch: perl
43049            ! MANIFEST
43050 ____________________________________________________________________________
43051 [ 18421] By: sky                                   on 2003/01/04  01:27:55
43052         Log: Fix long standing memory leak with pop and shift!
43053      Branch: perl
43054            ! ext/threads/shared/shared.xs
43055 ____________________________________________________________________________
43056 [ 18419] By: sky                                   on 2003/01/03  23:45:34
43057         Log: Fixes bug #15273, the return of the object caused
43058              the stash of the object to be cloned, cloning the entire syntax
43059              tree and all lexicals in there creating danglning copies to the
43060              object. (Pararell but unlinked STASH tree).
43061              This adds a new flag, when set it will use STASHES from the
43062              thread we are joining into avoiding the problem.
43063      Branch: perl
43064            ! MANIFEST ext/threads/threads.xs sv.c sv.h
43065 ____________________________________________________________________________
43066 [ 18417] By: sky                                   on 2003/01/03  18:16:46
43067         Log: Fake what context we are running in for CLONE and DESTROY so
43068              threads->tid() returns the correct value.
43069              This is reported as bug #10046
43070      Branch: perl
43071            ! ext/threads/t/basic.t ext/threads/threads.xs
43072 ____________________________________________________________________________
43073 [ 18413] By: sky                                   on 2003/01/03  15:15:14
43074         Log: Change pp_lock to take a reference instead of a
43075              scalar since it wouldn't fork for the HELEM/AELEM
43076              case. This was reported in bug #10045
43077      Branch: perl
43078            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
43079 ____________________________________________________________________________
43080 [ 18412] By: hv                                    on 2003/01/03  11:14:51
43081         Log: Integrate from maint-5.8 #18348:
43082              Make Math::Trig a little bit more better behaved module citizen.
43083      Branch: perl
43084           !> lib/Math/Trig.pm
43085 ____________________________________________________________________________
43086 [ 18411] By: hv                                    on 2003/01/03  11:11:09
43087         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
43088              From: Stephen McCamant <smcc@mit.edu>
43089              Date: Sun, 22 Dec 2002 22:09:51 -0500
43090              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
43091      Branch: perl
43092            ! pp_ctl.c
43093 ____________________________________________________________________________
43094 [ 18410] By: hv                                    on 2003/01/03  11:06:40
43095         Log: Subject: new flag SvPADSTALE
43096              From: Dave Mitchell <davem@fdgroup.com>
43097              Date: Thu, 19 Dec 2002 19:00:21 +0000
43098              Message-ID: <20021219190021.D9530@fdgroup.com>
43099      Branch: perl
43100            ! dump.c scope.c sv.h
43101 ____________________________________________________________________________
43102 [ 18409] By: hv                                    on 2003/01/03  11:05:09
43103         Log: Subject: remove flag SvPADBUSY
43104              From: Dave Mitchell <davem@fdgroup.com>
43105              Date: Thu, 19 Dec 2002 18:55:43 +0000
43106              Message-ID: <20021219185543.C9530@fdgroup.com>
43107      Branch: perl
43108            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
43109 ____________________________________________________________________________
43110 [ 18408] By: hv                                    on 2003/01/03  10:56:54
43111         Log: Subject: win32_msgwait() problem
43112              From: Gurusamy Sarathy <gsar@ActiveState.com>
43113              Date: Fri, 13 Dec 2002 17:31:59 -0800
43114              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
43115      Branch: perl
43116            ! win32/win32.c
43117 ____________________________________________________________________________
43118 [ 18407] By: hv                                    on 2003/01/03  10:30:05
43119         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
43120              From: hv@crypt.org
43121              Date: Thu, 02 Jan 2003 17:16:04 +0000
43122              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
43123      Branch: perl
43124            ! sv.c
43125 ____________________________________________________________________________
43126 [ 18406] By: sky                                   on 2003/01/03  08:23:16
43127         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
43128              libc_r functions.
43129      Branch: perl
43130            ! hints/darwin.sh
43131 ____________________________________________________________________________
43132 [ 18393] By: merijn                                on 2003/01/02  19:41:29
43133         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)
43134              Date: Thu, 2 Jan 2003 19:02:21 +0100
43135              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
43136              From: abe@ztreet.demon.nl (Abe Timmerman)
43137      Branch: perl
43138            ! win32/makefile.mk
43139 ____________________________________________________________________________
43140 [ 18390] By: merijn                                on 2003/01/02  07:32:00
43141         Log: Use a more likely location for the perl binary
43142      Branch: perl
43143            ! Porting/genlog
43144 ____________________________________________________________________________
43145 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
43146         Log: integrate change#18377 from maint-5.6 branch
43147
43148              change#17566 needs to be more defensive about win32_dup2()
43149              itself calling SetStdHandle() (at least MSVCRT does this)
43150      Branch: perl
43151           !> win32/win32.c
43152 ____________________________________________________________________________
43153 [ 18376] By: hv                                    on 2002/12/31  02:02:17
43154         Log: Update Changes
43155      Branch: perl
43156            ! Changes patchlevel.h
43157 ____________________________________________________________________________
43158 [ 18374] By: hv                                    on 2002/12/30  03:32:22
43159         Log: Remove duplicate entry
43160      Branch: perl
43161            ! MANIFEST
43162 ____________________________________________________________________________
43163 [ 18373] By: hv                                    on 2002/12/30  03:19:17
43164         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
43165              From: Dave Paris (via RT) <perlbug-followup@perl.org>
43166              Date: 22 Dec 2002 05:15:14 -0000
43167              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
43168      Branch: perl
43169            ! pod/perlfunc.pod
43170 ____________________________________________________________________________
43171 [ 18372] By: hv                                    on 2002/12/30  03:13:42
43172         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
43173              From: Michael G Schwern <schwern@pobox.com>
43174              Date: Sat, 21 Dec 2002 19:29:41 -0800
43175              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
43176      Branch: perl
43177            ! lib/AutoSplit.pm
43178 ____________________________________________________________________________
43179 [ 18371] By: hv                                    on 2002/12/30  03:08:12
43180         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
43181              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43182              Date: Fri, 27 Dec 2002 16:14:24 +0100
43183              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
43184      Branch: perl
43185            ! mg.c t/op/magic.t
43186 ____________________________________________________________________________
43187 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
43188         Log: save_re_context() was not saving many regexec.c state
43189              variables, resulting in various reentrancy problems when
43190              the swatches were autoloaded by perl in the midst of a
43191              match
43192      Branch: perl
43193            ! regcomp.c
43194 ____________________________________________________________________________
43195 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
43196         Log: silence another signed/unsigned mismatch warning
43197      Branch: perl
43198            ! op.c
43199 ____________________________________________________________________________
43200 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
43201         Log: fix signed/unsigned mismatch warning from change#18266
43202      Branch: perl
43203            ! regcomp.c
43204 ____________________________________________________________________________
43205 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
43206         Log: these variables are not in use anywhere since 5.8.0
43207      Branch: perl
43208            ! embedvar.h perlapi.h sv.c thrdvar.h
43209 ____________________________________________________________________________
43210 [ 18354] By: ams                                   on 2002/12/26  03:54:09
43211         Log: Subject: [PATCH] docpatch for cv.h
43212              From: Nicholas Clark <nick@unfortu.net>
43213              Date: Wed, 25 Dec 2002 21:01:04 +0000
43214              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
43215      Branch: perl
43216            ! cv.h
43217 ____________________________________________________________________________
43218 [ 18351] By: hv                                    on 2002/12/25  02:29:17
43219         Log: #18345 was still broken; should be fixed now.
43220      Branch: perl
43221            ! sv.c
43222 ____________________________________________________________________________
43223 [ 18350] By: merijn                                on 2002/12/24  05:26:40
43224         Log: Removal of duplicate comment block
43225
43226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43227              Subject: Re: [perl #19306] Sys::Syslog issues.
43228              Date: Mon, 23 Dec 2002 15:25:51 -0800
43229              Message-ID: </t5B+gzkg6DR092yn@efn.org>
43230      Branch: perl
43231            ! ext/Sys/Syslog/Syslog.pm
43232 ____________________________________________________________________________
43233 [ 18346] By: hv                                    on 2002/12/23  06:14:22
43234         Log: integrate maint-5.8 #18301
43235      Branch: perl
43236           !> lib/perl5db.pl
43237 ____________________________________________________________________________
43238 [ 18345] By: hv                                    on 2002/12/23  06:01:17
43239         Log: more on #18344.
43240      Branch: perl
43241            ! sv.c
43242 ____________________________________________________________________________
43243 [ 18344] By: hv                                    on 2002/12/23  05:56:43
43244         Log: more on #18312: sv.c:ss_dup()
43245      Branch: perl
43246            ! sv.c
43247 ____________________________________________________________________________
43248 [ 18343] By: hv                                    on 2002/12/23  05:47:17
43249         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
43250              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
43251              Date: 15 Dec 2002 13:45:23 -0000
43252              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
43253      Branch: perl
43254            ! lib/Term/Complete.pm
43255 ____________________________________________________________________________
43256 [ 18342] By: hv                                    on 2002/12/23  05:27:25
43257         Log: Subject: [perl #18544] Patch included to fix problem.
43258              From: Richard Kandarian <richard.kandarian@lanl.gov>
43259              Date: Thu, 21 Nov 2002 08:00:20 -0700
43260              (from RT)
43261      Branch: perl
43262            ! regexec.c
43263 ____________________________________________________________________________
43264 [ 18341] By: hv                                    on 2002/12/23  05:08:49
43265         Log: Subject: [PATCH] operation on `PL_na' may be undefined
43266              From: Nicholas Clark <nick@unfortu.net>
43267              Date: Tue, 10 Dec 2002 19:59:18 +0000
43268              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
43269      Branch: perl
43270            ! universal.c
43271 ____________________________________________________________________________
43272 [ 18340] By: hv                                    on 2002/12/23  05:04:29
43273         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
43274              From: Nicholas Clark <nick@unfortu.net>
43275              Date: Tue, 10 Dec 2002 18:55:28 +0000
43276              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
43277      Branch: perl
43278            ! pp_hot.c
43279 ____________________________________________________________________________
43280 [ 18339] By: hv                                    on 2002/12/23  04:39:48
43281         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
43282      Branch: perl
43283            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43284            ! ext/Time/HiRes/Makefile.PL
43285 ____________________________________________________________________________
43286 [ 18338] By: hv                                    on 2002/12/23  03:43:09
43287         Log: Subject: [PATCH] read permissions for h2ph-generated files
43288              From: Slaven Rezic <slaven.rezic@berlin.de>
43289              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
43290              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
43291      Branch: perl
43292            ! utils/h2ph.PL
43293 ____________________________________________________________________________
43294 [ 18337] By: hv                                    on 2002/12/23  03:38:59
43295         Log: handy hint: getting a perforce change as a usable patch
43296      Branch: perl
43297            ! Porting/repository.pod
43298 ____________________________________________________________________________
43299 [ 18336] By: hv                                    on 2002/12/23  03:36:26
43300         Log: Reverse #18285, for reasons given in:
43301              Subject: Re: Precedence of ? :
43302              From: hv@crypt.org
43303              Date: Fri, 20 Dec 2002 00:35:27 +0000
43304              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
43305      Branch: perl
43306            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
43307            ! vms/perly_c.vms
43308 ____________________________________________________________________________
43309 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
43310         Log: my_fflush_all() wasn't doing the right thing under useperlio
43311              on many platforms
43312      Branch: perl
43313            ! util.c
43314 ____________________________________________________________________________
43315 [ 18334] By: merijn                                on 2002/12/18  06:48:11
43316         Log: AIX compiler version updates
43317      Branch: perl
43318            ! README.aix
43319 ____________________________________________________________________________
43320 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
43321         Log: $Config{prefixexp} was set incorrectly on windows
43322      Branch: perl
43323            ! win32/config.bc win32/config.gc win32/config.vc
43324            ! win32/config.vc64
43325 ____________________________________________________________________________
43326 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
43327         Log: remove CRs from a couple of files (these show up as CRCRLF
43328              on windows)
43329      Branch: perl
43330            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43331 ____________________________________________________________________________
43332 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
43333         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
43334      Branch: perl
43335            ! win32/win32.c
43336 ____________________________________________________________________________
43337 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
43338         Log: windows: support for large files
43339
43340              note that this change will break binary compatibility with the
43341              default 5.8.0 build options; nevertheless I think it is worth
43342              having in 5.8.1 (people who want the compatibility can disable
43343              the option in the makefile)
43344      Branch: perl
43345            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
43346            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
43347            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
43348            ! win32/config.vc win32/config.vc64 win32/config_H.bc
43349            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
43350            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
43351            ! win32/win32.c win32/win32iop.h
43352 ____________________________________________________________________________
43353 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
43354         Log: Win32.pod update
43355      Branch: perl
43356            ! lib/Win32.pod
43357 ____________________________________________________________________________
43358 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
43359         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
43360      Branch: perl
43361            ! XSUB.h
43362 ____________________________________________________________________________
43363 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
43364         Log: windows: avoid prompting under some shells during $(MAKE) distclean
43365      Branch: perl
43366            ! win32/Makefile win32/makefile.mk
43367 ____________________________________________________________________________
43368 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
43369         Log: PerlSIO_stderr et al are not functions
43370      Branch: perl
43371            ! XSUB.h
43372 ____________________________________________________________________________
43373 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
43374         Log: integrate change#18320 from maint-5.6 branch
43375
43376              C<require '\foo\bar.pm'> fails on windows if not running
43377              from the root directory; for a test case, see:
43378
43379              http://bugs.activestate.com/show_bug.cgi?id=19317
43380
43381              this was due to not recognizing \foo\bar.pm as an absolute
43382              path name
43383      Branch: perl
43384           !> util.h
43385 ____________________________________________________________________________
43386 [ 18319] By: hv                                    on 2002/12/17  10:08:24
43387         Log: Whoops, these are the changes supposed to be in #18318.
43388      Branch: perl
43389            ! pad.c t/op/eval.t
43390 ____________________________________________________________________________
43391 [ 18318] By: hv                                    on 2002/12/17  03:12:18
43392         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
43393              From: Nicholas Clark <nick@unfortu.net>
43394              Date: Sat, 14 Dec 2002 23:13:37 +0000
43395              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
43396      Branch: perl
43397            ! pad.c t/op/eval.t
43398 ____________________________________________________________________________
43399 [ 18317] By: hv                                    on 2002/12/17  02:58:12
43400         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
43401      Branch: perl
43402            + lib/Net/Ping/t/410_syn_host.t
43403            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
43404            ! lib/Net/Ping/t/450_service.t
43405 ____________________________________________________________________________
43406 [ 18316] By: hv                                    on 2002/12/17  02:17:16
43407         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
43408              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43409              Date: Fri, 13 Dec 2002 13:54:05 -0800
43410              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
43411      Branch: perl
43412            ! os2/os2.c t/run/runenv.t
43413 ____________________________________________________________________________
43414 [ 18315] By: hv                                    on 2002/12/17  02:03:58
43415         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
43416              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43417              Date: Fri, 13 Dec 2002 13:47:08 -0800
43418              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
43419      Branch: perl
43420            ! lib/constant.t lib/fields.t
43421 ____________________________________________________________________________
43422 [ 18314] By: hv                                    on 2002/12/17  01:58:32
43423         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
43424              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43425              Date: Fri, 13 Dec 2002 14:00:48 -0800
43426              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
43427      Branch: perl
43428            ! os2/OS2/Process/t/os2_process.t os2/os2.c
43429 ____________________________________________________________________________
43430 [ 18313] By: hv                                    on 2002/12/17  01:54:19
43431         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
43432              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43433              Date: Fri, 13 Dec 2002 14:08:00 -0800
43434              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
43435      Branch: perl
43436            ! os2/OS2/REXX/REXX.xs
43437 ____________________________________________________________________________
43438 [ 18312] By: hv                                    on 2002/12/17  01:43:28
43439         Log: Subject: [Fwd: Patch for perl utf8-related bug]
43440              From: Richard Hitt <rbh00@utsglobal.com>
43441              Date: Fri, 06 Dec 2002 16:47:42 -0800
43442              [perl #18932]
43443      Branch: perl
43444            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
43445            ! scope.h
43446 ____________________________________________________________________________
43447 [ 18311] By: hv                                    on 2002/12/17  00:52:05
43448         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
43449              From: Dave Mitchell <davem@fdgroup.com>
43450              Date: Sat, 14 Dec 2002 19:16:49 +0000
43451              Message-ID: <20021214191649.B3992@fdgroup.com>
43452      Branch: perl
43453            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
43454 ____________________________________________________________________________
43455 [ 18310] By: hv                                    on 2002/12/17  00:51:46
43456         Log: regen-headers to get new API docs from #18306
43457      Branch: perl
43458            ! pod/perlapi.pod
43459 ____________________________________________________________________________
43460 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
43461         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
43462              From: peter@PSDT.com (Peter Scott)
43463              Date: 12 Dec 2002 18:13:17 -0000
43464              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
43465              (fix bug [perl #19058])
43466      Branch: perl
43467            ! lib/perl5db.pl
43468 ____________________________________________________________________________
43469 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
43470         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
43471              From: Dave Mitchell <davem@fdgroup.com>
43472              Date: Thu, 12 Dec 2002 23:42:35 +0000
43473              Message-ID: <20021212234235.A29245@fdgroup.com>
43474              and
43475              Date: Sat, 14 Dec 2002 19:16:38 +0000
43476              Message-ID: <20021214191638.A3992@fdgroup.com>
43477      Branch: perl
43478            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
43479            ! proto.h t/op/eval.t
43480 ____________________________________________________________________________
43481 [ 18306] By: sky                                   on 2002/12/16  21:41:40
43482         Log: More documentation of obscure flags is good, even if the
43483              documentation might be not so good. Atleast it's not false!
43484              Documents the flags one can give to perl_clone
43485      Branch: perl
43486            ! sv.c
43487 ____________________________________________________________________________
43488 [ 18305] By: merijn                                on 2002/12/16  10:53:19
43489         Log: Enough changes to Configure and metaunits warrant an update.
43490              Several small changes and three additions
43491      Branch: perl
43492            ! Porting/Glossary
43493 ____________________________________________________________________________
43494 [ 18304] By: merijn                                on 2002/12/16  10:44:57
43495         Log: Redone #18011 from metaunits
43496      Branch: perl
43497            ! Configure
43498 ____________________________________________________________________________
43499 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
43500         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
43501              From: Dave Mitchell <davem@fdgroup.com>
43502              Date: Tue, 10 Dec 2002 01:26:44 +0000
43503              Message-ID: <20021210012644.A7843@fdgroup.com>
43504      Branch: perl
43505            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43506            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
43507            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
43508 ____________________________________________________________________________
43509 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
43510         Log: Subject: [patch] typo in perlop
43511              From: andreas.koenig@anima.de (Andreas J. Koenig)
43512              Date: Wed, 11 Dec 2002 21:31:14 +0100
43513              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
43514      Branch: perl
43515            ! pod/perlop.pod
43516 ____________________________________________________________________________
43517 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
43518         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
43519      Branch: perl
43520           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
43521           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
43522           !> t/op/subst.t
43523 ____________________________________________________________________________
43524 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
43525         Log: Whitespace and indentation fix in the output of B::Debug.
43526      Branch: perl
43527            ! ext/B/B/Debug.pm
43528 ____________________________________________________________________________
43529 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
43530         Log: Update to Scalar-List-Utils 1.09
43531      Branch: perl
43532            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
43533            ! ext/List/Util/lib/List/Util.pm
43534 ____________________________________________________________________________
43535 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
43536         Log: this has been incorrect for a while now, and has changed
43537              again recently
43538      Branch: perl
43539            ! Porting/repository.pod
43540 ____________________________________________________________________________
43541 [ 18285] By: hv                                    on 2002/12/11  10:35:01
43542         Log: Subject: [PATCH] Re: Precedence of ? :
43543              From: Stephen McCamant <smcc@mit.edu>
43544              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
43545              Message-Id: <20021210055707.974F073CCC@syllepsis>
43546      Branch: perl
43547            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
43548            ! vms/perly_c.vms
43549 ____________________________________________________________________________
43550 [ 18284] By: hv                                    on 2002/12/11  10:21:12
43551         Log: One more email address for #18282
43552      Branch: perl
43553            ! lib/Pod/Perldoc.pm
43554 ____________________________________________________________________________
43555 [ 18283] By: hv                                    on 2002/12/11  10:18:07
43556         Log: More email addresses for #18282
43557      Branch: perl
43558            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
43559            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
43560            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
43561            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
43562            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
43563 ____________________________________________________________________________
43564 [ 18282] By: hv                                    on 2002/12/11  10:16:05
43565         Log: Subject: Remove stale e-mail addresses
43566              From: Andy Dougherty <doughera@lafayette.edu>
43567              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
43568              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
43569      Branch: perl
43570            ! Porting/pumpkin.pod configure.gnu
43571            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
43572            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
43573            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
43574 ____________________________________________________________________________
43575 [ 18281] By: hv                                    on 2002/12/11  09:59:31
43576         Log: Integrate from maint-5.8 #18156, #18218.
43577      Branch: perl
43578           !> lib/Unicode/UCD.t lib/unicore/Category.pl
43579           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
43580           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
43581           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
43582           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
43583           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
43584 ____________________________________________________________________________
43585 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
43586         Log: Integrate from the maint-5.8/ branch :
43587              changes 18219, 18236, 18242-3, 18247-8,
43588              18253-5, 18257, 18273-6
43589      Branch: perl
43590           +> t/op/lc_user.t
43591           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
43592           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
43593           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
43594           !> t/uni/tr_utf8.t
43595 ____________________________________________________________________________
43596 [ 18279] By: merijn                                on 2002/12/10  14:10:03
43597         Log: Subject: Re: ANSIColor 1.06 released
43598              Version bump only after typo fix to sync with CPAN
43599      Branch: perl
43600            ! lib/Term/ANSIColor.pm
43601 ____________________________________________________________________________
43602 [ 18277] By: merijn                                on 2002/12/10  08:46:05
43603         Log: Subject: [PATCH perl@18251] VMS build update
43604              Message-ID: <3DF56BE2.9000300@mac.com>
43605              Date: Mon, 09 Dec 2002 22:21:54 -0600
43606              From: "Craig A. Berry" <craigberry@mac.com>
43607      Branch: perl
43608            ! configure.com ext/Time/HiRes/Makefile.PL
43609            ! vms/descrip_mms.template
43610 ____________________________________________________________________________
43611 [ 18272] By: merijn                                on 2002/12/09  15:31:28
43612         Log: RT#15950
43613
43614              Subject: [PATCH] Typo in Term::ANSIColor
43615              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
43616              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
43617      Branch: perl
43618            ! lib/Term/ANSIColor.pm
43619 ____________________________________________________________________________
43620 [ 18270] By: hv                                    on 2002/12/09  00:25:26
43621         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
43622              From: Nicholas Clark (via RT) <perlbug@perl.org>
43623              Date: 7 Nov 2002 14:58:14 -0000
43624              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
43625      Branch: perl
43626            ! lib/ExtUtils/xsubpp
43627 ____________________________________________________________________________
43628 [ 18269] By: hv                                    on 2002/12/09  00:19:33
43629         Log: Subject: Re: Bug in Filter::Simple
43630              From: Slaven Rezic <slaven.rezic@berlin.de>
43631              Date: 07 Nov 2002 10:01:41 +0100
43632              Message-ID: <87of91u51m.fsf@vran.herceg.de>
43633      Branch: perl
43634            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
43635 ____________________________________________________________________________
43636 [ 18268] By: hv                                    on 2002/12/09  00:14:58
43637         Log: fix #18266 sprintf format mismatch
43638      Branch: perl
43639            ! regcomp.c
43640 ____________________________________________________________________________
43641 [ 18267] By: hv                                    on 2002/12/09  00:10:09
43642         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
43643              From: Slaven Rezic <slaven.rezic@berlin.de>
43644              Date: 09 Nov 2002 23:21:16 +0100
43645              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
43646      Branch: perl
43647            ! config_h.SH ext/POSIX/t/posix.t util.c
43648 ____________________________________________________________________________
43649 [ 18266] By: hv                                    on 2002/12/09  00:02:57
43650         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
43651              From: Abhijit Menon-Sen <ams@wiw.org>
43652              Date: Wed, 6 Nov 2002 19:38:11 +0530
43653              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
43654      Branch: perl
43655            ! regcomp.c t/op/lc.t
43656 ____________________________________________________________________________
43657 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
43658         Log: Subject: Re: [perl #18927] barewords with no errors
43659              From: Abe Timmerman <abe@ztreet.demon.nl>
43660              Date: Sun, 8 Dec 2002 17:12:56 +0100
43661              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
43662      Branch: perl
43663            ! t/lib/strict/subs
43664 ____________________________________________________________________________
43665 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
43666         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
43667              From: Slaven Rezic <slaven.rezic@berlin.de>
43668              Date: 30 Nov 2002 00:07:05 +0100
43669              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
43670      Branch: perl
43671            ! pp_ctl.c t/cmd/for.t
43672 ____________________________________________________________________________
43673 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
43674         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
43675              From: Slaven Rezic <slaven.rezic@berlin.de>
43676              Date: 08 Dec 2002 01:31:45 +0100
43677              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
43678      Branch: perl
43679            ! lib/Exporter/Heavy.pm
43680 ____________________________________________________________________________
43681 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
43682         Log: getservbyport() should accept an empty string as its
43683              proto argument (as does getservbyname()).
43684
43685              Subject: Re: Is this a bug or am I being stupid?
43686              From: Slaven Rezic <slaven.rezic@berlin.de>
43687              Date: 08 Dec 2002 01:54:37 +0100
43688              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
43689      Branch: perl
43690            ! pp_sys.c
43691 ____________________________________________________________________________
43692 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
43693         Log: Change the set of characters that are considered to be
43694              safe in $ENV{TERM} for taint checkings.
43695      Branch: perl
43696            ! taint.c
43697 ____________________________________________________________________________
43698 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
43699         Log: Document that $ENV{TERM} may produce taint failures.
43700              Subject: Re: [perl #18717] spurious failures in regression test
43701              From: Slaven Rezic <slaven.rezic@berlin.de>
43702              Date: 29 Nov 2002 22:11:46 +0100
43703              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
43704      Branch: perl
43705            ! pod/perldiag.pod
43706 ____________________________________________________________________________
43707 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
43708         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
43709              From: Nicholas Clark <nick@unfortu.net>
43710              Date: Mon, 2 Dec 2002 21:48:29 +0000
43711              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
43712      Branch: perl
43713            ! hv.c lib/Hash/Util.t
43714 ____________________________________________________________________________
43715 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
43716         Log: Fix two cases of buffer overflow in the lexer.
43717      Branch: perl
43718            ! t/comp/parser.t toke.c
43719 ____________________________________________________________________________
43720 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
43721         Log: Fix bug #18874, essentially by reverting change #11890.
43722              Add a regression test for it.
43723      Branch: perl
43724            ! lib/English.pm lib/English.t
43725 ____________________________________________________________________________
43726 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
43727         Log: Suppress a compilation warning reported by Jarkko
43728              (variable initialization skipped by goto).
43729      Branch: perl
43730            ! toke.c
43731 ____________________________________________________________________________
43732 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
43733         Log: Fix up #18229.
43734      Branch: perl
43735            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
43736            ! pod/perlintern.pod
43737 ____________________________________________________________________________
43738 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
43739         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
43740              by any character may corrupt memory due to reading past the
43741              end of the input buffer. Add a new error message corresponding
43742              to this case.
43743      Branch: perl
43744            ! pod/perldiag.pod t/comp/parser.t toke.c
43745 ____________________________________________________________________________
43746 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
43747         Log: Skip test #17 of lib/open.t when useperlio is not defined.
43748      Branch: perl
43749            ! lib/open.t
43750 ____________________________________________________________________________
43751 [ 18231] By: merijn                                on 2002/12/02  16:00:12
43752         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
43753              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
43754              From: Andy Dougherty <doughera@lafayette.edu>
43755              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
43756      Branch: perl
43757            ! README.hpux
43758 ____________________________________________________________________________
43759 [ 18230] By: merijn                                on 2002/12/02  15:45:31
43760         Log: $0 modifying part II (HP-UX only)
43761
43762              Date: Sat, 30 Nov 2002 20:16:51 +0200
43763              From: Jarkko Hietaniemi <jhi@iki.fi>
43764              Subject: [PATCH] $0 modifying
43765              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
43766      Branch: perl
43767            ! mg.c
43768 ____________________________________________________________________________
43769 [ 18229] By: merijn                                on 2002/12/02  15:43:16
43770         Log: $0 mofifying part I
43771
43772              Date: Sat, 30 Nov 2002 20:16:51 +0200
43773              From: Jarkko Hietaniemi <jhi@iki.fi>
43774              Subject: [PATCH] $0 modifying
43775              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
43776      Branch: perl
43777            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
43778            ! sv.c t/op/magic.t thread.h
43779 ____________________________________________________________________________
43780 [ 18228] By: hv                                    on 2002/12/02  13:37:59
43781         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
43782              with a module-driven version, and separates out its docs.
43783      Branch: perl
43784            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
43785            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
43786            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
43787            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
43788            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
43789            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
43790            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
43791            + pod/perldoc.pod
43792            ! MANIFEST utils/perldoc.PL
43793 ____________________________________________________________________________
43794 [ 18226] By: hv                                    on 2002/12/02  12:44:35
43795         Log: missed the new file from #18224
43796      Branch: perl
43797            + lib/Pod/PlainText.pm
43798            ! MANIFEST
43799 ____________________________________________________________________________
43800 [ 18225] By: hv                                    on 2002/12/02  03:09:42
43801         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
43802      Branch: perl
43803            ! util.c
43804 ____________________________________________________________________________
43805 [ 18224] By: hv                                    on 2002/12/02  02:59:02
43806         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
43807              and lib/Pod/t/utils.t to cater for simpler output text.
43808      Branch: perl
43809            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
43810            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
43811            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
43812            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
43813            ! t/pod/multiline_items.t t/pod/multiline_items.xr
43814            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
43815            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
43816            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
43817            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
43818 ____________________________________________________________________________
43819 [ 18223] By: hv                                    on 2002/12/02  02:46:17
43820         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
43821              From: Dave Mitchell <davem@fdgroup.com>
43822              Date: Mon, 25 Nov 2002 21:25:33 +0000
43823              Message-ID: <20021125212533.B29157@fdgroup.com>
43824      Branch: perl
43825            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
43826 ____________________________________________________________________________
43827 [ 18222] By: hv                                    on 2002/12/02  02:23:28
43828         Log: #18221 broke t/op/eval.t
43829      Branch: perl
43830            ! t/op/eval.t
43831 ____________________________________________________________________________
43832 [ 18221] By: hv                                    on 2002/12/02  02:18:19
43833         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
43834      Branch: perl
43835           +> ext/POSIX/t/is.t
43836           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
43837           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
43838           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
43839           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
43840 ____________________________________________________________________________
43841 [ 18220] By: hv                                    on 2002/12/02  00:58:54
43842         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
43843              From: Dave Mitchell <davem@fdgroup.com>
43844              Date: Sun, 24 Nov 2002 22:19:06 +0000
43845              Message-ID: <20021124221906.A25386@fdgroup.com>
43846      Branch: perl
43847            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
43848            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
43849            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
43850            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
43851 ____________________________________________________________________________
43852 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
43853         Log: Document the hint constants and where they're used.
43854      Branch: perl
43855            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
43856            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
43857            ! perl.h
43858 ____________________________________________________________________________
43859 [ 18216] By: merijn                                on 2002/11/29  10:00:54
43860         Log: 64bit Peek failure on HP-UX 11.00
43861
43862              Subject: Re: Smoke 18188
43863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43864              From: Slaven Rezic <slaven.rezic@berlin.de>
43865              Date: 28 Nov 2002 19:25:25 +0100
43866              Message-ID: <877kexsga2.fsf@vran.herceg.de>
43867      Branch: perl
43868            ! ext/Devel/Peek/Peek.t
43869 ____________________________________________________________________________
43870 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
43871         Log: Slight beauty tweak.
43872      Branch: perl
43873            ! intrpvar.h
43874 ____________________________________________________________________________
43875 [ 18188] By: hv                                    on 2002/11/27  01:32:52
43876         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
43877              From: Slaven Rezic <slaven.rezic@berlin.de>
43878              Date: 03 Nov 2002 10:59:43 +0100
43879              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
43880      Branch: perl
43881            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
43882 ____________________________________________________________________________
43883 [ 18186] By: hv                                    on 2002/11/27  00:57:18
43884         Log: Subject: DESTROY called in scalar context ?
43885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43886              Date: Tue, 29 Oct 2002 22:04:23 +0100
43887              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
43888      Branch: perl
43889            ! sv.c
43890 ____________________________________________________________________________
43891 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
43892         Log: PerlFAQ sync.
43893      Branch: perl
43894            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43895            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43896            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43897            ! pod/perlfaq9.pod
43898 ____________________________________________________________________________
43899 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
43900         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
43901              From: andreas.koenig@anima.de (Andreas J. Koenig)
43902              Date: Mon, 25 Nov 2002 10:21:08 +0100
43903              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
43904
43905              Plus a few similar POD fixes
43906      Branch: perl
43907            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
43908            ! pod/perltie.pod
43909 ____________________________________________________________________________
43910 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
43911         Log: Subject: Re: [perl #18626] bug in perlipc man page
43912              From: Slaven Rezic <slaven.rezic@berlin.de>
43913              Date: 23 Nov 2002 21:23:20 +0100
43914              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
43915      Branch: perl
43916            ! pod/perlipc.pod
43917 ____________________________________________________________________________
43918 [ 18182] By: merijn                                on 2002/11/26  08:44:39
43919         Log: Subject: #17171: ld flag for shrplib on OpenBSD
43920              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
43921              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
43922      Branch: perl
43923            ! Configure
43924 ____________________________________________________________________________
43925 [ 18180] By: hv                                    on 2002/11/25  03:10:03
43926         Log: integrate #18144 updates to pod/perlport.pod
43927      Branch: perl
43928            ! pod/perlport.pod
43929 ____________________________________________________________________________
43930 [ 18179] By: hv                                    on 2002/11/25  03:06:44
43931         Log: Subject: [PATCH] UTF8 regexp {n} bug
43932              From: Inaba Hiroto <inaba@st.rim.or.jp>
43933              Date: Sat, 16 Nov 2002 19:23:00 +0900
43934              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
43935      Branch: perl
43936            ! regcomp.c t/op/pat.t
43937 ____________________________________________________________________________
43938 [ 18178] By: hv                                    on 2002/11/25  02:43:40
43939         Log: Subject: Re: Storable bug #1698
43940              From: Slaven Rezic <slaven.rezic@berlin.de>
43941              Date: 18 Nov 2002 10:41:36 +0100
43942              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
43943      Branch: perl
43944            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
43945            ! ext/Storable/t/forgive.t
43946 ____________________________________________________________________________
43947 [ 18177] By: hv                                    on 2002/11/25  02:37:07
43948         Log: add support for STASH and MAGIC information for REFs to sv_dump().
43949              Subject: [PATCH]
43950              From: Slaven Rezic <slaven.rezic@berlin.de>
43951              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
43952              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
43953      Branch: perl
43954            ! dump.c ext/Devel/Peek/Peek.t
43955 ____________________________________________________________________________
43956 [ 18176] By: hv                                    on 2002/11/25  02:31:10
43957         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
43958              From: Slaven Rezic <slaven.rezic@berlin.de>
43959              Date: 18 Nov 2002 22:50:04 +0100
43960              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
43961      Branch: perl
43962            ! pp_ctl.c
43963 ____________________________________________________________________________
43964 [ 18175] By: hv                                    on 2002/11/25  02:20:48
43965         Log: Subject: [Encode] 1.83 + bleedperl patch released
43966              From: Dan Kogai <dankogai@dan.co.jp>
43967              Date: Tue, 19 Nov 2002 03:18:44 +0900
43968              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
43969      Branch: perl
43970            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
43971            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
43972            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
43973            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
43974 ____________________________________________________________________________
43975 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
43976         Log: Subject: [PATCH] Historic version labels
43977              From: andreas.koenig@anima.de (Andreas J. Koenig)
43978              Date: Fri, 22 Nov 2002 14:39:41 +0100
43979              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
43980      Branch: perl
43981            ! Changes5.005 Changes5.6
43982 ____________________________________________________________________________
43983 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
43984         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
43985              Fix the existing tests that didn't checked the difference
43986              between 0 and undef.
43987      Branch: perl
43988            ! t/op/magic.t
43989 ____________________________________________________________________________
43990 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
43991         Log: Move some tests from t/run/fresh_perl.t
43992              to the new t/comp/parser.t. The goal being to
43993              get rid of fresh_perl.t at some point.
43994      Branch: perl
43995            ! t/comp/parser.t t/run/fresh_perl.t
43996 ____________________________________________________________________________
43997 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
43998         Log: Add a test for bug #17920, and a new test file for it.
43999      Branch: perl
44000            + t/comp/parser.t
44001            ! MANIFEST
44002 ____________________________________________________________________________
44003 [ 18168] By: merijn                                on 2002/11/21  13:59:12
44004         Log: Subject: [PATCH] hires sleeping wants libs
44005              Date: Wed, 20 Nov 2002 17:18:31 +0200
44006              From: Jarkko Hietaniemi <jhi@iki.fi>
44007              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
44008      Branch: perl
44009            ! Configure hints/irix_6.sh
44010 ____________________________________________________________________________
44011 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
44012         Log: Fix perl bug #17920 : a case of parser coredump.
44013              The fix is to disable Perl_block_start and Perl_block_end
44014              when the yacc parser has encountered errors. This prevents
44015              corruption of the internal stack, at the expense of correctness,
44016              but this doesn't matter as the code is unparseable anyway.
44017      Branch: perl
44018            ! op.c
44019 ____________________________________________________________________________
44020 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
44021         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
44022              From: Jarkko Hietaniemi <jhi@iki.fi>
44023              Date: Sun, 3 Nov 2002 17:50:08 +0200
44024              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
44025      Branch: perl
44026            ! lib/open.pm locale.c pod/perl58delta.pod
44027 ____________________________________________________________________________
44028 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
44029         Log: t/io/crlf.t failed with miniperl.
44030      Branch: perl
44031            ! t/io/crlf.t
44032 ____________________________________________________________________________
44033 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
44034         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
44035              From: Peter Scott <Peter@PSDT.com>
44036              Date: Thu, 07 Nov 2002 19:04:27 -0800
44037              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
44038
44039              With a tweak to the END cleanup block to fully remove the
44040              temporary test directory
44041      Branch: perl
44042            ! lib/AutoLoader.t
44043 ____________________________________________________________________________
44044 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
44045         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
44046              From: Dave Mitchell <davem@fdgroup.com>
44047              Date: Thu, 14 Nov 2002 22:55:39 +0000
44048              Message-ID: <20021114225539.A18614@fdgroup.com>
44049      Branch: perl
44050            ! ext/threads/threads.xs
44051 ____________________________________________________________________________
44052 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
44053         Log: Subject: [PATCH Win32] Document wperl.exe
44054              From: "Brent Dax" <brentdax@cpan.org>
44055              Date: Fri, 15 Nov 2002 23:02:01 -0800
44056              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
44057      Branch: perl
44058            ! README.win32
44059 ____________________________________________________________________________
44060 [ 18160] By: hv                                    on 2002/11/19  12:07:25
44061         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
44062              From: Nicholas Clark <nick@unfortu.net>
44063              Date: Tue, 29 Oct 2002 23:00:05 +0000
44064              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
44065      Branch: perl
44066            + regen.pl regen_headers.pl
44067            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
44068            ! keywords.pl opcode.pl regcomp.pl
44069 ____________________________________________________________________________
44070 [ 18159] By: hv                                    on 2002/11/19  11:48:30
44071         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
44072              From: Gurusamy Sarathy <gsar@ActiveState.com>
44073              Date: Wed, 30 Oct 2002 20:58:15 -0800
44074              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
44075              Date: Wed, 30 Oct 2002 21:56:22 -0800
44076              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
44077              Date: Wed, 30 Oct 2002 22:55:30 -0800
44078              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
44079      Branch: perl
44080            ! gv.c pp_hot.c t/op/method.t
44081 ____________________________________________________________________________
44082 [ 18158] By: hv                                    on 2002/11/19  11:35:16
44083         Log: Remove duplicate my() declaration giving warnings from change #18105.
44084      Branch: perl
44085            ! lib/Class/Struct.t
44086 ____________________________________________________________________________
44087 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
44088         Log: Correction to change #18152, by Dave Mitchell.
44089      Branch: perl
44090            ! pod/perlhack.pod
44091 ____________________________________________________________________________
44092 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
44093         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
44094              From: Dave Mitchell <davem@fdgroup.com>
44095              Date: Sat, 16 Nov 2002 22:18:23 +0000
44096              Message-ID: <20021116221823.A23614@fdgroup.com>
44097              Documentation for change #18150.
44098      Branch: perl
44099            ! pod/perlhack.pod
44100 ____________________________________________________________________________
44101 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
44102         Log: Document PRIVSHIFT.
44103              Subject: [PATCH] two small doc patches
44104              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44105              Date: Thu, 14 Nov 2002 15:07:35 -0800
44106              Message-ID: <3yC19gzkguTO092yn@efn.org>
44107      Branch: perl
44108            ! sv.h
44109 ____________________________________________________________________________
44110 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
44111         Log: Subject: [PATCH] optional code for debugging leaking scalars
44112              From: Dave Mitchell <davem@fdgroup.com>
44113              Date: Thu, 14 Nov 2002 23:03:00 +0000
44114              Message-ID: <20021114230300.B18614@fdgroup.com>
44115      Branch: perl
44116            ! perl.c sv.c
44117 ____________________________________________________________________________
44118 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
44119         Log: New B::Lint option, bare-subs, that checks for implicitely
44120              quoted barewords that are also subroutines, from
44121              Ian Phillipps <ip@tarragon-et.co.uk>.
44122              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
44123              With a few tweaks to the implementation and tests.
44124              (previous change was empty)
44125      Branch: perl
44126            ! ext/B/B/Lint.pm ext/B/t/lint.t
44127 ____________________________________________________________________________
44128 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
44129         Log: New B::Lint option, bare-subs, that checks for implicitely
44130              quoted barewords that are also subroutines, from
44131              Ian Phillipps <ip@tarragon-et.co.uk>.
44132              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
44133              With a few tweaks to the implementation and tests.
44134      Branch: perl
44135            ! ext/B/B/Lint.pm ext/B/t/lint.t
44136 ____________________________________________________________________________
44137 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
44138         Log: Subject: [PATCH] Typo in perl58delta
44139              From: andreas.koenig@anima.de (Andreas J. Koenig)
44140              Date: Sat, 16 Nov 2002 16:29:14 +0100
44141              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
44142      Branch: perl
44143            ! pod/perl58delta.pod
44144 ____________________________________________________________________________
44145 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
44146         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
44147              From: Dave Mitchell <davem@fdgroup.com>
44148              Date: Thu, 7 Nov 2002 16:38:02 +0000
44149              Message-ID: <20021107163802.C25337@fdgroup.com>
44150      Branch: perl
44151            ! pad.h
44152 ____________________________________________________________________________
44153 [ 18141] By: merijn                                on 2002/11/12  16:15:30
44154         Log: repair 18139 (missing awk command)
44155      Branch: perl
44156            ! Configure
44157 ____________________________________________________________________________
44158 [ 18139] By: merijn                                on 2002/11/12  14:20:36
44159         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
44160              From: Jarkko Hietaniemi <jhi@iki.fi>
44161              Subject: [PATCH] Tru64 osvers
44162              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
44163      Branch: perl
44164            ! Configure
44165 ____________________________________________________________________________
44166 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
44167         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
44168              From: Slaven Rezic <slaven.rezic@berlin.de>
44169              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
44170              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
44171      Branch: perl
44172            ! lib/Term/ReadLine.pm
44173 ____________________________________________________________________________
44174 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
44175         Log: Subject: t/run/runenv.t bug
44176              From: Salvador "Fandiño" <sfandino@yahoo.com>
44177              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
44178              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
44179      Branch: perl
44180            ! t/run/runenv.t
44181 ____________________________________________________________________________
44182 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
44183         Log: Subject: [PATCH] perlopentut and PerlIO documentation
44184              From: Slaven Rezic <slaven.rezic@berlin.de>
44185              Date: 08 Nov 2002 22:22:19 +0100
44186              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
44187      Branch: perl
44188            ! lib/PerlIO.pm pod/perlopentut.pod
44189 ____________________________________________________________________________
44190 [ 18125] By: hv                                    on 2002/11/07  14:01:57
44191         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
44192              From: Dan Kogai <dankogai@dan.co.jp>
44193              Date: Fri, 25 Oct 2002 13:04:00 +0900
44194              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
44195      Branch: perl
44196            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
44197            + t/uni/tr_utf8.t
44198            ! MANIFEST
44199 ____________________________________________________________________________
44200 [ 18124] By: hv                                    on 2002/11/07  13:51:39
44201         Log: Subject: [PATCH] File::Temp documentation fix
44202              From: Slaven Rezic <slaven.rezic@berlin.de>
44203              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
44204              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
44205      Branch: perl
44206            ! lib/File/Temp.pm
44207 ____________________________________________________________________________
44208 [ 18123] By: hv                                    on 2002/11/07  13:46:59
44209         Log: Subject: PATCH x2p/find2perl.PL
44210              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
44211              Date: Thu, 24 Oct 2002 10:05:19 +0200
44212              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
44213      Branch: perl
44214            ! x2p/find2perl.PL
44215 ____________________________________________________________________________
44216 [ 18122] By: hv                                    on 2002/11/07  13:40:25
44217         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
44218              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
44219              Date: 23 Oct 2002 18:42:51 -0000
44220              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
44221      Branch: perl
44222            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
44223 ____________________________________________________________________________
44224 [ 18121] By: hv                                    on 2002/11/07  13:21:15
44225         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
44226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44227              Date: Sun, 03 Nov 2002 15:48:18 -0800
44228              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
44229      Branch: perl
44230            ! sv.c t/op/tie.t
44231 ____________________________________________________________________________
44232 [ 18120] By: hv                                    on 2002/11/07  13:14:21
44233         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
44234              From: Gurusamy Sarathy <gsar@ActiveState.com>
44235              Date: Sat, 19 Oct 2002 12:11:43 -0700
44236              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
44237      Branch: perl
44238            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
44239 ____________________________________________________________________________
44240 [ 18119] By: hv                                    on 2002/11/07  12:13:28
44241         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
44242              From: Mark Pease (via RT) <perlbug@perl.org>
44243              Date: 29 Oct 2002 20:23:54 -0000
44244              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
44245      Branch: perl
44246            ! regcomp.c
44247 ____________________________________________________________________________
44248 [ 18118] By: hv                                    on 2002/11/07  11:33:38
44249         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
44250              From: hv@crypt.org
44251              Date: Sun, 03 Nov 2002 16:41:24 +0000
44252              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
44253      Branch: perl
44254            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
44255            ! t/op/sub_lval.t
44256 ____________________________________________________________________________
44257 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
44258         Log: "make distclean" should remove the generated file lib/Config.pod.
44259      Branch: perl
44260            ! Makefile.SH
44261 ____________________________________________________________________________
44262 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
44263         Log: The new test introduced in #18114 failed with threads
44264      Branch: perl
44265            ! ext/B/t/concise.t
44266 ____________________________________________________________________________
44267 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
44268         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
44269              From: Slaven Rezic <slaven.rezic@berlin.de>
44270              Date: 24 Oct 2002 00:44:35 +0200
44271              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
44272      Branch: perl
44273            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
44274            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
44275 ____________________________________________________________________________
44276 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
44277         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
44278              From: Stephen McCamant <smcc@mit.edu>
44279              Date: Thu, 31 Oct 2002 01:35:29 -0500
44280              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
44281
44282              plus a test case in ext/B/t/concise.t
44283              plus a (less intrusive, but less future-proof) fix for a
44284              similar problem in B::walkoptree_exec().
44285      Branch: perl
44286            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
44287 ____________________________________________________________________________
44288 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
44289         Log: make regen_headers.
44290              Backport change #18078 to warnings.pl.
44291      Branch: perl
44292            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
44293 ____________________________________________________________________________
44294 [ 18109] By: ams                                   on 2002/11/05  13:03:34
44295         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
44296              From: hv@crypt.org
44297              Date: Tue, 05 Nov 2002 13:30:00 +0000
44298              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
44299
44300              This is half of the fix for #18107. The swash_init() problems
44301              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
44302              but can now be seen only with UTF-8 test cases.
44303      Branch: perl
44304            ! pp.c
44305 ____________________________________________________________________________
44306 [ 18108] By: merijn                                on 2002/11/05  07:52:08
44307         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
44308
44309              Subject: Re: [perl #18066] Bug in -I when path has double colons?
44310              From: Slaven Rezic <slaven.rezic@berlin.de>
44311              Date: 03 Nov 2002 10:25:10 +0100
44312              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
44313      Branch: perl
44314            ! embed.pl
44315 ____________________________________________________________________________
44316 [ 18107] By: ams                                   on 2002/11/05  03:43:46
44317         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
44318              character is UTF-8. (Copied from pp_lcfirst.)
44319              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
44320      Branch: perl
44321            ! dump.c pp.c
44322 ____________________________________________________________________________
44323 [ 18106] By: hv                                    on 2002/11/05  01:43:27
44324         Log: new test based on:
44325              Subject: [TEST] for [PATCH] bug in utf8.c(?)
44326              From: Marty Pauley <marty+p5p@kasei.com>
44327              Date: Fri, 18 Oct 2002 21:02:38 +0100
44328              Message-ID: <20021018200238.GY3764@soto.kasei.com>
44329      Branch: perl
44330            ! lib/utf8.t
44331 ____________________________________________________________________________
44332 [ 18105] By: hv                                    on 2002/11/05  00:59:30
44333         Log: Subject: Re: Class::Struct, simple patch, tests
44334              From: Marty Pauley <marty+p5p@kasei.com>
44335              Date: Fri, 18 Oct 2002 22:26:38 +0100
44336              Message-ID: <20021018212638.GB3764@soto.kasei.com>
44337      Branch: perl
44338            ! lib/Class/Struct.pm lib/Class/Struct.t
44339 ____________________________________________________________________________
44340 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
44341         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
44342              From: Slaven Rezic <slaven.rezic@berlin.de>
44343              Date: 30 Oct 2002 11:18:47 +0100
44344              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
44345
44346              With the corresponding change to embed.fnc
44347      Branch: perl
44348            + t/run/switchI.t
44349            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
44350            ! proto.h t/run/runenv.t
44351 ____________________________________________________________________________
44352 [ 18094] By: merijn                                on 2002/11/04  16:08:22
44353         Log: Changed the warning detection pattern because of:
44354
44355              Subject: ccache gcc3.2 doesn't work
44356              From: Nicholas Clark <nick@ccl4.org>
44357              Date: Tue, 29 Oct 2002 15:01:39
44358              Message-ID: <20021029150139.J82080@plum.flirble.org>
44359      Branch: perl
44360            ! Configure
44361 ____________________________________________________________________________
44362 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
44363         Log: s/Perlf/Perl/ (thanks rgs)
44364      Branch: perl
44365            ! pod/perldiag.pod
44366 ____________________________________________________________________________
44367 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
44368         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
44369      Branch: perl
44370            ! pod/perldiag.pod
44371 ____________________________________________________________________________
44372 [ 18090] By: hv                                    on 2002/11/04  15:49:29
44373         Log: extend #13786 to cover the other four identical chunks of code
44374              to avoid looping under overload.
44375      Branch: perl
44376            ! sv.c
44377 ____________________________________________________________________________
44378 [ 18088] By: merijn                                on 2002/11/04  15:37:06
44379         Log: Charnames take 4
44380              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
44381      Branch: perl
44382            ! lib/charnames.pm lib/charnames.t
44383 ____________________________________________________________________________
44384 [ 18086] By: hv                                    on 2002/11/04  15:16:34
44385         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
44386      Branch: perl
44387           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
44388           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
44389 ____________________________________________________________________________
44390 [ 18085] By: hv                                    on 2002/11/04  12:17:12
44391         Log: Subject: Re: [perl #17064] illegal legal unicode character
44392              From: hv@crypt.org
44393              Date: Mon, 04 Nov 2002 13:23:49 +0000
44394              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
44395      Branch: perl
44396            ! regexec.c t/op/split.t
44397 ____________________________________________________________________________
44398 [ 18084] By: merijn                                on 2002/11/04  11:04:45
44399         Log: Tru64, gcc -O3, datasize
44400              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
44401      Branch: perl
44402            ! README.tru64 hints/dec_osf.sh
44403 ____________________________________________________________________________
44404 [ 18083] By: merijn                                on 2002/11/04  10:58:52
44405         Log: Typo configpm
44406              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44407      Branch: perl
44408            ! configpm
44409 ____________________________________________________________________________
44410 [ 18078] By: hv                                    on 2002/11/03  13:20:50
44411         Log: avoid reliance on croak() prototype
44412      Branch: perl
44413            ! lib/warnings.pm
44414 ____________________________________________________________________________
44415 [ 18077] By: hv                                    on 2002/11/03  13:18:17
44416         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
44417              (with tweaks)
44418              From: Michael G Schwern <schwern@pobox.com>
44419              Date: Wed, 4 Sep 2002 12:06:08 -0700
44420              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
44421      Branch: perl
44422            ! configpm lib/Config.t
44423 ____________________________________________________________________________
44424 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
44425         Log: Update to Scalar-List-Utils 1.08
44426      Branch: perl
44427            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
44428            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
44429            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
44430            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
44431            ! ext/List/Util/t/reduce.t
44432 ____________________________________________________________________________
44433 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
44434         Log: Adjust the number of tests in t/op/range.t
44435      Branch: perl
44436            ! t/op/range.t
44437 ____________________________________________________________________________
44438 [ 18074] By: ams                                   on 2002/10/30  22:30:32
44439         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
44440              but "-4\n".."-0\n" is!
44441              From: Slaven Rezic <slaven.rezic@berlin.de>
44442              Date: 30 Oct 2002 16:22:36 +0100
44443              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
44444
44445              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
44446              is not DWIM but "-4\n".."-0\n" is!
44447              From: "Orton, Yves" <yves.orton@mciworldcom.de>
44448              Date: Wed, 30 Oct 2002 11:59:31 -0000
44449              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
44450
44451              (Applied over previous fix.)
44452      Branch: perl
44453            ! pp_ctl.c t/op/range.t
44454 ____________________________________________________________________________
44455 [ 18073] By: ams                                   on 2002/10/30  19:47:12
44456         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
44457              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
44458              Date: 30 Oct 2002 17:27:53 -0000
44459              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
44460
44461              (Fixed by making an exception for .."0" in pp_flop.)
44462      Branch: perl
44463            ! pp_ctl.c t/op/range.t
44464 ____________________________________________________________________________
44465 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
44466         Log: Partial fix of bug [perl #17589] : prevent the parser to
44467              segfault when encountering the erroneous construct "sub;".
44468      Branch: perl
44469            ! pod/perldiag.pod t/op/anonsub.t toke.c
44470 ____________________________________________________________________________
44471 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
44472         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
44473              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44474              Date: Mon, 28 Oct 2002 12:53:52 -0000
44475              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
44476      Branch: perl
44477            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
44478 ____________________________________________________________________________
44479 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
44480         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
44481              From: Nicholas Clark <nick@unfortu.net>
44482              Date: Sun, 27 Oct 2002 18:39:03 +0000
44483              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
44484      Branch: perl
44485            ! util.c
44486 ____________________________________________________________________________
44487 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
44488         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
44489              From: Nicholas Clark <nick@unfortu.net>
44490              Date: Sun, 27 Oct 2002 22:31:08 +0000
44491              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
44492      Branch: perl
44493            ! t/op/pack.t
44494 ____________________________________________________________________________
44495 [ 18068] By: merijn                                on 2002/10/27  17:57:15
44496         Log: Repair broken previous patch. I don't like it, but not repairing it
44497              breaks each and every build. Will teach me to test on the same
44498              machine where I patched it. Sorry.
44499      Branch: perl
44500            ! embed.pl
44501 ____________________________________________________________________________
44502 [ 18067] By: merijn                                on 2002/10/27  06:02:21
44503         Log: embed.pl doc. (embed.pl reorganization for doc headers)
44504              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
44505              With some additional modifications
44506      Branch: perl
44507            ! embed.pl
44508 ____________________________________________________________________________
44509 [ 18064] By: merijn                                on 2002/10/25  11:47:07
44510         Log: The 5005thread todo list; 2 down 25 to go
44511      Branch: perl
44512            ! README.irix README.tru64
44513 ____________________________________________________________________________
44514 [ 18063] By: hv                                    on 2002/10/25  00:28:48
44515         Log: change #18038 gives too many problems on t/450_service.t; disable
44516              it for now
44517      Branch: perl
44518            ! lib/Net/Ping/t/450_service.t
44519 ____________________________________________________________________________
44520 [ 18062] By: hv                                    on 2002/10/25  00:21:17
44521         Log: Subject: [PATCH] DB_File 1.806
44522              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44523              Date: Tue, 22 Oct 2002 11:16:21 +0100
44524              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
44525      Branch: perl
44526            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44527            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
44528            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
44529 ____________________________________________________________________________
44530 [ 18061] By: hv                                    on 2002/10/25  00:13:07
44531         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
44532              From: chromatic <chromatic@wgz.org>
44533              Date: Mon, 21 Oct 2002 20:27:43 -0700
44534              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
44535      Branch: perl
44536            + ext/IO/lib/IO/t/IO.t
44537            ! MANIFEST lib/Net/Ping/t/450_service.t
44538 ____________________________________________________________________________
44539 [ 18060] By: hv                                    on 2002/10/24  23:54:50
44540         Log: 2 lines of change #18039 had several problems
44541      Branch: perl
44542            ! ext/IO/IO.pm
44543 ____________________________________________________________________________
44544 [ 18059] By: hv                                    on 2002/10/24  23:46:29
44545         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
44546              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
44547              Date: 21 Oct 2002 10:18:50 -0000
44548              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
44549      Branch: perl
44550            ! utils/perldoc.PL
44551 ____________________________________________________________________________
44552 [ 18058] By: hv                                    on 2002/10/24  23:36:48
44553         Log: Subject: The Inaba patch for tr/// vs. use encoding
44554              From: Dan Kogai <dankogai@dan.co.jp>
44555              Date: Mon, 21 Oct 2002 17:36:02 +0900
44556              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
44557      Branch: perl
44558            ! mg.c regcomp.c sv.c toke.c
44559 ____________________________________________________________________________
44560 [ 18057] By: hv                                    on 2002/10/24  23:16:15
44561         Log: Subject: [Encode] 1.80 released
44562              From: Dan Kogai <dankogai@dan.co.jp>
44563              Date: Tue, 22 Oct 2002 05:47:16 +0900
44564              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
44565      Branch: perl
44566            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
44567            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
44568            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44569            ! ext/Encode/lib/Encode/MIME/Header.pm
44570            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
44571            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
44572            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
44573            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
44574 ____________________________________________________________________________
44575 [ 18056] By: hv                                    on 2002/10/24  22:48:06
44576         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
44577              From: Autrijus Tang <autrijus@autrijus.org>
44578              Date: Sat, 19 Oct 2002 17:51:57 +0800
44579              Message-ID: <20021019095157.GA430@not.autrijus.org>
44580      Branch: perl
44581            ! ext/B/B/C.pm
44582 ____________________________________________________________________________
44583 [ 18055] By: hv                                    on 2002/10/24  22:34:10
44584         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
44585      Branch: perl
44586            ! pp_sys.c t/run/fresh_perl.t
44587 ____________________________________________________________________________
44588 [ 18054] By: hv                                    on 2002/10/24  22:17:40
44589         Log: change #18030 needs the removal of ext/Thread/thr5005.t
44590      Branch: perl
44591            - ext/Thread/thr5005.t
44592 ____________________________________________________________________________
44593 [ 18053] By: merijn                                on 2002/10/24  08:20:09
44594         Log: charnames pragma extended with :alias for customized
44595              unicode naming aliases
44596              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
44597      Branch: perl
44598            ! lib/charnames.pm lib/charnames.t
44599 ____________________________________________________________________________
44600 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
44601         Log: Further tweaks to perlmodlib.pod.
44602              Add a note about perllocal.pod, which wasn't documented.
44603      Branch: perl
44604            ! pod/perlmodlib.PL pod/perlmodlib.pod
44605 ____________________________________________________________________________
44606 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
44607         Log: Further tweaks to perluniintro.pod
44608      Branch: perl
44609            ! pod/perluniintro.pod
44610 ____________________________________________________________________________
44611 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
44612         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
44613              Regenerate perlmodlib.pod
44614      Branch: perl
44615            ! pod/perlmodlib.PL pod/perlmodlib.pod
44616 ____________________________________________________________________________
44617 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
44618         Log: Subject: [PATCH] perluniintro
44619              From: Jarkko Hietaniemi <jhi@iki.fi>
44620              Date: Sun, 20 Oct 2002 15:48:09 +0300
44621              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
44622      Branch: perl
44623            ! pod/perluniintro.pod
44624 ____________________________________________________________________________
44625 [ 18048] By: hv                                    on 2002/10/22  17:04:26
44626         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
44627              From: Dave Mitchell <davem@fdgroup.com>
44628              Date: Fri, 18 Oct 2002 13:36:40 +0100
44629              Message-ID: <20021018133640.A19172@fdgroup.com>
44630      Branch: perl
44631            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
44632            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
44633            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
44634 ____________________________________________________________________________
44635 [ 18047] By: hv                                    on 2002/10/22  16:20:18
44636         Log: Subject: [PATCH] AutoLoader gives wrong message
44637              From: Peter Scott <peter@psdt.com>
44638              Date: Thu, 17 Oct 2002 19:54:56 -0700
44639              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
44640      Branch: perl
44641            ! lib/AutoLoader.pm
44642 ____________________________________________________________________________
44643 [ 18046] By: hv                                    on 2002/10/22  15:52:40
44644         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
44645              From: Alain Barbet <alian@alianwebserver.com>
44646              Date: Fri, 18 Oct 2002 15:29:29 +0200
44647              Message-ID: <3DB00CB9.70708@alianwebserver.com>
44648      Branch: perl
44649            ! README.win32 win32/makefile.mk win32/win32.c
44650 ____________________________________________________________________________
44651 [ 18045] By: hv                                    on 2002/10/22  15:47:21
44652         Log: improve 'atomicity' wording
44653      Branch: perl
44654            ! lib/filetest.pm
44655 ____________________________________________________________________________
44656 [ 18044] By: hv                                    on 2002/10/22  15:43:55
44657         Log: Subject: [PATCH] Shell.pm object methods broken
44658              From: Dan Brook <dbrook@easyspace.com>
44659              Date: Thu, 17 Oct 2002 16:05:04 +0100
44660              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
44661      Branch: perl
44662            ! lib/Shell.pm lib/Shell.t
44663 ____________________________________________________________________________
44664 [ 18042] By: hv                                    on 2002/10/21  09:20:54
44665         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
44666              From: hv@crypt.org
44667              Date: Mon, 21 Oct 2002 11:27:40 +0100
44668              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
44669      Branch: perl
44670            ! t/lib/warnings/toke toke.c
44671 ____________________________________________________________________________
44672 [ 18041] By: hv                                    on 2002/10/21  01:14:48
44673         Log: Subject: Re: [perl #18019] regex overoptimization
44674              From: hv@crypt.org
44675              Date: Mon, 21 Oct 2002 03:21:54 +0100
44676              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
44677      Branch: perl
44678            ! regcomp.c t/op/re_tests
44679 ____________________________________________________________________________
44680 [ 18039] By: hv                                    on 2002/10/20  14:33:16
44681         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
44682              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
44683              Date: Tue, 15 Oct 2002 02:17:03 +0200
44684              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
44685      Branch: perl
44686            ! ext/IO/IO.pm
44687 ____________________________________________________________________________
44688 [ 18038] By: hv                                    on 2002/10/20  14:23:06
44689         Log: Update to Net::Ping v2.23
44690      Branch: perl
44691            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
44692            + lib/Net/Ping/t/450_service.t
44693            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
44694            ! lib/Net/Ping/t/200_ping_tcp.t
44695 ____________________________________________________________________________
44696 [ 18037] By: hv                                    on 2002/10/20  13:57:06
44697         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
44698              From: Jarkko Hietaniemi <jhi@iki.fi>
44699              Date: Mon, 14 Oct 2002 14:49:54 +0300
44700              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
44701      Branch: perl
44702            ! t/op/pack.t
44703 ____________________________________________________________________________
44704 [ 18036] By: hv                                    on 2002/10/20  13:43:56
44705         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
44706              From: Slaven Rezic <slaven.rezic@berlin.de>
44707              Date: 14 Oct 2002 09:37:18 +0200
44708              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
44709      Branch: perl
44710            ! pp_sys.c t/op/mkdir.t
44711 ____________________________________________________________________________
44712 [ 18035] By: hv                                    on 2002/10/20  13:39:09
44713         Log: Subject: Re: [perl #17951] Strange UTF error
44714              From: Jarkko Hietaniemi <jhi@iki.fi>
44715              Date: Wed, 16 Oct 2002 18:50:51 +0300
44716              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
44717      Branch: perl
44718            ! lib/utf8_heavy.pl t/run/fresh_perl.t
44719 ____________________________________________________________________________
44720 [ 18034] By: hv                                    on 2002/10/20  13:23:16
44721         Log: Update to Time::HiRes v1.38
44722      Branch: perl
44723            + ext/Time/HiRes/typemap
44724            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44725            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
44726            ! ext/Time/HiRes/Makefile.PL
44727 ____________________________________________________________________________
44728 [ 18033] By: hv                                    on 2002/10/20  13:12:25
44729         Log: Upgrade to Test.pm v1.23
44730      Branch: perl
44731            ! lib/Test.pm
44732 ____________________________________________________________________________
44733 [ 18030] By: merijn                                on 2002/10/19  14:10:21
44734         Log: Happy chainsaw stories; The removal of the 5005 threads
44735              Still imcomplete. Configure will follow
44736      Branch: perl
44737            ! MANIFEST NetWare/Makefile NetWare/config.wc
44738            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
44739            ! Porting/Glossary Porting/config.sh Porting/config_H
44740            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
44741            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
44742            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
44743            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
44744            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
44745            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
44746            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
44747            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
44748            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
44749            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
44750            ! win32/config.bc win32/config.gc win32/config.vc
44751            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
44752            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
44753            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
44754            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
44755            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
44756            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
44757            ! wince/win32thread.h wince/wincesck.c
44758 ____________________________________________________________________________
44759 [ 18029] By: merijn                                on 2002/10/18  07:28:21
44760         Log: minor tweaks in Porting/pumpkin.pod
44761              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
44762      Branch: perl
44763            ! Porting/pumpkin.pod
44764 ____________________________________________________________________________
44765 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
44766         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
44767              From: Abe Timmerman <abe@ztreet.demon.nl>
44768              Date: Thu, 17 Oct 2002 23:38:34 +0200
44769              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
44770      Branch: perl
44771            ! t/run/switches.t
44772 ____________________________________________________________________________
44773 [ 18027] By: hv                                    on 2002/10/17  14:39:27
44774         Log: Subject: Re: versions too accurate
44775              From: John Peacock <jpeacock@rowman.com>
44776              Date: Mon, 14 Oct 2002 22:36:48 -0400
44777              Message-ID: <3DAB7F40.1050200@rowman.com>
44778      Branch: perl
44779            ! lib/version.pm util.c
44780 ____________________________________________________________________________
44781 [ 18026] By: hv                                    on 2002/10/17  14:29:41
44782         Log: Subject: Re: [PATCH] Version object combined patch
44783              From: John Peacock <jpeacock@rowman.com>
44784              Date: Thu, 10 Oct 2002 21:23:01 -0400
44785              Message-ID: <3DA627F5.5050907@rowman.com>
44786      Branch: perl
44787            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
44788 ____________________________________________________________________________
44789 [ 18025] By: hv                                    on 2002/10/17  13:37:04
44790         Log: definition of MAXPATHLEN
44791              Subject: [PATCH] standard lawyerism
44792              From: Jarkko Hietaniemi <jhi@iki.fi>
44793              Date: Fri, 11 Oct 2002 02:48:26 +0300
44794              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
44795      Branch: perl
44796            ! perl.h
44797 ____________________________________________________________________________
44798 [ 18024] By: hv                                    on 2002/10/17  13:34:01
44799         Log: Subject: Re: [perl #17061] no strict 'garbage'
44800              From: Slaven Rezic <slaven.rezic@berlin.de>
44801              Date: 10 Oct 2002 16:23:22 +0200
44802              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
44803      Branch: perl
44804            ! ext/Storable/Storable.pm
44805 ____________________________________________________________________________
44806 [ 18023] By: hv                                    on 2002/10/17  12:56:28
44807         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
44808              From: Steve Grazzini <grazz@nyc.rr.com>
44809              Date: 11 Oct 2002 22:28:58 -0000
44810              Message-ID: <20021011222858.452.qmail@onion.perl.org>
44811      Branch: perl
44812            ! doio.c t/io/open.t
44813 ____________________________________________________________________________
44814 [ 18022] By: hv                                    on 2002/10/17  12:24:42
44815         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
44816              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44817              Date: Tue, 15 Oct 2002 17:01:43 -0700
44818              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
44819      Branch: perl
44820            ! t/op/assignwarn.t
44821 ____________________________________________________________________________
44822 [ 18021] By: hv                                    on 2002/10/17  11:28:38
44823         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
44824              From: Slaven Rezic <slaven.rezic@berlin.de>
44825              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
44826              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
44827      Branch: perl
44828            ! Porting/pumpkin.pod
44829 ____________________________________________________________________________
44830 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
44831         Log: prototype() didn't warn when used in void context.
44832      Branch: perl
44833            ! op.c t/lib/warnings/op
44834 ____________________________________________________________________________
44835 [ 18019] By: ams                                   on 2002/10/15  20:54:53
44836         Log: Subject: Japanese translation of Storable
44837              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
44838              Date: Tue, 15 Oct 2002 06:31:01 +0900
44839              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
44840      Branch: perl
44841            ! ext/Storable/README
44842 ____________________________________________________________________________
44843 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
44844         Log: Subject: Re: [PATCH] cv.h: Comment update
44845              From: Paul Johnson <paul@pjcj.net>
44846              Date: Mon, 14 Oct 2002 20:00:50 +0200
44847              Message-ID: <20021014180050.GC7333@pjcj.net>
44848      Branch: perl
44849            ! cv.h
44850 ____________________________________________________________________________
44851 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
44852         Log: Subject: [PATCH] perlipc.pod
44853              From: Slaven Rezic <slaven.rezic@berlin.de>
44854              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
44855              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
44856      Branch: perl
44857            ! pod/perlipc.pod
44858 ____________________________________________________________________________
44859 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
44860         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
44861              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44862              Date: Sun, 13 Oct 2002 09:02:36 +0900
44863              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
44864      Branch: perl
44865            ! pod/perlunicode.pod
44866 ____________________________________________________________________________
44867 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
44868         Log: The -0 command-line switch wasn't setting $/ at compile-time.
44869              Move the initialization of $/ just after switch parsing
44870              (it was done after yyparse().)
44871      Branch: perl
44872            ! perl.c t/run/switches.t
44873 ____________________________________________________________________________
44874 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
44875         Log: Subject: Re: [PATCH] perl573delta delinting
44876              From: Philip Newton <Philip.Newton@gmx.net>
44877              Date: Sat, 12 Oct 2002 21:25:49 +0200
44878              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
44879      Branch: perl
44880            ! pod/perl573delta.pod
44881 ____________________________________________________________________________
44882 [ 18013] By: hv                                    on 2002/10/12  15:41:50
44883         Log: Subject: [PATCH] for -Dm
44884              From: Slaven Rezic <slaven.rezic@berlin.de>
44885              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
44886              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
44887      Branch: perl
44888            ! malloc.c
44889 ____________________________________________________________________________
44890 [ 18012] By: hv                                    on 2002/10/12  15:39:49
44891         Log: #18005 was not enough
44892              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
44893              From: Abe Timmerman <abeltje@cpan.org>
44894              Date: Sat, 12 Oct 2002 17:56:39 +0200
44895              Message-Id: <200210121756.39803.abeltje@cpan.org>
44896      Branch: perl
44897            ! win32/makefile.mk
44898 ____________________________________________________________________________
44899 [ 18011] By: hv                                    on 2002/10/12  15:36:43
44900         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
44901              From: Richard Hitt (via RT) <perlbug@perl.org>
44902              Date: 8 Oct 2002 21:04:30 -0000
44903              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
44904      Branch: perl
44905            ! Configure
44906 ____________________________________________________________________________
44907 [ 18010] By: hv                                    on 2002/10/12  15:31:06
44908         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
44909              From: Nicholas Clark <nick@unfortu.net>
44910              Date: Tue, 8 Oct 2002 21:52:53 +0100
44911              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
44912      Branch: perl
44913            ! pod/perldiag.pod pp_pack.c t/op/pack.t
44914 ____________________________________________________________________________
44915 [ 18009] By: hv                                    on 2002/10/12  15:12:18
44916         Log: Subject: [PATCH perldoc] For screaming hell's sake
44917              From: Simon Cozens <simon@netthink.co.uk>
44918              Date: Tue, 8 Oct 2002 11:13:07 +0100
44919              Message-ID: <20021008101307.GA8175@netthink.co.uk>
44920      Branch: perl
44921            ! utils/perldoc.PL
44922 ____________________________________________________________________________
44923 [ 18008] By: hv                                    on 2002/10/12  14:38:19
44924         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
44925              From: Nicholas Clark <nick@unfortu.net>
44926              Date: Mon, 7 Oct 2002 23:35:34 +0100
44927              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
44928      Branch: perl
44929            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44930            ! ext/Storable/README ext/Storable/Storable.pm
44931            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
44932            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
44933            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
44934 ____________________________________________________________________________
44935 [ 18007] By: hv                                    on 2002/10/12  14:22:36
44936         Log: Subject: [perl #17773] errors in c2ph(1) man page
44937              From: Eric Melville (via RT) <perlbug@perl.org>
44938              Date: 7 Oct 2002 02:58:34 -0000
44939              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
44940      Branch: perl
44941            ! utils/c2ph.PL
44942 ____________________________________________________________________________
44943 [ 18006] By: hv                                    on 2002/10/12  14:19:55
44944         Log: Subject: [PATCH pad.c] Re: closure failures
44945              From: Dave Mitchell <davem@fdgroup.com>
44946              Date: Mon, 7 Oct 2002 02:42:13 +0100
44947              Message-ID: <20021007024213.B29760@fdgroup.com>
44948      Branch: perl
44949            ! pad.c
44950 ____________________________________________________________________________
44951 [ 18005] By: hv                                    on 2002/10/12  14:17:07
44952         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
44953              From: Abe Timmerman <abeltje@cpan.org>
44954              Date: Tue, 8 Oct 2002 14:16:56 +0200
44955              Message-Id: <200210081416.56942.abeltje@cpan.org>
44956      Branch: perl
44957            ! win32/Makefile
44958 ____________________________________________________________________________
44959 [ 18004] By: hv                                    on 2002/10/12  14:06:59
44960         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
44961      Branch: perl
44962            ! hints/darwin.sh
44963 ____________________________________________________________________________
44964 [ 18003] By: hv                                    on 2002/10/12  13:48:34
44965         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
44966              and #18001.
44967      Branch: perl
44968            ! ext/Devel/Peek/Peek.t
44969 ____________________________________________________________________________
44970 [ 18002] By: hv                                    on 2002/10/11  23:22:56
44971         Log: Subject: [Encode] 1.77 Released
44972              From: Dan Kogai <dankogai@dan.co.jp>
44973              Date: Sun, 6 Oct 2002 12:52:52 +0900
44974              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
44975      Branch: perl
44976            ! ext/Encode/Changes ext/Encode/Encode.pm
44977            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
44978            ! ext/Encode/lib/Encode/Alias.pm
44979            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
44980            ! ext/Encode/ucm/big5-eten.ucm
44981 ____________________________________________________________________________
44982 [ 18001] By: hv                                    on 2002/10/11  22:52:43
44983         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
44984              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44985              Date: Thu, 10 Oct 2002 14:28:55 -0700
44986              Message-ID: <XEfp9gzkgquV092yn@efn.org>
44987      Branch: perl
44988            ! ext/Devel/Peek/Peek.t
44989 ____________________________________________________________________________
44990 [ 18000] By: hv                                    on 2002/10/11  22:30:36
44991         Log: Subject: [PATCH] perl573delta delinting
44992              From: Jarkko Hietaniemi <jhi@iki.fi>
44993              Date: Fri, 4 Oct 2002 16:19:31 +0300
44994              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
44995      Branch: perl
44996            ! pod/perl573delta.pod
44997 ____________________________________________________________________________
44998 [ 17999] By: hv                                    on 2002/10/11  22:28:36
44999         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
45000              From: Jarkko Hietaniemi <jhi@iki.fi>
45001              Date: Fri, 4 Oct 2002 16:11:57 +0300
45002              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
45003      Branch: perl
45004            ! pod/perldiag.pod reentr.c reentr.pl
45005 ____________________________________________________________________________
45006 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
45007         Log: Fix bug #17771 : segfault with the 'for' statement modifier
45008              used inside a map or a grep.
45009      Branch: perl
45010            ! pp_ctl.c t/op/grep.t
45011 ____________________________________________________________________________
45012 [ 17997] By: hv                                    on 2002/10/11  12:10:39
45013         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
45014              From: Information Service <info@lingo.kiev.ua>
45015              Date: Wed, 09 Oct 2002 07:17:00 +0400
45016              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
45017      Branch: perl
45018            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
45019 ____________________________________________________________________________
45020 [ 17996] By: hv                                    on 2002/10/11  11:55:53
45021         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
45022              From: chromatic <chromatic@wgz.org>
45023              Date: Thu, 03 Oct 2002 22:56:54 -0700
45024              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
45025      Branch: perl
45026            ! lib/AutoLoader.pm lib/AutoLoader.t
45027 ____________________________________________________________________________
45028 [ 17995] By: ams                                   on 2002/10/11  05:24:20
45029         Log: Subject: [perl #17819] Typo in perltooc?
45030              From: Bob Wilkinson (via RT) <perlbug@perl.org>
45031              Date: 9 Oct 2002 09:50:40 -0000
45032              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
45033
45034              Subject: [perl #17821] Typo in perltooc
45035              From: Bob Wilkinson (via RT) <perlbug@perl.org>
45036              Date: 9 Oct 2002 10:12:51 -0000
45037              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
45038      Branch: perl
45039            ! pod/perltooc.pod
45040 ____________________________________________________________________________
45041 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
45042         Log: Fix bug #17776 : memory corruption in qr/##/x
45043      Branch: perl
45044            ! sv.c t/op/pat.t
45045 ____________________________________________________________________________
45046 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
45047         Log: croak() is better written Perl_croak() in C code.
45048      Branch: perl
45049            ! util.c
45050 ____________________________________________________________________________
45051 [ 17992] By: hv                                    on 2002/10/10  11:29:12
45052         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
45053              From: andreas.koenig@anima.de (Andreas J. Koenig)
45054              Date: Fri, 04 Oct 2002 06:38:57 +0200
45055              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
45056      Branch: perl
45057            ! lib/Hash/Util.pm
45058 ____________________________________________________________________________
45059 [ 17991] By: hv                                    on 2002/10/10  11:20:41
45060         Log: new files lib/version.pm and lib/version.t for change #17990.
45061      Branch: perl
45062            + lib/version.pm lib/version.t
45063 ____________________________________________________________________________
45064 [ 17990] By: hv                                    on 2002/10/10  11:19:57
45065         Log: Subject: [PATCH] Version object combined patch
45066              From: John Peacock <jpeacock@rowman.com>
45067              Date: Fri, 04 Oct 2002 23:15:10 -0400
45068              Message-ID: <3D9E593E.1060605@rowman.com>
45069      Branch: perl
45070            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
45071            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
45072 ____________________________________________________________________________
45073 [ 17989] By: hv                                    on 2002/10/10  10:48:42
45074         Log: Subject: PATCH: lib/ExtUtils/typemap
45075              From: Brian Ingerson <ingy@ttul.org>
45076              Date: Sat, 28 Sep 2002 13:03:24 -0700
45077              Message-ID: <20020928130324.A16900@ttul.org>
45078      Branch: perl
45079            ! lib/ExtUtils/typemap
45080 ____________________________________________________________________________
45081 [ 17988] By: hv                                    on 2002/10/10  10:45:19
45082         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
45083              From: Nicholas Clark <nick@unfortu.net>
45084              Date: Sat, 28 Sep 2002 18:52:00 +0100
45085              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
45086      Branch: perl
45087            ! lib/Exporter.t lib/Exporter/Heavy.pm
45088 ____________________________________________________________________________
45089 [ 17987] By: hv                                    on 2002/10/10  10:27:40
45090         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
45091              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45092              Date: Mon, 9 Sep 2002 17:36:55 -0400
45093              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
45094      Branch: perl
45095            ! pod/perlfunc.pod
45096 ____________________________________________________________________________
45097 [ 17986] By: hv                                    on 2002/10/10  09:51:24
45098         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
45099              for Storable tests to match.
45100      Branch: perl
45101            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
45102 ____________________________________________________________________________
45103 [ 17985] By: hv                                    on 2002/10/10  09:27:00
45104         Log: Subject: Re: README.cygwin draft update
45105              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45106              Date: Mon, 07 Oct 2002 17:15:09 -0700
45107              Message-ID: <NOio9gzkg6oR092yn@efn.org>
45108      Branch: perl
45109            ! README.cygwin pod/perl58delta.pod
45110 ____________________________________________________________________________
45111 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
45112         Log: Fix bug #17823 : non-modifying tr/// stringifies references
45113      Branch: perl
45114            ! doop.c t/op/tr.t
45115 ____________________________________________________________________________
45116 [ 17983] By: merijn                                on 2002/10/09  12:22:26
45117         Log: Tru64 and gcc and threads
45118              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
45119      Branch: perl
45120            ! thread.h
45121 ____________________________________________________________________________
45122 [ 17982] By: merijn                                on 2002/10/09  10:34:40
45123         Log: Correct mailing list archive URL
45124              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
45125      Branch: perl
45126            ! Porting/pumpkin.pod
45127 ____________________________________________________________________________
45128 [ 17981] By: merijn                                on 2002/10/09  04:49:06
45129         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
45130              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
45131      Branch: perl
45132            ! Porting/pumpkin.pod
45133 ____________________________________________________________________________
45134 [ 17980] By: sky                                   on 2002/10/06  15:40:56
45135         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
45136              Fix testcases to run properly outside perl core build enviroment.
45137      Branch: perl
45138            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
45139            ! ext/Safe/safe3.t
45140 ____________________________________________________________________________
45141 [ 17979] By: sky                                   on 2002/10/06  07:03:19
45142         Log: Subject: [PATCH] fix typo in Tie::Array
45143              From: "Jos I. Boumans" <kane@cpan.org>
45144              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
45145              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
45146      Branch: perl
45147            ! lib/Tie/Array.pm
45148 ____________________________________________________________________________
45149 [ 17978] By: sky                                   on 2002/10/05  04:44:10
45150         Log: Upgrade to Attribute::Handlers 0.78
45151      Branch: perl
45152            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
45153            ! lib/Attribute/Handlers/README
45154 ____________________________________________________________________________
45155 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
45156         Log: Complement to change #17976 :
45157              there was a similar bug on rdo().
45158              Increment $Safe::VERSION.
45159      Branch: perl
45160            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
45161 ____________________________________________________________________________
45162 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
45163         Log: Fix bug #17744, suggested by Andreas Jurenda,
45164              tweaked by rgs (security hole in Safe).
45165      Branch: perl
45166            + ext/Safe/safe3.t
45167            ! MANIFEST ext/Opcode/Safe.pm
45168 ____________________________________________________________________________
45169 [ 17975] By: merijn                                on 2002/10/04  13:30:17
45170         Log: Non ANSI feature detection in enum
45171      Branch: perl
45172            ! pad.h
45173 ____________________________________________________________________________
45174 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
45175         Log: Fix a precedence problem.
45176      Branch: perl
45177            ! ext/Storable/t/integer.t
45178 ____________________________________________________________________________
45179 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
45180         Log: Change the warning message "%s trapped by operation mask"
45181              to include '' around the op name. Document it in perldiag.
45182      Branch: perl
45183            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
45184            ! pod/perldiag.pod
45185 ____________________________________________________________________________
45186 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
45187         Log: Add a new warning, "Possible precedence problem on bitwise
45188              %c operator", triggerred when a bitwise op has a numeric
45189              comparison op as child.
45190      Branch: perl
45191            ! op.c pod/perldiag.pod t/lib/warnings/op
45192 ____________________________________________________________________________
45193 [ 17971] By: ams                                   on 2002/10/03  11:03:41
45194         Log: Subject: Re: Not OK 17969
45195              From: Slaven Rezic <slaven.rezic@berlin.de>
45196              Date: 03 Oct 2002 13:12:58 +0200
45197              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
45198      Branch: perl
45199            ! ext/Storable/Storable.pm ext/Storable/t/code.t
45200            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
45201            ! ext/Storable/t/malice.t
45202 ____________________________________________________________________________
45203 [ 17970] By: ams                                   on 2002/10/03  02:21:15
45204         Log: Add a line about 2.05.
45205      Branch: perl
45206            ! ext/Storable/ChangeLog
45207 ____________________________________________________________________________
45208 [ 17969] By: ams                                   on 2002/10/03  02:12:27
45209         Log: Subject: [PATCH] Storable and code serialization: documentation
45210              From: Slaven Rezic <slaven.rezic@berlin.de>
45211              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
45212              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
45213      Branch: perl
45214            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
45215            ! ext/Storable/t/code.t
45216 ____________________________________________________________________________
45217 [ 17968] By: ams                                   on 2002/10/03  01:40:51
45218         Log: Subject: [PATCH] Re: speed of my
45219              From: Stephen McCamant <smcc@mit.edu>
45220              Date: Wed, 2 Oct 2002 21:48:59 -0400
45221              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
45222      Branch: perl
45223            ! pp.c
45224 ____________________________________________________________________________
45225 [ 17967] By: hv                                    on 2002/10/02  15:04:57
45226         Log: Subject: [PATCH] reentrant buffers
45227              From: Jarkko Hietaniemi <jhi@iki.fi>
45228              Date: Fri, 27 Sep 2002 01:08:56 +0300
45229              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
45230      Branch: perl
45231            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
45232 ____________________________________________________________________________
45233 [ 17966] By: hv                                    on 2002/10/02  14:46:52
45234         Log: Subject: [PATCH] retropatch
45235              From: Jarkko Hietaniemi <jhi@iki.fi>
45236              Date: Fri, 27 Sep 2002 03:51:34 +0300
45237              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
45238      Branch: perl
45239            + pod/perl573delta.pod
45240            ! MANIFEST pod/buildtoc.PL pod/perl.pod
45241 ____________________________________________________________________________
45242 [ 17965] By: hv                                    on 2002/10/02  14:42:21
45243         Log: op/tr.t test is affected by #17962
45244      Branch: perl
45245            ! t/op/tr.t
45246 ____________________________________________________________________________
45247 [ 17964] By: hv                                    on 2002/10/02  14:38:59
45248         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
45249              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45250              Date: Tue, 1 Oct 2002 23:34:35 +0200
45251              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
45252      Branch: perl
45253            ! t/op/override.t toke.c
45254 ____________________________________________________________________________
45255 [ 17963] By: hv                                    on 2002/10/02  14:15:22
45256         Log: Subject: Re: [perl #17376] Bug Report - our(%)
45257              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45258              Date: Tue, 01 Oct 2002 09:54:30 -0700
45259              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
45260      Branch: perl
45261            ! op.c pp_hot.c t/comp/our.t
45262 ____________________________________________________________________________
45263 [ 17962] By: ams                                   on 2002/10/02  14:10:07
45264         Log: Subject: [PATCH] no [] in tr///
45265              From: Jarkko Hietaniemi <jhi@iki.fi>
45266              Date: Wed, 2 Oct 2002 17:09:11 +0300
45267              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
45268      Branch: perl
45269            ! pod/perldiag.pod toke.c
45270 ____________________________________________________________________________
45271 [ 17961] By: hv                                    on 2002/10/02  14:09:11
45272         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
45273              From: andreas.koenig@anima.de (Andreas J. Koenig)
45274              Date: Mon, 30 Sep 2002 17:24:06 +0200
45275              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
45276      Branch: perl
45277            ! lib/Hash/Util.pm
45278 ____________________________________________________________________________
45279 [ 17959] By: hv                                    on 2002/10/02  14:06:29
45280         Log: Subject: [DOCPATCH] Unicode porting advice
45281              From: andreas.koenig@anima.de (Andreas J. Koenig)
45282              Date: Fri, 27 Sep 2002 15:30:16 +0200
45283              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
45284      Branch: perl
45285            ! pod/perlunicode.pod
45286 ____________________________________________________________________________
45287 [ 17958] By: hv                                    on 2002/10/02  13:57:06
45288         Log: missing quote from #17957
45289      Branch: perl
45290            ! Porting/pumpkin.pod
45291 ____________________________________________________________________________
45292 [ 17957] By: hv                                    on 2002/10/02  13:55:56
45293         Log: document how to set APPLLIB_EXP
45294              Subject: Re: [perl #15957] error installing perl 5.8.0
45295              From: Andy Dougherty <doughera@lafayette.edu>
45296              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
45297              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
45298      Branch: perl
45299            ! Porting/pumpkin.pod
45300 ____________________________________________________________________________
45301 [ 17956] By: hv                                    on 2002/10/02  13:51:12
45302         Log: Devel::Peek tests from:
45303              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
45304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45305              Date: Thu, 26 Sep 2002 22:16:39 -0700
45306              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
45307      Branch: perl
45308            ! ext/Devel/Peek/Peek.t
45309 ____________________________________________________________________________
45310 [ 17955] By: hv                                    on 2002/10/02  13:43:26
45311         Log: add precedence warning for bitwise docs
45312              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
45313              From: Mike Guy <mjtg@cam.ac.uk>
45314              Date: Thu, 26 Sep 2002 13:20:45 +0100
45315              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
45316      Branch: perl
45317            ! pod/perlop.pod
45318 ____________________________________________________________________________
45319 [ 17954] By: hv                                    on 2002/10/02  13:18:01
45320         Log: Subject: [PATCH] Re: perlio bug?
45321              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45322              Date: Wed, 25 Sep 2002 21:58:12 +0200
45323              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
45324      Branch: perl
45325            ! doio.c pod/perldiag.pod t/lib/warnings/doio
45326 ____________________________________________________________________________
45327 [ 17953] By: hv                                    on 2002/10/02  12:55:29
45328         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
45329              From: Dave Mitchell <davem@fdgroup.com>
45330              Date: Wed, 25 Sep 2002 23:40:23 +0100
45331              Message-ID: <20020925234023.A20044@fdgroup.com>
45332      Branch: perl
45333            + pad.c pad.h
45334            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
45335            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
45336            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
45337            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
45338            ! proto.h scope.c sv.c toke.c
45339 ____________________________________________________________________________
45340 [ 17952] By: hv                                    on 2002/10/02  11:23:38
45341         Log: better handling of whitespace in autodoc declarations; fragment from:
45342              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
45343              From: Dave Mitchell <davem@fdgroup.com>
45344              Date: Wed, 25 Sep 2002 23:40:23 +0100
45345              Message-ID: <20020925234023.A20044@fdgroup.com>
45346      Branch: perl
45347            ! autodoc.pl
45348 ____________________________________________________________________________
45349 [ 17951] By: merijn                                on 2002/10/02  09:15:18
45350         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
45351              Thu, 25 Jul 2002, Andy Dougherty
45352      Branch: perl
45353            ! Configure Policy_sh.SH
45354 ____________________________________________________________________________
45355 [ 17950] By: ams                                   on 2002/10/02  03:43:41
45356         Log: Add silly bandaid to stop segfaults on subsequent accesses to
45357              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
45358              (<$fred>).
45359      Branch: perl
45360            ! op.c
45361 ____________________________________________________________________________
45362 [ 17949] By: hv                                    on 2002/10/01  08:49:02
45363         Log: patch based on:
45364              Subject: Re: [perl #17376] Bug Report - our(%)
45365              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45366              Date: Mon, 30 Sep 2002 15:22:18 -0700
45367              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
45368      Branch: perl
45369            ! op.c
45370 ____________________________________________________________________________
45371 [ 17948] By: hv                                    on 2002/10/01  08:26:44
45372         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
45373              From: chromatic <chromatic@wgz.org>
45374              Date: Fri, 13 Sep 2002 14:26:08 -0700
45375              Message-Id: <200209131426.08116.chromatic@wgz.org>
45376      Branch: perl
45377            ! lib/AutoLoader.pm
45378 ____________________________________________________________________________
45379 [ 17947] By: hv                                    on 2002/10/01  08:10:21
45380         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
45381              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45382              Date: Wed, 11 Sep 2002 22:22:45 -0700
45383              Message-ID: <lSCg9gzkgymX092yn@efn.org>
45384      Branch: perl
45385            ! dump.c mg.h regexec.c sv.c t/op/pat.t
45386 ____________________________________________________________________________
45387 [ 17946] By: merijn                                on 2002/09/30  15:19:36
45388         Log: nanosleep on VMS not present
45389      Branch: perl
45390            ! configure.com
45391 ____________________________________________________________________________
45392 [ 17945] By: merijn                                on 2002/09/30  09:51:40
45393         Log: -Dgccansipedantic only for gcc 3+
45394              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
45395      Branch: perl
45396            ! Porting/pumpkin.pod cflags.SH
45397 ____________________________________________________________________________
45398 [ 17944] By: merijn                                on 2002/09/30  08:29:33
45399         Log: nanosleep probes as per Jarkko's request
45400      Branch: perl
45401            ! Configure NetWare/config_H.wc Porting/config.sh
45402            ! Porting/config_H config_h.SH epoc/config.sh perl.h
45403            ! win32/config.bc win32/config.gc win32/config.vc
45404            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
45405            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
45406            ! wince/config_H.ce
45407 ____________________________________________________________________________
45408 [ 17942] By: ams                                   on 2002/09/29  22:26:37
45409         Log: Remove package; (Heh heh.)
45410      Branch: perl
45411            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
45412            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
45413            ! vms/perly_c.vms vms/perly_h.vms
45414 ____________________________________________________________________________
45415 [ 17941] By: hv                                    on 2002/09/29  12:11:06
45416         Log: Subject: [perl #16796] Configure script buglet
45417              From: "Amick, Eric" (via RT) <perlbug@perl.org>
45418              Date: 27 Aug 2002 20:09:29 -0000
45419              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
45420      Branch: perl
45421            ! Configure
45422 ____________________________________________________________________________
45423 [ 17940] By: hv                                    on 2002/09/29  11:59:28
45424         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
45425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45426              Date: Fri, 27 Sep 2002 13:52:18 +0200
45427              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
45428      Branch: perl
45429            ! lib/Attribute/Handlers.pm
45430 ____________________________________________________________________________
45431 [ 17939] By: hv                                    on 2002/09/29  11:55:17
45432         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
45433              From: Allen Smith (via RT) <perlbug@perl.org>
45434              Date: 13 Sep 2002 03:01:30 -0000
45435              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
45436      Branch: perl
45437            ! t/lib/h2ph.pht utils/h2ph.PL
45438 ____________________________________________________________________________
45439 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
45440         Log: Email address change for Stéphane Payrard
45441      Branch: perl
45442            ! AUTHORS
45443 ____________________________________________________________________________
45444 [ 17937] By: hv                                    on 2002/09/27  10:05:42
45445         Log: Subject: Re: [REVISED PATCH] Magic v-strings
45446              From: John Peacock <jpeacock@rowman.com>
45447              Date: Thu, 19 Sep 2002 22:30:58 -0400
45448              Message-ID: <3D8A8862.3000602@rowman.com>
45449      Branch: perl
45450            ! sv.c util.c
45451 ____________________________________________________________________________
45452 [ 17936] By: hv                                    on 2002/09/27  10:00:42
45453         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
45454              From: "Craig A. Berry" <craigberry@mac.com>
45455              Date: Wed, 25 Sep 2002 17:14:33 -0500
45456              Message-ID: <3D923549.6050809@mac.com>
45457      Branch: perl
45458            ! configure.com
45459 ____________________________________________________________________________
45460 [ 17935] By: hv                                    on 2002/09/27  09:48:19
45461         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
45462              From: Andy Lester <andy@petdance.com>
45463              Date: Fri, 20 Sep 2002 12:23:41 -0500
45464              Message-ID: <20020920172341.GA15672@petdance.com>
45465      Branch: perl
45466            ! pod/perlopentut.pod
45467 ____________________________________________________________________________
45468 [ 17934] By: hv                                    on 2002/09/26  18:50:02
45469         Log: missing '.' in test from #17932
45470      Branch: perl
45471            ! t/lib/strict/subs
45472 ____________________________________________________________________________
45473 [ 17933] By: hv                                    on 2002/09/26  17:01:11
45474         Log: Subject: [PATCH] perl #17453
45475              From: Jarkko Hietaniemi <jhi@iki.fi>
45476              Date: Fri, 20 Sep 2002 17:22:45 +0300
45477              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
45478      Branch: perl
45479            ! lib/utf8_heavy.pl t/op/pat.t
45480 ____________________________________________________________________________
45481 [ 17932] By: hv                                    on 2002/09/26  16:47:32
45482         Log: #17931 checked for wrong constant
45483      Branch: perl
45484            ! op.c
45485 ____________________________________________________________________________
45486 [ 17931] By: hv                                    on 2002/09/26  16:29:26
45487         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
45488              From: Kay_Röpke <kay@dolphin-services.de>
45489              Date: Fri, 20 Sep 2002 16:09:08 +0200
45490              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
45491      Branch: perl
45492            ! op.c t/lib/strict/subs
45493 ____________________________________________________________________________
45494 [ 17930] By: hv                                    on 2002/09/26  15:56:07
45495         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
45496              From: Ken Neighbors (via RT) <perlbug@perl.org>
45497              Date: 19 Sep 2002 18:48:22 -0000
45498              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
45499      Branch: perl
45500            ! lib/Class/Struct.pm
45501 ____________________________________________________________________________
45502 [ 17928] By: hv                                    on 2002/09/26  09:54:05
45503         Log: Subject: [PATCH] bug in utf8.c(?)
45504              From: Marty Pauley <marty+p5p@kasei.com>
45505              Date: Fri, 20 Sep 2002 10:55:33 +0100
45506              Subject: [PATCH] bug in utf8.c(?)
45507      Branch: perl
45508            ! utf8.c
45509 ____________________________________________________________________________
45510 [ 17927] By: hv                                    on 2002/09/26  09:37:19
45511         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
45512              From: Marty Pauley <marty+p5p@kasei.com>
45513              Date: Fri, 20 Sep 2002 09:52:16 +0100
45514              Message-Id: 20020920085216.GC10512@soto.kasei.com
45515      Branch: perl
45516            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
45517 ____________________________________________________________________________
45518 [ 17926] By: hv                                    on 2002/09/26  09:28:06
45519         Log: Subject: [PATCH] defuse installusrbinperl
45520              From: Jarkko Hietaniemi <jhi@iki.fi>
45521              Date: Thu, 19 Sep 2002 18:01:03 +0300
45522              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
45523      Branch: perl
45524            ! Configure
45525 ____________________________________________________________________________
45526 [ 17925] By: hv                                    on 2002/09/26  09:15:55
45527         Log: Subject: [PATCH v2] enable -ansi -pedantic
45528              From: Jarkko Hietaniemi <jhi@iki.fi>
45529              Date: Wed, 18 Sep 2002 01:19:25 +0300
45530              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
45531      Branch: perl
45532            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
45533            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
45534 ____________________________________________________________________________
45535 [ 17924] By: hv                                    on 2002/09/26  08:44:16
45536         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
45537              From: Nicholas Clark <nick@unfortu.net>
45538              Date: Sat, 14 Sep 2002 18:49:10 +0100
45539              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
45540      Branch: perl
45541            ! sv.c
45542 ____________________________________________________________________________
45543 [ 17923] By: hv                                    on 2002/09/26  08:33:54
45544         Log: Subject: [PATCH] Re: Advice on coredump
45545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45546              Date: Wed, 18 Sep 2002 22:14:57 +0200
45547              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
45548      Branch: perl
45549            ! op.c t/op/closure.t
45550 ____________________________________________________________________________
45551 [ 17922] By: hv                                    on 2002/09/26  08:25:28
45552         Log: Subject: Re: [PATCH] spurious t/auto directory appears
45553              From: Michael G Schwern <schwern@pobox.com>
45554              Date: Fri, 13 Sep 2002 23:56:05 -0400
45555              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
45556      Branch: perl
45557            ! lib/ExtUtils/t/Installed.t
45558 ____________________________________________________________________________
45559 [ 17921] By: hv                                    on 2002/09/26  08:21:59
45560         Log: add TODO tests for slow our() declaration
45561              Subject: Re: [perl #17376] Bug Report - our(%)
45562              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45563              Date: Thu, 19 Sep 2002 22:34:01 -0700
45564              Message-ID: <JNri9gzkgSBB092yn@efn.org>
45565      Branch: perl
45566            + t/comp/our.t
45567            ! MANIFEST
45568 ____________________________________________________________________________
45569 [ 17920] By: hv                                    on 2002/09/26  08:16:43
45570         Log: LEAKTEST is dead, RIP
45571              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
45572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45573              Date: Mon, 23 Sep 2002 18:33:12 +0200
45574              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
45575      Branch: perl
45576            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
45577            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
45578 ____________________________________________________________________________
45579 [ 17919] By: hv                                    on 2002/09/26  07:59:42
45580         Log: Subject: [PATCH] AIX hints missinga  >&4
45581              From: Jarkko Hietaniemi <jhi@iki.fi>
45582              Date: Fri, 13 Sep 2002 16:48:42 +0300
45583              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
45584      Branch: perl
45585            ! hints/aix.sh
45586 ____________________________________________________________________________
45587 [ 17918] By: hv                                    on 2002/09/26  07:51:10
45588         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
45589              From: "Brendan O'Dea" <bod@debian.org>
45590              Date: Mon, 23 Sep 2002 22:45:40 +1000
45591              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
45592      Branch: perl
45593            ! pod/perlfunc.pod
45594 ____________________________________________________________________________
45595 [ 17917] By: hv                                    on 2002/09/26  07:46:43
45596         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
45597              From: Slaven Rezic <slaven.rezic@berlin.de>
45598              Date: 11 Sep 2002 19:37:09 +0200
45599              Message-ID: <871y80a0my.fsf@vran.herceg.de>
45600      Branch: perl
45601            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
45602 ____________________________________________________________________________
45603 [ 17916] By: hv                                    on 2002/09/26  07:31:42
45604         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
45605              From: "Brendan O'Dea" <bod@debian.org>
45606              Date: Tue, 10 Sep 2002 09:19:05 +1000
45607              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
45608      Branch: perl
45609            ! pod/perlembed.pod
45610 ____________________________________________________________________________
45611 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
45612         Log: Patch #17914 was empty ; this should have been applied instead.
45613      Branch: perl
45614            ! hints/aix.sh
45615 ____________________________________________________________________________
45616 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
45617         Log: Subject: [PATCH] PASE saga continues
45618              From: Jarkko Hietaniemi <jhi@iki.fi>
45619              Date: Thu, 19 Sep 2002 23:30:20 +0300
45620              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
45621      Branch: perl
45622            ! hints/aix.sh
45623 ____________________________________________________________________________
45624 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
45625         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
45626              From: "Craig A. Berry" <craigberry@mac.com>
45627              Date: Wed, 18 Sep 2002 16:57:02 -0500
45628              Message-ID: <3D88F6AE.3020708@mac.com>
45629      Branch: perl
45630            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
45631 ____________________________________________________________________________
45632 [ 17912] By: ams                                   on 2002/09/19  17:21:24
45633         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
45634              From: Jarkko Hietaniemi <jhi@iki.fi>
45635              Date: Thu, 19 Sep 2002 18:59:48 +0300
45636              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
45637
45638              Subject: [PATCH] more PASE tweakage
45639              From: Jarkko Hietaniemi <jhi@iki.fi>
45640              Date: Thu, 19 Sep 2002 18:01:44 +0300
45641              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
45642      Branch: perl
45643            ! README.os400 hints/aix.sh
45644 ____________________________________________________________________________
45645 [ 17911] By: ams                                   on 2002/09/17  19:29:53
45646         Log: Typo fix.
45647      Branch: perl
45648            ! ext/POSIX/POSIX.pod
45649 ____________________________________________________________________________
45650 [ 17910] By: ams                                   on 2002/09/17  18:09:32
45651         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
45652              checking for SvOK in do_readline().
45653      Branch: perl
45654            ! pp_hot.c t/op/gv.t
45655 ____________________________________________________________________________
45656 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
45657         Log: Pod formatting nit, found by Merijn and Jos Boumans.
45658      Branch: perl
45659            ! pod/perlunicode.pod
45660 ____________________________________________________________________________
45661 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
45662         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
45663              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
45664              Date: 15 Sep 2002 19:06:56 -0000
45665              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
45666      Branch: perl
45667            ! lib/Locale/Country.pm lib/Locale/Currency.pm
45668            ! lib/Locale/Language.pm lib/Locale/Script.pm
45669 ____________________________________________________________________________
45670 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
45671         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
45672              From: Jarkko Hietaniemi <jhi@iki.fi>
45673              Date: Sun, 15 Sep 2002 18:02:17 +0300
45674              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
45675      Branch: perl
45676            ! hints/netbsd.sh
45677 ____________________________________________________________________________
45678 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
45679         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
45680              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
45681              not all modules listed in perlmodlib are necessarily installed.
45682              Plus some corrections by Vincent Lefevre.
45683      Branch: perl
45684            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
45685 ____________________________________________________________________________
45686 [ 17904] By: merijn                                on 2002/09/13  14:02:18
45687         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
45688              in building DProf
45689      Branch: perl
45690            ! Configure
45691 ____________________________________________________________________________
45692 [ 17902] By: merijn                                on 2002/09/13  07:47:29
45693         Log: configure.com needs d_modflproto
45694              Thu 12 Sep 2002 23:19, "Craig A. Berry"
45695      Branch: perl
45696            ! configure.com
45697 ____________________________________________________________________________
45698 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
45699         Log: Subject: [PATCH] more PASE wisdom
45700              From: Jarkko Hietaniemi <jhi@iki.fi>
45701              Date: Fri, 13 Sep 2002 00:17:39 +0300
45702              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
45703      Branch: perl
45704            ! README.os400
45705 ____________________________________________________________________________
45706 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
45707         Log: Fix a syntax incompatibility introduced by the // operator.
45708              (Note that C<print $fh //> is still a syntax error, it
45709              wasn't with perl 5.8.0.)
45710      Branch: perl
45711            ! t/op/dor.t toke.c
45712 ____________________________________________________________________________
45713 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
45714         Log: Fix bug #17006 : remove spurious do{} in the deparsing
45715              of s/.../.../e.
45716      Branch: perl
45717            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
45718 ____________________________________________________________________________
45719 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
45720         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
45721              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
45722              Date: 10 Sep 2002 18:49:56 -0000
45723              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
45724      Branch: perl
45725            ! utils/dprofpp.PL
45726 ____________________________________________________________________________
45727 [ 17896] By: merijn                                on 2002/09/11  08:31:45
45728         Log: re-synced Configure to backported metaunits
45729      Branch: perl
45730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45731            ! config_h.SH
45732 ____________________________________________________________________________
45733 [ 17892] By: merijn                                on 2002/09/10  15:43:53
45734         Log: Callback behaviour in hints
45735              Mon, 9 Sep 2002, Allen Smith
45736      Branch: perl
45737            ! hints/README.hints
45738 ____________________________________________________________________________
45739 [ 17888] By: merijn                                on 2002/09/10  09:20:52
45740         Log: New low-price HP servers
45741      Branch: perl
45742            ! README.hpux
45743 ____________________________________________________________________________
45744 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
45745         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
45746              From: Paul Johnson <paul@pjcj.net>
45747              Date: Mon, 9 Sep 2002 23:37:33 +0200
45748              Message-ID: <20020909213733.GD879@pjcj.net>
45749      Branch: perl
45750            ! ext/B/B/Deparse.pm
45751 ____________________________________________________________________________
45752 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
45753         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
45754              From: Nicholas Clark <nick@unfortu.net>
45755              Date: Sun, 8 Sep 2002 23:05:54 +0100
45756              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
45757      Branch: perl
45758            ! configpm
45759 ____________________________________________________________________________
45760 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
45761         Log: Subject: [PATCH] strict.pm pod at __END__
45762              From: Nicholas Clark <nick@unfortu.net>
45763              Date: Sun, 8 Sep 2002 22:36:09 +0100
45764              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
45765      Branch: perl
45766            ! lib/strict.pm
45767 ____________________________________________________________________________
45768 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
45769         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
45770              From: Nicholas Clark <nick@unfortu.net>
45771              Date: Sun, 8 Sep 2002 19:45:52 +0100
45772              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
45773      Branch: perl
45774            ! lib/File/Find/t/find.t
45775 ____________________________________________________________________________
45776 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
45777         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
45778              From: Paul Johnson <paul@pjcj.net>
45779              Date: Sun, 8 Sep 2002 23:50:11 +0200
45780              Message-ID: <20020908215011.GA879@pjcj.net>
45781      Branch: perl
45782            ! ext/B/B/Deparse.pm
45783 ____________________________________________________________________________
45784 [ 17882] By: hv                                    on 2002/09/09  10:33:58
45785         Log: Update Changes
45786      Branch: perl
45787            ! Changes patchlevel.h
45788 ____________________________________________________________________________
45789 [ 17881] By: hv                                    on 2002/09/09  09:54:55
45790         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
45791              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45792              Date: Mon, 9 Sep 2002 01:48:08 -0400
45793              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
45794      Branch: perl
45795            ! perl.h sv.c
45796 ____________________________________________________________________________
45797 [ 17880] By: hv                                    on 2002/09/09  09:33:55
45798         Log: integrate Math::BigInt-1.63
45799              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
45800              From: Tels <perl_dummy@bloodgate.com>
45801              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
45802              Message-Id: <200209082022.g88KMGY20194@crypt.org>
45803      Branch: perl
45804            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45805            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
45806            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
45807            ! lib/Math/BigInt/t/sub_mif.t
45808 ____________________________________________________________________________
45809 [ 17879] By: hv                                    on 2002/09/09  09:23:53
45810         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
45811              From: Jarkko Hietaniemi <jhi@iki.fi>
45812              Date: Mon, 9 Sep 2002 00:07:46 +0300
45813              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
45814      Branch: perl
45815            ! Configure
45816 ____________________________________________________________________________
45817 [ 17878] By: hv                                    on 2002/09/09  09:11:57
45818         Log: small grammar fix in Benchmark docs
45819      Branch: perl
45820            ! lib/Benchmark.pm
45821 ____________________________________________________________________________
45822 [ 17877] By: hv                                    on 2002/09/09  09:09:30
45823         Log: Subject: [PATCH] configpm
45824              From: Abe Timmerman <abe@ztreet.demon.nl>
45825              Date: Sun, 8 Sep 2002 17:21:19 +0200
45826              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
45827      Branch: perl
45828            ! configpm
45829 ____________________________________________________________________________
45830 [ 17876] By: hv                                    on 2002/09/09  08:48:35
45831         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
45832              From: Abe Timmerman <abe@ztreet.demon.nl>
45833              Date: Mon, 9 Sep 2002 01:32:19 +0200
45834              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
45835      Branch: perl
45836            ! makedef.pl
45837 ____________________________________________________________________________
45838 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
45839         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
45840              From: Nicholas Clark <nick@unfortu.net>
45841              Date: Sun, 8 Sep 2002 15:46:44 +0100
45842              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
45843
45844              Plus two other similar tweaks
45845      Branch: perl
45846            ! ext/SDBM_File/sdbm.t
45847 ____________________________________________________________________________
45848 [ 17874] By: hv                                    on 2002/09/08  17:10:38
45849         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
45850              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
45851              Date: Sat, 7 Sep 2002 05:25:45 -0400
45852              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
45853      Branch: perl
45854            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
45855            ! t/op/sprintf.t
45856 ____________________________________________________________________________
45857 [ 17873] By: hv                                    on 2002/09/08  16:48:54
45858         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
45859              From: Nicholas Clark <nick@unfortu.net>
45860              Date: Sat, 7 Sep 2002 00:20:53 +0100
45861              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
45862      Branch: perl
45863            ! op.c sv.c
45864 ____________________________________________________________________________
45865 [ 17872] By: hv                                    on 2002/09/08  16:35:46
45866         Log: temporarily skip failing Storable tests caused by #17869
45867      Branch: perl
45868            ! ext/Storable/t/code.t
45869 ____________________________________________________________________________
45870 [ 17871] By: hv                                    on 2002/09/08  16:23:49
45871         Log: Subject: [PATCH] tiddly tidy up for util.c
45872              From: Nicholas Clark <nick@unfortu.net>
45873              Date: Fri, 6 Sep 2002 23:00:14 +0100
45874              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
45875      Branch: perl
45876            ! util.c
45877 ____________________________________________________________________________
45878 [ 17870] By: hv                                    on 2002/09/08  16:21:23
45879         Log: regularise whitespace and formatting in util.c
45880      Branch: perl
45881            ! util.c
45882 ____________________________________________________________________________
45883 [ 17869] By: hv                                    on 2002/09/08  15:46:08
45884         Log: Subject: [perl #17061] no strict 'garbage'
45885              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
45886              Date: 6 Sep 2002 19:31:02 -0000
45887              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
45888              Date: Sat, 07 Sep 2002 13:40:22 +0200
45889              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
45890      Branch: perl
45891            ! lib/strict.pm lib/strict.t
45892 ____________________________________________________________________________
45893 [ 17868] By: hv                                    on 2002/09/08  15:24:08
45894         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
45895      Branch: perl
45896            ! pod/perl58delta.pod
45897 ____________________________________________________________________________
45898 [ 17867] By: hv                                    on 2002/09/08  15:10:46
45899         Log: Subject: [PATCH] allow using hires time() in Benchmark
45900              From: Jarkko Hietaniemi <jhi@iki.fi>
45901              Date: Fri, 6 Sep 2002 00:38:11 +0300
45902              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
45903      Branch: perl
45904            ! lib/Benchmark.pm
45905 ____________________________________________________________________________
45906 [ 17866] By: hv                                    on 2002/09/08  15:06:05
45907         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
45908              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
45909              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
45910              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
45911      Branch: perl
45912            ! Configure
45913 ____________________________________________________________________________
45914 [ 17865] By: hv                                    on 2002/09/08  15:03:23
45915         Log: Subject: Unicode::Collate 0.23 Released
45916              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45917              Date: Thu, 05 Sep 2002 23:28:32 +0900
45918              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
45919      Branch: perl
45920            + lib/Unicode/Collate/t/index.t
45921            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45922            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
45923 ____________________________________________________________________________
45924 [ 17864] By: hv                                    on 2002/09/08  14:55:31
45925         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
45926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45927              Date: Wed, 04 Sep 2002 21:09:01 -0700
45928              Message-ID: <djtd9gzkgyLd092yn@efn.org>
45929              Date: Fri, 06 Sep 2002 09:23:03 -0700
45930              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
45931      Branch: perl
45932            ! lib/overload.t sv.c sv.h t/op/pat.t
45933 ____________________________________________________________________________
45934 [ 17863] By: hv                                    on 2002/09/08  14:11:54
45935         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
45936      Branch: perl
45937            ! t/op/taint.t
45938 ____________________________________________________________________________
45939 [ 17862] By: hv                                    on 2002/09/08  14:01:07
45940         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
45941              From: Michael G Schwern <schwern@pobox.com>
45942              Date: Wed, 4 Sep 2002 11:38:01 -0700
45943              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
45944      Branch: perl
45945            ! t/TestInit.pm
45946 ____________________________________________________________________________
45947 [ 17861] By: hv                                    on 2002/09/08  13:58:10
45948         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
45949              From: Michael G Schwern <schwern@pobox.com>
45950              Date: Fri, 6 Sep 2002 14:03:16 -0700
45951              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
45952      Branch: perl
45953            ! t/test.pl
45954 ____________________________________________________________________________
45955 [ 17860] By: hv                                    on 2002/09/08  13:48:49
45956         Log: #17859 misuses s/// return values
45957      Branch: perl
45958            ! configpm
45959 ____________________________________________________________________________
45960 [ 17859] By: hv                                    on 2002/09/08  13:17:46
45961         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
45962              From: Nicholas Clark <nick@unfortu.net>
45963              Date: Mon, 2 Sep 2002 23:22:32 +0100
45964              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
45965      Branch: perl
45966            ! configpm
45967 ____________________________________________________________________________
45968 [ 17850] By: ams                                   on 2002/09/06  03:31:32
45969         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
45970              From: Jarkko Hietaniemi <jhi@iki.fi>
45971              Date: Fri, 6 Sep 2002 06:01:57 +0300
45972              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
45973      Branch: perl
45974            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
45975 ____________________________________________________________________________
45976 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
45977         Log: document setting the email address
45978      Branch: perl
45979            ! Porting/repository.pod
45980 ____________________________________________________________________________
45981 [ 17848] By: hv                                    on 2002/09/04  23:12:15
45982         Log: AUTHORS: preferred address for Allen Smith
45983      Branch: perl
45984            ! AUTHORS
45985 ____________________________________________________________________________
45986 [ 17847] By: hv                                    on 2002/09/04  23:10:37
45987         Log: copy on write: fixes and debugging
45988              Subject: what copies scalars in ithreads?
45989              From: Nicholas Clark <nick@unfortu.net>
45990              Date: Wed, 4 Sep 2002 21:52:47 +0100
45991              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
45992      Branch: perl
45993            ! sv.c
45994 ____________________________________________________________________________
45995 [ 17846] By: hv                                    on 2002/09/04  23:02:43
45996         Log: Subject: Re: [PATCH] A variety of README nitpicks.
45997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45998              Date: Wed, 04 Sep 2002 09:10:05 +0200
45999              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
46000      Branch: perl
46001            ! README.hpux
46002 ____________________________________________________________________________
46003 [ 17845] By: hv                                    on 2002/09/04  15:06:33
46004         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
46005      Branch: perl
46006            ! lib/Math/BigInt/t/constant.t
46007 ____________________________________________________________________________
46008 [ 17844] By: hv                                    on 2002/09/04  14:32:19
46009         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
46010      Branch: perl
46011            ! ext/DB_File/DB_File.xs
46012 ____________________________________________________________________________
46013 [ 17843] By: hv                                    on 2002/09/04  14:09:13
46014         Log: #17842 was only half the story
46015              Subject: [PATCH deb.c] Re: HiRes failure is success?
46016              From: Dave Mitchell <davem@fdgroup.com>
46017              Date: Wed, 4 Sep 2002 16:11:15 +0100
46018              Message-ID: <20020904161115.E27603@fdgroup.com>
46019      Branch: perl
46020            ! deb.c
46021 ____________________________________________________________________________
46022 [ 17842] By: hv                                    on 2002/09/04  14:04:40
46023         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
46024      Branch: perl
46025            ! deb.c
46026 ____________________________________________________________________________
46027 [ 17841] By: hv                                    on 2002/09/04  13:57:27
46028         Log: Subject: [PATCH] op/getpid.t failure
46029              From: Michael G Schwern <schwern@pobox.com>
46030              Date: Tue, 3 Sep 2002 17:48:24 -0700
46031              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
46032      Branch: perl
46033            ! t/op/getpid.t
46034 ____________________________________________________________________________
46035 [ 17840] By: hv                                    on 2002/09/04  13:55:20
46036         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
46037              and Subject: [PATCH] More modules that don't lazy load Carp right.
46038              From: Michael G Schwern <schwern@pobox.com>
46039              Date: Tue, 3 Sep 2002 17:21:57 -0700
46040              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
46041              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
46042      Branch: perl
46043            ! ext/Encode/Unicode/Unicode.pm
46044            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
46045            ! lib/File/Basename.pm
46046 ____________________________________________________________________________
46047 [ 17839] By: hv                                    on 2002/09/04  13:47:12
46048         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
46049              From: "Brendan O'Dea" <bod@debian.org>
46050              Date: Wed, 4 Sep 2002 02:36:10 +1000
46051              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
46052      Branch: perl
46053            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
46054 ____________________________________________________________________________
46055 [ 17838] By: hv                                    on 2002/09/04  13:41:27
46056         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
46057              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
46058              Date: Tue, 3 Sep 2002 13:46:18 +0200
46059              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
46060      Branch: perl
46061            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
46062 ____________________________________________________________________________
46063 [ 17837] By: hv                                    on 2002/09/04  13:38:27
46064         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
46065              From: Michael G Schwern <schwern@pobox.com>
46066              Date: Mon, 2 Sep 2002 22:29:07 -0700
46067              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
46068      Branch: perl
46069            ! lib/Config.t
46070 ____________________________________________________________________________
46071 [ 17836] By: hv                                    on 2002/09/04  13:35:36
46072         Log: Subject: [PATCH] DB_File 1.805
46073              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46074              Date: Mon, 2 Sep 2002 23:56:40 +0100
46075              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
46076      Branch: perl
46077            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46078            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
46079            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
46080            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
46081 ____________________________________________________________________________
46082 [ 17835] By: hv                                    on 2002/09/04  13:23:17
46083         Log: fix coredump after 64k-deep recursion
46084              Subject: Re: debugging coredump with -DD
46085              From: hv@crypt.org
46086              Date: Tue, 03 Sep 2002 14:34:20 +0100
46087              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
46088      Branch: perl
46089            ! cop.h t/op/recurse.t
46090 ____________________________________________________________________________
46091 [ 17834] By: hv                                    on 2002/09/04  13:08:36
46092         Log: perldoc: allow arguments for pager
46093              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
46094              From: Chip Turner <cturner@redhat.com>
46095              Date: 02 Sep 2002 01:17:23 -0400
46096              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
46097      Branch: perl
46098            ! utils/perldoc.PL
46099 ____________________________________________________________________________
46100 [ 17833] By: hv                                    on 2002/09/04  12:55:54
46101         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
46102              From: Jarkko Hietaniemi <jhi@iki.fi>
46103              Date: Sun, 1 Sep 2002 19:23:55 +0300
46104              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
46105      Branch: perl
46106            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
46107 ____________________________________________________________________________
46108 [ 17832] By: hv                                    on 2002/09/04  12:39:42
46109         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
46110              From: John Peacock <jpeacock@rowman.com>
46111              Date: Sun, 01 Sep 2002 15:00:12 -0400
46112              Message-ID: <3D7263BC.9020608@rowman.com>
46113      Branch: perl
46114            ! lib/ExtUtils/xsubpp pod/perlxs.pod
46115 ____________________________________________________________________________
46116 [ 17831] By: hv                                    on 2002/09/04  11:47:10
46117         Log: #17827 misses some win32 tweaks
46118      Branch: perl
46119            ! win32/Makefile win32/makefile.mk
46120 ____________________________________________________________________________
46121 [ 17830] By: hv                                    on 2002/09/04  11:41:22
46122         Log: update email address for Paul Marquess
46123      Branch: perl
46124            ! AUTHORS
46125 ____________________________________________________________________________
46126 [ 17829] By: hv                                    on 2002/09/04  11:38:39
46127         Log: Subject: Correction for AUTHORS.html
46128              From: Sean Davis <dive@ender.com>
46129              Date: Fri, 30 Aug 2002 03:51:16 -0700
46130              Message-ID: <20020830035116.A18739@endersgame.net>
46131      Branch: perl
46132            ! AUTHORS
46133 ____________________________________________________________________________
46134 [ 17828] By: hv                                    on 2002/09/04  11:31:42
46135         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
46136              From: Michael G Schwern <schwern@pobox.com>
46137              Date: Fri, 30 Aug 2002 03:40:45 -0700
46138              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
46139      Branch: perl
46140            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
46141            ! lib/File/Spec/t/Spec.t
46142 ____________________________________________________________________________
46143 [ 17827] By: hv                                    on 2002/09/04  11:21:57
46144         Log: Subject: [PATCH] OS/400 PASE port
46145              From: Jarkko Hietaniemi <jhi@iki.fi>
46146              Date: Thu, 29 Aug 2002 22:22:51 +0300
46147              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
46148      Branch: perl
46149            + README.os400 hints/os400.sh
46150            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
46151            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
46152 ____________________________________________________________________________
46153 [ 17826] By: hv                                    on 2002/09/04  11:10:54
46154         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
46155              From: "Brendan O'Dea" <bod@debian.org>
46156              Date: Thu, 29 Aug 2002 22:42:39 +1000
46157              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
46158      Branch: perl
46159            ! ext/Sys/Syslog/syslog.t
46160 ____________________________________________________________________________
46161 [ 17825] By: hv                                    on 2002/09/04  10:53:59
46162         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
46163              From: "John P. Linderman" <jpl@research.att.com>
46164              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
46165              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
46166      Branch: perl
46167            ! ext/IPC/SysV/Semaphore.pm
46168 ____________________________________________________________________________
46169 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
46170         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
46171              From: Richard Soderberg (via RT) <perlbug@perl.org>
46172              Date: 3 Sep 2002 18:48:54 -0000
46173              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
46174
46175              Subject: [PATCH] A variety of README nitpicks.
46176              From: Richard Soderberg <rs@crystalflame.net>
46177              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
46178              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
46179      Branch: perl
46180            ! README.amiga README.dgux README.dos README.epoc README.hpux
46181            ! README.mint README.netware README.vmesa
46182 ____________________________________________________________________________
46183 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
46184         Log: Fix bug #16828.
46185              Add a few tests to ext/B/t/b.t, make it use Test::More.
46186      Branch: perl
46187            ! ext/B/B.xs ext/B/t/b.t
46188 ____________________________________________________________________________
46189 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
46190         Log: Some simple tests for the POSIX::isXXX() functions.
46191      Branch: perl
46192            ! ext/POSIX/t/posix.t
46193 ____________________________________________________________________________
46194 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
46195         Log: Advertise Linux::Pid.
46196      Branch: perl
46197            ! pod/perlfunc.pod pod/perlvar.pod
46198 ____________________________________________________________________________
46199 [ 17819] By: hv                                    on 2002/08/30  13:42:02
46200         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
46201              From: John Peacock <jpeacock@rowman.com>
46202              Date: Wed, 28 Aug 2002 22:13:48 -0400
46203              Message-ID: <3D6D835C.50809@rowman.com>
46204      Branch: perl
46205            ! universal.c util.c
46206 ____________________________________________________________________________
46207 [ 17818] By: hv                                    on 2002/08/30  13:16:05
46208         Log: add test related to change #17799:
46209              Subject: Re: if.pm bug.
46210              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
46211              Date: Thu, 29 Aug 2002 19:39:58 +0200
46212              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
46213      Branch: perl
46214            ! lib/if.t
46215 ____________________________________________________________________________
46216 [ 17817] By: hv                                    on 2002/08/30  13:12:20
46217         Log: Subject: [PATCH] AUTHORS
46218              From: "Brendan O'Dea" <bod@debian.org>
46219              Date: Thu, 29 Aug 2002 22:49:34 +1000
46220              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
46221      Branch: perl
46222            ! AUTHORS
46223 ____________________________________________________________________________
46224 [ 17816] By: hv                                    on 2002/08/30  13:10:45
46225         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
46226              From: "Brendan O'Dea" <bod@debian.org>
46227              Date: Thu, 29 Aug 2002 22:46:47 +1000
46228              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
46229      Branch: perl
46230            ! lib/Term/Cap.pm
46231 ____________________________________________________________________________
46232 [ 17815] By: hv                                    on 2002/08/30  13:02:41
46233         Log: formatting cleanup and:
46234              Subject: Re: perl-5.8.0 on HP porting center
46235              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46236              Date: Thu, 29 Aug 2002 12:23:31 +0200
46237              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
46238      Branch: perl
46239            ! installperl
46240 ____________________________________________________________________________
46241 [ 17814] By: hv                                    on 2002/08/30  12:23:33
46242         Log: Subject: [PATCH] perlmod.pod nit
46243              From: Autrijus Tang <autrijus@autrijus.org>
46244              Date: Thu, 29 Aug 2002 03:49:34 +0800
46245              Message-ID: <20020828194934.GA12244@not.autrijus.org>
46246      Branch: perl
46247            ! pod/perlmod.pod
46248 ____________________________________________________________________________
46249 [ 17813] By: hv                                    on 2002/08/30  12:19:15
46250         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
46251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46252              Date: Thu, 29 Aug 2002 17:31:31 -0700
46253              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
46254      Branch: perl
46255            ! sv.c t/op/pat.t
46256 ____________________________________________________________________________
46257 [ 17812] By: hv                                    on 2002/08/30  12:06:20
46258         Log: Subject: [PATCH] typos in Hash::Util documentation
46259              From: Slaven Rezic <slaven.rezic@berlin.de>
46260              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
46261              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
46262      Branch: perl
46263            ! lib/Hash/Util.pm
46264 ____________________________________________________________________________
46265 [ 17811] By: hv                                    on 2002/08/30  12:02:59
46266         Log: Subject: Re: Recent changes on the HP porting center
46267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46268              Date: Wed, 28 Aug 2002 17:39:27 +0200
46269              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
46270      Branch: perl
46271            ! README.hpux
46272 ____________________________________________________________________________
46273 [ 17810] By: hv                                    on 2002/08/30  11:58:18
46274         Log: Subject: [PATCH] Fixes to threads::shared when disabled
46275              From: Michael G Schwern <schwern@pobox.com>
46276              Date: Wed, 28 Aug 2002 06:04:18 -0700
46277              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
46278      Branch: perl
46279            + ext/threads/shared/t/disabled.t
46280            ! MANIFEST ext/threads/shared/shared.pm
46281            ! ext/threads/shared/t/hv_refs.t
46282 ____________________________________________________________________________
46283 [ 17808] By: ams                                   on 2002/08/30  02:59:31
46284         Log: Subject: [PATCH] Tru64 vs Berkeley DB
46285              From: Jarkko Hietaniemi <jhi@iki.fi>
46286              Date: Fri, 30 Aug 2002 06:56:38 +0300
46287              Message-Id: <20020830035638.GB874@lyta.hut.fi>
46288      Branch: perl
46289            ! README.tru64 hints/dec_osf.sh
46290 ____________________________________________________________________________
46291 [ 17807] By: ams                                   on 2002/08/30  02:32:30
46292         Log: Subject: [PATCH] IRIX + INSTALL
46293              From: Jarkko Hietaniemi <jhi@iki.fi>
46294              Date: Fri, 30 Aug 2002 06:31:48 +0300
46295              Message-Id: <20020830033148.GA874@lyta.hut.fi>
46296      Branch: perl
46297            ! INSTALL hints/irix_6.sh
46298 ____________________________________________________________________________
46299 [ 17806] By: hv                                    on 2002/08/29  22:56:45
46300         Log: #17449 failed to apply the actual patch. This is it.
46301      Branch: perl
46302            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46303 ____________________________________________________________________________
46304 [ 17805] By: hv                                    on 2002/08/29  13:49:04
46305         Log: Fix based on:
46306              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
46307              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
46308              Date: 27 Aug 2002 22:10:16 -0000
46309              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
46310      Branch: perl
46311            ! ext/POSIX/POSIX.xs
46312 ____________________________________________________________________________
46313 [ 17804] By: hv                                    on 2002/08/29  13:29:43
46314         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
46315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46316              Date: Tue, 27 Aug 2002 23:36:53 +0200
46317              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
46318      Branch: perl
46319            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
46320            ! perl.c perlapi.h sv.c
46321 ____________________________________________________________________________
46322 [ 17803] By: ams                                   on 2002/08/29  13:09:47
46323         Log: Subject: [PATCH] AIX compiler setup sanity checking
46324              From: Jarkko Hietaniemi <jhi@iki.fi>
46325              Date: Thu, 29 Aug 2002 16:43:51 +0300
46326              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
46327      Branch: perl
46328            ! hints/aix.sh
46329 ____________________________________________________________________________
46330 [ 17802] By: hv                                    on 2002/08/29  12:32:51
46331         Log: Subject: [perl #16769] Documention bug
46332              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
46333              Date: 26 Aug 2002 10:01:04 -0000
46334              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
46335      Branch: perl
46336            ! pod/perl58delta.pod
46337 ____________________________________________________________________________
46338 [ 17801] By: hv                                    on 2002/08/29  12:19:30
46339         Log: Subject: [PATCH] ExtUtils::Constant 0.14
46340              From: Nicholas Clark <nick@unfortu.net>
46341              Date: Sun, 25 Aug 2002 18:06:00 +0100
46342              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
46343      Branch: perl
46344            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
46345 ____________________________________________________________________________
46346 [ 17800] By: hv                                    on 2002/08/29  12:08:59
46347         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
46348              From: Mark-Jason Dominus <mjd@plover.com>
46349              Date: Sun, 25 Aug 2002 12:09:53 -0400
46350              Message-ID: <20020825160953.15987.qmail@plover.com>
46351      Branch: perl
46352            ! pod/perlfaq5.pod
46353 ____________________________________________________________________________
46354 [ 17799] By: hv                                    on 2002/08/29  11:48:39
46355         Log: Subject: Re: if.pm bug.
46356              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
46357              Date: Sun, 25 Aug 2002 00:27:59 +0200
46358              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
46359      Branch: perl
46360            ! lib/if.pm
46361 ____________________________________________________________________________
46362 [ 17798] By: hv                                    on 2002/08/29  11:44:00
46363         Log: Subject: [PATCH] posixify getppid on linux-multithread
46364              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46365              Date: Tue, 6 Aug 2002 21:56:46 +0200
46366              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
46367      Branch: perl
46368            + t/op/getpid.t
46369            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
46370            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
46371 ____________________________________________________________________________
46372 [ 17797] By: hv                                    on 2002/08/29  10:55:41
46373         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
46374              From: Mark-Jason Dominus <mjd@plover.com>
46375              Date: Sun, 25 Aug 2002 22:31:54 -0400
46376              Message-ID: <20020826023154.22986.qmail@plover.com>
46377      Branch: perl
46378            ! ext/B/B.pm
46379 ____________________________________________________________________________
46380 [ 17791] By: hv                                    on 2002/08/27  11:28:32
46381         Log: Missing MANIFEST files for #17783.
46382      Branch: perl
46383            ! MANIFEST
46384 ____________________________________________________________________________
46385 [ 17790] By: hv                                    on 2002/08/27  11:22:36
46386         Log: #17783 introduced an outdated test module, causing failure in
46387              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
46388              ExtUtils::MakeMaker.
46389      Branch: perl
46390            ! t/lib/TieOut.pm
46391 ____________________________________________________________________________
46392 [ 17789] By: ams                                   on 2002/08/27  04:04:48
46393         Log: Subject: Patch perlvar.pod
46394              From: mjd@plover.com
46395              Date: 27 Aug 2002 03:03:01 -0000
46396              Message-Id: <20020827030301.32481.qmail@plover.com>
46397      Branch: perl
46398            ! pod/perlvar.pod
46399 ____________________________________________________________________________
46400 [ 17788] By: hv                                    on 2002/08/26  23:59:47
46401         Log: Update Changes
46402      Branch: perl
46403            ! Changes patchlevel.h
46404 ____________________________________________________________________________
46405 [ 17787] By: hv                                    on 2002/08/26  19:22:27
46406         Log: fix for:
46407              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
46408              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
46409              Date: 26 Aug 2002 15:01:36 -0000
46410              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
46411      Branch: perl
46412            ! regexec.c t/op/re_tests
46413 ____________________________________________________________________________
46414 [ 17786] By: hv                                    on 2002/08/26  15:34:25
46415         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
46416              From: "Sean M. Burke" <sburke@cpan.org>
46417              Date: Mon, 26 Aug 2002 04:38:19 -0600
46418              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
46419      Branch: perl
46420            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
46421            ! lib/Test/t/todo.t
46422 ____________________________________________________________________________
46423 [ 17785] By: hv                                    on 2002/08/26  15:18:41
46424         Log: fix non-ANSI C++-style comment
46425              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
46426              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46427              Date: Mon, 26 Aug 2002 09:15:18 +0200
46428              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
46429      Branch: perl
46430            ! ext/Storable/Storable.xs
46431 ____________________________________________________________________________
46432 [ 17784] By: hv                                    on 2002/08/26  15:15:19
46433         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
46434      Branch: perl
46435            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
46436            ! lib/bignum/t/brinfnan.t
46437 ____________________________________________________________________________
46438 [ 17783] By: hv                                    on 2002/08/26  15:07:21
46439         Log: Subject: [ANNOUNCE] Test::Simple 0.47
46440              From: Michael G Schwern <schwern@pobox.com>
46441              Date: Mon, 26 Aug 2002 04:13:03 -0700
46442              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
46443      Branch: perl
46444            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
46445            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
46446            + lib/Test/Simple/t/ok_obj.t
46447            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
46448            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
46449            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
46450            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
46451            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
46452 ____________________________________________________________________________
46453 [ 17782] By: hv                                    on 2002/08/26  15:00:55
46454         Log: new test for change #17773
46455              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
46456              From: DH <crazyinsomniac@yahoo.com>
46457              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
46458              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
46459      Branch: perl
46460            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
46461 ____________________________________________________________________________
46462 [ 17781] By: hv                                    on 2002/08/26  14:48:35
46463         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
46464      Branch: perl
46465            ! reentr.pl
46466 ____________________________________________________________________________
46467 [ 17780] By: hv                                    on 2002/08/25  19:03:50
46468         Log: fix bignum test failures
46469      Branch: perl
46470            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
46471            ! lib/bignum/t/brinfnan.t
46472 ____________________________________________________________________________
46473 [ 17779] By: hv                                    on 2002/08/25  18:56:29
46474         Log: upgrade bignum to v0.13: fix test failures and update docs
46475      Branch: perl
46476            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
46477 ____________________________________________________________________________
46478 [ 17778] By: hv                                    on 2002/08/25  18:43:06
46479         Log: Subject: Encode 1.76 Released
46480              From: Dan Kogai <dankogai@dan.co.jp>
46481              Date: su elo 25, 2002  11:27:07 US/Eastern
46482              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
46483      Branch: perl
46484            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
46485            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
46486            ! ext/Encode/lib/Encode/MIME/Header.pm
46487            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
46488 ____________________________________________________________________________
46489 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
46490         Log: Fix parsing problems with the // operator.
46491              Make // able to follow various unary operators used without
46492              arguments or parens (shift, pop, getc, pos, readline,
46493              readlink, undef, umask, and the filetest operators), as
46494              well as the <FH> operator.
46495      Branch: perl
46496            ! perl.h t/op/dor.t toke.c
46497 ____________________________________________________________________________
46498 [ 17776] By: hv                                    on 2002/08/25  15:56:37
46499         Log: Subject: [PATCH] ExtUtils::Constant 0.13
46500              From: Nicholas Clark <nick@unfortu.net>
46501              Date: Fri, 23 Aug 2002 19:21:12 +0100
46502              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
46503      Branch: perl
46504            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
46505 ____________________________________________________________________________
46506 [ 17775] By: hv                                    on 2002/08/25  15:46:28
46507         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
46508              From: "mls@suse.de (via RT)" <perlbug@perl.org>
46509              Date: 23 Aug 2002 15:24:39 -0000
46510              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
46511      Branch: perl
46512            ! reentr.c
46513 ____________________________________________________________________________
46514 [ 17774] By: hv                                    on 2002/08/25  15:29:42
46515         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
46516              From: Abigail <abigail@foad.org>
46517              Date: Thu, 22 Aug 2002 04:10:39 -0700
46518              Message-ID: <20020822041039.A2089@ucan.foad.org>
46519      Branch: perl
46520            ! lib/Benchmark.pm lib/Benchmark.t
46521 ____________________________________________________________________________
46522 [ 17773] By: hv                                    on 2002/08/25  15:17:16
46523         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
46524              From: DH <crazyinsomniac@yahoo.com>
46525              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
46526              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
46527      Branch: perl
46528            ! lib/Pod/Html.pm
46529 ____________________________________________________________________________
46530 [ 17772] By: hv                                    on 2002/08/25  14:49:37
46531         Log: Subject: Re: p5p patches
46532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46533              Date: Fri, 23 Aug 2002 15:27:48 +0200
46534              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
46535      Branch: perl
46536            ! Porting/patching.pod
46537 ____________________________________________________________________________
46538 [ 17771] By: hv                                    on 2002/08/25  14:45:46
46539         Log: Subject: Newdated info for HP-UX
46540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46541              Date: Wed, 21 Aug 2002 20:20:17 +0200
46542              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
46543      Branch: perl
46544            ! README.hpux
46545 ____________________________________________________________________________
46546 [ 17770] By: hv                                    on 2002/08/25  14:26:36
46547         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
46548              From: "Jos I. Boumans" <kane@cpan.org>
46549              Date: Wed, 21 Aug 2002 14:55:51 +0200
46550              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
46551      Branch: perl
46552            ! pod/perlfaq1.pod
46553 ____________________________________________________________________________
46554 [ 17769] By: hv                                    on 2002/08/25  14:16:50
46555         Log: Subject: bit more for WinCE
46556              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
46557              Date: Wed, 21 Aug 2002 01:31:52 +0400
46558              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
46559      Branch: perl
46560            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
46561            ! wince/wince.c
46562 ____________________________________________________________________________
46563 [ 17768] By: hv                                    on 2002/08/25  14:02:47
46564         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
46565              From: Anton Berezin <tobez@tobez.org>
46566              Date: Tue, 20 Aug 2002 23:44:25 +0200
46567              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
46568      Branch: perl
46569            ! lib/lib.t lib/lib_pm.PL
46570 ____________________________________________________________________________
46571 [ 17767] By: hv                                    on 2002/08/25  13:52:08
46572         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
46573              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
46574              Date: 18 Aug 2002 13:27:12 -0000
46575              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
46576      Branch: perl
46577            ! utils/perldoc.PL
46578 ____________________________________________________________________________
46579 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
46580         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
46581              From: Peter BARABAS (via RT) <perlbug@perl.org>
46582              Date: 24 Aug 2002 08:16:19 -0000
46583              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
46584      Branch: perl
46585            ! pod/perlxstut.pod
46586 ____________________________________________________________________________
46587 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
46588         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
46589              From: Nicholas Clark <nick@unfortu.net>
46590              Date: Sat, 24 Aug 2002 17:01:08 +0100
46591              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
46592              (plus a typo fix)
46593      Branch: perl
46594            ! lib/Net/t/hostname.t
46595 ____________________________________________________________________________
46596 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
46597         Log: a2p wasn't installed with -Dversiononly
46598      Branch: perl
46599            ! installperl
46600 ____________________________________________________________________________
46601 [ 17763] By: hv                                    on 2002/08/23  12:23:31
46602         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
46603              with a NULL subaddr. Fix that, and stop it happening again.
46604      Branch: perl
46605            ! op.c universal.c
46606 ____________________________________________________________________________
46607 [ 17762] By: hv                                    on 2002/08/23  11:02:35
46608         Log: fixup threaded build for vstring changes
46609      Branch: perl
46610            ! universal.c util.c
46611 ____________________________________________________________________________
46612 [ 17761] By: ams                                   on 2002/08/23  02:54:09
46613         Log: Incorporate fix from JHI at:
46614              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
46615      Branch: perl
46616            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
46617 ____________________________________________________________________________
46618 [ 17760] By: ams                                   on 2002/08/23  01:30:46
46619         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
46620              From: Jarkko Hietaniemi <jhi@iki.fi>
46621              Date: Fri, 23 Aug 2002 05:29:09 +0300
46622              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
46623      Branch: perl
46624            ! ext/Devel/PPPort/PPPort.pm
46625 ____________________________________________________________________________
46626 [ 17759] By: ams                                   on 2002/08/23  01:27:23
46627         Log: Subject: [PATCH] x2p/str.c signedness nits
46628              From: Jarkko Hietaniemi <jhi@iki.fi>
46629              Date: Fri, 23 Aug 2002 02:43:30 +0300
46630              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
46631      Branch: perl
46632            ! x2p/str.c
46633 ____________________________________________________________________________
46634 [ 17758] By: hv                                    on 2002/08/22  22:29:45
46635         Log: bignum-0.12 updates from:
46636              Subject: [ANNOUCNE] Big Math::Big* update
46637              From: Tels <perl_dummy@bloodgate.com>
46638              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
46639              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
46640      Branch: perl
46641            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
46642            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
46643            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
46644            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
46645            ! lib/bigrat.pm
46646 ____________________________________________________________________________
46647 [ 17757] By: hv                                    on 2002/08/22  22:19:42
46648         Log: new file for #17756
46649      Branch: perl
46650            ! MANIFEST
46651 ____________________________________________________________________________
46652 [ 17756] By: hv                                    on 2002/08/22  22:16:41
46653         Log: Subject: ANNOUCNE: Math::BigRat v0.09
46654              From: Tels <perl_dummy@bloodgate.com>
46655              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
46656              Message-Id: <200208141812.g7EICrV23771@crypt.org>
46657      Branch: perl
46658            + lib/Math/BigRat/t/big_ap.t
46659            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
46660            ! lib/Math/BigRat/t/bigratpm.inc
46661 ____________________________________________________________________________
46662 [ 17755] By: hv                                    on 2002/08/22  19:44:03
46663         Log: new files from #17754
46664      Branch: perl
46665            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
46666 ____________________________________________________________________________
46667 [ 17754] By: hv                                    on 2002/08/22  19:42:58
46668         Log: Subject: ANNOUNCE: Math-BigInt v1.62
46669              From: Tels <perl_dummy@bloodgate.com>
46670              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
46671              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
46672      Branch: perl
46673            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46674            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
46675            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
46676            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
46677            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
46678            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
46679            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
46680            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
46681            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
46682            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
46683            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
46684 ____________________________________________________________________________
46685 [ 17753] By: hv                                    on 2002/08/22  12:05:57
46686         Log: Subject: podlators 1.24 released
46687              From: Russ Allbery <rra@stanford.edu>
46688              Date: Sat, 03 Aug 2002 20:56:42 -0700
46689              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
46690      Branch: perl
46691            + lib/Pod/t/text-options.t
46692            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
46693            ! lib/Pod/t/basic.t pod/pod2text.PL
46694 ____________________________________________________________________________
46695 [ 17752] By: hv                                    on 2002/08/22  11:13:17
46696         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
46697              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46698              Date: Fri, 26 Jul 2002 02:59:12 +0900
46699              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
46700      Branch: perl
46701            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
46702            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
46703            ! lib/Unicode/Collate/t/test.t
46704 ____________________________________________________________________________
46705 [ 17751] By: hv                                    on 2002/08/22  11:08:35
46706         Log: fix test failure from #17747
46707      Branch: perl
46708            ! ext/B/t/stash.t
46709 ____________________________________________________________________________
46710 [ 17750] By: hv                                    on 2002/08/22  10:46:19
46711         Log: Subject: [PATCH] Fix DBM filters
46712              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46713              Date: Wed, 21 Aug 2002 11:40:49 +0100
46714              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
46715      Branch: perl
46716            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
46717            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
46718            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
46719            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
46720            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
46721            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
46722            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
46723 ____________________________________________________________________________
46724 [ 17749] By: hv                                    on 2002/08/22  01:04:32
46725         Log: avoid use of %caller::EXPORT
46726              Subject: [PATCH] Re: question about Exporter::import
46727              From: Nicholas Clark <nick@unfortu.net>
46728              Date: Wed, 14 Aug 2002 21:33:12 +0100
46729              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
46730      Branch: perl
46731            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46732 ____________________________________________________________________________
46733 [ 17748] By: hv                                    on 2002/08/22  00:54:03
46734         Log: todo test for linux $0 modification
46735              Subject: Re: [perl #16206] $0 in 5.8
46736              From: Slaven Rezic <slaven.rezic@berlin.de>
46737              Date: 17 Aug 2002 21:32:37 +0200
46738              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
46739      Branch: perl
46740            ! t/op/magic.t
46741 ____________________________________________________________________________
46742 [ 17747] By: hv                                    on 2002/08/22  00:11:34
46743         Log: Subject: Re: [PATCH] Version object patch #1
46744              From: John Peacock <jpeacock@rowman.com>
46745              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
46746              Message-id: <3D630042.6020407@rowman.com>
46747
46748              Subject: Re: [REVISED PATCH] Magic v-strings
46749              From: John Peacock <jpeacock@rowman.com>
46750              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
46751              Message-id: <3D63E532.7020305@rowman.com>
46752      Branch: perl
46753            ! sv.c t/op/ver.t universal.c util.c
46754 ____________________________________________________________________________
46755 [ 17746] By: hv                                    on 2002/08/20  16:48:05
46756         Log: Subject: [PATCH] Version object patch #1
46757              From: John Peacock <jpeacock@rowman.com>
46758              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
46759              Message-id: <3D5BB55D.6090603@rowman.com>
46760              and Message-id: <3D627D1A.4050607@rowman.com>
46761              and t/lib/warnings/universal tweak to skip
46762      Branch: perl
46763            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
46764            ! t/lib/warnings/universal toke.c util.c
46765 ____________________________________________________________________________
46766 [ 17745] By: hv                                    on 2002/08/20  16:27:01
46767         Log: perldelta for #17727
46768      Branch: perl
46769            ! pod/perldelta.pod
46770 ____________________________________________________________________________
46771 [ 17744] By: hv                                    on 2002/08/20  15:34:36
46772         Log: Subject: typo in perfunc.pod
46773              From: "John P. Linderman" <jpl@research.att.com>
46774              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
46775              Message-id: <200208191245.IAA20072@raptor.research.att.com>
46776      Branch: perl
46777            ! pod/perlfunc.pod
46778 ____________________________________________________________________________
46779 [ 17743] By: hv                                    on 2002/08/20  15:31:40
46780         Log: Subject: Re: [PATCH] fix typos in perlpacktut
46781              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
46782              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
46783              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
46784      Branch: perl
46785            ! pod/perlpacktut.pod
46786 ____________________________________________________________________________
46787 [ 17742] By: hv                                    on 2002/08/20  14:51:16
46788         Log: Subject: [REVISED PATCH] Magic v-strings
46789              From: John Peacock <jpeacock@rowman.com>
46790              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
46791              Message-id: <3D556FE6.6000404@rowman.com>
46792              plus a bit of cleanup
46793      Branch: perl
46794            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
46795 ____________________________________________________________________________
46796 [ 17741] By: hv                                    on 2002/08/20  14:20:16
46797         Log: Subject: Re: [PATCH] Storable and CODE references
46798              From: Slaven Rezic <slaven.rezic@berlin.de>
46799              Date: 17 Aug 2002 21:58:03 +0200
46800              Message-id: <87bs812r78.fsf@vran.herceg.de>
46801      Branch: perl
46802            + ext/Storable/t/code.t
46803            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
46804            ! ext/Storable/t/malice.t
46805 ____________________________________________________________________________
46806 [ 17740] By: hv                                    on 2002/08/20  14:07:56
46807         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
46808              Handle CoW in hashes:
46809              Subject: Re: why would tr/// be performing hash copies?
46810              From: Nicholas Clark <nick@unfortu.net>
46811              Date: Sun, 18 Aug 2002 23:17:01 +0100
46812              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
46813      Branch: perl
46814            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
46815 ____________________________________________________________________________
46816 [ 17739] By: hv                                    on 2002/08/20  13:52:18
46817         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
46818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46819              Date: Tue, 23 Jul 2002 09:21:10 +0200
46820              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
46821      Branch: perl
46822            ! Configure
46823 ____________________________________________________________________________
46824 [ 17737] By: ams                                   on 2002/08/19  07:48:39
46825         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
46826              negligence.
46827      Branch: perl
46828            ! pod/perlrun.pod
46829 ____________________________________________________________________________
46830 [ 17736] By: hv                                    on 2002/08/18  18:27:28
46831         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
46832              From: Dave Mitchell <davem@fdgroup.com>
46833              Date: Fri, 16 Aug 2002 23:31:07 +0100
46834              Message-id: <20020816233107.E9388@fdgroup.com>
46835      Branch: perl
46836            ! numeric.c t/base/num.t
46837 ____________________________________________________________________________
46838 [ 17735] By: hv                                    on 2002/08/18  02:22:21
46839         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
46840              From: Mark-Jason Dominus <mjd@plover.com>
46841              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
46842              Message-id: <20020814011909.22744.qmail@plover.com>
46843      Branch: perl
46844            ! lib/Net/hostent.pm
46845 ____________________________________________________________________________
46846 [ 17734] By: hv                                    on 2002/08/18  02:20:05
46847         Log: Subject: [PATCH] Re: Pod::Functions tpyo
46848              From: Abe Timmerman <abe@ztreet.demon.nl>
46849              Date: Tue, 13 Aug 2002 23:47:00 +0200
46850              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
46851      Branch: perl
46852            ! lib/Pod/Functions.pm
46853 ____________________________________________________________________________
46854 [ 17733] By: hv                                    on 2002/08/18  02:17:18
46855         Log: Subject: Server rename revisited
46856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46857              Date: Tue, 13 Aug 2002 19:19:03 +0200
46858              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
46859      Branch: perl
46860            ! README.hpux
46861 ____________________________________________________________________________
46862 [ 17732] By: hv                                    on 2002/08/18  02:11:49
46863         Log: Subject: [PATCH] Remove old VOS build methods
46864              From: Paul_GreenVOS@vos.stratus.com
46865              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
46866              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
46867      Branch: perl
46868            - vos/Makefile vos/build.cm vos/compile_perl.cm
46869            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46870            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
46871            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
46872            - vos/vos_dummies.c
46873            ! MANIFEST README.vos pod/perlport.pod vos/Changes
46874 ____________________________________________________________________________
46875 [ 17731] By: hv                                    on 2002/08/18  01:57:12
46876         Log: Subject: [PATCH] Configure missing d_modflproto=''
46877              From: "Gerrit P. Haase" <gp@familiehaase.de>
46878              Date: Tue, 13 Aug 2002 15:11:05 +0200
46879              Message-id: <11417599086.20020813151105@familiehaase.de>
46880      Branch: perl
46881            ! Configure
46882 ____________________________________________________________________________
46883 [ 17730] By: hv                                    on 2002/08/18  01:41:33
46884         Log: missing chunk from #17725 causes lib/constant.t test failures
46885      Branch: perl
46886            ! lib/constant.t
46887 ____________________________________________________________________________
46888 [ 17729] By: hv                                    on 2002/08/17  02:33:15
46889         Log: Subject: [PATCH] Safe.pm documentation
46890              From: Slaven Rezic <slaven.rezic@berlin.de>
46891              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
46892              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
46893      Branch: perl
46894            ! ext/Opcode/Safe.pm pod/perlre.pod
46895 ____________________________________________________________________________
46896 [ 17728] By: hv                                    on 2002/08/17  02:07:24
46897         Log: Subject: Copy On Write
46898              From: Nicholas Clark <nick@ccl4.org>
46899              Date: Thu, 15 Aug 2002 00:10:35 +0100
46900              Message-id: <20020815001035.A69079@plum.flirble.org>
46901              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
46902      Branch: perl
46903            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
46904            ! pp_hot.c proto.h sv.c sv.h
46905 ____________________________________________________________________________
46906 [ 17727] By: hv                                    on 2002/08/17  01:20:05
46907         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
46908              From: Mark-Jason Dominus <mjd@plover.com>
46909              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
46910              Message-id: <20020415033855.6343.qmail@plover.com>
46911      Branch: perl
46912            ! av.c av.h pod/perltie.pod t/op/tiearray.t
46913 ____________________________________________________________________________
46914 [ 17726] By: hv                                    on 2002/08/17  01:17:09
46915         Log: pp.c warns that sv may be used uninitialised in pp_delete()
46916      Branch: perl
46917            ! pp.c
46918 ____________________________________________________________________________
46919 [ 17725] By: hv                                    on 2002/08/17  00:51:19
46920         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
46921              From: Michael G Schwern <schwern@pobox.com>
46922              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
46923              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
46924      Branch: perl
46925            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
46926            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
46927            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
46928            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
46929 ____________________________________________________________________________
46930 [ 17724] By: hv                                    on 2002/08/17  00:27:33
46931         Log: ext/B/defsubs.h also depends on the program that builds it
46932      Branch: perl
46933            ! ext/B/Makefile.PL
46934 ____________________________________________________________________________
46935 [ 17723] By: hv                                    on 2002/08/17  00:10:24
46936         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
46937              From: Dave Mitchell <davem@fdgroup.com>
46938              Date: Tue, 13 Aug 2002 14:42:15 +0100
46939              Message-ID: <20020813144215.G11939@fdgroup.com>
46940      Branch: perl
46941            ! embed.fnc embed.h global.sym proto.h
46942 ____________________________________________________________________________
46943 [ 17722] By: ams                                   on 2002/08/16  05:20:22
46944         Log: Subject: Minor perlrun.pod patch
46945              From: Iain Truskett <spoon@cpan.org>
46946              Date: Fri, 16 Aug 2002 16:20:27 +1000
46947              Message-Id: <20020816162027.D17196@eh.org>
46948      Branch: perl
46949            ! pod/perlrun.pod
46950 ____________________________________________________________________________
46951 [ 17721] By: hv                                    on 2002/08/12  12:17:19
46952         Log: #17717 needed tests fixing up
46953      Branch: perl
46954            ! t/op/chop.t
46955 ____________________________________________________________________________
46956 [ 17720] By: hv                                    on 2002/08/12  12:10:07
46957         Log: Subject: Re: [PATCH] Re: taint news
46958              From: Rick Delaney <rick.delaney@rogers.com>
46959              Date: 04 Aug 2002 00:28:58 EDT
46960              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
46961              missed patch fragment from Change #17676
46962      Branch: perl
46963            ! pod/perlsec.pod
46964 ____________________________________________________________________________
46965 [ 17719] By: hv                                    on 2002/08/12  12:03:53
46966         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
46967              From: Warren Jones (via RT) <perlbug@perl.org>
46968              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
46969              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
46970      Branch: perl
46971            ! lib/strict.t lib/warnings.t
46972 ____________________________________________________________________________
46973 [ 17718] By: hv                                    on 2002/08/12  11:57:17
46974         Log: Subject: [PATCH] add verbose stack display option, -Dvs
46975              From: Dave Mitchell <davem@fdgroup.com>
46976              Date: Mon, 5 Aug 2002 00:55:33 +0100
46977              Message-id: <20020805005533.B26111@fdgroup.com>
46978      Branch: perl
46979            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
46980            ! pod/perlrun.pod proto.h
46981 ____________________________________________________________________________
46982 [ 17717] By: hv                                    on 2002/08/12  11:44:06
46983         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
46984              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46985              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
46986              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
46987      Branch: perl
46988            ! op.c t/op/chop.t t/op/ref.t
46989 ____________________________________________________________________________
46990 [ 17716] By: hv                                    on 2002/08/12  11:29:53
46991         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
46992              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46993              Date: Sat, 13 Jul 2002 17:44:02 +0100
46994              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
46995      Branch: perl
46996            ! pp_hot.c t/op/tiehandle.t
46997 ____________________________________________________________________________
46998 [ 17715] By: hv                                    on 2002/08/12  11:28:26
46999         Log: Subject: [PATCH] better modfl detection
47000              From: Nicholas Clark <nick@unfortu.net>
47001              Date: Sun, 11 Aug 2002 20:05:49 +0100
47002              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
47003      Branch: perl
47004            ! Configure config_h.SH perl.h
47005 ____________________________________________________________________________
47006 [ 17714] By: hv                                    on 2002/08/12  11:26:23
47007         Log: Subject: [PATCH] perltodo.pod
47008              From: Richard.Foley@t-online.de
47009              Date: Sun, 11 Aug 2002 18:26:10 +0200
47010              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
47011              perlbug credits
47012      Branch: perl
47013            ! pod/perltodo.pod
47014 ____________________________________________________________________________
47015 [ 17713] By: hv                                    on 2002/08/12  11:24:44
47016         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
47017              From: Nicholas Clark <nick@unfortu.net>
47018              Date: Sun, 11 Aug 2002 16:59:16 +0100
47019              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
47020      Branch: perl
47021            ! gv.c
47022 ____________________________________________________________________________
47023 [ 17712] By: hv                                    on 2002/08/12  11:23:06
47024         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
47025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47026              Date: Mon, 12 Aug 2002 10:25:20 +0200
47027              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
47028              gcc bug test needs -lm
47029      Branch: perl
47030            ! hints/hpux.sh
47031 ____________________________________________________________________________
47032 [ 17711] By: hv                                    on 2002/08/12  11:20:49
47033         Log: Subject: [PATCH s2p] Small typo correction
47034              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
47035              Date: Wed, 7 Aug 2002 11:50:51 +0200
47036              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
47037      Branch: perl
47038            ! x2p/s2p.PL
47039 ____________________________________________________________________________
47040 [ 17710] By: hv                                    on 2002/08/12  11:17:21
47041         Log: Subject: [PATCH] pod/perlfaq4.pod
47042              From: Abigail <abigail@foad.org>
47043              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
47044              Message-id: <20020730095202.A6462@ucan.foad.org>
47045              Add references to Regexp::Common.
47046      Branch: perl
47047            ! pod/perlfaq4.pod
47048 ____________________________________________________________________________
47049 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
47050         Log: Subject: New HP-UX itanium servers
47051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47052              Date: Wed, 07 Aug 2002 13:25:57 +0200
47053              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
47054      Branch: perl
47055            ! README.hpux
47056 ____________________________________________________________________________
47057 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
47058         Log: Subject: Re: missing lower range in {} regex
47059              From: "John P. Linderman" <jpl@research.att.com>
47060              Date: Fri, 09 Aug 2002 12:48:55 -0400
47061              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
47062      Branch: perl
47063            ! pod/perlre.pod
47064 ____________________________________________________________________________
47065 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
47066         Log: More tests for the attribute syntax, from the
47067              attributes manpage.
47068      Branch: perl
47069            ! t/op/attrs.t
47070 ____________________________________________________________________________
47071 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
47072         Log: Fix bug #16080 : an attribute list should end at '}'
47073      Branch: perl
47074            ! t/op/attrs.t toke.c
47075 ____________________________________________________________________________
47076 [ 17703] By: hv                                    on 2002/08/08  15:30:12
47077         Log: Update Changes
47078      Branch: perl
47079            ! Changes patchlevel.h
47080 ____________________________________________________________________________
47081 [ 17702] By: hv                                    on 2002/08/08  15:08:57
47082         Log: Subject: Re: README.aix
47083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47084              Date: Tue, 30 Jul 2002 13:30:29 +0200
47085              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
47086      Branch: perl
47087            ! README.aix
47088 ____________________________________________________________________________
47089 [ 17701] By: hv                                    on 2002/08/08  15:06:01
47090         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
47091              From: Andy Dougherty <doughera@lafayette.edu>
47092              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
47093              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
47094      Branch: perl
47095            ! hints/aix.sh
47096 ____________________________________________________________________________
47097 [ 17700] By: hv                                    on 2002/08/08  15:02:57
47098         Log: Subject: [DOC PATCH] perlipc.pod
47099              From: Arjen Laarhoven <arjen@nl.demon.net>
47100              Date: Tue, 6 Aug 2002 14:16:01 +0200
47101              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
47102      Branch: perl
47103            ! pod/perlipc.pod
47104 ____________________________________________________________________________
47105 [ 17699] By: hv                                    on 2002/08/08  14:56:56
47106         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
47107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47108              Date: Fri, 2 Aug 2002 23:44:21 +0200
47109              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
47110      Branch: perl
47111            ! op.c t/op/attrs.t
47112 ____________________________________________________________________________
47113 [ 17698] By: hv                                    on 2002/08/08  14:52:45
47114         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
47115              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
47116              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
47117              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
47118      Branch: perl
47119            ! Configure
47120 ____________________________________________________________________________
47121 [ 17697] By: hv                                    on 2002/08/08  14:49:00
47122         Log: Subject: Doc patch for Class::Struct under 5.8.0
47123              From: Damian Conway <damian@conway.org>
47124              Date: Tue, 30 Jul 2002 23:03:14 +1000
47125              Message-id: <3D471FCF.1C7C6E6B@conway.org>
47126      Branch: perl
47127            ! lib/Class/Struct.pm
47128 ____________________________________________________________________________
47129 [ 17696] By: hv                                    on 2002/08/08  14:44:21
47130         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
47131              From: Slaven Rezic <slaven.rezic@berlin.de>
47132              Date: 31 Jul 2002 09:50:06 +0200
47133              Message-id: <87ado85ob5.fsf@vran.herceg.de>
47134      Branch: perl
47135            ! pp.c
47136 ____________________________________________________________________________
47137 [ 17695] By: hv                                    on 2002/08/08  14:40:41
47138         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
47139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47140              Date: Fri, 2 Aug 2002 00:13:10 +0200
47141              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
47142      Branch: perl
47143            + t/op/stash.t
47144            ! MANIFEST perl.h
47145 ____________________________________________________________________________
47146 [ 17694] By: hv                                    on 2002/08/08  14:31:55
47147         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
47148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47149              Date: Wed, 31 Jul 2002 16:04:02 +0200
47150              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
47151      Branch: perl
47152            ! hints/hpux.sh
47153 ____________________________________________________________________________
47154 [ 17693] By: hv                                    on 2002/08/08  14:25:16
47155         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
47156              From: Abigail <abigail@foad.org>
47157              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
47158              Message-id: <20020725085252.A2703@ucan.foad.org>
47159      Branch: perl
47160            ! lib/ExtUtils/MM_Unix.pm
47161 ____________________________________________________________________________
47162 [ 17692] By: hv                                    on 2002/08/08  14:20:05
47163         Log: Subject: [PATCH] README.jp and README.cn
47164              From: Autrijus Tang <autrijus@autrijus.org>
47165              Date: Thu, 25 Jul 2002 07:05:11 +0800
47166              Message-id: <20020724230511.GA1327@not.autrijus.org>
47167      Branch: perl
47168            ! README.cn README.jp
47169 ____________________________________________________________________________
47170 [ 17691] By: hv                                    on 2002/08/08  14:01:50
47171         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
47172              From: Henrik Tougaard (via RT) <perlbug@perl.org>
47173              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
47174              Message-id: <rt-15398-31095.6.30466042998663@perl>
47175      Branch: perl
47176            ! lib/Pod/Usage.pm
47177 ____________________________________________________________________________
47178 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
47179         Log: Doc fix : the symbol for COPs wasn't documented.
47180      Branch: perl
47181            ! opcode.pl
47182 ____________________________________________________________________________
47183 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
47184         Log: Subject: Re: no warnings 'io';
47185              From: Nicholas Clark <nick@unfortu.net>
47186              Date: Sat, 27 Jul 2002 21:49:55 +0100
47187              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
47188
47189              Plus a little bit of regression tests.
47190      Branch: perl
47191            ! t/lib/warnings/pp_hot util.c
47192 ____________________________________________________________________________
47193 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
47194         Log: Subject: [PATCH] XS build fix for VMS
47195              From: "Craig A. Berry" <craigberry@mac.com>
47196              Date: Sun, 4 Aug 2002 12:13:06 -0500
47197              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
47198      Branch: perl
47199            ! vms/descrip_mms.template
47200 ____________________________________________________________________________
47201 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
47202         Log: PerlIO::scalar wasn't able to read from non-string
47203              scalar ; now stringifies its argument.
47204      Branch: perl
47205            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47206 ____________________________________________________________________________
47207 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
47208         Log: More regression tests for $^H and %^H.
47209              Add a TODO test for eval "" preserving %^H.
47210      Branch: perl
47211            ! t/comp/hints.t
47212 ____________________________________________________________________________
47213 [ 17685] By: hv                                    on 2002/08/05  22:42:09
47214         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
47215              From: "John P. Linderman" <jpl@research.att.com>
47216              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
47217              Message-id: <200207211613.MAA69505@raptor.research.att.com>
47218      Branch: perl
47219            ! lib/sort.pm lib/sort.t
47220 ____________________________________________________________________________
47221 [ 17684] By: hv                                    on 2002/08/05  22:35:22
47222         Log: Integrate from perlio: change #17653 fixes bug RT15283
47223      Branch: perl
47224           !> ext/PerlIO/via/via.xs
47225 ____________________________________________________________________________
47226 [ 17683] By: hv                                    on 2002/08/05  22:26:45
47227         Log: Integrate from maint-5.6/macperl via macperl
47228              Changes 17660, 17661, 17662, 17663, 17664
47229      Branch: perl
47230           !> perl.c
47231 ____________________________________________________________________________
47232 [ 17682] By: hv                                    on 2002/08/05  15:04:54
47233         Log: Subject: Defined-or patch (cleaned up)
47234              From: "Brent Dax" <brentdax@cpan.org>
47235              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
47236              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
47237      Branch: perl
47238            + t/op/dor.t
47239            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
47240            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
47241            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
47242            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
47243            ! vms/perly_h.vms
47244 ____________________________________________________________________________
47245 [ 17681] By: hv                                    on 2002/08/05  14:41:23
47246         Log: typo
47247      Branch: perl
47248            ! keywords.h keywords.pl
47249 ____________________________________________________________________________
47250 [ 17680] By: hv                                    on 2002/08/05  14:33:39
47251         Log: warn that keywords.h is generated
47252      Branch: perl
47253            ! keywords.h keywords.pl
47254 ____________________________________________________________________________
47255 [ 17679] By: hv                                    on 2002/08/04  23:40:22
47256         Log: again: #17678 caused test failures in pod2html,
47257              in which $1 could leak from previous regexp
47258      Branch: perl
47259            ! mg.c
47260 ____________________________________________________________________________
47261 [ 17678] By: hv                                    on 2002/08/04  15:34:19
47262         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
47263              From: hv@crypt.org
47264              Date: Sun, 04 Aug 2002 17:40:30 +0100
47265              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
47266      Branch: perl
47267            ! mg.c t/op/taint.t
47268 ____________________________________________________________________________
47269 [ 17677] By: hv                                    on 2002/08/04  15:25:25
47270         Log: Main branch no longer needs op/taint.t version check.
47271      Branch: perl
47272            ! t/op/taint.t
47273 ____________________________________________________________________________
47274 [ 17676] By: hv                                    on 2002/08/04  15:14:09
47275         Log: Subject: Re: [PATCH] Re: taint news
47276              From: Rick Delaney <rick.delaney@rogers.com>
47277              Date: 04 Aug 2002 00:28:58 EDT
47278              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
47279              Ref: 20020208.005
47280      Branch: perl
47281            ! pp_sys.c
47282 ____________________________________________________________________________
47283 [ 17675] By: hv                                    on 2002/08/04  01:48:36
47284         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
47285      Branch: perl
47286            ! AUTHORS
47287 ____________________________________________________________________________
47288 [ 17674] By: hv                                    on 2002/08/04  01:30:11
47289         Log: Subject: [PATCH] AUTHORS
47290              From: Colin Watson <colinw@zeus.com>
47291              Date: Thu, 25 Jul 2002 15:54:37 +0100
47292              Message-id: <20020725145437.GC4921@zeus.com>
47293      Branch: perl
47294            ! AUTHORS
47295 ____________________________________________________________________________
47296 [ 17673] By: hv                                    on 2002/08/04  01:27:36
47297         Log: Subject: [PATCH] AUTHORS
47298              From: Walt Mankowski <waltman@pobox.com>
47299              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
47300              Message-id: <20020721025612.GB15958@pobox.com>
47301      Branch: perl
47302            ! AUTHORS
47303 ____________________________________________________________________________
47304 [ 17672] By: hv                                    on 2002/08/04  01:25:14
47305         Log: Subject: Re: mention of "use sort" botched in perlfunc?
47306              From: Michael G Schwern <schwern@pobox.com>
47307              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
47308              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
47309      Branch: perl
47310            ! pod/perlfunc.pod
47311 ____________________________________________________________________________
47312 [ 17671] By: hv                                    on 2002/08/04  01:11:32
47313         Log: Change version from 5.8.0 to 5.9.0.
47314      Branch: perl
47315            ! Configure NetWare/Makefile NetWare/config_H.wc
47316            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
47317            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
47318            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
47319            ! patchlevel.h win32/Makefile win32/makefile.mk
47320            ! wince/Makefile.ce
47321 ____________________________________________________________________________
47322 [ 17656] By: ams                                   on 2002/07/28  06:12:33
47323         Log: Subject: [PATCH] Typo in regcomp.c
47324              From: Chris Ball <chris@cpan.org>
47325              Date: 26 Jul 2002 17:49:35 +0100
47326              Message-Id: <868z3yzb6o.fsf@void.printf.net>
47327              (With additional tweak to s_reginclasslen.)
47328      Branch: perl
47329            ! regcomp.c
47330 ____________________________________________________________________________
47331 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
47332         Log: Upgrade to Unicode::Collate 0.20.
47333      Branch: perl
47334            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47335            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
47336 ____________________________________________________________________________
47337 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
47338         Log: Commas, schcommas.
47339      Branch: perl
47340            ! patchlevel.h
47341 ____________________________________________________________________________
47342 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
47343         Log: Copy perldelta as perl58delta, purge the perldelta.
47344      Branch: perl
47345            + pod/perl58delta.pod
47346            ! MANIFEST pod/perldelta.pod
47347 ____________________________________________________________________________
47348 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
47349         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
47350      Branch: perl
47351            ! Changes patchlevel.h
47352 ____________________________________________________________________________
47353 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
47354         Log: Integrate perlio (no changes, but that's fine).
47355      Branch: perl
47356           !> embed.fnc perl.h
47357 ____________________________________________________________________________
47358 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
47359         Log: It's all yours, Hugo.
47360      Branch: perl
47361            + Changes5.8
47362            ! Changes MANIFEST