Missing semi-colon
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
33         Log: More punctuation, good.
34      Branch: perl
35            ! pod/perlfunc.pod
36 ____________________________________________________________________________
37 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
38         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
39              From: Brendan O'Dea <bod@debian.org>
40              Date: Sun, 25 Jan 2004 11:23:48 +1100
41              Message-ID: <20040125002348.GA31407@londo.c47.org>
42      Branch: perl
43            ! pod/perlfunc.pod
44 ____________________________________________________________________________
45 [ 22227] By: davem                                 on 2004/01/26  23:53:06
46         Log: Subject:  [PATCH] myconfig.SH
47              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
48              Date:  Sun, 25 Jan 2004 22:11:25 -0600
49              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
50              
51              make perl -V show the major release as 5 rather than 5.0
52      Branch: perl
53            ! myconfig.SH
54 ____________________________________________________________________________
55 [ 22224] By: merijn                                on 2004/01/26  22:10:13
56         Log: Document change 22192
57              We still need tests!
58      Branch: perl
59            ! lib/Exporter.pm
60 ____________________________________________________________________________
61 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
62         Log: Subject: [PATCH] fix vmsish.t #25
63              From: "Craig A. Berry" <craigberry@mac.com>
64              Date: Sat, 24 Jan 2004 18:45:35 -0600
65              Message-ID: <401311AF.1060706@mac.com>
66      Branch: perl
67            ! lib/vmsish.t
68 ____________________________________________________________________________
69 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
70         Log: Merge dynamic perldelta from maint (22081)
71              So now perldelta.pod is copied at build time from perl591delta.pod
72              perl590delta.pod is as released to CPAN by Hugo
73              Regen lots of makefiles, pods and the MANIFEST
74      Branch: perl
75            + pod/perl591delta.pod
76           +> pod/perl590delta.pod
77            - pod/perldelta.pod
78            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
79            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
80            ! win32/pod.mak
81 ____________________________________________________________________________
82 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
83         Log: Remove the caveat about detached threads crashing on Windows
84              (fixed by #22201). Bump up the version of threads.pm.
85      Branch: perl
86            ! ext/threads/threads.pm
87 ____________________________________________________________________________
88 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
89         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
90              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
91      Branch: perl
92            ! ext/Storable/t/threads.t
93 ____________________________________________________________________________
94 [ 22216] By: davem                                 on 2004/01/25  12:06:04
95         Log: update MANIFEST for 2 new Storable test files introduced by 22205
96      Branch: perl
97            ! MANIFEST
98 ____________________________________________________________________________
99 [ 22215] By: davem                                 on 2004/01/25  12:00:04
100         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
101      Branch: perl
102            ! t/op/closure.t
103 ____________________________________________________________________________
104 [ 22209] By: davem                                 on 2004/01/25  02:04:23
105         Log: Remove small memory leak in newATTRSUB that manifested as a
106              leaking scalar after the interpeter was cloned
107      Branch: perl
108            ! op.c
109 ____________________________________________________________________________
110 [ 22208] By: davem                                 on 2004/01/24  16:13:17
111         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
112              package's \%FIELDS, results in phash deprecation errors. 
113              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
114              Date:  18 Jan 2004 15:15:46 -0000
115              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
116      Branch: perl
117            ! lib/base.pm lib/base/t/fields-base.t
118 ____________________________________________________________________________
119 [ 22207] By: davem                                 on 2004/01/24  15:36:28
120         Log: Subject:  Re: Doc patches for File::Find 
121              From:  Mark Jason Dominus <mjd@plover.com>
122              Date:  Thu, 22 Jan 2004 09:30:58 -0500
123              Message-Id:  <20040122143058.29226.qmail@plover.com>
124              
125              Better document the fact that neither find() nor finddepth() do a
126              breath-first search.
127      Branch: perl
128            ! lib/File/Find.pm
129 ____________________________________________________________________________
130 [ 22206] By: ams                                   on 2004/01/24  11:06:51
131         Log: Subject: [PATCH] Storable-2.08/t/code.t
132              From: Slaven Rezic <slaven@rezic.de>
133              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
134              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
135      Branch: perl
136            ! ext/Storable/t/code.t
137 ____________________________________________________________________________
138 [ 22205] By: ams                                   on 2004/01/24  11:03:36
139         Log: Subject: [patch] make Storable thread-safe
140              From: Stas Bekman <stas@stason.org>
141              Date: Mon, 19 Jan 2004 00:20:02 -0800
142              Message-Id: <400B9332.4070106@stason.org>
143              
144              Subject: Re: Subroutine reference bug in Storable
145              From: Slaven Rezic <slaven@rezic.de>
146              Date: 14 Nov 2003 23:22:55 +0100
147              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
148              
149              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
150              overload + cyclic structures
151              From: Sam Vilain <sam@vilain.net>
152              Date: Tue, 20 Jan 2004 22:30:15 +1300
153              Message-Id: <200401202230.15865.sam@vilain.net>
154      Branch: perl
155            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
156            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
157            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
158            ! ext/Storable/t/code.t
159 ____________________________________________________________________________
160 [ 22204] By: ams                                   on 2004/01/24  08:59:11
161         Log: Upgrade to Locale::Maketext 1.08.
162      Branch: perl
163            + lib/Locale/Maketext/t/06super.t
164            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
165            ! lib/Locale/Maketext/TPJ13.pod
166 ____________________________________________________________________________
167 [ 22203] By: davem                                 on 2004/01/23  23:06:49
168         Log: make some t/op/write.t failures more verbose
169      Branch: perl
170            ! t/op/write.t
171 ____________________________________________________________________________
172 [ 22201] By: davem                                 on 2004/01/23  22:26:47
173         Log: Subject:  Re: threads::shared::queue;
174              From:  Jan Dubois <jand@ActiveState.com>
175              Date:  Thu, 22 Jan 2004 19:18:46 -0800
176              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
177              
178              Avoid threads+win32 crash by freeing Perl interpreter slightly later
179      Branch: perl
180            ! ext/threads/threads.xs
181 ____________________________________________________________________________
182 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
183         Log: test that use encoding; doesn't cause references to be stringified
184      Branch: perl
185            ! t/uni/chomp.t
186 ____________________________________________________________________________
187 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
188         Log: Document chomp's travels in the wonderful world of use encoding;
189      Branch: perl
190            ! pod/perlfunc.pod
191 ____________________________________________________________________________
192 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
193         Log: Check the return values of chomp
194              (more tricky than it may seem, as the return value is unicode)
195      Branch: perl
196            ! t/uni/chomp.t
197 ____________________________________________________________________________
198 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
199         Log: Test return values of all chomps
200      Branch: perl
201            ! t/op/chop.t
202 ____________________________________________________________________________
203 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
204         Log: Subject: Re: [perl #24888] chomp ignores utf8
205              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
206              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
207              Date: Fri, 16 Jan 2004 04:13:00 +0900
208      Branch: perl
209            + t/uni/chomp.t
210            ! MANIFEST doop.c t/op/chop.t
211 ____________________________________________________________________________
212 [ 22195] By: davem                                 on 2004/01/22  20:48:03
213         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
214              From: Steve Hay <steve.hay@uk.radan.com>
215              Date: Thu, 22 Jan 2004 17:08:29 +0000
216              Message-ID: <4010038D.4070104@uk.radan.com>
217      Branch: perl
218            + win32/makeico.pl win32/perlexe.rc
219            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
220 ____________________________________________________________________________
221 [ 22194] By: davem                                 on 2004/01/22  00:24:51
222         Log: C<use strict; print if foo> didn't give the
223              "Bareword not allowed" error unless warnings were enabled
224      Branch: perl
225            ! op.c
226 ____________________________________________________________________________
227 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
228         Log: Convert the older parts of op/bop.t over to test.pl
229      Branch: perl
230            ! t/op/bop.t
231 ____________________________________________________________________________
232 [ 22192] By: merijn                                on 2004/01/21  21:10:10
233         Log: ':flock' not recognized unless it's first
234              Exporter::Heavy now will treat :, /, and ! special in
235              all arguments, not only if the _first_ arg starts with it
236              Date: Wed, 21 Jan 2004 08:32:47 -0500
237              Message-ID: <20040121133248.3359.qmail@plover.com>
238      Branch: perl
239            ! lib/Exporter/Heavy.pm
240 ____________________________________________________________________________
241 [ 22191] By: davem                                 on 2004/01/21  20:45:48
242         Log: Subject:  PATCH for perl-5.8.4
243              From:  "Edward S. Peschko" <esp5@pge.com>
244              Date:  Mon, 19 Jan 2004 17:21:18 -0800
245              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
246              
247              Add @DynaLoader::dl_shared_objects feature
248      Branch: perl
249            ! ext/DynaLoader/DynaLoader_pm.PL
250 ____________________________________________________________________________
251 [ 22190] By: davem                                 on 2004/01/21  20:14:51
252         Log: remove the platform dependencies of the write.t tests introduced
253              by change #22161, by hard-coding the expected outputs rather
254              than using sprintf('%f').
255      Branch: perl
256            ! t/op/write.t
257 ____________________________________________________________________________
258 [ 22189] By: davem                                 on 2004/01/20  22:41:14
259         Log: Fix typo in patch #22188
260      Branch: perl
261            ! pod/perlfunc.pod
262 ____________________________________________________________________________
263 [ 22188] By: davem                                 on 2004/01/20  22:36:10
264         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
265              and %x too.
266      Branch: perl
267            ! pod/perlfunc.pod
268 ____________________________________________________________________________
269 [ 22187] By: davem                                 on 2004/01/20  22:27:50
270         Log: "sub foo :unique" segfaults
271              
272              Turn these two into compile-time errors until such time as
273              someone thinks of a useful meaning for them:
274              my $x : unique
275              sub foo : unique
276      Branch: perl
277            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
278 ____________________________________________________________________________
279 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
280         Log: Add a new test file for situations where threads may interfere.
281              Subject: Re: "restricted hashes" hit again !
282              From: Stas Bekman <stas@stason.org>
283              Date: Tue, 23 Dec 2003 15:32:26 -0800
284              Message-ID: <3FE8D08A.4090806@stason.org>
285      Branch: perl
286            + t/op/threads.t
287            ! MANIFEST
288 ____________________________________________________________________________
289 [ 22185] By: davem                                 on 2004/01/20  21:01:08
290         Log: Document CVf_UNIQUE flag better
291      Branch: perl
292            ! cv.h
293 ____________________________________________________________________________
294 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
295         Log: Fix precedence errors and add some cleanup in the new
296              DBM_Filter tests
297      Branch: perl
298            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
299 ____________________________________________________________________________
300 [ 22182] By: davem                                 on 2004/01/20  00:16:42
301         Log: second attempt to fix [perl #24914] freeing a CV reference that was
302              currently being executed caused coredumps. The dounwind called by
303              die unwinds all the contexts on the context stack before unwinding
304              the save stack.  To stop premature freeing of the CV, hold
305              references to it on both stacks.
306      Branch: perl
307            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
308 ____________________________________________________________________________
309 [ 22181] By: davem                                 on 2004/01/19  23:41:37
310         Log: change #22071 (taint bug in $^0) introduced a potential double
311              free(), because PL_osname may get freed but not nulled if a taint
312              test fails in between. Mea cupla and all that...
313      Branch: perl
314            ! mg.c
315 ____________________________________________________________________________
316 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
317         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
318              From: Gisle Aas <gisle@ActiveState.com>
319              Date: 17 Jan 2004 01:29:02 -0800
320              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
321              (test rewritten to fit in blead)
322      Branch: perl
323            ! pp.c t/op/bop.t
324 ____________________________________________________________________________
325 [ 22179] By: merijn                                on 2004/01/19  21:36:48
326         Log: Subject: [PATCH] dl_unload_file for HP-UX
327              Date: Mon, 12 Jan 2004 07:49:44 -0800
328              From: Neil Watkiss <neil.watkiss@sophos.com>
329              Message-ID: <20040112154944.GA15412@ActiveState.com>
330      Branch: perl
331            ! ext/DynaLoader/dl_hpux.xs
332 ____________________________________________________________________________
333 [ 22177] By: merijn                                on 2004/01/19  16:11:22
334         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
335              See INSTALL for more details
336      Branch: perl
337            ! Configure
338 ____________________________________________________________________________
339 [ 22175] By: merijn                                on 2004/01/19  16:05:50
340         Log: Describe how to limit the perl's default @INC during Configure
341              to _not_ include older versions
342      Branch: perl
343            ! INSTALL
344 ____________________________________________________________________________
345 [ 22174] By: merijn                                on 2004/01/19  10:41:24
346         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
347              Date: Sun, 18 Jan 2004 12:51:23 -0600
348              From: "Craig A. Berry" <craigberry@mac.com>
349              Message-ID: <400AD5AB.3080708@mac.com>
350      Branch: perl
351            ! perlio.c
352 ____________________________________________________________________________
353 [ 22173] By: merijn                                on 2004/01/19  10:27:53
354         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
355              Date: Sun, 18 Jan 2004 17:03:30 -0600
356              From: "Craig A. Berry" <craigberry@mac.com>
357              Message-ID: <400B10C2.9060504@mac.com>
358      Branch: perl
359            ! configure.com
360 ____________________________________________________________________________
361 [ 22172] By: davem                                 on 2004/01/17  23:58:04
362         Log: back out change #24914 "freeing a CV reference that was currently
363              being executed caused coredumps".
364              The new test case sometimes locks up linux's malloc, and with
365              Perl's malloc the test code still coredumps :-(
366      Branch: perl
367            ! perl.c scope.c scope.h sv.c t/op/closure.t
368 ____________________________________________________________________________
369 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
370         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
371              From: "Green, Paul" <Paul.Green@stratus.com>
372              Date: Thu, 15 Jan 2004 16:00:15 -0500
373              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
374      Branch: perl
375            ! README.vos hv.c pp_pack.c vos/Changes
376 ____________________________________________________________________________
377 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
378         Log: Subject: Re: open/or inconsistency
379              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
380              Date: Sat, 17 Jan 2004 19:59:55 +0900
381              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
382              (plus a test.)
383              Don't produce the warning for constructs like
384              open my $fh, $file or die;
385      Branch: perl
386            ! op.c t/lib/warnings/op
387 ____________________________________________________________________________
388 [ 22169] By: davem                                 on 2004/01/17  18:02:31
389         Log: Subject:  Perl core dumps when running out of memory [PATCH]
390              From:  Gisle Aas <gisle@ActiveState.com>
391              Date:  17 Jan 2004 06:18:13 -0800
392              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
393              
394              Display 'out of memeory' errors using low-level I/O to avoid
395              recursive failure and so coredumps.
396      Branch: perl
397            ! util.c
398 ____________________________________________________________________________
399 [ 22168] By: davem                                 on 2004/01/17  17:38:21
400         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
401              Subject: [PATCH ] Enhanced DBM Filters
402              Date: Sat, 17 Jan 2004 16:44:53 -0000
403              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
404              
405              add DBM_Filter
406      Branch: perl
407            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
408            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
409            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
410            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
411            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
412            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
413            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
414            + lib/dbm_filter_util.pl
415            ! MANIFEST
416 ____________________________________________________________________________
417 [ 22167] By: davem                                 on 2004/01/17  16:12:32
418         Log: freeing a CV reference that was currently being
419              executed caused coredumps
420      Branch: perl
421            ! perl.c scope.c scope.h sv.c t/op/closure.t
422 ____________________________________________________________________________
423 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
424         Log: Integrate final perl583delta
425      Branch: perl
426           !> pod/perl583delta.pod
427 ____________________________________________________________________________
428 [ 22163] By: davem                                 on 2004/01/16  19:24:14
429         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
430              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
431              Date:  Thu, 15 Jan 2004 14:10:37 -0800
432              Message-Id:  <20040115221037.GA2392@efn.org>
433              
434              Add sv_2iv_flags() to allow magic to be optionally processed.
435      Branch: perl
436            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
437            ! proto.h sv.c sv.h t/op/bop.t
438 ____________________________________________________________________________
439 [ 22162] By: davem                                 on 2004/01/16  16:39:17
440         Log: format bug with undefined _TOP
441              name of format_TOP now derived from the name of the current
442              filehandle rather then the name of the  format associetd with that
443              handle
444      Branch: perl
445            ! pp_sys.c t/op/write.t
446 ____________________________________________________________________________
447 [ 22161] By: davem                                 on 2004/01/16  13:29:26
448         Log: Subject: [PATCH] format/write (version 2)
449              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
450              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
451              
452              Fixes and additions to formats:
453              
454              Improvement: NULL chars in picture line
455              Bugfix: C<@*> shown in output if not alone on a line
456              New feature: C<^*> for variable-width, one-line-at-a-time text
457              Improvement: Diagnostic on C<@#> and C<~~>
458              Bugfix: Segmentation fault on big numbers
459              Improvement (maybe): Truncation of numbers produces misleading output
460              Bugfix: "}" terminates format
461              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
462      Branch: perl
463            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
464            ! pp_ctl.c proto.h t/op/write.t toke.c
465 ____________________________________________________________________________
466 [ 22160] By: davem                                 on 2004/01/15  23:49:02
467         Log: buigid #24905 - the code planted to call glob() retained an
468              extraneous targ index in a pushmark op, leasing to strangeness
469              when the op was freed
470      Branch: perl
471            ! op.c
472 ____________________________________________________________________________
473 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
474         Log: Upgrade to Time::HiRes 1.55
475      Branch: perl
476            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
477            ! ext/Time/HiRes/HiRes.xs
478 ____________________________________________________________________________
479 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
480         Log: Make chomp heed the utf8 flags on the target string and $/
481              [Fixes #24888]
482              More work still needed to make chomp heed the encoding pragma.
483      Branch: perl
484            ! doop.c t/op/chop.t
485 ____________________________________________________________________________
486 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
487         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
488              [Forgot to do this as part of the integration]
489      Branch: perl
490            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
491            ! vms/descrip_mms.template win32/pod.mak
492 ____________________________________________________________________________
493 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
494         Log: Integrate:
495              [ 22143]
496              We're planning on making history today. Mind you, not that much -
497              only 1 line.
498              
499              perl583delta.pod
500      Branch: perl
501           +> pod/perl583delta.pod
502            ! MANIFEST
503           !> pod/perlhist.pod
504 ____________________________________________________________________________
505 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
506         Log: Bump version number as file has changed since 5.8.2
507      Branch: perl
508            ! lib/File/Find.pm
509 ____________________________________________________________________________
510 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
511         Log: Subject:  Doc patches for File::Find
512              From:  Andy Lester <andy@petdance.com>
513              Date:  Mon, 12 Jan 2004 00:10:50 -0600
514              Message-Id:  <20040112061050.GB7308@petdance.com>
515      Branch: perl
516            ! lib/File/Find.pm
517 ____________________________________________________________________________
518 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
519         Log: Assimilate CGI 3.03
520      Branch: perl
521            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
522 ____________________________________________________________________________
523 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
524         Log: Add VMS to the list of "don't fork" OSes
525              [In the most simple way possible. Fix this properly post 5.8.3
526              to use $Config{d_fork} or something more robust]
527      Branch: perl
528            ! ext/threads/shared/t/wait.t
529 ____________________________________________________________________________
530 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
531         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
532              From: Tels <perl_dummy@bloodgate.com>
533              Date: Tue, 13 Jan 2004 19:28:48 +0100
534              Message-Id: <200401131928.50247@bloodgate.com>
535      Branch: perl
536            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
537            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
538            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
539            ! lib/Math/BigInt/t/sub_mbi.t
540 ____________________________________________________________________________
541 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
542         Log: MANIFEST adjustment.
543      Branch: perl
544            ! MANIFEST
545 ____________________________________________________________________________
546 [ 22126] By: ams                                   on 2004/01/13  07:16:33
547         Log: Upgrade to Locale::Maketext 1.07.
548      Branch: perl
549            + lib/Locale/Maketext/t/04super.t
550            + lib/Locale/Maketext/t/05super.t
551            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
552            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
553 ____________________________________________________________________________
554 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
555         Log: Document usage of $_ and pos() inside /(?{...})/.
556              (see change #2367.)
557      Branch: perl
558            ! pod/perlre.pod
559 ____________________________________________________________________________
560 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
561         Log: Upgrade to MIME::Base64 2.23.
562      Branch: perl
563            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
564            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
565 ____________________________________________________________________________
566 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
567         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
568              From: Robin Barker <Robin.Barker@npl.co.uk>
569              Date: Thu, 8 Jan 2004 16:21:25 -0000 
570              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
571      Branch: perl
572            ! handy.h
573 ____________________________________________________________________________
574 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
575         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
576              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
577              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
578              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
579      Branch: perl
580            ! ext/threads/shared/t/wait.t
581 ____________________________________________________________________________
582 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
583         Log: use sv_setpvn rather than sv_setpv and save a strlen()
584      Branch: perl
585            ! doop.c
586 ____________________________________________________________________________
587 [ 22120] By: merijn                                on 2004/01/12  13:04:42
588         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
589              From: Gisle Aas <gisle@ActiveState.com>
590              Date: 12 Jan 2004 02:35:27 -0800
591              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
592      Branch: perl
593            ! Configure
594 ____________________________________________________________________________
595 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
596         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] 
597              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
598              Date: Mon, 12 Jan 2004 11:19:37 +0900
599              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
600      Branch: perl
601            ! doop.c t/op/join.t
602 ____________________________________________________________________________
603 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
604         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
605              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
606              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
607              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
608      Branch: perl
609            ! ext/threads/shared/t/wait.t
610 ____________________________________________________________________________
611 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
612         Log: Regenerate win32/Makefile and win32/makefile.mk after
613              
614              Integrate:
615              [ 22081]
616              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
617              a copy to be made at build time.
618              
619              [ 22111]
620              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
621              From: Abe Timmerman <abe@ztreet.demon.nl>
622              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
623              Date: Sun, 11 Jan 2004 18:13:40 +0100
624              
625              plus revert 22092 and 22080
626      Branch: perl
627            ! pod.lst win32/Makefile win32/makefile.mk
628           !> pod/buildtoc
629 ____________________________________________________________________________
630 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
631         Log: Upgrade to Cwd 2.14.
632      Branch: perl
633            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
634 ____________________________________________________________________________
635 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
636         Log: Upgrade to Math::BigRat 0.11
637              
638              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
639              From: Tels <perl_dummy@bloodgate.com>
640              Date: Wed, 7 Jan 2004 18:30:06 +0100
641              Message-Id: <200401071830.07445@bloodgate.com>
642      Branch: perl
643            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
644            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
645 ____________________________________________________________________________
646 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
647         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
648              From: Steve Hay <steve.hay@uk.radan.com>
649              Date: Wed, 07 Jan 2004 13:22:30 +0000
650              Message-ID: <3FFC0816.9090406@uk.radan.com>
651              
652              (and increment version number in Carp)
653      Branch: perl
654            ! lib/Carp.pm lib/Carp/Heavy.pm
655 ____________________________________________________________________________
656 [ 22108] By: adi                                   on 2004/01/10  21:33:59
657         Log: documentation nit
658      Branch: perl
659            ! pod/perlop.pod
660 ____________________________________________________________________________
661 [ 22107] By: adi                                   on 2004/01/10  20:19:09
662         Log: nit to Bytecode - the av_extend opcode wasn't saved when
663              the array had AvFILL == 0
664      Branch: perl
665            ! ext/B/B/Assembler.pm
666 ____________________________________________________________________________
667 [ 22106] By: adi                                   on 2004/01/10  20:16:03
668         Log: still problems with backreferences + reverse cloning
669              after #21936 - the weak reference may live on the pad.
670      Branch: perl
671            ! sv.c
672 ____________________________________________________________________________
673 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
674         Log: Bah. Makefile.PL still tests the sub-MANIFEST
675      Branch: perl
676            ! ext/Storable/MANIFEST
677 ____________________________________________________________________________
678 [ 22103] By: davem                                 on 2004/01/09  12:20:38
679         Log: temporarily backout test of thread returning a closure. It crashes
680              win32.
681      Branch: perl
682            ! ext/threads/t/problems.t
683 ____________________________________________________________________________
684 [ 22102] By: davem                                 on 2004/01/08  22:32:28
685         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
686              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
687              
688              Returning a closure from a thread (via join) could mess up because
689              pointers to PL_sv_undef weren't rejigged to point at the joiner's
690              version of PL_sv_undef. Also, the closure's CvGV got cloned too
691              but never freed, since CvGV isn't refcounted.
692      Branch: perl
693            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
694 ____________________________________________________________________________
695 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
696         Log: perl582delta.pod was not in the MANIFEST.
697      Branch: perl
698            ! MANIFEST
699 ____________________________________________________________________________
700 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
701         Log: Integrate:
702              [ 22093]
703              Graham says that the search.cpan.org pod finder hashes on name
704              The 4 files all thinking they are perldelta.pod confuses it.
705      Branch: perl
706           +> pod/perl582delta.pod
707           !> pod/perl581delta.pod pod/perl58delta.pod
708 ____________________________________________________________________________
709 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
710         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
711              From: Abigail <abigail@abigail.nl>
712              Message-ID: <20040107230027.GC393@abigail.nl>
713              Date: Thu, 8 Jan 2004 00:00:27 +0100
714      Branch: perl
715            ! pod/perlhist.pod
716 ____________________________________________________________________________
717 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
718         Log: 
719              22088 22089 22090 (datestamp corrections - let's see if this really
720              works)
721      Branch: perl
722           !> (integrate 35 files)
723 ____________________________________________________________________________
724 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
725         Log: Hardcoded numerical flag masks. Bad.
726      Branch: perl
727            ! doop.c
728 ____________________________________________________________________________
729 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
730         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
731              so that re will build properly on Win32. Thanks to Steve Hay for
732              trying COW and finding the problems.
733      Branch: perl
734            ! embed.fnc embed.h
735 ____________________________________________________________________________
736 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
737         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
738      Branch: perl
739            + t/run/switch0.t
740            ! MANIFEST perl.c
741 ____________________________________________________________________________
742 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
743         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
744              like this pre 5.8.1, I suspect that no-one has used it recently.
745      Branch: perl
746            ! win32/makefile.mk
747 ____________________________________________________________________________
748 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
749         Log: The TODO tag should be included also when a TODO test succeeds,
750              so it's reported by the test harness
751      Branch: perl
752            ! t/op/write.t
753 ____________________________________________________________________________
754 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
755         Log: This TODO test seems to pass now.
756      Branch: perl
757            ! t/op/write.t
758 ____________________________________________________________________________
759 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
760         Log: Some of the bitwise manipulation PP functions weren't checking
761              whether their arguments were magical before using them.
762              (bug [#24816]).
763      Branch: perl
764            ! pp.c
765 ____________________________________________________________________________
766 [ 22071] By: davem                                 on 2004/01/05  22:17:04
767         Log: 
768              stop $^O getting tainted on read access, and disallow tainted
769              assignment to it
770      Branch: perl
771            ! mg.c t/op/taint.t
772 ____________________________________________________________________________
773 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
774         Log: Some mandatory syntax warnings emitted by the lexer weren't
775              disableable (bug [perl #24815]).
776      Branch: perl
777            ! pod/perldiag.pod t/lib/warnings/toke toke.c
778 ____________________________________________________________________________
779 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
780         Log: Change the flag logic in buildtoc
781      Branch: perl
782            ! pod.lst pod/buildtoc
783 ____________________________________________________________________________
784 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
785         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
786      Branch: perl
787            ! pod/buildtoc
788 ____________________________________________________________________________
789 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
790         Log: Subject: [PATCH] skip num.t #47 on VMS
791              From: "Craig A. Berry" <craigberry@mac.com>
792              Date: Sun, 04 Jan 2004 23:16:26 -0600
793              Message-ID: <3FF8F32A.5000108@mac.com>
794      Branch: perl
795            ! t/base/num.t
796 ____________________________________________________________________________
797 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
798         Log: Subject: [PATCH configure.com] future-proof signal check
799              From: "Craig A. Berry" <craigberry@mac.com>
800              Date: Sun, 04 Jan 2004 22:53:40 -0600
801              Message-ID: <3FF8EDD4.3080308@mac.com>
802      Branch: perl
803            ! configure.com
804 ____________________________________________________________________________
805 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
806         Log: Upgrade to Cwd 2.13
807      Branch: perl
808            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
809 ____________________________________________________________________________
810 [ 22055] By: davem                                 on 2004/01/04  19:34:36
811         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
812              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
813              Date: Fri, 2 Jan 2004 11:31:46 +0100 
814              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
815              
816              eval of of a truncated format should fail
817      Branch: perl
818            ! t/op/write.t toke.c
819 ____________________________________________________________________________
820 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
821         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
822      Branch: perl
823            ! lib/PerlIO/via/QuotedPrint.pm
824 ____________________________________________________________________________
825 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
826         Log: Upgrade to Time::HiRes 1.54
827      Branch: perl
828            + ext/Time/HiRes/hints/solaris.pl
829            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
830            ! ext/Time/HiRes/HiRes.xs
831 ____________________________________________________________________________
832 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
833         Log: No matter how hard you proof read it, something always slips through.
834      Branch: perl
835            ! ext/Storable/ChangeLog
836 ____________________________________________________________________________
837 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
838         Log: Fix minor problems with the CPAN release
839              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
840              2: Ship the linux hints file
841              3: Ship Test::More for the benefit of Perls pre 5.6.2
842              4: Correct Makefile.PL to install in core for 5.8.0 and later
843      Branch: perl
844            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
845            ! ext/Storable/Makefile.PL ext/Storable/README
846            ! ext/Storable/Storable.pm
847 ____________________________________________________________________________
848 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
849         Log: Tidy up change #18751, so that the second parameter to unpack()
850              defaults to $_ at compile-time, instead of run-time (like all
851              other primitives that default to $_).
852      Branch: perl
853            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
854 ____________________________________________________________________________
855 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
856         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
857              documentaiton, update Arthur's e-mail address
858      Branch: perl
859            ! ext/threads/threads.pm
860 ____________________________________________________________________________
861 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
862         Log: Use the optimization level -O2 by default on Linux/gcc.
863              See :
864              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
865              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
866              Date: Thu, 1 Jan 2004 05:32:15 +0100
867              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
868      Branch: perl
869            ! hints/linux.sh
870 ____________________________________________________________________________
871 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
872         Log: Update debugger version number and Changes file
873      Branch: perl
874            ! lib/perl5db.pl
875 ____________________________________________________________________________
876 [ 22037] By: davem                                 on 2004/01/01  23:22:10
877         Log: addition to 22036 (document SUPER better): superclass may be plural
878      Branch: perl
879            ! pod/perlbot.pod pod/perlobj.pod
880 ____________________________________________________________________________
881 [ 22036] By: davem                                 on 2004/01/01  22:23:11
882         Log: Document the quirks of SUPER, especially the fact that it it
883              relative to the current package and not to the invoking object.
884      Branch: perl
885            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
886            ! pod/perltoot.pod
887 ____________________________________________________________________________
888 [ 22034] By: davem                                 on 2004/01/01  19:58:08
889         Log: Fix bug #24383, where hashes with the :unique attribute weren't
890              getting made readonly on interpreter clone. Also, remove the
891              :unique attribute from the hashes in warnings.pm, since they may
892              later be modified by warnings::register.  Finally, adds tests for
893              the :unique attribute.
894      Branch: perl
895            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
896 ____________________________________________________________________________
897 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
898         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
899              From: Dorner Thomas <tdorner@amadeus.net>
900              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
901              Date: Fri, 19 Dec 2003 07:16:47 +0100
902      Branch: perl
903            ! t/io/utf8.t t/op/pat.t
904 ____________________________________________________________________________
905 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
906         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
907              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
908              Date: Thu, 18 Dec 2003 14:10:29 -0800
909              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
910      Branch: perl
911            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
912            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
913            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
914 ____________________________________________________________________________
915 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
916         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
917      Branch: perl
918            ! pod/perlunicode.pod
919 ____________________________________________________________________________
920 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
921         Log: Document that detached threads aren't supported on Windows yet.
922      Branch: perl
923            ! ext/threads/threads.pm
924 ____________________________________________________________________________
925 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
926         Log: Upgrade to Getopt::Long 2.34_01
927      Branch: perl
928            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
929 ____________________________________________________________________________
930 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
931         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
932              beautiful clean run of OKs. You are all getting a clean run of OKs,
933              aren't you?
934      Branch: perl
935            ! lib/Test/Harness/t/00compile.t
936 ____________________________________________________________________________
937 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
938         Log: Subject: [PATCH] "piconv -C 512" badly broken
939              From: Autrijus Tang <autrijus@autrijus.org>
940              Message-Id: <1072870210.769.5.camel@localhost>
941              Date: Wed, 31 Dec 2003 19:30:10 +0800
942      Branch: perl
943            ! ext/Encode/bin/piconv
944 ____________________________________________________________________________
945 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
946         Log: Upgrade to Test::Harness 2.40.
947      Branch: perl
948            ! lib/Test/Harness.pm lib/Test/Harness/Changes
949            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
950            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
951            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
952            ! lib/Test/Harness/t/prove-switches.t
953            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
954            ! lib/Test/Harness/t/test-harness.t
955 ____________________________________________________________________________
956 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
957         Log: C++ comments, bad.
958      Branch: perl
959            ! ext/Cwd/Cwd.xs
960 ____________________________________________________________________________
961 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
962         Log: Bump VERSION numbers
963      Branch: perl
964            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
965            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
966            ! lib/diagnostics.pm
967 ____________________________________________________________________________
968 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
969         Log: A patch for Test::Harness on VMS by Craig Berry
970              (see RT CPAN bug #4745)
971      Branch: perl
972            ! lib/Test/Harness/Straps.pm
973 ____________________________________________________________________________
974 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
975         Log: Subject: more uni doc tweakage
976              From: Jarkko Hietaniemi <jhi@iki.fi>
977              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
978              Date: Tue, 30 Dec 2003 15:37:55 +0200
979              
980              Subject: one more pod fix
981              From: Jarkko Hietaniemi <jhi@iki.fi>
982              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
983              Date: Tue, 30 Dec 2003 15:56:41 +0200
984      Branch: perl
985            ! lib/PerlIO.pm pod/perlunicode.pod
986 ____________________________________________________________________________
987 [ 22009] By: davem                                 on 2003/12/30  17:14:44
988         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
989      Branch: perl
990            ! pod/perlrun.pod
991 ____________________________________________________________________________
992 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
993         Log: Upgrade to Math::BigInt 1.68.
994      Branch: perl
995            + lib/Math/BigInt/t/bigroot.t
996            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
997            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
998            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
999            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
1000            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
1001 ____________________________________________________________________________
1002 [ 22005] By: davem                                 on 2003/12/30  15:07:50
1003         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
1004              heuristics for calculating buffer size needed to compile a format
1005              didn't allow for \0
1006      Branch: perl
1007            ! pp_ctl.c t/op/write.t
1008 ____________________________________________________________________________
1009 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
1010         Log: Add a regression test for bug #24762
1011      Branch: perl
1012            ! t/comp/parser.t
1013 ____________________________________________________________________________
1014 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
1015         Log: Updates the notes about byacc in pumpkin.pod.
1016      Branch: perl
1017            ! Porting/pumpkin.pod
1018 ____________________________________________________________________________
1019 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
1020         Log: Bump up UNIVERSAL's version to 1.02
1021              (due to fix #21418)
1022      Branch: perl
1023            ! lib/UNIVERSAL.pm
1024 ____________________________________________________________________________
1025 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
1026         Log: Add Mike Pomraning
1027      Branch: perl
1028            ! AUTHORS
1029 ____________________________________________________________________________
1030 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
1031         Log: Update the README and Changes files for Switch 2.10
1032      Branch: perl
1033            ! lib/Switch/Changes lib/Switch/README
1034 ____________________________________________________________________________
1035 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
1036         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
1037      Branch: perl
1038            ! lib/Switch.pm
1039 ____________________________________________________________________________
1040 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
1041         Log: Windows hasn't getuid/setuid and friends.
1042              Therefore disable the code related to them in POSIX.xs.
1043              
1044              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
1045              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1046              Date: Mon, 29 Dec 2003 04:51:19 +0100
1047              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
1048      Branch: perl
1049            ! ext/POSIX/POSIX.xs
1050 ____________________________________________________________________________
1051 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
1052         Log: Subject: [PATCH] win32_chsize buglet
1053              From: "Kevin Chase" <kevincha99@hotmail.com>
1054              Date: Sun, 28 Dec 2003 15:48:56 -0800
1055              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
1056      Branch: perl
1057            ! win32/win32.c
1058 ____________________________________________________________________________
1059 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
1060         Log: Upgrade to Encode 1.99.
1061      Branch: perl
1062            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
1063            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
1064            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
1065            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
1066            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
1067            ! ext/Encode/ucm/macHebrew.ucm
1068 ____________________________________________________________________________
1069 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
1070         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
1071      Branch: perl
1072            ! win32/win32.c
1073 ____________________________________________________________________________
1074 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
1075         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
1076              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
1077              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
1078              Date: Thu, 25 Sep 2003 21:49:07 +0000
1079      Branch: perl
1080            ! dosish.h win32/win32.c win32/win32sck.c
1081 ____________________________________________________________________________
1082 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
1083         Log: Regenerate the perly.c patch for byacc output painless fixing
1084      Branch: perl
1085            ! perly_c.diff
1086 ____________________________________________________________________________
1087 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
1088         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
1089      Branch: perl
1090            ! perly.c perly.y vms/perly_c.vms
1091 ____________________________________________________________________________
1092 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
1093         Log: Subject: Cross compilation patches for arm.
1094              From: Redvers Davies <red@criticalintegration.com>
1095              Message-Id: <1072098653.4789.6.camel@ragefire>
1096              Date: Mon, 22 Dec 2003 08:11:34 -0500
1097      Branch: perl
1098            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
1099            ! Cross/config.sh-arm-linux Cross/installperl.patch
1100 ____________________________________________________________________________
1101 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
1102         Log: Fix bug [perl #24735] : make sure that the range (..) operator
1103              treats an undefined argument as 0 for numerical ranges and as ""
1104              for magical string ranges.
1105      Branch: perl
1106            ! pp_ctl.c t/op/range.t
1107 ____________________________________________________________________________
1108 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
1109         Log: Subject: PATCH:  *DB*_File 
1110              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1111              Date: Sat, 27 Dec 2003 20:02:30 -0000
1112              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
1113      Branch: perl
1114            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
1115            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1116            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
1117            ! ext/DB_File/typemap ext/GDBM_File/typemap
1118            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
1119            ! ext/SDBM_File/typemap
1120 ____________________________________________________________________________
1121 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
1122         Log: Straggler from Cwd
1123      Branch: perl
1124            + ext/Cwd/Changes
1125 ____________________________________________________________________________
1126 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
1127         Log: Straggler from Unicode::Collate.
1128              We need to automate this.
1129              For some value of we. (tr/w/m/ I suspect)
1130      Branch: perl
1131            + lib/Unicode/Collate/t/rearrang.t
1132 ____________________________________________________________________________
1133 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
1134         Log: Assimilate Unicode::Collate 0.33
1135      Branch: perl
1136            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
1137            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1138            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
1139            ! lib/Unicode/Collate/t/contract.t
1140            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
1141            ! lib/Unicode/Collate/t/version.t
1142 ____________________________________________________________________________
1143 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
1144         Log: Assimilate PodParser-1.26
1145      Branch: perl
1146            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1147            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
1148            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
1149            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
1150 ____________________________________________________________________________
1151 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
1152         Log: Assimilate File::Spec 0.87
1153      Branch: perl
1154            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
1155 ____________________________________________________________________________
1156 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
1157         Log: Assimilate Digest 1.05
1158      Branch: perl
1159            ! lib/Digest.pm lib/Digest/t/digest.t
1160 ____________________________________________________________________________
1161 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
1162         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
1163              21646 was only applied to core (must punt this back and thereby unfork)
1164              Need to fix test boilerplate properly for PERL_CORE
1165      Branch: perl
1166            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
1167            ! ext/Cwd/t/taint.t lib/Cwd.pm
1168 ____________________________________________________________________________
1169 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
1170         Log: Subject: [PATCH] Remove Win32 compiler warnings
1171              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1172              Date: Sat, 27 Dec 2003 17:39:20 +0100
1173              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
1174      Branch: perl
1175            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
1176 ____________________________________________________________________________
1177 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
1178         Log: Allow overriding of the p4 settings via environment variables
1179              Make regexp more robust to parse FreeBSD's patch output
1180      Branch: perl
1181            ! Porting/apply
1182 ____________________________________________________________________________
1183 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
1184         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
1185              From: Slaven Rezic <slaven@rezic.de>
1186              Date: 01 May 2003 21:28:10 +0200
1187              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
1188      Branch: perl
1189            ! lib/FindBin.pm lib/FindBin.t
1190 ____________________________________________________________________________
1191 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
1192         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
1193              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1194              Date: Sat, 27 Dec 2003 02:48:19 +0100
1195              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
1196      Branch: perl
1197            ! sv.c
1198 ____________________________________________________________________________
1199 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
1200         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
1201              as I'm going to integrate the core patch
1202      Branch: perl
1203            ! ext/List/Util/t/weak.t
1204 ____________________________________________________________________________
1205 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
1206         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
1207              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1208              Date: Fri, 26 Dec 2003 02:47:09 +0100
1209              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
1210      Branch: perl
1211            ! sv.c
1212 ____________________________________________________________________________
1213 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
1214         Log: Refactor the code that checks whether a range is numeric
1215              or string-magical.
1216      Branch: perl
1217            ! pp_ctl.c
1218 ____________________________________________________________________________
1219 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
1220         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
1221              This fixes building SDBM_File on AIX.
1222      Branch: perl
1223            ! ext/SDBM_File/sdbm/Makefile.PL
1224 ____________________________________________________________________________
1225 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
1226         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
1227              update the perl variables PL_uid and PL_euid (resp. PL_gid
1228              and PL_egid) with the new values.
1229      Branch: perl
1230            ! ext/POSIX/POSIX.xs
1231 ____________________________________________________________________________
1232 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
1233         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
1234              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1235              Date: Thu, 18 Dec 2003 12:30:06 -0800
1236              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
1237      Branch: perl
1238            ! config_h.SH
1239 ____________________________________________________________________________
1240 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
1241         Log: Subject: BigInt v1.68 - pre-release
1242              From: Tels <perl_dummy@bloodgate.com>
1243              Date: Tue, 23 Dec 2003 01:09:23 +0100
1244              Message-Id: <200312230106.27661@bloodgate.com>
1245      Branch: perl
1246            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
1247            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
1248            + lib/Math/BigInt/t/sub_ali.t
1249            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1250            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1251            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
1252            ! lib/Math/BigInt/t/upgrade.inc
1253 ____________________________________________________________________________
1254 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
1255         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
1256              From: Fergal Daly <fergal@esatclear.ie>
1257              Date: Tue, 2 Dec 2003 23:18:18 +0000
1258              Message-Id: <200312022318.18353.fergal@esatclear.ie>
1259              
1260              (tweaked so the test is skipped on perls < 5.9.0)
1261      Branch: perl
1262            ! ext/List/Util/t/weak.t sv.c
1263 ____________________________________________________________________________
1264 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
1265         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
1266              From:  PPrymmer@factset.com
1267              Date:  Tue, 23 Dec 2003 17:27:44 -0500
1268              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
1269      Branch: perl
1270            ! README.vms
1271 ____________________________________________________________________________
1272 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
1273         Log: Subject: [patch t/test.pl] comment fix
1274              From: Stas Bekman <stas@stason.org>
1275              Message-ID: <3FE8C65A.4060708@stason.org>
1276              Date: Tue, 23 Dec 2003 14:48:58 -0800
1277      Branch: perl
1278            ! t/test.pl
1279 ____________________________________________________________________________
1280 [ 21951] By: adi                                   on 2003/12/22  23:22:12
1281         Log: re-fix [perl #24508] without speed regression.
1282              keep an eye on this.
1283      Branch: perl
1284            ! op.c opcode.h opcode.pl
1285 ____________________________________________________________________________
1286 [ 21950] By: adi                                   on 2003/12/22  23:19:25
1287         Log: sanitize some macros - based on Chip Salzenberg suggestions and
1288              on the way GNU people use the gcc-ish 'blocks in parens'
1289      Branch: perl
1290            ! XSUB.h sv.h
1291 ____________________________________________________________________________
1292 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
1293         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
1294              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
1295              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
1296              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
1297      Branch: perl
1298            ! ext/threads/shared/shared.xs
1299 ____________________________________________________________________________
1300 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
1301         Log: Subject:  doc nits
1302              From:  Jarkko Hietaniemi <jhi@iki.fi>
1303              Date:  Mon, 22 Dec 2003 21:57:34 +0200
1304              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
1305      Branch: perl
1306            ! pod/perltodo.pod pod/perlunicode.pod
1307 ____________________________________________________________________________
1308 [ 21944] By: merijn                                on 2003/12/22  10:13:43
1309         Log: Subject: [PATCH] configure.com archname tweak
1310              From: "Craig A. Berry" <craigberry@mac.com>
1311              Date: Sun, 21 Dec 2003 23:07:13 -0600
1312              Message-ID: <3FE67C01.1000704@mac.com>
1313      Branch: perl
1314            ! configure.com
1315 ____________________________________________________________________________
1316 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
1317         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
1318              From: Mike Guy <mjtg@cam.ac.uk>
1319              Date: Fri, 19 Dec 2003 17:17:11 +0000
1320              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
1321      Branch: perl
1322            ! pod/perlsec.pod
1323 ____________________________________________________________________________
1324 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
1325         Log: Fix a side-effect of bug #24674 in the perl debugger.
1326              
1327              Subject: [perl #24674] 5.x odd taint bug 
1328              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
1329              Date: 16 Dec 2003 15:03:24 -0000
1330              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
1331      Branch: perl
1332            ! lib/perl5db.pl
1333 ____________________________________________________________________________
1334 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
1335         Log: Subject: Perl 5.8.3 patches from the BS2000 port
1336              From: Dorner Thomas <tdorner@amadeus.net>
1337              Date: Wed, 17 Dec 2003 15:41:17 +0100
1338              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
1339      Branch: perl
1340            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
1341 ____________________________________________________________________________
1342 [ 21937] By: adi                                   on 2003/12/20  21:37:03
1343         Log: after back-references, restricted hashes.
1344              see http://nntp.perl.org/group/perl.perl5.porters/86497
1345              this is hopefully only a temporary solution.
1346      Branch: perl
1347            ! perl.c
1348 ____________________________________________________________________________
1349 [ 21936] By: adi                                   on 2003/12/20  21:32:37
1350         Log: fix [perl #24660], [perl #24663].
1351      Branch: perl
1352            ! mg.c sv.c
1353 ____________________________________________________________________________
1354 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
1355         Log: Upgrade to Time::Local 1.07_94
1356      Branch: perl
1357            ! lib/Time/Local.pm lib/Time/Local.t
1358 ____________________________________________________________________________
1359 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
1360         Log: Subject: [PATCH] OpenVMS I64 support
1361              From: "Craig A. Berry" <craigberry@mac.com>
1362              Message-ID: <3FE2441F.2070603@mac.com>
1363              Date: Thu, 18 Dec 2003 18:19:43 -0600
1364      Branch: perl
1365            ! configure.com vms/gen_shrfls.pl
1366 ____________________________________________________________________________
1367 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
1368         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
1369              <20031220124854.GA1265@ratsnest.hole> )
1370      Branch: perl
1371            ! hv.c
1372 ____________________________________________________________________________
1373 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
1374         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
1375              Configure test for troublesome gconvert(), so for now simply avoid
1376              the optimisation that calls gconvert() in this case.
1377      Branch: perl
1378            ! sv.c
1379 ____________________________________________________________________________
1380 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
1381         Log: Upgrade to CGI.pm 3.01
1382      Branch: perl
1383            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
1384            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
1385            ! lib/CGI/t/request.t
1386 ____________________________________________________________________________
1387 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
1388         Log: Subject: [DOCPATCH] base.pm
1389              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1390              Date: Thu, 18 Dec 2003 22:30:52 +0100
1391              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
1392              
1393              Plus, remove leftover mentions of pseudo-hashes
1394      Branch: perl
1395            ! lib/base.pm
1396 ____________________________________________________________________________
1397 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
1398         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
1399      Branch: perl
1400            ! pod/perlhist.pod
1401 ____________________________________________________________________________
1402 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
1403         Log: Perl 1.0.16 has been released.
1404      Branch: perl
1405            ! pod/perlhist.pod
1406 ____________________________________________________________________________
1407 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
1408         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
1409              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1410              Date: Wed, 17 Dec 2003 13:26:52 +0100
1411              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
1412      Branch: perl
1413            ! embed.fnc embed.h global.sym
1414 ____________________________________________________________________________
1415 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
1416         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
1417              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
1418              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
1419              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
1420      Branch: perl
1421            + ext/threads/shared/t/wait.t
1422            ! MANIFEST ext/threads/shared/shared.pm
1423            ! ext/threads/shared/shared.xs
1424 ____________________________________________________________________________
1425 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
1426         Log: Sync with the latest MakeMaker snapshot.
1427              But set the $VERSION to 6.21_01.
1428      Branch: perl
1429            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
1430            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
1431            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
1432            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
1433            ! lib/ExtUtils/instmodsh
1434 ____________________________________________________________________________
1435 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
1436         Log: Remove incorrect guards around inclusion of <signal.h>
1437              Causes problems with UNIX03/SUSv3
1438              Part 2 of change 21916 - oops!
1439              
1440              See:
1441              Message-Id: <3FDD06A5.8010004@sun.com>
1442              Subject: Re: UNIX03 & C99 issue with 5.8.2
1443              From: Alan Burlison <Alan.Burlison@sun.com>
1444              Date: Mon, 15 Dec 2003 00:56:05 +0000
1445      Branch: perl
1446            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
1447 ____________________________________________________________________________
1448 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
1449         Log: Remove incorrect guards around inclusion of <signal.h>
1450              Causes problems with UNIX03/SUSv3
1451      Branch: perl
1452            ! doio.c
1453 ____________________________________________________________________________
1454 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
1455         Log: Add the macros dAX and dITEMS to PPPort.
1456      Branch: perl
1457            ! ext/Devel/PPPort/PPPort.pm
1458 ____________________________________________________________________________
1459 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
1460         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
1461              From: Stas Bekman <stas@stason.org>
1462              Date: Sun, 14 Dec 2003 15:12:40 -0800
1463              Message-ID: <3FDCEE68.3080509@stason.org>
1464      Branch: perl
1465            ! Porting/pumpkin.pod
1466 ____________________________________________________________________________
1467 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
1468         Log: Subject: [DOCPATCH] perlfunc delete
1469              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1470              Date: Sun, 14 Dec 2003 20:25:07 +0100
1471              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
1472      Branch: perl
1473            ! pod/perlfunc.pod
1474 ____________________________________________________________________________
1475 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
1476         Log: Forgot to remove a comment
1477      Branch: perl
1478            ! pp.c
1479 ____________________________________________________________________________
1480 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
1481         Log: S_save_hek_flags should honour the "free" flag.
1482              Ought to mask the flag bits that shouldn't be stored.
1483      Branch: perl
1484            ! hv.c
1485 ____________________________________________________________________________
1486 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
1487         Log: Some fool missed a letter n.
1488              (and then "optimised" code based on its absense. D'oh)
1489              Restore the correct behaviour - fetch with uppercase key, then if
1490              still not found store with mixed/lowercase key.
1491      Branch: perl
1492            ! hv.c
1493 ____________________________________________________________________________
1494 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
1495         Log: Subject: Re: Change 21862
1496              From: Enache Adrian <enache@rdslink.ro>
1497              Date: Wed, 10 Dec 2003 06:05:58 +0200
1498              Message-ID: <20031210040558.GC1584@ratsnest.hole>
1499              
1500              (1st hunk), plus the equivalent for hv_delete_common
1501      Branch: perl
1502            ! hv.c
1503 ____________________________________________________________________________
1504 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
1505         Log: Clean up a bug I introduced into caseless ENV hv_delete
1506              (should be the proper fix for 21870 and 21872's band aid)
1507      Branch: perl
1508            ! hv.c
1509 ____________________________________________________________________________
1510 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
1511         Log: Subject: Re: 5.6.2-RC1 on Cygwin
1512              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1513              Date: Sat, 6 Dec 2003 22:32:59 -0800
1514              Message-ID: <20031207063259.GA3004@efn.org>
1515              (with tweaks to cleanup code)
1516      Branch: perl
1517            ! t/op/taint.t
1518 ____________________________________________________________________________
1519 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
1520         Log: Add Perl_ceil
1521      Branch: perl
1522            ! perl.h pp.c
1523 ____________________________________________________________________________
1524 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
1525         Log: Reformat a long line in perlembed.pod (bug #24623).
1526      Branch: perl
1527            ! pod/perlembed.pod
1528 ____________________________________________________________________________
1529 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
1530         Log: The binary compatibility notes say that new global functions should
1531              go at the end. Not that I'm anything more than "trainee" when it
1532              comes to this bincompat stuff.
1533      Branch: perl
1534            ! embed.fnc proto.h
1535 ____________________________________________________________________________
1536 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
1537         Log: alarm() is now implemented on Win32.
1538      Branch: perl
1539            ! pod/perlport.pod
1540 ____________________________________________________________________________
1541 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
1542         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
1543      Branch: perl
1544            ! pod/buildtoc
1545 ____________________________________________________________________________
1546 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
1547         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown 
1548              From: David Dyck <david.dyck@fluke.com>
1549              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
1550              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
1551      Branch: perl
1552            ! lib/File/CheckTree.pm
1553 ____________________________________________________________________________
1554 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
1555         Log: Make the XSRETURN macro evaluate its argument only once.
1556      Branch: perl
1557            ! XSUB.h
1558 ____________________________________________________________________________
1559 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
1560         Log: More POD fixes ; regenerate perltoc and perlmodlib.
1561      Branch: perl
1562            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
1563            ! pod/perltoc.pod
1564 ____________________________________________________________________________
1565 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
1566         Log: Fix some of the pods to produce more standard manpages,
1567              as reported by Eric S. Raymond.
1568      Branch: perl
1569            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
1570 ____________________________________________________________________________
1571 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
1572         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
1573              From: Anders Johnson <ajohnson@nvidia.com>
1574              Date: Fri, 12 Dec 2003 14:07:40 -0800
1575              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
1576              (with tweaks)
1577      Branch: perl
1578            ! lib/Pod/Html.pm
1579 ____________________________________________________________________________
1580 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
1581         Log: Modify the common guard for the signal.h header, because
1582              C99 compilers don't like it.o
1583              
1584              see :
1585              Subject: UNIX03 & C99 issue with 5.8.2
1586              From: Alan Burlison <Alan.Burlison@sun.com>
1587              Date: Fri, 12 Dec 2003 23:04:52 +0000
1588              Message-ID: <3FDA4994.6050209@sun.com>
1589      Branch: perl
1590            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
1591            ! util.c
1592 ____________________________________________________________________________
1593 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
1594         Log: Subject: [PATCH] Math::BigInt v1.67 released
1595              From: Tels <perl_dummy@bloodgate.com>
1596              Date: Fri, 12 Dec 2003 18:47:43 +0100
1597              Message-Id: <200312121847.49039@bloodgate.com>
1598      Branch: perl
1599            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1600            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1601            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1602            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
1603            ! lib/Math/BigInt/t/sub_mbi.t
1604 ____________________________________________________________________________
1605 [ 21881] By: merijn                                on 2003/12/12  16:09:14
1606         Log: Subject: [PATCH] d_u32align for win32
1607              From: Gisle Aas <gisle@ActiveState.com>
1608              Date: 11 Dec 2003 01:33:39 -0800
1609              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
1610      Branch: perl
1611            ! win32/config.bc win32/config.gc win32/config.vc
1612 ____________________________________________________________________________
1613 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
1614         Log: Subject: [PATCH] environ array fix for VMS
1615              From: "Craig A. Berry" <craigberry@mac.com>
1616              Date: Thu, 11 Dec 2003 14:35:29 -0600
1617              Message-ID: <3FD8D511.2030805@mac.com>
1618      Branch: perl
1619            ! vms/vms.c
1620 ____________________________________________________________________________
1621 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
1622         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
1623              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
1624              Message-ID: <3FD8E74F.7000202@mindspring.com>
1625              Date: Thu, 11 Dec 2003 16:53:19 -0500
1626      Branch: perl
1627            ! AUTHORS
1628 ____________________________________________________________________________
1629 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
1630         Log: Add a mention of the error "DESTROY created new reference
1631              to dead object" in perldiag.
1632      Branch: perl
1633            ! pod/perldiag.pod
1634 ____________________________________________________________________________
1635 [ 21876] By: adi                                   on 2003/12/11  23:04:03
1636         Log: #21866 was wrong. another try to plumb that damn leak.
1637      Branch: perl
1638            ! mg.c sv.c
1639 ____________________________________________________________________________
1640 [ 21875] By: adi                                   on 2003/12/11  20:11:07
1641         Log: fix bug #24605.
1642              substr() wasn't working when used repeatedly on the same utf-8
1643              string.
1644      Branch: perl
1645            ! sv.c t/op/substr.t
1646 ____________________________________________________________________________
1647 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
1648         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
1649              by Jan Dubois.
1650      Branch: perl
1651            ! lib/Switch.pm
1652 ____________________________________________________________________________
1653 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
1654         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
1655              From: Autrijus Tang <autrijus@autrijus.org>
1656              Date: Tue, 9 Dec 2003 20:39:16 +0800
1657              Message-ID: <20031209123915.GA1454@not.autrijus.org>
1658      Branch: perl
1659            ! ext/Encode/encoding.pm pod/perlunicode.pod
1660 ____________________________________________________________________________
1661 [ 21872] By: adi                                   on 2003/12/09  03:26:16
1662         Log: temporary fix to avoid t/op/tie.t failures on Win32
1663      Branch: perl
1664            ! hv.c
1665 ____________________________________________________________________________
1666 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
1667         Log: Upgrade to Digest-MD5 2.33.
1668      Branch: perl
1669            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1670            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1671            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
1672 ____________________________________________________________________________
1673 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
1674         Log: Integrate change #21862 from maint-5.8 :
1675              
1676              Win32/MinGW tweaks
1677              A. ENV_IS_CASELESS has trys to free(keysave) when
1678              keysave isn't in scope yet.
1679              B. For default makefile.mk which build with perlhost.h
1680              stuff "live" need to link with g++ to find new/delete etc.
1681      Branch: perl
1682           !> hv.c win32/makefile.mk
1683 ____________________________________________________________________________
1684 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
1685         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
1686              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1687              Date: Mon, 08 Dec 2003 08:17:46 +0100
1688              Message-id: <20031208071746.GA594@ethan>
1689      Branch: perl
1690            ! hv.c mg.c
1691 ____________________________________________________________________________
1692 [ 21868] By: adi                                   on 2003/12/08  03:38:39
1693         Log: yet another leak. bigger fish still swimming around.
1694              #!perl
1695              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
1696              __END__
1697      Branch: perl
1698            ! pp_ctl.c
1699 ____________________________________________________________________________
1700 [ 21867] By: adi                                   on 2003/12/08  03:34:37
1701         Log: yet another 2 leaks. example for the second:
1702              #! perl
1703              eval q{ open $p{q}, "foo" } while 1
1704              __END__
1705      Branch: perl
1706            ! op.c
1707 ____________________________________________________________________________
1708 [ 21866] By: adi                                   on 2003/12/08  03:30:16
1709         Log: plumb a leak with pos().
1710              
1711              #! perl
1712              while (1) {
1713              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
1714              }
1715              __END__
1716      Branch: perl
1717            ! sv.c
1718 ____________________________________________________________________________
1719 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
1720         Log: Subject: [PATCH] documenting SCALAR gotcha
1721              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1722              Date: Sun, 07 Dec 2003 16:41:16 +0100
1723              Message-id: <20031207154116.GA825@ethan>
1724      Branch: perl
1725            ! pod/perltie.pod
1726 ____________________________________________________________________________
1727 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
1728         Log: Subject: [PATCH] setenv tweak for VMS
1729              From: "Craig A. Berry" <craigberry@mac.com>
1730              Date: Sat, 06 Dec 2003 18:13:32 -0600
1731              Message-ID: <3FD270AC.3000106@mac.com>
1732      Branch: perl
1733            ! vms/vms.c
1734 ____________________________________________________________________________
1735 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
1736         Log: Missing thingies.
1737      Branch: perl
1738            ! pp.c pp_hot.c
1739 ____________________________________________________________________________
1740 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
1741         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
1742              From: Tels <perl_dummy@bloodgate.com>
1743              Date: Sat, 6 Dec 2003 20:19:44 +0100
1744              Message-Id: <200312062016.50484@bloodgate.com>
1745      Branch: perl
1746            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
1747            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1748            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1749            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1750            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1751            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1752            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
1753            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
1754            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
1755 ____________________________________________________________________________
1756 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
1757         Log: Forgot to update the MANIFEST.
1758      Branch: perl
1759            ! MANIFEST
1760 ____________________________________________________________________________
1761 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
1762         Log: Math::BigInt::Scalar is only for tests.
1763              Move it under t/lib.
1764      Branch: perl
1765           +> t/lib/Math/BigInt/Scalar.pm
1766            - lib/Math/BigInt/Scalar.pm
1767 ____________________________________________________________________________
1768 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
1769         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
1770              From: "Craig A. Berry" <craigberry@mac.com>
1771              Date: Sat, 06 Dec 2003 12:44:40 -0600
1772              Message-ID: <3FD22398.1060506@mac.com>
1773      Branch: perl
1774            ! doio.c
1775 ____________________________________________________________________________
1776 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
1777         Log: Remove the "Can't provide tied hash usage" error from perldiag.
1778              Mention the new tied hash SCALAR method in perldelta.
1779      Branch: perl
1780            ! pod/perldelta.pod pod/perldiag.pod
1781 ____________________________________________________________________________
1782 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
1783         Log: Clarify the description of SCALAR in perltie
1784      Branch: perl
1785            ! pod/perltie.pod
1786 ____________________________________________________________________________
1787 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
1788         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
1789              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1790              Date: Sat, 06 Dec 2003 11:50:59 +0100
1791              Message-id: <20031206105059.GA13989@ethan>
1792      Branch: perl
1793            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
1794            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
1795            ! proto.h t/op/tie.t
1796 ____________________________________________________________________________
1797 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
1798         Log: Make sv_force_normal_flags cope with shared hash key scalars
1799              (remember the pointer from SvPVX, reset the flags before SvGROW,
1800              avoid crazy loops or read-from-free)
1801      Branch: perl
1802            ! sv.c
1803 ____________________________________________________________________________
1804 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
1805         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
1806      Branch: perl
1807            ! ext/Digest/MD5/Makefile.PL
1808 ____________________________________________________________________________
1809 [ 21846] By: merijn                                on 2003/12/05  10:41:32
1810         Log: Subject: [PATCH] Configure gets d_u32align wrong
1811              From: Gisle Aas <gisle@ActiveState.com>
1812              Date: 05 Dec 2003 03:47:01 -0800
1813              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
1814      Branch: perl
1815            ! Configure
1816 ____________________________________________________________________________
1817 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
1818         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
1819              From: chromatic <chromatic@wgz.org>
1820              Date: Mon, 01 Dec 2003 09:20:21 -0800
1821              Message-Id: <1070299221.1275.19.camel@localhost>
1822      Branch: perl
1823            ! lib/AutoLoader.t
1824 ____________________________________________________________________________
1825 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
1826         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
1827              From: "Craig A. Berry" <craigberry@mac.com>
1828              Date: Thu, 04 Dec 2003 16:00:03 -0600
1829              Message-ID: <3FCFAE63.1080106@mac.com>
1830      Branch: perl
1831            ! ext/SDBM_File/sdbm/Makefile.PL
1832 ____________________________________________________________________________
1833 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
1834         Log: Subject: [PATCH] $^P, eval and caller
1835              From: Paul Johnson <paul@pjcj.net>
1836              Date: Fri, 5 Dec 2003 00:57:21 +0100
1837              Message-ID: <20031204235721.GJ26355@pjcj.net>
1838      Branch: perl
1839            ! mg.c
1840 ____________________________________________________________________________
1841 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
1842         Log: Fix File::Copy with hard links on Windows.
1843              
1844              Subject: [PATCH] Re: perl @ 21830
1845              From: Steve Hay <steve.hay@uk.radan.com>
1846              Date: Wed, 03 Dec 2003 10:53:02 +0000
1847              Message-ID: <3FCDC08E.7080800@uk.radan.com>
1848              
1849              and
1850              Date: Thu, 04 Dec 2003 11:02:22 +0000
1851              Message-ID: <3FCF143E.1040905@uk.radan.com>
1852      Branch: perl
1853            ! lib/File/Copy.pm lib/File/Copy.t
1854 ____________________________________________________________________________
1855 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
1856         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
1857              From: Alan Burlison <Alan.Burlison@sun.com>
1858              Date: Thu, 04 Dec 2003 12:14:30 +0000
1859              Message-ID: <3FCF2526.3030905@sun.com>
1860      Branch: perl
1861            ! installperl
1862 ____________________________________________________________________________
1863 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
1864         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
1865              From: Stas Bekman <stas@stason.org>
1866              Date: Wed, 03 Dec 2003 01:41:42 -0800
1867              Message-ID: <3FCDAFD6.9050106@stason.org>
1868      Branch: perl
1869            ! sv.c
1870 ____________________________________________________________________________
1871 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
1872         Log: The prove utility should also be installed on VMS and on Windows.
1873              Haven't we regression tests for installations yet ?
1874      Branch: perl
1875            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1876 ____________________________________________________________________________
1877 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
1878         Log: FAQ sync.
1879      Branch: perl
1880            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1881            ! pod/perlfaq4.pod pod/perlfaq5.pod
1882 ____________________________________________________________________________
1883 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
1884         Log: Subject: Re: [perl #24574] find2perl provides different results to find
1885              From: Slaven Rezic <slaven@rezic.de>
1886              Date: 30 Nov 2003 22:16:59 +0100
1887              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
1888              
1889              (plus a note about find2perl now defaulting to -print in perldelta)
1890      Branch: perl
1891            ! pod/perldelta.pod x2p/find2perl.PL
1892 ____________________________________________________________________________
1893 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
1894         Log: Subject: [PATCH] setting $0 still broken
1895              From: Jan Dubois <jand@ActiveState.com>
1896              Date: Thu, 27 Nov 2003 21:09:51 -0800
1897              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
1898      Branch: perl
1899            ! mg.c
1900 ____________________________________________________________________________
1901 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
1902         Log: Better docs for the special code blocks, based on :
1903              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
1904              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1905              Date: Sat, 29 Nov 2003 23:15:56 +0100
1906              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
1907      Branch: perl
1908            ! pod/perlmod.pod pod/perlsub.pod
1909 ____________________________________________________________________________
1910 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
1911         Log: Fix the test boilerplate in lib/if.t, so it can be run
1912              from the t/ directory.
1913      Branch: perl
1914            ! lib/if.t
1915 ____________________________________________________________________________
1916 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
1917         Log: Keep installing xsubpp in lib/ExtUtils,
1918              so MakeMaker can find it.
1919      Branch: perl
1920            ! installperl
1921 ____________________________________________________________________________
1922 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
1923         Log: Upgrade to Test::Harness 2.38.
1924              Introduce the prove(1) utility.
1925              (The prove-switches test is disabled for now.)
1926      Branch: perl
1927            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
1928            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
1929            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
1930            + utils/prove.PL
1931            ! MANIFEST installperl lib/Test/Harness.pm
1932            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
1933            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
1934            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
1935            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
1936            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
1937            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
1938 ____________________________________________________________________________
1939 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
1940         Log: Subject: Re: [perl #24554] Segfault in POSIX module
1941              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1942              Date: Sat, 29 Nov 2003 23:32:38 +0900
1943              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
1944              
1945              (plus a test for the stringification of references
1946              passed to POSIX::isXXX())
1947      Branch: perl
1948            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
1949 ____________________________________________________________________________
1950 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
1951         Log: Integrate if.pm 0.0401
1952              Needed to edit the test file as t/TEST can't cope with extra output
1953              lines as produced by 0.0401's if.t
1954      Branch: perl
1955            ! lib/if.pm lib/if.t
1956 ____________________________________________________________________________
1957 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
1958         Log: Remove whitespace from ends of lines (simply because it irritates me)
1959      Branch: perl
1960            ! utils/h2xs.PL
1961 ____________________________________________________________________________
1962 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
1963         Log: Update Unicode::Normalize to 0.28
1964      Branch: perl
1965            + ext/Unicode/Normalize/t/illegal.t
1966            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
1967            ! MANIFEST ext/Unicode/Normalize/Changes
1968            ! ext/Unicode/Normalize/Normalize.pm
1969            ! ext/Unicode/Normalize/Normalize.xs
1970            ! ext/Unicode/Normalize/README
1971 ____________________________________________________________________________
1972 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
1973         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
1974      Branch: perl
1975            - lib/Digest.t
1976 ____________________________________________________________________________
1977 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
1978         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
1979      Branch: perl
1980            + lib/Unicode/Collate/t/illegal.t
1981            + lib/Unicode/Collate/t/illegalp.t
1982            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1983            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
1984 ____________________________________________________________________________
1985 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
1986         Log: D'oh! Forgot to lib/Digest/base.pm
1987      Branch: perl
1988            + lib/Digest/base.pm
1989            ! MANIFEST
1990 ____________________________________________________________________________
1991 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
1992         Log: Update to Digest::MD5 2.31
1993      Branch: perl
1994            + ext/Digest/MD5/t/bits.t
1995            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1996            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
1997            ! ext/Digest/MD5/t/files.t
1998 ____________________________________________________________________________
1999 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
2000         Log: Update Digest to 1.03
2001      Branch: perl
2002            + lib/Digest/t/base.t
2003           +> lib/Digest/t/digest.t
2004            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
2005 ____________________________________________________________________________
2006 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
2007         Log: When Gconvert is a macro around sprintf with a .* format we need
2008              to cast to int (in case STRLEN isn't the same size as int)
2009              gcc issues a warning even when it is the same size
2010      Branch: perl
2011            ! sv.c
2012 ____________________________________________________________________________
2013 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
2014         Log: Silence gcc 2.95 warning
2015              (Its trace flow isn't good enough to realise that there is no problem)
2016      Branch: perl
2017            ! pp_hot.c
2018 ____________________________________________________________________________
2019 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
2020         Log: Gconvert actually takes type NV, while nv may be either double
2021              or long double (depending on some conditional code)
2022              Rafael and I think that this cast should work.
2023      Branch: perl
2024            ! sv.c
2025 ____________________________________________________________________________
2026 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
2027         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
2028      Branch: perl
2029            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
2030 ____________________________________________________________________________
2031 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
2032         Log: Fix a regression introduced by change #21694 on sprintf()
2033              with long doubles, by disabling the specific optimisation
2034              path in this case ; remove a unnecessary cast ; add a new
2035              test file for miscellaneous sprintf() test that don't fit
2036              in the t/op/sprintf.t framework.
2037      Branch: perl
2038            + t/op/sprintf2.t
2039            ! MANIFEST sv.c
2040 ____________________________________________________________________________
2041 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
2042         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
2043              From: Stas Bekman <stas@stason.org>
2044              Date: Fri, 28 Nov 2003 14:42:25 -0800
2045              Message-ID: <3FC7CF51.7060804@stason.org>
2046      Branch: perl
2047            ! pod/perlsec.pod
2048 ____________________________________________________________________________
2049 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
2050         Log: Implement C<use Exporter 'import'> :
2051              
2052              Subject: Re: [PATCH] Exporter-related PODs
2053              From: Fergal Daly <fergal@esatclear.ie>
2054              Date: Mon, 10 Nov 2003 00:08:52 +0000
2055              Message-Id: <200311100008.52639.fergal@esatclear.ie>
2056              
2057              (tweaked, so the imported import() doesn't spit out warnings)
2058      Branch: perl
2059            ! lib/Exporter.pm lib/Exporter.t
2060 ____________________________________________________________________________
2061 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
2062         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
2063              From: Slaven Rezic <slaven@rezic.de>
2064              Date: 19 Oct 2003 19:11:31 +0200
2065              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
2066              (with further tweaks)
2067      Branch: perl
2068            ! lib/File/Copy.pm lib/File/Copy.t
2069 ____________________________________________________________________________
2070 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
2071         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
2072              From: "Green, Paul" <Paul.Green@stratus.com>
2073              Date: Thu, 27 Nov 2003 21:51:26 -0500
2074              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
2075      Branch: perl
2076            ! hints/vos.sh
2077 ____________________________________________________________________________
2078 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
2079         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
2080              were failing
2081      Branch: perl
2082            ! t/op/readline.t
2083 ____________________________________________________________________________
2084 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
2085         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
2086              PerlIO and threads are not on CPAN.
2087      Branch: perl
2088            ! Porting/Maintainers.pl
2089 ____________________________________________________________________________
2090 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
2091         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
2092      Branch: perl
2093            ! AUTHORS
2094 ____________________________________________________________________________
2095 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
2096         Log: Subject: [PATCH] Re: bug or a feature?
2097              From: Torsten Foertsch <torsten.foertsch@gmx.net>
2098              Date: Sat, 22 Nov 2003 13:15:53 +0100
2099              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
2100              
2101              and
2102              Date: Sat, 22 Nov 2003 14:21:45 +0100
2103              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
2104              (test moved to t/op/readline.t)
2105      Branch: perl
2106            ! pp_hot.c t/op/readline.t
2107 ____________________________________________________________________________
2108 [ 21783] By: merijn                                on 2003/11/24  21:24:46
2109         Log: Subject: remove hardcoded version number from cygwin/perlld.in
2110              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2111              Date: Mon, 24 Nov 2003 08:11:36 -0800
2112              Message-ID: <20031124161136.GC2656@efn.org>
2113      Branch: perl
2114            ! cygwin/Makefile.SHs cygwin/perlld.in
2115 ____________________________________________________________________________
2116 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
2117         Log: Should fix the infinite loop on a dynamic %ENV fetch
2118      Branch: perl
2119            ! hv.c
2120 ____________________________________________________________________________
2121 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
2122         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
2123              C source now cleaner, but optimised object file still the same size.
2124      Branch: perl
2125            ! hv.c
2126 ____________________________________________________________________________
2127 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
2128         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
2129              From: Andy Dougherty <doughera@lafayette.edu>
2130              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
2131              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
2132              
2133              and :
2134              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
2135              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
2136      Branch: perl
2137            ! hints/solaris_2.sh
2138 ____________________________________________________________________________
2139 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
2140         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
2141              reported by Craig Berry
2142      Branch: perl
2143            ! hv.c
2144 ____________________________________________________________________________
2145 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
2146         Log: restore_magic needs to undo COW
2147              (while magic was off, sv_setsv is likely to have seen this SV as a
2148              good source for COW)
2149              Should fix the smoke failures on lib/locale.t
2150      Branch: perl
2151            ! mg.c
2152 ____________________________________________________________________________
2153 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
2154         Log: Don't COW if the destination has magic.
2155      Branch: perl
2156            ! sv.c
2157 ____________________________________________________________________________
2158 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
2159         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
2160              close to it.
2161      Branch: perl
2162            ! hv.c
2163 ____________________________________________________________________________
2164 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
2165         Log: "Space Is a Province of Brazil"
2166              Farewell, hv_store_common. Store is now part of Fetch.
2167              All tests pass. hv.c 15% smaller than when I started all this
2168      Branch: perl
2169            ! embed.fnc embed.h hv.c proto.h
2170 ____________________________________________________________________________
2171 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
2172         Log: Farewell hv_exists_common - exists is now a call to fetch
2173              (with the exists magic handling moved into fetch)
2174      Branch: perl
2175            ! embed.fnc embed.h hv.c proto.h
2176 ____________________________________________________________________________
2177 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
2178         Log: Shift negative klen/flags games from hv_store_common out to hv_store
2179      Branch: perl
2180            ! embed.fnc embed.h hv.c proto.h
2181 ____________________________________________________________________________
2182 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
2183         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
2184      Branch: perl
2185            ! embed.fnc embed.h hv.c proto.h
2186 ____________________________________________________________________________
2187 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
2188         Log: Check that the key is present before a delete, and absent afterwards
2189      Branch: perl
2190            ! ext/XS/APItest/t/hash.t
2191 ____________________________________________________________________________
2192 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
2193         Log: Move the negative key -> utf8 flag conversion out to hv_delete
2194      Branch: perl
2195            ! embed.fnc embed.h hv.c proto.h
2196 ____________________________________________________________________________
2197 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
2198         Log: Tweaks to S_hv_delete_common:
2199              make the magic call hv_fetch_common rather than ent-or-not
2200              grab the hash from a shared hash key scalar if possible
2201              use masked flags rather than flags for the comparison
2202      Branch: perl
2203            ! hv.c
2204 ____________________________________________________________________________
2205 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
2206         Log: Integrate:
2207              [ 21762]
2208              Refactor hash API tests (prior to some additions)
2209              
2210              [ 21763]
2211              Test all permuations of utf8 flags on hashes and keys
2212      Branch: perl
2213           !> ext/XS/APItest/t/hash.t
2214 ____________________________________________________________________________
2215 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
2216         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
2217      Branch: perl
2218            ! embed.fnc hv.c proto.h
2219 ____________________________________________________________________________
2220 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
2221         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
2222      Branch: perl
2223            ! embed.fnc embed.h hv.c proto.h
2224 ____________________________________________________________________________
2225 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
2226         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
2227              From: Alan Burlison <Alan.Burlison@sun.com>
2228              Date: Thu, 20 Nov 2003 10:34:30 +0000
2229              Message-ID: <3FBC98B6.6090909@sun.com>
2230      Branch: perl
2231            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
2232            ! universal.c
2233 ____________________________________________________________________________
2234 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
2235         Log: Regenerate perlapi and perltoc.
2236      Branch: perl
2237            ! pod/perlapi.pod pod/perltoc.pod
2238 ____________________________________________________________________________
2239 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
2240         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
2241              From: Iain Truskett <spoon@cpan.org>
2242              Date: Thu, 20 Nov 2003 00:41:33 +1100
2243              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
2244      Branch: perl
2245            ! lib/PerlIO.pm pod/perlrun.pod
2246 ____________________________________________________________________________
2247 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
2248         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
2249              remove S_hv_fetch_flags
2250              hv.c now 13% smaller than when I started. hv_store TODO
2251      Branch: perl
2252            ! embed.fnc embed.h hv.c proto.h
2253 ____________________________________________________________________________
2254 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
2255         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
2256              together with subroutine call
2257              Apparently concat still doesn't deal correctly with lexicals
2258              in all cases. Disable the whole TARGET_MY optimisation for it.
2259              (and remove the corresponding code from the peephole optimiser.)
2260      Branch: perl
2261            ! op.c opcode.h opcode.pl t/op/concat.t
2262 ____________________________________________________________________________
2263 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
2264         Log: Update the runops stuff in perlguts
2265      Branch: perl
2266            ! pod/perlguts.pod
2267 ____________________________________________________________________________
2268 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
2269         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
2270      Branch: perl
2271            ! embed.fnc embed.h hv.c proto.h
2272 ____________________________________________________________________________
2273 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
2274         Log: Subject: [PATCH] clear of empty locked hash SEGVs
2275              From: Alan Burlison <Alan.Burlison@sun.com>
2276              Date: Wed, 19 Nov 2003 14:39:03 +0000
2277              Message-ID: <3FBB8087.20206@sun.com>
2278      Branch: perl
2279            ! hv.c lib/Hash/Util.t
2280 ____________________________________________________________________________
2281 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
2282         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
2283      Branch: perl
2284            ! embed.fnc embed.h hv.c proto.h
2285 ____________________________________________________________________________
2286 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
2287         Log: Run regen.pl (for hv_assert)
2288      Branch: perl
2289            ! global.sym
2290 ____________________________________________________________________________
2291 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
2292         Log: Integrate:
2293              [ 21642]
2294              space should be tab for lib/I18N/LangTags/t/02decency.t
2295      Branch: perl
2296           !> MANIFEST
2297 ____________________________________________________________________________
2298 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
2299         Log: Restore errno after having read $^E (like for $!)
2300              to preserve errno from unfortunate side-effects.
2301      Branch: perl
2302            ! mg.c
2303 ____________________________________________________________________________
2304 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
2305         Log: Whoops. We weren't actually testing hv_store_ent
2306              We are now. Plus test hv_store for an initially empty hash.
2307      Branch: perl
2308            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
2309 ____________________________________________________________________________
2310 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
2311         Log: Complement of change #21740 for Windows.
2312              (I have the feeling that it's already subtly broken on VMS)
2313      Branch: perl
2314            ! win32/Makefile win32/makefile.mk
2315 ____________________________________________________________________________
2316 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
2317         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
2318      Branch: perl
2319            + utils/instmodsh.PL utils/xsubpp.PL
2320            ! MANIFEST installperl utils.lst utils/Makefile
2321 ____________________________________________________________________________
2322 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
2323         Log: Subject: Re: [perl #24493] install.html not working
2324              From: Slaven Rezic <slaven@rezic.de>
2325              Date: 16 Nov 2003 20:52:29 +0100
2326              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
2327      Branch: perl
2328            ! installhtml
2329 ____________________________________________________________________________
2330 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
2331         Log: Ooops. left an XXX comment in, and worse still it's a // comment
2332      Branch: perl
2333            ! hv.c
2334 ____________________________________________________________________________
2335 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
2336         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
2337              (pp functions use the _ent variants, and as the implementation is
2338              duplicated, these bugs aren't tested, and aren't noticed)
2339      Branch: perl
2340            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
2341 ____________________________________________________________________________
2342 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
2343         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
2344              (pp_exists uses hv_exists_ent, which isn't broken)
2345              I expect an equivalent bug in hv_delete
2346      Branch: perl
2347            + ext/XS/APItest/t/hash.t
2348            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2349            ! ext/XS/APItest/MANIFEST hv.c
2350 ____________________________________________________________________________
2351 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
2352         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
2353              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2354              Date: Sat, 15 Nov 2003 23:22:16 +0100
2355              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
2356      Branch: perl
2357            ! ext/threads/t/problems.t
2358 ____________________________________________________________________________
2359 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
2360         Log: Subject: [PATCH] configpm, our $summary : unique
2361              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2362              Date: Sat, 15 Nov 2003 22:18:32 +0100
2363              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
2364              (plus comments)
2365      Branch: perl
2366            ! configpm
2367 ____________________________________________________________________________
2368 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
2369         Log: Subject: [PATCH] Re: Storable Error
2370              From: Nicholas Clark <nick@ccl4.org>
2371              Date: Sat, 9 Aug 2003 00:35:36 +0100
2372              Message-ID: <20030809003535.C20130@plum.flirble.org>
2373      Branch: perl
2374            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
2375            ! proto.h
2376 ____________________________________________________________________________
2377 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
2378         Log: Update perlhist with 5.6.2.
2379      Branch: perl
2380            ! pod/perlhist.pod
2381 ____________________________________________________________________________
2382 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
2383         Log: Add more complete tests for the "variable masks earlier
2384              declaration" warning, including a TODO test
2385      Branch: perl
2386            ! t/lib/warnings/pad
2387 ____________________________________________________________________________
2388 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
2389         Log: Include "SCCS" in the list of directory names that should
2390              be ignored by installperl.
2391      Branch: perl
2392            ! installperl
2393 ____________________________________________________________________________
2394 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
2395         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
2396              From: Enache Adrian <enache@rdslink.ro>
2397              Date: Tue, 11 Nov 2003 15:25:29 +0200
2398              Message-ID: <20031111132529.GB1271@ratsnest.hole>
2399      Branch: perl
2400            ! op.c
2401 ____________________________________________________________________________
2402 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
2403         Log: Fix bug [perl #24380] : assigning to a hash in list
2404              or scalar context yielded a wrong value if the list
2405              contained duplicated keys for the hash. This is fixed
2406              by counting the number of duplicate keys and trimming
2407              the stack by the corresponding number of items.
2408      Branch: perl
2409            ! pp_hot.c t/op/hashassign.t
2410 ____________________________________________________________________________
2411 [ 21713] By: merijn                                on 2003/11/13  09:25:15
2412         Log: Simplified the reading
2413      Branch: perl
2414            ! hints/solaris_2.sh
2415 ____________________________________________________________________________
2416 [ 21712] By: merijn                                on 2003/11/13  09:22:21
2417         Log: Enable hints to create call-back units that can act when
2418              a specific variable is *not* set (like -Uuselargefiles)
2419      Branch: perl
2420            ! Configure hints/README.hints
2421 ____________________________________________________________________________
2422 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
2423         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
2424              From: Michael G Schwern <schwern@pobox.com>
2425              Date: Tue, 11 Nov 2003 21:02:30 -0800
2426              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
2427      Branch: perl
2428            ! ext/SDBM_File/sdbm/Makefile.PL
2429 ____________________________________________________________________________
2430 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
2431         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
2432              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2433              Date: Tue, 4 Nov 2003 20:07:25 -0800
2434              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
2435      Branch: perl
2436            ! installperl
2437 ____________________________________________________________________________
2438 [ 21706] By: ams                                   on 2003/11/11  23:46:19
2439         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
2440              From: Tom Phoenix <rootbeer@redcat.com>
2441              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
2442              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
2443      Branch: perl
2444            ! pod/perlmod.pod
2445 ____________________________________________________________________________
2446 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
2447         Log: Upgrade to MakeMaker 6.21.
2448      Branch: perl
2449            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
2450            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
2451            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2452 ____________________________________________________________________________
2453 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
2454         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
2455              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2456              Date: Tue, 4 Nov 2003 20:10:16 -0800
2457              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
2458              
2459              and part of
2460              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
2461              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2462              Date: Tue, 4 Nov 2003 20:18:37 -0800
2463              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
2464              
2465              (I've left out the PREFIX part for now)
2466      Branch: perl
2467            ! Makefile.SH installperl os2/Makefile.SHs
2468 ____________________________________________________________________________
2469 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
2470         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
2471              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2472              Date: Mon, 3 Nov 2003 20:27:39 -0800
2473              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
2474              
2475              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
2476              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2477              Date: Mon, 3 Nov 2003 20:57:48 -0800
2478              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
2479      Branch: perl
2480            ! sv.c
2481 ____________________________________________________________________________
2482 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
2483         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
2484              From: Vadim Konovalov <konovalo@mail.wplus.net>
2485              Date: Sun, 9 Nov 2003 13:31:59 +0300
2486              Message-ID: <93187393948.20031109133159@mail.wplus.net>
2487      Branch: perl
2488            ! wince/Makefile.ce
2489 ____________________________________________________________________________
2490 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
2491         Log: Update the list of pumpkings in perlhist.pod.
2492      Branch: perl
2493            ! pod/perlhist.pod
2494 ____________________________________________________________________________
2495 [ 21687] By: ams                                   on 2003/11/08  17:09:56
2496         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
2497              From: Abigail <abigail@abigail.nl>
2498              Date: Sat, 8 Nov 2003 18:51:30 +0100
2499              Message-Id: <20031108175130.GA22273@abigail.nl>
2500      Branch: perl
2501            ! pod/perlhist.pod
2502 ____________________________________________________________________________
2503 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
2504         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
2505              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2506              Date: Thu, 6 Nov 2003 23:26:18 -0800
2507              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
2508      Branch: perl
2509            ! os2/Changes
2510 ____________________________________________________________________________
2511 [ 21676] By: davem                                 on 2003/11/06  22:11:23
2512         Log: bugid #24407: numeric key for shared hash got stringified using
2513              wrong interpreter, and thus got malloced into the wrong thread
2514              memory pool 
2515      Branch: perl
2516            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
2517 ____________________________________________________________________________
2518 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
2519         Log: Upgrade to MakeMaker 6.20.
2520      Branch: perl
2521            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2522            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
2523            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
2524            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
2525            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
2526 ____________________________________________________________________________
2527 [ 21674] By: ams                                   on 2003/11/06  09:32:26
2528         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
2529              tests fail to spot this
2530              From: Rick Delaney <rick@bort.ca>
2531              Date: Wed, 5 Nov 2003 23:02:41 -0500
2532              Message-Id: <20031105230241.D13585@biff.bort.ca>
2533      Branch: perl
2534            ! pp_ctl.c t/op/taint.t
2535 ____________________________________________________________________________
2536 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
2537         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
2538              From: Andy Dougherty <doughera@lafayette.edu>
2539              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
2540              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
2541      Branch: perl
2542            ! hints/linux.sh
2543 ____________________________________________________________________________
2544 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
2545         Log: Subject: [patch t/op/hash.t] extending the hash attack test
2546              From: Stas Bekman <stas@stason.org>
2547              Date: Tue, 04 Nov 2003 14:33:09 -0800
2548              Message-ID: <3FA82925.7020703@stason.org>
2549      Branch: perl
2550            ! t/op/hash.t
2551 ____________________________________________________________________________
2552 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
2553         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
2554              From: Stas Bekman <stas@stason.org>
2555              Date: Wed, 05 Nov 2003 00:50:25 -0800
2556              Message-ID: <3FA8B9D1.2020806@stason.org>
2557      Branch: perl
2558            ! lib/Benchmark.pm
2559 ____________________________________________________________________________
2560 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
2561         Log: From: Craig Berry <craigberry@mac.com>
2562              Subject: Opcode.xs/RC2 compile nit on VMS
2563              Date: Wed, 05 Nov 2003 12:16:34 -0600
2564              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
2565      Branch: perl
2566            ! ext/Opcode/Opcode.xs
2567 ____________________________________________________________________________
2568 [ 21664] By: ams                                   on 2003/11/05  18:34:28
2569         Log: Orphaned submission from #21546.
2570      Branch: perl
2571            ! perl.c
2572 ____________________________________________________________________________
2573 [ 21663] By: ams                                   on 2003/11/05  17:01:29
2574         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
2575              From: Slaven Rezic <slaven@rezic.de>
2576              Date: 20 Oct 2003 22:39:28 +0200
2577              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
2578      Branch: perl
2579            ! lib/filetest.t
2580 ____________________________________________________________________________
2581 [ 21662] By: ams                                   on 2003/11/05  16:51:08
2582         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
2583              From: Michael G Schwern <schwern@pobox.com>
2584              Date: Wed, 5 Nov 2003 06:26:36 -0800
2585              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
2586      Branch: perl
2587            ! t/op/cproto.t
2588 ____________________________________________________________________________
2589 [ 21661] By: ams                                   on 2003/11/05  16:50:05
2590         Log: Subject: [PATCH] Modernise INSTALL
2591              From: Gisle Aas <gisle@ActiveState.com>
2592              Date: 05 Nov 2003 05:16:25 -0800
2593              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
2594              
2595              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
2596              From: Abigail <abigail@abigail.nl>
2597              Date: Tue, 4 Nov 2003 10:40:57 +0100
2598              Message-Id: <20031104094057.GA22508@abigail.nl>
2599      Branch: perl
2600            ! INSTALL pod/perlhist.pod
2601 ____________________________________________________________________________
2602 [ 21660] By: ams                                   on 2003/11/05  16:46:12
2603         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
2604              From: Jan Dubois <jand@ActiveState.com>
2605              Date: Tue, 04 Nov 2003 16:52:14 -0800
2606              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
2607      Branch: perl
2608            ! reentr.c reentr.h reentr.pl
2609 ____________________________________________________________________________
2610 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
2611         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
2612              From: Michael G Schwern <schwern@pobox.com>
2613              Date: Tue, 4 Nov 2003 17:59:13 -0800
2614              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
2615              
2616              Replaces the temporary kludge (#21655).
2617      Branch: perl
2618            ! ext/SDBM_File/sdbm/Makefile.PL
2619 ____________________________________________________________________________
2620 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
2621         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
2622              From: PPrymmer@factset.com
2623              Date: Tue, 4 Nov 2003 10:00:07 -0500
2624              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
2625      Branch: perl
2626            ! pod/perlebcdic.pod
2627 ____________________________________________________________________________
2628 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
2629         Log: Temporary kludge to allow SDBM_File being built
2630              with MakeMaker 6.19.
2631      Branch: perl
2632            ! ext/SDBM_File/sdbm/Makefile.PL
2633 ____________________________________________________________________________
2634 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
2635         Log: Upgrade to ExtUtils::MakeMaker 6.19
2636      Branch: perl
2637            + lib/ExtUtils/t/parse_version.t
2638            + t/lib/MakeMaker/Test/Setup/BFD.pm
2639            + t/lib/MakeMaker/Test/Setup/Problem.pm
2640            - lib/ExtUtils/t/00setup_dummy.t
2641            - lib/ExtUtils/t/zz_cleanup_dummy.t
2642            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2643            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
2644            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
2645            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
2646            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
2647            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2648            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
2649            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
2650            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
2651            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
2652            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
2653            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
2654            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2655            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
2656            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
2657            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
2658            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
2659            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
2660 ____________________________________________________________________________
2661 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
2662         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
2663              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2664              Date: Mon, 3 Nov 2003 20:20:44 -0800
2665              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
2666      Branch: perl
2667            ! os2/Makefile.SHs
2668 ____________________________________________________________________________
2669 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
2670         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
2671              From: Michael G Schwern <schwern@pobox.com>
2672              Date: Sat, 1 Nov 2003 22:57:45 -0800
2673              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
2674              (goes with change #21418)
2675      Branch: perl
2676            ! lib/autouse.pm lib/autouse.t
2677 ____________________________________________________________________________
2678 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
2679         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
2680              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2681              Date: Mon, 3 Nov 2003 20:53:33 +0100
2682              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
2683      Branch: perl
2684            ! ext/Devel/PPPort/PPPort.pm
2685 ____________________________________________________________________________
2686 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
2687         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
2688              From: Casey West <casey@geeknest.com>
2689              Date: Mon, 3 Nov 2003 10:11:43 -0500
2690              Message-ID: <20031103151143.GB430@geeknest.com>
2691      Branch: perl
2692            ! ext/Cwd/Cwd.xs
2693 ____________________________________________________________________________
2694 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
2695         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
2696              From: Jan Dubois <jand@ActiveState.com>
2697              Date: Sun, 02 Nov 2003 21:43:44 -0800
2698              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
2699      Branch: perl
2700            ! reentr.h reentr.pl
2701 ____________________________________________________________________________
2702 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
2703         Log: Document the fact that keys() and values() are optimized
2704              for void context (as suggested by Liz.)
2705      Branch: perl
2706            ! pod/perlfunc.pod
2707 ____________________________________________________________________________
2708 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
2709         Log: Stas would prefer not to have MOD_PERL defines in perl.
2710      Branch: perl
2711            ! hv.c hv.h
2712 ____________________________________________________________________________
2713 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
2714         Log: s/new_hash/rehash/g (Stas suggested a better name)
2715      Branch: perl
2716            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
2717            ! sv.c universal.c util.c
2718 ____________________________________________________________________________
2719 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
2720         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
2721              make Hash::Util::hash_seed use this.
2722      Branch: perl
2723            ! lib/Hash/Util.pm universal.c
2724 ____________________________________________________________________________
2725 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
2726         Log: Fix for [perl #24347] segfault with Safe
2727              The empty %INC created for safe compartements was freed
2728              too early.
2729      Branch: perl
2730            ! ext/Opcode/Opcode.xs
2731 ____________________________________________________________________________
2732 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
2733         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
2734              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2735              Date: Sun, 2 Nov 2003 22:24:28 +0100
2736              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
2737      Branch: perl
2738            ! pod/perlguts.pod
2739 ____________________________________________________________________________
2740 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
2741         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
2742      Branch: perl
2743            ! pod/perlhist.pod
2744 ____________________________________________________________________________
2745 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
2746         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
2747              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2748              Date: Wed, 29 Oct 2003 14:00:18 -0800
2749              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
2750      Branch: perl
2751            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
2752            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
2753            ! os2/perl2cmd.pl perlio.c
2754 ____________________________________________________________________________
2755 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
2756         Log: Quoted-printable is evil.
2757      Branch: perl
2758            ! win32/win32.h
2759 ____________________________________________________________________________
2760 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
2761         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
2762      Branch: perl
2763            ! perl.c
2764 ____________________________________________________________________________
2765 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
2766         Log: Portability nit for MinGW 3.
2767              
2768              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
2769              From: Greg Matheson <lang@ms.chinmin.edu.tw>
2770              Date: Thu, 30 Oct 2003 14:11:58 +0800
2771              Message-ID: <20031030141158.A11772@ms>
2772              (actual patch by Abe Timmerman)
2773      Branch: perl
2774            ! win32/win32.h
2775 ____________________________________________________________________________
2776 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
2777         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
2778              From: david nicol <whatever@davidnicol.com>
2779              Date: 26 Oct 2003 22:34:04 -0600
2780              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
2781      Branch: perl
2782            ! pod/perltie.pod
2783 ____________________________________________________________________________
2784 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
2785         Log: Subject: [PATCH] DB_File 1.807
2786              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2787              Date: Sat, 1 Nov 2003 13:50:12 -0000
2788              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
2789      Branch: perl
2790            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2791            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2792            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
2793 ____________________________________________________________________________
2794 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
2795         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
2796              From: Rick Delaney <rick@bort.ca>
2797              Date: Mon, 27 Oct 2003 16:24:16 -0500
2798              Message-ID: <20031027162416.H2233@biff.bort.ca>
2799      Branch: perl
2800            ! pp_hot.c
2801 ____________________________________________________________________________
2802 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
2803         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
2804      Branch: perl
2805            ! MANIFEST
2806 ____________________________________________________________________________
2807 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
2808         Log: mod_perl2 will require access to the Plan C hashing function.
2809      Branch: perl
2810            ! hv.h
2811 ____________________________________________________________________________
2812 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
2813         Log: Add Internals::HvREHASH to expose the rehashing flag
2814              t/op/hash.t tests that pathological data triggers rehashing
2815      Branch: perl
2816            + t/op/hash.t
2817            ! universal.c
2818 ____________________________________________________________________________
2819 [ 21599] By: davem                                 on 2003/11/01  00:09:22
2820         Log: whoops, typo
2821      Branch: perl
2822            ! ext/threads/shared/shared.xs
2823 ____________________________________________________________________________
2824 [ 21598] By: davem                                 on 2003/11/01  00:03:38
2825         Log: seg faults when deleting keys of shared hash refs
2826              Ensure that the shared_sv get magic of the element being deleted
2827              is called. Also, avoid posible memory leaks by wrapping all shared
2828              context sections with ENTER/SAVETMPS
2829      Branch: perl
2830            ! ext/threads/shared/shared.xs
2831 ____________________________________________________________________________
2832 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
2833         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything 
2834              From: Andy Dougherty <doughera@lafayette.edu>
2835              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
2836              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
2837              (plus POD link fixes)
2838      Branch: perl
2839            ! INSTALL
2840 ____________________________________________________________________________
2841 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
2842         Log: Prevent the installation of makefiles that can be found
2843              under lib/.
2844      Branch: perl
2845            ! installperl
2846 ____________________________________________________________________________
2847 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
2848         Log: Test nit ; goes with change 21591
2849      Branch: perl
2850            ! t/lib/warnings/regcomp
2851 ____________________________________________________________________________
2852 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
2853         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
2854              From: Gisle Aas <gisle@ActiveState.com>
2855              Date: 31 Oct 2003 03:13:03 -0800
2856              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
2857      Branch: perl
2858            ! pod/perlrun.pod
2859 ____________________________________________________________________________
2860 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
2861         Log: Subject: [PATCH] Off-by-one error in regcomp.c
2862              From: Slaven Rezic <slaven@rezic.de>
2863              Date: Fri, 31 Oct 2003 12:16:11 +0000
2864              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
2865      Branch: perl
2866            ! regcomp.c t/op/regmesg.t
2867 ____________________________________________________________________________
2868 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
2869         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
2870              From: Stas Bekman <stas@stason.org>
2871              Date: Wed, 29 Oct 2003 16:47:24 -0800
2872              Message-ID: <3FA05F9C.2080304@stason.org>
2873      Branch: perl
2874            ! pod/perlfunc.pod
2875 ____________________________________________________________________________
2876 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
2877         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
2878              From: Stas Bekman <stas@stason.org>
2879              Date: Wed, 29 Oct 2003 15:15:15 -0800
2880              Message-ID: <3FA04A03.5010603@stason.org>
2881              (enclosed in a #ifdef DEBUGGING)
2882      Branch: perl
2883            ! sv.c
2884 ____________________________________________________________________________
2885 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
2886         Log: Subject: [PATCH] Devel::PPPort and scan_bin
2887              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2888              Date: Wed, 29 Oct 2003 22:53:43 +0100
2889              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
2890      Branch: perl
2891            ! ext/Devel/PPPort/PPPort.pm
2892 ____________________________________________________________________________
2893 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
2894         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
2895              From: Jan Dubois <jand@ActiveState.com>
2896              Date: Thu, 30 Oct 2003 18:43:08 -0800
2897              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
2898      Branch: perl
2899            ! Porting/p4d2p
2900 ____________________________________________________________________________
2901 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
2902         Log: Comment that this "optimisation" is actually a necessary fixup.
2903              When the split occurs (to make the opti{miser,onal}) this isn't
2904              (Richard Clamp reminded me that I forgot to do this)
2905      Branch: perl
2906            ! op.c
2907 ____________________________________________________________________________
2908 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
2909         Log: Rewrite to correctly use test.pl
2910              
2911              Date: Thu, 30 Oct 2003 15:51:03 -0800
2912              From: Michael G Schwern <schwern@pobox.com>
2913              Subject: Re: Fix for the orange lion bug - aka empty sub bug
2914              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
2915      Branch: perl
2916            ! t/op/sub.t
2917 ____________________________________________________________________________
2918 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
2919         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
2920              Subject: Fix for the orange lion bug - aka empty sub bug
2921              From: Arthur Bergman <sky@nanisky.com>
2922              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
2923      Branch: perl
2924            + t/op/sub.t
2925            ! MANIFEST op.c
2926 ____________________________________________________________________________
2927 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
2928         Log: 14 is the chain length for attack. From
2929              
2930              Message-ID: <20031030204117.16008.qmail@plover.com>
2931              Subject: Re: 5.8.2-RC1 and mp2
2932              Date: Thu, 30 Oct 2003 15:41:17 -0500
2933              From: Mark Jason Dominus <mjd@plover.com>
2934              
2935              and
2936              
2937              From: Scott A Crosby <scrosby@cs.rice.edu>
2938              Subject: Re: 5.8.2-RC1 and mp2
2939              Date: 30 Oct 2003 14:08:06 -0600
2940              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
2941      Branch: perl
2942            ! hv.c
2943 ____________________________________________________________________________
2944 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
2945         Log: Move a fcntl() example in perlfunc at a more proper place,
2946              as suggested by :
2947              Subject: [perl #24334] ioctl/fcntl doc confusion 
2948              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
2949              Date: 28 Oct 2003 13:37:49 -0000
2950              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
2951      Branch: perl
2952            ! pod/perlfunc.pod
2953 ____________________________________________________________________________
2954 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
2955         Log: Upgrade to Time::HiRes 1.52.
2956      Branch: perl
2957            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2958            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
2959 ____________________________________________________________________________
2960 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
2961         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
2962              From: Abigail <abigail@abigail.nl>
2963              Date: Mon, 27 Oct 2003 13:05:37 +0100
2964              Message-ID: <20031027120536.GA24608@abigail.nl>
2965              
2966              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
2967              From: Rick Delaney <rick@bort.ca>
2968              Date: Mon, 27 Oct 2003 12:17:49 -0500
2969              Message-ID: <20031027121749.E2233@biff.bort.ca>
2970      Branch: perl
2971            ! lib/overload.t toke.c
2972 ____________________________________________________________________________
2973 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
2974         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
2975              From: Abigail <abigail@abigail.nl>
2976              Date: Mon, 27 Oct 2003 14:50:24 +0100
2977              Message-ID: <20031027135024.GA12666@abigail.nl>
2978      Branch: perl
2979            ! t/comp/proto.t
2980 ____________________________________________________________________________
2981 [ 21564] By: davem                                 on 2003/10/27  22:01:12
2982         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
2983              of sharedsv_scalar_store().
2984      Branch: perl
2985            ! ext/threads/shared/shared.xs
2986 ____________________________________________________________________________
2987 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
2988         Log: Add a new taint error, "%ENV is aliased to %s".
2989              This error is thrown when taint checks are enabled and
2990              when *ENV has been aliased, so that %ENV has no env-magic
2991              anymore. (see bug [perl #24291].)
2992      Branch: perl
2993            ! pod/perldiag.pod t/op/taint.t taint.c
2994 ____________________________________________________________________________
2995 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
2996         Log: Record the escape^Wrelease of 5.9.0
2997      Branch: perl
2998            ! pod/perlhist.pod
2999 ____________________________________________________________________________
3000 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
3001         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
3002              From: Alan Burlison <Alan.Burlison@sun.com>
3003              Date: Tue, 21 Oct 2003 15:00:58 +0100
3004              Message-ID: <3F953C1A.3060800@sun.com>
3005      Branch: perl
3006            ! hints/solaris_2.sh
3007 ____________________________________________________________________________
3008 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
3009         Log: Sync with Unicode::Normalize 0.25
3010      Branch: perl
3011            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
3012            + ext/Unicode/Normalize/t/proto.t
3013            + ext/Unicode/Normalize/t/split.t
3014            ! MANIFEST ext/Unicode/Normalize/Changes
3015            ! ext/Unicode/Normalize/Makefile.PL
3016            ! ext/Unicode/Normalize/Normalize.pm
3017            ! ext/Unicode/Normalize/Normalize.xs
3018            ! ext/Unicode/Normalize/README
3019 ____________________________________________________________________________
3020 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
3021         Log: Sync with Unicode::Collate 0.30
3022      Branch: perl
3023            + lib/Unicode/Collate/t/hangtype.t
3024            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
3025            + lib/Unicode/Collate/t/variable.t
3026            + lib/Unicode/Collate/t/version.t
3027            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3028            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
3029            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
3030            ! lib/Unicode/Collate/t/test.t
3031 ____________________________________________________________________________
3032 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
3033         Log: Sync with Pod::Perldoc 3.12
3034      Branch: perl
3035            ! lib/Pod/Perldoc.pm
3036 ____________________________________________________________________________
3037 [ 21546] By: ams                                   on 2003/10/27  09:00:08
3038         Log: Will the real off by one please stand up?
3039      Branch: perl
3040            ! mg.c
3041 ____________________________________________________________________________
3042 [ 21545] By: hv                                    on 2003/10/27  02:52:16
3043         Log: fixup separators
3044      Branch: perl
3045            ! Changes
3046 ____________________________________________________________________________
3047 [ 21544] By: hv                                    on 2003/10/27  02:51:26
3048         Log: don't complain of podless .pm files that have a separate .pod file
3049      Branch: perl
3050            ! pod/buildtoc
3051 ____________________________________________________________________________
3052 [ 21543] By: hv                                    on 2003/10/27  02:50:04
3053         Log: regen pods and toc
3054      Branch: perl
3055            ! pod/perlmodlib.pod pod/perltoc.pod
3056 ____________________________________________________________________________
3057 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
3058         Log: When %ENV has been turned into a non-magical hash after a
3059              glob assignment, TAINT_ENV() may dump core because it
3060              assumes $ENV{PATH} is magical. Fix this ; add a test to
3061              verify that the PATH is still checked for taintedness.
3062      Branch: perl
3063            ! t/op/taint.t taint.c
3064 ____________________________________________________________________________
3065 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
3066         Log: Fix backward-compatibility issues in if.pm.
3067      Branch: perl
3068            ! lib/if.pm
3069 ____________________________________________________________________________
3070 [ 21539] By: hv                                    on 2003/10/26  12:22:54
3071         Log: Update Changes.
3072      Branch: perl
3073            ! Changes patchlevel.h
3074 ____________________________________________________________________________
3075 [ 21538] By: ams                                   on 2003/10/26  08:08:02
3076         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
3077              The whole PL_origalen thing in perl.c looks very hokey.
3078      Branch: perl
3079            ! mg.c
3080 ____________________________________________________________________________
3081 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
3082         Log: show the rehash flags in dumps
3083      Branch: perl
3084            ! dump.c
3085 ____________________________________________________________________________
3086 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
3087         Log: Return 21533 (with modifications) having found the problem
3088      Branch: perl
3089            ! hv.c hv.h
3090 ____________________________________________________________________________
3091 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
3092         Log: Back out 21533 because it broke Encode's build in really weird ways
3093      Branch: perl
3094            ! hv.c hv.h
3095 ____________________________________________________________________________
3096 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
3097         Log: Plan C rough edge smoothing. Criteria for a hash split is now
3098              the earlier of "more keys than buckets" (the old test) or
3099              linked list too long. Rehash is triggered after a split if the
3100              longest linked list is too long.
3101      Branch: perl
3102            ! hv.c hv.h
3103 ____________________________________________________________________________
3104 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
3105         Log: Subject: Re: [perl #948] $, untieable?
3106              From: Richard Clamp <richardc@unixbeard.net>
3107              Date: Tue, 21 Oct 2003 00:02:49 +0100
3108              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
3109              
3110              Plus a small fix to t/TEST to recognize the added TODO test
3111              as a TODO test.
3112      Branch: perl
3113            ! t/TEST t/op/tie.t
3114 ____________________________________________________________________________
3115 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
3116         Log: When it says "add", then, like, you have to p4 add it. D'oh!
3117              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
3118      Branch: perl
3119            + lib/I18N/LangTags/t/02decency.t
3120 ____________________________________________________________________________
3121 [ 21527] By: davem                                 on 2003/10/23  19:13:20
3122         Log: Fix two threads::shared leaks
3123              #24061 - AV in shared interpreter wasn't set to AvREAL
3124              #24255 - mortals were added to the shared interpreter's tmpstack
3125              and never freed.
3126      Branch: perl
3127            ! ext/threads/shared/shared.xs
3128 ____________________________________________________________________________
3129 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
3130         Log: From: Jan Dubois <jand@ActiveState.com>
3131              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
3132              Date: Wed, 22 Oct 2003 20:17:07 -0700
3133              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
3134              
3135              From: Jan Dubois <jand@ActiveState.com>
3136              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
3137              Date: Wed, 22 Oct 2003 20:26:56 -0700
3138              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
3139      Branch: perl
3140            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3141            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
3142            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
3143            ! utils/perldoc.PL
3144 ____________________________________________________________________________
3145 [ 21523] By: ams                                   on 2003/10/23  12:53:03
3146         Log: Subject: [PATCH] utime documentation
3147              From: Gisle Aas <gisle@ActiveState.com>
3148              Date: 23 Oct 2003 05:33:43 -0700
3149              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
3150      Branch: perl
3151            ! pod/perlfunc.pod
3152 ____________________________________________________________________________
3153 [ 21522] By: ams                                   on 2003/10/23  08:07:18
3154         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
3155              From: Jan Dubois <jand@ActiveState.com>
3156              Date: Wed, 22 Oct 2003 20:33:54 -0700
3157              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
3158      Branch: perl
3159            ! doio.c
3160 ____________________________________________________________________________
3161 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
3162         Log: patch created by Casey West from:
3163              
3164              Subject: CPAN module problems
3165              From: Edward Moy <emoy@apple.com>
3166              Date: Fri, 10 Oct 2003 17:42:06 -0700
3167              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
3168              
3169              (change ld value in hints file)
3170      Branch: perl
3171            ! hints/darwin.sh
3172 ____________________________________________________________________________
3173 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
3174         Log: Small email update in AUTHORS.
3175      Branch: perl
3176            ! AUTHORS
3177 ____________________________________________________________________________
3178 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
3179         Log: Add a test.taintwarn makefile target,
3180              to run the whole test suite with the -t switch.
3181      Branch: perl
3182            ! Makefile.SH pod/perlhack.pod t/TEST
3183 ____________________________________________________________________________
3184 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
3185         Log: Subject: [PATCH @20458] embedding perl
3186              From: Radu Greab <rgreab@fx.ro>
3187              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
3188              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
3189      Branch: perl
3190            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
3191            ! sv.c
3192 ____________________________________________________________________________
3193 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
3194         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
3195              in perltoot, $him->fullname should be $him->fullname->as_string
3196              when passed to printf.
3197      Branch: perl
3198            ! pod/perltoot.pod
3199 ____________________________________________________________________________
3200 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
3201         Log: Two OS/2 portability patches from Ilya.
3202              
3203              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
3204              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3205              Date: Thu, 25 Sep 2003 12:09:11 -0700
3206              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
3207              
3208              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
3209              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3210              Date: Thu, 25 Sep 2003 19:50:45 -0700
3211              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
3212      Branch: perl
3213            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
3214 ____________________________________________________________________________
3215 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
3216         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
3217              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3218              Date: Mon, 20 Oct 2003 20:14:19 +0200
3219              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
3220      Branch: perl
3221            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
3222 ____________________________________________________________________________
3223 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
3224         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
3225              From: Slaven Rezic <slaven@rezic.de>
3226              Date: 19 Oct 2003 17:54:59 +0200
3227              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
3228      Branch: perl
3229            ! perlio.c
3230 ____________________________________________________________________________
3231 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
3232         Log: Skip the chflags tests in filetest.t on Darwin.
3233      Branch: perl
3234            ! lib/filetest.t
3235 ____________________________________________________________________________
3236 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
3237         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
3238              flag on the hash when rehashing. Can turn off the "rehasing" flag
3239              if the hash is cleared
3240      Branch: perl
3241            ! hv.c
3242 ____________________________________________________________________________
3243 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
3244         Log: -u is deprecated.
3245              Subject: Re: why PERL5LIB is ignored when -T is in effect
3246              From: Slaven Rezic <slaven@rezic.de>
3247              Date: Fri, 17 Oct 2003 10:02:31 +0000
3248              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
3249      Branch: perl
3250            ! perl.c
3251 ____________________________________________________________________________
3252 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
3253         Log: The compilation of PerlIO::via may hang on AIX when
3254              compiling with vac at -O3 optimization level. Disable
3255              optimization for this module.
3256      Branch: perl
3257            + ext/PerlIO/via/hints/aix.pl
3258            ! MANIFEST
3259 ____________________________________________________________________________
3260 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
3261         Log: Plan C for foiling the algorithmic complexity attack
3262              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
3263              Chip's plan B (do something new inside the hv functions)
3264              and introspective sort)
3265              Provides infrastructure for hashes to change their hash function
3266              if necessary, and code in hsplit to detect pathalogical data and
3267              instigate a random rehashing.
3268              Needs refinement. Let's see how much smoke it creates.
3269      Branch: perl
3270            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
3271            ! util.c
3272 ____________________________________________________________________________
3273 [ 21470] By: davem                                 on 2003/10/16  20:03:44
3274         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
3275              PL_main_root is freed; this may not have been be the case if a
3276              thread other than the main one is the last to be destroyed
3277      Branch: perl
3278            ! ext/threads/t/thread.t pad.h perl.c
3279 ____________________________________________________________________________
3280 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
3281         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
3282              (as suggested by Jan Dubois)
3283      Branch: perl
3284            ! hv.c
3285 ____________________________________________________________________________
3286 [ 21468] By: ams                                   on 2003/10/16  19:00:14
3287         Log: Subject: Re: assert.h breaks perl.h
3288              From: Alexey Tourbin <at@altlinux.ru>
3289              Date: Thu, 16 Oct 2003 22:24:35 +0400
3290              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
3291      Branch: perl
3292            ! sv.h
3293 ____________________________________________________________________________
3294 [ 21467] By: ams                                   on 2003/10/16  18:57:57
3295         Log: Subject: [PATCH] Tie::Hash documentation
3296              From: Slaven Rezic <slaven@rezic.de>
3297              Date: Thu, 16 Oct 2003 17:57:35 +0000
3298              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
3299      Branch: perl
3300            ! lib/Tie/Hash.pm
3301 ____________________________________________________________________________
3302 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
3303         Log: Further tweak on change #21464.
3304      Branch: perl
3305            ! perl.c
3306 ____________________________________________________________________________
3307 [ 21464] By: ams                                   on 2003/10/16  08:42:50
3308         Log: Subject: perl -h tweak [PATCH]
3309              From: Gisle Aas <gisle@ActiveState.com>
3310              Date: 16 Oct 2003 02:49:39 -0700
3311              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
3312      Branch: perl
3313            ! perl.c
3314 ____________________________________________________________________________
3315 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
3316         Log: Perlfaq1 : take notice that 5.8.1 is now released.
3317      Branch: perl
3318            ! pod/perlfaq1.pod
3319 ____________________________________________________________________________
3320 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
3321         Log: PerlFAQ sync. (only actual changes)
3322      Branch: perl
3323            ! pod/perlfaq4.pod
3324 ____________________________________________________________________________
3325 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
3326         Log: Typos.
3327      Branch: perl
3328            ! hints/aix.sh
3329 ____________________________________________________________________________
3330 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
3331         Log: Fix bug [perl #24212] : improper error recovery in the
3332              tokenizer after an unknown filetest operator.
3333      Branch: perl
3334            ! t/comp/parser.t toke.c
3335 ____________________________________________________________________________
3336 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
3337         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
3338      Branch: perl
3339            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3340            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
3341            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
3342            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3343            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3344            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
3345 ____________________________________________________________________________
3346 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
3347         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
3348              Based on a idea by Alex Hudson. (Basically those are unix domain
3349              sockets whose name has a '\0' as first character.)
3350      Branch: perl
3351            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
3352 ____________________________________________________________________________
3353 [ 21449] By: ams                                   on 2003/10/15  06:32:44
3354         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
3355              From: Autrijus Tang <autrijus@autrijus.org>
3356              Date: Tue, 14 Oct 2003 18:32:28 +0800
3357              Message-Id: <1066127547.65845.35.camel@localhost>
3358      Branch: perl
3359            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
3360            ! lib/ExtUtils/MakeMaker.pm
3361 ____________________________________________________________________________
3362 [ 21448] By: ams                                   on 2003/10/15  05:56:12
3363         Log: Rewrite #21447.
3364      Branch: perl
3365            ! pod/perliol.pod
3366 ____________________________________________________________________________
3367 [ 21447] By: ams                                   on 2003/10/15  05:36:48
3368         Log: Subject: [patch pod/perliol.pod]
3369              From: Stas Bekman <stas@stason.org>
3370              Date: Tue, 14 Oct 2003 18:05:29 -0700
3371              Message-Id: <3F8C9D59.3040403@stason.org>
3372      Branch: perl
3373            ! pod/perliol.pod
3374 ____________________________________________________________________________
3375 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
3376         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
3377              (the routine used by perl level HV operations)
3378      Branch: perl
3379            ! hv.c
3380 ____________________________________________________________________________
3381 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
3382         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
3383              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3384              Date: Tue, 30 Sep 2003 19:23:34 +0200
3385              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
3386      Branch: perl
3387            ! ext/Devel/PPPort/PPPort.pm
3388 ____________________________________________________________________________
3389 [ 21442] By: ams                                   on 2003/10/13  08:41:17
3390         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
3391              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
3392              Date: 12 Oct 2003 09:01:25 -0000
3393              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
3394      Branch: perl
3395            ! lib/strict.pm
3396 ____________________________________________________________________________
3397 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
3398         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
3399              From: Jan Dubois <jand@ActiveState.com>
3400              Date: Sun, 12 Oct 2003 22:09:39 -0700
3401              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
3402      Branch: perl
3403            ! universal.c
3404 ____________________________________________________________________________
3405 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
3406         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx 
3407              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
3408              Date: 5 Oct 2003 20:55:56 -0000
3409              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
3410      Branch: perl
3411            ! mg.c
3412 ____________________________________________________________________________
3413 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
3414         Log: Subject: [PATCH] Tie::Hash documentation
3415              From: Slaven Rezic <slaven@rezic.de>
3416              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
3417              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
3418      Branch: perl
3419            ! lib/Tie/Hash.pm
3420 ____________________________________________________________________________
3421 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
3422         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
3423              From: Slaven Rezic <slaven@rezic.de>
3424              Date: 07 Oct 2003 00:04:34 +0200
3425              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
3426      Branch: perl
3427            ! hints/darwin.sh
3428 ____________________________________________________________________________
3429 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
3430         Log: Minor nit in perlrun, spotted by Art Haas.
3431      Branch: perl
3432            ! pod/perlrun.pod
3433 ____________________________________________________________________________
3434 [ 21436] By: ams                                   on 2003/10/10  19:05:55
3435         Log: Subject: [PATCH] threads::async + some cleanup
3436              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3437              Date: Fri, 10 Oct 2003 16:37:55 +0200
3438              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
3439      Branch: perl
3440            ! ext/threads/threads.pm
3441 ____________________________________________________________________________
3442 [ 21435] By: ams                                   on 2003/10/10  19:02:34
3443         Log: Make everyone stop posting to p5p about 0e0.
3444      Branch: perl
3445            ! pod/perlsyn.pod
3446 ____________________________________________________________________________
3447 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
3448         Log: Put all pre-processor #s on the first column (some compilers are picky)
3449              [perl #24167] `#' comment signs not at the very beginning of a line
3450      Branch: perl
3451            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
3452            ! perl.h regcomp.c
3453 ____________________________________________________________________________
3454 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
3455         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
3456              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
3457              to t/test.pl.
3458      Branch: perl
3459            - t/op/nothr5005.t
3460            ! MANIFEST t/op/args.t
3461 ____________________________________________________________________________
3462 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
3463         Log: Document the behaviour of filetest operators regarding parentheses.
3464              This fixes bug #24127 (by documenting it as a feature.)
3465      Branch: perl
3466            ! pod/perlop.pod
3467 ____________________________________________________________________________
3468 [ 21430] By: ams                                   on 2003/10/09  07:55:34
3469         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
3470              calculations in regcomp.c
3471              From: Eric Promislow <ericp@ActiveState.com>
3472              Date: Wed, 8 Oct 2003 17:42:42 -0700
3473              Message-Id: <20031008174242.A17544@ActiveState.com>
3474      Branch: perl
3475            ! regcomp.c
3476 ____________________________________________________________________________
3477 [ 21429] By: ams                                   on 2003/10/09  07:43:56
3478         Log: Patch based on:
3479              
3480              Subject: [perl #24157] -MModule=} is broken
3481              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
3482              Date: 7 Oct 2003 21:47:43 -0000
3483              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
3484              
3485              (Includes a fix for a similar problem in -A, but not -d.)
3486      Branch: perl
3487            ! perl.c
3488 ____________________________________________________________________________
3489 [ 21428] By: ams                                   on 2003/10/09  02:32:07
3490         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
3491              grok_numeric_radix()
3492              From: Jan Dubois <jand@ActiveState.com>
3493              Date: Wed, 08 Oct 2003 20:37:42 -0700
3494              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
3495      Branch: perl
3496            ! ext/Devel/PPPort/PPPort.pm
3497 ____________________________________________________________________________
3498 [ 21427] By: ams                                   on 2003/10/09  01:36:18
3499         Log: Subject: Re: require patch breaks locale
3500              From: Rick Delaney <rick@bort.ca>
3501              Date: Wed, 8 Oct 2003 22:41:55 -0400
3502              Message-Id: <20031008224155.A14638@biff.bort.ca>
3503      Branch: perl
3504            ! t/comp/require.t
3505 ____________________________________________________________________________
3506 [ 21426] By: ams                                   on 2003/10/09  01:26:57
3507         Log: Subject: Re: Simple @INC hook core dump [PATCH]
3508              From: Gisle Aas <gisle@ActiveState.com>
3509              Date: 08 Oct 2003 13:35:28 -0700
3510              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
3511      Branch: perl
3512            ! t/op/inccode.t
3513 ____________________________________________________________________________
3514 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
3515         Log: Fix bug #24108: Goto +foo broken
3516              the fix having been suggested by xmath via Juerd.
3517      Branch: perl
3518            ! op.c t/op/goto.t
3519 ____________________________________________________________________________
3520 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
3521         Log: Subject: Re: Simple @INC hook core dump [PATCH]
3522              From: Gisle Aas <gisle@ActiveState.com>
3523              Date: 08 Oct 2003 04:47:33 -0700
3524              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
3525      Branch: perl
3526            ! pp_ctl.c
3527 ____________________________________________________________________________
3528 [ 21423] By: ams                                   on 2003/10/08  10:09:41
3529         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
3530              From: Abigail <abigail@abigail.nl>
3531              Date: Wed, 8 Oct 2003 03:50:49 -0700
3532              Message-Id: <20031008105049.GA15770@ucan.foad.org>
3533      Branch: perl
3534            ! pod/perlrun.pod
3535 ____________________________________________________________________________
3536 [ 21422] By: ams                                   on 2003/10/08  06:13:07
3537         Log: "Are implicit undefs true?" asks Gisle.
3538      Branch: perl
3539            ! pod/perlsyn.pod
3540 ____________________________________________________________________________
3541 [ 21421] By: ams                                   on 2003/10/08  03:20:00
3542         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
3543              From: schwern@pobox.com
3544              Date: Tue, 7 Oct 2003 20:39:36 -0700
3545              Message-Id: <20031007203936.X4301@ttul.org>
3546              
3547              (Originally from Shlomi Fish. Applied with tweaks.)
3548      Branch: perl
3549            ! pod/perlop.pod
3550 ____________________________________________________________________________
3551 [ 21420] By: ams                                   on 2003/10/07  19:51:35
3552         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
3553              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
3554      Branch: perl
3555            ! pod/perlsyn.pod sv.c t/op/pow.t
3556 ____________________________________________________________________________
3557 [ 21419] By: ams                                   on 2003/10/07  04:03:34
3558         Log: Why should -3**$x be more precisely determined than 3**$x?
3559      Branch: perl
3560            ! t/op/pow.t
3561 ____________________________________________________________________________
3562 [ 21418] By: ams                                   on 2003/10/07  03:59:38
3563         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
3564              From: schwern@pobox.com
3565              Date: Mon, 6 Oct 2003 13:14:36 -0700
3566              Message-Id: <20031006131436.G20960@ttul.org>
3567      Branch: perl
3568            ! lib/UNIVERSAL.pm t/op/universal.t
3569 ____________________________________________________________________________
3570 [ 21417] By: ams                                   on 2003/10/07  03:55:18
3571         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
3572              know what I mean.
3573      Branch: perl
3574            ! pod/perlfunc.pod
3575 ____________________________________________________________________________
3576 [ 21416] By: ams                                   on 2003/10/07  03:37:01
3577         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
3578              From: Stas Bekman <stas@stason.org>
3579              Date: Mon, 06 Oct 2003 21:19:53 -0700
3580              Message-Id: <3F823EE9.4030103@stason.org>
3581      Branch: perl
3582            ! sv.c
3583 ____________________________________________________________________________
3584 [ 21415] By: ams                                   on 2003/10/06  17:30:31
3585         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
3586              From: Rick Delaney <rick@bort.ca>
3587              Date: Tue, 23 Sep 2003 12:14:52 -0400
3588              Message-ID: <20030923121452.G18845@biff.bort.ca>
3589      Branch: perl
3590            ! pp_ctl.c t/comp/require.t
3591 ____________________________________________________________________________
3592 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
3593         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
3594              From: Abigail <abigail@abigail.nl>
3595              Date: Wed, 1 Oct 2003 14:19:43 +0200
3596              Message-ID: <20031001121943.GA29419@abigail.nl>
3597      Branch: perl
3598            ! lib/warnings.t
3599 ____________________________________________________________________________
3600 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
3601         Log: Fixes in the modules maintainers list.
3602      Branch: perl
3603            ! Porting/Maintainers.pl
3604 ____________________________________________________________________________
3605 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
3606         Log: Fix broken link in perltodo.pod.
3607      Branch: perl
3608            ! pod/perltodo.pod
3609 ____________________________________________________________________________
3610 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
3611         Log: Typos in perldiag.
3612      Branch: perl
3613            ! pod/perldiag.pod
3614 ____________________________________________________________________________
3615 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
3616         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
3617              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
3618              Date: Mon, 6 Oct 2003 08:45:29 +0200 
3619              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
3620      Branch: perl
3621            ! pod/perlapi.pod pp_pack.c
3622 ____________________________________________________________________________
3623 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
3624         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
3625              From: Abigail <abigail@abigail.nl>
3626              Date: Mon, 6 Oct 2003 05:55:21 -0700
3627              Message-ID: <20031006125521.GA26446@ucan.foad.org>
3628      Branch: perl
3629            ! pod/perlfunc.pod
3630 ____________________________________________________________________________
3631 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
3632         Log: Add a new option --check to Porting/Maintainers,
3633              to check for files who are listed for several maintainers.
3634      Branch: perl
3635            ! Porting/Maintainers.pm
3636 ____________________________________________________________________________
3637 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
3638         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
3639              From: Fergal Daly <fergal@esatclear.ie>
3640              Date: Mon, 6 Oct 2003 00:25:29 +0100
3641              Message-Id: <200310060025.29122.fergal@esatclear.ie>
3642              
3643              Plus regeneration of META.yml
3644      Branch: perl
3645            ! META.yml Porting/makemeta
3646 ____________________________________________________________________________
3647 [ 21406] By: ams                                   on 2003/10/06  04:22:11
3648         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
3649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3650              Date: Sun, 5 Oct 2003 21:27:54 +0200
3651              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
3652              (Applied with tweaks to op.c and a comment.)
3653      Branch: perl
3654            ! op.c t/lib/warnings/op
3655 ____________________________________________________________________________
3656 [ 21405] By: ams                                   on 2003/10/06  03:56:54
3657         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
3658              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
3659              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
3660              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
3661              (Applied with minor tweaks.)
3662      Branch: perl
3663            ! pod/perlsyn.pod
3664 ____________________________________________________________________________
3665 [ 21404] By: ams                                   on 2003/10/06  03:32:50
3666         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
3667              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
3668              Date: 5 Oct 2003 18:40:36 -0000
3669              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
3670              (Applied without $VERSION update.)
3671      Branch: perl
3672            ! lib/Tie/Hash.pm
3673 ____________________________________________________________________________
3674 [ 21403] By: ams                                   on 2003/10/06  03:26:39
3675         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
3676              From: Robert Spier <rspier@pobox.com>
3677              Date: Sun, 05 Oct 2003 21:34:30 -0700
3678              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
3679      Branch: perl
3680            ! pod/perlretut.pod
3681 ____________________________________________________________________________
3682 [ 21402] By: ams                                   on 2003/10/05  03:08:53
3683         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
3684              From: Steve Grazzini <grazz@pobox.com>
3685              Date: Sat, 4 Oct 2003 18:15:23 -0400
3686              Message-Id: <20031004221523.GA29324@grazzini.net>
3687      Branch: perl
3688            ! pp_sys.c
3689 ____________________________________________________________________________
3690 [ 21401] By: ams                                   on 2003/10/02  17:25:34
3691         Log: Subject: Re: 5.8.1 and srand
3692              From: Slaven Rezic <slaven@rezic.de>
3693              Date: Thu, 2 Oct 2003 15:51:11 +0000
3694              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
3695      Branch: perl
3696            ! t/op/fork.t
3697 ____________________________________________________________________________
3698 [ 21400] By: hv                                    on 2003/10/02  09:34:36
3699         Log: minor cleanup for Changes
3700      Branch: perl
3701            ! Changes
3702 ____________________________________________________________________________
3703 [ 21399] By: hv                                    on 2003/10/02  09:18:27
3704         Log: Update changes
3705      Branch: perl
3706            ! Changes patchlevel.h
3707 ____________________________________________________________________________
3708 [ 21398] By: hv                                    on 2003/10/02  09:15:42
3709         Log: build perlapi.pod in deterministic order even when functions differ
3710              only in case; regen perlapi.pod
3711      Branch: perl
3712            ! autodoc.pl pod/perlapi.pod
3713 ____________________________________________________________________________
3714 [ 21397] By: ams                                   on 2003/10/02  07:48:51
3715         Log: Subject: Re: 5.8.1 and srand
3716              From: Brendan O'Dea <bod@debian.org>
3717              Date: Thu, 2 Oct 2003 10:30:36 +1000
3718              Message-Id: <20031002003036.GA9198@londo.c47.org>
3719      Branch: perl
3720            ! util.c
3721 ____________________________________________________________________________
3722 [ 21396] By: ams                                   on 2003/10/01  22:18:13
3723         Log: Update Changes.
3724      Branch: perl
3725            ! Changes patchlevel.h
3726 ____________________________________________________________________________
3727 [ 21394] By: ams                                   on 2003/10/01  20:28:20
3728         Log: Subject: misapplied patch 19452
3729              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3730              Date: Tue, 30 Sep 2003 06:01:50 -0700
3731              Message-Id: <20030930130150.GA1436@efn.org>
3732      Branch: perl
3733            ! pp_hot.c
3734 ____________________________________________________________________________
3735 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
3736         Log: Revamp the section on local() in perlsub.
3737              - avoid using the word "declare" in conjunction with local()
3738              - less archaelogical references
3739              - more about localization of lvalues
3740              - removes examples of localization of tied hashes that don't work
3741              - give titles to subsections
3742              - explain localization of magic values
3743              - explain localization of globs
3744              - fix link to perldelta
3745      Branch: perl
3746            ! pod/perlsub.pod
3747 ____________________________________________________________________________
3748 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
3749         Log: Useless "local $_" in a perlfaq3 example
3750      Branch: perl
3751            ! pod/perlfaq3.pod
3752 ____________________________________________________________________________
3753 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
3754         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
3755              From: grommel@sears.com
3756              Date: Mon, 29 Sep 2003 14:45:16 -0500
3757              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
3758      Branch: perl
3759            ! hints/svr4.sh t/op/pack.t
3760 ____________________________________________________________________________
3761 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
3762         Log: Add a TODO test for bug #23790, by Abigail
3763      Branch: perl
3764            ! t/op/sub_lval.t
3765 ____________________________________________________________________________
3766 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
3767         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
3768              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3769              Date: Tue, 30 Sep 2003 04:53:02 -0700
3770              Message-ID: <20030930115302.GA3200@efn.org>
3771      Branch: perl
3772            ! pod/perlfunc.pod
3773 ____________________________________________________________________________
3774 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
3775         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
3776              From: Tom Horsley <Tom.Horsley@ccur.com>
3777              Date: Mon, 29 Sep 2003 13:00:09 GMT
3778              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
3779      Branch: perl
3780            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
3781 ____________________________________________________________________________
3782 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
3783         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
3784              From: Steve Hay <steve.hay@uk.radan.com>
3785              Date: Mon, 29 Sep 2003 11:50:23 +0100
3786              Message-ID: <3F780E6F.3020704@uk.radan.com>
3787      Branch: perl
3788            ! pod/splitpod
3789 ____________________________________________________________________________
3790 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
3791         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
3792              From: Brendan O'Dea <bod@debian.org>
3793              Date: Sun, 28 Sep 2003 23:23:34 +1000
3794              Message-ID: <20030928132334.GA29499@londo.c47.org>
3795      Branch: perl
3796            ! pod/perlrun.pod
3797 ____________________________________________________________________________
3798 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
3799         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
3800      Branch: perl
3801            ! Porting/Maintainers.pl
3802 ____________________________________________________________________________
3803 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
3804         Log: Missing +x bits.
3805      Branch: perl
3806            ! Porting/makerel
3807 ____________________________________________________________________________
3808 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
3809         Log: Update the perldelta for 5.9.0.
3810      Branch: perl
3811            ! pod/perldelta.pod
3812 ____________________________________________________________________________
3813 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
3814         Log: Add the perl581delta manpage.
3815              Regenerate the table of contents.
3816      Branch: perl
3817            + pod/perl581delta.pod
3818            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
3819            ! vms/descrip_mms.template win32/pod.mak
3820 ____________________________________________________________________________
3821 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
3822         Log: Update perlhist.pod
3823      Branch: perl
3824            ! pod/perlhist.pod
3825 ____________________________________________________________________________
3826 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
3827         Log: Sync with libnet 1.17
3828      Branch: perl
3829            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
3830 ____________________________________________________________________________
3831 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
3832         Log: Update to Scalar-List-Utils 1.13
3833      Branch: perl
3834            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
3835            ! ext/List/Util/lib/List/Util.pm
3836            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
3837 ____________________________________________________________________________
3838 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
3839         Log: CPAN sites update.
3840      Branch: perl
3841            ! pod/perlmodlib.PL
3842 ____________________________________________________________________________
3843 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
3844         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
3845              From: Greg Matheson <lang@ms.chinmin.edu.tw>
3846              Date: Wed, 24 Sep 2003 22:51:09 +0800
3847              Message-ID: <20030924225109.A17126@ms>
3848              
3849              (Win98 + MinGW, a missing Win95.pm hunk)
3850      Branch: perl
3851            ! lib/ExtUtils/MM_Win95.pm
3852 ____________________________________________________________________________
3853 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
3854         Log: AUTHORS tweak.
3855      Branch: perl
3856            ! AUTHORS
3857 ____________________________________________________________________________
3858 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
3859         Log: Even though undefing SPACE and FORMAT should be safe,
3860              at this point I'm choosing to be paranoid and using
3861              #ifdef __Lynx__.
3862      Branch: perl
3863            ! perl.h
3864 ____________________________________________________________________________
3865 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
3866         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS 
3867              From: Olli Savia (via RT) <perlbug-followup@perl.org>
3868              Date: 24 Sep 2003 15:42:41 -0000
3869              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
3870      Branch: perl
3871            ! mg.c perl.h perlio.c pp_sys.c
3872 ____________________________________________________________________________
3873 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
3874         Log: Subject: [DOCPATCH] attributes.pm
3875              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3876              Date: Wed, 24 Sep 2003 11:00:42 +0200
3877              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
3878              
3879              (reformatted a bit)
3880      Branch: perl
3881            ! lib/attributes.pm
3882 ____________________________________________________________________________
3883 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
3884         Log: A fix from Graham for
3885              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
3886              (seemingly a NV casting issue)
3887      Branch: perl
3888            ! ext/List/Util/Util.xs
3889 ____________________________________________________________________________
3890 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
3891         Log: Someone actually reads the Makefile.PL messages, it seems.
3892              (from Jonathan Leffler)
3893      Branch: perl
3894            ! ext/Time/HiRes/Makefile.PL
3895 ____________________________________________________________________________
3896 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
3897         Log: perliol tweaks.
3898      Branch: perl
3899            ! pod/perliol.pod
3900 ____________________________________________________________________________
3901 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
3902         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
3903              (plus a few typos.)
3904      Branch: perl
3905            ! pod/perlfaq7.pod pod/perlpodspec.pod
3906 ____________________________________________________________________________
3907 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
3908         Log: Subject: [PATCH] perlvar
3909              From: Juerd <juerd@convolution.nl>
3910              Date: Sun, 21 Sep 2003 21:40:54 +0200
3911              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
3912      Branch: perl
3913            ! pod/perlvar.pod
3914 ____________________________________________________________________________
3915 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
3916         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
3917              From: grommel@sears.com
3918              Date: Tue, 23 Sep 2003 13:40:33 -0500
3919              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
3920      Branch: perl
3921            ! hints/svr4.sh t/op/stat.t
3922 ____________________________________________________________________________
3923 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
3924         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
3925              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3926              Date: Tue, 23 Sep 2003 09:13:55 -0700
3927              Message-ID: <20030923161354.GA2432@efn.org>
3928      Branch: perl
3929            ! INSTALL
3930 ____________________________________________________________________________
3931 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
3932         Log: Minor nit in a debug message of the tokenizer.
3933      Branch: perl
3934            ! toke.c
3935 ____________________________________________________________________________
3936 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
3937         Log: Let's call it 2.34, already (from Johan).
3938      Branch: perl
3939            ! lib/Getopt/Long.pm
3940 ____________________________________________________________________________
3941 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
3942         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
3943              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3944              Date: Tue, 23 Sep 2003 15:04:35 +0200
3945              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
3946              
3947              (add -we147 to ccflags if cc = ICC so that prototype
3948              detection works right)
3949      Branch: perl
3950            ! hints/linux.sh
3951 ____________________________________________________________________________
3952 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
3953         Log: Bump the Encode version to 1.9801 since we are no more identical
3954              to the CPAN version.
3955      Branch: perl
3956            ! ext/Encode/Encode.pm
3957 ____________________________________________________________________________
3958 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
3959         Log: ucmlintage.
3960      Branch: perl
3961            ! ext/Encode/ucm/gsm0338.ucm
3962 ____________________________________________________________________________
3963 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
3964         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
3965              
3966              Fix as much as possible - the specification is still
3967              a bit unclear.
3968      Branch: perl
3969            + ext/Encode/t/gsm0338.t
3970            ! MANIFEST ext/Encode/MANIFEST
3971            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
3972 ____________________________________________________________________________
3973 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
3974         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
3975              From: Stephen McCamant <smcc@MIT.EDU>
3976              Date: Mon, 22 Sep 2003 20:53:57 -0700
3977              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
3978      Branch: perl
3979            ! ext/B/B/Deparse.pm
3980 ____________________________________________________________________________
3981 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
3982         Log: Subject: [PATCH] RC5 and Intel's ICC
3983              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3984              Date: Mon, 22 Sep 2003 22:52:40 +0200
3985              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
3986              
3987              (the missing void return type)
3988      Branch: perl
3989            ! ext/threads/shared/shared.xs
3990 ____________________________________________________________________________
3991 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
3992         Log: Subject: [PATCH] RC5 and Intel's ICC
3993              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3994              Date: Mon, 22 Sep 2003 22:52:40 +0200
3995              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
3996              
3997              (the attribute part)
3998      Branch: perl
3999            ! ext/Devel/PPPort/PPPort.pm perl.h
4000 ____________________________________________________________________________
4001 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
4002         Log: Stray CRs noticed by Jan Dubois.
4003      Branch: perl
4004            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
4005 ____________________________________________________________________________
4006 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
4007         Log: The RCs have been missing CRs from certain files because
4008              not all shells can handle multiline arguments right.
4009      Branch: perl
4010            ! Porting/makerel
4011 ____________________________________________________________________________
4012 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
4013         Log: When localising a magic value, propagæte the readonly flag
4014              only if this scalar has \0 magic or has magic without a
4015              'set' method. (follows change #20479 for bug #23141.)
4016      Branch: perl
4017            ! scope.c t/op/local.t
4018 ____________________________________________________________________________
4019 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
4020         Log: An error message need not be a novel.
4021      Branch: perl
4022            ! pod/perldiag.pod pp_hot.c
4023 ____________________________________________________________________________
4024 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
4025         Log: Upgrade to Math::BigInt 1.66.
4026      Branch: perl
4027            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4028            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4029            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4030            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
4031            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4032 ____________________________________________________________________________
4033 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
4034         Log: Some more perlio doc tweaks based on NI-S.
4035      Branch: perl
4036            ! pod/perliol.pod
4037 ____________________________________________________________________________
4038 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
4039         Log: Upgrade to Time::HiRes 1.51.
4040      Branch: perl
4041            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4042 ____________________________________________________________________________
4043 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
4044         Log: Upgrade to Getopt::Long 2.33_03.
4045      Branch: perl
4046            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4047 ____________________________________________________________________________
4048 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
4049         Log: CPAN.pm 1.76_01 from Andreas.
4050      Branch: perl
4051            ! lib/CPAN.pm
4052 ____________________________________________________________________________
4053 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
4054         Log: Regen toc.
4055      Branch: perl
4056            ! pod/perltoc.pod
4057 ____________________________________________________________________________
4058 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
4059         Log: Handle also the curliffy files when tocing.
4060      Branch: perl
4061            ! pod/buildtoc
4062 ____________________________________________________________________________
4063 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
4064         Log: Macrofy the compile/runtime test.
4065      Branch: perl
4066            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
4067 ____________________________________________________________________________
4068 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
4069         Log: Tweak the section name to agree with the change #21295.
4070      Branch: perl
4071            ! lib/PerlIO.pm
4072 ____________________________________________________________________________
4073 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
4074         Log: One obvious place to look for PerlIO implementations.
4075      Branch: perl
4076            ! pod/perliol.pod
4077 ____________________________________________________________________________
4078 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
4079         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
4080              From: Dave Mitchell <davem@fdgroup.com>
4081              Date: Fri, 19 Sep 2003 19:35:44 +0100
4082              Message-ID: <20030919183544.GA14563@fdgroup.com>
4083      Branch: perl
4084            ! pp_ctl.c
4085 ____________________________________________________________________________
4086 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
4087         Log: More PerlIO documentation. 
4088      Branch: perl
4089            ! lib/PerlIO.pm pod/perliol.pod
4090 ____________________________________________________________________________
4091 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
4092         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
4093              (The real bug was mp2 being too "friendly" with MM innards.)
4094      Branch: perl
4095            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4096            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
4097 ____________________________________________________________________________
4098 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
4099         Log: In FreeBSD allow one to try using Perl's malloc with threads.
4100      Branch: perl
4101            ! hints/freebsd.sh
4102 ____________________________________________________________________________
4103 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
4104         Log: Missing perlfaq chunk.
4105      Branch: perl
4106            ! pod/perlfaq4.pod
4107 ____________________________________________________________________________
4108 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
4109         Log: FAQ sync.
4110      Branch: perl
4111            ! pod/perlfaq4.pod
4112 ____________________________________________________________________________
4113 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
4114         Log: Subject: typo fixo
4115              From: Vadim Konovalov <konovalo@mail.wplus.net>
4116              Date: Fri, 19 Sep 2003 06:32:08 +0400
4117              Message-ID: <4538131828.20030919063208@mail.wplus.net>
4118      Branch: perl
4119            ! pod/perlunicode.pod
4120 ____________________________________________________________________________
4121 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
4122         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
4123              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4124              Date: Thu, 18 Sep 2003 19:01:06 -0700
4125              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
4126      Branch: perl
4127            ! os2/os2.c
4128 ____________________________________________________________________________
4129 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
4130         Log: Tests for change #21284.
4131      Branch: perl
4132            ! lib/dumpvar.t
4133 ____________________________________________________________________________
4134 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
4135         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
4136              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4137              Date: Thu, 18 Sep 2003 18:58:59 -0700
4138              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
4139      Branch: perl
4140            ! lib/dumpvar.pl
4141 ____________________________________________________________________________
4142 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
4143         Log: Perlfaq nits from Iain Truskett.
4144              (from the perlfaq-workers list)
4145      Branch: perl
4146            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
4147 ____________________________________________________________________________
4148 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
4149         Log: Integrate a change from the perlfaq CVS.
4150              I consider the bleadperl version being more up-to-date as of now.
4151      Branch: perl
4152            ! pod/perlfaq3.pod
4153 ____________________________________________________________________________
4154 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
4155         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
4156              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4157              Date: Thu, 18 Sep 2003 11:02:02 -0700
4158              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
4159              
4160              (use stat.t instead of time.t)
4161      Branch: perl
4162            ! os2/os2ish.h pp_sys.c t/op/stat.t
4163 ____________________________________________________________________________
4164 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
4165         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
4166              From: Rick Delaney <rick.delaney@rogers.com>
4167              Date: Wed, 1 Jan 2003 22:54:59 -0500
4168              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
4169              
4170              (Pity the first patch fell through the cracks back then.
4171              Not that forbidding non-object copy constructors is the right
4172              thing to do but the bug could use fixing.)
4173      Branch: perl
4174            ! lib/overload.t pp.h
4175 ____________________________________________________________________________
4176 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
4177         Log: Subject: [PATCH] small fix for Devel::PPPort
4178              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
4179              Date: Thu, 18 Sep 2003 10:14:58 +0200
4180              Message-id: <20030918081458.GA2653@ethan>
4181      Branch: perl
4182            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
4183 ____________________________________________________________________________
4184 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
4185         Log: ld has many guises.
4186      Branch: perl
4187            ! lib/ExtUtils/t/MM_Unix.t
4188 ____________________________________________________________________________
4189 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
4190         Log: Missed OS/2 patch hunk.
4191      Branch: perl
4192            ! os2/os2.c
4193 ____________________________________________________________________________
4194 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
4195         Log: Subject: Patch for VMS::Filespec
4196              From: Ken Williams <ken@mathforum.org>
4197              Date: Wed, 17 Sep 2003 20:11:46 -0500
4198              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
4199      Branch: perl
4200            ! vms/ext/Filespec.pm
4201 ____________________________________________________________________________
4202 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
4203         Log: Subject: 5.8.1 warnings when long double == double
4204              From: Andy Dougherty <doughera@lafayette.edu>
4205              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
4206              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
4207              (the changed message)
4208      Branch: perl
4209            ! Configure
4210 ____________________________________________________________________________
4211 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
4212         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
4213              for "is this symbol defined" scanning of Configure.
4214      Branch: perl
4215            ! Configure
4216 ____________________________________________________________________________
4217 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
4218         Log: Make it possible to override the mistrustnm hint in Solaris.
4219      Branch: perl
4220            ! hints/solaris_2.sh
4221 ____________________________________________________________________________
4222 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
4223         Log: A potential fix for non-empty LD in Unix.
4224      Branch: perl
4225            ! lib/ExtUtils/t/MM_Unix.t
4226 ____________________________________________________________________________
4227 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
4228         Log: Subject: RE: MM in maint@21251 breaks mp2
4229              From: "Orton, Yves" <yves.orton@de.mci.com>
4230              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
4231              Date: Wed, 17 Sep 2003 15:47:35 +0100
4232      Branch: perl
4233            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4234            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
4235 ____________________________________________________________________________
4236 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
4237         Log: The AIX C product potentially consists of several packages,
4238              the main package being (hopefully) the first one.
4239      Branch: perl
4240            ! hints/aix.sh
4241 ____________________________________________________________________________
4242 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
4243         Log: Fix Solaris ccversion not having the cc version.
4244      Branch: perl
4245            ! hints/solaris_2.sh
4246 ____________________________________________________________________________
4247 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
4248         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
4249              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4250              Date: Tue, 16 Sep 2003 23:49:42 -0700
4251              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
4252      Branch: perl
4253            ! os2/os2ish.h
4254 ____________________________________________________________________________
4255 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
4256         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
4257              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4258              Date: Tue, 16 Sep 2003 23:21:48 -0700
4259              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
4260      Branch: perl
4261            ! os2/OS2/Process/t/os2_process.t
4262 ____________________________________________________________________________
4263 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
4264         Log: Subject: [PATCH 5.8.1 @21211] magic.t
4265              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4266              Date: Tue, 16 Sep 2003 19:17:57 -0700
4267              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
4268      Branch: perl
4269            ! t/op/magic.t
4270 ____________________________________________________________________________
4271 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
4272         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
4273              From: Dave Mitchell <davem@fdgroup.com>
4274              Date: Tue, 16 Sep 2003 21:56:20 +0100
4275              Message-ID: <20030916205620.GB1246@fdgroup.com>
4276      Branch: perl
4277            ! pod/perlfunc.pod
4278 ____________________________________________________________________________
4279 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
4280         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
4281      Branch: perl
4282            + ext/Time/HiRes/hints/svr4.pl
4283            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
4284 ____________________________________________________________________________
4285 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
4286         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
4287              From: Andy Dougherty <doughera@lafayette.edu>
4288              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
4289              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
4290      Branch: perl
4291            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
4292 ____________________________________________________________________________
4293 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
4294         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
4295              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
4296              Date: Wed, 4 Jun 2003 00:45:23 -0700
4297              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
4298      Branch: perl
4299            ! lib/Getopt/Std.pm
4300 ____________________________________________________________________________
4301 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
4302         Log: Give a concrete example of the still existing Unicode slowness.
4303      Branch: perl
4304            ! pod/perlunicode.pod
4305 ____________________________________________________________________________
4306 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
4307         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
4308              use File::Spec 0.8 is unhappy.
4309      Branch: perl
4310            ! lib/File/Spec.pm
4311 ____________________________________________________________________________
4312 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
4313         Log: The test is not needed, says Schwern.
4314      Branch: perl
4315            - lib/base/t/fields-560.t
4316            ! MANIFEST
4317 ____________________________________________________________________________
4318 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
4319         Log: Upgrade to File::Spec 0.85_03.
4320      Branch: perl
4321            + lib/File/Spec/t/crossplatform.t
4322            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
4323            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4324            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4325            ! lib/File/Spec/t/Spec.t
4326 ____________________________________________________________________________
4327 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
4328         Log: Upgrade to MakeMaker 6.17.
4329      Branch: perl
4330            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
4331            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
4332            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
4333            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4334            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4335            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
4336            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
4337            ! t/lib/MakeMaker/Test/Utils.pm
4338 ____________________________________________________________________________
4339 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
4340         Log: Upgrade to base 2.03.
4341              (Rename the fields-5.6.0.t to have less d.o.t.s.)
4342      Branch: perl
4343            + lib/base/t/base.t lib/base/t/fields-560.t
4344            + lib/base/t/fields-base.t lib/base/t/fields.t
4345            - lib/fields-base.t lib/fields.t
4346            ! MANIFEST lib/base.pm lib/fields.pm
4347 ____________________________________________________________________________
4348 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
4349         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
4350              From: PPrymmer@factset.com
4351              Date: Mon, 15 Sep 2003 15:28:52 -0400
4352              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
4353      Branch: perl
4354            ! lib/Memoize/t/tie_sdbm.t
4355 ____________________________________________________________________________
4356 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
4357         Log: Check the context of for/grep/map.
4358      Branch: perl
4359            ! t/op/grep.t
4360 ____________________________________________________________________________
4361 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
4362         Log: For-non-perlio places we need STDOUT back.
4363      Branch: perl
4364            ! t/io/dup.t
4365 ____________________________________________________________________________
4366 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
4367         Log: Also IRIX wants setlogsock('stream').
4368      Branch: perl
4369            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
4370 ____________________________________________________________________________
4371 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
4372         Log: More portable reading.
4373      Branch: perl
4374            ! t/io/dup.t
4375 ____________________________________________________________________________
4376 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
4377         Log: More dup testing.
4378      Branch: perl
4379            ! t/io/dup.t
4380 ____________________________________________________________________________
4381 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
4382         Log: Use $Config{_exe}.
4383      Branch: perl
4384            ! t/run/switches.t
4385 ____________________________________________________________________________
4386 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
4387         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
4388              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4389              Date: Sat, 13 Sep 2003 20:20:30 -0700
4390              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
4391      Branch: perl
4392            ! os2/os2.c t/run/switches.t
4393 ____________________________________________________________________________
4394 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
4395         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
4396              From: Michael G Schwern <schwern@pobox.com>
4397              Date: Thu, 11 Sep 2003 15:07:10 -0700
4398              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
4399              
4400              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
4401      Branch: perl
4402            ! lib/ExtUtils/t/Manifest.t
4403 ____________________________________________________________________________
4404 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
4405         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
4406              From: "Craig A. Berry" <craigberry@mac.com>
4407              Date: Sun, 14 Sep 2003 00:23:56 -0500
4408              Message-ID: <3F63FB6C.5040502@mac.com>
4409      Branch: perl
4410            ! perlio.c
4411 ____________________________________________________________________________
4412 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
4413         Log: parse_version doesn't always succeed.
4414      Branch: perl
4415            ! Porting/cmpVERSION.pl
4416 ____________________________________________________________________________
4417 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
4418         Log: pod changes, so change $VERSION.
4419      Branch: perl
4420            ! lib/Fatal.pm
4421 ____________________________________________________________________________
4422 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
4423         Log: Subject: Re: unicode regex problem
4424              From: hv@crypt.org
4425              Date: Sat, 13 Sep 2003 15:21:34 +0100
4426              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
4427      Branch: perl
4428            ! regcomp.c t/op/pat.t
4429 ____________________________________________________________________________
4430 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
4431         Log: More PerlIO warnings changes.
4432      Branch: perl
4433            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
4434 ____________________________________________________________________________
4435 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
4436         Log: The "perlio: " prefix looks a little odd
4437              in the few warning/error messages, since
4438              no other 'subsystems' have prefixes.
4439      Branch: perl
4440            ! perlio.c pod/perldiag.pod t/io/open.t
4441 ____________________________________________________________________________
4442 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
4443         Log: Layer names were recognized by their prefixes
4444              (e.g. open(F, ":u", "file") worked...)
4445      Branch: perl
4446            ! perlio.c t/io/open.t
4447 ____________________________________________________________________________
4448 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
4449         Log: Apparently at some point doing 3-arg open with
4450              illegal mode like ">>>" had stopped croaking.
4451      Branch: perl
4452            ! doio.c t/io/open.t
4453 ____________________________________________________________________________
4454 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
4455         Log: Minuscule code cleanup.
4456      Branch: perl
4457            ! doio.c
4458 ____________________________________________________________________________
4459 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
4460         Log: Subject: [perl #23788] int of a fraction errors 
4461              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
4462              Date: 11 Sep 2003 22:38:19 -0000
4463              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
4464              
4465              Add a separate faq entry for int().  (Yes, a bit redundant
4466              with the existing "why are my numbers broken" entry.)
4467      Branch: perl
4468            ! pod/perlfaq4.pod
4469 ____________________________________________________________________________
4470 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
4471         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
4472              From: Stas Bekman <stas@stason.org>
4473              Date: Fri, 12 Sep 2003 13:44:11 -0700
4474              Message-ID: <3F62301B.3080604@stason.org>
4475              
4476              s/discipline/IO layer/, instead of "unknown" say "unavailable",
4477              and have the fuller explanation in perldiag.
4478      Branch: perl
4479            ! doio.c pod/perldiag.pod
4480 ____________________________________________________________________________
4481 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
4482         Log: Make the new glob tests pass (well, skip) even with miniperl.
4483      Branch: perl
4484            ! t/run/fresh_perl.t
4485 ____________________________________________________________________________
4486 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
4487         Log: Stringify the $VERSION of DynaLoader so it's never dependent
4488              on localized float-to-string conversions.
4489      Branch: perl
4490            ! ext/DynaLoader/DynaLoader_pm.PL
4491 ____________________________________________________________________________
4492 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
4493         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
4494              since that would break a lot of code.)  Also few
4495              stray UTF16s, UTF32s, and "encoded in Unicode".
4496      Branch: perl
4497            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
4498            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
4499            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
4500            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
4501            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
4502 ____________________________________________________________________________
4503 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
4504         Log: The buildtoc now has options.
4505      Branch: perl
4506            ! pod/Makefile.SH
4507 ____________________________________________________________________________
4508 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
4509         Log: Some more tweaks on open ...&=.
4510      Branch: perl
4511            ! pod/perlfunc.pod
4512 ____________________________________________________________________________
4513 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
4514         Log: Slightly more documentation for open ...&=.
4515      Branch: perl
4516            ! pod/perlfunc.pod
4517 ____________________________________________________________________________
4518 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
4519         Log: Document the new strict strict in strict.
4520      Branch: perl
4521            ! lib/strict.pm
4522 ____________________________________________________________________________
4523 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
4524         Log: More comments for the FreeBSD threads hints.
4525      Branch: perl
4526            ! hints/freebsd.sh
4527 ____________________________________________________________________________
4528 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
4529         Log: More refactoring of the FreeBSD threads hints.
4530              Basically, for fresh enough 5.x the -pthread is dropped,
4531              otherwise keep it, and no known FreeBSD release has
4532              a functional gethostbyaddr_r.
4533      Branch: perl
4534            ! hints/freebsd.sh
4535 ____________________________________________________________________________
4536 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
4537         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
4538              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4539              Date: Thu, 11 Sep 2003 09:15:04 -0700
4540              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
4541      Branch: perl
4542            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
4543            ! os2/OS2/Process/Process.xs
4544 ____________________________________________________________________________
4545 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
4546         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
4547              From: "Brendan O'Dea" <bod@debian.org>
4548              Date: Fri, 12 Sep 2003 00:12:51 +1000
4549              Message-ID: <20030911141251.GA26907@londo.c47.org>
4550      Branch: perl
4551            ! perl.c
4552 ____________________________________________________________________________
4553 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
4554         Log: The change of not needing -pthread in FreeBSD 5.x
4555              is very recent (Sep 3) (from Anton Berezin).
4556      Branch: perl
4557            ! hints/freebsd.sh
4558 ____________________________________________________________________________
4559 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
4560         Log: Upgrade to Pod::Perldoc 3.10.
4561              (Yes, the doughera address change is wrong, but hardly worth 3.11.) 
4562      Branch: perl
4563            ! lib/Pod/Perldoc.pm
4564 ____________________________________________________________________________
4565 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
4566         Log: Upgrade to base 2.02.
4567      Branch: perl
4568            + lib/fields-base.t
4569            ! MANIFEST lib/base.pm lib/fields.t
4570 ____________________________________________________________________________
4571 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
4572         Log: Replace #21158 with a better patch from Hugo
4573              (for [perl #23769]).
4574      Branch: perl
4575            ! regcomp.c regexec.c t/op/pat.t
4576 ____________________________________________________________________________
4577 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
4578         Log: Subject: [PATCH][TESTS] dumpvar.pl
4579              From: Joe McMahon <mcmahon@metalab.unc.edu>
4580              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
4581              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
4582      Branch: perl
4583            ! lib/dumpvar.pl lib/dumpvar.t
4584 ____________________________________________________________________________
4585 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
4586         Log: Enache still wants -pthread gone for FreeBSD 5.x
4587              since it doesn't work with the latest -current.
4588      Branch: perl
4589            ! hints/freebsd.sh
4590 ____________________________________________________________________________
4591 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
4592         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
4593              From: Stas Bekman <stas@stason.org>
4594              Date: Thu, 28 Aug 2003 16:10:48 -0700
4595              Message-ID: <3F4E8BF8.1090800@stason.org>
4596      Branch: perl
4597            ! emacs/cperl-mode.el emacs/ptags
4598 ____________________________________________________________________________
4599 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
4600         Log: Retract #21149, sez Schwern.
4601      Branch: perl
4602            ! lib/Test/More.pm
4603 ____________________________________________________________________________
4604 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
4605         Log: Retract #21168 based on advice from Anton Berezin (added).
4606      Branch: perl
4607            ! hints/freebsd.sh
4608 ____________________________________________________________________________
4609 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
4610         Log: Subject: nit to hints/freebsd.sh
4611              From: Enache Adrian <enache@rdslink.ro>
4612              Date: Wed, 10 Sep 2003 19:50:59 +0300
4613              Message-ID: <20030910165059.GB1321@ratsnest.hole>
4614      Branch: perl
4615            ! hints/freebsd.sh
4616 ____________________________________________________________________________
4617 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
4618         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
4619              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
4620              Date: Sun, 31 Aug 2003 22:08:19 GMT
4621              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
4622              
4623              The test has been moved into warnings.pm's test suite. Note
4624              that this patch fixed as well the behaviour of warnings::enabled
4625              regarding lexical scoping and different files; hence the expected
4626              results in a few tests in /t/lib/warnings/9enabled has been
4627              reverted.
4628      Branch: perl
4629            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
4630 ____________________________________________________________________________
4631 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
4632         Log: Remove the warning in perlfaq about using map in void context :
4633              From: abigail@abigail.nl (Abigail)
4634              Subject: [PATCH perlfaq6] map in a void context.
4635              Date: Tue, 9 Sep 2003 10:31:58 +0200
4636              Message-ID: <20030909083158.GA24125@abigail.nl>
4637      Branch: perl
4638            ! pod/perlfaq6.pod
4639 ____________________________________________________________________________
4640 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
4641         Log: Subject: [PATCH] AUTHORS
4642              From: enache@rdslink.ro (Enache Adrian)
4643              Date: Tue, 9 Sep 2003 19:34:05 +0300
4644              Message-ID: <20030909163405.GB1398@ratsnest.hole>
4645      Branch: perl
4646            ! AUTHORS
4647 ____________________________________________________________________________
4648 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
4649         Log: Regen perlapi.
4650      Branch: perl
4651            ! pod/perlapi.pod
4652 ____________________________________________________________________________
4653 [ 21163] By: merijn                                on 2003/09/10  15:31:27
4654         Log: Subject: [perl #23778] hints/aix.sh 
4655              Date: 10 Sep 2003 16:30:32 -0000
4656              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
4657              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
4658      Branch: perl
4659            ! hints/aix.sh
4660 ____________________________________________________________________________
4661 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
4662         Log: blead version of #21161.
4663      Branch: perl
4664            ! pod/perlvar.pod
4665 ____________________________________________________________________________
4666 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
4667         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
4668              From: PPrymmer@factset.com
4669              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
4670              Date: Fri, 5 Sep 2003 17:46:48 -0400
4671      Branch: perl
4672            ! lib/File/Spec/t/Spec.t
4673 ____________________________________________________________________________
4674 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
4675         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
4676              From: Kurt Starsinic <kstar@cpan.org>
4677              Date: Tue, 9 Sep 2003 23:16:00 -0400
4678              Message-ID: <20030910031600.GA30554@verizon.net>
4679              
4680              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
4681              From: "Brendan O'Dea" <bod@debian.org>
4682              Date: Wed, 10 Sep 2003 22:03:15 +1000
4683              Message-ID: <20030910120315.GA1372@londo.c47.org>
4684      Branch: perl
4685            ! t/lib/h2ph.pht utils/h2ph.PL
4686 ____________________________________________________________________________
4687 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
4688         Log: Unicode regex broken on simple example
4689              regrepeat() did not work right for UTF-8(ed Latin-1)
4690              in the EXACT case, which made the \x{a0}+ fail.
4691      Branch: perl
4692            ! regexec.c t/op/pat.t
4693 ____________________________________________________________________________
4694 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
4695         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
4696      Branch: perl
4697            ! pp_hot.c t/io/utf8.t
4698 ____________________________________________________________________________
4699 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
4700         Log: Detypo and explain better.
4701      Branch: perl
4702            ! pod/perldiag.pod
4703 ____________________________________________________________________________
4704 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
4705         Log: If doing rcatline no point rescanning each time
4706              the beginning of the SV for utf8 validity.
4707      Branch: perl
4708            ! pp_hot.c
4709 ____________________________________________________________________________
4710 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
4711         Log: No utf8 warnings without use warnings.
4712      Branch: perl
4713            ! t/io/utf8.t
4714 ____________________________________________________________________________
4715 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
4716         Log: Reading a latin1 file with open(... "<:utf8") will freeze
4717              is no more valid, the script doesn't freeze, but I noticed
4718              that neither does the <FILE> complain about bad UTF-8 as it
4719              should and as it does with :encoding(utf8).
4720      Branch: perl
4721            ! pp_hot.c t/io/utf8.t
4722 ____________________________________________________________________________
4723 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
4724         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
4725              of Perl_utf8_is_string().
4726      Branch: perl
4727            ! embed.fnc embed.h global.sym proto.h utf8.c
4728 ____________________________________________________________________________
4729 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
4730         Log: Document a PerlIO/Encode warning.
4731      Branch: perl
4732            ! pod/perldiag.pod
4733 ____________________________________________________________________________
4734 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
4735         Log: Subject: Re: maint @ 21116
4736              From: Fergal Daly <fergal@esatclear.ie>
4737              Date: Tue, 9 Sep 2003 18:26:20 +0100
4738              Message-Id: <200309091826.20630.fergal@esatclear.ie>
4739              
4740              (added warning)
4741      Branch: perl
4742            ! lib/Test/More.pm
4743 ____________________________________________________________________________
4744 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
4745         Log: Adjust the test count.
4746      Branch: perl
4747            ! lib/Test/Simple/t/is_deeply.t
4748 ____________________________________________________________________________
4749 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
4750         Log: AUTHORS update from Dave Mitchell.
4751      Branch: perl
4752            ! AUTHORS
4753 ____________________________________________________________________________
4754 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
4755         Log: Retract #20548 and #20465.
4756      Branch: perl
4757            ! lib/Test/More.pm lib/Test/Simple/t/More.t
4758            ! lib/Test/Simple/t/is_deeply.t
4759 ____________________________________________________________________________
4760 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
4761         Log: Subject: Re: maint @ 21116
4762              From: Enache Adrian <enache@rdslink.ro>
4763              Date: Tue, 9 Sep 2003 16:59:44 +0300
4764              Message-ID: <20030909135944.GA1666@ratsnest.hole>
4765      Branch: perl
4766            ! makedef.pl
4767 ____________________________________________________________________________
4768 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
4769         Log: Retract #21132.
4770      Branch: perl
4771            ! makedef.pl perl.h
4772 ____________________________________________________________________________
4773 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
4774         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
4775      Branch: perl
4776            ! lib/Hash/Util.pm pod/perlrun.pod
4777 ____________________________________________________________________________
4778 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
4779         Log: Subject: =encoding in perlpod/perlpodspec
4780              From: sburke@cpan.org (Sean M. Burke)
4781              Date: Sun, 07 Sep 2003 03:08:28 -0800
4782              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
4783      Branch: perl
4784            ! pod/perlpod.pod pod/perlpodspec.pod
4785 ____________________________________________________________________________
4786 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
4787         Log: One more chance... Elizabeth's change #21107 plus
4788              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
4789              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4790              Date: Tue, 9 Sep 2003 01:44:24 +0200
4791              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
4792      Branch: perl
4793            ! lib/warnings.pm toke.c warnings.pl
4794 ____________________________________________________________________________
4795 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
4796         Log: One more test count tweak.
4797      Branch: perl
4798            ! t/op/grep.t
4799 ____________________________________________________________________________
4800 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
4801         Log: Subject: Re: maint @ 21116
4802              From: Steve Hay <steve.hay@uk.radan.com>
4803              Date: Tue, 09 Sep 2003 09:49:07 +0100
4804              Message-ID: <3F5D9403.3040004@uk.radan.com>
4805      Branch: perl
4806            ! makedef.pl perl.h
4807 ____________________________________________________________________________
4808 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
4809         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
4810              From: david nicol <whatever@davidnicol.com>
4811              Date: 08 Sep 2003 23:39:32 -0500
4812              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
4813              
4814              (a testcase)
4815      Branch: perl
4816            ! t/op/grep.t
4817 ____________________________________________________________________________
4818 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
4819         Log: Ooops, perlio into scalars was already history for this test...
4820      Branch: perl
4821            ! lib/dumpvar.t
4822 ____________________________________________________________________________
4823 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
4824         Log: Cannot do perlio into scalars without perlio.
4825      Branch: perl
4826            ! lib/dumpvar.t
4827 ____________________________________________________________________________
4828 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
4829         Log: I claim that the debugger is untestable until proven otherwise.
4830      Branch: perl
4831            - lib/perl5db/de0.t
4832            ! MANIFEST
4833 ____________________________________________________________________________
4834 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
4835         Log: In trying to save space, the warnings.pl change (#21107)
4836              pulled in attributes.pm... and the change didn't seem to
4837              be that well tested with different configurations.
4838              Retract #21119, #21117, #21107.
4839      Branch: perl
4840            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
4841 ____________________________________________________________________________
4842 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
4843         Log: Really do #21121.
4844      Branch: perl
4845            ! MANIFEST
4846 ____________________________________________________________________________
4847 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
4848         Log: There's no particular reason to have the dumpvar.t
4849              in lib/perl5db/.
4850      Branch: perl
4851            + lib/dumpvar.t
4852            - lib/perl5db/dumpvar.t
4853            ! MANIFEST
4854 ____________________________________________________________________________
4855 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
4856         Log: strict stash seems to have gone, too.
4857      Branch: perl
4858            ! ext/B/t/stash.t
4859 ____________________________________________________________________________
4860 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
4861         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
4862              (due to #21107 apparently.) Adjust this test accordingly.
4863      Branch: perl
4864            ! ext/B/t/stash.t
4865 ____________________________________________________________________________
4866 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
4867         Log: Subject: [PATCH] silence 1 compiler warning
4868              From: Nicholas Clark <nick@ccl4.org>
4869              Date: Mon, 8 Sep 2003 23:04:45 +0100
4870              Message-ID: <20030908230445.E30881@plum.flirble.org>
4871      Branch: perl
4872            ! universal.c
4873 ____________________________________________________________________________
4874 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
4875         Log: Retract #21096, mostly: I had misexplained the situation
4876              to Scott A. Crosby.  Seeing the seed value while not good
4877              for the ultimate paranoia viewpoint is not that bad, as long
4878              as the users are fully aware of the dangers of disclosing
4879              the hash seed.     So hash_seed() is okay.
4880              
4881              Being able to see the hash values (as in Java) would
4882              be another option, but dubious: it's not that per-key
4883              hash values themselves are bad to allow scripts to see,
4884              but rather that hash values are just as sensitive (from
4885              the DoSing viewpoint) as the hash seed itself (and there
4886              usually more hash values than the one hash seed....)
4887      Branch: perl
4888            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
4889 ____________________________________________________________________________
4890 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
4891         Log: Urk.  unique, not shared.
4892      Branch: perl
4893            ! configpm
4894 ____________________________________________________________________________
4895 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
4896         Log: Subject: [PATCH] configpm: about 1.5K less per thread
4897              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4898              Date: Mon, 8 Sep 2003 23:58:34 +0200
4899              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
4900      Branch: perl
4901            ! configpm
4902 ____________________________________________________________________________
4903 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
4904         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
4905              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4906              Date: Mon, 8 Sep 2003 22:22:38 +0200
4907              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
4908      Branch: perl
4909            ! lib/warnings.pm warnings.pl
4910 ____________________________________________________________________________
4911 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
4912         Log: A version of change #21073 that works.
4913      Branch: perl
4914            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
4915 ____________________________________________________________________________
4916 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
4917         Log: Regen perlapi.
4918      Branch: perl
4919            ! pod/perlapi.pod
4920 ____________________________________________________________________________
4921 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
4922         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
4923              being a bad pointer is apparently a known cygwin bug).     The
4924              cure is to initialize the field.
4925      Branch: perl
4926            ! pp_sys.c
4927 ____________________________________________________________________________
4928 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
4929         Log: Bad export.
4930      Branch: perl
4931            ! lib/Hash/Util.t
4932 ____________________________________________________________________________
4933 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
4934         Log: The IPC::Open3 is just too unreliable for this task.
4935      Branch: perl
4936            ! lib/perl5db/de0.t
4937 ____________________________________________________________________________
4938 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
4939         Log: Try to make the de0.t test more robust.
4940              The test is so flakey (too many external things influencing
4941              the result) that I'm likely to leave it out from the maint.
4942      Branch: perl
4943            ! lib/perl5db/de0.t
4944 ____________________________________________________________________________
4945 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
4946         Log: Scott A. Crosby believes in not disclosing
4947              any more information than necessary: therefore
4948              instead of hash_seed() we have now hashes_random().
4949      Branch: perl
4950            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
4951 ____________________________________________________________________________
4952 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
4953         Log: Mac OS X "last resort" recipe.
4954      Branch: perl
4955            ! README.macosx
4956 ____________________________________________________________________________
4957 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
4958         Log: Subject: [patch] AUTHORS
4959              From: Juerd <juerd@cpan.org>
4960              Date: Mon, 8 Sep 2003 08:42:13 +0200
4961              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
4962      Branch: perl
4963            ! AUTHORS
4964 ____________________________________________________________________________
4965 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
4966         Log: Slightly more intelligent paranoia.
4967      Branch: perl
4968            ! pod/perldiag.pod util.c
4969 ____________________________________________________________________________
4970 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
4971         Log: Win32 is playing to hard to get but I do not have
4972              time to chase it, so restore #21072, more or less.
4973              I think testing the debugger in UNIX-like places
4974              is enough, no need to go into painful contortions
4975              trying to "portably" run interactive programs like
4976              the debugger.
4977      Branch: perl
4978            ! lib/perl5db/de0.t
4979 ____________________________________________________________________________
4980 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
4981         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
4982      Branch: perl
4983            ! ext/Storable/Storable.xs
4984 ____________________________________________________________________________
4985 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
4986         Log: Add Hash::Util::hash_seed() which answers among
4987              other things the question whether our hashes are
4988              "randomised".  (They always were...)
4989      Branch: perl
4990            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
4991 ____________________________________________________________________________
4992 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
4993         Log: XSRETURN_UV was missing.
4994      Branch: perl
4995            ! XSUB.h
4996 ____________________________________________________________________________
4997 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
4998         Log: Superparanoia.
4999      Branch: perl
5000            ! util.c
5001 ____________________________________________________________________________
5002 [ 21084] By: ams                                   on 2003/09/08  11:44:25
5003         Log: Clean up pp_readdir() somewhat.
5004      Branch: perl
5005            ! pp_sys.c
5006 ____________________________________________________________________________
5007 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
5008         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
5009      Branch: perl
5010            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
5011 ____________________________________________________________________________
5012 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
5013         Log: In Win32 IPC::Open3 + IO::Select does not work that well
5014              so mostly undo the change #21072 and revert back to using
5015              a temp file.
5016      Branch: perl
5017            ! lib/perl5db/de0.t
5018 ____________________________________________________________________________
5019 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
5020         Log: In Win32 the cmd.exe console output doesn't seem to
5021              be catchable using the in-memory I/O + select trick,
5022              so use tie-STDOUT trick instead.
5023      Branch: perl
5024            ! lib/perl5db/dumpvar.t
5025 ____________________________________________________________________________
5026 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
5027         Log: Move Config test.
5028      Branch: perl
5029            ! lib/perl5db/de0.t
5030 ____________________________________________________________________________
5031 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
5032         Log: Let's require fork for this test.
5033      Branch: perl
5034            ! lib/perl5db/de0.t
5035 ____________________________________________________________________________
5036 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
5037         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
5038              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5039              Date: Mon, 08 Sep 2003 08:56:09 +0200
5040              Message-id: <20030908065609.GA1260@ethan>
5041      Branch: perl
5042            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5043            ! ext/Devel/PPPort/t/test.t
5044 ____________________________________________________________________________
5045 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
5046         Log: Subject: Re: one nit to fix [PATCH]
5047              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
5048              Date: Mon, 8 Sep 2003 10:19:08 +0200
5049              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
5050      Branch: perl
5051            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
5052 ____________________________________________________________________________
5053 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
5054         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
5055              From: Andreas J Koenig <andreas.koenig@anima.de>
5056              Date: Mon, 08 Sep 2003 10:48:27 +0200
5057              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
5058      Branch: perl
5059            ! lib/perl5db/de0.t
5060 ____________________________________________________________________________
5061 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
5062         Log: de0.t: use Test::More, add some tests.
5063      Branch: perl
5064            ! lib/perl5db/de0.t
5065 ____________________________________________________________________________
5066 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
5067         Log: More dumpvar testing.
5068      Branch: perl
5069            ! lib/perl5db/dumpvar.t
5070 ____________________________________________________________________________
5071 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
5072         Log: An empty test.
5073      Branch: perl
5074            ! lib/perl5db/dumpvar.t
5075 ____________________________________________________________________________
5076 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
5077         Log: dumpvar.t: use Test::More;
5078      Branch: perl
5079            ! lib/perl5db/dumpvar.t
5080 ____________________________________________________________________________
5081 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
5082         Log: Cleanup PerlIO::scalar documentation a bit.
5083      Branch: perl
5084            ! ext/PerlIO/scalar/scalar.pm
5085 ____________________________________________________________________________
5086 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
5087         Log: The in-memory files require PerlIO::scalar.
5088      Branch: perl
5089            ! lib/perl5db/dumpvar.t
5090 ____________________________________________________________________________
5091 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
5092         Log: Subject: [PATCH] Test skeleton for debugger commands
5093              From: Andreas J Koenig <andreas.koenig@anima.de>
5094              Date: Sun, 07 Sep 2003 18:51:56 +0200
5095              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
5096              With minor adjustments
5097      Branch: perl
5098            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
5099            ! MANIFEST
5100 ____________________________________________________________________________
5101 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
5102         Log: Upgrade to Unicode::Collate 0.28
5103      Branch: perl
5104            + lib/Unicode/Collate/t/contract.t
5105            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5106            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5107 ____________________________________________________________________________
5108 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
5109         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
5110              From: Dave Mitchell <davem@fdgroup.com>
5111              Date: Sun, 7 Sep 2003 19:14:44 +0100
5112              Message-ID: <20030907181444.GA7058@fdgroup.com>
5113      Branch: perl
5114            ! ext/Opcode/Safe.pm
5115 ____________________________________________________________________________
5116 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
5117         Log: Subject: [PATCH] honoring void context for map()
5118              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5119              Date: Thu, 04 Sep 2003 11:13:41 +0200
5120              Message-id: <20030904091341.GA30655@ethan>
5121      Branch: perl
5122            ! pp_ctl.c
5123 ____________________________________________________________________________
5124 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
5125         Log: Retract #21010.
5126      Branch: perl
5127            ! lib/dumpvar.pl
5128 ____________________________________________________________________________
5129 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
5130         Log: Minor doc style nits in XSLoader.
5131      Branch: perl
5132            ! ext/DynaLoader/XSLoader_pm.PL
5133 ____________________________________________________________________________
5134 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
5135         Log: Vanity patch.
5136      Branch: perl
5137            ! AUTHORS
5138 ____________________________________________________________________________
5139 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
5140         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
5141      Branch: perl
5142            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
5143            ! Cross/config.sh-arm-linux Cross/generate_config_sh
5144            ! Cross/installperl.patch
5145 ____________________________________________________________________________
5146 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
5147         Log: Email nits in Fatal.pm [perl #23724].
5148      Branch: perl
5149            ! lib/Fatal.pm
5150 ____________________________________________________________________________
5151 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
5152         Log: Musty corners of Syslog.pm.
5153      Branch: perl
5154            ! ext/Sys/Syslog/Syslog.pm
5155 ____________________________________________________________________________
5156 [ 21051] By: ams                                   on 2003/09/05  18:43:46
5157         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
5158              2. Compensate for PL_sv_placeholder <= 5.8.1.
5159              3. Clean up non-backwards-compatible tests.
5160              4. Prepare for the 2.08 CPAN release.
5161      Branch: perl
5162            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
5163            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
5164            ! ext/Storable/t/utf8hash.t
5165 ____________________________________________________________________________
5166 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
5167         Log: One more known tie problem.
5168      Branch: perl
5169            ! pod/perltie.pod
5170 ____________________________________________________________________________
5171 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
5172         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
5173              Date: Fri, 5 Sep 2003 14:46:00 +0200
5174              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
5175              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5176      Branch: perl
5177            ! ext/threads/shared/shared.pm
5178 ____________________________________________________________________________
5179 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
5180         Log: Subject: versions threads modules
5181              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5182              Date: Fri, 5 Sep 2003 12:22:52 +0200
5183              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
5184      Branch: perl
5185            ! ext/threads/shared/shared.pm
5186 ____________________________________________________________________________
5187 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
5188         Log: More suidperl path disclosure plugging:
5189              the #9813 didn't do enough.  See either of
5190              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
5191              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
5192      Branch: perl
5193            ! perl.c pod/perldiag.pod
5194 ____________________________________________________________________________
5195 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
5196         Log: FreeBSD hints updates from Anton Berezin.
5197      Branch: perl
5198            ! hints/freebsd.sh
5199 ____________________________________________________________________________
5200 [ 21043] By: merijn                                on 2003/09/05  11:18:20
5201         Log: Changed conflicting diff options
5202      Branch: perl
5203            ! patchlevel.h
5204 ____________________________________________________________________________
5205 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
5206         Log: Acknowledge some known tie bugs.
5207      Branch: perl
5208            ! pod/perltie.pod
5209 ____________________________________________________________________________
5210 [ 21041] By: merijn                                on 2003/09/05  04:50:44
5211         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
5212              From: Ilya Martynov <ilya@martynov.org>
5213              Date: Fri, 05 Sep 2003 00:49:57 +0400
5214              Message-ID: <8765k8uvm2.fsf@abra.ru>
5215      Branch: perl
5216            ! AUTHORS
5217 ____________________________________________________________________________
5218 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
5219         Log: code example error in "perlopentut"
5220      Branch: perl
5221            ! pod/perlopentut.pod
5222 ____________________________________________________________________________
5223 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
5224         Log: Another seemingly fixed (un)tie bug,
5225              [perl ##22297] cannot untie scalar from within tied FETCH
5226      Branch: perl
5227            ! t/op/tie.t
5228 ____________________________________________________________________________
5229 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
5230         Log: Subject: Re: [PATCH] Data::Dumper 2.121
5231              From: Ilya Martynov <ilya@martynov.org>
5232              Date: Fri, 05 Sep 2003 00:33:46 +0400
5233              Message-ID: <87ad9kuwd1.fsf@abra.ru>
5234      Branch: perl
5235            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5236            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5237            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
5238 ____________________________________________________________________________
5239 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
5240         Log: I think once is enough.
5241      Branch: perl
5242            ! configure.gnu
5243 ____________________________________________________________________________
5244 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
5245         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
5246              From: Enache Adrian <enache@rdslink.ro>
5247              Date: Thu, 4 Sep 2003 20:09:06 +0300
5248              Message-ID: <20030904170906.GA1235@ratsnest.hole>
5249      Branch: perl
5250            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
5251            ! ext/ByteLoader/byterun.c
5252 ____________________________________________________________________________
5253 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
5254         Log: Subject: [PATCH] perlreftut: change distribution conditions
5255              From: "Brendan O'Dea" <bod@debian.org>
5256              Date: Thu, 4 Sep 2003 02:28:49 +1000
5257              Message-ID: <20030903162849.GA9675@londo.c47.org>
5258      Branch: perl
5259            ! pod/perlreftut.pod
5260 ____________________________________________________________________________
5261 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
5262         Log: Subject: Re: "vendor" patch pickup
5263              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5264              Date: Thu, 4 Sep 2003 19:47:55 +0200
5265              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
5266              
5267              (Gentoo: take Marcus' version of the __THROW patch and
5268              even further #ifdef-protect it with __GLIBC__.)
5269      Branch: perl
5270            ! perl.h
5271 ____________________________________________________________________________
5272 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
5273         Log: Tiny perlcc tweaks.
5274      Branch: perl
5275            ! utils/perlcc.PL
5276 ____________________________________________________________________________
5277 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
5278         Log: A SuSE patchlet for perlcc -c to avoid
5279              "Modification of a read-only value attempted at ... C.pm"
5280      Branch: perl
5281            ! ext/B/B/C.pm
5282 ____________________________________________________________________________
5283 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
5284         Log: AUTHORS updates.
5285      Branch: perl
5286            ! AUTHORS
5287 ____________________________________________________________________________
5288 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
5289         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
5290              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
5291              (the tar.gz link doesn't have 'v1.66', it has '1.66')
5292              so that the smoke builds can start chewing it.
5293      Branch: perl
5294            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
5295            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
5296            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5297            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5298            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
5299            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
5300 ____________________________________________________________________________
5301 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
5302         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
5303              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5304              Date: Wed, 3 Sep 2003 19:20:20 +0200
5305              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
5306      Branch: perl
5307            ! Porting/valgrindpp.pl
5308 ____________________________________________________________________________
5309 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
5310         Log: Also indicate the Unicode level here.
5311              (The last date is non-committal :-)
5312      Branch: perl
5313            ! pod/perlunicode.pod
5314 ____________________________________________________________________________
5315 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
5316         Log: Avoid lvalue casts, from Enache.
5317      Branch: perl
5318            ! ext/ByteLoader/bytecode.h op.h
5319 ____________________________________________________________________________
5320 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
5321         Log: Bump up the VERSION.
5322      Branch: perl
5323            ! lib/bytes.pm
5324 ____________________________________________________________________________
5325 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
5326         Log: Add, document, and test bytes::substr, index, rindex, chr,
5327              document bytes::ord.
5328      Branch: perl
5329            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
5330 ____________________________________________________________________________
5331 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
5332         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
5333              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5334              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
5335              Message-ID: <29644.1062572245@www50.gmx.net>
5336              
5337              The other half of #20930 should be still good.
5338      Branch: perl
5339            ! op.c
5340 ____________________________________________________________________________
5341 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
5342         Log: use IO; is deprecated.
5343      Branch: perl
5344            ! ext/threads/t/join.t
5345 ____________________________________________________________________________
5346 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
5347         Log: Upgrade to base 2.01 from CPAN.
5348      Branch: perl
5349            ! lib/base.pm lib/fields.pm
5350 ____________________________________________________________________________
5351 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
5352         Log: Changing the test count is a good idea.
5353      Branch: perl
5354            ! ext/threads/t/join.t
5355 ____________________________________________________________________________
5356 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
5357         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object 
5358              From: Joe McMahon <mcmahon@ibiblio.org>
5359              Date: Tue, 2 Sep 2003 18:02:14 -0400
5360              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
5361      Branch: perl
5362            ! lib/dumpvar.pl
5363 ____________________________________________________________________________
5364 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
5365         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
5366              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5367              Date: Wed, 3 Sep 2003 06:07:54 +0200
5368              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
5369      Branch: perl
5370            ! ext/threads/t/join.t
5371 ____________________________________________________________________________
5372 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
5373         Log: VMS does not have quite UNIX glob semantics.
5374      Branch: perl
5375            ! t/run/fresh_perl.t
5376 ____________________________________________________________________________
5377 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
5378         Log: Subject: some method calls not autoloaded
5379              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5380              Date: Tue, 2 Sep 2003 15:06:29 -0700
5381              Message-ID: <20030902220629.GA2952@efn.org>
5382      Branch: perl
5383            ! pod/perlfunc.pod pod/perlsub.pod
5384 ____________________________________________________________________________
5385 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
5386         Log: An untie test from perlmonks-- worked in 5.6.1,
5387              broken in 5.8.0, seems to be working again in maint,
5388              better nail it down now.
5389      Branch: perl
5390            ! t/op/tie.t
5391 ____________________________________________________________________________
5392 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
5393         Log: Retract #20930 because of
5394              Subject: maint@20974 or before broke mp2 ithreads test
5395              From: Stas Bekman <stas@stason.org>
5396              Date: Mon, 01 Sep 2003 23:31:11 -0700
5397              Message-ID: <3F54392F.7080009@stason.org>
5398      Branch: perl
5399            ! op.c
5400 ____________________________________________________________________________
5401 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
5402         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
5403              From: Fergal Daly <fergal@esatclear.ie>
5404              Date: Tue, 2 Sep 2003 17:36:52 +0100
5405              Message-Id: <200309021736.52725.fergal@esatclear.ie>
5406      Branch: perl
5407            ! pod/perldiag.pod
5408 ____________________________________________________________________________
5409 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
5410         Log: Subject: [perl #23672] Math::BigInit POD 
5411              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
5412              Date: 1 Sep 2003 08:47:39 -0000
5413              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
5414      Branch: perl
5415            ! lib/Math/BigInt.pm
5416 ____________________________________________________________________________
5417 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
5418         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
5419              From: Mark Jason Dominus <mjd@plover.com>
5420              Date: Mon, 01 Sep 2003 16:19:20 -0400
5421              Message-ID: <20030901201920.3929.qmail@plover.com>
5422      Branch: perl
5423            ! pod/perlfaq6.pod
5424 ____________________________________________________________________________
5425 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
5426         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
5427              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5428              Date: Tue, 02 Sep 2003 11:27:19 +0200
5429              Message-id: <20030902092719.GA18075@ethan>
5430      Branch: perl
5431            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5432            ! ext/Devel/PPPort/t/test.t
5433 ____________________________________________________________________________
5434 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
5435         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
5436              From: Enache Adrian <enache@rdslink.ro>
5437              Date: Tue, 2 Sep 2003 03:45:11 +0300
5438              Message-ID: <20030902004511.GA1442@ratsnest.hole>
5439      Branch: perl
5440            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
5441            ! op.h proto.h t/TEST
5442 ____________________________________________________________________________
5443 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
5444         Log: Upgrade to Unicode::Collate 0.27.
5445      Branch: perl
5446            + lib/Unicode/Collate/t/hangul.t
5447            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5448            ! lib/Unicode/Collate/README
5449 ____________________________________________________________________________
5450 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
5451         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
5452              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5453              Date: Mon, 1 Sep 2003 22:28:58 +0200
5454              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
5455      Branch: perl
5456            ! Porting/valgrindpp.pl
5457 ____________________________________________________________________________
5458 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
5459         Log: From Craig Berry, following the example of the other podxxx.PL
5460              in relying on basename($0, '.PL') to Do The Right Thing with
5461              regard to the case of the extension, which could be either
5462              .pl or .PL on VMS depending on version-specific features.  
5463      Branch: perl
5464            ! pod/pod2usage.PL pod/podselect.PL
5465 ____________________________________________________________________________
5466 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
5467         Log: Configure -r in AIX bad.
5468      Branch: perl
5469            ! README.aix
5470 ____________________________________________________________________________
5471 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
5472         Log: Subject: [DOC PATCH] perlfaq4.pod
5473              Date: Mon, 1 Sep 2003 12:38:50 +0200
5474              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5475              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
5476      Branch: perl
5477            ! pod/perlfaq4.pod
5478 ____________________________________________________________________________
5479 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
5480         Log: Subject: glob() bug
5481              From: Gurusamy Sarathy <gsar@ActiveState.com>
5482              Date: Mon, 01 Sep 2003 02:25:41 -0700
5483              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
5484      Branch: perl
5485            ! op.c t/run/fresh_perl.t
5486 ____________________________________________________________________________
5487 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
5488         Log: Ultrix VAX is like VMS VAX in floating point.
5489      Branch: perl
5490            ! t/op/sprintf.t
5491 ____________________________________________________________________________
5492 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
5493         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
5494              From: Vadim Konovalov <vkonovalov@peterstar.ru>
5495              Date: Mon, 1 Sep 2003 02:57:33 +0400
5496              Message-ID: <1091134912500.20030901025733@peterstar.ru>
5497      Branch: perl
5498            ! wince/Makefile.ce wince/wince.c
5499 ____________________________________________________________________________
5500 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
5501         Log: Add test for -i.
5502      Branch: perl
5503            ! MANIFEST t/run/switches.t
5504 ____________________________________________________________________________
5505 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
5506         Log: Add tests for -h and (unknown) -z.
5507      Branch: perl
5508            ! MANIFEST t/run/switches.t
5509 ____________________________________________________________________________
5510 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
5511         Log: Add test for -v.
5512      Branch: perl
5513            ! MANIFEST t/run/switches.t
5514 ____________________________________________________________________________
5515 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
5516         Log: List the switches tested in switches.t.
5517      Branch: perl
5518            ! t/run/switches.t
5519 ____________________________________________________________________________
5520 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
5521         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
5522              From: PPrymmer@factset.com
5523              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
5524              Date: Sun, 31 Aug 2003 10:11:54 -0400
5525      Branch: perl
5526            ! installperl
5527 ____________________________________________________________________________
5528 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
5529         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
5530              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5531              Date: Sun, 31 Aug 2003 15:21:17 +0200
5532              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
5533      Branch: perl
5534            ! sv.c
5535 ____________________________________________________________________________
5536 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
5537         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
5538              both in blead and maint, lots of "Attempt to free non-existent
5539              shared string" and "Unbalanced string table refcount" errors.
5540              Retract #20960 (and #20963).
5541      Branch: perl
5542            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
5543            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
5544            ! MANIFEST lib/base.pm lib/fields.pm
5545 ____________________________________________________________________________
5546 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
5547         Log: Integrate from maint:
5548              [ 20963]
5549              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
5550      Branch: perl
5551           !> lib/base/t/fp560.t
5552 ____________________________________________________________________________
5553 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
5554         Log: De-cargo-cult.
5555      Branch: perl
5556            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
5557 ____________________________________________________________________________
5558 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
5559         Log: Upgrade to base.pm 2.0.
5560              
5561              (Rename the tests around a bit to be more 8.3-friendly.)
5562      Branch: perl
5563            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
5564            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
5565            ! MANIFEST lib/base.pm lib/fields.pm
5566 ____________________________________________________________________________
5567 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
5568         Log: Fewer naked char constants.
5569      Branch: perl
5570            ! doio.c perlio.c sv.h
5571 ____________________________________________________________________________
5572 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
5573         Log: This is probably a wrong fix for
5574              [perl #23645] tell with perlio on appended files
5575              but maybe this gets NI-S agitated enough to present the correct fix :-)
5576      Branch: perl
5577            ! perlio.c t/io/tell.t
5578 ____________________________________________________________________________
5579 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
5580         Log: A new try at
5581              
5582              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
5583              From: "Gerrit P. Haase" <gp@familiehaase.de>
5584              Date: Thu, 28 Aug 2003 08:18:51 +0200
5585              Message-ID: <4157199551.20030828081851@familiehaase.de>
5586              
5587              (this time Cygwin only)
5588      Branch: perl
5589            ! perlio.c
5590 ____________________________________________________________________________
5591 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
5592         Log: Tweak XSLoader.t.
5593              XSLoader is supposed to work even for extensions that
5594              are statically linked. So only check that the extension we
5595              test for is actually available. (This test is not supposed
5596              to be run by miniperl.)
5597      Branch: perl
5598            ! ext/DynaLoader/t/XSLoader.t
5599 ____________________________________________________________________________
5600 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
5601         Log: Something went wrong in change #20929;
5602              linux 2.4.18-bf2.4 didn't like it:
5603              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
5604              and similar failure pattern also seen in Solaris 8.
5605      Branch: perl
5606            ! perlio.c
5607 ____________________________________________________________________________
5608 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
5609         Log: Setup @INC.
5610      Branch: perl
5611            ! t/op/cproto.t
5612 ____________________________________________________________________________
5613 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
5614         Log: Tabify and re-sort MANIFEST.
5615      Branch: perl
5616            ! MANIFEST
5617 ____________________________________________________________________________
5618 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
5619         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
5620      Branch: perl
5621            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
5622 ____________________________________________________________________________
5623 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
5624         Log: Subject: [PATCH] XSLoader nits and tests
5625              From: Michael G Schwern <schwern@pobox.com>
5626              Date: Fri, 29 Aug 2003 22:55:07 -0700
5627              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
5628      Branch: perl
5629            + ext/DynaLoader/t/XSLoader.t
5630            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
5631 ____________________________________________________________________________
5632 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
5633         Log: Missed from #20942.
5634      Branch: perl
5635            ! lib/File/Spec/VMS.pm
5636 ____________________________________________________________________________
5637 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
5638         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
5639              From: PPrymmer@factset.com
5640              Date: Sat, 30 Aug 2003 00:57:28 -0400
5641              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
5642      Branch: perl
5643            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
5644 ____________________________________________________________________________
5645 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
5646         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
5647              From: Stas Bekman <stas@stason.org>
5648              Date: Fri, 29 Aug 2003 17:11:41 -0700
5649              Message-ID: <3F4FEBBD.8000901@stason.org>
5650      Branch: perl
5651            ! pod/perlapi.pod sv.h
5652 ____________________________________________________________________________
5653 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
5654         Log: Add a new test, to ensure that we don't unexpectedly change
5655              prototypes of builtins.
5656      Branch: perl
5657            + t/op/cproto.t
5658            ! MANIFEST
5659 ____________________________________________________________________________
5660 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
5661         Log: Don't cast PL_multiline to bool : you may loose important bits.
5662      Branch: perl
5663            ! pp.c pp_hot.c
5664 ____________________________________________________________________________
5665 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
5666         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
5667              From: Nicholas Clark <nick@ccl4.org>
5668              Date: Wed, 27 Aug 2003 22:59:55 +0100
5669              Message-ID: <20030827225955.E558@plum.flirble.org>
5670      Branch: perl
5671            ! pp.c
5672 ____________________________________________________________________________
5673 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
5674         Log: Some perluniintro tweaks.
5675      Branch: perl
5676            ! pod/perluniintro.pod
5677 ____________________________________________________________________________
5678 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
5679         Log: Tiny doc tweak from Shannon -jj Behrens.
5680      Branch: perl
5681            ! pod/perluniintro.pod
5682 ____________________________________________________________________________
5683 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
5684         Log: Comparing an int to a U32 makes VC6 nervous.
5685      Branch: perl
5686            ! pp.c pp_hot.c
5687 ____________________________________________________________________________
5688 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
5689         Log: Better skip() explicit number of tests, test counts getting
5690              out of sync less likely that way.
5691      Branch: perl
5692            ! t/op/pack.t
5693 ____________________________________________________________________________
5694 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
5695         Log: Some Ultrix test dodgings.
5696      Branch: perl
5697            ! t/base/num.t t/op/arith.t t/op/pack.t
5698 ____________________________________________________________________________
5699 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
5700         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
5701              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5702              Date: Thu, 28 Aug 2003 21:47:22 +0200
5703              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
5704      Branch: perl
5705            ! op.c
5706 ____________________________________________________________________________
5707 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
5708         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
5709              From: "Gerrit P. Haase" <gp@familiehaase.de>
5710              Date: Thu, 28 Aug 2003 08:18:51 +0200
5711              Message-ID: <4157199551.20030828081851@familiehaase.de>
5712              
5713              (changed so that the 'b' is always appended)
5714      Branch: perl
5715            ! perlio.c
5716 ____________________________________________________________________________
5717 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
5718         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
5719              From: marek.rouchal@infineon.com
5720              Date: Wed, 27 Aug 2003 17:25:28 +0200
5721              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
5722              
5723              PodParser-1.25 prerelease.
5724      Branch: perl
5725            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
5726            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
5727            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
5728 ____________________________________________________________________________
5729 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
5730         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
5731      Branch: perl
5732            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
5733 ____________________________________________________________________________
5734 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
5735         Log: Subject: [PATCH] valgrindpp.pl
5736              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5737              Date: Thu, 28 Aug 2003 09:43:49 +0200
5738              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
5739      Branch: perl
5740            ! Porting/valgrindpp.pl
5741 ____________________________________________________________________________
5742 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
5743         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
5744              From: Paul Johnson <paul@pjcj.net>
5745              Date: Thu, 28 Aug 2003 00:13:59 +0200
5746              Message-ID: <20030827221359.GE28396@pjcj.net>
5747      Branch: perl
5748            ! ext/B/B/Deparse.pm
5749 ____________________________________________________________________________
5750 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
5751         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
5752              From: Michael G Schwern <schwern@pobox.com>
5753              Date: Wed, 27 Aug 2003 15:05:20 -0700
5754              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
5755      Branch: perl
5756            ! lib/ExtUtils/MakeMaker/Tutorial.pod
5757 ____________________________________________________________________________
5758 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
5759         Log: Add caveats and tests for Symbol::delete_package().
5760      Branch: perl
5761            ! lib/Symbol.pm lib/Symbol.t
5762 ____________________________________________________________________________
5763 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
5764         Log: Configure is doing fine in Ultrix, operator error.
5765      Branch: perl
5766            ! hints/ultrix_4.sh
5767 ____________________________________________________________________________
5768 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
5769         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
5770      Branch: perl
5771            + Porting/valgrindpp.pl
5772            ! MANIFEST
5773 ____________________________________________________________________________
5774 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
5775         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
5776              From: "John P. Linderman" <jpl@research.att.com>
5777              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
5778              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
5779              
5780              Subject: typo in pod/perlnewmod.pod [PATCH]
5781              From: "John P. Linderman" <jpl@research.att.com>
5782              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
5783              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
5784              
5785              Subject: [PATCH] document the location of byacc
5786              From: Dave Mitchell <davem@fdgroup.com>
5787              Date: Wed, 27 Aug 2003 14:26:50 +0100
5788              Message-ID: <20030827132650.GA23144@fdgroup.com>
5789      Branch: perl
5790            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
5791            ! pod/perlnewmod.pod
5792 ____________________________________________________________________________
5793 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
5794         Log: Ultrix tweaks: <string.h> must not be included twice
5795              (otherwise one gets prototype conflicts between the <string.h>
5796              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
5797              define in <string.h>...); and Configure misprobes some features.
5798      Branch: perl
5799            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
5800            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
5801            ! hints/ultrix_4.sh
5802 ____________________________________________________________________________
5803 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
5804         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
5805              but instead it is 0xFFFF.  So retract #20914.
5806      Branch: perl
5807            ! perl.h
5808 ____________________________________________________________________________
5809 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
5810         Log: Sanity check for BYTEORDER.
5811      Branch: perl
5812            ! perl.h
5813 ____________________________________________________________________________
5814 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
5815         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
5816              
5817              [20859]
5818              Two portability patches for DJGPP from Richard Dawe
5819              <rich@phekda.freeserve.co.uk>.
5820              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
5821              
5822              [20911]
5823              Don't uppercase automatically all environment variables on DJGPP.
5824              (reported by Richard Dawe, this breaks portability of Unix
5825              scripts.) Don't change the behaviour on plain MS/DOS.
5826      Branch: perl
5827            ! perl.c
5828           !> djgpp/djgppsed.sh dosish.h
5829 ____________________________________________________________________________
5830 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
5831         Log: perlapi.pod tweaks, based on :
5832              Subject: misdocumented return value for sv_setref*
5833              From: Joe Schaefer <joe+perl@sunstarsys.com>
5834              Date: 12 Aug 2003 13:21:42 -0400
5835              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
5836      Branch: perl
5837            ! pod/perlapi.pod sv.c
5838 ____________________________________________________________________________
5839 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
5840         Log: Change the internal prototype of the pop() and shift() builtins
5841              to (;\@), to reflect that their array argument is optional.
5842      Branch: perl
5843            ! opcode.h opcode.pl
5844 ____________________________________________________________________________
5845 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
5846         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
5847              From: Dave Mitchell <davem@fdgroup.com>
5848              Date: Sun, 24 Aug 2003 15:52:00 +0100
5849              Message-ID: <20030824145159.GA12210@fdgroup.com>
5850      Branch: perl
5851            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
5852 ____________________________________________________________________________
5853 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
5854         Log: Subject: [PATCH] minor File::Spec testing cleanup
5855              From: Ken Williams <ken@mathforum.org>
5856              Date: Thu, 21 Aug 2003 22:47:51 -0500
5857              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
5858      Branch: perl
5859            ! lib/File/Spec/t/rel2abs2rel.t
5860 ____________________________________________________________________________
5861 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
5862         Log: Maintainer catch from Rafael.
5863      Branch: perl
5864            ! Porting/Maintainers.pl
5865 ____________________________________________________________________________
5866 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
5867         Log: Take a cutdown version of the change #20903 also to perlebcdic.
5868      Branch: perl
5869            ! pod/perlebcdic.pod
5870 ____________________________________________________________________________
5871 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
5872         Log: No dynaloading at all in Ultrix.
5873      Branch: perl
5874            ! hints/ultrix_4.sh
5875 ____________________________________________________________________________
5876 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
5877         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
5878              (This information looks interesting enough to be mentioned
5879              elsewhere, too.)
5880      Branch: perl
5881            ! README.bs2000
5882 ____________________________________________________________________________
5883 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
5884         Log: CGI::Carp from CGI.pm 3.00 was missing.
5885      Branch: perl
5886            ! lib/CGI/Carp.pm
5887 ____________________________________________________________________________
5888 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
5889         Log: Subject: Re: [PATCH] valgrind and /#/x
5890              From: Enache Adrian <enache@rdslink.ro>
5891              Date: Tue, 26 Aug 2003 08:11:07 +0300
5892              Message-ID: <20030826051107.GA1086@ratsnest.hole>
5893      Branch: perl
5894            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
5895 ____________________________________________________________________________
5896 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
5897         Log: More memory lane.
5898      Branch: perl
5899            ! hints/ultrix_4.sh
5900 ____________________________________________________________________________
5901 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
5902         Log: fix syscall() prototype description in
5903              perlfunc.pod, as suggested by Lukas Mai.
5904      Branch: perl
5905            ! pod/perlfunc.pod
5906 ____________________________________________________________________________
5907 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
5908         Log: Tiny doc tweak.
5909      Branch: perl
5910            ! README.solaris
5911 ____________________________________________________________________________
5912 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
5913         Log: Even more SunOS 4 info.
5914      Branch: perl
5915            ! README.solaris
5916 ____________________________________________________________________________
5917 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
5918         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
5919              From: Vadim Konovalov <vkonovalov@peterstar.ru>
5920              Date: Tue, 26 Aug 2003 00:10:29 +0400
5921              Message-ID: <135606488000.20030826001029@peterstar.ru>
5922      Branch: perl
5923            ! wince/perlmain.c
5924 ____________________________________________________________________________
5925 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
5926         Log: Subject: more valgrinding: select problem?
5927              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5928              Date: Mon, 25 Aug 2003 22:02:17 +0200
5929              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
5930              
5931              In glibc, just use the __FD_SETSIZE since that's
5932              the size of the buffer (usually 1024 bits, much
5933              more than the selectminbits of 32).
5934      Branch: perl
5935            ! pp_sys.c
5936 ____________________________________________________________________________
5937 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
5938         Log: More ptags tweakage from Stas; now add 'fullpath'
5939              option to get absolute paths.
5940      Branch: perl
5941            ! emacs/ptags
5942 ____________________________________________________________________________
5943 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
5944         Log: The new tests of #20888 didn't really test what they claimed to.
5945      Branch: perl
5946            ! t/op/pat.t
5947 ____________________________________________________________________________
5948 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
5949         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
5950              From: Jose.auguste-etienne@cgss-guyane.fr
5951              Date: Mon, 25 Aug 2003 14:35:45 -0300
5952              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
5953              
5954              AIX Configure advice.
5955      Branch: perl
5956            ! README.aix
5957 ____________________________________________________________________________
5958 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
5959         Log: More SunOS 4.x info.
5960      Branch: perl
5961            ! README.solaris
5962 ____________________________________________________________________________
5963 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
5964         Log: The #20887 didn't go over that well;
5965              and add a few more tests from UTS#18.
5966      Branch: perl
5967            ! t/op/pat.t
5968 ____________________________________________________________________________
5969 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
5970         Log: pat.t -> charnames -> UCD -> Storable,
5971              not good for static builds and minitest.
5972      Branch: perl
5973            ! t/op/pat.t
5974 ____________________________________________________________________________
5975 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
5976         Log: SunOS 4.1.4 is working, too.
5977      Branch: perl
5978            ! README.solaris hints/sunos_4_1.sh
5979 ____________________________________________________________________________
5980 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
5981         Log: Regen perlmodlib, perltoc.
5982      Branch: perl
5983            ! pod/perlmodlib.pod pod/perltoc.pod
5984 ____________________________________________________________________________
5985 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
5986         Log: UVSIZE is not yet defined when it would be needed
5987              by MULTIARCH.  So go back to LONGSIZE, and (belt-
5988              and-suspenders-and-rope style) later in UVSIZE
5989              possibly redefine BYTEORDER.
5990      Branch: perl
5991            ! Configure config_h.SH
5992 ____________________________________________________________________________
5993 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
5994         Log: Subject: [PATCH] valgrind and /#/x
5995              From: Dave Mitchell <davem@fdgroup.com>
5996              Date: Mon, 25 Aug 2003 13:27:49 +0100
5997              Message-ID: <20030825122748.GA15560@fdgroup.com>
5998      Branch: perl
5999            ! regcomp.c
6000 ____________________________________________________________________________
6001 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
6002         Log: Subject: Please update my address
6003              From: Ed Avis <ed@membled.com>
6004              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
6005              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
6006              
6007              (Just the AUTHORS part, though, I don't think retroactively
6008              updating the Changes* is useful.)
6009      Branch: perl
6010            ! AUTHORS
6011 ____________________________________________________________________________
6012 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
6013         Log: Document even more ways of affecting your "utf8ness".
6014      Branch: perl
6015            ! lib/utf8.pm
6016 ____________________________________________________________________________
6017 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
6018         Log: Change the VERSION since there are now changes since Perl 5.8.0.
6019      Branch: perl
6020            ! ext/I18N/Langinfo/Langinfo.pm
6021 ____________________________________________________________________________
6022 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
6023         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
6024              since Perl 5.8.0.
6025      Branch: perl
6026            ! lib/CGI/Util.pm
6027 ____________________________________________________________________________
6028 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
6029         Log: Upgrade to CGI.pm 3.00.
6030      Branch: perl
6031            ! lib/CGI.pm lib/CGI/Util.pm
6032 ____________________________________________________________________________
6033 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
6034         Log: Subject: [PATCH] valgrind update
6035              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6036              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
6037              Message-ID: <21671.1061797917@www38.gmx.net>
6038      Branch: perl
6039            ! t/TEST t/op/magic.t
6040 ____________________________________________________________________________
6041 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
6042         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
6043              From: Nicholas Clark <nick@ccl4.org>
6044              Date: Sun, 24 Aug 2003 16:48:53 +0100
6045              Message-ID: <20030824164851.E558@plum.flirble.org>
6046      Branch: perl
6047            ! doop.c
6048 ____________________________________________________________________________
6049 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
6050         Log: Subject: [patch emacs/ptags] allow xemacs to be used
6051              From: Stas Bekman <stas@stason.org>
6052              Date: Sun, 24 Aug 2003 22:05:00 -0700
6053              Message-ID: <3F4998FC.3090401@stason.org>
6054      Branch: perl
6055            ! emacs/ptags
6056 ____________________________________________________________________________
6057 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
6058         Log: MPE/iX doc tweak from Mark Bixby.
6059      Branch: perl
6060            ! README.mpeix
6061 ____________________________________________________________________________
6062 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
6063         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
6064              Doesn't work well yet, something broken in DynaLoader/XSLoader?
6065      Branch: perl
6066            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
6067 ____________________________________________________________________________
6068 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
6069         Log: IRIX 5.3 is 99.90% okay.
6070      Branch: perl
6071            ! README.irix hints/irix_5.sh
6072 ____________________________________________________________________________
6073 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
6074         Log: An imperfect last resort in case there is no strtoul() but
6075              there is strtol() (like e.g. SunOS 4) because of the Atoul()
6076              in Perl_get_hash_seed()).  The only true fix would be to
6077              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
6078              in numeric.c.
6079      Branch: perl
6080            ! perl.h
6081 ____________________________________________________________________________
6082 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
6083         Log: s/rationale/rational/g on bigrats.
6084      Branch: perl
6085            ! lib/Math/BigRat.pm lib/bigrat.pm
6086 ____________________________________________________________________________
6087 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
6088         Log: Update the CPAN mirrors list.
6089      Branch: perl
6090            ! pod/perlmodlib.PL pod/perlmodlib.pod
6091 ____________________________________________________________________________
6092 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
6093         Log: gcc -O3 and Storable in Linux do not like each other.
6094      Branch: perl
6095            ! ext/Storable/hints/linux.pl
6096 ____________________________________________________________________________
6097 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
6098         Log: Bad quote day, noticed by Philip Newton.
6099      Branch: perl
6100            ! hints/dos_djgpp.sh
6101 ____________________________________________________________________________
6102 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
6103         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
6104              From: Enache Adrian <enache@rdslink.ro>
6105              Date: Mon, 4 Aug 2003 16:20:19 +0300
6106              Message-ID: <20030804132019.GA6764@ratsnest.hole>
6107      Branch: perl
6108            ! Configure config_h.SH
6109 ____________________________________________________________________________
6110 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
6111         Log: Add more comments so that one can see what is supposed to happen.
6112      Branch: perl
6113            ! t/op/lc.t
6114 ____________________________________________________________________________
6115 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
6116         Log: More data points about the Storable optimization problem
6117              in Linux.  (It might be that also non-Debians are affected,
6118              waiting for more information.)
6119      Branch: perl
6120            ! ext/Storable/hints/linux.pl
6121 ____________________________________________________________________________
6122 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
6123         Log: Move the note about known eval leaks earlier.
6124      Branch: perl
6125            ! pod/perlhack.pod
6126 ____________________________________________________________________________
6127 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
6128         Log: Forgot to regen byterun.c.
6129      Branch: perl
6130            ! ext/ByteLoader/byterun.c
6131 ____________________________________________________________________________
6132 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
6133         Log: Doc tweaks on perlhack.
6134      Branch: perl
6135            ! pod/perlhack.pod
6136 ____________________________________________________________________________
6137 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
6138         Log: Subject: [PATCH] Re: valgrind as a leak hound?
6139              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6140              Date: Fri, 22 Aug 2003 23:28:18 +0200
6141              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
6142              
6143              Add the leak detection to valgrind testing.
6144      Branch: perl
6145            + t/perl.supp
6146            ! MANIFEST pod/perlhack.pod t/TEST
6147 ____________________________________________________________________________
6148 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
6149         Log: Oops.  Why can't C comments nest?
6150      Branch: perl
6151            ! pp_sys.c
6152 ____________________________________________________________________________
6153 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
6154         Log: Try to dodge getspnam() in AIX.
6155      Branch: perl
6156            ! pp_sys.c
6157 ____________________________________________________________________________
6158 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
6159         Log: Subject: Re: mysterious bytecode.t failure
6160              From: Enache Adrian <enache@rdslink.ro>
6161              Date: Fri, 22 Aug 2003 11:49:34 +0300
6162              Message-ID: <20030822084934.GA1257@ratsnest.hole>
6163      Branch: perl
6164            ! t/base/lex.t
6165 ____________________________________________________________________________
6166 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
6167         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
6168              From: Slaven Rezic <slaven@rezic.de>
6169              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
6170              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
6171      Branch: perl
6172            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
6173 ____________________________________________________________________________
6174 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
6175         Log: Just #.
6176      Branch: perl
6177            ! pod/buildtoc pod/perltoc.pod
6178 ____________________________________________________________________________
6179 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
6180         Log: Regen toc.
6181      Branch: perl
6182            ! pod/perltoc.pod
6183 ____________________________________________________________________________
6184 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
6185         Log: Also MANIFEST the vms/perlvms restoration.
6186      Branch: perl
6187            ! MANIFEST
6188 ____________________________________________________________________________
6189 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
6190         Log: In the vms/descrip_mms.template    the perlvms.pod must
6191              be copied from vms/, err, [.vms], not [.pod].
6192      Branch: perl
6193            ! pod/buildtoc vms/descrip_mms.template
6194 ____________________________________________________________________________
6195 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
6196         Log: Retract #20826 and #20831; things are done differently
6197              in VMS, it seems.  Maybe the vms/descrip_mms.template
6198              needs to be changed?
6199      Branch: perl
6200            + vms/perlvms.pod
6201            - pod/perlvms.pod
6202            ! MANIFEST Makefile.SH
6203 ____________________________________________________________________________
6204 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
6205         Log: Rafael spotted that vms/perlvms.pod was still referred to.
6206      Branch: perl
6207            ! Makefile.SH
6208 ____________________________________________________________________________
6209 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
6210         Log: The change #20809 opened up a code path that might leave s unset.
6211      Branch: perl
6212            ! mg.c
6213 ____________________________________________________________________________
6214 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
6215         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
6216              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6217              Date: Fri, 22 Aug 2003 14:57:09 +0200
6218              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
6219      Branch: perl
6220            ! lib/File/Path.t
6221 ____________________________________________________________________________
6222 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
6223         Log: Test the correct longness; from Enache.
6224      Branch: perl
6225            ! ext/B/t/assembler.t
6226 ____________________________________________________________________________
6227 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
6228         Log: perlvms moving day, from Craig Berry.
6229      Branch: perl
6230            + pod/perlvms.pod
6231            - vms/perlvms.pod
6232            ! MANIFEST
6233 ____________________________________________________________________________
6234 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
6235         Log: Lower Storable.xs optimization to -O2 on certain
6236              known platforms.
6237      Branch: perl
6238            + ext/Storable/hints/linux.pl
6239            ! MANIFEST
6240 ____________________________________________________________________________
6241 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
6242         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
6243              From: Nicholas Clark <nick@ccl4.org>
6244              Date: Thu, 21 Aug 2003 22:26:18 +0100
6245              Message-ID: <20030821222618.T558@plum.flirble.org>
6246      Branch: perl
6247            ! t/op/pack.t
6248 ____________________________________________________________________________
6249 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
6250         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
6251              From: alian@cpan.org (Alian)
6252              Date: Wed, 20 Aug 2003 20:39:17 +0200
6253              Message-ID: <3F43C055.6030709@jupiter.alianet>
6254      Branch: perl
6255            ! t/op/pack.t
6256 ____________________________________________________________________________
6257 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
6258         Log: Try to make the use of utf8 as clear as possible.
6259      Branch: perl
6260            ! lib/utf8.pm
6261 ____________________________________________________________________________
6262 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
6263         Log: Put the tests of the change #19064 back, but disable them.
6264      Branch: perl
6265            ! t/op/args.t
6266 ____________________________________________________________________________
6267 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
6268         Log: Advertise the encoding pragma at the utf8 pragma.
6269      Branch: perl
6270            ! lib/utf8.pm
6271 ____________________________________________________________________________
6272 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
6273         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
6274              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6275              Date: Fri, 22 Aug 2003 09:01:09 +0200
6276              Message-id: <20030822070109.GA1029@ethan>
6277      Branch: perl
6278            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
6279            ! ext/Devel/PPPort/t/test.t
6280 ____________________________________________________________________________
6281 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
6282         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
6283              From: insecure <insecure@mail.od.ua>
6284              Date: Thu, 21 Aug 2003 21:37:56 +0300
6285              Message-Id: <200308212137.57016.insecure@mail.od.ua>
6286      Branch: perl
6287            ! ext/I18N/Langinfo/Langinfo.xs
6288 ____________________________________________________________________________
6289 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
6290         Log: More bytecode patching from Enache.
6291      Branch: perl
6292            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
6293            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
6294 ____________________________________________________________________________
6295 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
6296         Log: Subject: Re: pod cleanup
6297              From: Ken Williams <ken@mathforum.org>
6298              Date: Thu, 21 Aug 2003 21:24:57 -0500
6299              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
6300      Branch: perl
6301            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
6302 ____________________________________________________________________________
6303 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
6304         Log: Do not edit perltoc since it is autogenerated.
6305      Branch: perl
6306            ! pod/buildtoc
6307 ____________________________________________________________________________
6308 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
6309         Log: Subject: [PATCH] Re: pod cleanup
6310              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
6311              Date: Thu, 21 Aug 2003 17:09:17 -0400
6312              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
6313              
6314              (the pod part)
6315      Branch: perl
6316            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
6317            ! pod/perlipc.pod pod/perlpacktut.pod
6318 ____________________________________________________________________________
6319 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
6320         Log: No need to E<gt>.
6321      Branch: perl
6322            ! pod/perluniintro.pod
6323 ____________________________________________________________________________
6324 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
6325         Log: Add File::Temp's OO test.
6326      Branch: perl
6327            + lib/File/Temp/t/object.t
6328            ! MANIFEST
6329 ____________________________________________________________________________
6330 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
6331         Log: The magic variables that alter STDOUT have a tendancy to segfault
6332              when accessed if STDOUT is undefined. Protect them.
6333      Branch: perl
6334            ! mg.c
6335 ____________________________________________________________________________
6336 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
6337         Log: Mention the Unicode UTR #18 version referenced.
6338      Branch: perl
6339            ! pod/perlunicode.pod
6340 ____________________________________________________________________________
6341 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
6342         Log: Must close so that unlink works portably.
6343      Branch: perl
6344            ! t/io/utf8.t
6345 ____________________________________________________________________________
6346 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
6347         Log: Subject: [perluniintro.pod] pod markup fix
6348              From: Stas Bekman <stas@stason.org>
6349              Date: Thu, 21 Aug 2003 11:41:01 -0700
6350              Message-ID: <3F45123D.8020805@stason.org>
6351      Branch: perl
6352            ! pod/perluniintro.pod
6353 ____________________________________________________________________________
6354 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
6355         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
6356              From: Enache Adrian <enache@rdslink.ro>
6357              Date: Thu, 21 Aug 2003 21:17:26 +0300
6358              Message-ID: <20030821181726.GA1241@ratsnest.hole>
6359      Branch: perl
6360            ! gv.c t/op/die.t
6361 ____________________________________________________________________________
6362 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
6363         Log: Fix the syswrite downgrade bug of
6364              [perl #23428] Somethings rotten in unicode semantics
6365      Branch: perl
6366            ! pp_sys.c t/io/utf8.t
6367 ____________________________________________________________________________
6368 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
6369         Log: No more public cwd(), use private _cwd().
6370      Branch: perl
6371            ! lib/File/Spec/t/Spec.t
6372 ____________________________________________________________________________
6373 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
6374         Log: Underline the fact that abs2rel() makes no sense
6375              if it spans multiple roots.
6376      Branch: perl
6377            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
6378 ____________________________________________________________________________
6379 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
6380         Log: Rename the internal cwd() to _cwd() (it's not curdir).
6381      Branch: perl
6382            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
6383            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6384            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6385            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6386 ____________________________________________________________________________
6387 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
6388         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
6389              From: PPrymmer@factset.com
6390              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
6391              Date: Tue, 19 Aug 2003 21:50:12 -0400
6392      Branch: perl
6393            ! lib/ExtUtils/MM_Unix.pm
6394 ____________________________________________________________________________
6395 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
6396         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
6397              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
6398              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
6399      Branch: perl
6400            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
6401 ____________________________________________________________________________
6402 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
6403         Log: MPE/iX does not have nanosleep() (the test makes
6404              a wrong conclusion of the linking succeeding)
6405      Branch: perl
6406            ! ext/Time/HiRes/Makefile.PL
6407 ____________________________________________________________________________
6408 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
6409         Log: Subject: Re: untieing your victim during the act
6410              From: Dave Mitchell <davem@fdgroup.com>
6411              Date: Wed, 20 Aug 2003 20:44:53 +0100
6412              Message-ID: <20030820194453.GD27719@fdgroup.com>
6413      Branch: perl
6414            ! mg.c
6415 ____________________________________________________________________________
6416 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
6417         Log: Byteloader patching from Enache continues;
6418              PADOFFSET handling was wrong. 
6419      Branch: perl
6420            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
6421            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
6422            ! ext/ByteLoader/byterun.c
6423 ____________________________________________________________________________
6424 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
6425         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
6426              From: Steve Hay <steve.hay@uk.radan.com>
6427              Date: Wed, 20 Aug 2003 10:54:46 +0100
6428              Message-ID: <3F434566.3030602@uk.radan.com>
6429      Branch: perl
6430            ! win32/Makefile win32/makefile.mk
6431 ____________________________________________________________________________
6432 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
6433         Log: Upgrade to Encode 1.98.
6434      Branch: perl
6435            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6436            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
6437            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6438            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
6439            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
6440            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
6441            ! ext/Encode/ucm/macHebrew.ucm
6442 ____________________________________________________________________________
6443 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
6444         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
6445      Branch: perl
6446            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
6447 ____________________________________________________________________________
6448 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
6449         Log: t/TEST fails to fail when it can't find tests.
6450      Branch: perl
6451            ! t/TEST
6452 ____________________________________________________________________________
6453 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
6454         Log: Manifest.t.ation of Schwern.
6455      Branch: perl
6456            ! lib/ExtUtils/t/Manifest.t
6457 ____________________________________________________________________________
6458 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
6459         Log: Nick's podulator was right, I just hadn't read the manual...
6460              the vms\perlvms.pod lines needed to be moved.
6461      Branch: perl
6462            ! win32/Makefile win32/makefile.mk
6463 ____________________________________________________________________________
6464 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
6465         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
6466              From: Andy Dougherty <doughera@lafayette.edu>
6467              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
6468              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
6469      Branch: perl
6470            ! INSTALL
6471 ____________________________________________________________________________
6472 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
6473         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
6474              From: alian <alian@cpan.org>
6475              Date: Tue, 19 Aug 2003 18:18:03 +0200
6476              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
6477      Branch: perl
6478            + ext/B/hints/openbsd.pl
6479            ! MANIFEST
6480 ____________________________________________________________________________
6481 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
6482         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6483              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
6484              Date: Tue, 19 Aug 2003 08:28:14 -0700
6485              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
6486      Branch: perl
6487            ! lib/File/Spec/OS2.pm
6488 ____________________________________________________________________________
6489 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
6490         Log: Unnecessary whitespace diff.
6491      Branch: perl
6492            ! lib/ExtUtils/MakeMaker.pm
6493 ____________________________________________________________________________
6494 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
6495         Log: One less failure.
6496      Branch: perl
6497            ! lib/ExtUtils/t/Manifest.t
6498 ____________________________________________________________________________
6499 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
6500         Log: Replace #20772 with
6501              
6502              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6503              From: PPrymmer@factset.com
6504              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
6505              Date: Tue, 19 Aug 2003 10:29:44 -0400
6506      Branch: perl
6507            ! lib/ExtUtils/t/Manifest.t
6508 ____________________________________________________________________________
6509 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
6510         Log: (From Enache) Keep bytecode files (.plc) around in case
6511              of failures.  (Currently Tru64 is reliably barfing.)
6512      Branch: perl
6513            ! ext/B/t/bytecode.t
6514 ____________________________________________________________________________
6515 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
6516         Log: 's buildtoc now.
6517      Branch: perl
6518            ! README.cygwin
6519 ____________________________________________________________________________
6520 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
6521         Log: These are kind of important.
6522      Branch: perl
6523            ! MANIFEST
6524 ____________________________________________________________________________
6525 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
6526         Log: Replace #20763 with
6527              
6528              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6529              From: Michael G Schwern <schwern@pobox.com>
6530              Date: Mon, 18 Aug 2003 17:07:30 -0700
6531              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
6532      Branch: perl
6533            ! lib/ExtUtils/t/Manifest.t
6534 ____________________________________________________________________________
6535 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
6536         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6537              From: Michael G Schwern <schwern@pobox.com>
6538              Date: Mon, 18 Aug 2003 18:02:08 -0700
6539              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
6540      Branch: perl
6541            ! lib/File/Spec/OS2.pm
6542 ____________________________________________________________________________
6543 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
6544         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
6545              From: Ken Williams <ken@mathforum.org>
6546              Date: Mon, 18 Aug 2003 17:07:43 -0500
6547              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
6548      Branch: perl
6549            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6550            ! lib/File/Spec/t/Spec.t
6551 ____________________________________________________________________________
6552 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
6553         Log: Update the history records.
6554      Branch: perl
6555            ! pod/perlhist.pod
6556 ____________________________________________________________________________
6557 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
6558         Log: Still trying to unify MANIFEST sorting.
6559      Branch: perl
6560            ! MANIFEST pod/buildtoc
6561 ____________________________________________________________________________
6562 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
6563         Log: Try to unify the MANIFEST sorting.
6564      Branch: perl
6565            ! MANIFEST Makefile.SH pod/buildtoc
6566 ____________________________________________________________________________
6567 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
6568         Log: Nick Clark's podulator.  The win32 makefile
6569              generation doesn't seem to be working yet.
6570      Branch: perl
6571            + pod.lst pod/buildtoc
6572            - pod/buildtoc.PL
6573            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
6574            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
6575 ____________________________________________________________________________
6576 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
6577         Log: Pod tweaks for NEXT from Alan Ferrency.
6578      Branch: perl
6579            ! lib/NEXT.pm
6580 ____________________________________________________________________________
6581 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
6582         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
6583      Branch: perl
6584            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
6585 ____________________________________________________________________________
6586 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
6587         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6588              From: PPrymmer@factset.com
6589              Date: Mon, 18 Aug 2003 15:57:12 -0400
6590              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
6591      Branch: perl
6592            ! lib/ExtUtils/t/Manifest.t
6593 ____________________________________________________________________________
6594 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
6595         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
6596              From: PPrymmer@factset.com
6597              Date: Mon, 18 Aug 2003 14:28:22 -0400
6598              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
6599      Branch: perl
6600            ! vms/descrip_mms.template
6601 ____________________________________________________________________________
6602 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
6603         Log: Use the base class cwd() method.
6604      Branch: perl
6605            ! lib/File/Spec/VMS.pm
6606 ____________________________________________________________________________
6607 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
6608         Log: Subject: [PATCH] Uppercase globals in Pod::Html
6609              From: Michael G Schwern <schwern@pobox.com>
6610              Date: Mon, 18 Aug 2003 03:29:09 -0700
6611              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
6612      Branch: perl
6613            ! lib/Pod/Html.pm
6614 ____________________________________________________________________________
6615 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
6616         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
6617              From: Michael G Schwern <schwern@pobox.com>
6618              Date: Mon, 18 Aug 2003 02:44:31 -0700
6619              Message-ID: <20030818094431.GG823@windhund.schwern.org>
6620      Branch: perl
6621            ! lib/Pod/Html.pm
6622 ____________________________________________________________________________
6623 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
6624         Log: Warn about the slowness of memory debuggers.
6625      Branch: perl
6626            ! pod/perlhack.pod
6627 ____________________________________________________________________________
6628 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
6629         Log: Upgrade to ExtUtils::MakeMaker 6.16.
6630      Branch: perl
6631            + lib/ExtUtils/t/prereq_print.t
6632            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
6633            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
6634            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
6635            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6636            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
6637 ____________________________________________________________________________
6638 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
6639         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6640              From: Michael G Schwern <schwern@pobox.com>
6641              Date: Mon, 18 Aug 2003 01:34:34 -0700
6642              Message-ID: <20030818083433.GB823@windhund.schwern.org>
6643      Branch: perl
6644            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
6645 ____________________________________________________________________________
6646 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
6647         Log: I could have sworn the base class method was there.
6648      Branch: perl
6649            ! lib/File/Spec/Unix.pm
6650 ____________________________________________________________________________
6651 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
6652         Log: utf8::is_utf8() wasn't there in 5.8.0.
6653      Branch: perl
6654            ! lib/utf8.pm
6655 ____________________________________________________________________________
6656 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
6657         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6658              From: "Craig A. Berry" <craigberry@mac.com>
6659              Date: Sun, 17 Aug 2003 23:28:21 -0500
6660              Message-ID: <3F4055E5.2070407@mac.com>
6661      Branch: perl
6662            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
6663 ____________________________________________________________________________
6664 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
6665         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
6666              From: Michael G Schwern <schwern@pobox.com>
6667              Date: Sat, 16 Aug 2003 14:58:25 -0700
6668              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
6669              
6670              (plus local *REALPATH)
6671      Branch: perl
6672            ! lib/Cwd.pm
6673 ____________________________________________________________________________
6674 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
6675         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
6676              From: Enache Adrian <enache@rdslink.ro>
6677              Date: Sat, 16 Aug 2003 16:03:16 +0300
6678              Message-ID: <20030816130316.GA1654@ratsnest.hole>
6679              
6680              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
6681              From: Enache Adrian <enache@rdslink.ro>
6682              Date: Sun, 17 Aug 2003 04:42:22 +0300
6683              Message-ID: <20030817014222.GA1287@ratsnest.hole>
6684      Branch: perl
6685            ! t/op/die.t util.c
6686 ____________________________________________________________________________
6687 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
6688         Log: The lib/Cwd.pm diet part of
6689              
6690              Subject: [PATCH] File::Spec on diet
6691              From: Tels <perl_dummy@bloodgate.com>
6692              Date: Mon, 7 Jul 2003 22:41:42 +0200
6693              Message-Id: <200307072235.03364@bloodgate.com>
6694      Branch: perl
6695            ! lib/Cwd.pm
6696 ____________________________________________________________________________
6697 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
6698         Log: The "reduce memory footprint and increase speed by not
6699              unconditionally pulling in Cwd"    part of
6700              
6701              Subject: [PATCH] File::Spec on diet
6702              From: Tels <perl_dummy@bloodgate.com>
6703              Date: Mon, 7 Jul 2003 22:41:42 +0200
6704              Message-Id: <200307072235.03364@bloodgate.com>
6705              
6706              was still valid.
6707      Branch: perl
6708            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
6709            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6710            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6711            ! lib/File/Spec/Win32.pm
6712 ____________________________________________________________________________
6713 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
6714         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
6715      Branch: perl
6716            ! lib/File/Temp.pm
6717 ____________________________________________________________________________
6718 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
6719         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
6720              From: PPrymmer@factset.com
6721              Date: Sat, 16 Aug 2003 11:55:58 -0400
6722              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
6723      Branch: perl
6724            ! installperl
6725 ____________________________________________________________________________
6726 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
6727         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
6728              $VERSION at 1.601 so that we are different in version
6729              than 5.8.0 since the module is different (one doc tweak).
6730      Branch: perl
6731            ! ext/Filter/Util/Call/Call.pm
6732 ____________________________________________________________________________
6733 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
6734         Log: valgrind --help didn't return a happy exit status.
6735      Branch: perl
6736            ! Makefile.SH
6737 ____________________________________________________________________________
6738 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
6739         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
6740              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
6741              because loading the XS part of Cwd might fail.
6742      Branch: perl
6743            ! lib/Cwd.pm
6744 ____________________________________________________________________________
6745 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
6746         Log: Subject: [patch lib/utf8.pm] doc tweaks
6747              From: Stas Bekman <stas@stason.org>
6748              Date: Sat, 16 Aug 2003 13:30:28 -0700
6749              Message-ID: <3F3E9464.3030202@stason.org>
6750      Branch: perl
6751            ! lib/utf8.pm
6752 ____________________________________________________________________________
6753 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
6754         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
6755              From: Michael G Schwern <schwern@pobox.com>
6756              Date: Fri, 15 Aug 2003 18:43:45 -0700
6757              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
6758      Branch: perl
6759            ! ext/Cwd/t/taint.t lib/Cwd.pm
6760 ____________________________________________________________________________
6761 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
6762         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
6763      Branch: perl
6764            ! hints/darwin.sh
6765 ____________________________________________________________________________
6766 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
6767         Log: Add valgrind testing target.
6768      Branch: perl
6769            ! Makefile.SH pod/perlhack.pod t/TEST
6770 ____________________________________________________________________________
6771 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
6772         Log: More networking negativity.
6773      Branch: perl
6774            ! pod/perlport.pod
6775 ____________________________________________________________________________
6776 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
6777         Log: Remove a useless vstring reference in perlnumber.pod.
6778      Branch: perl
6779            ! pod/perlnumber.pod
6780 ____________________________________________________________________________
6781 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
6782         Log: README.macosx updates about known problems.
6783      Branch: perl
6784            ! README.macosx
6785 ____________________________________________________________________________
6786 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
6787         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
6788              From: Andreas J Koenig <andreas.koenig@anima.de>
6789              Date: Fri, 15 Aug 2003 11:55:22 +0200
6790              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
6791      Branch: perl
6792            ! lib/Memoize/t/errors.t
6793 ____________________________________________________________________________
6794 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
6795         Log: Upgrade to File::Temp 0.13 from CPAN--
6796              but since we had a '0.13' already in 5.8.0, make this
6797              still a '0.131'.
6798      Branch: perl
6799            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
6800            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6801            ! lib/File/Temp/t/tempfile.t
6802 ____________________________________________________________________________
6803 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
6804         Log: Clarify the E flag.
6805      Branch: perl
6806            ! embed.fnc
6807 ____________________________________________________________________________
6808 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
6809         Log: Integrate from maint:
6810              [ 20724]
6811              No peeking before the buffer.
6812              (This was probably the random failure showing up
6813              in Solaris with t/uni/tr_7jis.t)
6814      Branch: perl
6815           !> toke.c
6816 ____________________________________________________________________________
6817 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
6818         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
6819              From: Andreas J Koenig <andreas.koenig@anima.de>
6820              Date: Fri, 15 Aug 2003 11:37:29 +0200
6821              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
6822      Branch: perl
6823            ! t/TEST
6824 ____________________________________________________________________________
6825 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
6826         Log: Integrate from maint:
6827              [ 20719]
6828              no_plan is not a good plan until TEST is fixed.
6829      Branch: perl
6830           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6831 ____________________________________________________________________________
6832 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
6833         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
6834              (the JPL cvs seems to be out of order), the only real change
6835              (in JNI.xs) seems to have been CRLF->LF conversion.
6836      Branch: perl
6837            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
6838 ____________________________________________________________________________
6839 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
6840         Log: Upgrade to Test::Harness 2.30.
6841      Branch: perl
6842            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6843            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
6844 ____________________________________________________________________________
6845 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
6846         Log: Damian replied that he'll make a CPAN Switch 2.10
6847              out of 5.8.1 Switch 2.10.
6848      Branch: perl
6849            ! lib/Switch.pm
6850 ____________________________________________________________________________
6851 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
6852         Log: Add PerlIO::via::QuotedPrint to Maintainers.
6853      Branch: perl
6854            ! Porting/Maintainers.pl
6855 ____________________________________________________________________________
6856 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
6857         Log: Upgrade to PerlIO::via::Quoted 0.05.
6858      Branch: perl
6859            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
6860 ____________________________________________________________________________
6861 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
6862         Log: Upgrade to NEXT 0.60.
6863      Branch: perl
6864            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
6865            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6866 ____________________________________________________________________________
6867 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
6868         Log: perlcheat is a reference, not tutorial.
6869      Branch: perl
6870            ! pod/perl.pod
6871 ____________________________________________________________________________
6872 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
6873         Log: Subject: PATCH RC4 IO::Dir
6874              From: Mark Jason Dominus <mjd@plover.com>
6875              Date: Thu, 14 Aug 2003 12:02:59 -0400
6876              Message-ID: <20030814160259.27586.qmail@plover.com>
6877      Branch: perl
6878            ! ext/IO/lib/IO/Dir.pm
6879 ____________________________________________________________________________
6880 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
6881         Log: win32/fcrypt.c was forgotten.
6882      Branch: perl
6883            ! MANIFEST
6884 ____________________________________________________________________________
6885 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
6886         Log: Not so great a version bump, let Paul release 0.17.
6887      Branch: perl
6888            ! ext/Filter/Util/Call/Call.pm
6889 ____________________________________________________________________________
6890 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
6891         Log: One more XS change versus no VERSION change.
6892              (Remaining in JNI.pm/xs, don't know what to about that
6893              since JNI is kind of "stable".)
6894      Branch: perl
6895            ! ext/Filter/Util/Call/Call.pm
6896 ____________________________________________________________________________
6897 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
6898         Log: XS contents changes versus VERSION non-changes.
6899      Branch: perl
6900            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6901            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
6902            ! ext/Socket/Socket.pm
6903 ____________________________________________________________________________
6904 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
6905         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
6906              From: Steve Hay <steve.hay@uk.radan.com>
6907              Date: Thu, 14 Aug 2003 15:39:16 +0100
6908              Message-ID: <3F3B9F14.4040609@uk.radan.com>
6909              
6910              (Sarathy okayed the idea.)
6911      Branch: perl
6912            + win32/fcrypt.c
6913            - win32/des_fcrypt.patch
6914            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
6915 ____________________________________________________________________________
6916 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
6917         Log: Subject: [DOC PATCH] warnings.pl
6918              From: Elizabeth Mattijsen <liz@dijkmat.nl>
6919              Date: Thu, 14 Aug 2003 13:12:55 +0200
6920              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
6921              
6922              (some rewording)
6923      Branch: perl
6924            ! lib/warnings.pm warnings.pl
6925 ____________________________________________________________________________
6926 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
6927         Log: Update to Scalar-List-Utils 1.12
6928      Branch: perl
6929            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6930            ! ext/List/Util/lib/List/Util.pm
6931            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
6932 ____________________________________________________________________________
6933 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
6934         Log: All the authors of these modules have now been contacted;
6935              but assuming no CPAN updates are upcoming, here are 'fake'
6936              version updates to make us different from 5.8.0.
6937              (List::Util+Scalar::Util will soon be updated;
6938              File::Spec CPAN release will be made based on 5.8.1.)
6939      Branch: perl
6940            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
6941            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
6942            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
6943            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
6944 ____________________________________________________________________________
6945 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
6946         Log: Make the blead versions of these be newer...
6947      Branch: perl
6948            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6949 ____________________________________________________________________________
6950 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
6951         Log: Tweak from Slaven to catch also changed .xs files
6952              (.pm -> .xs name equivalence is assumed)
6953      Branch: perl
6954            ! Porting/cmpVERSION.pl
6955 ____________________________________________________________________________
6956 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
6957         Log: Diffs-sans-version-diffs between blead and maint.
6958      Branch: perl
6959            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
6960            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
6961            ! lib/warnings.pm warnings.pl
6962 ____________________________________________________________________________
6963 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
6964         Log: One more VERSION bump.
6965      Branch: perl
6966            ! lib/SelfLoader.pm
6967 ____________________________________________________________________________
6968 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
6969         Log: Add a known exception.
6970      Branch: perl
6971            ! Porting/cmpVERSION.pl
6972 ____________________________________________________________________________
6973 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
6974         Log: The blead version has got the dor.
6975      Branch: perl
6976            ! ext/Opcode/Opcode.pm
6977 ____________________________________________________________________________
6978 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
6979         Log: A swath of VERSION patches from Nick Clark.
6980      Branch: perl
6981            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
6982            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
6983            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
6984            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
6985            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
6986            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
6987            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
6988            ! lib/vmsish.pm os2/OS2/Process/Process.pm
6989            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
6990            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
6991            ! vms/ext/Filespec.pm warnings.pl
6992 ____________________________________________________________________________
6993 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
6994         Log: Alpha version numbers noticed by Schwern.
6995              (These hacks are no more needed since the PAUSE indexer no
6996              more indexes the insides of Perl distributions, says Andreas.)
6997      Branch: perl
6998            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6999            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7000            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7001            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7002            ! ext/IPC/SysV/SysV.pm
7003 ____________________________________________________________________________
7004 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
7005         Log: Subject: Re: script wanted
7006              From: Nicholas Clark <nick@ccl4.org>
7007              Date: Wed, 13 Aug 2003 20:46:09 +0100
7008              Message-ID: <20030813204609.G20130@plum.flirble.org>
7009      Branch: perl
7010            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
7011            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
7012            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7013            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7014            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
7015            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
7016            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
7017            ! ext/re/re.pm ext/threads/shared/shared.pm
7018            ! ext/threads/threads.pm
7019 ____________________________________________________________________________
7020 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
7021         Log: Subject: Re: script wanted
7022              From: Enache Adrian <enache@rdslink.ro>
7023              Date: Wed, 13 Aug 2003 22:31:18 +0300
7024              Message-ID: <20030813193118.GA1273@ratsnest.hole>
7025      Branch: perl
7026            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7027            ! ext/B/B/Disassembler.pm
7028 ____________________________________________________________________________
7029 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
7030         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
7031              From: Robin Barker <Robin.Barker@npl.co.uk>
7032              Date: Wed, 13 Aug 2003 18:05:38 +0100
7033              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
7034      Branch: perl
7035            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
7036 ____________________________________________________________________________
7037 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
7038         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
7039              From: Michael G Schwern <schwern@pobox.com>
7040              Date: Wed, 13 Aug 2003 11:15:40 -0700
7041              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
7042      Branch: perl
7043            ! pod/perlartistic.pod pod/perlgpl.pod
7044 ____________________________________________________________________________
7045 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
7046         Log: Add cmpVERSION.pl from Slaven for comparing two
7047              Perl source trees for modules that have changed
7048              but have the same version numbers.
7049      Branch: perl
7050            + Porting/cmpVERSION.pl
7051            ! MANIFEST
7052 ____________________________________________________________________________
7053 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
7054         Log: Make Johan's confusion go away, but there are no doubt more
7055              similar cases.
7056      Branch: perl
7057            ! lib/File/Find.pm
7058 ____________________________________________________________________________
7059 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
7060         Log: Make (hopefully) the Windows CR CR LF bug go away
7061              by making the CRLF layer repel any other CRLF layers.
7062              In other words: binmode(FH, ":crlf") in e.g. Win32
7063              is effectively a no-op since there already is one
7064              CRLF layer in the stack by default.
7065      Branch: perl
7066            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
7067 ____________________________________________________________________________
7068 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
7069         Log: One tweak from Dave Mitchell.
7070      Branch: perl
7071            ! pod/perlport.pod
7072 ____________________________________________________________________________
7073 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
7074         Log: One tweak for microperl in OS/2.
7075      Branch: perl
7076            ! perl.h
7077 ____________________________________________________________________________
7078 [ 20671] By: merijn                                on 2003/08/13  08:57:27
7079         Log: Subject: [PATCH] another VMS pod nit
7080              From: "Craig A. Berry" <craigberry@mac.com>
7081              Date: Wed, 13 Aug 2003 01:01:46 -0500
7082              Message-ID: <3F39D44A.4010207@mac.com>
7083      Branch: perl
7084            ! vms/descrip_mms.template
7085 ____________________________________________________________________________
7086 [ 20670] By: merijn                                on 2003/08/13  08:54:45
7087         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
7088              From: "Craig A. Berry" <craigberry@mac.com>
7089              Date: Tue, 12 Aug 2003 21:12:00 -0500
7090              Message-ID: <3F399E70.4050607@mac.com>
7091      Branch: perl
7092            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
7093            ! lib/Tie/File/t/29a_upcopy.t
7094 ____________________________________________________________________________
7095 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
7096         Log: More don't:s for nyetworking.
7097      Branch: perl
7098            ! pod/perlport.pod
7099 ____________________________________________________________________________
7100 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
7101         Log: perlipc thinko by John P. Linderman.
7102      Branch: perl
7103            ! pod/perlipc.pod
7104 ____________________________________________________________________________
7105 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
7106         Log: Subject: Re: maint @ 20617 [PATCH]
7107              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
7108              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
7109              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
7110      Branch: perl
7111            ! lib/ExtUtils/Installed.pm
7112 ____________________________________________________________________________
7113 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
7114         Log: README.cygwin updates from Gerrit P. Haase.
7115      Branch: perl
7116            ! README.cygwin
7117 ____________________________________________________________________________
7118 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
7119         Log: Do some updates also on pod.mak -- which seems to
7120              be badly out of date.
7121      Branch: perl
7122            ! win32/pod.mak
7123 ____________________________________________________________________________
7124 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
7125         Log: More missing pods for VMS.
7126      Branch: perl
7127            ! vms/descrip_mms.template
7128 ____________________________________________________________________________
7129 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
7130         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
7131              From: PPrymmer@factset.com
7132              Date: Tue, 12 Aug 2003 16:24:21 -0400
7133              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
7134      Branch: perl
7135            ! vms/descrip_mms.template
7136 ____________________________________________________________________________
7137 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
7138         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
7139      Branch: perl
7140            ! pod/perlreref.pod
7141 ____________________________________________________________________________
7142 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
7143         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
7144      Branch: perl
7145            ! pp_sys.c
7146 ____________________________________________________________________________
7147 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
7148         Log: Multiline one-liners are a bit too much to ask.
7149      Branch: perl
7150            ! t/op/closure.t
7151 ____________________________________________________________________________
7152 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
7153         Log: Add perlcheat to the toc and perl.pod; regen toc. 
7154      Branch: perl
7155            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7156 ____________________________________________________________________________
7157 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
7158         Log: Retract #20644 and #20643; on non-microperl non-fcntl
7159              systems Wrong Thing would be done.  (And as Sarathy
7160              points out, closing both ends of a pipe is rather
7161              identical to never opening it...)
7162      Branch: perl
7163            ! pp_sys.c util.c
7164 ____________________________________________________________________________
7165 [ 20652] By: ams                                   on 2003/08/12  13:06:40
7166         Log: Subject: perlcheat
7167              From: Juerd <juerd@cpan.org>
7168              Date: Mon, 11 Aug 2003 20:24:34 +0200
7169              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
7170      Branch: perl
7171            + pod/perlcheat.pod
7172            ! MANIFEST
7173 ____________________________________________________________________________
7174 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
7175         Log: Microperl expects C89 (like the rest of Perl).
7176      Branch: perl
7177            ! README.micro
7178 ____________________________________________________________________________
7179 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
7180         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
7181              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7182              Date: Sun, 3 Aug 2003 06:19:02 -0700
7183              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
7184      Branch: perl
7185            ! lib/ExtUtils/xsubpp
7186 ____________________________________________________________________________
7187 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
7188         Log: If we are void we cannot return a value.
7189      Branch: perl
7190            ! mg.c
7191 ____________________________________________________________________________
7192 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
7193         Log: Oops.
7194      Branch: perl
7195            ! perl.c
7196 ____________________________________________________________________________
7197 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
7198         Log: Apply much of Ilya's microperl patch, but instead of
7199              implementing the opendir()/readdir()/closedir() using
7200              external commands give up "ANSI-pureness" and define them
7201              in uconfig.sh, also define other stuff like rename() and putenv().
7202              Leave out the $| emulation in my_fork() since we are
7203              not supposed to have fork() under microperl.
7204      Branch: perl
7205            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
7206            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
7207 ____________________________________________________________________________
7208 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
7209         Log: Localize PARENT (based on Ilya's microperl patch).
7210      Branch: perl
7211            ! lib/Cwd.pm
7212 ____________________________________________________________________________
7213 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
7214         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
7215      Branch: perl
7216            ! util.c
7217 ____________________________________________________________________________
7218 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
7219         Log: A generally useful hunk from Ilya's microperl patch.
7220              (If no fcntl F_SETFD, fake it the best we can.)
7221      Branch: perl
7222            ! pp_sys.c
7223 ____________________________________________________________________________
7224 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
7225         Log: returning would be good, too.
7226      Branch: perl
7227            ! ext/Safe/t/safeops.t
7228 ____________________________________________________________________________
7229 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
7230         Log: No dor in maint.
7231      Branch: perl
7232            ! ext/Safe/t/safeops.t
7233 ____________________________________________________________________________
7234 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
7235         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
7236              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7237              Date: Mon, 21 Apr 2003 22:44:37 -0700
7238              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
7239              
7240              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
7241      Branch: perl
7242            ! ext/DynaLoader/XSLoader_pm.PL
7243 ____________________________________________________________________________
7244 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
7245         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
7246              From: Michael G Schwern <schwern@pobox.com>
7247              Date: Sat, 9 Aug 2003 15:03:02 -0700
7248              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
7249              
7250              (plus one extra catfile() in h2xs.t)
7251      Branch: perl
7252            ! lib/h2xs.t utils/h2xs.PL
7253 ____________________________________________________________________________
7254 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
7255         Log: The Debian people have expressed a wish for the boilerplate
7256              being specific about the Perl version; patch from Nick Clark.
7257      Branch: perl
7258            ! utils/h2xs.PL
7259 ____________________________________________________________________________
7260 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
7261         Log: A new try from Dave Mitchell for [perl #23265].
7262      Branch: perl
7263            ! pad.c t/op/closure.t
7264 ____________________________________________________________________________
7265 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
7266         Log: Fix for [perl #23287] segfault in untie.
7267              (Well, at least no more coredump.)
7268      Branch: perl
7269            ! pp_sys.c t/op/tie.t
7270 ____________________________________________________________________________
7271 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
7272         Log: =head2 ALL CAPS
7273      Branch: perl
7274            ! pod/perlreref.pod
7275 ____________________________________________________________________________
7276 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
7277         Log: Too enthusiastic head2-ing.
7278      Branch: perl
7279            ! pod/perlreref.pod
7280 ____________________________________________________________________________
7281 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
7282         Log: Gotta Get'em Cases Right.
7283      Branch: perl
7284            ! pod/perlreref.pod
7285 ____________________________________________________________________________
7286 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
7287         Log: head2-ify many of the head1s, will probably make this look
7288              better in HTML.
7289      Branch: perl
7290            ! pod/perlreref.pod
7291 ____________________________________________________________________________
7292 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
7293         Log: Subject: Re: [PATCH] perlreref.pod tweaks
7294              From: Iain Truskett <spoon@cpan.org>
7295              Date: Tue, 12 Aug 2003 13:59:27 +1000
7296              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
7297              
7298              plus explain "Titlecase".
7299      Branch: perl
7300            ! pod/perlreref.pod
7301 ____________________________________________________________________________
7302 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
7303         Log: Add a new regression test for Safe : tests that all ops
7304              can be trapped by a Safe compartement (except for the ones
7305              that can't.)
7306      Branch: perl
7307            + ext/Safe/t/safeops.t
7308            ! MANIFEST
7309 ____________________________________________________________________________
7310 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
7311         Log: B::Deparse wasn't handling correctly builtins that
7312              have two filehandles in their prototypes (pipe, socketpair,
7313              accept) when non-bareword prototypes were used.
7314      Branch: perl
7315            ! ext/B/B/Deparse.pm
7316 ____________________________________________________________________________
7317 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
7318         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
7319              From: merlyn@stonehenge.com (Randal L. Schwartz)
7320              Date: 11 Aug 2003 09:45:29 -0700
7321              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
7322              
7323              Subject: [PATCH] perlreref.pod tweaks
7324              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7325              Date: Mon, 11 Aug 2003 13:19:51 -0400
7326              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
7327              
7328              Plus a note about {,n} not being a quantifier.
7329      Branch: perl
7330            ! pod/perlreref.pod
7331 ____________________________________________________________________________
7332 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
7333         Log: Integrate:
7334              [ 20618]
7335              $* is not yet fully gone in 5.8.1.
7336      Branch: perl
7337           !> pod/perlreref.pod
7338 ____________________________________________________________________________
7339 [ 20614] By: nick                                  on 2003/08/11  12:14:55
7340         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
7341      Branch: perl
7342            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
7343 ____________________________________________________________________________
7344 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
7345         Log: VC6 warning: result still unsigned.
7346      Branch: perl
7347            ! regexec.c
7348 ____________________________________________________________________________
7349 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
7350         Log: Typo fix from Boris Zentner.
7351      Branch: perl
7352            ! pod/perlfaq5.pod
7353 ____________________________________________________________________________
7354 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
7355         Log: Subject: [perl #23273] warnings in Unicode::UCD
7356              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
7357              Date: 10 Aug 2003 22:37:41 -0000
7358              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
7359      Branch: perl
7360            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7361 ____________________________________________________________________________
7362 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
7363         Log: Explain the 'Wide character in print' a bit more.
7364      Branch: perl
7365            ! pod/perldiag.pod
7366 ____________________________________________________________________________
7367 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
7368         Log: Subject: Re: killing for vital signs [PATCH]
7369              From: "John P. Linderman" <jpl@research.att.com>
7370              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
7371              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
7372      Branch: perl
7373            ! pod/perlfunc.pod pod/perlipc.pod
7374 ____________________________________________________________________________
7375 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
7376         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
7377              sv_placeholder hunk.
7378      Branch: perl
7379            ! perl.h sv.h
7380 ____________________________________________________________________________
7381 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
7382         Log: Clarify the format checking instructions.
7383      Branch: perl
7384            ! Porting/pumpkin.pod
7385 ____________________________________________________________________________
7386 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
7387         Log: Retract #20597, too many resulting core dumps.
7388      Branch: perl
7389            ! pad.c t/op/closure.t
7390 ____________________________________________________________________________
7391 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
7392         Log: Subject: Re: [perl #23265] Nested anonymous subs
7393              From: Dave Mitchell <davem@fdgroup.com>
7394              Date: Sun, 10 Aug 2003 01:35:30 +0100
7395              Message-ID: <20030810003530.GB6547@fdgroup.com>
7396      Branch: perl
7397            ! pad.c t/op/closure.t
7398 ____________________________________________________________________________
7399 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
7400         Log: Try simple workaround for the POSIX autosplit.ix warning.
7401      Branch: perl
7402            ! ext/POSIX/POSIX.pm
7403 ____________________________________________________________________________
7404 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
7405         Log: One more PL_csighandlerp.
7406      Branch: perl
7407            ! ext/POSIX/POSIX.xs
7408 ____________________________________________________________________________
7409 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
7410         Log: Further tweaks on perlreref.pod (by Iain Truskett)
7411      Branch: perl
7412            ! pod/perlreref.pod
7413 ____________________________________________________________________________
7414 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
7415         Log: Add the perlreref manpage, by Iain Truskett
7416              (regular expressions quick reference.)
7417              Regenerate the table of contents.
7418      Branch: perl
7419            + pod/perlreref.pod
7420            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7421 ____________________________________________________________________________
7422 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
7423         Log: Remove ByteLoader from the list of modules whose compilability should
7424              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
7425              pointed out.)
7426      Branch: perl
7427            ! t/lib/1_compile.t
7428 ____________________________________________________________________________
7429 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
7430         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
7431              From: Dave Mitchell <davem@fdgroup.com>
7432              Date: Sat, 9 Aug 2003 14:51:44 +0100
7433              Message-ID: <20030809135144.GC4997@fdgroup.com>
7434      Branch: perl
7435            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
7436            ! scope.h t/lib/warnings/pad
7437 ____________________________________________________________________________
7438 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
7439         Log: Regenerate perlapi.pod.
7440      Branch: perl
7441            ! pod/perlapi.pod
7442 ____________________________________________________________________________
7443 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
7444         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
7445              From: Michael G Schwern <schwern@pobox.com>
7446              Date: Sat, 9 Aug 2003 13:36:59 -0700
7447              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
7448      Branch: perl
7449            ! t/lib/1_compile.t
7450 ____________________________________________________________________________
7451 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
7452         Log: Update Jon Orwant's email address as he wants it,
7453              drop TPJ URL; upate also Doug MacEachern's address.
7454      Branch: perl
7455            ! pod/perlembed.pod pod/perlmodinstall.pod
7456 ____________________________________________________________________________
7457 [ 20587] By: ams                                   on 2003/08/09  18:09:34
7458         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
7459              normal key was replaced by its UTF-8 equivalent. This caused the
7460              "Storable problem" RT3 users reported under RH9.
7461      Branch: perl
7462            ! hv.c
7463 ____________________________________________________________________________
7464 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
7465         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
7466              From: Michael G Schwern <schwern@pobox.com>
7467              Date: Fri, 8 Aug 2003 18:35:51 -0700
7468              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
7469      Branch: perl
7470            ! pod/perlmodinstall.pod
7471 ____________________________________________________________________________
7472 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
7473         Log: Reintroduce the U_32-ification to pad.c,
7474              suggested by Dave Mitchell.
7475      Branch: perl
7476            ! pad.c
7477 ____________________________________________________________________________
7478 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
7479         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
7480      Branch: perl
7481            ! lib/AutoSplit.pm
7482 ____________________________________________________________________________
7483 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
7484         Log: Some updates for the memory use debugging section:
7485              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
7486      Branch: perl
7487            ! pod/perldebguts.pod
7488 ____________________________________________________________________________
7489 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
7490         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
7491              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
7492              which was on old bug unearthed by the change #20559.
7493              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
7494              Workaround is not to use lexicals.
7495      Branch: perl
7496            ! lib/SelfLoader.pm
7497 ____________________________________________________________________________
7498 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
7499         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
7500              so no much point in adding it yet.
7501      Branch: perl
7502            ! hints/cygwin.sh
7503 ____________________________________________________________________________
7504 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
7505         Log: Retract #20524 since it was due to broken INT32_MIN in
7506              Cygwin 1.5's stdint.h.
7507      Branch: perl
7508            ! pad.c
7509 ____________________________________________________________________________
7510 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
7511         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
7512              From: Dave Mitchell <davem@fdgroup.com>
7513              Date: Fri, 8 Aug 2003 22:28:48 +0100
7514              Message-ID: <20030808212848.GA2628@fdgroup.com>
7515      Branch: perl
7516            ! sv.c
7517 ____________________________________________________________________________
7518 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
7519         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
7520              From: Michael G Schwern <schwern@pobox.com>
7521              Date: Fri, 8 Aug 2003 13:59:50 -0700
7522              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
7523      Branch: perl
7524            ! pod/perlfaq8.pod
7525 ____________________________________________________________________________
7526 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
7527         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
7528              From: Jan Dubois <jand@ActiveState.com>
7529              Date: Fri, 08 Aug 2003 17:49:03 -0700
7530              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
7531      Branch: perl
7532            ! win32/win32.c
7533 ____________________________________________________________________________
7534 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
7535         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
7536              From: Nicholas Clark <nick@ccl4.org>
7537              Date: Fri, 8 Aug 2003 23:30:00 +0100
7538              Message-ID: <20030808233000.B20130@plum.flirble.org>
7539      Branch: perl
7540            ! ext/Storable/Storable.xs
7541 ____________________________________________________________________________
7542 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
7543         Log: Two more tests for #20566/#20568.
7544      Branch: perl
7545            ! t/op/pat.t
7546 ____________________________________________________________________________
7547 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
7548         Log: Subject: [PATCH] Re: UNICODE regexp bug
7549              From: Nick Ing-Simmons <nick@ing-simmons.net>
7550              Date: Fri, 08 Aug 2003 23:05:49 +0100
7551              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
7552              
7553              Better patch (than #20566) from NI-S, one more test
7554              (introduce another variable rather than reuse the tmp, though)
7555      Branch: perl
7556            ! regexec.c t/op/pat.t
7557 ____________________________________________________________________________
7558 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
7559         Log: Subject: UNICODE regexp bug
7560              From: Nick Ing-Simmons <nick@ing-simmons.net>
7561              Date: Fri, 08 Aug 2003 20:36:56 +0100
7562              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
7563      Branch: perl
7564            ! regexec.c t/op/pat.t
7565 ____________________________________________________________________________
7566 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
7567         Log: Move the csighandler to be a data variable so that
7568              things like DLL trampolines can't mess up the code
7569              variables the Perl_csighandler (seen in Cygwin:
7570              Perl_csighandler in POSIX extension was different
7571              than in main executable).
7572      Branch: perl
7573            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
7574 ____________________________________________________________________________
7575 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
7576         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
7577              From: Steve Hay <steve.hay@uk.radan.com>
7578              Date: Fri, 08 Aug 2003 12:42:28 +0100
7579              Message-ID: <3F338CA4.3010503@uk.radan.com>
7580      Branch: perl
7581            ! t/op/time.t
7582 ____________________________________________________________________________
7583 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
7584         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
7585              From: "Gerrit P. Haase" <gp@familiehaase.de>
7586              Date: Fri, 8 Aug 2003 13:44:51 +0200
7587              Message-ID: <1621817486657.20030808134451@familiehaase.de>
7588      Branch: perl
7589            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
7590            ! hints/cygwin.sh
7591 ____________________________________________________________________________
7592 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
7593         Log: Retract PASTHRU* changes as recommended by Schwern.
7594      Branch: perl
7595            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7596            ! lib/ExtUtils/t/MM_Win32.t
7597 ____________________________________________________________________________
7598 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
7599         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
7600              From: Dave Mitchell <davem@fdgroup.com>
7601              Date: Thu, 7 Aug 2003 15:53:35 +0100
7602              Message-ID: <20030807145335.GF26683@fdgroup.com>
7603      Branch: perl
7604            ! scope.c t/lib/warnings/pad
7605 ____________________________________________________________________________
7606 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
7607         Log: The #20546 was too ambitious, broke the test.
7608      Branch: perl
7609            ! lib/Benchmark.pm lib/Benchmark.t
7610 ____________________________________________________________________________
7611 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
7612         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
7613              From: PPrymmer@factset.com
7614              Date: Thu, 7 Aug 2003 14:02:02 -0400
7615              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
7616      Branch: perl
7617            ! vms/descrip_mms.template
7618 ____________________________________________________________________________
7619 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
7620         Log: Some AUTHORS updates.
7621      Branch: perl
7622            ! AUTHORS
7623 ____________________________________________________________________________
7624 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
7625         Log: Hint away the semid_ds test in NetBSD/sparc.
7626      Branch: perl
7627            ! hints/netbsd.sh
7628 ____________________________________________________________________________
7629 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
7630         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
7631      Branch: perl
7632            ! Configure
7633 ____________________________________________________________________________
7634 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
7635         Log: Subject: [PATCH] Test::More
7636              From: Fergal Daly <fergal@esatclear.ie>
7637              Date: Thu, 7 Aug 2003 15:52:11 +0100
7638              Message-Id: <200308071552.11873.fergal@esatclear.ie>
7639      Branch: perl
7640            ! lib/Test/More.pm
7641 ____________________________________________________________________________
7642 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
7643         Log: Integrate from maint:
7644              [ 20543]
7645              Workround for SuSE8.2's -lndbm hack
7646      Branch: perl
7647           !> hints/linux.sh
7648 ____________________________________________________________________________
7649 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
7650         Log: Subject: [PATCH 5.8.1] Benchmark problem
7651              From: Radu Greab <rgreab@fx.ro>
7652              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
7653              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
7654              
7655              Subject: Re: [PATCH 5.8.1] Benchmark problem
7656              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7657              Date: Thu, 7 Aug 2003 15:48:38 +0200
7658              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
7659      Branch: perl
7660            ! lib/Benchmark.pm lib/Benchmark.t
7661 ____________________________________________________________________________
7662 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
7663         Log: Retract #20359: too wide a brush.
7664      Branch: perl
7665            ! hints/netbsd.sh
7666 ____________________________________________________________________________
7667 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
7668         Log: If no alarm(), skip the subtests.
7669      Branch: perl
7670            ! ext/Time/HiRes/t/HiRes.t
7671 ____________________________________________________________________________
7672 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
7673         Log: Subject: Re: maint @ 20537
7674              From: Philip Newton <Philip.Newton@gmx.net>
7675              Date: Thu, 07 Aug 2003 09:05:17 +0200
7676              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
7677      Branch: perl
7678            ! ext/Socket/Socket.xs
7679 ____________________________________________________________________________
7680 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
7681         Log: Subject: Re: maint @ 20537
7682              From: Philip Newton <Philip.Newton@gmx.net>
7683              Date: Thu, 07 Aug 2003 09:05:17 +0200
7684              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
7685      Branch: perl
7686            ! hints/dos_djgpp.sh
7687 ____________________________________________________________________________
7688 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
7689         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
7690              broken SysV semaphores.
7691      Branch: perl
7692            ! hints/netbsd.sh
7693 ____________________________________________________________________________
7694 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
7695         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
7696              From: hv@crypt.org
7697              Date: Thu, 07 Aug 2003 02:44:23 +0100
7698              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
7699      Branch: perl
7700            ! regexec.c t/op/re_tests
7701 ____________________________________________________________________________
7702 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
7703         Log: ESUCCESS = 0 is not true, but exists.
7704      Branch: perl
7705            ! ext/Errno/t/Errno.t
7706 ____________________________________________________________________________
7707 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
7708         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
7709              From: jari.aalto@poboxes.com (Jari Aalto)
7710              Date: Wed, 06 Aug 2003 14:24:42 +0300
7711              Message-ID: <ekzzowp1.fsf@blue.sea.net>
7712      Branch: perl
7713            ! ext/Sys/Syslog/Syslog.pm
7714 ____________________________________________________________________________
7715 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
7716         Log: Make code agree with documentation (from Wolfgang Friebel)
7717      Branch: perl
7718            ! lib/ExtUtils/MakeMaker.pm
7719 ____________________________________________________________________________
7720 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
7721         Log: Various tweaks to help DJGPP builds.
7722      Branch: perl
7723            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
7724 ____________________________________________________________________________
7725 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
7726         Log: More PASTHRU patching from Steve Hay.
7727      Branch: perl
7728            ! lib/ExtUtils/MM_Unix.pm
7729 ____________________________________________________________________________
7730 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
7731         Log: Cast away gcc 3.3 type conversion pickiness.
7732      Branch: perl
7733            ! ext/threads/threads.xs
7734 ____________________________________________________________________________
7735 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
7736         Log: Subject: Re: perl with cygwin 1.5, need help
7737              From: "Gerrit P. Haase" <gp@familiehaase.de>
7738              Date: Tue, 5 Aug 2003 14:36:55 +0200
7739              Message-ID: <71561410910.20030805143655@familiehaase.de>
7740              
7741              (needed manual fitting)
7742      Branch: perl
7743            ! pad.c
7744 ____________________________________________________________________________
7745 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
7746         Log: Subject: maint @ 20512
7747              From: Robin Barker <Robin.Barker@npl.co.uk>
7748              Date: Wed, 6 Aug 2003 15:31:33 +0100
7749              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
7750      Branch: perl
7751            ! MANIFEST Porting/Maintainers.pl
7752 ____________________________________________________________________________
7753 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
7754         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
7755              From: Steve Hay <steve.hay@uk.radan.com>
7756              Date: Wed, 06 Aug 2003 10:56:44 +0100
7757              Message-ID: <3F30D0DC.20700@uk.radan.com>
7758      Branch: perl
7759            ! lib/ExtUtils/MM_Unix.pm
7760 ____________________________________________________________________________
7761 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
7762         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
7763              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7764              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
7765              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
7766      Branch: perl
7767            ! pod/perlfaq2.pod
7768 ____________________________________________________________________________
7769 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
7770         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
7771              From: "Craig A. Berry" <craigberry@mac.com>
7772              Date: Wed, 06 Aug 2003 00:18:36 -0500
7773              Message-ID: <3F308FAC.4090409@mac.com>
7774              
7775              (from vmsperl list)
7776      Branch: perl
7777            ! utils/dprofpp.PL
7778 ____________________________________________________________________________
7779 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
7780         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
7781              From: mjd@plover.com
7782              Date: 5 Aug 2003 19:23:46 -0000
7783              Message-ID: <20030805192346.25911.qmail@plover.com>
7784      Branch: perl
7785            ! pod/perlfaq2.pod
7786 ____________________________________________________________________________
7787 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
7788         Log: Continue #20506.
7789      Branch: perl
7790            ! lib/ExtUtils/MM_Unix.pm
7791 ____________________________________________________________________________
7792 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
7793         Log: Try to fix the INC in PASTHRU.
7794      Branch: perl
7795            ! lib/ExtUtils/MM_Unix.pm
7796 ____________________________________________________________________________
7797 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
7798         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
7799              From: Chip Salzenberg <chip@pobox.com>
7800              Date: Tue, 5 Aug 2003 11:39:24 -0400
7801              Message-ID: <20030805153924.GO1751@perlsupport.com
7802      Branch: perl
7803            ! perlio.c
7804 ____________________________________________________________________________
7805 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
7806         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
7807              From: Steve Hay <steve.hay@uk.radan.com>
7808              Date: Tue, 05 Aug 2003 10:43:49 +0100
7809              Message-ID: <3F2F7C55.9020808@uk.radan.com>
7810              
7811              (The MM_Unix.pm part was dealt with in #20501.)
7812      Branch: perl
7813            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
7814 ____________________________________________________________________________
7815 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
7816         Log: Reinstate #11125, hopefully making MakeMaker to pass
7817              DEFINE and INCLUDE to subdirs (NI-S says he'll work
7818              around any problems caused seen Tk if necessary).
7819              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
7820              to be _after_ the directory-specific INC and DEFINE as suggested
7821              by NI-S (Tk probably being the only "user" of the said macros).
7822      Branch: perl
7823            ! lib/ExtUtils/MM_Unix.pm
7824 ____________________________________________________________________________
7825 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
7826         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
7827              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
7828              Date: Tue, 5 Aug 2003 20:12:18 +0400
7829              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
7830      Branch: perl
7831            - wince/include/netdb.h
7832            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
7833            ! wince/wince.c
7834 ____________________________________________________________________________
7835 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
7836         Log: A suggested perlio doc addition from Stas.
7837      Branch: perl
7838            ! pod/perliol.pod
7839 ____________________________________________________________________________
7840 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
7841         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
7842              From: Robin Barker <Robin.Barker@npl.co.uk>
7843              Date: Tue, 5 Aug 2003 15:32:36 +0100
7844              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
7845      Branch: perl
7846            ! AUTHORS Porting/Maintainers.pl
7847 ____________________________________________________________________________
7848 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
7849         Log: This is necessary to get things building for the VMS debugger.
7850              (Craig Berry)
7851      Branch: perl
7852            ! vms/descrip_mms.template
7853 ____________________________________________________________________________
7854 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
7855         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
7856              From: alian <alian@cpan.org>
7857              Date: Tue, 05 Aug 2003 12:21:42 +0200
7858              Message-ID: <3F2F8536.1090702@jupiter.alianet>
7859      Branch: perl
7860            ! ext/POSIX/t/posix.t
7861 ____________________________________________________________________________
7862 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
7863         Log: Add some known cases to Maintainers.
7864      Branch: perl
7865            ! Porting/Maintainers.pl
7866 ____________________________________________________________________________
7867 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
7868         Log: Subject: [PATCH] perlthrtut.pod
7869              From: Elizabeth Mattijsen <liz@dijkmat.nl>
7870              Date: Tue, 5 Aug 2003 11:26:04 +0200
7871              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
7872      Branch: perl
7873            ! pod/perlthrtut.pod
7874 ____________________________________________________________________________
7875 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
7876         Log: Add META.yml and Stas' makemeta (plus extensive reworking
7877              of the Maintainers utility)
7878      Branch: perl
7879            + META.yml Porting/Maintainers.pm Porting/makemeta
7880            ! MANIFEST Makefile.SH Porting/Maintainers
7881            ! Porting/Maintainers.pl
7882 ____________________________________________________________________________
7883 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
7884         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
7885              Try to remove the created message queues and semaphores
7886              even in the case of failures.
7887      Branch: perl
7888            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7889 ____________________________________________________________________________
7890 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
7891         Log: Subject: PerlIO_{read,write} return value doc patch
7892              From: Gisle Aas <gisle@ActiveState.com>
7893              Date: 04 Aug 2003 13:25:28 -0700
7894              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
7895      Branch: perl
7896            ! pod/perlapio.pod
7897 ____________________________________________________________________________
7898 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
7899         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
7900              From: "Craig A. Berry" <craigberry@mac.com>
7901              Date: Mon, 04 Aug 2003 19:29:51 -0500
7902              Message-ID: <3F2EFA7F.6070801@mac.com>
7903      Branch: perl
7904            ! utils/dprofpp.PL
7905 ____________________________________________________________________________
7906 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
7907         Log: Subject: [PATCH] typos in encoding.pm
7908              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7909              Date: Mon, 4 Aug 2003 20:09:35 +0200
7910              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
7911      Branch: perl
7912            ! ext/Encode/encoding.pm
7913 ____________________________________________________________________________
7914 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
7915         Log: Bytecode patching from Enache.
7916      Branch: perl
7917            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7918            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
7919 ____________________________________________________________________________
7920 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
7921         Log: Upgrade to Digest::MD5 2.27.
7922      Branch: perl
7923            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7924            ! ext/Digest/MD5/t/files.t
7925 ____________________________________________________________________________
7926 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
7927         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
7928              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7929              Date: Tue, 05 Aug 2003 00:27:10 +0900
7930              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
7931      Branch: perl
7932            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
7933 ____________________________________________________________________________
7934 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
7935         Log: Nit in INSTALL about the svr?.sh hint files.
7936      Branch: perl
7937            ! INSTALL
7938 ____________________________________________________________________________
7939 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
7940         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
7941              From: Steve Grazzini <grazz@pobox.com>
7942              Date: Mon, 4 Aug 2003 16:01:45 -0400
7943              Message-ID: <20030804200145.GB21699@grazzini.net>
7944              
7945              Prevent the warning "Bareword found where operator expected" in
7946              the case "print $fh foo()" where foo() is an undefined function.
7947      Branch: perl
7948            ! toke.c
7949 ____________________________________________________________________________
7950 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
7951         Log: Fix bug #23141 : localization of readonly magic scalars
7952              now produces an error "Modification of a read-only value
7953              attempted", instead of silently failing.
7954      Branch: perl
7955            ! scope.c t/op/local.t
7956 ____________________________________________________________________________
7957 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
7958         Log: Revert change #19282 : it caused problems for some -Duseshrplib
7959              builds. On the other hand, make sure that your C compiler isn't
7960              a perl script !
7961      Branch: perl
7962            ! Makefile.SH
7963 ____________________________________________________________________________
7964 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
7965         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
7966      Branch: perl
7967            ! perl.c perl.h
7968 ____________________________________________________________________________
7969 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
7970         Log: Oops.
7971      Branch: perl
7972            ! hints/darwin.sh hints/rhapsody.sh
7973 ____________________________________________________________________________
7974 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
7975         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
7976              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7977              Date: Mon, 4 Aug 2003 10:35:12 +0200
7978              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
7979      Branch: perl
7980            ! hints/darwin.sh
7981 ____________________________________________________________________________
7982 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
7983         Log: Test count adjustment from Rafael.
7984      Branch: perl
7985            ! lib/Test/Simple/t/is_deeply.t
7986 ____________________________________________________________________________
7987 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
7988         Log: Subject: [PATCH] maint, Win32, GCC 3.2
7989              From: Mattia Barbon <mbarbon@dsi.unive.it>
7990              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
7991              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
7992      Branch: perl
7993            ! ext/Errno/Errno_pm.PL
7994 ____________________________________________________________________________
7995 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
7996         Log: Apparently the newly introduce -DDARWIN did conflict with
7997              some Apple definition, how ironic...
7998      Branch: perl
7999            ! hints/darwin.sh perl.h
8000 ____________________________________________________________________________
8001 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
8002         Log: Subject: Debian patch that skips podless modules
8003              From: Alexey Tourbin <at@altlinux.ru>
8004              Date: Sun, 3 Aug 2003 21:33:00 +0400
8005              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
8006              
8007              (plus Schwern's and Robert's nits)
8008      Branch: perl
8009            ! installman
8010 ____________________________________________________________________________
8011 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
8012         Log: Subject: [PATCH] 4 bugs in Test::More
8013              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
8014              Date: Fri, 21 Mar 2003 10:57:31 +0000
8015              Message-Id: <200303211057.31879.fergal@esatclear.ie>
8016      Branch: perl
8017            ! lib/Test/More.pm lib/Test/Simple/t/More.t
8018            ! lib/Test/Simple/t/is_deeply.t
8019 ____________________________________________________________________________
8020 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
8021         Log: Upgrade to ExtUtils::MakeMaker 6.15.
8022      Branch: perl
8023            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
8024            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
8025            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
8026 ____________________________________________________________________________
8027 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
8028         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
8029              From: Michael G Schwern <schwern@pobox.com>
8030              Date: Sun, 3 Aug 2003 16:12:35 -0700
8031              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
8032      Branch: perl
8033            ! lib/Benchmark.pm lib/Benchmark.t
8034 ____________________________________________________________________________
8035 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
8036         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
8037              From: Enache Adrian <enache@rdslink.ro>
8038              Date: Sun, 3 Aug 2003 18:00:05 +0300
8039              Message-ID: <20030803150005.GA1319@ratsnest.hole>
8040      Branch: perl
8041            ! pp.c t/op/substr.t
8042 ____________________________________________________________________________
8043 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
8044         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
8045              From: alian <alian@cpan.org>
8046              Date: Sat, 02 Aug 2003 16:19:25 +0200
8047              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
8048              
8049              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
8050      Branch: perl
8051            ! ext/POSIX/t/posix.t
8052 ____________________________________________________________________________
8053 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
8054         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
8055              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8056              Date: Mon, 4 Aug 2003 00:01:08 +0400
8057              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
8058      Branch: perl
8059            ! wince/makedist.pl
8060 ____________________________________________________________________________
8061 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
8062         Log: Subject: [PATCH perlreftut.pod] Minor edits
8063              From: mjd@plover.com
8064              Date: 3 Aug 2003 17:46:08 -0000
8065              Message-ID: <20030803174608.15792.qmail@plover.com>
8066      Branch: perl
8067            ! pod/perlreftut.pod
8068 ____________________________________________________________________________
8069 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
8070         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
8071              From: mjd@plover.com
8072              Date: 3 Aug 2003 19:37:49 -0000
8073              Message-ID: <20030803193749.3733.qmail@plover.com>
8074      Branch: perl
8075            ! ext/Time/HiRes/HiRes.pm
8076 ____________________________________________________________________________
8077 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
8078         Log: Subject: [PATCH] Re: win32.c bug - handle leak
8079              From: Jan Dubois <jand@ActiveState.com>
8080              Date: Sat, 02 Aug 2003 10:25:05 -0700
8081              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
8082      Branch: perl
8083            ! win32/win32.c
8084 ____________________________________________________________________________
8085 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
8086         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
8087              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8088              Date: Sat, 2 Aug 2003 09:38:50 -0700
8089              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
8090      Branch: perl
8091            ! os2/os2ish.h
8092 ____________________________________________________________________________
8093 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
8094         Log: Subject: [PATCH] Storable and uninitalized array values
8095              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8096              Date: Sat, 2 Aug 2003 13:40:16 +0200
8097              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
8098      Branch: perl
8099            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
8100 ____________________________________________________________________________
8101 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
8102         Log: Upgrade to Unicode::Collate 0.26.
8103      Branch: perl
8104            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8105            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
8106            ! lib/Unicode/Collate/t/test.t
8107 ____________________________________________________________________________
8108 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
8109         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
8110              From: "Craig A. Berry" <craigberry@mac.com>
8111              Date: Sat, 02 Aug 2003 10:25:44 -0500
8112              Message-ID: <3F2BD7F8.8090003@mac.com>
8113      Branch: perl
8114            ! lib/Net/Ping.pm
8115 ____________________________________________________________________________
8116 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
8117         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
8118              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8119              Date: Sun, 3 Aug 2003 06:21:41 -0700
8120              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
8121      Branch: perl
8122            ! lib/Shell.t
8123 ____________________________________________________________________________
8124 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
8125         Log: C++ (or C99) sneak attack ("inline" function keyword).
8126      Branch: perl
8127            ! ext/Devel/DProf/DProf.xs
8128 ____________________________________________________________________________
8129 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
8130         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
8131              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8132              Date: Fri, 1 Aug 2003 13:12:14 +0200
8133              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
8134      Branch: perl
8135            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8136            ! ext/File/Glob/t/basic.t
8137 ____________________________________________________________________________
8138 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
8139         Log: Only show the message if the locale settings look risky.
8140      Branch: perl
8141            ! ext/Time/HiRes/Makefile.PL
8142 ____________________________________________________________________________
8143 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
8144         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
8145              update Changes.
8146      Branch: perl
8147            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
8148 ____________________________________________________________________________
8149 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
8150         Log: Subject: [PATCH] Small nit to pad.c
8151              From: Enache Adrian <enache@rdslink.ro>
8152              Date: Sat, 2 Aug 2003 01:50:40 +0300
8153              Message-ID: <20030801225040.GB1281@ratsnest.hole>
8154      Branch: perl
8155            ! pad.c
8156 ____________________________________________________________________________
8157 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
8158         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
8159              From: Radu Greab <rgreab@fx.ro>
8160              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
8161              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
8162      Branch: perl
8163            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8164            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
8165            ! t/lib/dprof/test8_v
8166 ____________________________________________________________________________
8167 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
8168         Log: Subject: [PATCH] ioctl for VMS
8169              From: "Craig A. Berry" <craigberry@mac.com>
8170              Date: Fri, 01 Aug 2003 23:34:31 -0500
8171              Message-ID: <3F2B3F57.4050609@mac.com>
8172      Branch: perl
8173            ! configure.com vms/vmsish.h
8174 ____________________________________________________________________________
8175 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
8176         Log: Subject: [PATCH] argv case nit for VMS
8177              From: "Craig A. Berry" <craigberry@mac.com>
8178              Date: Fri, 01 Aug 2003 19:16:30 -0500
8179              Message-ID: <3F2B02DE.10207@mac.com>
8180      Branch: perl
8181            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
8182 ____________________________________________________________________________
8183 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
8184         Log: Hugo's second thoughts: drop the relatively rare and
8185              slow optimization for now.
8186      Branch: perl
8187            ! regexec.c
8188 ____________________________________________________________________________
8189 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
8190         Log: Missed this bit in the last update: couldn't answer ''
8191              or ' ' to get 'none'.
8192      Branch: perl
8193            ! Configure
8194 ____________________________________________________________________________
8195 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
8196         Log: Encode pre-1.98 update from Dan Kogai, sent from
8197              the ashes of his smoldering motherboard.
8198      Branch: perl
8199            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
8200            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
8201            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
8202            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
8203 ____________________________________________________________________________
8204 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
8205         Log: More runperl(switches => ...) finds (bleadperl only).
8206      Branch: perl
8207            ! t/op/readline.t
8208 ____________________________________________________________________________
8209 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
8210         Log: Regen perltoc.
8211      Branch: perl
8212            ! pod/perltoc.pod
8213 ____________________________________________________________________________
8214 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
8215         Log: pod likes whitespace.
8216      Branch: perl
8217            ! ext/ByteLoader/ByteLoader.pm
8218 ____________________________________________________________________________
8219 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
8220         Log: Faulty check.
8221      Branch: perl
8222            ! t/test.pl
8223 ____________________________________________________________________________
8224 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
8225         Log: Update INSTALL on the *dir.
8226      Branch: perl
8227            ! INSTALL
8228 ____________________________________________________________________________
8229 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
8230         Log: Regen Glossary et al.
8231      Branch: perl
8232            ! Porting/Glossary Porting/config.sh Porting/config_H
8233 ____________________________________________________________________________
8234 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
8235         Log: Now the test should be really testing what it's supposed to.
8236      Branch: perl
8237            ! ext/B/t/bytecode.t
8238 ____________________________________________________________________________
8239 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
8240         Log: Fix the options.
8241      Branch: perl
8242            ! ext/B/t/bytecode.t
8243 ____________________________________________________________________________
8244 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
8245         Log: Argument sanity checking. 
8246      Branch: perl
8247            ! t/test.pl
8248 ____________________________________________________________________________
8249 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
8250         Log: Regen Configure to use the *html*dir files.
8251              (installhtml uses none of that, though)
8252      Branch: perl
8253            ! Configure Policy_sh.SH config_h.SH
8254 ____________________________________________________________________________
8255 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
8256         Log: More for the *dir changes.
8257      Branch: perl
8258            ! Policy_sh.SH config_h.SH hints/darwin.sh
8259 ____________________________________________________________________________
8260 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
8261         Log: Regen Configure for the new *dir installation variables.
8262              If these don't work, ask Schwern.
8263      Branch: perl
8264            ! Configure
8265 ____________________________________________________________________________
8266 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
8267         Log: Upgrade to MakeMaker 6.13.
8268      Branch: perl
8269            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
8270            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
8271            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8272            ! lib/ExtUtils/t/basic.t
8273 ____________________________________________________________________________
8274 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
8275         Log: JAPH patch :-) from Abigail.
8276      Branch: perl
8277            ! t/japh/abigail.t
8278 ____________________________________________________________________________
8279 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
8280         Log: Regen perlapi.
8281      Branch: perl
8282            ! perlapi.c
8283 ____________________________________________________________________________
8284 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
8285         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
8286              From: Dave Mitchell <davem@fdgroup.com>
8287              Date: Fri, 1 Aug 2003 01:16:31 +0100
8288              Message-ID: <20030801001631.GA11233@fdgroup.com>
8289      Branch: perl
8290            ! regcomp.c t/op/pat.t
8291 ____________________________________________________________________________
8292 [ 20404] By: ams                                   on 2003/08/01  03:28:17
8293         Log: Subject: [PATCH] LotR quote for perlapi.c
8294              From: Autrijus Tang <autrijus@autrijus.org>
8295              Date: Fri, 1 Aug 2003 10:00:29 +0800
8296              Message-Id: <20030801020029.GA28241@not.autrijus.org>
8297      Branch: perl
8298            ! embed.pl
8299 ____________________________________________________________________________
8300 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
8301         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
8302      Branch: perl
8303            ! INSTALL
8304 ____________________________________________________________________________
8305 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
8306         Log: Integrate README.macosx more.
8307      Branch: perl
8308            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
8309            ! win32/Makefile win32/makefile.mk
8310 ____________________________________________________________________________
8311 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
8312         Log: README.macosx from Sherm Pendley.
8313      Branch: perl
8314            + README.macosx
8315            ! MANIFEST
8316 ____________________________________________________________________________
8317 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
8318         Log: Unportable subtest needs rethink.
8319      Branch: perl
8320            ! ext/B/t/bytecode.t
8321 ____________________________________________________________________________
8322 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
8323         Log: Enache again.
8324      Branch: perl
8325            ! ext/ByteLoader/bytecode.h
8326 ____________________________________________________________________________
8327 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
8328         Log: Retract #20385.
8329      Branch: perl
8330            ! ext/ByteLoader/bytecode.h
8331 ____________________________________________________________________________
8332 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
8333         Log: Yet another bytecode tweak from Enache.
8334      Branch: perl
8335            ! ext/B/B/Bytecode.pm
8336 ____________________________________________________________________________
8337 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
8338         Log: Subject: [DOC PATCH] pod/perlguts.pod
8339              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8340              Date: Thu, 31 Jul 2003 22:39:01 +0200
8341              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
8342      Branch: perl
8343            ! pod/perlguts.pod
8344 ____________________________________________________________________________
8345 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
8346         Log: Subject: Re: [perl #23171] Regex too selfish 
8347              From: hv@crypt.org
8348              Date: Thu, 31 Jul 2003 18:59:43 +0100
8349              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
8350              
8351              (choose the second code patch)
8352      Branch: perl
8353            ! regexec.c t/op/re_tests
8354 ____________________________________________________________________________
8355 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
8356         Log: Make consistent with installperl (and working in MPE/iX)
8357              (Mark Bixby)
8358      Branch: perl
8359            ! installman
8360 ____________________________________________________________________________
8361 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
8362         Log: (retracted by #20390)
8363      Branch: perl
8364            ! ext/ByteLoader/bytecode.h
8365 ____________________________________________________________________________
8366 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
8367         Log: Upgrade to real CPAN.pm 1.76.
8368      Branch: perl
8369            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
8370            + lib/CPAN/t/signature.t
8371            ! MANIFEST lib/CPAN.pm
8372 ____________________________________________________________________________
8373 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
8374         Log: One more tweak for Mac OS X hints.
8375      Branch: perl
8376            ! hints/darwin.sh
8377 ____________________________________________________________________________
8378 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
8379         Log: The new PKI system is far too untested and rough yet
8380              (think machines with no network, machines behind firewalls,
8381              corporate and national encryption policies).  It cannot be
8382              considered useable at this stage.
8383              
8384              Therefore, create a fake CPAN 1.76.
8385      Branch: perl
8386            ! lib/CPAN.pm
8387 ____________________________________________________________________________
8388 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
8389         Log: This test is pretty useless as it stands.
8390      Branch: perl
8391            - lib/CPAN/t/signature.t
8392            ! MANIFEST
8393 ____________________________________________________________________________
8394 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
8395         Log: Document the requirements for Module::Signature a bit.
8396      Branch: perl
8397            ! lib/CPAN.pm
8398 ____________________________________________________________________________
8399 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
8400         Log: We are change #20316 ahead of 1.75.
8401      Branch: perl
8402            ! lib/CPAN.pm
8403 ____________________________________________________________________________
8404 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
8405         Log: Integrate from maint:
8406              [ 20359]
8407              No more wince/README.compile here, either.
8408      Branch: perl
8409           !> Porting/makerel
8410 ____________________________________________________________________________
8411 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
8412         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
8413              (Schwern)
8414      Branch: perl
8415            ! lib/ExtUtils/MakeMaker.pm
8416 ____________________________________________________________________________
8417 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
8418         Log: Schwern says this is most probably an old VMS MakeMaker
8419              bug workaround that can go now.
8420      Branch: perl
8421            ! ext/SDBM_File/sdbm/Makefile.PL
8422 ____________________________________________________________________________
8423 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
8424         Log: Final touches to "Apple-like" installation directories.
8425      Branch: perl
8426            ! hints/darwin.sh
8427 ____________________________________________________________________________
8428 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
8429         Log: Tests for change #20367 (and change use overload; to
8430              just require overload;)
8431      Branch: perl
8432            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
8433 ____________________________________________________________________________
8434 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
8435         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
8436              From: Xavier Noria <fxn@hashref.com>
8437              Date: Thu, 31 Jul 2003 00:29:13 +0200
8438              Message-Id: <200307310029.13567.fxn@hashref.com>
8439      Branch: perl
8440            ! lib/Tie/RefHash.pm
8441 ____________________________________________________________________________
8442 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
8443         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
8444              From: Enache Adrian <enache@rdslink.ro>
8445              Date: Thu, 31 Jul 2003 03:49:40 +0300
8446              Message-ID: <20030731004940.GB1266@ratsnest.hole>
8447              
8448              (but use test.pl:run_perl() instead of manual `$^X ...`)
8449      Branch: perl
8450            + ext/B/t/bytecode.t
8451            ! MANIFEST
8452 ____________________________________________________________________________
8453 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
8454         Log: Silence spurious noise from MakeMaker :
8455              hint files shouldn't return undef and have set $!.
8456      Branch: perl
8457            ! ext/DynaLoader/hints/linux.pl
8458 ____________________________________________________________________________
8459 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
8460         Log: Upgrade to NEXT 0.52.
8461      Branch: perl
8462            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
8463            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
8464 ____________________________________________________________________________
8465 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
8466         Log: Might as well.
8467      Branch: perl
8468            ! pod/perlhist.pod
8469 ____________________________________________________________________________
8470 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
8471         Log: Silly gcc.
8472      Branch: perl
8473            ! perl.c
8474 ____________________________________________________________________________
8475 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
8476         Log: This is getting comical.  (Practical tip: never ask
8477              for opinions from one than one person at one time.)
8478              Now back to -Dprefix='/usr' replacing the system Perl,
8479              but don't use the Apple internal DSTROOT.
8480      Branch: perl
8481            ! hints/darwin.sh
8482 ____________________________________________________________________________
8483 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
8484         Log: Mac OS X hints dance continues.  Now drop any special
8485              installation directory mangling.  In other words, if
8486              you want to overwrite the system perl, you really need
8487              to find out how to do that.
8488      Branch: perl
8489            ! hints/darwin.sh
8490 ____________________________________________________________________________
8491 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
8492         Log: Try again with the Mac OS X hints.  Now the three cases
8493              (no -Dprefix, /usr, and something else) all install
8494              into separate places.  No prefix installs to /usr/local.
8495              The /usr overwrites the Apple install (modulo the version).  
8496      Branch: perl
8497            ! hints/darwin.sh
8498 ____________________________________________________________________________
8499 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
8500         Log: Subject: [PATCH] NEXT and Diamond Inheritance
8501              From: Casey West <casey@geeknest.com>
8502              Date: Tue, 29 Jul 2003 17:37:15 -0400
8503              Message-ID: <20030729213715.GY76899@geeknest.com>
8504              
8505              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
8506      Branch: perl
8507            ! lib/NEXT.pm lib/NEXT/t/unseen.t
8508 ____________________________________________________________________________
8509 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
8510         Log: Match also on full name and email (though the email is
8511              now less interesting than it used to be).
8512      Branch: perl
8513            ! Porting/Maintainers
8514 ____________________________________________________________________________
8515 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
8516         Log: Maintainers script tweaks.
8517      Branch: perl
8518            ! Porting/Maintainers
8519 ____________________________________________________________________________
8520 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
8521         Log: rmdir t/lib/IO.
8522      Branch: perl
8523            ! ext/IO/t/IO.t
8524 ____________________________________________________________________________
8525 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
8526         Log: Adjust the list of rmdired lib directories.
8527      Branch: perl
8528            ! Makefile.SH
8529 ____________________________________________________________________________
8530 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
8531         Log: Be paranoid about PL_origargv.
8532              Paranoia warranted by Win32 mod_perl.
8533      Branch: perl
8534            ! perl.c
8535 ____________________________________________________________________________
8536 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
8537         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
8538              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8539              Date: Wed, 30 Jul 2003 14:56:32 +0400
8540              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
8541      Branch: perl
8542            ! perlio.c
8543 ____________________________________________________________________________
8544 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
8545         Log: Upgrade to ExtUtils::MakeMaker 6.12.
8546      Branch: perl
8547            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
8548            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
8549            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8550            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8551 ____________________________________________________________________________
8552 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
8553         Log: That's M. Schwern to you, earthling.
8554      Branch: perl
8555            ! Porting/Maintainers.pl
8556 ____________________________________________________________________________
8557 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
8558         Log: Arthur maintains Safe.
8559      Branch: perl
8560            ! Porting/Maintainers.pl
8561 ____________________________________________________________________________
8562 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
8563         Log: Use the CPAN id where available.
8564      Branch: perl
8565            ! Porting/Maintainers.pl
8566 ____________________________________________________________________________
8567 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
8568         Log: Rename Modules and Modules.pl as Maintainers and
8569              Maintainers.pl since the same framework can be used
8570              for more than just modules.
8571      Branch: perl
8572            + Porting/Maintainers Porting/Maintainers.pl
8573            - Porting/Modules Porting/Modules.pl
8574            ! MANIFEST
8575 ____________________________________________________________________________
8576 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
8577         Log: Strip leading ./
8578      Branch: perl
8579            ! Porting/Modules
8580 ____________________________________________________________________________
8581 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
8582         Log: More Modules.pl.
8583      Branch: perl
8584            ! Porting/Modules.pl
8585 ____________________________________________________________________________
8586 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
8587         Log: Modules.pl: add B::Deparse.
8588      Branch: perl
8589            ! Porting/Modules.pl
8590 ____________________________________________________________________________
8591 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
8592         Log: Mac OS X: tweak once again the installation directories.
8593      Branch: perl
8594            ! hints/darwin.sh
8595 ____________________________________________________________________________
8596 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
8597         Log: Modules.pl tweaks.
8598      Branch: perl
8599            ! Porting/Modules.pl
8600 ____________________________________________________________________________
8601 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
8602         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
8603              From: Jan Dubois <jand@ActiveState.com>
8604              Date: Tue, 29 Jul 2003 19:14:10 -0700
8605              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
8606      Branch: perl
8607            ! lib/Win32.pod win32/win32.c
8608 ____________________________________________________________________________
8609 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
8610         Log: FAQ sync.
8611      Branch: perl
8612            ! pod/perlfaq4.pod pod/perlfaq7.pod
8613 ____________________________________________________________________________
8614 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
8615         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
8616              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8617              Date: Wed, 30 Jul 2003 02:02:41 +0400
8618              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
8619      Branch: perl
8620            ! wince/wince.c
8621 ____________________________________________________________________________
8622 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
8623         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
8624      Branch: perl
8625            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
8626 ____________________________________________________________________________
8627 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
8628         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
8629              important for IPv6 (Spider).  Since there is no way to
8630              otherwise detect 3.X, use the hints.
8631      Branch: perl
8632            ! hints/dec_osf.sh perl.h
8633 ____________________________________________________________________________
8634 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
8635         Log: Don't nag about Module::Signature if there is no
8636              way for the user to use it (based on Autrijus' patch).
8637      Branch: perl
8638            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8639 ____________________________________________________________________________
8640 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
8641         Log: Oops.
8642      Branch: perl
8643            ! sv.c
8644 ____________________________________________________________________________
8645 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
8646         Log: Slight rewording on the destdir.
8647      Branch: perl
8648            ! INSTALL
8649 ____________________________________________________________________________
8650 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
8651         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
8652              From: "Brendan O'Dea" <bod@debian.org>
8653              Date: Tue, 29 Jul 2003 23:49:18 +1000
8654              Message-ID: <20030729134918.GA4339@londo.c47.org>
8655      Branch: perl
8656            ! pod/perlvar.pod
8657 ____________________________________________________________________________
8658 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
8659         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
8660              From: PPrymmer@factset.com
8661              Date: Tue, 22 Jul 2003 11:12:05 -0400
8662              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
8663      Branch: perl
8664            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
8665            ! ext/Encode/t/perlio.t
8666 ____________________________________________________________________________
8667 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
8668         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
8669              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8670              Date: Sun, 13 Jul 2003 10:23:35 +0900
8671              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
8672      Branch: perl
8673            ! ext/Encode/lib/Encode/Alias.pm
8674 ____________________________________________________________________________
8675 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
8676         Log: The --destdir option to installman should be made
8677              optional so that it doesn't complain when passed
8678              an empty value (from Rafael)
8679      Branch: perl
8680            ! installman
8681 ____________________________________________________________________________
8682 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
8683         Log: Too many my $fh:s.
8684      Branch: perl
8685            ! lib/CPAN.pm
8686 ____________________________________________________________________________
8687 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
8688         Log: Quieten MSVC6.
8689      Branch: perl
8690            ! pp.c
8691 ____________________________________________________________________________
8692 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
8693         Log: Subject: DESTDIR in perl-5.8.1 package?
8694              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
8695              Date: Fri, 11 Jul 2003 14:48:41 +0200
8696              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
8697              
8698              Subject: Re: DESTDIR in perl-5.8.1 package?
8699              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
8700              Date: Mon, 14 Jul 2003 12:00:25 +0200
8701              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
8702              
8703              (blindly prepending and s///ing away the $destdir does not work
8704              at least in VMS, but the --destdir should help rpm builders
8705              and the like)
8706      Branch: perl
8707            ! INSTALL Makefile.SH installman installperl
8708 ____________________________________________________________________________
8709 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
8710         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
8711              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
8712              Date: 26 Jul 2003 21:44:06 -0000
8713              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
8714              
8715              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
8716              releases 4.x and 5.x.
8717      Branch: perl
8718            ! perl.h
8719 ____________________________________________________________________________
8720 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
8721         Log: Cleanup the sv_gets() logic for platforms with small stacks.
8722              (I think hogging 8K of stack sounds like bad behaviour on any
8723              platform, big stack or not.)
8724      Branch: perl
8725            ! sv.c
8726 ____________________________________________________________________________
8727 [ 20299] By: merijn                                on 2003/07/29  10:57:37
8728         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
8729      Branch: perl
8730            ! README.hpux
8731 ____________________________________________________________________________
8732 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
8733         Log: DEC OSF/1 3.x did (does) not do sizer -v.
8734      Branch: perl
8735            ! hints/dec_osf.sh
8736 ____________________________________________________________________________
8737 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
8738         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
8739              From: Autrijus Tang <autrijus@autrijus.org>
8740              Date: Tue, 29 Jul 2003 09:58:35 +0800
8741              Message-ID: <20030729015834.GA7149@not.autrijus.org>
8742      Branch: perl
8743            ! lib/CPAN.pm
8744 ____________________________________________________________________________
8745 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
8746         Log: There is no skip() since we are not using Test*.
8747      Branch: perl
8748            ! lib/CPAN/t/signature.t
8749 ____________________________________________________________________________
8750 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
8751         Log: Upgrade to CPAN.pm 1.74.
8752      Branch: perl
8753            ! lib/CPAN.pm lib/CPAN/t/signature.t
8754 ____________________________________________________________________________
8755 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
8756         Log: Most importantly, don't try HvNAME(gp->gp_hv)
8757              unless PL_stashcache exists, otherwise we get
8758              an invalid read (detected by valgrind, and crashes
8759              ext/threads/t/basic.t in Windows).
8760              
8761              Also add a few if:s for the refcnt decrements,
8762              no need to call Perl_sv_free() if there's nothing to free.
8763      Branch: perl
8764            ! gv.c
8765 ____________________________________________________________________________
8766 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
8767         Log: Tabify.
8768      Branch: perl
8769            ! MANIFEST
8770 ____________________________________________________________________________
8771 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
8772         Log: Subject: [perl #22969] fix $hash{utf8bareword}
8773              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
8774              Date: Tue, 29 Jul 2003 11:09:37 +0200
8775              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
8776      Branch: perl
8777            ! t/op/utfhash.t toke.c
8778 ____________________________________________________________________________
8779 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
8780         Log: Subject: [PATCH pointer] B::Deparse 0.64
8781              From: Stephen McCamant <smcc@mit.edu>
8782              Date: Mon, 28 Jul 2003 16:57:19 -0400
8783              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
8784      Branch: perl
8785            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8786 ____________________________________________________________________________
8787 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
8788         Log: More perlio docs from Stas.
8789      Branch: perl
8790            ! pod/perliol.pod
8791 ____________________________________________________________________________
8792 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
8793         Log: Reintroduce Porting/Modules.  No, it's not duplicating
8794              the information in Module::CoreList.
8795      Branch: perl
8796            + Porting/Modules Porting/Modules.pl
8797            ! AUTHORS MANIFEST
8798 ____________________________________________________________________________
8799 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
8800         Log: The better prefixify() patch from Ed Moy.
8801      Branch: perl
8802            ! lib/ExtUtils/MM_Unix.pm
8803 ____________________________________________________________________________
8804 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
8805         Log: PerlIO_popped doc addition from NI-S.
8806      Branch: perl
8807            ! pod/perliol.pod
8808 ____________________________________________________________________________
8809 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
8810         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
8811              From: "Craig A. Berry" <craigberry@mac.com>
8812              Date: Tue, 29 Jul 2003 00:11:46 -0500
8813              Message-ID: <3F260212.9000104@mac.com>
8814      Branch: perl
8815            ! lib/File/Find.pm
8816 ____________________________________________________________________________
8817 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
8818         Log: More bytecode tweaks.
8819      Branch: perl
8820            ! ext/B/B.xs ext/B/B/Bytecode.pm
8821 ____________________________________________________________________________
8822 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
8823         Log: No more wince/README.compile.
8824      Branch: perl
8825            ! Porting/curliff.pl
8826 ____________________________________________________________________________
8827 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
8828         Log: Slightly better failure output.
8829      Branch: perl
8830            ! ext/Devel/Peek/t/Peek.t
8831 ____________________________________________________________________________
8832 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
8833         Log: These directories no more exist during cleanup.
8834      Branch: perl
8835            ! Makefile.SH
8836 ____________________________________________________________________________
8837 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
8838         Log: No more ext/*/*.t, move them all to ext/*/t.
8839      Branch: perl
8840            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
8841            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
8842            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
8843            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
8844            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
8845            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
8846            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
8847            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
8848            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
8849            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
8850            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
8851            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
8852            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
8853            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
8854            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
8855            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
8856            - ext/Socket/Socket.t ext/Socket/socketpair.t
8857            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
8858            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
8859            - ext/re/re.t
8860            ! MANIFEST ext/IPC/SysV/MANIFEST
8861 ____________________________________________________________________________
8862 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
8863         Log: Move the ext/IO tests to a more standard location so that
8864              the *.t do not get copied to the build tree (lib/IO/).
8865      Branch: perl
8866            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
8867            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
8868            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
8869            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
8870            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
8871            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
8872            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
8873            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
8874            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
8875            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
8876            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
8877            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
8878            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
8879            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
8880            ! MANIFEST
8881 ____________________________________________________________________________
8882 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
8883         Log: Retract #20260.
8884      Branch: perl
8885            ! perlio.c perliol.h
8886 ____________________________________________________________________________
8887 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
8888         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
8889      Branch: perl
8890            ! lib/File/Spec.pm
8891 ____________________________________________________________________________
8892 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
8893         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
8894              From: "Craig A. Berry" <craigberry@mac.com>
8895              Date: Mon, 28 Jul 2003 08:04:32 -0500
8896              Message-ID: <3F251F60.6050607@mac.com>
8897      Branch: perl
8898            ! t/op/write.t
8899 ____________________________________________________________________________
8900 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
8901         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
8902              From: Michael G Schwern <schwern@pobox.com>
8903              Date: Mon, 28 Jul 2003 05:54:19 -0700
8904              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
8905      Branch: perl
8906            ! t/op/write.t
8907 ____________________________________________________________________________
8908 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
8909         Log: Make Storable work with blead/maint by making PL_sv_placeholder
8910              a true global, bump $VERSION to 2.08.  Will take a look at the
8911              portability issue of placeholders soon.
8912      Branch: perl
8913            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
8914            ! intrpvar.h perlapi.h perlvars.h sv.c
8915 ____________________________________________________________________________
8916 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
8917         Log: Storable test nosewipe.
8918      Branch: perl
8919            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
8920 ____________________________________________________________________________
8921 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
8922         Log: Solaris cc didn't appreciate casting a long to a pointer
8923              with no cast, and lval casts are unportable, so introduce
8924              a rval cast.
8925      Branch: perl
8926            ! bytecode.pl ext/ByteLoader/byterun.c
8927 ____________________________________________________________________________
8928 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
8929         Log: (Retracted by #20267)
8930      Branch: perl
8931            ! perlio.c perliol.h
8932 ____________________________________________________________________________
8933 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
8934         Log: Subject: CPAN/t/signature.t noisy
8935              From: Michael G Schwern <schwern@pobox.com>
8936              Date: Mon, 28 Jul 2003 02:14:19 -0700
8937              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
8938      Branch: perl
8939            ! lib/CPAN/t/signature.t
8940 ____________________________________________________________________________
8941 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
8942         Log: Extra noise from File::Spec.
8943      Branch: perl
8944            ! lib/File/Spec/t/rel2abs2rel.t
8945 ____________________________________________________________________________
8946 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
8947         Log: Prettyprint the constants list of defsubs_h.PL.
8948      Branch: perl
8949            ! ext/B/defsubs_h.PL
8950 ____________________________________________________________________________
8951 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
8952         Log: Subject: [PATCH] B enhancements
8953              From: Stephen McCamant <smcc@mit.edu>
8954              Date: Sun, 27 Jul 2003 14:07:46 -0400
8955              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
8956      Branch: perl
8957            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
8958 ____________________________________________________________________________
8959 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
8960         Log: More clarification about the hash randomisation defines.
8961      Branch: perl
8962            ! perl.h
8963 ____________________________________________________________________________
8964 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
8965         Log: Clarify the process a bit.
8966      Branch: perl
8967            ! INSTALL
8968 ____________________________________________________________________________
8969 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
8970         Log: Add $VERSION to B::Bytecode.
8971      Branch: perl
8972            ! ext/B/B/Bytecode.pm
8973 ____________________________________________________________________________
8974 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
8975         Log: Missing test file.  (Not very useful since Module::Signature
8976              is not in the core, but let's not make an exception.)
8977      Branch: perl
8978            ! MANIFEST
8979 ____________________________________________________________________________
8980 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
8981         Log: Subject: Re: downrev modules in RC2
8982              From: Gisle Aas <gisle@ActiveState.com>
8983              Date: 27 Jul 2003 20:25:07 -0700
8984              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
8985              
8986              (upgrade to Digest::MD5 2.26)
8987      Branch: perl
8988            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8989            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8990 ____________________________________________________________________________
8991 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
8992         Log: Upgrade to CGI 2.97.
8993      Branch: perl
8994            ! lib/CGI.pm
8995 ____________________________________________________________________________
8996 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
8997         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
8998              (from Enache)
8999      Branch: perl
9000            ! bytecode.pl ext/ByteLoader/byterun.c
9001 ____________________________________________________________________________
9002 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
9003         Log: Upgrade to CPAN 1.72.
9004      Branch: perl
9005            + lib/CPAN/t/signature.t
9006            ! MANIFEST lib/CPAN.pm
9007 ____________________________________________________________________________
9008 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
9009         Log: We now return to your normally scheduled hash randomisation.
9010      Branch: perl
9011            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
9012            ! pod/perlsec.pod
9013 ____________________________________________________________________________
9014 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
9015         Log: fresh_perl_(is|like) were printing out the wrong file/line
9016              number on failure because _where() was hard coded to only
9017              look one level up the call stack.  In these cases it has to
9018              look two.
9019              (Schwern)
9020      Branch: perl
9021            ! t/test.pl
9022 ____________________________________________________________________________
9023 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
9024         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
9025              (Schwern)
9026      Branch: perl
9027            ! t/op/tiehandle.t
9028 ____________________________________________________________________________
9029 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
9030         Log: Upgrade to Test::Harness 2.29.
9031      Branch: perl
9032            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
9033            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
9034            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9035            ! lib/Test/Harness/t/test-harness.t
9036 ____________________________________________________________________________
9037 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
9038         Log: Missing MakeMaker test.
9039      Branch: perl
9040            + lib/ExtUtils/t/postamble.t
9041            ! MANIFEST
9042 ____________________________________________________________________________
9043 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
9044         Log: Add -l (one file per line) option to manicheck.
9045      Branch: perl
9046            ! Porting/manicheck
9047 ____________________________________________________________________________
9048 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
9049         Log: Further Byteloader tweaks from Enache.
9050      Branch: perl
9051            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
9052            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
9053            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
9054            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9055            ! ext/ByteLoader/byterun.h t/TEST
9056 ____________________________________________________________________________
9057 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
9058         Log: Reapply some perldoc changes not in 3.09.
9059      Branch: perl
9060            ! lib/Pod/Perldoc.pm
9061 ____________________________________________________________________________
9062 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
9063         Log: Upgrade to Pod::Perldoc 3.09.
9064      Branch: perl
9065            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
9066 ____________________________________________________________________________
9067 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
9068         Log: A bug reported in perl-unicode by Terry Jones, fixed
9069              by Andreas Koenig, and add a test.
9070      Branch: perl
9071            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9072 ____________________________________________________________________________
9073 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
9074         Log: Unicode::UCD doc nit from Andreas Koenig.
9075      Branch: perl
9076            ! lib/Unicode/UCD.pm
9077 ____________________________________________________________________________
9078 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
9079         Log: Upgrade to I18N::LangTags 0.28.
9080      Branch: perl
9081            + lib/I18N/LangTags/t/01test.t
9082            - lib/I18N/LangTags/test.pl
9083            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
9084 ____________________________________________________________________________
9085 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
9086         Log: Skip the test until Enache fixes it.
9087      Branch: perl
9088            ! ext/B/t/assembler.t
9089 ____________________________________________________________________________
9090 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
9091         Log: Upgrade to File::Spec 0.85.
9092      Branch: perl
9093            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
9094            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9095            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9096            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
9097            ! lib/File/Spec/t/rel2abs2rel.t
9098 ____________________________________________________________________________
9099 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
9100         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
9101              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9102              Date: Sun, 20 Jul 2003 22:36:02 +0200
9103              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
9104      Branch: perl
9105            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
9106            ! perl.c perlapi.h sv.c universal.c
9107 ____________________________________________________________________________
9108 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
9109         Log: Regen byterun once more: the incav is not yet right, but at
9110              least it compiles now (Tru64 cc choked on the lvalue cast).
9111      Branch: perl
9112            ! bytecode.pl ext/ByteLoader/byterun.c
9113 ____________________________________________________________________________
9114 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
9115         Log: Regenerated because of #20220.
9116      Branch: perl
9117            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9118            ! ext/ByteLoader/byterun.h
9119 ____________________________________________________________________________
9120 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
9121         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
9122              From: "Craig A. Berry" <craigberry@mac.com>
9123              Date: Mon, 21 Jul 2003 19:40:20 -0500
9124              Message-ID: <3F1C87F4.2070401@mac.com>
9125      Branch: perl
9126            ! lib/File/Find.pm
9127 ____________________________________________________________________________
9128 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
9129         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
9130              From: Enache Adrian <enache@rdslink.ro>
9131              Date: Fri, 18 Jul 2003 23:15:37 +0300
9132              Message-ID: <20030718201537.GA1574@ratsnest.hole>
9133      Branch: perl
9134            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
9135            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
9136            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9137            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
9138 ____________________________________________________________________________
9139 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
9140         Log: Subject: [PATCH-for-RC2] WinCE port addition
9141              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9142              Date: Fri, 25 Jul 2003 22:17:11 +0400
9143              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
9144      Branch: perl
9145            - wince/README.compile
9146            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
9147            ! wince/compile.bat wince/wince.c wince/wince.h
9148 ____________________________________________________________________________
9149 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
9150         Log: Another missing hunk for MakeMaker from .org.
9151      Branch: perl
9152            ! lib/ExtUtils/MakeMaker.pm
9153 ____________________________________________________________________________
9154 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
9155         Log: Grabbed from www.makemaker.org.
9156      Branch: perl
9157            + t/lib/MakeMaker/Test/Setup/Recurs.pm
9158            ! MANIFEST
9159 ____________________________________________________________________________
9160 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
9161         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 
9162              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
9163              Date: 14 Jul 2003 05:35:15 -0000
9164              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
9165      Branch: perl
9166            ! utf8.c
9167 ____________________________________________________________________________
9168 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
9169         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
9170              From: Stas Bekman <stas@stason.org>
9171              Date: Thu, 24 Jul 2003 16:49:27 +0200
9172              Message-ID: <3F1FF1F7.30500@stason.org>
9173      Branch: perl
9174            ! pod/perlapi.pod sv.c
9175 ____________________________________________________________________________
9176 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
9177         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
9178              From: Michael G Schwern <schwern@pobox.com>
9179              Date: Thu, 24 Jul 2003 01:28:07 -0700
9180              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
9181      Branch: perl
9182            ! lib/ExtUtils/MakeMaker.pm
9183 ____________________________________________________________________________
9184 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
9185         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
9186              From: Michael G Schwern <schwern@pobox.com>
9187              Date: Mon, 21 Jul 2003 20:12:25 -0700
9188              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
9189      Branch: perl
9190            + lib/ExtUtils/t/recurs.t
9191            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
9192            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
9193            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9194            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
9195            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
9196            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
9197            ! lib/ExtUtils/t/basic.t
9198 ____________________________________________________________________________
9199 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
9200         Log: (accidentally empty checkin)
9201      Branch: perl
9202            ! lib/perl5db.pl
9203 ____________________________________________________________________________
9204 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
9205         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
9206              From: Steve Hay <steve.hay@uk.radan.com>
9207              Date: Fri, 18 Jul 2003 10:03:21 +0100
9208              Message-ID: <3F17B7D9.80805@uk.radan.com>
9209      Branch: perl
9210            ! makedef.pl
9211 ____________________________________________________________________________
9212 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
9213         Log: Subject: [patch] perldebug.pod clarification
9214              From: Stéphane Payrard <stef@payrard.net>
9215              Date: Mon, 21 Jul 2003 21:36:59 +0200
9216              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
9217      Branch: perl
9218            ! pod/perldebug.pod
9219 ____________________________________________________________________________
9220 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
9221         Log: Subject: PATCH: More edge tests on t/op/pow.t
9222              From: Andy Lester <andy@petdance.com>
9223              Date: Wed, 23 Jul 2003 16:38:35 -0500
9224              Message-ID: <20030723213834.GA20468@petdance.com>
9225      Branch: perl
9226            ! t/op/pow.t
9227 ____________________________________________________________________________
9228 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
9229         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
9230              From: Stephen McCamant <smcc@mit.edu>
9231              Date: Tue, 22 Jul 2003 09:41:10 -0400
9232              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
9233      Branch: perl
9234            ! toke.c
9235 ____________________________________________________________________________
9236 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
9237         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
9238              From: Dave Mitchell <davem@fdgroup.com>
9239              Date: Fri, 18 Jul 2003 18:49:43 +0100
9240              Message-ID: <20030718174943.GB6427@fdgroup.com>
9241      Branch: perl
9242            ! sv.c t/op/tie.t
9243 ____________________________________________________________________________
9244 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
9245         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
9246              From: Stephen McCamant <smcc@mit.edu>
9247              Date: Sat, 19 Jul 2003 12:06:31 -0400
9248              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
9249      Branch: perl
9250            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
9251 ____________________________________________________________________________
9252 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
9253         Log: Subject: [PATCH] typo in VMS::Filespec
9254              From: Ken Williams <ken@mathforum.org>
9255              Date: Tue, 22 Jul 2003 15:18:21 -0500
9256              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
9257      Branch: perl
9258            ! vms/ext/Filespec.pm
9259 ____________________________________________________________________________
9260 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
9261         Log: EBCDIC fix from Thomas Dorner.
9262      Branch: perl
9263            ! Makefile.SH
9264 ____________________________________________________________________________
9265 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
9266         Log: POSIX-BC patch from Thomas Dorner.
9267      Branch: perl
9268            ! hints/posix-bc.sh
9269 ____________________________________________________________________________
9270 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
9271         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning 
9272              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
9273              Date: 14 Jul 2003 05:37:15 -0000
9274              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
9275      Branch: perl
9276            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
9277 ____________________________________________________________________________
9278 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
9279         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 
9280              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
9281              Date: 14 Jul 2003 05:37:02 -0000
9282              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
9283      Branch: perl
9284            ! ext/IO/lib/IO/Socket.pm
9285 ____________________________________________________________________________
9286 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
9287         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
9288              From: Dave Mitchell <davem@fdgroup.com>
9289              Date: Thu, 17 Jul 2003 20:33:29 +0100
9290              Message-ID: <20030717193329.GA2699@fdgroup.com>
9291      Branch: perl
9292            ! pad.c t/lib/warnings/pad
9293 ____________________________________________________________________________
9294 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
9295         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
9296              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
9297              Date: 22 Jul 2003 02:59:13 -0000
9298              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
9299      Branch: perl
9300            ! pod/perlfunc.pod
9301 ____________________________________________________________________________
9302 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
9303         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
9304              From: Stephen Clouse <stephenc@theiqgroup.com>
9305              Date: Tue, 22 Jul 2003 21:31:38 -0500
9306              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
9307      Branch: perl
9308            ! perl.h
9309 ____________________________________________________________________________
9310 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
9311         Log: Subject: [PATCH] configure.gnu --prefix
9312              From: slaven@rezic.de
9313              Date: Thu, 10 Jul 2003 09:33:27 +0000
9314              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
9315      Branch: perl
9316            ! configure.gnu
9317 ____________________________________________________________________________
9318 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
9319         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
9320              From: Edward Moy <emoy@apple.com>
9321              Date: Sun, 13 Jul 2003 14:12:57 -0700
9322              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
9323      Branch: perl
9324            ! lib/ExtUtils/MM_Unix.pm
9325 ____________________________________________________________________________
9326 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
9327         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
9328              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9329              Date: Tue, 15 Jul 2003 07:46:58 -0700
9330              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
9331      Branch: perl
9332            ! makedef.pl malloc.c malloc_ctl.h
9333 ____________________________________________________________________________
9334 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
9335         Log: This should make Stas happy.
9336      Branch: perl
9337            ! hv.h perl.c
9338 ____________________________________________________________________________
9339 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
9340         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
9341      Branch: perl
9342            ! installperl
9343 ____________________________________________________________________________
9344 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
9345         Log: As the perldoc.pod is now in a separate file under pod/,
9346              the installman script was installing an empty perldoc.1 manpage.
9347      Branch: perl
9348            ! installperl utils.lst
9349 ____________________________________________________________________________
9350 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
9351         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
9352              From: Steve Grazzini <grazz@pobox.com>
9353              Date: Wed, 16 Jul 2003 08:56:21 -0400
9354              Message-ID: <20030716125620.GA7022@grazzini.net>
9355      Branch: perl
9356            ! pod/perlipc.pod pod/perlvar.pod
9357 ____________________________________________________________________________
9358 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
9359         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
9360              From: Dave Mitchell <davem@fdgroup.com>
9361              Date: Tue, 15 Jul 2003 20:46:07 +0100
9362              Message-ID: <20030715194607.GA24592@fdgroup.com>
9363              
9364              plus the regression test :
9365              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
9366              From: Nicholas Clark <nick@ccl4.org>
9367              Date: Tue, 15 Jul 2003 22:24:04 +0100
9368              Message-ID: <20030715222404.L20414@plum.flirble.org>
9369      Branch: perl
9370            ! pp_ctl.c t/op/write.t
9371 ____________________________________________________________________________
9372 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
9373         Log: Subject: Re: [PATCH] h2xs and extra_libraries
9374              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9375              Date: Tue, 15 Jul 2003 07:28:52 +0200
9376              Message-id: <20030715052852.GA494@ethan>
9377      Branch: perl
9378            ! utils/h2xs.PL
9379 ____________________________________________________________________________
9380 [ 20175] By: merijn                                on 2003/07/21  14:26:43
9381         Log: Subject: Re: [PATCH] test clean-up for VMS
9382              From: "Craig A. Berry" <craigberry@mac.com>
9383              Date: Sun, 20 Jul 2003 10:43:32 -0500
9384              Message-ID: <3F1AB8A4.2070207@mac.com>
9385      Branch: perl
9386            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
9387            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
9388            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
9389            ! t/uni/write.t
9390 ____________________________________________________________________________
9391 [ 20174] By: hv                                    on 2003/07/21  10:26:07
9392         Log: Update Changes.
9393      Branch: perl
9394            ! Changes patchlevel.h
9395 ____________________________________________________________________________
9396 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
9397         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
9398              (bug #22968)
9399      Branch: perl
9400            ! pod/perlfaq3.pod pod/perlrun.pod
9401 ____________________________________________________________________________
9402 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
9403         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
9404              From: Andy Dougherty <doughera@lafayette.edu>
9405              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
9406              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
9407              
9408              plus a clarification to INSTALL :
9409              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
9410              From: Andy Dougherty <doughera@lafayette.edu>
9411              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
9412              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
9413      Branch: perl
9414            ! INSTALL Makefile.SH
9415 ____________________________________________________________________________
9416 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
9417         Log: The warning "Possible precedence problem on bitwise operator"
9418              was incorrectly produced with the bitwise-assignment operators.
9419              Fix it. (bug #23065 concerning 5.8.1 RC2)
9420      Branch: perl
9421            ! op.c t/lib/warnings/op
9422 ____________________________________________________________________________
9423 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
9424         Log: Rename get_seed() to get_hash_seed(), as suggested by
9425              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
9426      Branch: perl
9427            ! embed.fnc embed.h perl.c proto.h util.c
9428 ____________________________________________________________________________
9429 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
9430         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
9431              From: Andreas J Koenig <andreas.koenig@anima.de>
9432              Date: Fri, 18 Jul 2003 09:36:47 +0200
9433              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
9434      Branch: perl
9435            ! t/op/pow.t
9436 ____________________________________________________________________________
9437 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
9438         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
9439              From: Dave Mitchell <davem@fdgroup.com>
9440              Date: Thu, 17 Jul 2003 21:51:12 +0100
9441              Message-ID: <20030717205112.GA2994@fdgroup.com>
9442      Branch: perl
9443            ! t/op/universal.t universal.c
9444 ____________________________________________________________________________
9445 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
9446         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
9447              From: Stephen McCamant <smcc@mit.edu>
9448              Date: Fri, 18 Jul 2003 02:26:14 -0400
9449              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
9450      Branch: perl
9451            ! pp.c t/op/pow.t
9452 ____________________________________________________________________________
9453 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
9454         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
9455              From: Stephen McCamant <smcc@mit.edu>
9456              Date: Tue, 15 Jul 2003 09:57:26 -0400
9457              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
9458              
9459              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
9460              From: Stephen McCamant <smcc@mit.edu>
9461              Date: Tue, 15 Jul 2003 09:57:31 -0400
9462              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
9463      Branch: perl
9464            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
9465 ____________________________________________________________________________
9466 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
9467         Log: Subject: [PATCH] Re: POSIX::div
9468              From: Michael G Schwern <schwern@pobox.com>
9469              Date: Mon, 14 Jul 2003 14:00:58 -0700
9470              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
9471      Branch: perl
9472            ! ext/POSIX/POSIX.pm
9473 ____________________________________________________________________________
9474 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
9475         Log: PERL5LIB is not colon-separated everywhere
9476      Branch: perl
9477            ! pod/perlrun.pod
9478 ____________________________________________________________________________
9479 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
9480         Log: Subject: [PATCH] fix $^N-related coredump
9481              From: Anton Berezin <tobez@tobez.org>
9482              Date: Mon, 14 Jul 2003 13:50:35 +0200
9483              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
9484      Branch: perl
9485            ! pp_hot.c sv.c
9486 ____________________________________________________________________________
9487 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
9488         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
9489              From: Tony Bowden <tony@kasei.com>
9490              Date: Thu, 17 Jul 2003 16:49:35 +0100
9491              Message-ID: <20030717154935.GA20302@soto.kasei.com>
9492      Branch: perl
9493            ! pod/perlfunc.pod
9494 ____________________________________________________________________________
9495 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
9496         Log: Minor nits in perlsyn.pod
9497      Branch: perl
9498            ! pod/perlsyn.pod
9499 ____________________________________________________________________________
9500 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
9501         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
9502              From: Claes Jacobsson <claes@surfar.nu>
9503              Date: Sat, 12 Jul 2003 16:30:42 +0200
9504              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
9505      Branch: perl
9506            ! lib/Attribute/Handlers.pm
9507 ____________________________________________________________________________
9508 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
9509         Log: Add a TODO test for perlbug #19049
9510              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
9511              From: Alex Gough <alex-p5p@earth.li>
9512              Date: Fri, 11 Jul 2003 01:12:42 +0100
9513              Message-ID: <20030711001242.GD2484@the.earth.li>
9514      Branch: perl
9515            ! t/op/pat.t
9516 ____________________________________________________________________________
9517 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
9518         Log: Minor updates of the charnames documentation.
9519      Branch: perl
9520            ! lib/charnames.pm
9521 ____________________________________________________________________________
9522 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
9523         Log: Subject: Re: Sort sub and NaNs 
9524              From: "John P. Linderman" <jpl@research.att.com>
9525              Date: Thu, 10 Jul 2003 10:45:06 -0400
9526              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
9527              
9528              Warn against a potential edge case with sort, <=> and NaNs.
9529      Branch: perl
9530            ! pod/perlfunc.pod
9531 ____________________________________________________________________________
9532 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
9533         Log: Subject: [DOCPATCH] perlfunc/read
9534              From: Steve Grazzini <grazz@pobox.com>
9535              Date: Tue, 8 Jul 2003 10:23:03 -0400
9536              Message-ID: <20030708142303.GB23698@grazzini.net>
9537              
9538              Clarify the OFFSET parameter to read().
9539      Branch: perl
9540            ! pod/perlfunc.pod
9541 ____________________________________________________________________________
9542 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
9543         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
9544              From: Michael G Schwern <schwern@pobox.com>
9545              Date: Tue, 13 May 2003 18:33:05 -0700
9546              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
9547      Branch: perl
9548            ! pod/perlsyn.pod pod/perltrap.pod
9549 ____________________________________________________________________________
9550 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
9551         Log: I think the API for mod_perl v2 should be simply that
9552              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
9553              itself, hopefully from a good source of random bits.
9554      Branch: perl
9555            ! perl.c
9556 ____________________________________________________________________________
9557 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
9558         Log: pTHX.
9559      Branch: perl
9560            ! util.c
9561 ____________________________________________________________________________
9562 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
9563         Log: New order of seed.
9564      Branch: perl
9565            ! pod/perlrun.pod
9566 ____________________________________________________________________________
9567 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
9568         Log: More retraction.
9569      Branch: perl
9570            ! INSTALL
9571 ____________________________________________________________________________
9572 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
9573         Log: Retract the statements.
9574      Branch: perl
9575            ! pod/perlfunc.pod pod/perlsec.pod
9576 ____________________________________________________________________________
9577 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
9578         Log: Chicken out: the hash randomisation is not on by default.
9579              We switch over to the explicit mode: in other words, if
9580              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
9581              randomise only if PL_hash_seed_set is FALSE (this means
9582              one can use PERL_HASH() before perl_run.)  Also, since
9583              now PERL_HASH_SEED is okay even under -T, all should be fine.
9584              (Ha!)
9585      Branch: perl
9586            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
9587            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
9588 ____________________________________________________________________________
9589 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
9590         Log: Check PERL_HASH_SEED even when tainted.
9591      Branch: perl
9592            ! perl.c pod/perlrun.pod
9593 ____________________________________________________________________________
9594 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
9595         Log: &Time::HiRes::d_nanosleep was broken.
9596      Branch: perl
9597            ! ext/Time/HiRes/Makefile.PL
9598 ____________________________________________________________________________
9599 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
9600         Log: Subject: [PATCH} db-recno.t on Mac OS X
9601              From: slaven@rezic.de
9602              Date: Thu, 10 Jul 2003 12:41:05 +0000
9603              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
9604      Branch: perl
9605            ! ext/DB_File/t/db-recno.t
9606 ____________________________________________________________________________
9607 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
9608         Log: Subject: [comment patch]
9609              From: Stas Bekman <stas@stason.org>
9610              Date: Thu, 10 Jul 2003 14:19:22 -0700
9611              Message-ID: <3F0DD85A.1070902@stason.org>
9612      Branch: perl
9613            ! perl.c
9614 ____________________________________________________________________________
9615 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
9616         Log: Be vague enough.
9617      Branch: perl
9618            ! pod/perldata.pod
9619 ____________________________________________________________________________
9620 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
9621         Log: regen embed.pl for the bleadperl branch as well.
9622      Branch: perl
9623            ! embedvar.h
9624 ____________________________________________________________________________
9625 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
9626         Log: Time travel noticed by Enache.
9627      Branch: perl
9628            ! pod/perlhist.pod
9629 ____________________________________________________________________________
9630 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
9631         Log: I can see the future.  It is cloudy.
9632      Branch: perl
9633            ! pod/perlhist.pod
9634 ____________________________________________________________________________
9635 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
9636         Log: Subject: [PATCH] configure.gnu --prefix
9637              From: slaven@rezic.de
9638              Date: Thu, 10 Jul 2003 09:33:27 +0000
9639              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
9640      Branch: perl
9641            ! configure.gnu
9642 ____________________________________________________________________________
9643 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
9644         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
9645      Branch: perl
9646            ! malloc.c
9647 ____________________________________________________________________________
9648 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
9649         Log: Subject: [PATCH] Restore SIGFPE on exec()
9650              From: Chip Salzenberg <chip@pobox.com>
9651              Date: Thu, 10 Jul 2003 13:13:20 -0400
9652              Message-ID: <20030710171319.GA21588@perlsupport.com>
9653      Branch: perl
9654            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
9655 ____________________________________________________________________________
9656 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
9657         Log: The *right* way to make the csighandler visible.
9658      Branch: perl
9659            ! embed.fnc embed.h global.sym
9660 ____________________________________________________________________________
9661 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
9662         Log: Retract #20112. 
9663      Branch: perl
9664            ! embed.fnc embedvar.h intrpvar.h perlapi.h
9665 ____________________________________________________________________________
9666 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
9667         Log: Argh.  At least AIX builds choke because of this.
9668      Branch: perl
9669            ! embed.fnc embedvar.h intrpvar.h perlapi.h
9670 ____________________________________________________________________________
9671 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
9672         Log: Upgrade to podlators 1.27.
9673      Branch: perl
9674            ! lib/Pod/Text/Termcap.pm
9675 ____________________________________________________________________________
9676 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
9677         Log: Deprecate v-strings.
9678      Branch: perl
9679            ! pod/perldata.pod
9680 ____________________________________________________________________________
9681 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
9682         Log: perlfaq sync.
9683      Branch: perl
9684            ! pod/perlfaq1.pod
9685 ____________________________________________________________________________
9686 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
9687         Log: Detypo.
9688      Branch: perl
9689            ! hints/darwin.sh
9690 ____________________________________________________________________________
9691 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
9692         Log: Fixes from Ron Kimball.
9693      Branch: perl
9694            ! pod/perldata.pod
9695 ____________________________________________________________________________
9696 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
9697         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
9698      Branch: perl
9699            ! toke.c
9700 ____________________________________________________________________________
9701 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
9702         Log: More Darwin/MacOSX paths twiddling.
9703      Branch: perl
9704            ! hints/darwin.sh
9705 ____________________________________________________________________________
9706 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
9707         Log: Play safe and use the system malloc in FreeBSD.
9708              Yes, performance suffers.  But that is better than
9709              random core dumps.
9710      Branch: perl
9711            ! hints/freebsd.sh
9712 ____________________________________________________________________________
9713 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
9714         Log: Upgrade to Encode 1.97.
9715      Branch: perl
9716            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
9717            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
9718            ! ext/Encode/lib/Encode/Encoder.pm
9719            ! ext/Encode/lib/Encode/Guess.pm
9720            ! ext/Encode/lib/Encode/JP/JIS7.pm
9721 ____________________________________________________________________________
9722 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
9723         Log: Rework the perldata vXX => ... entry a bit.
9724      Branch: perl
9725            ! pod/perldata.pod
9726 ____________________________________________________________________________
9727 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
9728         Log: Document the vXX => change in perldata, too.
9729      Branch: perl
9730            ! pod/perldata.pod
9731 ____________________________________________________________________________
9732 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
9733         Log: Test the vX => ... fix.
9734      Branch: perl
9735            ! t/op/ver.t
9736 ____________________________________________________________________________
9737 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
9738         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
9739              From: John Peacock <jpeacock@rowman.com>
9740              Date: Wed, 09 Jul 2003 01:05:38 -0700
9741              Message-ID: <3F0BCCD2.1020009@rowman.com>
9742      Branch: perl
9743            ! embed.fnc pod/perlapi.pod toke.c util.c
9744 ____________________________________________________________________________
9745 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
9746         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
9747              for the install dirs.
9748      Branch: perl
9749            ! hints/darwin.sh
9750 ____________________________________________________________________________
9751 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
9752         Log: Enable avoiding /System/Library in Mac OS X by
9753              doing Configure -Dprefix=/some/where -Uvendorlib.
9754      Branch: perl
9755            ! hints/darwin.sh
9756 ____________________________________________________________________________
9757 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
9758         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
9759              From: Chip Salzenberg <chip@pobox.com>
9760              Date: Wed, 9 Jul 2003 01:49:10 -0400
9761              Message-ID: <20030709054910.GH2021@perlsupport.com>
9762      Branch: perl
9763            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
9764            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
9765 ____________________________________________________________________________
9766 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
9767         Log: The CHECKOP macro was not invoked on some newly created ops
9768              (to match them against the current opmask.) As a consequence,
9769              Safe compartments were unable to trap some ops (pattern
9770              match, slices, conditionals.) This fixes the holes.
9771      Branch: perl
9772            ! op.c
9773 ____________________________________________________________________________
9774 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
9775         Log: Revert #20077.
9776      Branch: perl
9777            ! lib/CPAN.pm
9778 ____________________________________________________________________________
9779 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
9780         Log: Don't recommend to upgrade the base.pm in the core with
9781              the base.pm from Class::Fields.  They are not the same.
9782      Branch: perl
9783            ! lib/CPAN.pm
9784 ____________________________________________________________________________
9785 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
9786         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
9787              From: Enache Adrian <enache@rdslink.ro>
9788              Date: Tue, 8 Jul 2003 20:47:58 +0300
9789              Message-ID: <20030708174758.GA1177@ratsnest.hole>
9790              
9791              (ByteLoader tweak avoiding a leaked scalar)
9792      Branch: perl
9793            ! op.c
9794 ____________________________________________________________________________
9795 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
9796         Log: In 5.8.x, fast stdio places still do use stdio.
9797      Branch: perl
9798            ! ext/Digest/MD5/t/badfile.t
9799 ____________________________________________________________________________
9800 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
9801         Log: Subject: [PATCH] format 'botched' in malloc.c
9802              From: Enache Adrian <enache@rdslink.ro>
9803              Date: Mon, 7 Jul 2003 21:57:06 +0300
9804              Message-ID: <20030707185706.GB7017@ratsnest.hole>
9805      Branch: perl
9806            ! malloc.c
9807 ____________________________________________________________________________
9808 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
9809         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
9810              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9811              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
9812              Message-ID: <12022.1057655645@www59.gmx.net>
9813      Branch: perl
9814            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
9815 ____________________________________________________________________________
9816 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
9817         Log: Retract #20065: I don't think this is the right way
9818              to patch this issue.
9819      Branch: perl
9820            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
9821 ____________________________________________________________________________
9822 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
9823         Log: Configure tweak from Johnny Lam so that the
9824              INSTALLSITEMAN[13]DIR get correctly set.
9825      Branch: perl
9826            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
9827 ____________________________________________________________________________
9828 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
9829         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
9830      Branch: perl
9831            ! pod/perlsyn.pod
9832 ____________________________________________________________________________
9833 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
9834         Log: Mark Bixby ++.
9835      Branch: perl
9836            ! perl.c
9837 ____________________________________________________________________________
9838 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
9839         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. 
9840      Branch: perl
9841            ! ext/Time/HiRes/Makefile.PL
9842 ____________________________________________________________________________
9843 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
9844         Log: Good catch from Gisle.
9845      Branch: perl
9846            ! pod/perlfunc.pod
9847 ____________________________________________________________________________
9848 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
9849         Log: Refashioned #20055: we cannot trust stdio to fail here.
9850      Branch: perl
9851            ! ext/Digest/MD5/t/badfile.t
9852 ____________________________________________________________________________
9853 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
9854         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
9855              are just breaking more than they are fixing.
9856      Branch: perl
9857            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
9858            ! ext/Digest/MD5/t/files.t perlio.c
9859 ____________________________________________________________________________
9860 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
9861         Log: Returning zero from PerlIO_read() is okay;
9862              update MD5 sums.
9863      Branch: perl
9864            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
9865 ____________________________________________________________________________
9866 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
9867         Log: If perlio is completely out of the picture, we can
9868              get tripped by different stdio implementations.
9869      Branch: perl
9870            ! ext/Digest/MD5/t/badfile.t
9871 ____________________________________________________________________________
9872 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
9873         Log: AUTHORS tweak.
9874      Branch: perl
9875            ! AUTHORS
9876 ____________________________________________________________________________
9877 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
9878         Log: Subject: Patch to README.solaris
9879              From: Alan Burlison <Alan.Burlison@sun.com>
9880              Date: Mon, 07 Jul 2003 14:15:57 +0100
9881              Message-ID: <3F09728D.1070408@sun.com>
9882      Branch: perl
9883            ! README.solaris
9884 ____________________________________________________________________________
9885 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
9886         Log: Update MD5 checksums.
9887      Branch: perl
9888            ! ext/Digest/MD5/t/files.t
9889 ____________________________________________________________________________
9890 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
9891         Log: Be more explicit than just 'characters'.
9892      Branch: perl
9893            ! pod/perlfunc.pod
9894 ____________________________________________________________________________
9895 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
9896         Log: Try making PerlIO errors more consistent.
9897              (1) Check early whether the filehandle is capable of
9898              the requested action.
9899              (2) PerlIO_read() really can return -1, and so can
9900              PerlIOUnix_read().
9901              (3) Some stdio implementations are more forgiving
9902              than others, so check also for errors recorded
9903              by PerlIO in PerlStdio_errno().
9904      Branch: perl
9905            ! perlio.c
9906 ____________________________________________________________________________
9907 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
9908         Log: Linewrapping.
9909      Branch: perl
9910            ! pod/perlapio.pod
9911 ____________________________________________________________________________
9912 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
9913         Log: PerlIO_read() can return negative.
9914      Branch: perl
9915            ! ext/Digest/MD5/MD5.xs
9916 ____________________________________________________________________________
9917 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
9918         Log: Use the existence, instead of the truth, to decide
9919              whether to scan for a symbol.
9920              (Also remove trailing spaces.)
9921      Branch: perl
9922            ! ext/Time/HiRes/Makefile.PL
9923 ____________________________________________________________________________
9924 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
9925         Log: MPE/iX tweak from Mark Bixby.
9926      Branch: perl
9927            ! ext/Time/HiRes/Makefile.PL
9928 ____________________________________________________________________________
9929 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
9930         Log: Upgrade BigInt and BigRat
9931              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
9932              From: Tels <perl_dummy@bloodgate.com>
9933              Date: Sun, 6 Jul 2003 15:41:36 +0200
9934              Message-Id: <200307061158.23576@bloodgate.com>
9935      Branch: perl
9936            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9937            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
9938            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
9939            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
9940            ! lib/Math/BigRat/t/bigratpm.t
9941 ____________________________________________________________________________
9942 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
9943         Log: Subject: Re: [perl #5025] #line directive explination wrong
9944              From: Casey West <casey@geeknest.com>
9945              Date: Sun, 6 Jul 2003 18:24:46 -0400
9946              Message-ID: <20030706222446.GL7506@geeknest.com>
9947      Branch: perl
9948            ! pod/perlsyn.pod
9949 ____________________________________________________________________________
9950 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
9951         Log: Update the CPAN mirrors list.
9952      Branch: perl
9953            ! pod/perlmodlib.PL pod/perlmodlib.pod
9954 ____________________________________________________________________________
9955 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
9956         Log: yet another symbol missing in change#20018
9957      Branch: perl
9958            ! makedef.pl
9959 ____________________________________________________________________________
9960 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
9961         Log: PerlIOBase_pushed seems to have gone missing in change#20018
9962      Branch: perl
9963            ! makedef.pl
9964 ____________________________________________________________________________
9965 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
9966         Log: Subject: [PATCH @19834] DProf fixes
9967              From: Radu Greab <radu@netsoft.ro>
9968              Date: Sun, 6 Jul 2003 20:09:12 +0300
9969              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
9970      Branch: perl
9971            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
9972            + t/lib/dprof/test8_v
9973            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
9974            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
9975            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
9976 ____________________________________________________________________________
9977 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
9978         Log: Forgotten from change #20031.
9979      Branch: perl
9980            ! makedef.pl malloc_ctl.h
9981 ____________________________________________________________________________
9982 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
9983         Log: Subject: [PATCH] improve WinCE port
9984              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9985              Date: Sun, 6 Jul 2003 18:46:09 +0400
9986              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
9987              
9988              Subject: [PATCH] improve WinCE port -- addition
9989              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9990              Date: Sun, 6 Jul 2003 19:50:47 +0400
9991              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
9992      Branch: perl
9993            + wince/perlhost.h wince/vdir.h wince/vmem.h
9994            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
9995            ! wince/win32.h wince/win32io.c wince/win32iop.h
9996            ! wince/win32thread.c wince/win32thread.h wince/wince.c
9997            ! wince/wince.h
9998 ____________________________________________________________________________
9999 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
10000         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
10001              From: merlyn@stonehenge.com (Randal L. Schwartz)
10002              Date: 05 Jul 2003 16:29:14 -0700
10003              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
10004      Branch: perl
10005            ! pod/perlfaq2.pod
10006 ____________________________________________________________________________
10007 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
10008         Log: FreeBSD: if someone *really* wants to use the system malloc.
10009      Branch: perl
10010            ! hints/freebsd.sh
10011 ____________________________________________________________________________
10012 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
10013         Log: Make the 'slow ok' feature optional.
10014      Branch: perl
10015            ! lib/Test/Harness.pm
10016 ____________________________________________________________________________
10017 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
10018         Log: The change #20022 didn't work for Command.t.
10019      Branch: perl
10020            ! lib/ExtUtils/t/Command.t
10021 ____________________________________________________________________________
10022 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
10023         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
10024              From: Michael G Schwern <schwern@pobox.com>
10025              Date: Sat, 5 Jul 2003 13:34:37 -0700
10026              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
10027              
10028              Print out the "ok" messages only once every second,
10029              this should make output much less and therefore testing
10030              much faster, especially on slower connections.
10031      Branch: perl
10032            ! lib/Test/Harness.pm
10033 ____________________________________________________________________________
10034 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
10035         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
10036              From: Michael G Schwern <schwern@pobox.com>
10037              Date: Sat, 5 Jul 2003 16:59:49 -0700
10038              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
10039      Branch: perl
10040            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
10041            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10042            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
10043            ! lib/ExtUtils/t/Command.t
10044 ____________________________________________________________________________
10045 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
10046         Log: Reintroduce changes #19723 and #19723 that were not
10047              in Net::Ping 2.31; needed for Windows.
10048      Branch: perl
10049            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
10050 ____________________________________________________________________________
10051 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
10052         Log: Upgrade to Digest::MD5 2.25.
10053      Branch: perl
10054            + ext/Digest/MD5/t/clone.t
10055            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10056            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
10057            ! ext/Digest/MD5/t/files.t
10058 ____________________________________________________________________________
10059 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
10060         Log: Make a read from a write-only fh to set errno
10061              (found by Gisle)
10062      Branch: perl
10063            ! perlio.c
10064 ____________________________________________________________________________
10065 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
10066         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
10067              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
10068              duplicates.
10069      Branch: perl
10070            ! makedef.pl
10071 ____________________________________________________________________________
10072 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
10073         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
10074              From: Dave Mitchell <davem@fdgroup.com>
10075              Date: Sat, 5 Jul 2003 19:12:51 +0100
10076              Message-ID: <20030705181251.GA14502@fdgroup.com>
10077      Branch: perl
10078            ! ext/threads/t/problems.t
10079 ____________________________________________________________________________
10080 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
10081         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
10082      Branch: perl
10083            ! lib/Benchmark.t
10084 ____________________________________________________________________________
10085 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
10086         Log: Be explicit about the $0 pain in Linux 2.2.
10087      Branch: perl
10088            ! pod/perlvar.pod
10089 ____________________________________________________________________________
10090 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
10091         Log: Comment out some debugging output in Math::BigInt, that
10092              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
10093      Branch: perl
10094            ! lib/Math/BigInt.pm
10095 ____________________________________________________________________________
10096 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
10097         Log: The logic for additional randomisation for 64-bit UV
10098              cases was wrong.
10099      Branch: perl
10100            ! perl.c
10101 ____________________________________________________________________________
10102 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
10103         Log: IIRC gcc would complain about if (s = ...).
10104      Branch: perl
10105            ! perl.c
10106 ____________________________________________________________________________
10107 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
10108         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
10109              since CGI scripts are (should be) run under -T, being able
10110              to show the HASH_SEED in case of problems is good.
10111              The $ENV{PERL_HASH_SEED} is still ignored under taint.
10112      Branch: perl
10113            ! perl.c
10114 ____________________________________________________________________________
10115 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
10116         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
10117              From: "Craig A. Berry" <craigberry@mac.com>
10118              Date: Sat, 05 Jul 2003 00:38:28 -0500
10119              Message-ID: <3F066454.90003@mac.com>
10120      Branch: perl
10121            ! lib/ExtUtils/MM_VMS.pm
10122 ____________________________________________________________________________
10123 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
10124         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
10125              From: Robin Barker <Robin.Barker@npl.co.uk>
10126              Date: Fri, 4 Jul 2003 19:15:01 +0100
10127              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
10128      Branch: perl
10129            ! dump.c
10130 ____________________________________________________________________________
10131 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
10132         Log: Allow to create more than one Shell object :
10133              Subject: [patch] Shell.pm fix
10134              From: Stéphane Payrard <stef@payrard.net>
10135              Date: Sat, 5 Jul 2003 01:16:50 +0200
10136              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
10137      Branch: perl
10138            ! lib/Shell.pm
10139 ____________________________________________________________________________
10140 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
10141         Log: Author list update (to be continued...)
10142      Branch: perl
10143            ! AUTHORS
10144 ____________________________________________________________________________
10145 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
10146         Log: Add a new test target in the makefile, test_harness_notty.
10147              It's like test_harness, but sets HARNESS_NOTTY=1 to make
10148              Test::Harness' output less blinking.
10149      Branch: perl
10150            ! Makefile.SH
10151 ____________________________________________________________________________
10152 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
10153         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
10154              and bignum v0.14.
10155      Branch: perl
10156            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
10157            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
10158            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
10159            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
10160            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
10161            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
10162            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10163            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
10164            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
10165            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10166            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10167            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
10168            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
10169            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
10170            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
10171            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10172            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
10173            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
10174            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
10175            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10176            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
10177            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
10178            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
10179            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
10180            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
10181            ! t/lib/Math/BigInt/Subclass.pm
10182 ____________________________________________________________________________
10183 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
10184         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
10185              appears just before the name of the command to be run. See
10186              
10187              Subject: Re: PERL_SKIP_TTY_TEST fix
10188              From: Alexey Tourbin <at@altlinux.ru>
10189              Date: Fri, 4 Jul 2003 17:25:34 +0400
10190              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
10191      Branch: perl
10192            ! Makefile.SH
10193 ____________________________________________________________________________
10194 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
10195         Log: Fix non-numeric $VERSION.
10196      Branch: perl
10197            ! lib/Math/BigInt.pm
10198 ____________________________________________________________________________
10199 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
10200         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
10201      Branch: perl
10202            ! lib/Math/BigInt.pm
10203 ____________________________________________________________________________
10204 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
10205         Log: More $0 sad tales.
10206      Branch: perl
10207            ! pod/perlvar.pod
10208 ____________________________________________________________________________
10209 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
10210         Log: Oops.
10211      Branch: perl
10212            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10213 ____________________________________________________________________________
10214 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
10215         Log: Upgrade to PodParser 1.23; but do not update
10216              t/pod/find.t or t/pod/testp2pt.pl since the
10217              first one does not work at all under core,
10218              and the second change would drop MacOS Classic
10219              portability tweaks introduced by change #18669.
10220      Branch: perl
10221            ! lib/Pod/Find.pm lib/Pod/Usage.pm
10222 ____________________________________________________________________________
10223 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
10224         Log: Upgrade to Text::Balanced 1.94.
10225      Branch: perl
10226            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
10227            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
10228            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
10229 ____________________________________________________________________________
10230 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
10231         Log: Upgrade to Net::Ping 2.31.
10232      Branch: perl
10233            ! lib/Net/Ping.pm lib/Net/Ping/Changes
10234            ! lib/Net/Ping/t/250_ping_hires.t
10235            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
10236 ____________________________________________________________________________
10237 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
10238         Log: Upgrade to Locale::Maketext 1.06.
10239      Branch: perl
10240            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
10241            + lib/Locale/Maketext/t/90utf8.t
10242            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
10243 ____________________________________________________________________________
10244 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
10245         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
10246              (1) make the PATCHLEVEL logic as it is with List::Util
10247              (more portable to older Perls)
10248              (2) regen the MD5 checksums with ...
10249              (3) ... the Mac OS Classic checksums generated via MacRoman
10250              (just a guess)
10251              (4) Keep the core Makefile.PL.
10252      Branch: perl
10253            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10254            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10255 ____________________________________________________________________________
10256 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
10257         Log: Upgrade to CPAN 1.71.
10258      Branch: perl
10259            ! lib/CPAN.pm
10260 ____________________________________________________________________________
10261 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
10262         Log: Upgrade to CGI.pm 2.97.
10263      Branch: perl
10264            ! lib/CGI.pm lib/CGI/Carp.pm
10265 ____________________________________________________________________________
10266 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
10267         Log: No energy now to figure out what is wrong with $0
10268              (or ps) in Tru64.  The test works fine when run from
10269              command line.
10270      Branch: perl
10271            ! ext/threads/t/join.t
10272 ____________________________________________________________________________
10273 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
10274         Log: AUTHORS updates.
10275      Branch: perl
10276            ! AUTHORS
10277 ____________________________________________________________________________
10278 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
10279         Log: line_t is U32, not I32.
10280      Branch: perl
10281            ! bytecode.pl
10282 ____________________________________________________________________________
10283 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
10284         Log: Remove PL_earlytaint since the hash seed code
10285              can be delayed until perl_parse().
10286      Branch: perl
10287            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
10288            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
10289            ! plan9/plan9ish.h unixish.h vms/vmsish.h
10290 ____________________________________________________________________________
10291 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
10292         Log: $0 is pain.
10293      Branch: perl
10294            ! ext/threads/t/join.t
10295 ____________________________________________________________________________
10296 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
10297         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
10298              From: PPrymmer@factset.com
10299              Date: Thu, 3 Jul 2003 23:59:51 -0400
10300              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
10301      Branch: perl
10302            ! vms/vms.c vms/vmspipe.com
10303 ____________________________________________________________________________
10304 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
10305         Log: Bump Time::HiRes version to 1.50.
10306      Branch: perl
10307            ! ext/Time/HiRes/HiRes.pm
10308 ____________________________________________________________________________
10309 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
10310         Log: Subject: [PATCH] installperl -n
10311              From: Slaven Rezic <slaven@rezic.de>
10312              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
10313              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
10314      Branch: perl
10315            ! installperl
10316 ____________________________________________________________________________
10317 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
10318         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
10319              From: Slaven Rezic <slaven@rezic.de>
10320              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
10321              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
10322      Branch: perl
10323            ! t/op/magic.t
10324 ____________________________________________________________________________
10325 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
10326         Log: Ask Schwern.
10327      Branch: perl
10328            - Porting/Modules
10329            ! AUTHORS MANIFEST
10330 ____________________________________________________________________________
10331 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
10332         Log: Add autarch and Time::Local to Modules.
10333      Branch: perl
10334            ! Porting/Modules
10335 ____________________________________________________________________________
10336 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
10337         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
10338              From: Dave Rolsky <autarch@urth.org>
10339              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
10340              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
10341      Branch: perl
10342            ! lib/Time/Local.pm
10343 ____________________________________________________________________________
10344 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
10345         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
10346              From: Mattia Barbon <mbarbon@dsi.unive.it>
10347              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
10348              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
10349      Branch: perl
10350            ! win32/win32.c
10351 ____________________________________________________________________________
10352 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
10353         Log: Subject: Re: randomly untainting?
10354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10355              Date: Thu, 3 Jul 2003 17:35:09 +0200
10356              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
10357      Branch: perl
10358            ! t/TestInit.pm
10359 ____________________________________________________________________________
10360 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
10361         Log: Revert #19957 as requested by Rafael.
10362      Branch: perl
10363            ! ext/List/Util/t/tainted.t
10364 ____________________________________________________________________________
10365 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
10366         Log: Add at least meager beginnings of assertion checks for
10367              the UTF-8 length/pos cache.  It's not as full as I would
10368              like since the exact behaviour of the second half of the
10369              cache, used in substr(), eludes me right now.
10370      Branch: perl
10371            ! sv.c
10372 ____________________________________________________________________________
10373 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
10374         Log: Extra light testing for the UTF-8 cache
10375              (that it isn't broken, not that it helps).
10376      Branch: perl
10377            ! t/op/length.t
10378 ____________________________________________________________________________
10379 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
10380         Log: Subject: Re: randomly untainting?
10381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10382              Date: Thu, 3 Jul 2003 14:58:18 +0200
10383              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
10384              (plus extra debug printing)
10385      Branch: perl
10386            ! ext/List/Util/t/tainted.t
10387 ____________________________________________________________________________
10388 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
10389         Log: Subject: Re: maint @ 19923
10390              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10391              Date: Thu, 3 Jul 2003 15:57:55 +0400
10392              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
10393      Branch: perl
10394            ! wince/Makefile.ce wince/wince.c
10395 ____________________________________________________________________________
10396 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
10397         Log: Tiny tweak to perlartistic from Robin Barker.
10398      Branch: perl
10399            ! pod/perlartistic.pod
10400 ____________________________________________________________________________
10401 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
10402         Log: Mention Modules in AUTHORS.
10403      Branch: perl
10404            ! AUTHORS
10405 ____________________________________________________________________________
10406 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
10407         Log: No fancy binmode() if no perlio.
10408      Branch: perl
10409            ! ext/IO/lib/IO/t/io_sock.t
10410 ____________________________________________________________________________
10411 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
10412         Log: Underline the fact that XSLoader is not DynaLoader
10413              ([perl #21974] dl_load_flags not honored by XSLoader)
10414      Branch: perl
10415            ! ext/DynaLoader/XSLoader_pm.PL
10416 ____________________________________________________________________________
10417 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
10418         Log: Apply Schwern's suggested warning code from
10419              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}   
10420      Branch: perl
10421            ! lib/Test/Harness/Straps.pm
10422 ____________________________________________________________________________
10423 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
10424         Log: Subject: [PATCH] "without parens" vs "without parentheses"
10425              From: Iain Truskett <spoon@cpan.org>
10426              Date: Thu, 3 Jul 2003 12:40:42 +1000
10427              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
10428      Branch: perl
10429            ! t/lib/warnings/toke toke.c
10430 ____________________________________________________________________________
10431 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
10432         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
10433              From: Dave Mitchell <davem@fdgroup.com>
10434              Date: Thu, 3 Jul 2003 01:32:11 +0100
10435              Message-ID: <20030703003211.GB3747@fdgroup.com>
10436      Branch: perl
10437            ! mg.c sv.c
10438 ____________________________________________________________________________
10439 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
10440         Log: Nicer options for Porting/Modules.
10441      Branch: perl
10442            ! MANIFEST Porting/Modules
10443 ____________________________________________________________________________
10444 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
10445         Log: Minor test adjustments :
10446              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
10447              - prototypes added to some public functions in t/test.pl,
10448              as suggested by Enache Adrian
10449      Branch: perl
10450            ! t/op/concat.t t/test.pl
10451 ____________________________________________________________________________
10452 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
10453         Log: Skip a socketpair test on SCO OSR
10454      Branch: perl
10455            ! ext/Socket/socketpair.t
10456 ____________________________________________________________________________
10457 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
10458         Log: Subject: [PATCH] various Deparse fixes
10459              From: Dave Mitchell <davem@fdgroup.com>
10460              Date: Wed, 2 Jul 2003 18:10:45 +0100
10461              Message-ID: <20030702171045.GF2137@fdgroup.com>
10462      Branch: perl
10463            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
10464            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
10465 ____________________________________________________________________________
10466 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
10467         Log: It would seem that in Linux 2.2 there is no way
10468              we can do the right thing to make ps(1) see $0
10469              our way.  Also amend the $0 documentation a bit.
10470      Branch: perl
10471            ! pod/perlvar.pod t/op/magic.t
10472 ____________________________________________________________________________
10473 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
10474         Log: Subject: [PATCH] line numbers are given % 64k
10475              From: James Jurach <muaddib@erf.net>
10476              Date: Wed, 2 Jul 2003 13:31:05 -0500
10477              Message-ID: <20030702183105.GA4837@lebowski>
10478      Branch: perl
10479            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10480            ! handy.h pp_ctl.c scope.h
10481 ____________________________________________________________________________
10482 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
10483         Log: Subject: Re: maint @ 19923
10484              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
10485              Date: Wed, 2 Jul 2003 11:43:05 -0400
10486              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
10487      Branch: perl
10488            ! pod/perlfunc.pod
10489 ____________________________________________________________________________
10490 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
10491         Log: Subject: Re: maint @ 19923
10492              From: Jim Cromie <jcromie@divsol.com>
10493              Date: Wed, 02 Jul 2003 05:35:06 -0600
10494              Message-ID: <3F02C36A.9030704@divsol.com>
10495      Branch: perl
10496            ! pod/perlfunc.pod
10497 ____________________________________________________________________________
10498 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
10499         Log: Fix for [perl #22759 insufficient format string checking];
10500              using ewix makes no sense, assuming evix was intended,
10501              no old tests fail; add the test case.
10502      Branch: perl
10503            ! sv.c t/op/sprintf.t
10504 ____________________________________________________________________________
10505 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
10506         Log: Better links.
10507      Branch: perl
10508            ! pod/perlipc.pod pod/perlrun.pod
10509 ____________________________________________________________________________
10510 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
10511         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
10512      Branch: perl
10513            ! hints/darwin.sh
10514 ____________________________________________________________________________
10515 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
10516         Log: ...and getting the comma right, too.
10517      Branch: perl
10518            ! t/op/magic.t
10519 ____________________________________________________________________________
10520 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
10521         Log: Getting the whitespace right.
10522      Branch: perl
10523            ! t/op/magic.t
10524 ____________________________________________________________________________
10525 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
10526         Log: FreeBSD $0 dance.
10527      Branch: perl
10528            ! pod/perlvar.pod t/op/magic.t
10529 ____________________________________________________________________________
10530 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
10531         Log: Fix from Enache Adrian for the magic.t failure in
10532              FreeBSD: setproctitle() cannot get rid of the " (perl)".
10533      Branch: perl
10534            ! t/op/magic.t
10535 ____________________________________________________________________________
10536 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
10537         Log: VMS: with this, 100% make test in Compaq C V6.5-001
10538              on OpenVMS Alpha V7.3-1, from Craig Berry.
10539      Branch: perl
10540            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
10541 ____________________________________________________________________________
10542 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
10543         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
10544              The latest releases of NetBSD don't require the hack.  From
10545              Johnny Lam.            
10546      Branch: perl
10547            ! hints/netbsd.sh
10548 ____________________________________________________________________________
10549 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
10550         Log: Add a new utility, Porting/Modules.
10551      Branch: perl
10552            + Porting/Modules
10553            ! MANIFEST
10554 ____________________________________________________________________________
10555 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
10556         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 
10557              From: Robin Barker <Robin.Barker@npl.co.uk>
10558              Date: Tue, 1 Jul 2003 18:21:34 +0100 
10559              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
10560              
10561              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
10562              From: Robin Barker <Robin.Barker@npl.co.uk>
10563              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
10564              Date: Tue, 1 Jul 2003 18:25:17 +0100 
10565              
10566              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
10567              From: Robin Barker <Robin.Barker@npl.co.uk>
10568              Date: Tue, 1 Jul 2003 18:29:09 +0100 
10569              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
10570      Branch: perl
10571            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
10572 ____________________________________________________________________________
10573 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
10574         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
10575              From: Enache Adrian <enache@rdslink.ro>
10576              Date: Tue, 1 Jul 2003 19:51:25 +0300
10577              Message-ID: <20030701165125.GA1521@ratsnest.hole>
10578      Branch: perl
10579            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
10580            ! ext/B/typemap t/op/magic.t
10581 ____________________________________________________________________________
10582 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
10583         Log: Upgrade to Unicode::Normalize 0.23.
10584      Branch: perl
10585            ! ext/Unicode/Normalize/Changes
10586            ! ext/Unicode/Normalize/Normalize.pm
10587            ! ext/Unicode/Normalize/Normalize.xs
10588 ____________________________________________________________________________
10589 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
10590         Log: A naked values() caused shuffling of lib/Config.pm,
10591              which in turn caused unnecessary rebuilds.
10592      Branch: perl
10593            ! configpm
10594 ____________________________________________________________________________
10595 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
10596         Log: Even more :utf8 socket testing, now in both directions.
10597      Branch: perl
10598            ! ext/IO/lib/IO/t/io_sock.t
10599 ____________________________________________________________________________
10600 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
10601         Log: One more test (does binmode()ing a socket succeed)
10602              and add -w.
10603      Branch: perl
10604            ! ext/IO/lib/IO/t/io_sock.t
10605 ____________________________________________________________________________
10606 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
10607         Log: Tweak an existing IO test to test also the change #19910.
10608      Branch: perl
10609            ! ext/IO/lib/IO/t/io_sock.t
10610 ____________________________________________________________________________
10611 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
10612         Log: Integrate from perlio:
10613              [ 19909]
10614              binmode() should affect IoOFP() as well as IoIFP() if it is
10615              distinct (e.g. sockets).
10616      Branch: perl
10617           !> pp_sys.c
10618 ____________________________________________________________________________
10619 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
10620         Log: Do the "aligned contiguous" check only if the arguments
10621              look like aligned; re-introduce the "traditional contiguous"
10622              checks with OS/2 special quirks and all.
10623      Branch: perl
10624            ! perl.c
10625 ____________________________________________________________________________
10626 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
10627         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
10628      Branch: perl
10629            ! perl.c
10630 ____________________________________________________________________________
10631 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
10632         Log: Regen Glossary et al.
10633      Branch: perl
10634            ! Porting/Glossary Porting/config.sh Porting/config_H
10635 ____________________________________________________________________________
10636 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
10637         Log: Regen Configure.
10638      Branch: perl
10639            ! Configure
10640 ____________________________________________________________________________
10641 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
10642         Log: More nanosleep removal.
10643      Branch: perl
10644            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
10645            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
10646            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10647            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
10648 ____________________________________________________________________________
10649 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
10650         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
10651      Branch: perl
10652            + ext/Time/HiRes/hints/dec_osf.pl
10653            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
10654            ! ext/Time/HiRes/hints/sco.pl
10655 ____________________________________________________________________________
10656 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
10657         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
10658              From: Alan Burlison <Alan.Burlison@sun.com>
10659              Date: Tue, 01 Jul 2003 00:03:24 +0100
10660              Message-ID: <3F00C1BC.3020103@sun.com>
10661      Branch: perl
10662            ! Configure Makefile.SH config_h.SH configure.com
10663            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
10664 ____________________________________________________________________________
10665 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
10666         Log: Integrate #19892, #19895 from perlio to compile and avoid
10667              crashing on Win32.
10668      Branch: perl
10669           !> perl.c
10670 ____________________________________________________________________________
10671 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
10672         Log: int is not UV.
10673      Branch: perl
10674            ! perl.c
10675 ____________________________________________________________________________
10676 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
10677         Log: The 'contiguous' test for argv[], envp[] was bogus
10678              since those need not be in memory end-to-end, e.g.
10679              in Tru64 they are aligned by eight.  Loosen the test
10680              so that 'contiguousness' is fulfilled if the elements
10681              are within PTRSIZE alignment.  This makes Tru64 to pass
10682              the join.t, too.
10683      Branch: perl
10684            ! ext/threads/t/join.t mg.c perl.c
10685 ____________________________________________________________________________
10686 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
10687         Log: $0 doc tweakage.
10688      Branch: perl
10689            ! pod/perlvar.pod
10690 ____________________________________________________________________________
10691 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
10692         Log: $0 test tweaks from Andreas.
10693      Branch: perl
10694            ! ext/threads/t/join.t t/op/magic.t
10695 ____________________________________________________________________________
10696 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
10697         Log: Misc Pod Nits.
10698      Branch: perl
10699            ! ext/B/B.pm pod/perlrun.pod
10700 ____________________________________________________________________________
10701 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
10702         Log: Fix a faulty alias.
10703      Branch: perl
10704            ! ext/Encode/lib/Encode/Alias.pm
10705 ____________________________________________________________________________
10706 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
10707         Log: The joy of $0.  Undoing the #16399 makes Andreas'
10708              tests (see [perl #22811]) pass (yes, padding with space    instead
10709              of nul makes no sense, but that seems to work, maybe Linux does
10710              some deep magic in ps(1)?); moving the PL_origalen computation
10711              earlier makes also the threaded-first case fully pass.
10712              
10713              But in general modifying the argv[] is very non-portable.
10714              (e.g. in Tru64 it seems to be limited to the size of the
10715              original argv[0] since the argv[] are not contiguous?)
10716              
10717              Everybody should just have setproctitle().
10718      Branch: perl
10719            ! mg.c perl.c pod/perlvar.pod
10720 ____________________________________________________________________________
10721 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
10722         Log: More on the macro debugging and expansion.
10723      Branch: perl
10724            ! pod/perlhack.pod
10725 ____________________________________________________________________________
10726 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
10727         Log: Perl_doing_taint must be public, for programs that embed perl
10728      Branch: perl
10729            ! embed.fnc embed.h global.sym
10730 ____________________________________________________________________________
10731 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
10732         Log: More coffee...
10733      Branch: perl
10734            ! lib/Test/Harness.pm
10735 ____________________________________________________________________________
10736 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
10737         Log: argc, argv.
10738      Branch: perl
10739            ! perl.h
10740 ____________________________________________________________________________
10741 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
10742         Log: Another spot where a zero $test{$max} can make things go boom.
10743      Branch: perl
10744            ! lib/Test/Harness.pm
10745 ____________________________________________________________________________
10746 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
10747         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
10748              as per suggestion from Sarathy.
10749      Branch: perl
10750            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
10751            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
10752 ____________________________________________________________________________
10753 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
10754         Log: The #19842 is no more needed thanks to #19876,
10755              and the #19842 was wrong anyway (it affected
10756              only the threaded case.)
10757      Branch: perl
10758            ! hints/dec_osf.sh
10759 ____________________________________________________________________________
10760 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
10761         Log: Subject: Re: your malloc patches
10762              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10763              Date: Fri, 27 Jun 2003 06:54:06 -0700
10764              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
10765              
10766              More malloc patches: now they seem to work even in Tru64.
10767      Branch: perl
10768            ! malloc.c
10769 ____________________________________________________________________________
10770 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
10771         Log: Duh.
10772      Branch: perl
10773            ! perl.h
10774 ____________________________________________________________________________
10775 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
10776         Log: Retract #19867; the bug was really much simpler:
10777              the < max must be <= max instead.
10778      Branch: perl
10779            ! hv.c
10780 ____________________________________________________________________________
10781 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
10782         Log: Using $1 without testing success of the regexp, bad.
10783      Branch: perl
10784            ! pod/perlretut.pod
10785 ____________________________________________________________________________
10786 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
10787         Log: Some clarification about the current semantics of CHECK and
10788              INIT blocks. See bug [perl #22826].
10789      Branch: perl
10790            ! pod/perlmod.pod
10791 ____________________________________________________________________________
10792 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
10793         Log: Subject: [Encode] pre-1.97 patches
10794              From: Dan Kogai <dankogai@dan.co.jp>
10795              Date: Sat, 28 Jun 2003 01:20:59 +0900
10796              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
10797      Branch: perl
10798            ! ext/Encode/Changes ext/Encode/Encode.pm
10799            ! ext/Encode/lib/Encode/Guess.pm
10800 ____________________________________________________________________________
10801 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
10802         Log: Two debugging patches.
10803              The first allows to hold symbolic switches in $^D
10804              and more generally fixes assignment to $^D. The
10805              second one improves the information given by -Dl.
10806              
10807              Subject: [PATCH] allow $^D = "flags"
10808              From: Dave Mitchell <davem@fdgroup.com>
10809              Date: Fri, 27 Jun 2003 22:26:24 +0100
10810              Message-ID: <20030627212624.GB12887@fdgroup.com>
10811              
10812              Subject: [PATCH] make -Dl show more scope info
10813              From: Dave Mitchell <davem@fdgroup.com>
10814              Date: Fri, 27 Jun 2003 23:00:36 +0100
10815              Message-ID: <20030627220036.GC12887@fdgroup.com>
10816      Branch: perl
10817            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
10818            ! proto.h scope.h
10819 ____________________________________________________________________________
10820 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
10821         Log: Fix test count, by Abe Timmerman.
10822      Branch: perl
10823            ! t/comp/require.t
10824 ____________________________________________________________________________
10825 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
10826         Log: The two-for-loops is no more a valid way to walk through
10827              a hash (this was the reason the Hash/Util.t intermittently
10828              failed, the two-loop didn't find all the SVs of the HV).
10829      Branch: perl
10830            ! hv.c
10831 ____________________________________________________________________________
10832 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
10833         Log: Some warnings about the (im)proper uses of the hash randomisation.
10834      Branch: perl
10835            ! pod/perlsec.pod
10836 ____________________________________________________________________________
10837 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
10838         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
10839              is larger than INT_MAX (atoi() returns -1 in that case).
10840      Branch: perl
10841            ! perl.c
10842 ____________________________________________________________________________
10843 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
10844         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
10845              not per-interp, since perl_construct() is not passed
10846              the argc, argv, and therefore it can't set the per-interp
10847              PL_tainting.)
10848      Branch: perl
10849            ! perl.c perl.h
10850 ____________________________________________________________________________
10851 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
10852         Log: Introduce (global) variable PL_earlytaint which
10853              is set very early in main(), before perl_parse()
10854              has been called and PL_tainting (or PL_taint_warn)
10855              might have been set.
10856      Branch: perl
10857            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
10858            ! perlvars.h proto.h
10859 ____________________________________________________________________________
10860 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
10861         Log: Make doing_taint() always available (though not
10862              part of the public API).
10863      Branch: perl
10864            ! embed.fnc embed.h perl.c proto.h
10865 ____________________________________________________________________________
10866 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
10867         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
10868              if tainting-- but is this a good thing or a bad thing?
10869              (At least it makes debugging lib/Hash/Util.t harder,
10870              since it has, for no apparent good reason, -T: one must
10871              make a copy of it without the -T.)
10872      Branch: perl
10873            ! perl.c
10874 ____________________________________________________________________________
10875 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
10876         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
10877              From: Tim Bunce <Tim.Bunce@pobox.com>
10878              Date: Thu, 26 Jun 2003 10:53:22 +0100
10879              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
10880      Branch: perl
10881            ! INSTALL
10882 ____________________________________________________________________________
10883 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
10884         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
10885              random failures.  To make these easier to reproduce,
10886              add a variable, PERL_HASH_SEED_DEBUG, to display the
10887              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
10888              of 82972356 makes the first one to fail.
10889      Branch: perl
10890            ! perl.c pod/perlrun.pod
10891 ____________________________________________________________________________
10892 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
10893         Log: perlhack update, by Steve Grazzini
10894              about macro support in gdb and gcc.
10895      Branch: perl
10896            ! pod/perlhack.pod
10897 ____________________________________________________________________________
10898 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
10899         Log: Bite the bullet and apply the hash randomisation patch.
10900              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
10901      Branch: perl
10902            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
10903            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
10904            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
10905            ! sv.c
10906 ____________________________________________________________________________
10907 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
10908         Log: Subject: Re: P and V
10909              From: "Philip Newton" <pnewton@gmx.de>
10910              Date: Wed, 25 Jun 2003 17:50:22 +0200
10911              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
10912      Branch: perl
10913            ! lib/Thread/Semaphore.pm
10914 ____________________________________________________________________________
10915 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
10916         Log: Enhance some macro robustness.
10917      Branch: perl
10918            ! opcode.h opcode.pl
10919 ____________________________________________________________________________
10920 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
10921         Log: Fix [perl #21742] :
10922              require() should always be called in scalar context,
10923              even when it's the last statement in an eval("").
10924      Branch: perl
10925            ! pp_ctl.c t/comp/require.t
10926 ____________________________________________________________________________
10927 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
10928         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
10929              From: Dave Mitchell <davem@fdgroup.com>
10930              Date: Tue, 24 Jun 2003 13:16:18 +0100
10931              Message-ID: <20030624121618.GC22675@fdgroup.com>
10932      Branch: perl
10933            ! sv.c t/op/ref.t
10934 ____________________________________________________________________________
10935 [ 19848] By: merijn                                on 2003/06/24  08:06:57
10936         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
10937              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
10938              Date: Tue, 24 Jun 2003 11:00:34 +0200
10939              Message-ID: <186930306740.20030624110034@familiehaase.de>
10940      Branch: perl
10941            ! lib/Pod/Perldoc.pm
10942 ____________________________________________________________________________
10943 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
10944         Log: Subject: [PATCH] version.pm up to date with CPAN
10945              From: John Peacock <jpeacock@rowman.com>
10946              Date: Mon, 23 Jun 2003 21:58:18 -0400
10947              Message-ID: <3EF7B03A.2060705@rowman.com>
10948      Branch: perl
10949            ! lib/version.pm lib/version.t universal.c
10950 ____________________________________________________________________________
10951 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
10952         Log: Subject: [perlport.pod] code point of \cU
10953              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10954              Date: Tue, 24 Jun 2003 01:00:16 +0900
10955              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
10956      Branch: perl
10957            ! pod/perlport.pod
10958 ____________________________________________________________________________
10959 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
10960         Log: Test tweaks for VMS from Craig Berry.
10961      Branch: perl
10962            ! lib/strict.t lib/warnings.t
10963 ____________________________________________________________________________
10964 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
10965         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
10966      Branch: perl
10967            ! embed.fnc embed.h pp.c proto.h util.c
10968 ____________________________________________________________________________
10969 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
10970         Log: Until the Perl malloc problems in Tru64 are fixed.
10971      Branch: perl
10972            ! hints/dec_osf.sh
10973 ____________________________________________________________________________
10974 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
10975         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
10976              From: Enache Adrian <enache@rdslink.ro>
10977              Date: Sat, 21 Jun 2003 03:19:31 +0300
10978              Message-ID: <20030621001931.GB1255@ratsnest.hole>
10979      Branch: perl
10980            ! op.c t/op/concat.t
10981 ____________________________________________________________________________
10982 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
10983         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
10984              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
10985              Date: 21 Jun 2003 19:02:30 -0000
10986              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
10987      Branch: perl
10988            ! lib/overload.pm lib/overload.t
10989 ____________________________________________________________________________
10990 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
10991         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
10992              From: "Craig A. Berry" <craigberry@mac.com>
10993              Date: Sat, 21 Jun 2003 10:31:59 -0500
10994              Message-ID: <3EF47A6F.9060904@mac.com>
10995      Branch: perl
10996            ! lib/FileCache.pm lib/FileCache/t/01open.t
10997            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
10998 ____________________________________________________________________________
10999 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
11000         Log: Debian fix from Brendan O'Dea:
11001              Adjust output to screen width.
11002              (adjusted to probe for the stty command)
11003      Branch: perl
11004            ! utils/dprofpp.PL
11005 ____________________________________________________________________________
11006 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
11007         Log: Debian fix from Brendan O'Dea:
11008              Use a temporary directory to avoid symlink attacks.
11009              Specify -gstabs explicitly (not the default format for gcc 3.2).
11010      Branch: perl
11011            ! utils/c2ph.PL
11012 ____________________________________________________________________________
11013 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
11014         Log: Debian fix from Brendan O'Dea:
11015              Bug#156284: the stucture used by pp_accept is too small to hold an
11016              IPv6 address.
11017      Branch: perl
11018            ! pp_sys.c
11019 ____________________________________________________________________________
11020 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
11021         Log: For characters beyond the BMP the $bits will be undef,
11022              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
11023              analysis and fix from SADAHIRO Tomoyuki)
11024      Branch: perl
11025            ! lib/utf8_heavy.pl
11026 ____________________________________________________________________________
11027 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
11028         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
11029      Branch: perl
11030            ! malloc.c
11031 ____________________________________________________________________________
11032 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
11033         Log: Don't do sprintf().
11034      Branch: perl
11035            ! malloc.c
11036 ____________________________________________________________________________
11037 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
11038         Log: Show the source code location of an "assertion botch".
11039      Branch: perl
11040            ! malloc.c
11041 ____________________________________________________________________________
11042 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
11043         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
11044              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
11045              malloc.c, found in AIX since there is no such header.
11046              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
11047              memory was overwritten?"
11048              (In IRIX compiles but that doesn't prove much since in IRIX
11049              Perl's malloc is simply not used.)
11050      Branch: perl
11051            + malloc_ctl.h
11052            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
11053            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
11054 ____________________________________________________________________________
11055 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
11056         Log: Retract #19785 and #19756: JPL nowadays works without this
11057              (verified by a true JPL user).
11058      Branch: perl
11059            ! perl.c
11060 ____________________________________________________________________________
11061 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
11062         Log: Apparently this is needed for VMS (Craig Berry).
11063      Branch: perl
11064            ! lib/Tie/File.pm
11065 ____________________________________________________________________________
11066 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
11067         Log: Bump Time::HiRes to 1.49.
11068      Branch: perl
11069            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11070            ! ext/Time/HiRes/HiRes.xs
11071 ____________________________________________________________________________
11072 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
11073         Log: This change chunk doesn't work well with blead.
11074      Branch: perl
11075            ! lib/ExtUtils/t/Command.t
11076 ____________________________________________________________________________
11077 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
11078         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
11079              make happy.
11080      Branch: perl
11081            ! lib/ExtUtils/MM_Unix.pm
11082 ____________________________________________________________________________
11083 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
11084         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
11085              as of 2003-06-19 18:39 EET).
11086      Branch: perl
11087            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
11088            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11089            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
11090            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
11091 ____________________________________________________________________________
11092 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
11093         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
11094              From: grazz@pobox.com (Steve Grazzini)
11095              Date: Wed, 18 Jun 2003 19:42:37 -0400
11096              Message-ID: <20030618234237.GA6267@grazzini.net>
11097      Branch: perl
11098            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
11099            ! t/op/runlevel.t t/op/tiehandle.t util.c
11100 ____________________________________________________________________________
11101 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
11102         Log: Subject: [PATCH -current] email address correction
11103              Date: Thu, 19 Jun 2003 02:19:31 -0700
11104              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
11105              From: rs@crystalflame.net (Richard Soderberg)
11106      Branch: perl
11107            ! ext/threads/threads.pm
11108 ____________________________________________________________________________
11109 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
11110         Log: MPE/iX gets serious indigestion on w-packed infinities.
11111      Branch: perl
11112            ! t/op/pack.t
11113 ____________________________________________________________________________
11114 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
11115         Log: A bunch of minor changes to perlguts.pod.
11116      Branch: perl
11117            ! pod/perlguts.pod
11118 ____________________________________________________________________________
11119 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
11120         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
11121              From: Enache Adrian <enache@rdslink.ro>
11122              Date: Wed, 18 Jun 2003 23:00:43 +0300
11123              Message-ID: <20030618200043.GA1249@ratsnest.hole>
11124      Branch: perl
11125            ! pp.c regexec.c t/op/pat.t
11126 ____________________________________________________________________________
11127 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
11128         Log: Upgrade to Tie::File 0.97.
11129      Branch: perl
11130            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11131            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
11132            ! lib/Tie/File/t/29_downcopy.t
11133 ____________________________________________________________________________
11134 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
11135         Log: Sync with libnet 1.16
11136      Branch: perl
11137            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
11138 ____________________________________________________________________________
11139 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
11140         Log: Subject: Encode] 1.96 Released
11141              From: Dan Kogai <dankogai@dan.co.jp>
11142              Date: Wed, 18 Jun 2003 19:09:11 +0900
11143              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
11144      Branch: perl
11145            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11146            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
11147            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
11148            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
11149            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
11150            ! ext/Encode/t/guess.t
11151 ____________________________________________________________________________
11152 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
11153         Log: Oops in change #19809.
11154      Branch: perl
11155            ! ext/POSIX/POSIX.xs
11156 ____________________________________________________________________________
11157 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
11158         Log: If the first argument of sigaction() was a string, not a number
11159              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
11160              isn't numeric in subroutine entry ...' but after that one got
11161              (depending on the OS) either a coredump (because of trying to
11162              assign to *0 in mg_get) or a hang (because of the sigprocmask()
11163              blocking signals inside POSIX::sigaction, a nasty hang since
11164              one obviously cannot interrupt it...only SIGKILL works).
11165              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
11166              because of the string becoming zero due to the XS typemap magic.
11167              Resolved by making the POSIX::sigaction to try harder to figure
11168              out a valid signal number (one still gets the warning, though),
11169              and returning undef if no sense can be made.
11170      Branch: perl
11171            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
11172 ____________________________________________________________________________
11173 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
11174         Log: Some docs for the assertions.
11175      Branch: perl
11176            ! lib/assertions.pm lib/assertions/activate.pm
11177            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
11178 ____________________________________________________________________________
11179 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
11180         Log: io_dir.t tweak from Craig Berry.
11181      Branch: perl
11182            ! ext/IO/lib/IO/t/io_dir.t
11183 ____________________________________________________________________________
11184 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
11185         Log: Subject: /ext/DynaLoader/dl_dyld.xs
11186              From: "Peter O'Gorman" <peter@pogma.com>
11187              Date: Tue, 17 Jun 2003 23:45:47 +0900
11188              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
11189              
11190              No need to see dlclose() and dlsym() outside the dl_dyld.xs
11191              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
11192              of OpenDarwin.
11193      Branch: perl
11194            ! ext/DynaLoader/dl_dyld.xs
11195 ____________________________________________________________________________
11196 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
11197         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
11198              From: david nicol <whatever@davidnicol.com>
11199              Date: 16 Jun 2003 20:35:24 -0500
11200              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
11201              
11202              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
11203              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11204              Date: Tue, 17 Jun 2003 00:12:04 -0400
11205              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
11206      Branch: perl
11207            ! pod/perlre.pod pod/perltrap.pod
11208 ____________________________________________________________________________
11209 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
11210         Log: UNICOS: try papering over the Configure symbol scan problems
11211              by disavowing any knowledge of dynaloading.
11212      Branch: perl
11213            ! hints/unicos.sh
11214 ____________________________________________________________________________
11215 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
11216         Log: Revert change #19126, a poor attempt at fixing bug #21742.
11217              The test for #21742 is marked as TODO.
11218              Plus new regression tests from :
11219              
11220              Subject: [perl #22708] void context in string eval is broken 
11221              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
11222              Date: 15 Jun 2003 23:09:03 -0000
11223              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
11224      Branch: perl
11225            ! pp_ctl.c t/comp/require.t t/op/eval.t
11226 ____________________________________________________________________________
11227 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
11228         Log: Subject: [PATCH] unnecessary stringification in eval/die
11229              From: Steve Grazzini <grazz@pobox.com>
11230              Date: 15 Jun 2003 21:02:26 -0000
11231              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
11232              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
11233              in c.l.p.misc and bug #17763)
11234      Branch: perl
11235            ! pod/perlfunc.pod pp_ctl.c
11236 ____________________________________________________________________________
11237 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
11238         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move 
11239              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
11240              Date: 9 Jun 2003 15:48:09 -0000
11241              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
11242      Branch: perl
11243            ! lib/File/Copy.pm
11244 ____________________________________________________________________________
11245 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
11246         Log: And even more glibc fcntl constants, this time mostly F_XXX.
11247              Be more conservative and use @EXPORT_OK instead of @EXPORT.
11248      Branch: perl
11249            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
11250 ____________________________________________________________________________
11251 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
11252         Log: Even more glibc O_ modes.
11253      Branch: perl
11254            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
11255 ____________________________________________________________________________
11256 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
11257         Log: Add O_NOATIME.
11258      Branch: perl
11259            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
11260 ____________________________________________________________________________
11261 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
11262         Log: Instead of fancy condvar footwork do a simple join,
11263              as suggested by Arthur.
11264      Branch: perl
11265            ! ext/threads/shared/t/hv_refs.t
11266 ____________________________________________________________________________
11267 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
11268         Log: Rename again the warning about $* being no longer supported
11269              (and update perldiag this time!)
11270      Branch: perl
11271            ! gv.c pod/perldiag.pod t/lib/warnings/gv
11272 ____________________________________________________________________________
11273 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
11274         Log: Remove all magic in untie()
11275              
11276              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
11277              From: Aaron J Mackey <ajm6q@virginia.edu>
11278              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
11279              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
11280              (plus a test case)
11281      Branch: perl
11282            ! pp_sys.c t/op/tie.t
11283 ____________________________________________________________________________
11284 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
11285         Log: Start using Perl malloc in FreeBSD since the system malloc
11286              is reaaally slooow for Perl.
11287              
11288              Subject: FreeBSD 5.1 vs. -Uusemymalloc
11289              From: Dan Kogai <dankogai@dan.co.jp>
11290              Date: Mon, 16 Jun 2003 01:48:49 +0900
11291              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
11292      Branch: perl
11293            ! hints/freebsd.sh
11294 ____________________________________________________________________________
11295 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
11296         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
11297              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11298              Date: Sat, 14 Jun 2003 17:49:57 -0700
11299              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
11300      Branch: perl
11301            + os2/OS2/typemap os2/perlrexx.cmd
11302            - os2/OS2/PrfDB/typemap
11303            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
11304            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
11305            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
11306            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
11307            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
11308            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
11309            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
11310 ____________________________________________________________________________
11311 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
11312         Log: Reindent a section of the file.
11313      Branch: perl
11314            ! universal.c
11315 ____________________________________________________________________________
11316 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
11317         Log: Unused variable.
11318      Branch: perl
11319            ! universal.c
11320 ____________________________________________________________________________
11321 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
11322         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
11323              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11324              Date: Sun, 15 Jun 2003 10:48:40 +0200
11325              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
11326      Branch: perl
11327            ! embed.fnc embed.h proto.h sv.c
11328 ____________________________________________________________________________
11329 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
11330         Log: Most often unused variables.
11331      Branch: perl
11332            ! perl.c
11333 ____________________________________________________________________________
11334 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
11335         Log: Rename the warning about $* being removed,
11336              as suggested by Dave Mitchell
11337      Branch: perl
11338            ! gv.c t/lib/warnings/gv
11339 ____________________________________________________________________________
11340 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
11341         Log: The FileCache 1.03 tests from belg4mit.
11342      Branch: perl
11343            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
11344            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
11345            + lib/FileCache/t/05override.t
11346            - lib/FileCache.t
11347            ! MANIFEST
11348 ____________________________________________________________________________
11349 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
11350         Log: Mention the Unicode::Regex::Set module.
11351      Branch: perl
11352            ! pod/perlunicode.pod
11353 ____________________________________________________________________________
11354 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
11355         Log: Followup on #19779: make the helper function static,
11356              and rename it for paranoia reasons.
11357      Branch: perl
11358            ! embed.fnc embed.h proto.h sv.c
11359 ____________________________________________________________________________
11360 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
11361         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
11362              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11363              Date: Sat, 14 Jun 2003 12:51:31 +0200
11364              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
11365              
11366              (choosing the safe alternative)
11367      Branch: perl
11368            ! sv.c
11369 ____________________________________________________________________________
11370 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
11371         Log: Exercise the utf8:: "internal" functions.
11372      Branch: perl
11373            ! lib/utf8.pm lib/utf8.t
11374 ____________________________________________________________________________
11375 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
11376         Log: Having to pull in the whole Encode just to get SvUTF8()
11377              is a bit too much: introduce utf8::is_utf8().
11378      Branch: perl
11379            ! lib/utf8.pm pod/perluniintro.pod universal.c
11380 ____________________________________________________________________________
11381 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
11382         Log: Slight tweaks on the length() and chr() entries,
11383              passing-by rewrapping on the rmdir entry.
11384      Branch: perl
11385            ! pod/perlfunc.pod
11386 ____________________________________________________________________________
11387 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
11388         Log: test.pl-ify and add a couple of tests.
11389      Branch: perl
11390            ! lib/bytes.t
11391 ____________________________________________________________________________
11392 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
11393         Log: Slight reorg of the binmode() entry.
11394      Branch: perl
11395            ! pod/perlfunc.pod
11396 ____________________________________________________________________________
11397 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
11398         Log: Illegal cpp.
11399      Branch: perl
11400            ! util.c
11401 ____________________________________________________________________________
11402 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
11403         Log: Subject: Re: FileCache
11404              From: belg4mit <belg4mit@MIT.EDU>
11405              Date: Sat, 14 Jun 2003 01:35:05 -0400
11406              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
11407              
11408              FileCache 1.03.
11409      Branch: perl
11410            ! lib/FileCache.pm
11411 ____________________________________________________________________________
11412 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
11413         Log: Remove the deprecated $* variable.
11414              Incidentally, this fixes bug #22354, about unwanted
11415              action-at-distance of the /m regexp modifier.
11416              Add a new warning to advertise this fact.
11417      Branch: perl
11418            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
11419            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
11420            ! t/op/pat.t t/op/study.t
11421 ____________________________________________________________________________
11422 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
11423         Log: Encode simply needs more work on EBCDIC.
11424      Branch: perl
11425            ! ext/Encode/t/Unicode.t
11426 ____________________________________________________________________________
11427 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
11428         Log: Redundancy removal from Brian De Pradine;
11429              both the forms, pthread_mutexattr_settype() and               
11430              pthread_mutexattr_setkind_np(), exist on z/OS.
11431      Branch: perl
11432            ! thread.h
11433 ____________________________________________________________________________
11434 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
11435         Log: Somehow MPE/iX managed to get
11436              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
11437      Branch: perl
11438            ! lib/Test/Harness.pm
11439 ____________________________________________________________________________
11440 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
11441         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
11442              From: alan <alan@pair.com>
11443              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
11444              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
11445              
11446              (the first alternative)
11447      Branch: perl
11448            ! util.c
11449 ____________________________________________________________________________
11450 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
11451         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
11452              way of detecting Darwin/Mac OS X; instead it is recommended to
11453              detect the OS at a higher level and pass the information manually
11454              down to the application, using e.g. a -Ddefinition.
11455      Branch: perl
11456            ! hints/darwin.sh perl.h x2p/util.c
11457 ____________________________________________________________________________
11458 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
11459         Log: Define a cpp symbol, BSDish, if that looks appropriate.
11460      Branch: perl
11461            ! perl.h
11462 ____________________________________________________________________________
11463 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
11464         Log: Even more tweakage on symbol scanning from Alan Burlison. 
11465      Branch: perl
11466            ! Configure
11467 ____________________________________________________________________________
11468 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
11469         Log: Sync with libnet 1.15
11470      Branch: perl
11471            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
11472 ____________________________________________________________________________
11473 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
11474         Log: The changes #8803 and #8896 that fixed JPL for use with
11475              JDK 1.2/1.3 had somehow disappeared.
11476      Branch: perl
11477            ! perl.c perl.h
11478 ____________________________________________________________________________
11479 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
11480         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
11481              to be issued if the string to be left-justified by s?printf contains
11482              a newline.
11483              
11484              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf 
11485              From: Robin Barker <Robin.Barker@npl.co.uk>
11486              Date: Wed, 11 Jun 2003 18:10:14 +0100
11487              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
11488      Branch: perl
11489            ! pod/perldiag.pod sv.c t/lib/warnings/sv
11490 ____________________________________________________________________________
11491 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
11492         Log: Patch for a warning emitted twice, from :
11493              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
11494              From: Steve Grazzini <grazz@pobox.com>
11495              Date: Wed, 11 Jun 2003 00:46:47 -0400
11496              Message-ID: <20030611044647.GA16696@grazzini.net>
11497      Branch: perl
11498            ! pp_sys.c
11499 ____________________________________________________________________________
11500 [ 19750] By: sky                                   on 2003/06/12  15:03:55
11501         Log: In free we want to destroy, not init, thanks to Tim Bunce for 
11502              detecting this. Should hopefully fix memory leak on Tru64
11503      Branch: perl
11504            ! ext/threads/shared/shared.xs
11505 ____________________________________________________________________________
11506 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
11507         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
11508              no ->Open, not if ->Open returns NULL.
11509      Branch: perl
11510            ! perlio.c
11511 ____________________________________________________________________________
11512 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
11513         Log: Further perlio doc tweaks.
11514      Branch: perl
11515            ! lib/PerlIO.pm pod/perlrun.pod
11516 ____________________________________________________________________________
11517 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
11518         Log: Slightly amended version of the proposed patch for
11519              "[perl #22390] export PERLIO=bytes segfaults";
11520              the amendment is to set errno.
11521              TODO: we really should not get here if the layer
11522              stack is corrupt or non-sensical (like "bytes").
11523      Branch: perl
11524            ! perlio.c
11525 ____________________________________________________________________________
11526 [ 19746] By: sky                                   on 2003/06/12  08:37:39
11527         Log: Be polite and destroy the mutexes and conditions we use!
11528      Branch: perl
11529            ! ext/threads/shared/shared.xs
11530 ____________________________________________________________________________
11531 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
11532         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
11533              From: Andy Dougherty <doughera@lafayette.edu>
11534              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
11535              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
11536      Branch: perl
11537            ! lib/File/Temp/t/security.t
11538 ____________________________________________________________________________
11539 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
11540         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
11541              From: Andy Dougherty <doughera@lafayette.edu>
11542              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
11543              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
11544      Branch: perl
11545            ! Configure
11546 ____________________________________________________________________________
11547 [ 19741] By: merijn                                on 2003/06/11  14:06:49
11548         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
11549              From: PPrymmer@factset.com
11550              Date: Wed, 11 Jun 2003 09:00:34 -0400
11551              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
11552      Branch: perl
11553            ! lib/vmsish.t
11554 ____________________________________________________________________________
11555 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
11556         Log: Doc nit.
11557      Branch: perl
11558            ! INSTALL
11559 ____________________________________________________________________________
11560 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
11561         Log: Integrate from maint:
11562              [ 19738]
11563              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
11564              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11565              Date: Tue, 10 Jun 2003 22:10:47 +0200
11566              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
11567      Branch: perl
11568           !> ext/Encode/encengine.c ext/List/Util/Util.xs
11569           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
11570           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
11571           !> sv.c
11572 ____________________________________________________________________________
11573 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
11574         Log: Upgrade to Unicode::Normalize 0.22.
11575      Branch: perl
11576            ! ext/Unicode/Normalize/Changes
11577            ! ext/Unicode/Normalize/Makefile.PL
11578            ! ext/Unicode/Normalize/Normalize.pm
11579            ! ext/Unicode/Normalize/Normalize.xs
11580            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11581            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11582            ! ext/Unicode/Normalize/t/test.t
11583 ____________________________________________________________________________
11584 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
11585         Log: Upgrade to Unicode::Collate 0.25.
11586      Branch: perl
11587            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11588            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
11589            ! lib/Unicode/Collate/t/test.t
11590 ____________________________________________________________________________
11591 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
11592         Log: On a real multicpu box the child thread could still be running
11593              when the parent thread was already testing.
11594      Branch: perl
11595            ! ext/threads/shared/t/hv_refs.t
11596 ____________________________________________________________________________
11597 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
11598         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
11599              From: Andy Dougherty <doughera@lafayette.edu>
11600              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
11601              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
11602      Branch: perl
11603            ! INSTALL
11604 ____________________________________________________________________________
11605 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
11606         Log: Subject: [PATCH] Re: nitpick with \(0..2)
11607              From: Steve Grazzini <grazz@pobox.com>
11608              Date: Fri, 6 Jun 2003 01:42:59 -0400
11609              Message-ID: <20030606054259.GA30249@grazzini.net>
11610      Branch: perl
11611            ! op.c pod/perlop.pod t/op/ref.t
11612 ____________________________________________________________________________
11613 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
11614         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
11615      Branch: perl
11616            ! ext/Unicode/Normalize/Normalize.pm
11617 ____________________________________________________________________________
11618 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
11619         Log: In the debugger, flush stdout/stderr before the prompt is printed
11620              Subject: Re: [PATCH] Perlbug #15228
11621              From: Alex Vandiver <alexmv@MIT.EDU>
11622              Date: 04 Jun 2003 04:50:10 -0400
11623              Message-Id: <1054716610.21402.45.camel@supox>
11624      Branch: perl
11625            ! lib/perl5db.pl
11626 ____________________________________________________________________________
11627 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
11628         Log: mark 450_service.t#18 as a todo test on windows
11629      Branch: perl
11630            ! lib/Net/Ping/t/450_service.t
11631 ____________________________________________________________________________
11632 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
11633         Log: one of the Net::Ping time-dependent tests fails sporadically
11634              when the response from localhost is "too quick"
11635      Branch: perl
11636            ! lib/Net/Ping/t/250_ping_hires.t
11637 ____________________________________________________________________________
11638 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
11639         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
11640              From: Michael G Schwern <schwern@pobox.com>
11641              Date: Sat, 7 Jun 2003 01:16:32 -0700
11642              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
11643      Branch: perl
11644            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
11645            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
11646            ! lib/ExtUtils/t/Liblist.t
11647 ____________________________________________________________________________
11648 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
11649         Log: fix for perlio.t failures on windows (from Dan Kogai)
11650      Branch: perl
11651            ! ext/Encode/t/perlio.t
11652 ____________________________________________________________________________
11653 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
11654         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
11655              From: PPrymmer@factset.com
11656              Date: Mon, 9 Jun 2003 09:57:43 -0400
11657              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
11658      Branch: perl
11659            ! configure.com utils/perlivp.PL
11660 ____________________________________________________________________________
11661 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
11662         Log: windows: fix memory leak in %ENV handling (shows up as a
11663              leak even in the simplest fork() loop, because perl_construct()
11664              now does the equivalent of %ENV assignments using mg_set())
11665      Branch: perl
11666            ! win32/perlhost.h
11667 ____________________________________________________________________________
11668 [ 19715] By: sky                                   on 2003/06/09  09:35:47
11669         Log: Support blessed shared references.
11670      Branch: perl
11671            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11672            ! ext/threads/shared/t/hv_refs.t
11673 ____________________________________________________________________________
11674 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
11675         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
11676              From: "Craig A. Berry" <craigberry@mac.com>
11677              Date: Sun, 08 Jun 2003 16:49:43 -0500
11678              Message-ID: <3EE3AF77.7060302@mac.com>
11679      Branch: perl
11680            ! t/op/pack.t
11681 ____________________________________________________________________________
11682 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
11683         Log: Subject: Re: forwarded you a test result
11684              From: Dan Kogai <dankogai@dan.co.jp>
11685              Date: Sun, 8 Jun 2003 11:04:43 +0900
11686              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
11687      Branch: perl
11688            ! ext/Encode/t/Encode.t
11689 ____________________________________________________________________________
11690 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
11691         Log: Regen Configure et al.
11692      Branch: perl
11693            ! Configure Porting/config.sh Porting/config_H
11694 ____________________________________________________________________________
11695 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
11696         Log: More symbol scan logic from Alan Burlison.
11697      Branch: perl
11698            ! Configure Porting/Glossary hints/solaris_2.sh
11699 ____________________________________________________________________________
11700 [ 19708] By: sky                                   on 2003/06/07  13:28:50
11701         Log: Major (internal) change to make it much more easy to embed
11702              threaded perl because we don't use our own TLS for the current
11703              thread info, but instead use PL_modglobal. Should make the
11704              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
11705      Branch: perl
11706            ! ext/threads/threads.xs
11707 ____________________________________________________________________________
11708 [ 19707] By: sky                                   on 2003/06/07  13:27:01
11709         Log: Last patch broke this slightly because INC was wrong.
11710      Branch: perl
11711            ! ext/threads/t/thread.t
11712 ____________________________________________________________________________
11713 [ 19706] By: sky                                   on 2003/06/07  13:07:53
11714         Log: Remove warnings from tests.
11715      Branch: perl
11716            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
11717            ! ext/threads/t/list.t
11718 ____________________________________________________________________________
11719 [ 19705] By: sky                                   on 2003/06/07  12:42:28
11720         Log: Work in non core env.
11721      Branch: perl
11722            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
11723            ! ext/threads/t/libc.t ext/threads/t/list.t
11724            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
11725            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
11726            ! ext/threads/t/thread.t
11727 ____________________________________________________________________________
11728 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
11729         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
11730              From: Michael G Schwern <schwern@pobox.com>
11731              Date: Fri, 6 Jun 2003 18:41:45 -0700
11732              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
11733      Branch: perl
11734            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
11735            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
11736            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
11737            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11738            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
11739            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
11740            ! lib/ExtUtils/t/zz_cleanup_dummy.t
11741 ____________________________________________________________________________
11742 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
11743         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
11744      Branch: perl
11745            ! lib/Time/Local.pm lib/Time/Local.t
11746 ____________________________________________________________________________
11747 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
11748         Log: Complement to change #19698 :
11749              add also this information (=> and curly braces doesn't
11750              quote compound identifiers) to the strict manpage.
11751              As an experiment in documentation, add a "HISTORY" section
11752              to the strict manpage.
11753      Branch: perl
11754            ! lib/strict.pm
11755 ____________________________________________________________________________
11756 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
11757         Log: Minor grammatical nit.
11758      Branch: perl
11759            ! README.hpux
11760 ____________________________________________________________________________
11761 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
11762         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
11763              From: Stas Bekman <stas@stason.org>
11764              Date: Thu, 05 Jun 2003 10:10:36 +1000
11765              Message-ID: <3EDE8A7C.2080302@stason.org>
11766              
11767              Subject: [patch] perlguts authors dup
11768              From: Stas Bekman <stas@stason.org>
11769              Date: Thu, 05 Jun 2003 10:14:12 +1000
11770              Message-ID: <3EDE8B54.6090808@stason.org>
11771      Branch: perl
11772            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
11773 ____________________________________________________________________________
11774 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
11775         Log: Clarify that => doesn't quote compound identifiers.
11776      Branch: perl
11777            ! pod/perldata.pod
11778 ____________________________________________________________________________
11779 [ 19696] By: merijn                                on 2003/06/06  12:21:43
11780         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
11781              as the compiler supports it)
11782      Branch: perl
11783            ! README.hpux
11784 ____________________________________________________________________________
11785 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
11786         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
11787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11788              Date: Wed, 04 Jun 2003 00:08:32 -0700
11789              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
11790      Branch: perl
11791            ! t/run/switches.t toke.c
11792 ____________________________________________________________________________
11793 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
11794         Log: Subject: [PATCH] RE: maint @ 19683
11795              From: Robin Barker <Robin.Barker@npl.co.uk>
11796              Date: Thu, 5 Jun 2003 17:16:58 +0100
11797              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
11798              
11799              (skipped the MIME::Base64 part, leaving that to Gisle)
11800      Branch: perl
11801            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
11802 ____________________________________________________________________________
11803 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
11804         Log: SKIP label was missing.
11805      Branch: perl
11806            ! t/io/utf8.t
11807 ____________________________________________________________________________
11808 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
11809         Log: z/OS makedepend fix from Peter Prymmer;
11810              still needed as reported by Brian De Pradine.
11811      Branch: perl
11812            ! makedepend.SH
11813 ____________________________________________________________________________
11814 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
11815         Log: Even more getspecific patches from Brian De Pradine;
11816              macrofy the construct.
11817      Branch: perl
11818            ! ext/threads/threads.xs
11819 ____________________________________________________________________________
11820 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
11821         Log: z/OS threads tweak from Brian De Pradine.
11822      Branch: perl
11823            ! ext/threads/threads.xs
11824 ____________________________________________________________________________
11825 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
11826         Log: Upgrade to Time::HiRes 1.48.
11827      Branch: perl
11828            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11829 ____________________________________________________________________________
11830 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
11831         Log: Prevent a potential null pointer dereference.
11832              Noticed by Ryan Koga <rkoga@caida.org> in
11833              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
11834      Branch: perl
11835            ! perlio.c
11836 ____________________________________________________________________________
11837 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
11838         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
11839              From: Andy Dougherty <doughera@lafayette.edu>
11840              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
11841              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
11842      Branch: perl
11843            ! hints/darwin.sh
11844 ____________________________________________________________________________
11845 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
11846         Log: On closer reading the proposed UTS#18 update required
11847              even more changes.
11848      Branch: perl
11849            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
11850            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
11851            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
11852            ! lib/unicore/mktables
11853 ____________________________________________________________________________
11854 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
11855         Log: Align the 'graph' property definition with the proposed
11856              Unicode UTS #18 update (v7).
11857      Branch: perl
11858            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
11859 ____________________________________________________________________________
11860 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
11861         Log: Subject: [MacOS X] consider useshrplib='false' by default
11862              From: Dan Kogai <dankogai@dan.co.jp>
11863              Date: Wed, 4 Jun 2003 01:29:42 +0900
11864              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
11865      Branch: perl
11866            ! hints/darwin.sh
11867 ____________________________________________________________________________
11868 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
11869         Log: Urk.  Joe's patches were for the maint branch,
11870              not for the blead (which has assertions and stuff).
11871              Retract #19677, #19676, #19674.
11872      Branch: perl
11873            ! lib/perl5db.pl
11874 ____________________________________________________________________________
11875 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
11876         Log: According to Arthur this should help
11877              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
11878      Branch: perl
11879            ! ext/threads/threads.xs
11880 ____________________________________________________________________________
11881 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
11882         Log: Tiny tweaks from Joe McMahon.
11883      Branch: perl
11884            ! lib/perl5db.pl
11885 ____________________________________________________________________________
11886 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
11887         Log: Tiny pod and speling tweaks.
11888      Branch: perl
11889            ! lib/perl5db.pl
11890 ____________________________________________________________________________
11891 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
11892         Log: Subject: Extensive documentation patch redux
11893              From: Joe McMahon <mcmahon@ibiblio.org>
11894              Date: Mon, 2 Jun 2003 09:53:40 -0400
11895              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
11896              
11897              Subject: RE: [PATCH] RE: Extensive documentation patch redux
11898              From: Robin Barker <Robin.Barker@npl.co.uk>
11899              Date: Tue, 3 Jun 2003 10:00:22 +0100 
11900              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
11901      Branch: perl
11902            ! lib/perl5db.pl
11903 ____________________________________________________________________________
11904 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
11905         Log: Salvage parts of #19667.
11906      Branch: perl
11907            ! perlio.c win32/win32.c win32/win32iop.h
11908 ____________________________________________________________________________
11909 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
11910         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
11911              still is there).
11912      Branch: perl
11913            ! MANIFEST pod/perlfunc.pod
11914 ____________________________________________________________________________
11915 [ 19671] By: merijn                                on 2003/06/03  08:27:07
11916         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
11917              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11918              Date: Tue, 03 Jun 2003 01:55:06 -0700
11919              Message-ID: <qJG3+gzkgajL092yn@efn.org>
11920      Branch: perl
11921            ! README.cygwin
11922 ____________________________________________________________________________
11923 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
11924         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
11925              #19655, #19418; File::Temp no more used internally.
11926              Some parts of these will be salvaged later.
11927      Branch: perl
11928            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
11929            ! proto.h win32/win32.c win32/win32iop.h
11930 ____________________________________________________________________________
11931 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
11932         Log: fix for 09_gen_rs.t#59 failure on windows
11933      Branch: perl
11934            ! lib/Tie/File/t/09_gen_rs.t
11935 ____________________________________________________________________________
11936 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
11937         Log: resurrect change#19628 and make it work by generalizing
11938              a spot that had a hardcoded dependency on the cmd.exe
11939              arguments being "/x/c" or "/c"
11940      Branch: perl
11941            ! pod/perlrun.pod win32/win32.c
11942 ____________________________________________________________________________
11943 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
11944         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
11945              reuse the straightforward native implementation instead
11946              
11947              this fixes the warning from io_xs.t
11948              
11949              NOTE: File::Temp has a less-than-robust implementation on windows
11950              that relies on END blocks being run (this may not happen always)
11951      Branch: perl
11952            ! op.c win32/win32.c win32/win32iop.h
11953 ____________________________________________________________________________
11954 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
11955         Log: change#19628 broke many win32/system.t tests, so back it out
11956      Branch: perl
11957            ! pod/perlrun.pod win32/win32.c
11958 ____________________________________________________________________________
11959 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
11960         Log: A little bit more of weird-code-proofing in B::Deparse.
11961              Fixes a bug reported by Alexey Tourbin in
11962              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
11963      Branch: perl
11964            ! ext/B/B/Deparse.pm
11965 ____________________________________________________________________________
11966 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
11967         Log: Upgrade to the CGI.pm 2.93.
11968              
11969              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
11970      Branch: perl
11971            + lib/CGI/t/util-58.t
11972            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11973            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
11974            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
11975            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
11976            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
11977            ! lib/CGI/t/switch.t lib/CGI/t/util.t
11978 ____________________________________________________________________________
11979 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
11980         Log: Whitespace tweaks.
11981      Branch: perl
11982            ! hints/uwin.sh
11983 ____________________________________________________________________________
11984 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
11985         Log: U/WIN: final (for now) touches from John P. Linderman;
11986              now we get 97% success rate, the remaining failures are
11987              quite obscure.
11988      Branch: perl
11989            ! hints/uwin.sh lib/locale.t
11990 ____________________________________________________________________________
11991 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
11992         Log: Sync with libnet 1.14
11993      Branch: perl
11994            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
11995            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
11996            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
11997            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
11998 ____________________________________________________________________________
11999 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
12000         Log: Beautification.
12001      Branch: perl
12002            ! op.c
12003 ____________________________________________________________________________
12004 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
12005         Log: Duplicate definition bad.
12006      Branch: perl
12007            ! op.c
12008 ____________________________________________________________________________
12009 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
12010         Log: I thought I tried building threaded.  Never think.  Try.
12011      Branch: perl
12012            ! perlio.c
12013 ____________________________________________________________________________
12014 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
12015         Log: Stick with the original (5.8.0) logic.
12016      Branch: perl
12017            ! op.c
12018 ____________________________________________________________________________
12019 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
12020         Log: Since pulling in File::Temp for tempfiles would pull in
12021              also Fcntl, miniperl could not open up tempfiles.  This broke
12022              the use of miniperl in VMS, as noticed by Craig Berry.
12023              Try to cure this by moving the creation of tempfile into its
12024              own routine, my_tmpfp(), which gets compiled differently
12025              for miniperl and perl.
12026      Branch: perl
12027            ! embed.fnc embed.h op.c perlio.c proto.h
12028 ____________________________________________________________________________
12029 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
12030         Log: A pointless test, noticed by Craig Berry.
12031      Branch: perl
12032            ! perlio.c
12033 ____________________________________________________________________________
12034 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
12035         Log: Two Cygwin patches from Gerrit.
12036              
12037              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
12038              From: "Gerrit P. Haase" <gp@familiehaase.de>
12039              Date: Sat, 31 May 2003 14:12:07 +0200
12040              Message-ID: <179860591535.20030531141207@familiehaase.de>
12041              
12042              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
12043              Date: Sat, 31 May 2003 13:57:49 +0200
12044              Message-ID: <11859733881.20030531135749@familiehaase.de>
12045      Branch: perl
12046            ! README.cygwin perl.h t/io/layers.t
12047 ____________________________________________________________________________
12048 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
12049         Log: Fix a case of segfault in gv_check(), by making
12050              it ignore non-GV values in stashes.
12051      Branch: perl
12052            ! gv.c t/op/stash.t
12053 ____________________________________________________________________________
12054 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
12055         Log: Don't install test.pl files.
12056      Branch: perl
12057            ! installperl
12058 ____________________________________________________________________________
12059 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
12060         Log: Regenerate internals pods.
12061      Branch: perl
12062            ! pod/perlapi.pod pod/perlintern.pod
12063 ____________________________________________________________________________
12064 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
12065         Log: Subject: [PATCH] jumbo closure patch broke formats
12066              From: Dave Mitchell <davem@fdgroup.com>
12067              Date: Sat, 31 May 2003 19:54:48 +0100
12068              Message-ID: <20030531185448.GA6055@fdgroup.com>
12069              Plus restore the original test script for bug #22372
12070      Branch: perl
12071            ! pad.c t/op/write.t
12072 ____________________________________________________________________________
12073 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
12074         Log: Better patch from Inaba Hiroto for
12075              [perl #22375] 'split'/'index' problem for utf8
12076      Branch: perl
12077            ! sv.c
12078 ____________________________________________________________________________
12079 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
12080         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
12081              From: Enache Adrian <enache@rdslink.ro>
12082              Date: Sat, 31 May 2003 14:18:11 +0300
12083              Message-ID: <20030531111811.GA1240@ratsnest.hole>
12084      Branch: perl
12085            ! t/op/write.t
12086 ____________________________________________________________________________
12087 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
12088         Log: Interesting patch(1) glitch.
12089      Branch: perl
12090            ! lib/Tie/File.pm
12091 ____________________________________________________________________________
12092 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
12093         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
12094              From: Enache Adrian <enache@rdslink.ro>
12095              Date: Fri, 30 May 2003 18:52:28 +0300
12096              Message-ID: <20030530155228.GA872@ratsnest.hole>
12097      Branch: perl
12098            ! sv.c t/op/write.t
12099 ____________________________________________________________________________
12100 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
12101         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
12102              From: "Craig A. Berry" <craigberry@mac.com>
12103              Date: Fri, 30 May 2003 13:08:01 -0500
12104              Message-ID: <3ED79E01.8050401@mac.com>
12105      Branch: perl
12106            ! ext/Encode/t/perlio.t
12107 ____________________________________________________________________________
12108 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
12109         Log: Upgrade to Tie::File 0.96.
12110      Branch: perl
12111            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12112            ! lib/Tie/File/t/09_gen_rs.t
12113 ____________________________________________________________________________
12114 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
12115         Log: test.pl-isation.
12116      Branch: perl
12117            ! t/op/index.t
12118 ____________________________________________________________________________
12119 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
12120         Log: A bit of networking notworking negativity.
12121              (Inspiration from Jos.)
12122      Branch: perl
12123            ! pod/perlport.pod
12124 ____________________________________________________________________________
12125 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
12126         Log: Fix for "#22375 'split'/'index' problem for utf8".
12127      Branch: perl
12128            ! sv.c t/op/index.t
12129 ____________________________________________________________________________
12130 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
12131         Log: Add the test case for the already fixed
12132              [perl #22351] perl bug with 'e' substitution modifier
12133      Branch: perl
12134            ! t/op/subst.t
12135 ____________________________________________________________________________
12136 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
12137         Log: Comment tweakage.
12138      Branch: perl
12139            ! intrpvar.h
12140 ____________________________________________________________________________
12141 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
12142         Log: Subject: [PATCH] jumbo closure fix
12143              From: Dave Mitchell <davem@fdgroup.com>
12144              Date: Wed, 26 Feb 2003 14:49:47 +0000
12145              Message-ID: <20030226144947.A14444@fdgroup.com>
12146      Branch: perl
12147            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
12148            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
12149            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
12150            ! t/op/closure.t
12151 ____________________________________________________________________________
12152 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
12153         Log: Subject: Credits patch
12154              From: Ed Avis <ed@membled.com>
12155              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
12156              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
12157      Branch: perl
12158            ! lib/Tie/RefHash.pm
12159 ____________________________________________________________________________
12160 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
12161         Log: Subject: [patch] IO::File->open() with encoding
12162              From: Pradeep Hodigere <phodigere@yahoo.com>
12163              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
12164              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
12165      Branch: perl
12166            + ext/IO/lib/IO/t/io_utf8.t
12167            ! MANIFEST ext/IO/lib/IO/File.pm
12168 ____________________________________________________________________________
12169 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
12170         Log: A *much* cut-down version of the patches in the thread
12171              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
12172              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
12173              Date: 16 May 2003 19:04:28 -0000
12174              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
12175      Branch: perl
12176            ! pod/perldiag.pod
12177 ____________________________________________________________________________
12178 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
12179         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
12180              From: Dave Mitchell <davem@fdgroup.com>
12181              Date: Tue, 27 May 2003 19:31:10 +0100
12182              Message-ID: <20030527183110.GA22715@fdgroup.com>
12183      Branch: perl
12184            ! hv.c
12185 ____________________________________________________________________________
12186 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
12187         Log: Document that setvbuf() is not probably any more available.
12188              Many reports, most recently by mjd in
12189              [perl #22339] IO::Handle::setvbuf not defined properly
12190      Branch: perl
12191            ! ext/IO/lib/IO/Handle.pm
12192 ____________________________________________________________________________
12193 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
12194         Log: Subject: typo in pod/perlfunc.pod
12195              From: Alexey Mahotkin <alexm@w-m.ru>
12196              Date: Wed, 28 May 2003 15:18:04 +0400
12197              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
12198      Branch: perl
12199            ! pod/perlfunc.pod
12200 ____________________________________________________________________________
12201 [ 19629] By: merijn                                on 2003/05/28  12:24:42
12202         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
12203              From: Andy Dougherty <doughera@lafayette.edu>
12204              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
12205              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
12206      Branch: perl
12207            ! x2p/Makefile.SH
12208 ____________________________________________________________________________
12209 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
12210         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
12211              From: Jan Dubois <jand@ActiveState.com>
12212              Date: Mon, 26 May 2003 23:33:53 -0700
12213              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
12214      Branch: perl
12215            ! pod/perlrun.pod win32/win32.c
12216 ____________________________________________________________________________
12217 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
12218         Log: OpenZaurus cross-compilation patches from Redvers Davies.
12219      Branch: perl
12220            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
12221            ! Cross/config.sh-arm-linux Cross/generate_config_sh
12222            ! Cross/installperl.patch
12223 ____________________________________________________________________________
12224 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
12225         Log: For now reword the sysread/syswrite description to
12226              stress the fact that by default everything is still bytes.
12227      Branch: perl
12228            ! pod/perlfunc.pod
12229 ____________________________________________________________________________
12230 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
12231         Log: Subject: Re: [perl #22299] goto doesn't find label
12232              From: Dave Mitchell <davem@fdgroup.com>
12233              Date: Sat, 24 May 2003 12:25:17 +0100
12234              Message-ID: <20030524112517.GA11761@fdgroup.com>
12235              
12236              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
12237              From: Dave Mitchell <davem@fdgroup.com>
12238              Date: Mon, 26 May 2003 13:47:11 +0100
12239              Message-ID: <20030526124710.GA17670@fdgroup.com>
12240      Branch: perl
12241            ! pp_ctl.c t/op/goto.t
12242 ____________________________________________________________________________
12243 [ 19623] By: merijn                                on 2003/05/26  11:19:38
12244         Log: Subject: [PATCH] for cygwin/perlld.in
12245              From: "Gerrit P. Haase" <gp@familiehaase.de>
12246              Date: Sat, 24 May 2003 16:51:29 +0200
12247              Message-ID: <162265353578.20030524165129@familiehaase.de>
12248      Branch: perl
12249            ! cygwin/perlld.in
12250 ____________________________________________________________________________
12251 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
12252         Log: Regen modlib and toc.
12253      Branch: perl
12254            ! pod/perlmodlib.pod pod/perltoc.pod
12255 ____________________________________________________________________________
12256 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
12257         Log: Run external commands only with localized sanitized $ENV{PATH}.
12258      Branch: perl
12259            ! ext/Sys/Hostname/Hostname.pm
12260 ____________________________________________________________________________
12261 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
12262         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
12263              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12264              Date: Sun, 25 May 2003 21:17:42 +0200
12265              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
12266      Branch: perl
12267            ! perlio.h
12268 ____________________________________________________________________________
12269 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
12270         Log: Protect against race conditions: if the pid is not seen,
12271              neither will be the $0 change be seen (and vice versa).
12272      Branch: perl
12273            ! ext/threads/t/join.t
12274 ____________________________________________________________________________
12275 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
12276         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
12277              From: Dan Kogai <dankogai@dan.co.jp>
12278              Date: 24 May 2003 19:50:48 -0000
12279              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
12280      Branch: perl
12281            ! ext/Encode/bin/piconv
12282 ____________________________________________________________________________
12283 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
12284         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
12285              From: Dave Mitchell <davem@fdgroup.com>
12286              Date: Thu, 22 May 2003 10:13:19 +0100
12287              Message-ID: <20030522091319.GA4568@fdgroup.com>
12288              
12289              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
12290              From: Dave Mitchell <davem@fdgroup.com>
12291              Date: Fri, 23 May 2003 17:09:44 +0100
12292              Message-ID: <20030523160944.GC9194@fdgroup.com>
12293      Branch: perl
12294            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
12295            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
12296 ____________________________________________________________________________
12297 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
12298         Log: Missing "to".
12299      Branch: perl
12300            ! NetWare/config_H.wc Porting/config_H config_h.SH
12301            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
12302            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12303            ! win32/config_H.vc64 wince/config_H.ce
12304 ____________________________________________________________________________
12305 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
12306         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
12307      Branch: perl
12308            ! Cross/config.sh-arm-linux NetWare/config.wc
12309            ! NetWare/config_H.wc configure.com epoc/config.sh
12310            ! plan9/config.plan9 plan9/config_h.sample
12311            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
12312            ! win32/config.gc win32/config.vc win32/config.vc64
12313            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12314            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
12315 ____________________________________________________________________________
12316 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
12317         Log: Regen Glossary et al.
12318      Branch: perl
12319            ! Porting/Glossary Porting/config.sh Porting/config_H
12320 ____________________________________________________________________________
12321 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
12322         Log: Add a real scan for pthread_attr_setscope().
12323      Branch: perl
12324            ! Configure config_h.SH ext/threads/threads.xs
12325 ____________________________________________________________________________
12326 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
12327         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
12328      Branch: perl
12329            - lib/ftp.pl
12330            ! MANIFEST
12331 ____________________________________________________________________________
12332 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
12333         Log: Noticed by John P. Linderman.
12334      Branch: perl
12335            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
12336 ____________________________________________________________________________
12337 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
12338         Log: Subject: [PATCH] RE: state of deparse?
12339              From: Robin Barker <Robin.Barker@npl.co.uk>
12340              Date: Fri, 23 May 2003 17:42:37 +0100
12341              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
12342      Branch: perl
12343            ! ext/B/B/Deparse.pm
12344 ____________________________________________________________________________
12345 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
12346         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
12347              From: Robin Barker <Robin.Barker@npl.co.uk>
12348              Date: Fri, 23 May 2003 17:37:09 +0100
12349              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
12350      Branch: perl
12351            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
12352            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
12353 ____________________________________________________________________________
12354 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
12355         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
12356              From: Robin Barker <Robin.Barker@npl.co.uk>
12357              Date: Fri, 23 May 2003 17:32:22 +0100
12358              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
12359      Branch: perl
12360            ! embed.pl perl.h perlio.c perlio.h proto.h
12361 ____________________________________________________________________________
12362 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
12363         Log: Hasty editing, grumble.
12364      Branch: perl
12365            ! ext/POSIX/POSIX.xs
12366 ____________________________________________________________________________
12367 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
12368         Log: Linewrapping MUAs, grumble.
12369      Branch: perl
12370            ! ext/POSIX/POSIX.xs
12371 ____________________________________________________________________________
12372 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
12373         Log: U/WIN extension fix from John P. Linderman.
12374      Branch: perl
12375            ! ext/POSIX/POSIX.xs
12376 ____________________________________________________________________________
12377 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
12378         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
12379              From: Dan Kogai <dankogai@dan.co.jp>
12380              Date: Sat, 24 May 2003 00:15:49 +0900
12381              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
12382      Branch: perl
12383            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
12384            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
12385 ____________________________________________________________________________
12386 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
12387         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
12388              From: Michael G Schwern <schwern@pobox.com> 
12389              Date: Fri, 23 May 2003 02:10:46 -0700 
12390              Message-ID: <20030523091046.GB11662@windhund.schwern.org> 
12391      Branch: perl
12392            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
12393            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
12394            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
12395            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
12396            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
12397            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12398            ! lib/ExtUtils/MakeMaker/FAQ.pod
12399            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
12400            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
12401            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
12402 ____________________________________________________________________________
12403 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
12404         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
12405              From: Dan Kogai <dankogai@dan.co.jp>
12406              Date: Fri, 23 May 2003 20:17:16 +0900
12407              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
12408      Branch: perl
12409            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12410            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
12411            ! ext/Encode/lib/Encode/Encoding.pm
12412            ! ext/PerlIO/encoding/encoding.xs
12413 ____________________________________________________________________________
12414 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
12415         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
12416      Branch: perl
12417            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12418            ! ext/Time/HiRes/HiRes.xs
12419 ____________________________________________________________________________
12420 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
12421         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
12422              From: Dan Kogai <dankogai@dan.co.jp> 
12423              Date: Thu, 22 May 2003 18:46:40 +0900 
12424              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> 
12425      Branch: perl
12426            ! ext/Encode/encoding.pm
12427 ____________________________________________________________________________
12428 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
12429         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
12430              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12431              Date: Tue, 13 May 2003 10:36:32 +0200
12432              Message-id: <20030513083631.GA21782@ethan>
12433      Branch: perl
12434            ! utils/h2xs.PL
12435 ____________________________________________________________________________
12436 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
12437         Log: New warning "Useless localization of %s", based on
12438              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
12439              From: Dave Mitchell <davem@fdgroup.com>
12440              Date: Wed, 30 Apr 2003 21:17:38 +0100
12441              Message-ID: <20030430201738.GA22054@fdgroup.com>
12442              
12443              The proposed patch added this warning in the 'deprecated' category ;
12444              I think this category is for things that exist and will be removed,
12445              rather than for things that don't exist and that will maybe be added.
12446      Branch: perl
12447            ! op.c pod/perldiag.pod t/lib/warnings/op
12448 ____________________________________________________________________________
12449 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
12450         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
12451              disable the loading of .pmc files if defined.
12452              Rename the function S_doopen_pmc to S_doopen_pm.
12453      Branch: perl
12454            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
12455 ____________________________________________________________________________
12456 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
12457         Log: More U/WIN tweaks from John P. Linderman.
12458      Branch: perl
12459            ! t/io/layers.t t/io/tell.t
12460 ____________________________________________________________________________
12461 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
12462         Log: Subject: [PATCH] perldata.pod revamp rev. 3
12463              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
12464              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
12465              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
12466      Branch: perl
12467            ! pod/perldata.pod
12468 ____________________________________________________________________________
12469 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
12470         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
12471              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12472              Date: Mon, 19 May 2003 17:53:25 -0400
12473              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
12474              
12475              (the bug id corrected to be #22231, not #22238)
12476      Branch: perl
12477            ! lib/Switch.pm
12478 ____________________________________________________________________________
12479 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
12480         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
12481      Branch: perl
12482            ! ext/MIME/Base64/Makefile.PL
12483 ____________________________________________________________________________
12484 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
12485         Log: U/WIN test tweak from John P. Linderman.
12486      Branch: perl
12487            ! t/op/chdir.t
12488 ____________________________________________________________________________
12489 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
12490         Log: VMS test tweak from Craig Berry.
12491      Branch: perl
12492            ! lib/DirHandle.t
12493 ____________________________________________________________________________
12494 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
12495         Log: U/WIN test nit for John P. Linderman.
12496      Branch: perl
12497            ! ext/Cwd/t/cwd.t
12498 ____________________________________________________________________________
12499 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
12500         Log: Subject: [Encode] 1.95 released
12501              From: Dan Kogai <dankogai@dan.co.jp>
12502              Date: Wed, 21 May 2003 18:26:26 +0900
12503              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
12504      Branch: perl
12505            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
12506            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
12507            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
12508            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
12509            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
12510            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
12511            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
12512            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
12513            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
12514            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
12515            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
12516            ! ext/Encode/ucm/8859-9.ucm
12517 ____________________________________________________________________________
12518 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
12519         Log: Enhance the failure reporting for the pod2html tests
12520      Branch: perl
12521            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
12522 ____________________________________________________________________________
12523 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
12524         Log: Upgrade to Getopt::Long 2.33
12525              (mostly a version number increment)
12526      Branch: perl
12527            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
12528            ! lib/Getopt/Long/README
12529 ____________________________________________________________________________
12530 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
12531         Log: Upgrade to CPAN 1.70_54
12532              Subject: Re: CPAN.pm into blead
12533              From: Andreas J Koenig <andreas.koenig@anima.de>
12534              Date: Tue, 20 May 2003 11:31:16 +0200
12535              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
12536      Branch: perl
12537            - lib/CPAN/README
12538            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
12539 ____________________________________________________________________________
12540 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
12541         Log: Further -Uuseperlio tweaking.
12542      Branch: perl
12543            ! ext/Encode/t/Unicode.t
12544 ____________________________________________________________________________
12545 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
12546         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
12547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12548              Date: Sun, 18 May 2003 19:21:01 -0700
12549              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
12550              (with tweaks to perldiag.pod)
12551      Branch: perl
12552            ! op.c pod/perldiag.pod
12553 ____________________________________________________________________________
12554 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
12555         Log: More Ultrix double definition avoidance.
12556      Branch: perl
12557            ! ext/Socket/Socket.xs
12558 ____________________________________________________________________________
12559 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
12560         Log: Integrate perlio:
12561              [ 19556]
12562              Fix ticket 18265
12563              
12564              [ 19557]
12565              EINTR retry should exit on count >= 0 not !=0 
12566      Branch: perl
12567           !> perlio.c
12568 ____________________________________________________________________________
12569 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
12570         Log: Nekkid numbers.
12571      Branch: perl
12572            ! ext/threads/threads.xs
12573 ____________________________________________________________________________
12574 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
12575         Log: Meaningless cosmetics.
12576      Branch: perl
12577            ! ext/threads/threads.xs
12578 ____________________________________________________________________________
12579 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
12580         Log: Make Perl_ithread_self() a bit more helpful when
12581              finding the thread fails (suggested by Stas in
12582              perl-ithreads Mar 01)
12583      Branch: perl
12584            ! ext/threads/threads.xs
12585 ____________________________________________________________________________
12586 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
12587         Log: Slightly wrong panic messages.
12588      Branch: perl
12589            ! ext/threads/threads.xs
12590 ____________________________________________________________________________
12591 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
12592         Log: Ultrix: the #19435 helped the IO extension, so this should
12593              help the Socket extension (socket structs redefinitions).
12594      Branch: perl
12595            ! ext/Socket/Socket.xs
12596 ____________________________________________________________________________
12597 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
12598         Log: Based on
12599              
12600              Subject: [PATCH threads.xs] no system scope on VMS
12601              From: "Craig A. Berry" <craigberry@mac.com>
12602              Date: Sun, 18 May 2003 23:02:07 -0500
12603              Message-ID: <3EC8573F.6050005@mac.com>
12604              
12605              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
12606      Branch: perl
12607            ! ext/threads/threads.xs
12608 ____________________________________________________________________________
12609 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
12610         Log: Make the test work without perlio, from Dan Kogai.
12611      Branch: perl
12612            ! ext/Encode/t/Unicode.t
12613 ____________________________________________________________________________
12614 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
12615         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
12616              From: Michael G Schwern <schwern@pobox.com>
12617              Date: Wed, 14 May 2003 15:36:23 -0700
12618              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
12619      Branch: perl
12620            ! pod/perlsyn.pod pod/perltrap.pod
12621 ____________________________________________________________________________
12622 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
12623         Log: Integrate from perlio:
12624              [ 19542]
12625              Fix ticket #22219
12626              
12627              [ 19543]
12628              Spotted a bare close() where PerlLIO_close() seems correct.
12629      Branch: perl
12630           !> doio.c perlio.c
12631 ____________________________________________________________________________
12632 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
12633         Log: UTF-7 tweak from Dan Kogai.
12634      Branch: perl
12635            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
12636 ____________________________________________________________________________
12637 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
12638         Log: The 'quotes' really are important (caught by Enache Adrian).
12639      Branch: perl
12640            ! Makefile.SH
12641 ____________________________________________________________________________
12642 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
12643         Log: Subject: [Encode] UTF-7 Support
12644              From: Dan Kogai <dankogai@dan.co.jp>
12645              Date: Sun, 18 May 2003 00:45:35 +0900
12646              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
12647      Branch: perl
12648            + ext/Encode/lib/Encode/Unicode/UTF7.pm
12649            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
12650            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
12651            ! ext/Encode/lib/Encode/Config.pm
12652            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
12653 ____________________________________________________________________________
12654 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
12655         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
12656              non-left-aligned heredocs.
12657      Branch: perl
12658            ! Makefile.SH
12659 ____________________________________________________________________________
12660 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
12661         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
12662              From: Alan Burlison <Alan.Burlison@sun.com>
12663              Date: Thu, 15 May 2003 22:17:55 +0100
12664              Message-ID: <3EC40403.9000804@sun.com>
12665              
12666              (fixed symbol scanning for Solaris 10)
12667      Branch: perl
12668            ! Configure
12669 ____________________________________________________________________________
12670 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
12671         Log: Upgrade to Getopt::Long 2.32_05
12672      Branch: perl
12673            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
12674            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
12675            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
12676            ! lib/Getopt/Long/t/gol-oo.t
12677 ____________________________________________________________________________
12678 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
12679         Log: Clarify the explanation of the warning "Possible precedence problem
12680              on bitwise operator".
12681      Branch: perl
12682            ! pod/perldiag.pod
12683 ____________________________________________________________________________
12684 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
12685         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
12686              with fractional version numbers or v-strings.
12687      Branch: perl
12688            ! ext/B/B/Deparse.pm
12689 ____________________________________________________________________________
12690 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
12691         Log: missing init in change#19533
12692      Branch: perl
12693            ! win32/win32sck.c
12694 ____________________________________________________________________________
12695 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
12696         Log: apply Net::Ping patch that makes the fork()-based approach
12697              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
12698              
12699              the code this affects is currently not enabled anywhere, but
12700              could be enabled if the non-blocking approach runs into problems
12701              on older windows versions
12702      Branch: perl
12703            ! lib/Net/Ping.pm
12704 ____________________________________________________________________________
12705 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
12706         Log: improve the implementation of Net::Ping on windows by avoiding
12707              fork(), which is pretty heavy-weight for this kind of
12708              application; use non-blocking sockets instead
12709              
12710              has been verified to work on Win2k but will need testing on
12711              other flavors of windows
12712              
12713              there is a single known failure on windows in 450_service.t (test 18)
12714              due to what appears to be bugs in the ping_syn()/ack() code
12715      Branch: perl
12716            ! lib/Net/Ping.pm
12717 ____________________________________________________________________________
12718 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
12719         Log: change#16723 broke the ioctl() return value on platforms 
12720              that have ioctl() but no fcntl() (e.g. windows)
12721              
12722              change#17577 then attempted to fix the bustage, but got
12723              it wrong
12724      Branch: perl
12725            ! pp_sys.c
12726 ____________________________________________________________________________
12727 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
12728         Log: avoid select() on windows destroying errno (used to typically
12729              always sets it to EINVAL due to the way it maps the FD_SETs)
12730      Branch: perl
12731            ! win32/win32sck.c
12732 ____________________________________________________________________________
12733 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
12734         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
12735              compile error on ia64/HP-UX (comparing incompatible pointers)"
12736              plus a possible cure for the warning mentioned in the case.
12737      Branch: perl
12738            ! ext/Storable/Storable.xs
12739 ____________________________________________________________________________
12740 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
12741         Log: Apply the supplied patch for [perl #22195]
12742              "File::Find, sorted directory traversal order is inverted"
12743      Branch: perl
12744            ! lib/File/Find.pm
12745 ____________________________________________________________________________
12746 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
12747         Log: Subject: [PATCH] RE: maint snapshot @ 19525
12748              From: Robin Barker <Robin.Barker@npl.co.uk>
12749              Date: Fri, 16 May 2003 17:16:57 +0100
12750              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
12751              
12752              (Part #2: the hv.c SVf)
12753      Branch: perl
12754            ! hv.c
12755 ____________________________________________________________________________
12756 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
12757         Log: Subject: [PATCH] RE: maint snapshot @ 19525
12758              From: Robin Barker <Robin.Barker@npl.co.uk>
12759              Date: Fri, 16 May 2003 17:16:57 +0100
12760              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
12761              
12762              (Part #1: the __format__ and __printf__)
12763      Branch: perl
12764            ! Configure embed.pl perlio.c proto.h
12765 ____________________________________________________________________________
12766 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
12767         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
12768              From: Gisle Aas <gisle@ActiveState.com>
12769              Date: 13 May 2003 19:51:19 -0700
12770              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
12771      Branch: perl
12772            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12773            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
12774            ! ext/MIME/Base64/t/quoted-print.t
12775 ____________________________________________________________________________
12776 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
12777         Log: More Panther moves.
12778      Branch: perl
12779            ! Makefile.SH hints/darwin.sh
12780 ____________________________________________________________________________
12781 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
12782         Log: Curliff and liff with ease.
12783      Branch: perl
12784            + Porting/curliff.pl
12785            ! MANIFEST
12786 ____________________________________________________________________________
12787 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
12788         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
12789      Branch: perl
12790            ! Porting/sort_perldiag.pl
12791 ____________________________________________________________________________
12792 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
12793         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
12794              From: Casey West <casey@geeknest.com>
12795              Date: Fri, 9 May 2003 04:00:44 -0400
12796              Message-ID: <20030509080044.GA49820@geeknest.com>
12797              
12798              (except for the dup.t patch which diddled with system().)
12799      Branch: perl
12800            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
12801            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
12802            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
12803            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12804            ! win32/config_H.vc64 wince/config_H.ce
12805 ____________________________________________________________________________
12806 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
12807         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
12808              From: Gisle Aas <gisle@ActiveState.com>
12809              Date: 13 May 2003 09:59:50 -0700
12810              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
12811      Branch: perl
12812            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12813            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
12814            ! ext/MIME/Base64/t/quoted-print.t
12815 ____________________________________________________________________________
12816 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
12817         Log: Subject: [PATCH] More perldiag.pod sorting
12818              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
12819              Date: Tue, 13 May 2003 15:13:53 -0400
12820              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
12821              
12822              (plus add 'no locale;')
12823      Branch: perl
12824            + Porting/sort_perldiag.pl
12825            ! MANIFEST pod/perldiag.pod
12826 ____________________________________________________________________________
12827 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
12828         Log: Detypo.
12829      Branch: perl
12830            ! lib/Unicode/UCD.pm
12831 ____________________________________________________________________________
12832 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
12833         Log: make it easier to reproduce the bug
12834      Branch: perl
12835            ! lib/Tie/File.pm
12836 ____________________________________________________________________________
12837 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
12838         Log: the \do {local *FH} trick in Tie::File was really only needed
12839              on 5.005 and earlier, since later versions can autovivify
12840              the handle
12841              
12842              however, a search in the p5p archives reveals the trick doesn't
12843              fully work in the versions it is needed in, so use the more
12844              standard Symbol::gensym() way
12845      Branch: perl
12846            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
12847 ____________________________________________________________________________
12848 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
12849         Log: $Config{usethreads} wasn't being set on windows
12850      Branch: perl
12851            ! win32/Makefile win32/makefile.mk
12852 ____________________________________________________________________________
12853 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
12854         Log: Reinstate the #19498 but now skip the crashing
12855              tests (when threaded) as TODOs.
12856      Branch: perl
12857            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
12858 ____________________________________________________________________________
12859 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
12860         Log: Revert #19498 since it broke threaded builds.
12861      Branch: perl
12862            ! lib/Tie/File.pm
12863 ____________________________________________________________________________
12864 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
12865         Log: Better be explicit with dangling elses.
12866      Branch: perl
12867            ! pp.c
12868 ____________________________________________________________________________
12869 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
12870         Log: Detypo Pantherisms.
12871      Branch: perl
12872            ! Makefile.SH hints/darwin.sh
12873 ____________________________________________________________________________
12874 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
12875         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
12876              From: Alex Vandiver <alexmv@MIT.EDU>
12877              Date: 02 May 2003 06:45:05 -0400
12878              Message-Id: <1051872303.26203.104.camel@supox>
12879              (plus perldiag nit)
12880      Branch: perl
12881            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
12882            ! t/comp/package.t
12883 ____________________________________________________________________________
12884 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
12885         Log: Small nit in perlsyn about the new // operator
12886      Branch: perl
12887            ! pod/perlsyn.pod
12888 ____________________________________________________________________________
12889 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
12890         Log: Use a more sophisticated heuristics to produce the warning
12891              'Parentheses missing around "%s" list'. This fixes bug #22147.
12892              Also, the warning is now produced for C<local *a,*b;>.
12893      Branch: perl
12894            ! op.c t/lib/warnings/op
12895 ____________________________________________________________________________
12896 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
12897         Log: Work also without perlio.
12898      Branch: perl
12899            ! t/io/dup.t
12900 ____________________________________________________________________________
12901 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
12902         Log: Panther preparation.
12903      Branch: perl
12904            ! Makefile.SH hints/darwin.sh
12905 ____________________________________________________________________________
12906 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
12907         Log: More moves to intrpvar.h.
12908      Branch: perl
12909            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
12910 ____________________________________________________________________________
12911 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
12912         Log: fix for Tie::File test failures on windows: the problem was
12913              that Tie::File did not close any file handles it opens internally,
12914              leading to file handle leaks and t/tf* temporary file littering;
12915              we now close the handle iff Tie::File opened it
12916              
12917              this fix unearths what appears to be a perl bug in localizing globs:
12918              09_gen_rs.t fails due to a prematurely closed filehandle, although
12919              it wasn't explicitly closed anywhere by the code (renaming the
12920              *FH at line 97 to *FH1 makes it work, but I haven't done this
12921              to allow the bug to be tracked down)
12922      Branch: perl
12923            ! lib/Tie/File.pm
12924 ____________________________________________________________________________
12925 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
12926         Log: Move the thread *hook into interpreter.
12927      Branch: perl
12928            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
12929 ____________________________________________________________________________
12930 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
12931         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
12932              From: Dave Mitchell <davem@fdgroup.com>
12933              Date: Sat, 10 May 2003 01:45:23 +0100
12934              Message-ID: <20030510004523.GC20871@fdgroup.com>
12935      Branch: perl
12936            ! pp_ctl.c
12937 ____________________________________________________________________________
12938 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
12939         Log: Open UNIX is not really "formerly Unixware", since the most
12940              recent releases are known as Unixware, not as Open UNIX.
12941      Branch: perl
12942            ! pod/perlport.pod
12943 ____________________________________________________________________________
12944 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
12945         Log: Slight tweaks to the platform list.
12946      Branch: perl
12947            ! pod/perlport.pod
12948 ____________________________________________________________________________
12949 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
12950         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
12951              From: Casey West <casey@geeknest.com>
12952              Date: Fri, 9 May 2003 10:30:13 -0400
12953              Message-ID: <20030509143013.GM49820@geeknest.com>
12954      Branch: perl
12955            ! pod/perlop.pod
12956 ____________________________________________________________________________
12957 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
12958         Log: perlport.pod nit for doc bug #8253.
12959      Branch: perl
12960            ! pod/perlport.pod
12961 ____________________________________________________________________________
12962 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
12963         Log: Use test.pl.
12964      Branch: perl
12965            ! t/io/fflush.t
12966 ____________________________________________________________________________
12967 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
12968         Log: Try to handle a $^X with spaces in it.
12969      Branch: perl
12970            ! t/test.pl
12971 ____________________________________________________________________________
12972 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
12973         Log: Separate the creation of the command to run by
12974              runperl() into its own function, _create_runperl().
12975      Branch: perl
12976            ! t/test.pl
12977 ____________________________________________________________________________
12978 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
12979         Log: Fixup the method behaviour table.
12980      Branch: perl
12981            ! pod/perliol.pod
12982 ____________________________________________________________________________
12983 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
12984         Log: Integrate from perlio:
12985              [ 19474]
12986              Tweaks to Jarkko's NULL deref checks in perlio.c
12987              
12988              [ 19475]
12989              Fix for bugs 21717 and 22140.
12990              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
12991              and derived layers. So have :unix's "pushed" method stat() the fd and 
12992              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 
12993              UNIX behaviour.
12994              
12995              [ 19479]
12996              Better but still unproven fix for lseek() on pipes.
12997              
12998              [ 19483]
12999              Unused variable
13000              
13001              [ 19485]
13002              Tests to prove Ticket 9468 is fixed.
13003              
13004              [ 19486]
13005              add test for change#19475,19479 (bugs#21717,22140)
13006      Branch: perl
13007           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
13008           !> t/io/fflush.t
13009 ____________________________________________________________________________
13010 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
13011         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
13012              in terms of an exported function rather than as an inlined
13013              macro (latter wants PL_op_mutex which isn't exported as such)
13014              
13015              Jarkko: please merge into maint-5.8
13016      Branch: perl
13017            ! dosish.h makedef.pl win32/win32.c win32/win32.h
13018 ____________________________________________________________________________
13019 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
13020         Log: Test _getcode().
13021      Branch: perl
13022            ! lib/Unicode/UCD.t
13023 ____________________________________________________________________________
13024 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
13025         Log: Clarify the doc (and the code) for Unicode code points.
13026      Branch: perl
13027            ! lib/Unicode/UCD.pm
13028 ____________________________________________________________________________
13029 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
13030         Log: Another doc suggestion from terry@eatoni.com (terry jones):
13031              use codepoints that return undef.
13032      Branch: perl
13033            ! lib/Unicode/UCD.pm
13034 ____________________________________________________________________________
13035 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
13036         Log: Add Encode's META.yml.
13037      Branch: perl
13038            + ext/Encode/META.yml
13039            ! MANIFEST
13040 ____________________________________________________________________________
13041 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
13042         Log: Upgrade to Encode 1.94.
13043      Branch: perl
13044            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
13045            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
13046            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
13047            ! ext/Encode/t/mime-header.t
13048 ____________________________________________________________________________
13049 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
13050         Log: Doc bug noticed by terry@eatoni.com (terry jones).
13051      Branch: perl
13052            ! lib/Unicode/UCD.pm
13053 ____________________________________________________________________________
13054 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
13055         Log: Try to plug more potential PerlIO NULL method
13056              dereferences; try to document the matter.
13057      Branch: perl
13058            ! perlio.c pod/perliol.pod
13059 ____________________________________________________________________________
13060 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
13061         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
13062      Branch: perl
13063            ! perlio.c
13064 ____________________________________________________________________________
13065 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
13066         Log: In eof() the errno can get stomped by the peek-ahead.
13067      Branch: perl
13068            ! doio.c ext/Socket/socketpair.t
13069 ____________________________________________________________________________
13070 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
13071         Log: A regression test for the remaining "Final $ should be..." error.
13072      Branch: perl
13073            ! t/comp/parser.t
13074 ____________________________________________________________________________
13075 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
13076         Log: Remove the error messages "Final @ should be \@ or @name"
13077              and "Final % should be \% or %name", that appear to be
13078              only produced in addition to another syntax error, and therefore
13079              misleading, if I understand correctly that kind of black magic.
13080      Branch: perl
13081            ! pod/perldiag.pod toke.c
13082 ____________________________________________________________________________
13083 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
13084         Log: Have to think this test more when I'm awake.
13085      Branch: perl
13086            ! ext/Socket/socketpair.t
13087 ____________________________________________________________________________
13088 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
13089         Log: Document that perl tries to load .pmc files before .pm files.
13090              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
13091              From: Casey West <casey@geeknest.com>
13092              Date: Fri, 9 May 2003 17:03:50 -0400
13093              Message-ID: <20030509210350.GW49820@geeknest.com>
13094      Branch: perl
13095            ! pod/perlfunc.pod
13096 ____________________________________________________________________________
13097 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
13098         Log: Fix for doc bug #8602 : clarify eof() example comments
13099      Branch: perl
13100            ! pod/perlfunc.pod
13101 ____________________________________________________________________________
13102 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
13103         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
13104              From: Casey West <casey@geeknest.com>
13105              Date: Fri, 9 May 2003 11:09:39 -0400
13106              Message-ID: <20030509150939.GN49820@geeknest.com>
13107      Branch: perl
13108            ! pod/perltrap.pod
13109 ____________________________________________________________________________
13110 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
13111         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
13112              From: Casey West <casey@geeknest.com>
13113              Date: Fri, 9 May 2003 15:25:59 -0400
13114              Message-ID: <20030509192559.GS49820@geeknest.com>
13115      Branch: perl
13116            ! pod/perlfunc.pod
13117 ____________________________________________________________________________
13118 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
13119         Log: Try to comprehensively have a plan B if a PerlIO
13120              layer doesn't have a particular function.
13121              (1) If there's a corresponding PerlIOBase, call it.
13122              (2) If not having the function is 'harmless', be silently happy.
13123              (Currently only Flush is in this category.)
13124              (3) Otherwise set errno and return failure.
13125      Branch: perl
13126            ! perlio.c
13127 ____________________________________________________________________________
13128 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
13129         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
13130              From: Casey West <casey@geeknest.com>
13131              Date: Fri, 9 May 2003 11:17:53 -0400
13132              Message-ID: <20030509151753.GO49820@geeknest.com>
13133      Branch: perl
13134            ! pod/perltrap.pod
13135 ____________________________________________________________________________
13136 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
13137         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
13138      Branch: perl
13139            ! makedef.pl
13140 ____________________________________________________________________________
13141 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
13142         Log: Result of change #19458.
13143      Branch: perl
13144            ! MANIFEST
13145 ____________________________________________________________________________
13146 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
13147         Log: Subject: Weekend fun: MANIFEST sorting
13148              From: andreas.koenig@anima.de (Andreas J. Koenig)
13149              Date: Fri, 09 May 2003 15:12:05 +0200
13150              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
13151              
13152              (both sorts need LC_ALL=C)
13153              (add also manicheck target)
13154      Branch: perl
13155            ! Makefile.SH
13156 ____________________________________________________________________________
13157 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
13158         Log: Better skip this test on OpenBSD and BSD/OS since it
13159              does not seem to work (Slaven Rezic).
13160      Branch: perl
13161            ! lib/filetest.t
13162 ____________________________________________________________________________
13163 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
13164         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
13165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13166              Date: Wed, 07 May 2003 23:37:47 -0700
13167              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
13168      Branch: perl
13169            ! pod/perlfunc.pod
13170 ____________________________________________________________________________
13171 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
13172         Log: Missing files.
13173      Branch: perl
13174            ! MANIFEST
13175 ____________________________________________________________________________
13176 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
13177         Log: Suppress a few compilation warnings in pp_hot.c.
13178      Branch: perl
13179            ! pp_hot.c
13180 ____________________________________________________________________________
13181 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
13182         Log: Remove duplicate entries from perldiag
13183      Branch: perl
13184            ! pod/perldiag.pod
13185 ____________________________________________________________________________
13186 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
13187         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
13188              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13189              Date: Wed, 07 May 2003 15:27:07 -0700
13190              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
13191      Branch: perl
13192            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
13193            ! pp_hot.c t/op/magic.t
13194 ____________________________________________________________________________
13195 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
13196         Log: Tiny nit from mjd.
13197      Branch: perl
13198            ! lib/Tie/File.pm
13199 ____________________________________________________________________________
13200 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
13201         Log: Upgrade to Tie::File 0.95.
13202      Branch: perl
13203            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
13204            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
13205            + lib/Tie/File/t/42_offset.t
13206            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13207            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13208            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
13209            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
13210            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
13211            ! lib/Tie/File/t/30_defer.t
13212 ____________________________________________________________________________
13213 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
13214         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
13215              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
13216              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
13217              Date: 8 May 2003 00:42:18 -0000
13218      Branch: perl
13219            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13220            ! ext/Time/HiRes/Makefile.PL
13221 ____________________________________________________________________________
13222 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
13223         Log: Subject: [PATCH] alphabetize perldiag.pod
13224              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13225              Date: Thu, 8 May 2003 11:52:39 -0400
13226              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
13227      Branch: perl
13228            ! pod/perldiag.pod
13229 ____________________________________________________________________________
13230 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
13231         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
13232              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
13233              Date: Thu, 08 May 2003 08:42:20 +0200
13234              Message-id: <20030508064220.GA763@ethan>
13235      Branch: perl
13236            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13237            ! ext/Devel/PPPort/t/test.t
13238 ____________________________________________________________________________
13239 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
13240         Log: A variant of
13241              
13242              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
13243              From: enache@rdslink.ro (Enache Adrian)
13244              Date: Tue, 22 Apr 2003 02:54:05 +0300
13245              Message-ID: <20030421235405.GA1162@ratsnest.hole>
13246              
13247              to quench the black smoke from the BSD builds.
13248      Branch: perl
13249            ! lib/ExtUtils/MM_Unix.pm
13250 ____________________________________________________________________________
13251 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
13252         Log: Subject: Re: [DOC PATCH] & More File::Path issues
13253              From: Casey West <casey@geeknest.com>
13254              Date: Mon, 5 May 2003 13:25:47 -0400
13255              Message-ID: <20030505172547.GB20508@geeknest.com>
13256      Branch: perl
13257            ! lib/File/Path.pm
13258 ____________________________________________________________________________
13259 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
13260         Log: Spelling correction from Nicholas Clark.
13261      Branch: perl
13262            ! ext/POSIX/POSIX.pod
13263 ____________________________________________________________________________
13264 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
13265         Log: One more possible extensions permutation.
13266      Branch: perl
13267            ! Configure
13268 ____________________________________________________________________________
13269 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
13270         Log: Allow platforms to manipulate their archname by creating
13271              a archname.cbu in their hints files.
13272      Branch: perl
13273            ! Configure
13274 ____________________________________________________________________________
13275 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
13276         Log: More long double logic from Alan Burlison.
13277      Branch: perl
13278            ! Configure
13279 ____________________________________________________________________________
13280 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
13281         Log: Worth a try for [perl #17146]
13282      Branch: perl
13283            ! ext/IO/poll.c
13284 ____________________________________________________________________________
13285 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
13286         Log: Document which interfaces are NOT Unicode-aware.
13287      Branch: perl
13288            ! pod/perltodo.pod pod/perlunicode.pod
13289 ____________________________________________________________________________
13290 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
13291         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
13292              From: Casey West <casey@geeknest.com>
13293              Date: Mon, 28 Apr 2003 11:07:36 -0400
13294              Message-ID: <20030428150736.GD62281@geeknest.com>
13295      Branch: perl
13296            ! pod/perlfilter.pod
13297 ____________________________________________________________________________
13298 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
13299         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
13300              From: Enache Adrian <enache@rdslink.ro>
13301              Date: Fri, 28 Mar 2003 23:53:09 +0200
13302              Message-ID: <20030328215309.GA6413@ratsnest.hole>
13303              (with minor tweaks)
13304      Branch: perl
13305            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
13306 ____________________________________________________________________________
13307 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
13308         Log: Fix doc bug #22067, noticed by Mark Knutsen
13309      Branch: perl
13310            ! pod/perlfunc.pod
13311 ____________________________________________________________________________
13312 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
13313         Log: Fix : the svr5 hints file doesn't propagate libswanted with
13314              threads enabled. Now threads are OK on OpenUNIX 8, except a
13315              mysterious failure in ext/POSIX/t/sigaction.t.
13316      Branch: perl
13317            ! hints/svr5.sh
13318 ____________________________________________________________________________
13319 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
13320         Log: Snip away the perlunicode slowness demo since the new
13321              caching scheme should help things a bit.
13322      Branch: perl
13323            ! pod/perlunicode.pod
13324 ____________________________________________________________________________
13325 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
13326         Log: Subject: Re: Minor change to strict.pm. Who? How?
13327              From: Adam Kennedy <adam@ali.as>
13328              Date: Wed, 30 Apr 2003 00:02:40 +1000
13329              Message-ID: <3EAE8600.2000806@ali.as>
13330              
13331              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
13332              From: Michael G Schwern <schwern@pobox.com>
13333              Date: Tue, 29 Apr 2003 12:26:32 -0700
13334              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
13335      Branch: perl
13336            ! lib/strict.pm
13337 ____________________________________________________________________________
13338 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
13339         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
13340              From: "Jos I.Boumans" <kane@dwim.org>
13341              Date: 30 Apr 2003 09:45:16 -0000
13342              Message-ID: <20030430114513165+0200@nntp.perl.org>
13343      Branch: perl
13344            ! lib/File/Path.pm
13345 ____________________________________________________________________________
13346 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
13347         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
13348              From: Michael G Schwern <schwern@pobox.com>
13349              Date: Sat, 3 May 2003 15:30:16 -0700
13350              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
13351      Branch: perl
13352            ! pod/perlmod.pod
13353 ____________________________________________________________________________
13354 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
13355         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
13356              From: Dave Mitchell <davem@fdgroup.com>
13357              Date: Thu, 1 May 2003 21:06:57 +0100
13358              Message-ID: <20030501200657.GA25456@fdgroup.com>
13359      Branch: perl
13360            ! hv.c t/op/undef.t
13361 ____________________________________________________________________________
13362 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
13363         Log: Subject: Re: hv.c patch - pathological hashes too easy
13364              From: "Tye McQueen" <tye@metronet.com>
13365              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
13366              Message-Id: <200305011834.h41IYoE08503@metronet.com>
13367      Branch: perl
13368            ! hv.c
13369 ____________________________________________________________________________
13370 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
13371         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
13372              From: Casey West <casey@geeknest.com>
13373              Date: Tue, 29 Apr 2003 16:14:20 -0400
13374              Message-ID: <20030429201420.GT62281@geeknest.com>
13375      Branch: perl
13376            ! pod/perlrequick.pod
13377 ____________________________________________________________________________
13378 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
13379         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
13380              From: Slaven Rezic <slaven@rezic.de>
13381              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
13382              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
13383      Branch: perl
13384            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
13385 ____________________________________________________________________________
13386 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
13387         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
13388              From: Steve Hay <steve.hay@uk.radan.com>
13389              Date: Wed, 30 Apr 2003 09:52:30 +0100
13390              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
13391      Branch: perl
13392            ! utils/h2xs.PL
13393 ____________________________________________________________________________
13394 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
13395         Log: Reintroduce the mention of the fact that the Artistic/GPL
13396              also are Perl's own licenses.
13397      Branch: perl
13398            ! pod/perlartistic.pod pod/perlgpl.pod
13399 ____________________________________________________________________________
13400 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
13401         Log: Switch the new perlio way of opening anonymous temporary files
13402              open my $fh, '+>', undef
13403              to using File::Temp.  Test it, and test also the "accidental
13404              feature" of +< working the same way.
13405              This should address [perl #21937].
13406      Branch: perl
13407            + ext/PerlIO/t/open.t
13408            ! MANIFEST perlio.c pod/perlfunc.pod
13409 ____________________________________________________________________________
13410 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
13411         Log: perlartistic and perlgpl reformatting from Sean Burke.
13412      Branch: perl
13413            ! pod/perlartistic.pod pod/perlgpl.pod
13414 ____________________________________________________________________________
13415 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
13416         Log: pack/unpack fixes from Wolfgang Laun:
13417              - fix bug in UNICOS (where SIZE16 != sizeof(short))
13418              - introduce and use new internal pack/unpack API
13419              (packlist, unpackstring)
13420              that does away with the unused arguments in the old API
13421              (pack_cat, unpack_str).
13422      Branch: perl
13423            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
13424 ____________________________________________________________________________
13425 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
13426         Log: Subject: [PATCH] Embed.t flushing problem
13427              From: "Craig A. Berry" <craigberry@mac.com>
13428              Date: Sun, 04 May 2003 16:25:38 -0500
13429              Message-ID: <3EB58552.2070207@mac.com>
13430      Branch: perl
13431            ! lib/ExtUtils/t/Embed.t
13432 ____________________________________________________________________________
13433 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
13434         Log: Doc nit from mjd.
13435      Branch: perl
13436            ! ext/DB_File/DB_File.pm
13437 ____________________________________________________________________________
13438 [ 19413] By: ams                                   on 2003/05/05  04:03:10
13439         Log: None of that "our" stuff here, please.
13440      Branch: perl
13441            ! ext/Storable/t/tied.t
13442 ____________________________________________________________________________
13443 [ 19412] By: ams                                   on 2003/05/05  03:57:06
13444         Log: Oops. More Storable 2.07 preparations.
13445      Branch: perl
13446            ! ext/Storable/README ext/Storable/Storable.pm
13447 ____________________________________________________________________________
13448 [ 19411] By: ams                                   on 2003/05/05  03:53:44
13449         Log: Update changelog for 2.07 release.
13450      Branch: perl
13451            ! ext/Storable/ChangeLog
13452 ____________________________________________________________________________
13453 [ 19410] By: ams                                   on 2003/05/05  03:31:36
13454         Log: Update Changes.
13455      Branch: perl
13456            ! Changes
13457 ____________________________________________________________________________
13458 [ 19409] By: ams                                   on 2003/05/05  03:21:41
13459         Log: Subject: Re: Bug in Storable???
13460              From: Slaven Rezic <slaven@rezic.de>
13461              Date: 04 May 2003 18:00:40 +0200
13462              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
13463      Branch: perl
13464            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
13465 ____________________________________________________________________________
13466 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
13467         Log: This way reads a bit better with pod2man.
13468      Branch: perl
13469            ! pod/perlartistic.pod pod/perlgpl.pod
13470 ____________________________________________________________________________
13471 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
13472         Log: Integrate from maint:
13473              [ 18568]
13474              Add the POSIX::sigaction() trick by Slaven Rezic
13475              for [perl #17341].
13476      Branch: perl
13477           !> pod/perlfunc.pod pod/perlipc.pod
13478 ____________________________________________________________________________
13479 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
13480         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
13481              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
13482              the perlartistic is a straightforward podification.
13483      Branch: perl
13484            + pod/perlartistic.pod pod/perlgpl.pod
13485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
13486            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
13487 ____________________________________________________________________________
13488 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
13489         Log: Doesn't make any difference for the test but is more logical.
13490      Branch: perl
13491            ! t/lib/Devel/switchd.pm
13492 ____________________________________________________________________________
13493 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
13494         Log: Plagued by thinkos tonight.
13495      Branch: perl
13496            ! lib/filetest.t
13497 ____________________________________________________________________________
13498 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
13499         Log: Must skip more.
13500      Branch: perl
13501            ! lib/filetest.t
13502 ____________________________________________________________________________
13503 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
13504         Log: Subject: Re: Does filetest work at all?
13505              From: Slaven Rezic <slaven@rezic.de>
13506              Date: 03 May 2003 18:26:49 +0200
13507              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
13508      Branch: perl
13509            ! lib/filetest.t pp_sys.c
13510 ____________________________________________________________________________
13511 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
13512         Log: Extra tweakage from Rafael for #19392.
13513      Branch: perl
13514            ! ext/B/B/Concise.pm lib/filetest.pm
13515 ____________________________________________________________________________
13516 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
13517         Log: Salvage 'use filetest "access"' from compiletime to runtime.
13518      Branch: perl
13519            ! dump.c op.c op.h pp_sys.c
13520 ____________________________________________________________________________
13521 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
13522         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
13523              the Unicode character database to 4.0.0.)
13524      Branch: perl
13525            + lib/unicore/HangulSyllableType.txt
13526            + lib/unicore/NormalizationCorrections.txt
13527            + lib/unicore/StandardizedVariants.txt
13528            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
13529            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
13530            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
13531            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
13532            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
13533            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
13534            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
13535            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
13536            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
13537            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
13538            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
13539            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
13540            ! (edit 129 files)
13541 ____________________________________________________________________________
13542 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
13543         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
13544              the fp offset, which was quite a big larger than the input file,
13545              which meant that the SvGROW tried to grow the file to about
13546              2**64-2**20, which made safesysrealloc() to understandably
13547              croak (in argv.t).
13548      Branch: perl
13549            ! sv.c
13550 ____________________________________________________________________________
13551 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
13552         Log: Regen Configure (no changes but that's fine).
13553      Branch: perl
13554            ! Configure
13555 ____________________________________________________________________________
13556 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
13557         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
13558              From: Andy Dougherty <doughera@lafayette.edu>
13559              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
13560              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
13561      Branch: perl
13562            ! Configure
13563 ____________________________________________________________________________
13564 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
13565         Log: Subject: [PATCH] OpenUNIX 8 support
13566              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13567              Date: Fri, 2 May 2003 12:12:08 +0200
13568              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
13569      Branch: perl
13570            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
13571 ____________________________________________________________________________
13572 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
13573         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
13574              From: Abe Timmerman <abe@ztreet.demon.nl>
13575              Date: Fri, 2 May 2003 00:51:42 +0200
13576              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
13577      Branch: perl
13578            ! win32/win32.c
13579 ____________________________________________________________________________
13580 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
13581         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
13582              From: Abe Timmerman <abe@ztreet.demon.nl>
13583              Date: Thu, 1 May 2003 18:34:35 +0200
13584              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
13585      Branch: perl
13586            ! win32/win32.h
13587 ____________________________________________________________________________
13588 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
13589         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
13590              From: Michael G Schwern <schwern@pobox.com>
13591              Date: Wed, 30 Apr 2003 18:19:32 -0700
13592              Message-ID: <20030501011932.GM701@windhund.schwern.org>
13593      Branch: perl
13594            ! ext/POSIX/POSIX.pod
13595 ____________________________________________________________________________
13596 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
13597         Log: Forgot to check in the -d: file.
13598      Branch: perl
13599            + t/lib/Devel/switchd.pm
13600            ! MANIFEST t/run/switchd.t
13601 ____________________________________________________________________________
13602 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
13603         Log: Solaris: make -Duse64bitall'ed to have an archname of
13604              sun4-solaris-64, from Alan Burlison.  (The default is to not
13605              to suffix anything with -Duse64bitall if longs are 64 bit.
13606              This may lead into confusion and much sorrow if 32-bit binaries
13607              and 64-bit binaries are installed under the same directories.
13608              Why is "-64" or something like that the default?  Well, there
13609              are platforms where 64 bits really is the default default.
13610              There adding a "-64" would be kind of odd.  Better to let
13611              each 64-bit capable platform to choose their archnames.)
13612      Branch: perl
13613            ! hints/solaris_2.sh
13614 ____________________________________________________________________________
13615 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
13616         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
13617              by change #18589 (it was broken by change #9754); add test case.
13618      Branch: perl
13619            + t/run/switchd.t
13620            ! MANIFEST
13621 ____________________________________________________________________________
13622 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
13623         Log: great_circle_direction() was broken,
13624              reported by Alexander Becher.
13625      Branch: perl
13626            ! lib/Math/Trig.pm lib/Math/Trig.t
13627 ____________________________________________________________________________
13628 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
13629         Log: OS X: could not -Doptimize=-g.
13630      Branch: perl
13631            ! hints/darwin.sh
13632 ____________________________________________________________________________
13633 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
13634         Log: OS X test tweak.
13635      Branch: perl
13636            ! ext/Cwd/t/cwd.t
13637 ____________________________________________________________________________
13638 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
13639         Log: Subject: [PATCH] RE: perl@19333
13640              From: Robin Barker <Robin.Barker@npl.co.uk>
13641              Date: Tue, 29 Apr 2003 17:30:23 +0100
13642              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
13643      Branch: perl
13644            ! embed.pl pp_hot.c pp_pack.c proto.h
13645 ____________________________________________________________________________
13646 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
13647         Log: miniperl cannot handle layers.t.
13648      Branch: perl
13649            ! t/io/layers.t
13650 ____________________________________________________________________________
13651 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
13652         Log: The solution in change #19363 was too unportable.
13653      Branch: perl
13654            ! t/io/openpid.t
13655 ____________________________________________________________________________
13656 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
13657         Log: perlreftut updates from mjd.
13658      Branch: perl
13659            ! pod/perlreftut.pod
13660 ____________________________________________________________________________
13661 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
13662         Log: z/OS: More threaded build tweaks from Brian De Pradine--
13663              apparently now it works!
13664      Branch: perl
13665            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
13666 ____________________________________________________________________________
13667 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
13668         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
13669              From: Enache Adrian <enache@rdslink.ro>
13670              Date: Sat, 19 Apr 2003 01:41:07 +0300
13671              Message-ID: <20030418224107.GA2751@ratsnest.hole>
13672      Branch: perl
13673            ! t/comp/parser.t toke.c
13674 ____________________________________________________________________________
13675 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
13676         Log: If it's S_, it should be STATIC.
13677      Branch: perl
13678            ! embed.fnc embed.h numeric.c proto.h
13679 ____________________________________________________________________________
13680 [ 19365] By: sky                                   on 2003/04/28  16:30:03
13681         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
13682              From: Casey West <casey@geeknest.com>
13683              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
13684              Message-Id: <20030428140005.GC62281@geeknest.com>
13685      Branch: perl
13686            ! pod/perlop.pod
13687 ____________________________________________________________________________
13688 [ 19364] By: sky                                   on 2003/04/28  16:20:43
13689         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
13690              From: Casey West <casey@geeknest.com>
13691              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
13692              Message-Id: <20030428172206.GK62281@geeknest.com>
13693      Branch: perl
13694            ! pod/perlop.pod
13695 ____________________________________________________________________________
13696 [ 19363] By: sky                                   on 2003/04/28  15:32:35
13697         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
13698              open.
13699      Branch: perl
13700            ! t/io/openpid.t
13701 ____________________________________________________________________________
13702 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
13703         Log: Feel-good cleanup.
13704      Branch: perl
13705            ! intrpvar.h sv.c
13706 ____________________________________________________________________________
13707 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
13708         Log: SysV msg queues can be something hanging (witnessed in IRIX),
13709              so let's use IPC_NOWAIT.
13710      Branch: perl
13711            ! ext/IPC/SysV/t/msg.t t/op/taint.t
13712 ____________________________________________________________________________
13713 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
13714         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
13715              when returning an int can either return the error in the return
13716              value or in the errno.  We need a new per-interp variable to store
13717              the return value instead of clobbering the errno with it.  The new
13718              variable, PL_reentrant_retint, is only used within the reentrancy
13719              framework, and immediately after it's set, so there should not be
13720              similar visibility issues as for the errno.  Spotted by Edward Moy.
13721      Branch: perl
13722            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
13723 ____________________________________________________________________________
13724 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
13725         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
13726              Check errno to see if the call to nice(2) succeeded.
13727              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
13728              From: Enache Adrian <enache@rdslink.ro>
13729              Date: Wed, 23 Apr 2003 22:48:20 +0300
13730              Message-ID: <20030423194820.GA874@ratsnest.hole>
13731      Branch: perl
13732            ! ext/POSIX/POSIX.xs
13733 ____________________________________________________________________________
13734 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
13735         Log: Document a faint compilation noise.
13736      Branch: perl
13737            ! README.aix
13738 ____________________________________________________________________________
13739 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
13740         Log: $[ clarifications.
13741      Branch: perl
13742            ! pod/perlvar.pod
13743 ____________________________________________________________________________
13744 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
13745         Log: utime() doc clarifications
13746              based on :
13747              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
13748              From: Casey West <casey@geeknest.com>
13749              Date: Fri, 25 Apr 2003 08:00:54 -0400
13750              Message-ID: <20030425120054.GQ34510@geeknest.com>
13751      Branch: perl
13752            ! pod/perlfunc.pod
13753 ____________________________________________________________________________
13754 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
13755         Log: Add a test case for [perl #15288] (already solved).
13756      Branch: perl
13757            ! t/op/pack.t
13758 ____________________________________________________________________________
13759 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
13760         Log: Add Dave Mitchell's test case for fields.
13761      Branch: perl
13762            ! lib/fields.t
13763 ____________________________________________________________________________
13764 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
13765         Log: Subject: [PATCH] VMS::Stdio test tweak
13766              From: "Craig A. Berry" <craigberry@mac.com>
13767              Date: Sat, 26 Apr 2003 15:53:07 -0500
13768              Message-ID: <3EAAF1B3.7020708@mac.com>
13769      Branch: perl
13770            ! vms/ext/Stdio/test.pl
13771 ____________________________________________________________________________
13772 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
13773         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
13774              From: Casey West <casey@geeknest.com>
13775              Date: Thu, 24 Apr 2003 08:18:42 -0400
13776              Message-ID: <20030424121842.GW34510@geeknest.com>
13777      Branch: perl
13778            ! lib/UNIVERSAL.pm
13779 ____________________________________________________________________________
13780 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
13781         Log: Document that restricted hashes are not atomic
13782              (from Dave Mitchell).
13783      Branch: perl
13784            ! lib/Hash/Util.pm
13785 ____________________________________________________________________________
13786 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
13787         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
13788              From: Dave Mitchell <davem@fdgroup.com>
13789              Date: Sat, 26 Apr 2003 18:45:28 +0100
13790              Message-ID: <20030426174528.GA9588@fdgroup.com>
13791      Branch: perl
13792            ! hv.c lib/Hash/Util.t pod/perldiag.pod
13793 ____________________________________________________________________________
13794 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
13795         Log: Some doc patches by Casey West :
13796              
13797              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
13798              From: Casey West <casey@geeknest.com>
13799              Date: Fri, 25 Apr 2003 10:46:39 -0400
13800              Message-ID: <20030425144639.GY34510@geeknest.com>
13801              
13802              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
13803              From: Casey West <casey@geeknest.com>
13804              Date: Fri, 25 Apr 2003 07:52:13 -0400
13805              Message-ID: <20030425115213.GP34510@geeknest.com>
13806              
13807              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
13808              From: Casey West <casey@geeknest.com>
13809              Date: Thu, 24 Apr 2003 21:27:22 -0400
13810              Message-ID: <20030425012722.GN34510@geeknest.com>
13811      Branch: perl
13812            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
13813 ____________________________________________________________________________
13814 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
13815         Log: Document that splice() doesn't extend arrays
13816              Subject: Re: slice autoextending ? still another revised doc patch; COW
13817              From: david nicol <whatever@davidnicol.com>
13818              Date: 22 Apr 2003 22:05:02 -0500
13819              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
13820      Branch: perl
13821            ! pod/perlfunc.pod
13822 ____________________________________________________________________________
13823 [ 19342] By: sky                                   on 2003/04/26  21:43:32
13824         Log: Fix bug #15161 by increasing the refcount on the RE and making 
13825              sure to restore it correctly. Deals with both s//e and s///g.
13826      Branch: perl
13827            ! pp_ctl.c pp_hot.c
13828 ____________________________________________________________________________
13829 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
13830         Log: Integrate:
13831              [ 19340]
13832              Caught by Mark Lutz in UNICOS: A declaration cannot appear
13833              after an executable statement in a block.
13834      Branch: perl
13835           !> pp_pack.c
13836 ____________________________________________________________________________
13837 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
13838         Log: Now the -Dnoextensions and -Dnoextensions have the
13839              chance of actually doing something.
13840      Branch: perl
13841            ! Configure
13842 ____________________________________________________________________________
13843 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
13844         Log: Subject: [PATCH] Configure's extension sanity check is too strict
13845              From: Andy Dougherty <doughera@lafayette.edu>
13846              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
13847              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
13848      Branch: perl
13849            ! Configure
13850 ____________________________________________________________________________
13851 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
13852         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
13853              From: "Craig A. Berry" <craigberry@mac.com>
13854              Date: Thu, 24 Apr 2003 20:09:48 -0500
13855              Message-ID: <3EA88ADC.3000300@mac.com>
13856      Branch: perl
13857            ! ext/Encode/t/enc_module.t
13858 ____________________________________________________________________________
13859 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
13860         Log: Upgrade to Time::HiRes 1.46.
13861      Branch: perl
13862            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13863            ! ext/Time/HiRes/Makefile.PL
13864 ____________________________________________________________________________
13865 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
13866         Log: Subject: typo in Time::HiRes docs
13867              From: mjd@plover.com 
13868              Date: 19 Apr 2003 15:13:44 -0000 
13869              Message-ID: <20030419151344.28237.qmail@plover.com> 
13870      Branch: perl
13871            ! ext/Time/HiRes/HiRes.pm
13872 ____________________________________________________________________________
13873 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
13874         Log: Clarify(?) the perlio default layers table.
13875      Branch: perl
13876            ! lib/PerlIO.pm t/io/layers.t
13877 ____________________________________________________________________________
13878 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
13879         Log: Upgrade to Test::Harness 2.28.
13880      Branch: perl
13881            ! lib/Test/Harness.pm lib/Test/Harness/Changes
13882            ! lib/Test/Harness/t/pod.t
13883 ____________________________________________________________________________
13884 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
13885         Log: Upgrade to Encode 1.93.
13886      Branch: perl
13887            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
13888            ! ext/Encode/lib/Encode/CJKConstants.pm
13889            ! ext/Encode/lib/Encode/CN/HZ.pm
13890            ! ext/Encode/lib/Encode/Encoding.pm
13891            ! ext/Encode/lib/Encode/Guess.pm
13892            ! ext/Encode/lib/Encode/KR/2022_KR.pm
13893            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
13894            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
13895            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
13896            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
13897 ____________________________________________________________________________
13898 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
13899         Log: VMS patch for faststdio from Craig Berry.
13900      Branch: perl
13901            ! configure.com
13902 ____________________________________________________________________________
13903 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
13904         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
13905              From: Casey West <casey@geeknest.com>
13906              Date: Wed, 23 Apr 2003 14:03:20 -0400
13907              Message-ID: <20030423180320.GZ15574@geeknest.com>
13908      Branch: perl
13909            ! pod/perlmodlib.PL pod/perlmodlib.pod
13910 ____________________________________________________________________________
13911 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
13912         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
13913              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
13914              Date: 22 Apr 2003 04:31:17 -0000
13915              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
13916              (with minor further corrections)
13917      Branch: perl
13918            ! pod/perlmod.pod
13919 ____________________________________________________________________________
13920 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
13921         Log: A new fatal error :
13922              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
13923              From: Dave Mitchell <davem@fdgroup.com>
13924              Date: Mon, 21 Apr 2003 13:19:50 +0100
13925              Message-ID: <20030421121950.GB18189@fdgroup.com>
13926              Message-ID: <20030421125433.GC18189@fdgroup.com>
13927      Branch: perl
13928            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
13929 ____________________________________________________________________________
13930 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
13931         Log: Introduce 'fast stdio' symbols to non-Configure lands.
13932      Branch: perl
13933            ! NetWare/config.wc NetWare/config_H.wc configure.com
13934            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
13935            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
13936            ! win32/config.gc win32/config.vc win32/config.vc64
13937            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13938            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
13939 ____________________________________________________________________________
13940 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
13941         Log: Regen Configure, Glossary, et alia.
13942      Branch: perl
13943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13944            ! config_h.SH
13945 ____________________________________________________________________________
13946 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
13947         Log: Handle the combination of dosish and non-faststdio.
13948      Branch: perl
13949            ! t/io/layers.t
13950 ____________________________________________________________________________
13951 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
13952         Log: Subject: 5.8.0: two problems
13953              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
13954              Date: Tue, 22 Apr 2003 11:43:17 -0700
13955              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
13956      Branch: perl
13957            ! XSUB.h
13958 ____________________________________________________________________________
13959 [ 19307] By: ams                                   on 2003/04/22  16:39:51
13960         Log: Subject: [PATCH] Doc pointers in perlbot.
13961              From: Casey West <casey@geeknest.com>
13962              Date: Tue, 22 Apr 2003 11:19:09 -0400
13963              Message-Id: <20030422151909.GC11119@geeknest.com>
13964              (Applied by hand.)
13965      Branch: perl
13966            ! pod/perlbot.pod
13967 ____________________________________________________________________________
13968 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
13969         Log: z/OS: changes for building threaded from "Brian De Pradine"
13970              <PRADINE@uk.ibm.com>.
13971      Branch: perl
13972            ! Makefile.SH hints/os390.sh thread.h util.c
13973 ____________________________________________________________________________
13974 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
13975         Log: Enache's turn.
13976      Branch: perl
13977            ! ext/Encode/t/enc_module.t
13978 ____________________________________________________________________________
13979 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
13980         Log: Re-merge Encode 1.92.
13981      Branch: perl
13982            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
13983 ____________________________________________________________________________
13984 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
13985         Log: Argh, cut-and-pasto.
13986      Branch: perl
13987            ! perlio.c
13988 ____________________________________________________________________________
13989 [ 19301] By: sky                                   on 2003/04/21  21:33:14
13990         Log: Fix bug 17964 by properly refcounting the gv top.
13991              Seems like the entries in rsfp are way different than
13992              normal PVIO objects.
13993      Branch: perl
13994            ! sv.c
13995 ____________________________________________________________________________
13996 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
13997         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
13998              
13999              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
14000              From: Enache Adrian <enache@rdslink.ro>
14001              Date: Sun, 20 Apr 2003 02:45:48 +0300
14002              Message-ID: <20030419234548.GA849@ratsnest.hole>
14003              and
14004              Date: Wed, 2 Apr 2003 07:52:28 +0300
14005              Message-ID: <20030402045227.GA1023@ratsnest.hole>
14006      Branch: perl
14007            ! pp_sys.c t/op/ref.t util.c
14008 ____________________________________________________________________________
14009 [ 19299] By: sky                                   on 2003/04/21  17:05:31
14010         Log: Croak on non ref to shared methods instead of segfault.
14011              This can really only happen for &share("string").
14012      Branch: perl
14013            ! ext/threads/shared/shared.xs
14014 ____________________________________________________________________________
14015 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
14016         Log: Add OpenZaurus cross-compilation patches.
14017      Branch: perl
14018            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
14019            + Cross/config.sh-arm-linux Cross/generate_config_sh
14020            + Cross/installperl.patch Cross/warp
14021            ! Cross/README INSTALL MANIFEST
14022 ____________________________________________________________________________
14023 [ 19289] By: sky                                   on 2003/04/21  13:24:40
14024         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
14025              Allows people to override the resetting by using srand() in CLONE.
14026      Branch: perl
14027            ! ext/threads/t/thread.t ext/threads/threads.xs
14028 ____________________________________________________________________________
14029 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
14030         Log: Introduce two new Configure symbols:
14031              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
14032              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
14033              [2] usefaststdio = do we use fast stdio if we have it?
14034              For 5.[68], we do.  For anything else, we don't.
14035              (At least, unless otherwise instructed by -Dusefaststdio.)
14036              This means that for bleadperl we no more use stdio, but instead
14037              default to perlio: the effect of PERLIO=perlio, in other words.
14038              (PERLIO=stdio will still switch to using stdio.)
14039              This change may endanger extensions using FILE*-- but if we are
14040              to migrate fully to perlio, better start swallowing the poison now.
14041              For maintperl, the usefaststdio still defaults to yes.
14042      Branch: perl
14043            ! Configure config_h.SH perlio.c t/io/layers.t
14044 ____________________________________________________________________________
14045 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
14046         Log: Upgrade to Locale::Maketext 1.05.
14047      Branch: perl
14048            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
14049 ____________________________________________________________________________
14050 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
14051         Log: Upgrade to Test 1.24.
14052      Branch: perl
14053            ! lib/Test.pm
14054 ____________________________________________________________________________
14055 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
14056         Log: Subject: [PATCH] goto &sub doesn't empty @_
14057              From: Dave Mitchell <davem@fdgroup.com>
14058              Date: Sun, 20 Apr 2003 21:46:51 +0100
14059              Message-ID: <20030420204651.GE15591@fdgroup.com>
14060      Branch: perl
14061            ! pp_ctl.c
14062 ____________________________________________________________________________
14063 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
14064         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
14065              the commands that invoke $(CC).
14066              Subject: Re: Smoke failure
14067              From: Enache Adrian <enache@rdslink.ro>
14068              Date: Fri, 18 Apr 2003 19:06:07 +0300
14069              Message-ID: <20030418160606.GA797@ratsnest.hole>
14070      Branch: perl
14071            ! Makefile.SH
14072 ____________________________________________________________________________
14073 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
14074         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
14075              From: Enache Adrian <enache@rdslink.ro>
14076              Date: Sat, 19 Apr 2003 20:12:18 +0300
14077              Message-ID: <20030419171218.GA974@ratsnest.hole>
14078      Branch: perl
14079            ! sv.c
14080 ____________________________________________________________________________
14081 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
14082         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
14083              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
14084              From: Steve Hay <steve.hay@uk.radan.com>
14085              Date: Wed, 16 Apr 2003 11:12:22 +0100
14086              Message-ID: <3E9D2C86.8040104@uk.radan.com>
14087      Branch: perl
14088            ! INSTALL win32/Makefile
14089 ____________________________________________________________________________
14090 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
14091         Log: Give more information of what to do when -Dusexxx fail.
14092      Branch: perl
14093            ! Configure
14094 ____________________________________________________________________________
14095 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
14096         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
14097              by adding a dummy destructor method Regexp::DESTROY.
14098              This prevents infinite recursion, since Regexp::DESTROY
14099              is no more autoloaded.
14100              
14101              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
14102              From: Enache Adrian <enache@rdslink.ro>
14103              Date: Wed, 2 Apr 2003 05:02:42 +0300
14104              Message-ID: <20030402020242.GA2966@ratsnest.hole>
14105      Branch: perl
14106            ! ext/B/t/stash.t t/op/ref.t universal.c
14107 ____________________________________________________________________________
14108 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
14109         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
14110              From: Dave Mitchell <davem@fdgroup.com>
14111              Date: Sat, 19 Apr 2003 20:06:51 +0100
14112              Message-ID: <20030419190651.GD13333@fdgroup.com>
14113      Branch: perl
14114            ! t/comp/parser.t toke.c
14115 ____________________________________________________________________________
14116 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
14117         Log: Restore the two variables retired by the change #19268
14118              (for binary backward compatibility)
14119      Branch: perl
14120            ! embedvar.h perlapi.h thrdvar.h
14121 ____________________________________________________________________________
14122 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
14123         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
14124              (And undo a doublesize probe glitch from change #19272.)
14125      Branch: perl
14126            ! Configure
14127 ____________________________________________________________________________
14128 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
14129         Log: If long doubles fail, we really cannot sensibly
14130              drop back to doubles anymore, therefore abort.
14131              Pointed out by Slaven Rezic. (I tried to fix this
14132              via metaconfig but ended up with a vicious cyclic
14133              dependency.)
14134      Branch: perl
14135            ! Configure
14136 ____________________________________________________________________________
14137 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
14138         Log: Upgrade to Net::Ping 2.30.
14139      Branch: perl
14140            ! lib/Net/Ping.pm lib/Net/Ping/Changes
14141            ! lib/Net/Ping/t/450_service.t
14142 ____________________________________________________________________________
14143 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
14144         Log: Bump the test count.
14145      Branch: perl
14146            ! ext/Storable/t/tied.t
14147 ____________________________________________________________________________
14148 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
14149         Log: Subject: [PATCH] allow recursive FETCHes
14150              From: Dave Mitchell <davem@fdgroup.com>
14151              Date: Mon, 7 Apr 2003 10:00:41 +0100
14152              Message-ID: <20030407100041.A1617@fdgroup.com>
14153      Branch: perl
14154            ! av.c dump.c embed.fnc embed.h embedvar.h
14155            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
14156            ! sv.h t/op/tie.t thrdvar.h
14157 ____________________________________________________________________________
14158 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
14159         Log: Subject: [PATCH] readline.t tweak for VMS
14160              From: "Craig A. Berry" <craigberry@mac.com>
14161              Date: Thu, 17 Apr 2003 17:18:19 -0500
14162              Message-ID: <3E9F282B.6090603@mac.com>
14163      Branch: perl
14164            ! t/op/readline.t
14165 ____________________________________________________________________________
14166 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
14167         Log: Subject: [PATCH] Re: any takers for this Storable bug?
14168              From: Enache Adrian <enache@rdslink.ro>
14169              Date: Wed, 16 Apr 2003 21:11:11 +0300
14170              Message-ID: <20030416181111.GA6687@ratsnest.hole>
14171              
14172              ams had already fixed the bug by #19227, but take the
14173              test case.
14174      Branch: perl
14175            ! ext/Storable/t/tied.t
14176 ____________________________________________________________________________
14177 [ 19265] By: sky                                   on 2003/04/19  00:40:42
14178         Log: Don't use the stack to allocate a SV that we hand out to another 
14179              function, only badness can ensure.
14180              Message-Id: <20030418180131.GD10086@fdgroup.com>
14181              Thanks go to Dave Mitchell for help in tracking down the bug!
14182      Branch: perl
14183            ! sv.c
14184 ____________________________________________________________________________
14185 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
14186         Log: UTF8 regexp patch from Inaba Hiroto.
14187      Branch: perl
14188            ! regcomp.c t/op/pat.t
14189 ____________________________________________________________________________
14190 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
14191         Log: Unused variables.
14192      Branch: perl
14193            ! perlio.c universal.c
14194 ____________________________________________________________________________
14195 [ 19262] By: sky                                   on 2003/04/17  20:02:33
14196         Log: Another needle in the voodoo doll.
14197              Now I think it should work with the shared
14198              strings.
14199      Branch: perl
14200            ! sv.c
14201 ____________________________________________________________________________
14202 [ 19254] By: sky                                   on 2003/04/17  17:31:52
14203         Log: Extreme Voodoo programming, by not pinching the SV if it is a 
14204              PADTMP it happily keeps it's value later on!
14205      Branch: perl
14206            ! sv.c
14207 ____________________________________________________________________________
14208 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
14209         Log: Implement -Dnoextensions=... and -Donlyextensions=...
14210      Branch: perl
14211            ! Configure INSTALL
14212 ____________________________________________________________________________
14213 [ 19252] By: ams                                   on 2003/04/17  16:19:31
14214         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
14215              Anything that's broken by this change should be fixed.
14216      Branch: perl
14217            ! gv.c
14218 ____________________________________________________________________________
14219 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
14220         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
14221      Branch: perl
14222            ! NetWare/config.wc NetWare/config_H.wc configure.com
14223            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
14224            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
14225            ! win32/config.gc win32/config.vc win32/config.vc64
14226            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14227            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
14228 ____________________________________________________________________________
14229 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
14230         Log: Regen Glossary et alia.
14231      Branch: perl
14232            ! Porting/Glossary Porting/config.sh Porting/config_H
14233 ____________________________________________________________________________
14234 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
14235         Log: Small tidying up of the selectminbits code, but most
14236              importantly allocate the buffer from the heap using
14237              malloc, not from the stack: using stack causes unaligned
14238              access in LP64 Solaris since stack data is not guaranteed
14239              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
14240              (via Alan Burlison)
14241      Branch: perl
14242            ! Configure
14243 ____________________________________________________________________________
14244 [ 19247] By: ams                                   on 2003/04/17  12:24:57
14245         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
14246              From: Enache Adrian <enache@rdslink.ro>
14247              Date: Thu, 17 Apr 2003 14:35:36 +0300
14248              Message-Id: <20030417113536.GA898@ratsnest.hole>
14249      Branch: perl
14250            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
14251 ____________________________________________________________________________
14252 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
14253         Log: Document that the open pragma does not affect
14254              the three-headed hydra, ummm, open.
14255      Branch: perl
14256            ! lib/open.pm
14257 ____________________________________________________________________________
14258 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
14259         Log: More maneuvering closer to proposed POSIX classes
14260              mapping to Unicode: (1) The definitions of "graph" and
14261              "print" are still in flux: move closer back to how Perl
14262              5.8.0 defined it (though drop Co, that did not make sense)
14263              (2) Add U+0085 (NEL) to "space".
14264      Branch: perl
14265            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
14266            ! lib/unicore/lib/Space.pl lib/unicore/mktables
14267 ____________________________________________________________________________
14268 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
14269         Log: Detect the 'fast stdio' case.
14270      Branch: perl
14271            ! lib/PerlIO.pm t/io/layers.t
14272 ____________________________________________________________________________
14273 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
14274         Log: Fix up Larry's copyright statements to my best knowledge.
14275              (Lots of Perl 5 source code archaeology was involved.)
14276              Larry didn't make strangled noises when I showed him
14277              the patch, either :-)
14278      Branch: perl
14279            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
14280            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
14281            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
14282            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
14283            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
14284            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
14285            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
14286            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
14287            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
14288            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
14289            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
14290            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
14291            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14292            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
14293            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
14294 ____________________________________________________________________________
14295 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
14296         Log: Handle PERLIO= and document a bit.
14297      Branch: perl
14298            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
14299 ____________________________________________________________________________
14300 [ 19240] By: sky                                   on 2003/04/16  16:27:43
14301         Log: Fix double join problem for those places where free
14302              actually means free (solaris for example :)
14303              Fixes bug #16681
14304      Branch: perl
14305            ! ext/threads/t/join.t ext/threads/threads.xs
14306 ____________________________________________________________________________
14307 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
14308         Log: Try to get the layers.t working also for dosish platforms.
14309      Branch: perl
14310            ! lib/PerlIO.pm t/io/layers.t
14311 ____________________________________________________________________________
14312 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
14313         Log: A -C parsed from the #! line can still have line endings in it.
14314      Branch: perl
14315            ! util.c
14316 ____________________________________________________________________________
14317 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
14318         Log: What does an empty PERLIO= mean, anyway?
14319      Branch: perl
14320            ! t/io/layers.t
14321 ____________________________________________________________________________
14322 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
14323         Log: Document the effect of thread creation context.
14324      Branch: perl
14325            ! ext/threads/threads.pm
14326 ____________________________________________________________________________
14327 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
14328         Log: Use the right prototype and a glob is fine (from Rafael).
14329      Branch: perl
14330            ! lib/PerlIO.pm universal.c
14331 ____________________________________________________________________________
14332 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
14333         Log: PerlIO::get_layers() usage tip.
14334      Branch: perl
14335            ! lib/PerlIO.pm
14336 ____________________________________________________________________________
14337 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
14338         Log: Syntax terror.
14339      Branch: perl
14340            ! lib/unicore/mktables
14341 ____________________________________________________________________________
14342 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
14343         Log: Redundant test.
14344      Branch: perl
14345            ! lib/unicore/mktables
14346 ____________________________________________________________________________
14347 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
14348         Log: Synchronize the specifications of the POSIX character
14349              classes alnum, graph, and print closer to the planned
14350              Unicode proposal.
14351      Branch: perl
14352            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
14353            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
14354 ____________________________________________________________________________
14355 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
14356         Log: Patch from Merijn.
14357      Branch: perl
14358            ! perl.h
14359 ____________________________________________________________________________
14360 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
14361         Log: Thinko in modfl detection.
14362      Branch: perl
14363            ! Configure
14364 ____________________________________________________________________________
14365 [ 19227] By: ams                                   on 2003/04/16  02:32:11
14366         Log: Storable now handles self-tied scalars with NULL mg_obj.
14367      Branch: perl
14368            ! ext/Storable/Storable.xs
14369 ____________________________________________________________________________
14370 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
14371         Log: Upgrade to Pod::LaTeX 0.55.
14372      Branch: perl
14373            + lib/Pod/t/pod2latex.t
14374            - lib/Pod/t/latex.t
14375            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
14376 ____________________________________________________________________________
14377 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
14378         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
14379      Branch: perl
14380            ! Configure
14381 ____________________________________________________________________________
14382 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
14383         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
14384      Branch: perl
14385            ! t/io/layers.t
14386 ____________________________________________________________________________
14387 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
14388         Log: False alarm: no cyclic dependency.
14389      Branch: perl
14390            ! Configure config_h.SH
14391 ____________________________________________________________________________
14392 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
14393         Log: Backport of _most_ of the changes in #19218: not one big
14394              cyclic dependency, though, it must be broken up somehow.
14395      Branch: perl
14396            ! Configure config_h.SH
14397 ____________________________________________________________________________
14398 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
14399         Log: Big patch from Alan Burlison to make Solaris long doubles work.
14400              (Also spreads more <stdlib.h> joy.)
14401              Needs backporting to metaconfig units and introducing the new
14402              symbols to non-Configure lands.
14403      Branch: perl
14404            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
14405 ____________________________________________________________________________
14406 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
14407         Log: Don't skip the whole test for PERLIO=perlio.
14408      Branch: perl
14409            ! t/io/layers.t
14410 ____________________________________________________________________________
14411 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
14412         Log: Add a test for [perl #17753].
14413      Branch: perl
14414            ! t/op/undef.t
14415 ____________________________________________________________________________
14416 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
14417         Log: "proto.h": 'id' is a reserved word in Objective-C.
14418      Branch: perl
14419            ! embed.fnc op.c proto.h
14420 ____________________________________________________________________________
14421 [ 19213] By: sky                                   on 2003/04/14  21:42:10
14422         Log: Ook, run tests on correct build-dir next time.
14423              We must check if the hv is a stash, otherwise we try to delete
14424              something that is a HvNAME of null.....  tests pass better now
14425      Branch: perl
14426            ! gv.c
14427 ____________________________________________________________________________
14428 [ 19212] By: sky                                   on 2003/04/14  21:15:00
14429         Log: Fixes to bugs introduced by PL_stashcache
14430              A) Follow suggestion by Benjamin Goldberg to use hv_delete
14431              instead of hv_delete_ent to avoid creating a temporary SV
14432              B) Don't increment the refcount, sneak it into an IV instead
14433              C) When a GP is a deleted that contains a stash, remove the
14434              corresponding entry since hv might be in use in other places.
14435              D) Note that no test cases test the deletion of packages to catch
14436              this bug. 
14437      Branch: perl
14438            ! gv.c hv.c pp_hot.c
14439 ____________________________________________________________________________
14440 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
14441         Log: Mention that "make test_harness" lets messages sent through
14442              standard error out. Complements change #19206.
14443      Branch: perl
14444            ! pod/perlhack.pod
14445 ____________________________________________________________________________
14446 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
14447         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
14448              From: Inaba Hiroto <inaba@st.rim.or.jp>
14449              Date: Fri, 21 Mar 2003 17:35:21 +0900
14450              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
14451              Date: Sat, 22 Mar 2003 11:28:05 +0900
14452              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
14453      Branch: perl
14454            ! regexec.c t/op/pat.t
14455 ____________________________________________________________________________
14456 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
14457         Log: PERLIO=perlio requires extra steps.
14458      Branch: perl
14459            ! lib/PerlIO.pm t/io/layers.t
14460 ____________________________________________________________________________
14461 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
14462         Log: Skip as early as possible if no perlio since the
14463              use open would be compile-time.
14464      Branch: perl
14465            ! t/io/layers.t
14466 ____________________________________________________________________________
14467 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
14468         Log: Document and test autovivified dirhandles.
14469              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
14470              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
14471              Date: 12 Apr 2003 12:40:45 -0000
14472              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
14473      Branch: perl
14474            ! pod/perlfunc.pod t/op/readdir.t
14475 ____________________________________________________________________________
14476 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
14477         Log: More docs about running tests and the test suite.
14478              Update perlhack.pod in various places.
14479              Add 'test_harness' as a .PHONY dependency in the Makefile.
14480      Branch: perl
14481            ! Makefile.SH pod/perlhack.pod t/README
14482 ____________________________________________________________________________
14483 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
14484         Log: Build get_layers() also under -Uuseperlio.
14485      Branch: perl
14486            ! universal.c
14487 ____________________________________________________________________________
14488 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
14489         Log: Bump up the version and admonish against aspiring (ab)use.
14490      Branch: perl
14491            ! lib/PerlIO.pm
14492 ____________________________________________________________________________
14493 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
14494         Log: Introduce PerlIO::get_layers() to allow people to peek
14495              at the PerlIO layer stack.
14496      Branch: perl
14497            + t/io/layers.t
14498            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
14499            ! universal.c
14500 ____________________________________________________________________________
14501 [ 19202] By: merijn                                on 2003/04/14  05:42:18
14502         Log: Subject: [PATCH] vms/vms.c waitpid tweak
14503              From: "Craig A. Berry" <craigberry@mac.com>
14504              Date: Mon, 14 Apr 2003 00:43:00 -0500
14505              Message-ID: <3E9A4A64.6030205@mac.com>
14506      Branch: perl
14507            ! vms/vms.c
14508 ____________________________________________________________________________
14509 [ 19201] By: sky                                   on 2003/04/13  19:26:46
14510         Log: Fix bug #16253, use all the CPU that we can :-)
14511      Branch: perl
14512            ! ext/threads/threads.xs
14513 ____________________________________________________________________________
14514 [ 19200] By: sky                                   on 2003/04/13  18:38:58
14515         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
14516              instead of 2 and make push and pop increase the refcount.
14517      Branch: perl
14518            ! ext/threads/shared/shared.xs
14519 ____________________________________________________________________________
14520 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
14521         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
14522              ../../lib for the lc() at line 66 (UTF-8 data possible
14523              if using UTF-8 locales).
14524      Branch: perl
14525            ! lib/ExtUtils/t/Install.t
14526 ____________________________________________________________________________
14527 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
14528         Log: The lib/ipc_sysv.t test has a new name.
14529      Branch: perl
14530            ! INSTALL
14531 ____________________________________________________________________________
14532 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
14533         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
14534              most probably introduced by the change #19157.  The tweak suggested
14535              by Stephen McCamant trades a possible dangling pointer (CopFILE()
14536              is tricky like that with threads) to a memory leak.  (This means
14537              that this tweak shouldn't be left in as-is, but if this helps,
14538              we at least know that the failure was caused by the #19157.)
14539      Branch: perl
14540            ! op.c
14541 ____________________________________________________________________________
14542 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
14543         Log: Upgrade to Net::Ping 2.29.
14544      Branch: perl
14545            + lib/Net/Ping/t/510_ping_udp.t
14546            - lib/Net/Ping/README
14547            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
14548 ____________________________________________________________________________
14549 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
14550         Log: Upgrade to Test::Harness 2.27_04.
14551      Branch: perl
14552            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
14553            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
14554            ! lib/Test/Harness/t/test-harness.t
14555 ____________________________________________________________________________
14556 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
14557         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
14558      Branch: perl
14559            ! hints/darwin.sh hints/rhapsody.sh
14560 ____________________________________________________________________________
14561 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
14562         Log: The debugging aid #19182 didn't.
14563      Branch: perl
14564            ! ext/B/t/deparse.t
14565 ____________________________________________________________________________
14566 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
14567         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
14568              be a negative zero, -0).
14569      Branch: perl
14570            ! lib/Benchmark.t
14571 ____________________________________________________________________________
14572 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
14573         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
14574              From: Michael G Schwern <schwern@pobox.com>
14575              Date: Fri, 11 Apr 2003 00:32:02 -0700
14576              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
14577      Branch: perl
14578            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
14579            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14580            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
14581            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
14582            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
14583            ! lib/ExtUtils/t/zz_cleanup_dummy.t
14584 ____________________________________________________________________________
14585 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
14586         Log: Peter Scott suggests that the docs for base.pm should
14587              state explicitely that base.pm doesn't call import()
14588              on base classes. Plus a few typos.
14589      Branch: perl
14590            ! lib/base.pm
14591 ____________________________________________________________________________
14592 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
14593         Log: PerlFAQ sync.
14594      Branch: perl
14595            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
14596            ! pod/perlfaq7.pod pod/perlfaq9.pod
14597 ____________________________________________________________________________
14598 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
14599         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
14600              There used to be a nullstash (%{"<none>::"}) to hold illegal
14601              variables under strict 'vars'. It has been removed by change #17942.
14602              This can lead to segfaults during the parsing, because some illegal
14603              variables might have been discarded before the compilation of the
14604              current statement had completed.
14605              Bug analysis and test case by Enache Adrian.
14606      Branch: perl
14607            ! gv.c t/lib/strict/vars
14608 ____________________________________________________________________________
14609 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
14610         Log: Be more descriptive.
14611      Branch: perl
14612            ! MANIFEST
14613 ____________________________________________________________________________
14614 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
14615         Log: Noted by Nat: -0 didn't work that well with Unicode.
14616      Branch: perl
14617            ! perl.c pod/perlrun.pod
14618 ____________________________________________________________________________
14619 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
14620         Log: Add an option for the grok_xxx() to silently ignore bad digits.
14621      Branch: perl
14622            ! numeric.c perl.h
14623 ____________________________________________________________________________
14624 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
14625         Log: The test doesn't work that well when -Uusedl.
14626              Some of the tests could be salvaged even then I guess.
14627      Branch: perl
14628            ! lib/ExtUtils/t/Constant.t
14629 ____________________________________________________________________________
14630 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
14631         Log: A temporary debugging aid for Tru64 threaded builds.
14632      Branch: perl
14633            ! ext/B/t/deparse.t
14634 ____________________________________________________________________________
14635 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
14636         Log: Unless Inuits are involved...
14637      Branch: perl
14638            ! pod/perlrun.pod
14639 ____________________________________________________________________________
14640 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
14641         Log: With AFS the cwds have little chance of agreeing.
14642      Branch: perl
14643            ! ext/Cwd/t/cwd.t
14644 ____________________________________________________________________________
14645 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
14646         Log: I assume the idea was to use the *cwd variables for testing.
14647      Branch: perl
14648            ! ext/Cwd/t/cwd.t
14649 ____________________________________________________________________________
14650 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
14651         Log: perlport information about portably embedding string data.
14652      Branch: perl
14653            ! pod/perlport.pod
14654 ____________________________________________________________________________
14655 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
14656         Log: Also locale names can contain illegal UTF-8.
14657      Branch: perl
14658            ! lib/locale.t
14659 ____________________________________________________________________________
14660 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
14661         Log: In case someone is using UTF-8 locales.
14662      Branch: perl
14663            ! lib/ExtUtils/MM_MacOS.pm
14664 ____________________________________________________________________________
14665 [ 19174] By: merijn                                on 2003/04/09  14:33:12
14666         Log: Even more promotion for -lc128 (long doubles on AIX)
14667              More obvious detection of C compiler
14668              cc_type should not promote to config.sh
14669              
14670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14671              Date: Wed, 09 Apr 2003 14:31:48 +0200
14672              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
14673      Branch: perl
14674            ! hints/aix.sh
14675 ____________________________________________________________________________
14676 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
14677         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
14678      Branch: perl
14679            ! op.c t/io/open.t
14680 ____________________________________________________________________________
14681 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
14682         Log: Try to be more descriptive than just __ANONIO__ which is what
14683              you get when you autovivify filehandles into array/hash elements.
14684      Branch: perl
14685            ! doio.c op.c t/io/open.t
14686 ____________________________________________________________________________
14687 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
14688         Log: Implement support for --help and --version in Getopt::Std
14689              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
14690              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14691              Date: Mon, 7 Apr 2003 17:07:15 -0700
14692              Message-ID: <20030408000714.GA953@math.berkeley.edu>
14693      Branch: perl
14694            ! lib/Getopt/Std.pm
14695 ____________________________________________________________________________
14696 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
14697         Log: Subject: [PATCH] Re: Error: Unknown error
14698              From: Enache Adrian <enache@rdslink.ro>
14699              Date: Tue, 8 Apr 2003 07:12:13 +0300
14700              Message-ID: <20030408041213.GA13553@ratsnest.hole>
14701      Branch: perl
14702            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
14703 ____________________________________________________________________________
14704 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
14705         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
14706              From: Dave Mitchell <davem@fdgroup.com>
14707              Date: Mon, 7 Apr 2003 21:43:17 +0100
14708              Message-ID: <20030407204317.GA8796@fdgroup.com>
14709              
14710              The new XTERMORDORDOR lexer expectation must also be named
14711              in debugging perls, to be used in the output of -DT.
14712      Branch: perl
14713            ! perl.h toke.c
14714 ____________________________________________________________________________
14715 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
14716         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
14717      Branch: perl
14718            ! vms/perlvms.pod
14719 ____________________________________________________________________________
14720 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
14721         Log: Typos fixes by Stas Bekman.
14722      Branch: perl
14723            ! cv.h lib/attributes.pm sv.h
14724 ____________________________________________________________________________
14725 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
14726         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
14727              From: Robin Barker <Robin.Barker@npl.co.uk>
14728              Date: Tue, 8 Apr 2003 14:23:04 +0100 
14729              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
14730      Branch: perl
14731            ! pod/perlpod.pod
14732 ____________________________________________________________________________
14733 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
14734         Log: Few more words about safe/unsafe signals.
14735      Branch: perl
14736            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
14737 ____________________________________________________________________________
14738 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
14739         Log: The SvGROW() might move the PV.
14740      Branch: perl
14741            ! pp.c
14742 ____________________________________________________________________________
14743 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
14744         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
14745              From: Michael G Schwern <schwern@pobox.com>
14746              Date: Mon, 7 Apr 2003 02:09:17 -0700
14747              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
14748      Branch: perl
14749            + lib/ExtUtils/t/MM_Any.t
14750            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
14751            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14752            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
14753            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
14754            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
14755            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
14756            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
14757            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14758            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
14759            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
14760            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
14761            ! lib/ExtUtils/README lib/ExtUtils/TODO
14762            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
14763            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
14764 ____________________________________________________________________________
14765 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
14766         Log: Time::HiRes: Do not create files in blib directories under core
14767              (from Rafael)
14768      Branch: perl
14769            ! ext/Time/HiRes/Makefile.PL
14770 ____________________________________________________________________________
14771 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
14772         Log: Future binary compat wishful thinking:
14773              maint will use the stashcache, but not the dbassertion.
14774      Branch: perl
14775            ! intrpvar.h
14776 ____________________________________________________________________________
14777 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
14778         Log: More WinCE tweaking for Vadim Konovalov.
14779      Branch: perl
14780            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
14781            ! wince/makedist.pl
14782 ____________________________________________________________________________
14783 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
14784         Log: Subject: CvFILE for constant subs
14785              From: Stephen McCamant <smcc@mit.edu>
14786              Date: Sun, 6 Apr 2003 16:39:13 -0400
14787              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
14788      Branch: perl
14789            ! op.c
14790 ____________________________________________________________________________
14791 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
14792         Log: Subject: [PATCH] B::Deparse: sv_no != 0
14793              From: Stephen McCamant <smcc@mit.edu>
14794              Date: Sun, 6 Apr 2003 17:00:48 -0400
14795              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
14796      Branch: perl
14797            ! ext/B/B/Deparse.pm
14798 ____________________________________________________________________________
14799 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
14800         Log: An unconditional carp is not nice.
14801      Branch: perl
14802            ! ext/Sys/Syslog/Syslog.pm
14803 ____________________________________________________________________________
14804 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
14805         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
14806              From: Robert Spier <rspier@pobox.com>
14807              Date: Sat, 05 Apr 2003 21:12:20 -0800
14808              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
14809      Branch: perl
14810            ! README.solaris
14811 ____________________________________________________________________________
14812 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
14813         Log: Remove unportable ">|" shell syntax
14814              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
14815              From: Enache Adrian <enache@rdslink.ro>
14816              Date: Sun, 6 Apr 2003 21:13:27 +0300
14817              Message-ID: <20030406181326.GA873@ratsnest.hole>
14818      Branch: perl
14819            ! Makefile.SH
14820 ____________________________________________________________________________
14821 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
14822         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
14823              From: Joost van Baal <J.E.vanBaal@uvt.nl>
14824              Date: Mon, 25 Nov 2002 17:35:37 +0100
14825              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
14826              
14827              (The .pm patch modified a bit, and removed the false
14828              claim that _PATH_INFO would be coming from syslog.ph)
14829      Branch: perl
14830            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
14831            ! ext/Sys/Syslog/syslog.t
14832 ____________________________________________________________________________
14833 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
14834         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
14835              From: Enache Adrian <enache@rdslink.ro>
14836              Date: Thu, 3 Apr 2003 15:50:48 +0300
14837              Message-ID: <20030403125048.GA6107@ratsnest.hole>
14838              
14839              On linux, when building a shared library, generate
14840              a small shell wrapper, "preload", that preloads libperl.so
14841              only if it exists. Useful when the 'make' process stops
14842              before the link phase.
14843      Branch: perl
14844            ! Makefile.SH
14845 ____________________________________________________________________________
14846 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
14847         Log: Upgrade to Locale::Maketext 1.04.
14848      Branch: perl
14849            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
14850            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
14851            - lib/Locale/Maketext/test.pl
14852            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14853            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
14854 ____________________________________________________________________________
14855 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
14856         Log: perluniintro.pod: nice_string() doesn't escape
14857              literal escape chars -- use Sadahiro-san's fix(es).
14858      Branch: perl
14859            ! pod/perluniintro.pod
14860 ____________________________________________________________________________
14861 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
14862         Log: Subject: [PATCH 5.8.1 @19053] Embedding
14863              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14864              Date: Mon, 31 Mar 2003 12:39:24 -0800
14865              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
14866              
14867              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
14868              to be used in a C program's main function.
14869      Branch: perl
14870            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
14871 ____________________________________________________________________________
14872 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
14873         Log: Heredocs and use encoding didn't work for SJIS;
14874              patch from Inaba Hiroto.
14875      Branch: perl
14876            ! toke.c
14877 ____________________________________________________________________________
14878 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
14879         Log: The manpages don't have to be built by MakeMaker for the
14880              core modules in ext/. Disable this in Devel::PPPort (not
14881              up-to-date on CPAN), Unicode::Normalize (the CPAN version
14882              uses a different Makefile.PL anyway) and XS::APItest
14883              (not CPANized.)
14884      Branch: perl
14885            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
14886            ! ext/XS/APItest/Makefile.PL
14887 ____________________________________________________________________________
14888 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
14889         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
14890              by SADAHIRO Tomoyuki.
14891      Branch: perl
14892            ! ext/Unicode/Normalize/Changes
14893            ! ext/Unicode/Normalize/Normalize.pm
14894            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14895            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14896            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
14897            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
14898            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
14899 ____________________________________________________________________________
14900 [ 19143] By: merijn                                on 2003/04/03  08:55:33
14901         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
14902              From: "Craig A. Berry" <craigberry@mac.com>
14903              Date: Wed, 02 Apr 2003 18:09:03 -0600
14904              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
14905      Branch: perl
14906            ! vms/vms.c vms/vmsish.h
14907 ____________________________________________________________________________
14908 [ 19142] By: merijn                                on 2003/04/03  08:50:55
14909         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
14910              From: andreas.koenig@anima.de (Andreas J. Koenig)
14911              Date: Thu, 03 Apr 2003 08:28:52 +0200
14912              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
14913      Branch: perl
14914            ! lib/Pod/t/Functions.t
14915 ____________________________________________________________________________
14916 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
14917         Log: Don't recurse from threads to threads/shared (since
14918              threads/shared is built separately, temp solution from
14919              Schwern while MM is being fixed.)
14920      Branch: perl
14921            ! ext/threads/Makefile.PL
14922 ____________________________________________________________________________
14923 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
14924         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
14925              From: Steve Hay <steve.hay@uk.radan.com>
14926              Date: Thu, 20 Mar 2003 11:55:01 +0000
14927              Message-ID: <3E79AC15.80307@uk.radan.com>
14928      Branch: perl
14929            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
14930 ____________________________________________________________________________
14931 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
14932         Log: Make perldiag agree with #19138.
14933      Branch: perl
14934            ! pod/perldiag.pod
14935 ____________________________________________________________________________
14936 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
14937         Log: Make at least the thread count make sense.
14938      Branch: perl
14939            ! ext/threads/threads.xs
14940 ____________________________________________________________________________
14941 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
14942         Log: Adjust test for the recent change (#19136) to Pod::Html
14943      Branch: perl
14944            ! lib/Pod/t/htmlview.t
14945 ____________________________________________________________________________
14946 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
14947         Log: Fixes for "installhtml --splithead", based on :
14948              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
14949              From: Steve Hay <steve.hay@uk.radan.com>
14950              Date: Wed, 02 Apr 2003 11:33:41 +0100
14951              Message-ID: <3E8ABC85.5060807@uk.radan.com>
14952              
14953              This also includes a small patch to Pod::Html : when generating
14954              anchor names, play on the safe side and turn every non-alphanumeric
14955              character into an '_'. Moreover, Pod::Html::anchorify() is now 
14956              optionally exported.
14957      Branch: perl
14958            ! installhtml lib/Pod/Html.pm
14959 ____________________________________________________________________________
14960 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
14961         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
14962              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14963              Date: Tue, 01 Apr 2003 16:32:46 -0800
14964              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
14965      Branch: perl
14966            ! pp.c t/op/split.t
14967 ____________________________________________________________________________
14968 [ 19134] By: sky                                   on 2003/04/02  18:01:40
14969         Log: Fix some small nits, thanks to Rafael.
14970      Branch: perl
14971            ! pp_hot.c
14972 ____________________________________________________________________________
14973 [ 19133] By: sky                                   on 2003/04/02  13:41:14
14974         Log: Add packname->stash cache before the check if a packname is a
14975              filehandle or a package, it works because only packnames
14976              that have been resolved to stashes are added to the cache,
14977              and when a newIO is created we clean the cache.
14978              Results in roughly 1.8 speed increase for class->method()
14979              calls.
14980      Branch: perl
14981            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
14982 ____________________________________________________________________________
14983 [ 19132] By: merijn                                on 2003/04/02  11:28:02
14984         Log: #19122 should have been tested on non-glibc system (like AIX)
14985      Branch: perl
14986            ! pp.c
14987 ____________________________________________________________________________
14988 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
14989         Log: Spread IlyaZ's PERL_CORE detection trick.
14990      Branch: perl
14991            ! ext/Encode/Makefile.PL
14992 ____________________________________________________________________________
14993 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
14994         Log: Cannot portably compare files if one of them is still open
14995              (from Craig Berry).
14996      Branch: perl
14997            ! ext/Encode/t/enc_module.t
14998 ____________________________________________________________________________
14999 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
15000         Log: MM_VMS tweak from Craig Berry:
15001              http://nntp.x.perl.org/group/perl.makemaker/1002
15002      Branch: perl
15003            ! lib/ExtUtils/MM_VMS.pm
15004 ____________________________________________________________________________
15005 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
15006         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
15007              From: Steve Hay <steve.hay@uk.radan.com>
15008              Date: Thu, 20 Mar 2003 12:34:15 +0000
15009              Message-ID: <3E79B547.6030201@uk.radan.com>
15010              (with a few minor tweaks)
15011      Branch: perl
15012            ! installhtml
15013 ____________________________________________________________________________
15014 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
15015         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
15016              From: Enache Adrian <enache@rdslink.ro>
15017              Date: Sat, 29 Mar 2003 19:45:41 +0200
15018              Message-ID: <20030329174541.GA8138@ratsnest.hole>
15019      Branch: perl
15020            ! ext/B/B/Deparse.pm
15021 ____________________________________________________________________________
15022 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
15023         Log: Fix bug #21742. require should be always invoked in
15024              scalar context. This wasn't the case when called from
15025              an eval(""), because the void context doesn't propagate
15026              through the leaveeval op. Instead of making scalarvoid()
15027              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
15028              a workaround in doeval().
15029      Branch: perl
15030            ! pp_ctl.c t/comp/require.t
15031 ____________________________________________________________________________
15032 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
15033         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
15034              From: "Green, Paul" <Paul.Green@stratus.com>
15035              Date: Tue, 1 Apr 2003 12:37:38 -0500 
15036              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
15037      Branch: perl
15038            ! hints/vos.sh
15039 ____________________________________________________________________________
15040 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
15041         Log: Integrate:
15042              [ 19119]
15043              Address "5.8.1@19053: crypt_r() takes 128K per thread".
15044      Branch: perl
15045           !> pp.c reentr.c reentr.h reentr.pl
15046 ____________________________________________________________________________
15047 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
15048         Log: Integrate:
15049              [ 19109]
15050              Subject: [PATCH 5.8.1 @19053] Time::HiRes
15051              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15052              Date: Mon, 31 Mar 2003 12:53:01 -0800
15053              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
15054              
15055              [ 19111]
15056              A cleaner way to detect PERL_CORE, from IlyaZ.
15057      Branch: perl
15058           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
15059 ____________________________________________________________________________
15060 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
15061         Log: Integrate:
15062              [ 19106]
15063              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
15064              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15065              Date: Mon, 31 Mar 2003 12:43:37 -0800
15066              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
15067              
15068              and regen Configure.
15069      Branch: perl
15070            ! Configure config_h.SH embedvar.h
15071           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
15072           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
15073           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
15074           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
15075           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
15076           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
15077           !> reentr.h reentr.pl sv.c
15078 ____________________________________________________________________________
15079 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
15080         Log: Document the _exit() issue with threads in Linux [perl #17057].
15081      Branch: perl
15082            ! ext/POSIX/POSIX.pod
15083 ____________________________________________________________________________
15084 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
15085         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
15086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15087              Date: Tue, 1 Apr 2003 11:02:35 +0200
15088              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
15089      Branch: perl
15090            ! t/op/getpid.t
15091 ____________________________________________________________________________
15092 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
15093         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
15094              From: Michael G Schwern <schwern@pobox.com>
15095              Date: Mon, 31 Mar 2003 15:16:57 -0800
15096              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
15097      Branch: perl
15098            ! ext/SDBM_File/sdbm/Makefile.PL
15099 ____________________________________________________________________________
15100 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
15101         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
15102              From: Richard.Foley@ubsw.com
15103              Date: Mon, 31 Mar 2003 16:27:14 +0200
15104              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
15105      Branch: perl
15106            ! pod/perlhack.pod
15107 ____________________________________________________________________________
15108 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
15109         Log: Subject: [PATCH] Text::Abbrev warnings safe
15110              From: Peter Scott <Peter@PSDT.com>
15111              Date: Fri, 28 Mar 2003 16:34:47 -0800
15112              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
15113      Branch: perl
15114            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
15115 ____________________________________________________________________________
15116 [ 19113] By: merijn                                on 2003/04/01  14:12:33
15117         Log: Implemented AIX longdouble support in hints/aix.sh, which now
15118              actually work.  Thanks to John L. Allen for the hint.
15119              
15120              Subject: Re: AIX longdoubles
15121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15122              Date: Tue, 01 Apr 2003 17:18:57 +0200
15123              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
15124      Branch: perl
15125            ! hints/aix.sh
15126 ____________________________________________________________________________
15127 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
15128         Log: Tabify; strictly speaking unnecessary but anyway...
15129      Branch: perl
15130            ! MANIFEST
15131 ____________________________________________________________________________
15132 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
15133         Log: Upgrade to Test::Harness 2.27_02.
15134      Branch: perl
15135            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
15136            + t/lib/sample-tests/too_many
15137            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15138            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
15139            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
15140 ____________________________________________________________________________
15141 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
15142         Log: Upgrade to podlators 1.26.
15143      Branch: perl
15144            ! lib/Pod/Man.pm
15145 ____________________________________________________________________________
15146 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
15147         Log: Upgrade to Encode 1.92.
15148      Branch: perl
15149            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
15150            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
15151            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
15152            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
15153            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
15154            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
15155 ____________________________________________________________________________
15156 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
15157         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
15158              From: Michael G Schwern <schwern@pobox.com> 
15159              Date: Mon, 31 Mar 2003 02:42:58 -0800 
15160              Message-ID: <20030331104257.GB15327@windhund.schwern.org> 
15161      Branch: perl
15162            + lib/ExtUtils/MakeMaker/FAQ.pod
15163            + lib/ExtUtils/MakeMaker/Tutorial.pod
15164            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
15165            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
15166            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
15167            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
15168            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
15169            + t/lib/TieIn.pm
15170            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
15171            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
15172            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
15173            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
15174            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
15175            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
15176            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
15177            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
15178            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15179            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
15180            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
15181            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
15182            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
15183            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
15184            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
15185            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
15186            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
15187            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
15188 ____________________________________________________________________________
15189 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
15190         Log: Subject: [PATCH dump.c] stray n_a
15191              From: Michael G Schwern <schwern@pobox.com> 
15192              Date: Mon, 31 Mar 2003 00:55:49 -0800 
15193              Message-ID: <20030331085549.GB1300@windhund.schwern.org> 
15194      Branch: perl
15195            ! dump.c
15196 ____________________________________________________________________________
15197 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
15198         Log: Some low-hanging fruit for EBCDIC portability
15199              (or for marking as EBCDIC todos)
15200      Branch: perl
15201            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
15202            ! t/uni/write.t
15203 ____________________________________________________________________________
15204 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
15205         Log: Upgrade to Time::HiRes 1.44.
15206      Branch: perl
15207            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15208 ____________________________________________________________________________
15209 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
15210         Log: IRIX 5.3 update.
15211      Branch: perl
15212            ! README.irix
15213 ____________________________________________________________________________
15214 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
15215         Log: Not all compilers like #ifdefs within cpp macros
15216              (follow-up on #19086)
15217      Branch: perl
15218            ! pp_sys.c
15219 ____________________________________________________________________________
15220 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
15221         Log: Ending strings is customary (typo from #19084).
15222      Branch: perl
15223            ! ext/Socket/Socket.t
15224 ____________________________________________________________________________
15225 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
15226         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
15227      Branch: perl
15228            ! MANIFEST
15229 ____________________________________________________________________________
15230 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
15231         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
15232              as the test expects.
15233      Branch: perl
15234            ! lib/Net/hostent.t
15235 ____________________________________________________________________________
15236 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
15237         Log: In IRIX 5.3 turn off some of the warnings that cannot
15238              really be helped (e.g. warnings coming from system headers,
15239              or linker warnings during Configure).
15240      Branch: perl
15241            ! hints/irix_5.sh
15242 ____________________________________________________________________________
15243 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
15244         Log: In IRIX 5.3 the cc is awfully confused about the prototype
15245              of select().
15246      Branch: perl
15247            ! hints/irix_5.sh pp_sys.c
15248 ____________________________________________________________________________
15249 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
15250         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
15251      Branch: perl
15252            + ext/Time/HiRes/hints/irix.pl
15253            ! MANIFEST
15254 ____________________________________________________________________________
15255 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
15256         Log: gethostbyname('localhost') is not that portable.
15257              inet_aton('localhost') in IRIX 5.3 returned an undef,
15258              which in turn made pack_sockaddr_in to barf on zero
15259              length in_addr.
15260      Branch: perl
15261            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
15262 ____________________________________________________________________________
15263 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
15264         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
15265              From: Nicholas Clark <nick@unfortu.net>
15266              Date: Sun, 30 Mar 2003 00:35:48 +0000
15267              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
15268      Branch: perl
15269            ! sv.c
15270 ____________________________________________________________________________
15271 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
15272         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
15273              not defined AF_LINK.
15274      Branch: perl
15275            ! ext/Socket/Socket.xs
15276 ____________________________________________________________________________
15277 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
15278         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
15279              From: Nicholas Clark <nick@unfortu.net>
15280              Date: Sat, 29 Mar 2003 18:58:09 +0000
15281              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
15282      Branch: perl
15283            ! dump.c
15284 ____________________________________________________________________________
15285 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
15286         Log: Minor rephrasing in perlopentut,
15287              noticed by Bob Wilkinson (RT [perl #21725])
15288      Branch: perl
15289            ! pod/perlopentut.pod
15290 ____________________________________________________________________________
15291 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
15292         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
15293              From: Nicholas Clark <nick@unfortu.net>
15294              Date: Thu, 27 Mar 2003 22:37:35 +0000
15295              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
15296      Branch: perl
15297            ! pod/perlapi.pod sv.h
15298 ____________________________________________________________________________
15299 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
15300         Log: It seems that in Tru64 V5 gcc cannot be used to
15301              compile a threaded Perl because <pthread.h> explicitly
15302              checks for supported compilers (gcc not being one of them).
15303              This is not so bad since the system C compiler is always there.
15304      Branch: perl
15305            ! README.tru64 hints/dec_osf.sh
15306 ____________________________________________________________________________
15307 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
15308         Log: Feeding illegal QP (like \x80) to this
15309              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
15310              caused a coredump in av_length() <- nextargv() because
15311              the av was NULL.  I don't know that returning Nullfp is
15312              the best thing to do, but it dodges the segfault and
15313              introduces no test failures.
15314      Branch: perl
15315            ! doio.c
15316 ____________________________________________________________________________
15317 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
15318         Log: Missing final \n.
15319      Branch: perl
15320            ! lib/Attribute/Handlers/Changes
15321 ____________________________________________________________________________
15322 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
15323         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
15324              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
15325              Date: 24 Mar 2003 16:29:08 -0000
15326              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
15327              plus a regression test
15328      Branch: perl
15329            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
15330 ____________________________________________________________________________
15331 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
15332         Log: Better version of change #19069
15333              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
15334              From: Nicholas Clark <nick@unfortu.net>
15335              Date: Wed, 26 Mar 2003 23:01:46 +0000
15336              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
15337      Branch: perl
15338            ! pp_hot.c sv.c t/op/readline.t
15339 ____________________________________________________________________________
15340 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
15341         Log: Subject: [patch] for Stratus VOS
15342              From: "Green, Paul" <Paul.Green@stratus.com>
15343              Date: Wed, 26 Mar 2003 17:24:38 -0500
15344              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
15345              (plus a small tweak to the test script)
15346      Branch: perl
15347            ! README.vos t/op/pack.t
15348 ____________________________________________________________________________
15349 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
15350         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
15351              From: Nicholas Clark <nick@unfortu.net>
15352              Date: Tue, 25 Mar 2003 22:59:17 +0000
15353              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
15354      Branch: perl
15355            ! sv.c t/op/readline.t
15356 ____________________________________________________________________________
15357 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
15358         Log: Win32 counterpart of change #19065
15359      Branch: perl
15360            ! win32/Makefile win32/makefile.mk
15361 ____________________________________________________________________________
15362 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
15363         Log: VMS counterpart of change #19065
15364      Branch: perl
15365            ! vms/descrip_mms.template
15366 ____________________________________________________________________________
15367 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
15368         Log: Upgrade to Term::ANSIColor 1.07.
15369      Branch: perl
15370            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
15371            ! lib/Term/ANSIColor/README
15372 ____________________________________________________________________________
15373 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
15374         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
15375              also separately maintained on CPAN, and now moved as
15376              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
15377              this last file.
15378      Branch: perl
15379            + utils/cpan.PL
15380           +> lib/CPAN/bin/cpan
15381            - utils/cpan
15382            ! MANIFEST installperl utils/Makefile
15383 ____________________________________________________________________________
15384 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
15385         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
15386              From: Dave Mitchell <davem@fdgroup.com>
15387              Date: Thu, 20 Mar 2003 01:26:19 +0000
15388              Message-ID: <20030320012619.C19869@fdgroup.com>
15389              
15390              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
15391              From: Dave Mitchell <davem@fdgroup.com>
15392              Date: Mon, 24 Mar 2003 16:06:51 +0000
15393              Message-ID: <20030324160651.D1798@fdgroup.com>
15394      Branch: perl
15395            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
15396 ____________________________________________________________________________
15397 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
15398         Log: Subject: [perl #21648] Doc typo in Net::servent
15399              From: Andy Lester (via RT) <perlbug-followup@perl.org>
15400              Date: 22 Mar 2003 05:02:31 -0000
15401              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
15402      Branch: perl
15403            ! lib/Net/servent.pm
15404 ____________________________________________________________________________
15405 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
15406         Log: Subject: [PATCH README.qnx] for QNX 6.2
15407              From: Norton Allen <allen@huarp.harvard.edu>
15408              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
15409              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
15410      Branch: perl
15411            ! README.qnx
15412 ____________________________________________________________________________
15413 [ 19060] By: merijn                                on 2003/03/26  13:13:23
15414         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
15415              From: "Craig A. Berry" <craigberry@mac.com>
15416              Date: Tue, 25 Mar 2003 22:52:58 -0600
15417              Message-ID: <3E81322A.3040508@mac.com>
15418      Branch: perl
15419            ! lib/vmsish.t
15420 ____________________________________________________________________________
15421 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
15422         Log: Change 19056 wasn't good enough.
15423              ldlibpth should be changed later, to avoid spaces to be quoted.
15424      Branch: perl
15425            ! Makefile.SH
15426 ____________________________________________________________________________
15427 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
15428         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
15429              From: Michael G Schwern <schwern@pobox.com>
15430              Date: Mon, 24 Mar 2003 00:50:39 -0800
15431              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
15432      Branch: perl
15433            ! pod/perlhist.pod
15434 ____________________________________________________________________________
15435 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
15436         Log: Typo, spotted by Doru Petrescu
15437              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
15438      Branch: perl
15439            ! ext/Data/Dumper/Dumper.pm
15440 ____________________________________________________________________________
15441 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
15442         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
15443              From: Enache Adrian <enache@rdslink.ro>
15444              Date: Mon, 24 Mar 2003 23:56:25 +0200
15445              Message-ID: <20030324215625.GB853@ratsnest.hole>
15446      Branch: perl
15447            ! Makefile.SH
15448 ____________________________________________________________________________
15449 [ 19055] By: merijn                                on 2003/03/24  07:05:39
15450         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
15451              From: Enache Adrian <enache@rdslink.ro>
15452              Date: Sat, 22 Mar 2003 22:49:49 +0200
15453              Message-ID: <20030322204949.GB794@ratsnest.hole>
15454              
15455              This is a slightly more defensive patch than Chip's patch that
15456              fell through the cracks, but does the same
15457              Subject: Shared libperl.so and build issues
15458              From: Chip Turner <cturner@redhat.com>
15459              Date: Tue 31 Dec 2002 17:21
15460      Branch: perl
15461            ! Makefile.SH
15462 ____________________________________________________________________________
15463 [ 19054] By: merijn                                on 2003/03/24  06:54:23
15464         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
15465              From: "Craig A. Berry" <craigberry@mac.com>
15466              Date: Sun, 23 Mar 2003 15:32:58 -0600
15467              Message-ID: <3E7E280A.5000304@mac.com>
15468      Branch: perl
15469            ! vms/vms.c
15470 ____________________________________________________________________________
15471 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
15472         Log: For change #19051: a new .bat to CRLF.
15473      Branch: perl
15474            ! Porting/makerel
15475 ____________________________________________________________________________
15476 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
15477         Log: WinCE update from Vadim Konovalov.
15478      Branch: perl
15479            + wince/compile-all.bat wince/makedist.pl
15480            - wince/include/sys/stat.h wince/xbuildall.ksh
15481            - wince/xdistclean.ksh wince/xmakediffs.ksh
15482            ! MANIFEST README.ce dosish.h wince/Makefile.ce
15483            ! wince/compile.bat wince/config.ce
15484 ____________________________________________________________________________
15485 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
15486         Log: Oops (change #19013 missed changing the Perl version number).
15487      Branch: perl
15488            ! cygwin/perlld.in
15489 ____________________________________________________________________________
15490 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
15491         Log: Integrate from maint-5.8:
15492              [ 19045]
15493              If no IVSIZE == 8, no need for modulo_1.
15494      Branch: perl
15495           !> pp.c
15496 ____________________________________________________________________________
15497 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
15498         Log: Subject: [PATCH] p4genpatch
15499              From: andreas.koenig@anima.de (Andreas J. Koenig)
15500              Date: Sat, 15 Mar 2003 12:04:18 +0100
15501              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
15502      Branch: perl
15503            ! Porting/p4genpatch
15504 ____________________________________________________________________________
15505 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
15506         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
15507              From: Martien Verbruggen <mgjv@tradingpost.com.au>
15508              Date: Sat, 15 Mar 2003 12:31:47 +1100
15509              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
15510      Branch: perl
15511            ! pod/perlsub.pod pod/perlsyn.pod
15512 ____________________________________________________________________________
15513 [ 19042] By: merijn                                on 2003/03/21  07:45:54
15514         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
15515              From: "Craig A. Berry" <craigberry@mac.com>
15516              Date: Thu, 20 Mar 2003 23:03:36 -0600
15517              Message-ID: <3E7A9D28.1040706@mac.com>
15518      Branch: perl
15519            ! configure.com vms/vms.c vms/vmsish.h
15520 ____________________________________________________________________________
15521 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
15522         Log: Subject: Re: [patch] [perl #21628] rcatline issue
15523              From: Enache Adrian <enache@rdslink.ro>
15524              Date: Thu, 20 Mar 2003 22:39:06 +0200
15525              Message-ID: <20030320203906.GA31199@ratsnest.hole>
15526      Branch: perl
15527            ! MANIFEST pp_hot.c t/op/readline.t
15528 ____________________________________________________________________________
15529 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
15530         Log: Subject: Re: Bytecode? Back into service.
15531              From: Enache Adrian <enache@rdslink.ro>
15532              Date: Thu, 20 Mar 2003 07:38:39 +0200
15533              Message-ID: <20030320053839.GA4044@ratsnest.hole>
15534      Branch: perl
15535            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15536            ! ext/ByteLoader/byterun.h op.c
15537 ____________________________________________________________________________
15538 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
15539         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
15540              From: "Gerrit P. Haase" <gp@familiehaase.de>
15541              Date: Thu, 20 Mar 2003 21:23:28 +0100
15542              Message-ID: <941032389637.20030320212328@familiehaase.de>
15543      Branch: perl
15544            ! README.cygwin
15545 ____________________________________________________________________________
15546 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
15547         Log: Integrate:
15548              [ 19033]
15549              file test operators weren't doing the right thing if the SV
15550              passed to them wasn't NUL-terminated
15551              
15552              [ 19034]
15553              ensure SVs returned by Win32::Get{Short,Full}PathName() are
15554              NUL-terminated
15555      Branch: perl
15556           !> doio.c win32/win32.c
15557 ____________________________________________________________________________
15558 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
15559         Log: Better wording as requested by Rafael, and
15560              the module is BerkeleyDB, not BerkeleyFile.
15561      Branch: perl
15562            ! README.tru64
15563 ____________________________________________________________________________
15564 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
15565         Log: Update the DB_File instructions in Tru64.
15566      Branch: perl
15567            ! README.tru64
15568 ____________________________________________________________________________
15569 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
15570         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
15571              From: Dave Mitchell <davem@fdgroup.com>
15572              Date: Tue, 18 Mar 2003 21:55:05 +0000
15573              Message-ID: <20030318215505.A16787@fdgroup.com>
15574      Branch: perl
15575            ! pp_ctl.c t/op/goto.t
15576 ____________________________________________________________________________
15577 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
15578         Log: Subject: [PATCH] VMS pod install tweaks
15579              From: "Craig A. Berry" <craigberry@mac.com>
15580              Date: Sat, 15 Mar 2003 16:06:07 -0600
15581              Message-ID: <3E73A3CF.3060502@mac.com>
15582      Branch: perl
15583            ! vms/descrip_mms.template
15584 ____________________________________________________________________________
15585 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
15586         Log: Subject: [PATCH] poll() help for VMS
15587              From: "Craig A. Berry" <craigberry@mac.com>
15588              Date: Tue, 18 Mar 2003 01:10:10 -0600
15589              Message-ID: <3E76C652.30205@mac.com>
15590      Branch: perl
15591            ! configure.com ext/IO/poll.h
15592 ____________________________________________________________________________
15593 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
15594         Log: The description of SIG_SIZE was off.
15595      Branch: perl
15596            ! Configure NetWare/config_H.wc Porting/Glossary
15597            ! Porting/config.sh Porting/config_H config_h.SH
15598            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
15599            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
15600            ! wince/config_H.ce
15601 ____________________________________________________________________________
15602 [ 19020] By: merijn                                on 2003/03/18  05:45:50
15603         Log: Minor updates of Wolfgang's pack patch
15604              
15605              Subject: Re: pack changes and related fixes
15606              From: Philip Newton <Philip.Newton@gmx.net>
15607              Date: Tue, 18 Mar 2003 06:19:30 +0100
15608              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
15609      Branch: perl
15610            ! embed.fnc pod/perldiag.pod
15611 ____________________________________________________________________________
15612 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
15613         Log: regenerate win32/config_H.*
15614      Branch: perl
15615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15616            ! win32/config_H.vc64
15617 ____________________________________________________________________________
15618 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
15619         Log: there is no trailing NULL in sig_name or sig_num, so don't
15620              talk about it
15621      Branch: perl
15622            ! Porting/Glossary
15623 ____________________________________________________________________________
15624 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
15625         Log: according to the new Porting/Glossary, sig_num doesn't have an
15626              extra '0' at the end
15627      Branch: perl
15628            ! win32/config.bc win32/config.gc win32/config.vc
15629            ! win32/config.vc64
15630 ____________________________________________________________________________
15631 [ 19016] By: hv                                    on 2003/03/18  00:52:09
15632         Log: add tests for existing behaviour of undef postinc/dec
15633      Branch: perl
15634            ! t/op/inc.t
15635 ____________________________________________________________________________
15636 [ 19015] By: hv                                    on 2003/03/18  00:46:18
15637         Log: add comment at undef postinc special case
15638      Branch: perl
15639            ! pp.c
15640 ____________________________________________________________________________
15641 [ 19014] By: hv                                    on 2003/03/18  00:27:19
15642         Log: clarify behaviour of $a++
15643      Branch: perl
15644            ! pod/perlop.pod
15645 ____________________________________________________________________________
15646 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
15647         Log: Integrate:
15648              [ 19012]
15649              We don't have the new Perl at this stage.
15650      Branch: perl
15651           !> cygwin/perlld.in
15652 ____________________________________________________________________________
15653 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
15654         Log: Subject: pack changes and related fixes
15655              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
15656              Date: Mon, 17 Mar 2003 13:55:37 +0100
15657              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
15658      Branch: perl
15659            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
15660            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
15661            ! t/lib/warnings/pp_pack t/op/pack.t
15662 ____________________________________________________________________________
15663 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
15664         Log: Integrate:
15665              [ 19006]
15666              Subject: Re: [Patch] Maintperl versioning for Cygwin
15667              From: Slaven Rezic <slaven@rezic.de>
15668              Date: 17 Mar 2003 00:42:43 +0100
15669              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
15670      Branch: perl
15671           !> cygwin/perlld.in
15672 ____________________________________________________________________________
15673 [ 19005] By: hv                                    on 2003/03/17  02:06:20
15674         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
15675              From: chocolateboy <chocolateboy@chocolatey.com>
15676              Date: Sat, 22 Feb 2003 12:17:28 +0000
15677              Message-ID: <3E576A58.8010901@chocolatey.com>
15678      Branch: perl
15679            + ext/Data/Dumper/t/pair.t
15680            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15681 ____________________________________________________________________________
15682 [ 19004] By: hv                                    on 2003/03/17  01:38:23
15683         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
15684              From: Stas Bekman <stas@stason.org>
15685              Date: Fri, 14 Feb 2003 11:59:53 +1100
15686              Message-ID: <3E4C3F89.6050005@stason.org>
15687      Branch: perl
15688            ! utils/h2xs.PL
15689 ____________________________________________________________________________
15690 [ 19003] By: hv                                    on 2003/03/17  01:23:02
15691         Log: Subject: [perl #20724] Patch for dprofpp
15692              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
15693              Date: 5 Feb 2003 08:41:17 -0000
15694              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
15695      Branch: perl
15696            ! utils/dprofpp.PL
15697 ____________________________________________________________________________
15698 [ 19002] By: hv                                    on 2003/03/16  23:36:57
15699         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
15700              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
15701              Date: 10 Jan 2003 10:59:44 -0000
15702              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
15703      Branch: perl
15704            ! lib/IPC/Open3.pm
15705 ____________________________________________________________________________
15706 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
15707         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
15708              for 3.3, but only might)
15709      Branch: perl
15710            ! hints/openbsd.sh
15711 ____________________________________________________________________________
15712 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
15713         Log: Stay within known facts: what platforms the skippage helps,
15714              and in which it is not needed.
15715      Branch: perl
15716            ! ext/POSIX/t/posix.t
15717 ____________________________________________________________________________
15718 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
15719         Log: This seems to fix (well, dodge) the problems in FreeBSD for
15720              Enache Adrian; in _theory_ this patch could be good for NetBSD,
15721              too, but Alian gets a core dump already at subtest #9 (anyone
15722              with a real NetBSD, Alian's is a VMware one, which has in the
15723              past caused similar odd crashes).  OpenBSD threaded build result
15724              still unknown.
15725      Branch: perl
15726            ! ext/POSIX/t/posix.t
15727 ____________________________________________________________________________
15728 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
15729         Log: IRIX ls -l marks sockets with 'S'.
15730      Branch: perl
15731            ! t/op/stat.t
15732 ____________________________________________________________________________
15733 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
15734         Log: Turn on UTF-8 flag only if the $str is valid utf8
15735              (pointed out by Dan Kogai).
15736      Branch: perl
15737            ! lib/Term/ReadLine.pm
15738 ____________________________________________________________________________
15739 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
15740         Log: Signedness nits.
15741      Branch: perl
15742            ! regcomp.c
15743 ____________________________________________________________________________
15744 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
15745         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
15746              Should work both for PERL_UNICODE/-C and use encoding 'foo';
15747      Branch: perl
15748            ! lib/Term/ReadLine.pm
15749 ____________________________________________________________________________
15750 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
15751         Log: Pod fix from Philip Newton.
15752      Branch: perl
15753            ! pod/perlfunc.pod
15754 ____________________________________________________________________________
15755 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
15756         Log: Further potential pitfalls for the utf8 len/pos cache
15757              found by Inaba Hiroto.  No test cases, yet.
15758      Branch: perl
15759            ! regcomp.c
15760 ____________________________________________________________________________
15761 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
15762         Log: Make the :bytes conditional on PerlIO.
15763      Branch: perl
15764            ! ext/Encode/t/CJKT.t
15765 ____________________________________________________________________________
15766 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
15767         Log: Needs PerlIO for :bytes.
15768      Branch: perl
15769            ! ext/Encode/t/CJKT.t
15770 ____________________________________________________________________________
15771 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
15772         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
15773              From: Enache Adrian <enache@rdslink.ro>
15774              Date: Fri, 14 Mar 2003 23:02:42 +0200
15775              Message-ID: <20030314210242.GA1159@ratsnest.hole>
15776              (with an added test)
15777      Branch: perl
15778            ! t/comp/parser.t toke.c
15779 ____________________________________________________________________________
15780 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
15781         Log: Time::HiRes is a core module
15782      Branch: perl
15783            ! pod/perlfunc.pod
15784 ____________________________________________________________________________
15785 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
15786         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
15787              From: Stas Bekman <stas@stason.org>
15788              Date: Fri, 14 Mar 2003 17:45:09 +1100
15789              Message-ID: <3E717A75.2060300@stason.org>
15790      Branch: perl
15791            ! ext/B/typemap
15792 ____________________________________________________________________________
15793 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
15794         Log: Better pass in the $self for a method.
15795      Branch: perl
15796            ! lib/File/Spec/Unix.pm
15797 ____________________________________________________________________________
15798 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
15799         Log: Cleanup the File::Spec tmpdir() implementations:
15800              now all the platforms specific modules call _tmpdir()
15801              (inherited from Unix.pm) with the list of platform
15802              specific list of temporary directories, and _tmpdir()
15803              then does the appropriate suitability checking.
15804      Branch: perl
15805            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
15806            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15807            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15808            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15809 ____________________________________________________________________________
15810 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
15811         Log: whichsig() really does return -1 for unknown signals.
15812      Branch: perl
15813            ! mg.c
15814 ____________________________________________________________________________
15815 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
15816         Log: Rework the @Config{/sig.*/} tests.
15817      Branch: perl
15818            ! lib/Config.t
15819 ____________________________________________________________________________
15820 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
15821         Log: Subject: [PATCH] configure.com: sig_num, etc.
15822              From: "Craig A. Berry" <craigberry@mac.com>
15823              Date: Thu, 13 Mar 2003 21:38:19 -0600
15824              Message-ID: <3E714EAB.6030001@mac.com>
15825      Branch: perl
15826            ! configure.com
15827 ____________________________________________________________________________
15828 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
15829         Log: Make whichsig() to work also if some system defines
15830              zero signals (now -1 is the "not found").  Note that
15831              in couple of mg.c spots only whichsig() > 0 branches
15832              are taken because signal handlers et al don't make
15833              much sense for the zero signal.
15834      Branch: perl
15835            ! doio.c mg.c
15836 ____________________________________________________________________________
15837 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
15838         Log: Since Configure does the signal name/number probe with awk
15839              based on the cpp results (not by really running code), testing
15840              for the signum value is not really helpful if we have runtime
15841              function calls (some signal numbers are dynamic, for example)
15842              (or other extra stuff where the signum value is expected).
15843              (Runtimeness also means that Configure cannot get these right,
15844              anyway.) Better filter in just the constant non-negative numbers.
15845      Branch: perl
15846            ! Configure
15847 ____________________________________________________________________________
15848 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
15849         Log: Signal issues.
15850              (1) Filter out negative signals.
15851              (2) Correct sig_num* and sig_name* descriptions.
15852      Branch: perl
15853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15854            ! config_h.SH
15855 ____________________________________________________________________________
15856 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
15857         Log: Hopefully this works also in Win32.
15858      Branch: perl
15859            ! ext/Encode/t/CJKT.t
15860 ____________________________________________________________________________
15861 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
15862         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
15863              From: "Craig A. Berry" <craigberry@mac.com>
15864              Date: Thu, 13 Mar 2003 13:44:55 -0600
15865              Message-ID: <3E70DFB7.8070405@mac.com>
15866      Branch: perl
15867            ! lib/Pod/Perldoc.pm
15868 ____________________________________________________________________________
15869 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
15870         Log: fix for switchC.t test#6 failure on windows
15871      Branch: perl
15872            ! perl.c
15873 ____________________________________________________________________________
15874 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
15875         Log: Config.t wasn't getting the sig_num and sig_size relationship
15876              right, and therefore failed test#35 on windows
15877              
15878              note that config_h.SH documents that $sig_size does NOT include
15879              the final NULL in $sig_num!
15880      Branch: perl
15881            ! lib/Config.t
15882 ____________________________________________________________________________
15883 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
15884         Log: another fix for failing test on windows ("use encoding" puts
15885              STDIN in :raw mode, so chomp() wasn't stripping the CR)
15886      Branch: perl
15887            ! ext/Encode/t/enc_module.t
15888 ____________________________________________________________________________
15889 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
15890         Log: fix CJKT.t failures on windows due to incorrect binmode()
15891      Branch: perl
15892            ! ext/Encode/t/CJKT.t
15893 ____________________________________________________________________________
15894 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
15895         Log: Skip the last test of Config.t on HP-UX.
15896              (This test should be skipped for every system that
15897              actually defines a negative signal number. Maybe that
15898              test should be removed, to be future-proof.)
15899      Branch: perl
15900            ! lib/Config.t
15901 ____________________________________________________________________________
15902 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
15903         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 
15904              From: Kurt Starsinic <kstar@cpan.org>
15905              Date: Mon, 10 Mar 2003 00:54:49 -0500
15906              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
15907      Branch: perl
15908            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15909 ____________________________________________________________________________
15910 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
15911         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
15912              From: "Craig A. Berry" <craigberry@mac.com>
15913              Date: Tue, 11 Mar 2003 21:29:31 -0600
15914              Message-ID: <3E6EA99B.9060902@mac.com>
15915              Patch by Scott Lepage (scott.lepage@hp.com)
15916      Branch: perl
15917            ! hv.c
15918 ____________________________________________________________________________
15919 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
15920         Log: Some more stdlib.h inclusions and change the gccversion
15921              test to use return (could have used that for all, sigh).
15922      Branch: perl
15923            ! Configure
15924 ____________________________________________________________________________
15925 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
15926         Log: Trims slashes from the argument to rmdir(), likewise
15927              to what happens with rmdir(). Factorize the code in a
15928              local macro, TRIMSLASHES.
15929      Branch: perl
15930            ! pp_sys.c
15931 ____________________________________________________________________________
15932 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
15933         Log: VOS nit from Paul Green.
15934      Branch: perl
15935            ! vos/configure_full_perl.sh
15936 ____________________________________________________________________________
15937 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
15938         Log: File::Spec: Do not fall back to '', use curdir instead.
15939              Note: Mac used to use cwd(), now curdir, slight change
15940              (relative vs. absolute).
15941      Branch: perl
15942            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
15943            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15944            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15945 ____________________________________________________________________________
15946 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
15947         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
15948              was unset (the tests attempted to create files at the /)
15949      Branch: perl
15950            ! lib/File/Spec/Cygwin.pm
15951 ____________________________________________________________________________
15952 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
15953         Log: Another finding by IRIX cc: non-void function
15954              sv_cat_decode() should return a value.
15955      Branch: perl
15956            ! sv.c
15957 ____________________________________________________________________________
15958 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
15959         Log: Integrate:
15960              [ 18949]
15961              pudge> never integrate anything from macos/
15962      Branch: perl
15963            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
15964            - macos/macperl.sym
15965           !> MANIFEST
15966 ____________________________________________________________________________
15967 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
15968         Log: Integrate:
15969              [ 18946]
15970              Integrate from maint-5.8/macperl:
15971              [ 18937]
15972              Various MacOS portability fixes for tests
15973              
15974              [ 18938]
15975              File::Spec::Unix method should be called on $self
15976              
15977              [ 18939]
15978              lib.pm:_get_dirs() should use $_[0], not $_
15979              
15980              [ 18940]
15981              Update MacOS for new configpm
15982              
15983              [ 18941]
15984              Update MacOS build
15985              Update Makefile for new source files,
15986              update test script, add additional symbol for APItest
15987      Branch: perl
15988           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
15989           +> macos/macperl.sym
15990           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
15991           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
15992           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
15993           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
15994           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
15995           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
15996 ____________________________________________________________________________
15997 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
15998         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
15999              (Too early? If inited there the pthread_mutex_init() returns
16000              an integer much too large be an errno), but initing the mutex
16001              later, in perl_alloc(), seems to be okay with Cygwin, and also
16002              with Linux.
16003      Branch: perl
16004            ! perl.c
16005 ____________________________________________________________________________
16006 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
16007         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
16008      Branch: perl
16009            ! Configure
16010 ____________________________________________________________________________
16011 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
16012         Log: Tell how to possibly dodge 'Out of memory' errors.
16013      Branch: perl
16014            ! pod/perldiag.pod
16015 ____________________________________________________________________________
16016 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
16017         Log: WinCE tweaks from Vadim Konovalov.
16018      Branch: perl
16019            ! perl.c perlio.c wince/Makefile.ce
16020 ____________________________________________________________________________
16021 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
16022         Log: Missed one.
16023      Branch: perl
16024            ! Configure
16025 ____________________________________________________________________________
16026 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
16027         Log: Single vs doublequoted context is important...
16028      Branch: perl
16029            ! Configure
16030 ____________________________________________________________________________
16031 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
16032         Log: """glob.*""" patch for VMS, from Peter Prymmer.
16033      Branch: perl
16034            ! vms/perlvms.pod vms/vms.c
16035 ____________________________________________________________________________
16036 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
16037         Log: Questionable construct.
16038      Branch: perl
16039            ! pod/perltooc.pod
16040 ____________________________________________________________________________
16041 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
16042         Log: Better setmode() prototype for cygwin.
16043      Branch: perl
16044            ! perl.h
16045 ____________________________________________________________________________
16046 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
16047         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
16048      Branch: perl
16049            ! Configure
16050 ____________________________________________________________________________
16051 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
16052         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
16053              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
16054              So make the macro to include the , and the non-gcc case empty.
16055      Branch: perl
16056            ! sv.h
16057 ____________________________________________________________________________
16058 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
16059         Log: Uid_t and Gid_t can easily be shorts and one cannot
16060              pull shorts off the va_args, int is the shortest (ahem).
16061      Branch: perl
16062            ! reentr.c reentr.pl
16063 ____________________________________________________________________________
16064 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
16065         Log: Subject: [PATCH] io_sock.t
16066              From: Norton Allen <allen@huarp.harvard.edu>
16067              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
16068              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
16069      Branch: perl
16070            ! README.qnx ext/IO/lib/IO/t/io_sock.t
16071 ____________________________________________________________________________
16072 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
16073         Log: Get rid of one Cygwin warning by introducing a prototype
16074              for the init_os_extras().  Since there is no header file
16075              in Perl specific to cygwin, use perl.h.
16076      Branch: perl
16077            ! perl.h
16078 ____________________________________________________________________________
16079 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
16080         Log: Upgrade to Time-HiRes 1.43.
16081      Branch: perl
16082            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16083            ! ext/Time/HiRes/Makefile.PL
16084 ____________________________________________________________________________
16085 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
16086         Log: Be more lax about the out of memory error message.
16087      Branch: perl
16088            ! t/op/recurse.t
16089 ____________________________________________________________________________
16090 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
16091         Log: Try to handle hitting the heap/data limit in small systems.
16092              (One can simulate this with e.g. 32MB or 64MB datasize,
16093              use your shell's ulimit/limit/limits command.)
16094      Branch: perl
16095            ! t/op/recurse.t
16096 ____________________________________________________________________________
16097 [ 18912] By: hv                                    on 2003/03/11  07:36:00
16098         Log: typo for utf8locale in #18907
16099      Branch: perl
16100            ! sv.c
16101 ____________________________________________________________________________
16102 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
16103         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
16104              From: "Craig A. Berry" <craigberry@mac.com>
16105              Date: Tue, 11 Mar 2003 00:34:39 -0600
16106              Message-ID: <3E6D837F.7000506@mac.com>
16107      Branch: perl
16108            ! perl.c
16109 ____________________________________________________________________________
16110 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
16111         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
16112      Branch: perl
16113            ! emacs/cperl-mode.el
16114 ____________________________________________________________________________
16115 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
16116         Log: Missed some, cryptically.
16117      Branch: perl
16118            ! pod/perlfunc.pod
16119 ____________________________________________________________________________
16120 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
16121         Log: Add missing intrpvar clonings to perl_clone.
16122              Also move the IDBassertion to the end since there's
16123              no particular reason to break bincompat for that.
16124      Branch: perl
16125            ! intrpvar.h sv.c
16126 ____________________________________________________________________________
16127 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
16128         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
16129      Branch: perl
16130            ! intrpvar.h
16131 ____________________________________________________________________________
16132 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
16133         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
16134              From: Stas Bekman <stas@stason.org>
16135              Date: Tue, 11 Mar 2003 17:09:02 +1100
16136              Message-ID: <3E6D7D7E.5000704@stason.org>
16137      Branch: perl
16138            ! sv.c
16139 ____________________________________________________________________________
16140 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
16141         Log: Subject: [PATCH] typos and other minor things
16142              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16143              Date: Mon, 10 Mar 2003 21:00:55 -0700
16144              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
16145      Branch: perl
16146            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
16147            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
16148            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
16149            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
16150            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
16151            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
16152            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
16153            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
16154            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
16155 ____________________________________________________________________________
16156 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
16157         Log: A rejected hunk of #18902 reapplied.
16158      Branch: perl
16159            ! t/io/utf8.t
16160 ____________________________________________________________________________
16161 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
16162         Log: Patch from Craig Berry to resolve test failures in VMS.
16163              Will poke the Net::Ping author.
16164      Branch: perl
16165            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
16166            ! t/io/utf8.t t/op/magic.t
16167 ____________________________________________________________________________
16168 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
16169         Log: Integrate (by hand) change #18386 from maint-5.8
16170      Branch: perl
16171            ! t/op/split.t
16172 ____________________________________________________________________________
16173 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
16174         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
16175      Branch: perl
16176            ! t/run/switchC.t
16177 ____________________________________________________________________________
16178 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
16179         Log: A new test, to check that signal numbers are actually positive,
16180              and that there is a consistent number of signals available.
16181      Branch: perl
16182            ! lib/Config.t
16183 ____________________________________________________________________________
16184 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
16185         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
16186              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16187              Date: Fri, 07 Mar 2003 13:12:49 -0800
16188              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
16189      Branch: perl
16190            ! mg.c pod/perldiag.pod t/op/tie.t
16191 ____________________________________________________________________________
16192 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
16193         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
16194              From: Nicholas Clark <nick@unfortu.net>
16195              Date: Sun, 9 Mar 2003 21:24:46 +0000
16196              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
16197      Branch: perl
16198            ! lib/Config.t
16199 ____________________________________________________________________________
16200 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
16201         Log: Integrate from maint:
16202              [ 18428]
16203              Somehow I managed to get makefile.olds that didn't get cleaned away.
16204      Branch: perl
16205           !> Makefile.SH x2p/Makefile.SH
16206 ____________________________________________________________________________
16207 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
16208         Log: Comment fix.
16209      Branch: perl
16210            ! t/io/utf8.t
16211 ____________________________________________________________________________
16212 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
16213         Log: Remove the foo-old files.
16214      Branch: perl
16215            ! opcode.pl
16216 ____________________________________________________________________________
16217 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
16218         Log: Subject: Re: Shared libperl.so and build issues
16219              From: Chip Turner <cturner@redhat.com>
16220              Date: 05 Jan 2003 10:35:40 -0500
16221              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
16222      Branch: perl
16223            ! INSTALL
16224 ____________________________________________________________________________
16225 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
16226         Log: Bunch of doc patches from Stas; plus regen.
16227              
16228              Subject: [doc patch] perl.c's pod api entry
16229              From: Stas Bekman <stas@stason.org>
16230              Date: Mon, 10 Mar 2003 12:35:52 +1100
16231              Message-ID: <3E6BEBF8.80402@stason.org>
16232              
16233              Subject: Re: [patch] perlguts.pod
16234              From: Stas Bekman <stas@stason.org>
16235              Date: Mon, 10 Mar 2003 12:38:57 +1100
16236              Message-ID: <3E6BECB1.7050009@stason.org>
16237              
16238              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
16239              From: Stas Bekman <stas@stason.org>
16240              Date: Mon, 10 Mar 2003 12:41:46 +1100
16241              Message-ID: <3E6BED5A.801@stason.org>
16242              
16243              Subject: Re: [patch] perlapi.pod fix
16244              From: Stas Bekman <stas@stason.org>
16245              Date: Mon, 10 Mar 2003 12:43:33 +1100
16246              Message-ID: <3E6BEDC5.6010405@stason.org>
16247              
16248              Subject: Re: [docs patch] replace gets() with fgets() in example
16249              From: Stas Bekman <stas@stason.org>
16250              Date: Mon, 10 Mar 2003 12:45:41 +1100
16251              Message-ID: <3E6BEE45.9030901@stason.org>
16252              
16253              Subject: [doc patch] perlrun.pod
16254              From: Stas Bekman <stas@stason.org>
16255              Date: Mon, 10 Mar 2003 14:49:59 +1100
16256              Message-ID: <3E6C0B67.4050606@stason.org>
16257      Branch: perl
16258            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
16259            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
16260 ____________________________________________________________________________
16261 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
16262         Log: Must not hide the protos, though.
16263      Branch: perl
16264            ! embed.pl proto.h
16265 ____________________________________________________________________________
16266 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
16267         Log: I hate embed*.  Tell me what you know.
16268      Branch: perl
16269            ! embed.fnc embed.h
16270 ____________________________________________________________________________
16271 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
16272         Log: Upgrade to Encode 1.91.
16273      Branch: perl
16274            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16275            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
16276 ____________________________________________________________________________
16277 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
16278         Log: Export the symbols from #18863; do not prototype (but export)
16279              Nick Clark's experimental COW functions.
16280              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
16281              a mess of Herculean proportions.  Someone should redesign and
16282              clean up the stables.
16283      Branch: perl
16284            ! embed.fnc embed.pl global.sym proto.h
16285 ____________________________________________________________________________
16286 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
16287         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
16288      Branch: perl
16289            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
16290            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
16291            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
16292            ! ext/Encode/t/enc_module.t
16293 ____________________________________________________________________________
16294 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
16295         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
16296              under 'use encoding'.
16297      Branch: perl
16298            + ext/Encode/t/enc_data.t
16299            ! MANIFEST ext/Encode/MANIFEST toke.c
16300 ____________________________________________________________________________
16301 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
16302         Log: Tru64: additional instructions for building a newer Berkeley DB.
16303      Branch: perl
16304            ! README.tru64 hints/dec_osf.sh
16305 ____________________________________________________________________________
16306 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
16307         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
16308              function stubs, should be helpful for really simple extensions.
16309              Undoes large parts of changes #16289 and #16290.
16310      Branch: perl
16311            ! sv.c
16312 ____________________________________________________________________________
16313 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
16314         Log: ... and add a test case for bug #20798
16315      Branch: perl
16316            ! t/op/eval.t
16317 ____________________________________________________________________________
16318 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
16319         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
16320              From: Enache Adrian <enache@rdslink.ro>
16321              Date: Fri, 7 Mar 2003 23:28:37 +0200
16322              Message-ID: <20030307212837.GB765@ratsnest.hole>
16323              
16324              (and few more test cases from the thread)
16325      Branch: perl
16326            ! sv.c t/op/sprintf.t
16327 ____________________________________________________________________________
16328 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
16329         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
16330              From: Enache Adrian <enache@rdslink.ro>
16331              Date: Fri, 7 Mar 2003 00:12:03 +0200
16332              Message-ID: <20030306221203.GB13330@ratsnest.hole>
16333      Branch: perl
16334            ! op.c
16335 ____________________________________________________________________________
16336 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
16337         Log: Adjust test count.
16338      Branch: perl
16339            ! t/op/pat.t
16340 ____________________________________________________________________________
16341 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
16342         Log: From Inaba Hiroto: re_intuit_start set a value to
16343              PL_bostr before calling find_byclass when regexp has
16344              ROPT_UTF8 flag on. But right value for PL_bostr is set
16345              before re_intuit_start is called.  PL_regdata is always
16346              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
16347              can be deleted.                                 
16348      Branch: perl
16349            ! regexec.c t/op/pat.t
16350 ____________________________________________________________________________
16351 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
16352         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
16353              updated when fbm_compile() appended a "\n".
16354      Branch: perl
16355            ! t/op/pat.t util.c
16356 ____________________________________________________________________________
16357 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
16358         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
16359              Print it in B::Debug. Can be used later in B::Deparse to deparse
16360              the open pragma.
16361      Branch: perl
16362            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
16363 ____________________________________________________________________________
16364 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
16365         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
16366              From: Richard.Foley@ubsw.com
16367              Date: Fri, 21 Feb 2003 13:51:51 +0100
16368              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
16369      Branch: perl
16370            ! pod/perldebug.pod
16371 ____________________________________________________________________________
16372 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
16373         Log: Enache Adrian reads comments.
16374      Branch: perl
16375            ! perl.h
16376 ____________________________________________________________________________
16377 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
16378         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
16379              From: Richard Soderberg <perl@crystalflame.net>
16380              Date: Sat, 15 Feb 2003 01:27:17 -0500
16381              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
16382      Branch: perl
16383            ! ext/IO/lib/IO/Select.pm
16384 ____________________________________________________________________________
16385 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
16386         Log: Subject: [PATCH] long %ENV values for VMS
16387              From: "Craig A. Berry" <craigberry@mac.com>
16388              Date: Fri, 07 Mar 2003 13:49:50 -0600
16389              Message-ID: <3E68F7DE.8070603@mac.com>
16390      Branch: perl
16391            ! vms/vms.c
16392 ____________________________________________________________________________
16393 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
16394         Log: regen_headers tiny tidying:
16395              - regen.pl renamed as regen_lib.pl
16396              - regen_headers.pl renamed as regen.pl
16397              - added make target 'regen' (kept target 'regen_headers'
16398              for porters' brains' backward compatibility)
16399              - regen.pl fancified a bit to display the names
16400              of the files that got changed by running the scripts
16401      Branch: perl
16402            + regen_lib.pl
16403            - regen_headers.pl
16404            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
16405            ! keywords.pl opcode.pl regcomp.pl regen.pl
16406 ____________________________________________________________________________
16407 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
16408         Log: Give pointers to runtime Unicode changes.
16409      Branch: perl
16410            ! pod/perlrun.pod pod/perlvar.pod
16411 ____________________________________________________________________________
16412 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
16413         Log: Extra character noticed by Tels.
16414      Branch: perl
16415            ! MANIFEST
16416 ____________________________________________________________________________
16417 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
16418         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
16419              From: Kay Roepke <kay@dolphin-services.de>
16420              Date: Thu, 06 Mar 2003 23:00:10 +0100
16421              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
16422              
16423              (plus change the d_gethostbyaddr_r_proto default to "0",
16424              that is what an undefined r_proto looks like)
16425      Branch: perl
16426            ! hints/freebsd.sh
16427 ____________________________________________________________________________
16428 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
16429         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
16430              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
16431              in non-glibc case", from Craig Berry)
16432      Branch: perl
16433            ! pp.c
16434 ____________________________________________________________________________
16435 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
16436         Log: Good observation from Philip Newton.
16437      Branch: perl
16438            ! pod/perlrun.pod
16439 ____________________________________________________________________________
16440 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
16441         Log: Make the -A switch work without an assertion name.
16442              by Salvador Fandiño.
16443      Branch: perl
16444            ! perl.c t/run/switch_A.t
16445 ____________________________________________________________________________
16446 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
16447         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
16448              From: "Jos I. Boumans" <kane@dwim.org>
16449              Date: Fri, 21 Feb 2003 20:33:53 +0100
16450              Message-ID: <3E567F21.6020006@dwim.org>
16451              (with some minor tweaks)
16452      Branch: perl
16453            ! pod/perlmodstyle.pod
16454 ____________________________________________________________________________
16455 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
16456         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
16457              From: Enache Adrian <enache@rdslink.ro>
16458              Date: Sun, 2 Mar 2003 06:05:22 +0200
16459              Message-ID: <20030302040522.GB4905@ratsnest.hole>
16460      Branch: perl
16461            ! t/op/subst.t
16462 ____________________________________________________________________________
16463 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
16464         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
16465              From: Enache Adrian <enache@rdslink.ro>
16466              Date: Wed, 5 Mar 2003 12:06:20 +0200
16467              Message-ID: <20030305100620.GA909@ratsnest.hole>
16468      Branch: perl
16469            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
16470            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
16471 ____________________________________________________________________________
16472 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
16473         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
16474              From: "Craig A. Berry" <craigberry@mac.com>
16475              Date: Thu, 06 Mar 2003 10:42:05 -0600
16476              Message-ID: <3E677A5D.10805@mac.com>
16477      Branch: perl
16478            ! mg.c
16479 ____________________________________________________________________________
16480 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
16481         Log: Thinko fix.
16482      Branch: perl
16483            ! Porting/findrfuncs
16484 ____________________________________________________________________________
16485 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
16486         Log: PERL_UNICODE explanation saga continues.
16487      Branch: perl
16488            ! pod/perlrun.pod
16489 ____________________________________________________________________________
16490 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
16491         Log: Handle also extra directories et alia.
16492      Branch: perl
16493            ! Porting/manicheck
16494 ____________________________________________________________________________
16495 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
16496         Log: Add mani(fest) check(ing) utility.
16497      Branch: perl
16498            + Porting/manicheck
16499            ! MANIFEST
16500 ____________________________________________________________________________
16501 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
16502         Log: Subject: [patch config_h.SH] redefining __attribute__
16503              From: Stas Bekman <stas@stason.org>
16504              Date: Thu, 06 Mar 2003 12:03:39 +1100
16505              Message-ID: <3E669E6B.1060606@stason.org>
16506      Branch: perl
16507            ! Configure NetWare/config_H.wc Porting/config.sh
16508            ! Porting/config_H config_h.SH plan9/config.plan9
16509            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
16510            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
16511 ____________________________________________________________________________
16512 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
16513         Log: Couple more _r possibilities (found in a RH 8.0 box), and
16514              the random() macros were all wrong.  (I don't know why
16515              metaconfig did so much reordering of config_h.SH.)
16516      Branch: perl
16517            ! Configure config_h.SH reentr.h reentr.pl
16518 ____________________________________________________________________________
16519 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
16520         Log: Change #18829 makes this test workaround obsolete.
16521      Branch: perl
16522            ! ext/B/t/deparse.t
16523 ____________________________________________________________________________
16524 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
16525         Log: Patch by Salvador Fandiño to read the warning mask
16526              returned by caller() and ${^WARNING_BITS} from
16527              $warnings::Bits{all} and not from the hardcoded core
16528              constant. (This mask could have been extended by
16529              warnings::register.) Plus tests.
16530      Branch: perl
16531            ! mg.c pp_ctl.c t/op/caller.t
16532 ____________________________________________________________________________
16533 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
16534         Log: Subject: [PATCH] assertions
16535              From: Salvador Fandiño <sfandino@yahoo.com>
16536              Date: Fri, 21 Feb 2003 17:26:16 +0000
16537              Message-ID: <3E566138.4090709@yahoo.com>
16538              and the complement : (with added comments)
16539              Subject: [PATCH] bug in ext/B/t/deparse.t
16540              Message-ID: <3E563E16.7060303@yahoo.com>
16541              plus perldiag.pod patch for the new warning
16542              (previous change was, once again, empty)
16543      Branch: perl
16544            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
16545            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
16546            ! pod/perldiag.pod warnings.h warnings.pl
16547 ____________________________________________________________________________
16548 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
16549         Log: Subject: [PATCH] assertions
16550              From: Salvador Fandiño <sfandino@yahoo.com>
16551              Date: Fri, 21 Feb 2003 17:26:16 +0000
16552              Message-ID: <3E566138.4090709@yahoo.com>
16553              and the complement : (with added comments)
16554              Subject: [PATCH] bug in ext/B/t/deparse.t
16555              Message-ID: <3E563E16.7060303@yahoo.com>
16556              plus perldiag.pod patch for the new warning
16557      Branch: perl
16558            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
16559            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
16560            ! pod/perldiag.pod warnings.h warnings.pl
16561 ____________________________________________________________________________
16562 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
16563         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
16564              The variant is from how List::Util Util.xs does it.
16565      Branch: perl
16566            ! ext/Devel/PPPort/PPPort.pm
16567 ____________________________________________________________________________
16568 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
16569         Log: Doc typos.
16570      Branch: perl
16571            ! lib/File/Find.pm
16572 ____________________________________________________________________________
16573 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
16574         Log: Try to give rcatline() a good jog on Unicode.
16575      Branch: perl
16576            ! t/io/utf8.t
16577 ____________________________________________________________________________
16578 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
16579         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
16580              From: Enache Adrian <enache@rdslink.ro>
16581              Date: Sun, 2 Mar 2003 05:43:54 +0200
16582              Message-ID: <20030302034354.GA4905@ratsnest.hole>
16583      Branch: perl
16584            ! sv.c t/io/utf8.t
16585 ____________________________________________________________________________
16586 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
16587         Log: Can't test this without PerlIO.
16588      Branch: perl
16589            ! t/uni/write.t
16590 ____________________________________________________________________________
16591 [ 18820] By: sky                                   on 2003/03/04  01:01:07
16592         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
16593              What happened was that a constant was freed, the pad released but
16594              the pad slot still held the SV, when pad slot was reallocated
16595              to be a target for a stringify, it did a sv_setpv on the target
16596              and the original SV was wiped out. When this SV was later on
16597              to new places using the constant, they got the wrong value.
16598              By replacing pad_free with pad_swipe for these cases, we
16599              won't have such a problem. (pad_swipe also removes the
16600              pointer to the original SV).
16601      Branch: perl
16602            ! op.c
16603 ____________________________________________________________________________
16604 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
16605         Log: Further clarification on PERL_UNICODE's semantics.
16606      Branch: perl
16607            ! pod/perlrun.pod
16608 ____________________________________________________________________________
16609 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
16610         Log: Sync with libnet-1.13
16611      Branch: perl
16612            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
16613            ! lib/Net/POP3.pm lib/Net/SMTP.pm
16614 ____________________________________________________________________________
16615 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
16616         Log: Upgrade to Unicode::Normalize 0.20.
16617      Branch: perl
16618            ! ext/Unicode/Normalize/Changes
16619            ! ext/Unicode/Normalize/Normalize.pm
16620            ! ext/Unicode/Normalize/Normalize.xs
16621            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16622            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16623            ! ext/Unicode/Normalize/t/test.t
16624 ____________________________________________________________________________
16625 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
16626         Log: Upgrade to Encode 1.89.  The enc_module.t required
16627              a little tweak, sending that to Dan.
16628      Branch: perl
16629            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
16630            + ext/Encode/t/enc_module.t
16631            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
16632            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
16633            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
16634            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
16635            ! ext/Encode/ucm/viscii.ucm
16636 ____________________________________________________________________________
16637 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
16638         Log: Use a macro for abs() to avoid the possible truncation to an int;
16639              also make an explicit (double)cast for the arguments to fabs().
16640      Branch: perl
16641            ! perl.h pp.c sv.c util.c
16642 ____________________________________________________________________________
16643 [ 18812] By: hv                                    on 2003/03/02  22:36:05
16644         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
16645              From: andreas.koenig@anima.de (Andreas J. Koenig)
16646              Date: Wed, 19 Feb 2003 11:05:28 +0100
16647              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
16648      Branch: perl
16649            ! patchlevel.h
16650 ____________________________________________________________________________
16651 [ 18811] By: hv                                    on 2003/03/02  22:30:50
16652         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
16653              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
16654              Date: 18 Feb 2003 21:05:15 -0000
16655              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
16656      Branch: perl
16657            ! ext/IPC/SysV/Msg.pm
16658 ____________________________________________________________________________
16659 [ 18810] By: hv                                    on 2003/03/02  21:59:10
16660         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
16661              From: Richard Soderberg <perl@crystalflame.net>
16662              Date: Sat, 15 Feb 2003 01:27:21 -0500
16663              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
16664      Branch: perl
16665            ! lib/File/Basename.pm
16666 ____________________________________________________________________________
16667 [ 18809] By: hv                                    on 2003/03/02  21:54:53
16668         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
16669              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
16670              Date: 15 Feb 2003 00:21:41 -0000
16671              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
16672      Branch: perl
16673            ! lib/File/Find.pm
16674 ____________________________________________________________________________
16675 [ 18807] By: hv                                    on 2003/03/02  21:22:56
16676         Log: Reverse copyright update (#18801) for files not changed in 2003.
16677      Branch: perl
16678            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
16679            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
16680            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
16681            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
16682            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
16683            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
16684            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
16685            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
16686 ____________________________________________________________________________
16687 [ 18805] By: hv                                    on 2003/03/02  16:29:28
16688         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
16689              From: Enache Adrian <enache@rdslink.ro>
16690              Date: Sun, 2 Mar 2003 10:11:27 +0200
16691              Message-ID: <20030302081127.GA10782@ratsnest.hole>
16692      Branch: perl
16693            ! pp.c t/op/pat.t
16694 ____________________________________________________________________________
16695 [ 18803] By: hv                                    on 2003/03/02  16:12:34
16696         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
16697              From: "Anders Johnson" <ajohnson@wischip.com>
16698              Date: Mon, 10 Feb 2003 14:09:46 -0800
16699              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
16700      Branch: perl
16701            ! mg.c t/op/magic.t
16702 ____________________________________________________________________________
16703 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
16704         Log: Narrow down the -C test skippage.
16705      Branch: perl
16706            ! t/run/switchC.t
16707 ____________________________________________________________________________
16708 [ 18801] By: hv                                    on 2003/03/02  15:24:22
16709         Log: Update all copyrights to 2003, from Jarkko
16710      Branch: perl
16711            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
16712            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
16713            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
16714            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
16715            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
16716            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
16717            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
16718            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
16719            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
16720            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
16721            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
16722            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
16723            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
16724            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
16725            ! x2p/util.h x2p/walk.c xsutils.c
16726 ____________________________________________________________________________
16727 [ 18800] By: hv                                    on 2003/03/02  15:16:38
16728         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
16729              From: Richard.Foley@ubsw.com
16730              Date: Wed, 19 Feb 2003 13:24:38 +0100
16731              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
16732      Branch: perl
16733            ! lib/perl5db.pl
16734 ____________________________________________________________________________
16735 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
16736         Log: The -CI cannot be easily tested under UTF-8 locale with
16737              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
16738              Also other small tweaks in the -C neighbourhood.
16739      Branch: perl
16740            ! perl.c perl.h t/run/switchC.t util.c
16741 ____________________________________________________________________________
16742 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
16743         Log: Go with "right = -right" for greater portability, some platforms
16744              might require llabs() to get abs() of long longs.
16745      Branch: perl
16746            ! pp.c
16747 ____________________________________________________________________________
16748 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
16749         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
16750              with negative quads", or also as RedHat bug #65612.
16751      Branch: perl
16752            ! pp.c
16753 ____________________________________________________________________________
16754 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
16755         Log: Forgotten from change #18795.
16756      Branch: perl
16757            ! global.sym
16758 ____________________________________________________________________________
16759 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
16760         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
16761              From: Abe Timmerman <abe@ztreet.demon.nl>
16762              Date: Sun, 2 Mar 2003 02:03:16 +0100
16763              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
16764      Branch: perl
16765            ! embed.fnc embed.h makedef.pl
16766 ____________________________________________________________________________
16767 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
16768         Log: Further Unicode formats patching from Inaba Hiroto.
16769      Branch: perl
16770            + t/uni/write.t
16771            ! MANIFEST pp_ctl.c
16772 ____________________________________________________________________________
16773 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
16774         Log: Integrate change #18788 from maint.
16775      Branch: perl
16776           !> perl.h
16777 ____________________________________________________________________________
16778 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
16779         Log: Subject: [PATCH] Get MSWin32 back compiling
16780              From: Abe Timmerman <abe@ztreet.demon.nl>
16781              Date: Sat, 1 Mar 2003 04:31:19 +0100
16782              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
16783      Branch: perl
16784            ! embed.fnc embed.h global.sym makedef.pl
16785 ____________________________________________________________________________
16786 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
16787         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
16788              From: Inaba Hiroto <inaba@st.rim.or.jp>
16789              Date: Mon, 10 Feb 2003 00:04:51 +0900
16790              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
16791      Branch: perl
16792            ! pp_ctl.c toke.c
16793 ____________________________________________________________________________
16794 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
16795         Log: An already fixed bug from perl-unicode.
16796      Branch: perl
16797            ! t/op/pat.t
16798 ____________________________________________________________________________
16799 [ 18782] By: hv                                    on 2003/02/26  01:36:49
16800         Log: Subject: Re: [perl #20683] [fix] Better Patch
16801              From: Enache Adrian <enache@rdslink.ro>
16802              Date: Sun, 23 Feb 2003 20:16:39 +0200
16803              Message-ID: <20030223181639.GA18713@ratsnest.hole>
16804      Branch: perl
16805            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
16806            ! regexec.c sv.c t/op/pat.t
16807 ____________________________________________________________________________
16808 [ 18781] By: hv                                    on 2003/02/26  01:11:14
16809         Log: regen headers
16810      Branch: perl
16811            ! perlapi.h pod/perlapi.pod
16812 ____________________________________________________________________________
16813 [ 18780] By: hv                                    on 2003/02/26  00:25:32
16814         Log: Two typos found by Philip Newton <pnewton@gmx.de>
16815      Branch: perl
16816            ! configpm ext/DB_File/DB_File.pm
16817 ____________________________________________________________________________
16818 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
16819         Log: Add tests for the -C switch.  Depending on the
16820              CLIs some $^O dance may be needed.
16821      Branch: perl
16822            + t/run/switchC.t
16823            ! MANIFEST
16824 ____________________________________________________________________________
16825 [ 18778] By: hv                                    on 2003/02/25  15:24:17
16826         Log: Add missing file from change #18774.
16827      Branch: perl
16828            + t/op/localref.t
16829 ____________________________________________________________________________
16830 [ 18777] By: hv                                    on 2003/02/25  14:07:59
16831         Log: More variables for change #18776.
16832      Branch: perl
16833            ! op.c
16834 ____________________________________________________________________________
16835 [ 18776] By: hv                                    on 2003/02/25  14:04:03
16836         Log: Subject: [perl #20682] [fix] @- array not visible in s///
16837              From: Enache Adrian <enache@rdslink.ro>
16838              Date: Fri, 21 Feb 2003 17:50:14 +0200
16839              Message-ID: <20030221155014.GB793@ratsnest.hole>
16840      Branch: perl
16841            ! op.c t/op/subst.t
16842 ____________________________________________________________________________
16843 [ 18775] By: hv                                    on 2003/02/25  13:53:11
16844         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
16845              From: Enache Adrian <enache@rdslink.ro>
16846              Date: Fri, 21 Feb 2003 17:49:41 +0200
16847              Message-ID: <20030221154941.GA793@ratsnest.hole>
16848      Branch: perl
16849            ! pp_ctl.c t/op/subst.t
16850 ____________________________________________________________________________
16851 [ 18774] By: hv                                    on 2003/02/25  13:21:19
16852         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
16853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16854              Date: Sun, 23 Feb 2003 00:03:27 +0100
16855              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
16856      Branch: perl
16857            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
16858 ____________________________________________________________________________
16859 [ 18773] By: hv                                    on 2003/02/25  12:45:01
16860         Log: Subject: [Encode] 1.88 Released
16861              From: Dan Kogai <dankogai@dan.co.jp>
16862              Date: Thu, 20 Feb 2003 23:49:55 +0900
16863              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
16864      Branch: perl
16865            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16866            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
16867            ! ext/Encode/lib/Encode/CJKConstants.pm
16868            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
16869            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
16870 ____________________________________________________________________________
16871 [ 18772] By: merijn                                on 2003/02/25  12:12:14
16872         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
16873              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16874              Date: Wed, 19 Feb 2003 13:37:39 -0800
16875              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
16876      Branch: perl
16877            ! lib/CGI.pm
16878 ____________________________________________________________________________
16879 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
16880         Log: Cleanup #18770 as suggested by Rafael.
16881      Branch: perl
16882            ! mg.c perl.h
16883 ____________________________________________________________________________
16884 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
16885         Log: A new try at #18765 (for [perl #20920]).
16886      Branch: perl
16887            ! mg.c
16888 ____________________________________________________________________________
16889 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
16890         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
16891      Branch: perl
16892            ! mg.c
16893 ____________________________________________________________________________
16894 [ 18768] By: chip                                  on 2003/02/24  21:42:57
16895         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
16896              until a change has been submitted.
16897      Branch: perl
16898            + Porting/p4d2p
16899            ! MANIFEST
16900 ____________________________________________________________________________
16901 [ 18767] By: chip                                  on 2003/02/24  21:35:56
16902         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
16903      Branch: perl
16904            ! Porting/check83.pl Porting/findvars Porting/fixCORE
16905            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
16906 ____________________________________________________________________________
16907 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
16908         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
16909      Branch: perl
16910            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
16911            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
16912 ____________________________________________________________________________
16913 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
16914         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
16915              From: Slaven Rezic <slaven@rezic.de>
16916              Date: 14 Feb 2003 09:11:15 +0100
16917              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
16918              
16919              (with slight tweaks)
16920      Branch: perl
16921            ! mg.c
16922 ____________________________________________________________________________
16923 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
16924         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
16925              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
16926              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
16927      Branch: perl
16928            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
16929 ____________________________________________________________________________
16930 [ 18763] By: chip                                  on 2003/02/24  14:54:36
16931         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
16932      Branch: perl
16933            ! op.c win32/perlhost.h
16934 ____________________________________________________________________________
16935 [ 18762] By: hv                                    on 2003/02/24  00:18:42
16936         Log: Remove no-longer-true line from perlop
16937      Branch: perl
16938            ! pod/perlop.pod
16939 ____________________________________________________________________________
16940 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
16941         Log: Chip noticed that the intended optionality of the 'IV' was
16942              forgotten in the change #18758.
16943      Branch: perl
16944            ! ext/Devel/Peek/Peek.t
16945 ____________________________________________________________________________
16946 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
16947         Log: API doc tweaks.
16948      Branch: perl
16949            ! utf8.c
16950 ____________________________________________________________________________
16951 [ 18759] By: sky                                   on 2003/02/21  09:08:30
16952         Log: Change regex to be a bit more friendly against various
16953              outputs from ps -f, regex suggest by rgs
16954      Branch: perl
16955            ! ext/threads/t/join.t
16956 ____________________________________________________________________________
16957 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
16958         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
16959              From: PPrymmer@factset.com
16960              Date: Thu, 20 Feb 2003 13:28:09 -0500
16961              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
16962      Branch: perl
16963            ! ext/Devel/Peek/Peek.t
16964 ____________________________________________________________________________
16965 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
16966         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
16967              From: PPrymmer@factset.com
16968              Date: Wed, 19 Feb 2003 15:04:40 -0500
16969              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
16970      Branch: perl
16971            ! README.vms configure.com
16972 ____________________________________________________________________________
16973 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
16974         Log: Doc tweakage on -C.
16975      Branch: perl
16976            ! pod/perlrun.pod
16977 ____________________________________________________________________________
16978 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
16979         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
16980              From: Brendan O'Dea <bod@debian.org>
16981              Date: Sun, 16 Feb 2003 21:09:23 +1100
16982              Message-ID: <20030216100923.GA29761@londo.c47.org>
16983      Branch: perl
16984            ! pod/perlcompile.pod
16985 ____________________________________________________________________________
16986 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
16987         Log: Document clearly that "_" is always in package "main".
16988      Branch: perl
16989            ! pod/perlvar.pod
16990 ____________________________________________________________________________
16991 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
16992         Log: Subject: Re: [perl #20716] scope error with brackets
16993              From: Enache Adrian <enache@rdslink.ro>
16994              Date: Thu, 13 Feb 2003 04:52:21 +0200
16995              Message-ID: <20030213025221.GA1215@ratsnest.hole>
16996              (better version of change #18687)
16997      Branch: perl
16998            ! t/comp/parser.t toke.c
16999 ____________________________________________________________________________
17000 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
17001         Log: 'A' is not 65 everywhere.
17002      Branch: perl
17003            ! t/op/pack.t
17004 ____________________________________________________________________________
17005 [ 18751] By: chip                                  on 2003/02/19  03:54:45
17006         Log: Support one-parameter unpack(), which unpacks $_.
17007      Branch: perl
17008            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
17009 ____________________________________________________________________________
17010 [ 18750] By: hv                                    on 2003/02/19  00:53:03
17011         Log: more complex assertions activation:
17012              Subject: Re: Did the assertion patch/feature submission get overlooked?
17013              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
17014              Date: Tue, 18 Feb 2003 19:24:13 +0000
17015              Message-ID: <3E52885D.5060903@yahoo.com>
17016      Branch: perl
17017            ! lib/assertions.pm lib/assertions/activate.pm
17018            ! t/comp/assertions.t
17019 ____________________________________________________________________________
17020 [ 18749] By: hv                                    on 2003/02/19  00:19:21
17021         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
17022              From: andreas.koenig@anima.de (Andreas J. Koenig)
17023              Date: Tue, 18 Feb 2003 11:48:40 +0100
17024              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
17025      Branch: perl
17026            ! patchlevel.h
17027 ____________________________________________________________________________
17028 [ 18748] By: hv                                    on 2003/02/19  00:00:41
17029         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
17030              From: Dave Mitchell <davem@fdgroup.com>
17031              Date: Tue, 18 Feb 2003 21:45:45 +0000
17032              Message-ID: <20030218214545.C18547@fdgroup.com>
17033              
17034              and tests for the same:
17035              From: Dave Mitchell <davem@fdgroup.com>
17036              Date: Wed, 19 Feb 2003 00:42:01 +0000
17037              Message-ID: <20030219004201.F18547@fdgroup.com>
17038      Branch: perl
17039            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
17040 ____________________________________________________________________________
17041 [ 18747] By: hv                                    on 2003/02/18  23:47:06
17042         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
17043              problems on case-insensitive file systems. Rename it back to
17044              t/run/switch_A.t
17045      Branch: perl
17046           +> t/run/switch_A.t
17047            - t/run/switchA.t
17048            ! MANIFEST
17049 ____________________________________________________________________________
17050 [ 18746] By: sky                                   on 2003/02/18  21:31:37
17051         Log: Subject: Re: -Os for Darwin why?
17052              From: schwern@pobox.com
17053              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
17054              Message-Id: <20030218113739.D25848@ttul.org>
17055      Branch: perl
17056            ! hints/darwin.sh
17057 ____________________________________________________________________________
17058 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
17059         Log: Format nit.
17060      Branch: perl
17061            ! util.c
17062 ____________________________________________________________________________
17063 [ 18740] By: sky                                   on 2003/02/18  06:33:57
17064         Log: Re: -Os for Darwin why?
17065              From: schwern@pobox.com
17066              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
17067              Message-Id: <20030217191403.A17553@ttul.org>
17068      Branch: perl
17069            ! hints/darwin.sh
17070 ____________________________________________________________________________
17071 [ 18739] By: hv                                    on 2003/02/18  01:04:01
17072         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
17073              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
17074              Date: Mon, 17 Feb 2003 23:38:05 +0000
17075              Message-ID: <3E51725D.5060303@yahoo.com>
17076      Branch: perl
17077            + t/comp/assertions.t t/run/switchA.t
17078            ! MANIFEST
17079 ____________________________________________________________________________
17080 [ 18738] By: hv                                    on 2003/02/18  00:51:24
17081         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
17082              From: Nicholas Clark <nick@ccl4.org>
17083              Date: Mon, 17 Feb 2003 21:07:03 +0000
17084              Message-ID: <20030217210330.A8611@plum.flirble.org>
17085      Branch: perl
17086            ! sv.c
17087 ____________________________________________________________________________
17088 [ 18737] By: hv                                    on 2003/02/18  00:47:00
17089         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
17090              From: Stephen McCamant <smcc@mit.edu>
17091              Date: Mon, 17 Feb 2003 19:34:36 -0500
17092              Date: Mon, 17 Feb 2003 19:34:36 -0500
17093              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
17094      Branch: perl
17095            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
17096            ! ext/B/B/Terse.pm ext/B/t/terse.t
17097 ____________________________________________________________________________
17098 [ 18736] By: hv                                    on 2003/02/17  09:33:47
17099         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
17100              From: Nicholas Clark <nick@unfortu.net>
17101              Date: Sun, 16 Feb 2003 23:09:50 +0000
17102              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
17103      Branch: perl
17104            ! sv.c
17105 ____________________________________________________________________________
17106 [ 18735] By: hv                                    on 2003/02/17  09:13:02
17107         Log: Use the escape E<ntilde> in source files rather than the actual char.
17108      Branch: perl
17109            ! lib/assertions.pm lib/assertions/activate.pm
17110 ____________________________________________________________________________
17111 [ 18734] By: hv                                    on 2003/02/17  09:06:44
17112         Log: Suppress empty #ifdef blocks in embed.pl
17113      Branch: perl
17114            ! embed.h embed.pl
17115 ____________________________________________________________________________
17116 [ 18733] By: hv                                    on 2003/02/17  08:51:53
17117         Log: fix typo in sv.c and regenerate perlapi.pod
17118      Branch: perl
17119            ! pod/perlapi.pod sv.c
17120 ____________________________________________________________________________
17121 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
17122         Log: Philip Newton has eagle eyes :-)
17123      Branch: perl
17124            ! pod/perlrun.pod
17125 ____________________________________________________________________________
17126 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
17127         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
17128      Branch: perl
17129            ! locale.c pod/perlrun.pod pod/perlunicode.pod
17130            ! pod/perluniintro.pod pod/perlvar.pod util.c
17131 ____________________________________________________________________________
17132 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
17133         Log: Make also the -CAL conditional on locale.
17134      Branch: perl
17135            ! perl.c pod/perlrun.pod
17136 ____________________________________________________________________________
17137 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
17138         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
17139      Branch: perl
17140            ! embed.h embed.pl pod/perlembed.pod
17141 ____________________________________________________________________________
17142 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
17143         Log: According to Sarathy it's better have the Ministry
17144              of Information to remove all memory of NO_EMBED.
17145              What NO_EMBED?
17146      Branch: perl
17147            ! embed.h embed.pl
17148 ____________________________________________________________________________
17149 [ 18727] By: hv                                    on 2003/02/16  13:55:10
17150         Log: add support for assertions. Updated form of:
17151              Subject: Re: Did the assertion patch/feature submission get overlooked?
17152              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
17153              Date: Sat, 30 Nov 2002 17:24:09 +0000
17154              Message-ID: <3DE8F439.50402@yahoo.com>
17155      Branch: perl
17156            + lib/assertions.pm lib/assertions/activate.pm
17157            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
17158            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
17159            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
17160 ____________________________________________________________________________
17161 [ 18726] By: hv                                    on 2003/02/16  13:10:32
17162         Log: COW regexps:
17163              Subject: [PATCH] Copy on write for $& and $1...
17164              From: Nicholas Clark <nick@unfortu.net>
17165              Date: Sun, 9 Feb 2003 23:00:09 +0000
17166              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
17167      Branch: perl
17168            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
17169            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
17170 ____________________________________________________________________________
17171 [ 18725] By: hv                                    on 2003/02/16  13:08:52
17172         Log: inline SvREFCNT_dec:
17173              Subject: [PATCH] Copy on write for $& and $1...
17174              From: Nicholas Clark <nick@unfortu.net>
17175              Date: Sun, 9 Feb 2003 23:00:09 +0000
17176              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
17177      Branch: perl
17178            ! embed.fnc embed.h proto.h sv.c sv.h
17179 ____________________________________________________________________________
17180 [ 18723] By: hv                                    on 2003/02/16  11:12:58
17181         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
17182              From: Enache Adrian <enache@rdslink.ro>
17183              Date: Sun, 16 Feb 2003 00:05:10 +0200
17184              Message-ID: <20030215220510.GB893@ratsnest.hole>
17185      Branch: perl
17186            ! op.c
17187 ____________________________________________________________________________
17188 [ 18722] By: hv                                    on 2003/02/16  11:08:06
17189         Log: outdent else-if chain in scope()
17190      Branch: perl
17191            ! op.c
17192 ____________________________________________________________________________
17193 [ 18721] By: hv                                    on 2003/02/16  11:00:47
17194         Log: Subject: [PATCH] arcane tainting bug in vms.c
17195              From: "Craig A. Berry" <craigberry@mac.com>
17196              Date: Sat, 15 Feb 2003 12:29:03 -0600
17197              Message-ID: <3E4E86EF.8090609@mac.com>
17198      Branch: perl
17199            ! vms/vms.c
17200 ____________________________________________________________________________
17201 [ 18720] By: hv                                    on 2003/02/16  10:54:58
17202         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
17203              integer, but extend to runtime. Based on:
17204              Subject: Re: [perl #20827] Unexpected scientific notation.
17205              From: hv@crypt.org
17206              Date: Wed, 12 Feb 2003 03:12:43 +0000
17207              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
17208      Branch: perl
17209            ! op.c pp.c
17210 ____________________________________________________________________________
17211 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
17212         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
17213              which will disable the short forms of the Perl_ API, good for
17214              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
17215      Branch: perl
17216            ! embed.h embed.pl pod/perlembed.pod
17217 ____________________________________________________________________________
17218 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
17219         Log: Clarify the -C syntax a bit.
17220      Branch: perl
17221            ! pod/perlrun.pod
17222 ____________________________________________________________________________
17223 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
17224         Log: Forgotten from #18715.
17225      Branch: perl
17226            ! embed.h proto.h
17227 ____________________________________________________________________________
17228 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
17229         Log: The new(er) way of controlling Unicode I/O (and other) features;
17230              -C (or PERL_UNICODE).  See perlrun/-C for more details.
17231      Branch: perl
17232            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
17233            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
17234            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
17235            ! util.c
17236 ____________________________________________________________________________
17237 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
17238         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
17239      Branch: perl
17240            ! ext/Storable/Storable.xs
17241 ____________________________________________________________________________
17242 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
17243         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
17244              even closer to each other.  The dec_osf.pl is irrelevant
17245              for the current core but adding it makes for one less exception
17246              when integrating.
17247      Branch: perl
17248            + ext/Digest/MD5/hints/dec_osf.pl
17249            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
17250            ! ext/Digest/MD5/t/files.t
17251 ____________________________________________________________________________
17252 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
17253         Log: Update MD5 Changes; update checksums.
17254      Branch: perl
17255            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
17256 ____________________________________________________________________________
17257 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
17258         Log: Update the MD5 checksums.
17259      Branch: perl
17260            ! ext/Digest/MD5/t/files.t
17261 ____________________________________________________________________________
17262 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
17263         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
17264              (problem noticed by Graham with List::Util).
17265      Branch: perl
17266            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
17267            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
17268 ____________________________________________________________________________
17269 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
17270         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
17271              From: Enache Adrian <enache@rdslink.ro>
17272              Date: Sat, 15 Feb 2003 00:37:40 +0200
17273              Message-ID: <20030214223740.GA13575@ratsnest.hole>
17274      Branch: perl
17275            ! pp.c t/op/split.t
17276 ____________________________________________________________________________
17277 [ 18707] By: hv                                    on 2003/02/15  06:38:15
17278         Log: Subject: [doc patch] ext/threads/shared/shared.pm
17279              From: Stas Bekman <stas@stason.org>
17280              Date: Fri, 14 Feb 2003 11:12:39 +1100
17281              Message-ID: <3E4C3477.7030306@stason.org>
17282      Branch: perl
17283            ! ext/threads/shared/shared.pm
17284 ____________________________________________________________________________
17285 [ 18706] By: hv                                    on 2003/02/15  06:32:35
17286         Log: Subject: Re: perlvar phrasing clarification for $^S
17287              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
17288              Date: Fri, 14 Feb 2003 10:12:00 +1100
17289              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
17290      Branch: perl
17291            ! pod/perlvar.pod
17292 ____________________________________________________________________________
17293 [ 18705] By: hv                                    on 2003/02/15  06:27:07
17294         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
17295              From: Dave Mitchell <davem@fdgroup.com>
17296              Date: Fri, 14 Feb 2003 22:48:27 +0000
17297              Message-ID: <20030214224827.B6783@fdgroup.com>
17298              
17299              with tests:
17300              From: Slaven Rezic <slaven@rezic.de>
17301              Date: 14 Feb 2003 20:23:20 +0100
17302              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
17303      Branch: perl
17304            ! pp.c t/op/substr.t t/op/vec.t
17305 ____________________________________________________________________________
17306 [ 18704] By: hv                                    on 2003/02/15  06:17:06
17307         Log: Subject: Re: overriding builtins quirk
17308              From: Jerrad Pierce <belg4mit@MIT.EDU>
17309              Date: Fri, 14 Feb 2003 09:28:13 -0500
17310              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
17311      Branch: perl
17312            ! pod/perlsub.pod
17313 ____________________________________________________________________________
17314 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
17315         Log: Subject: Re: trying to fix #20154, #20357
17316              From: Enache Adrian <enache@rdslink.ro>
17317              Date: Sat, 8 Feb 2003 21:05:14 +0200
17318              Message-ID: <20030208190514.GA866@ratsnest.hole>
17319              (fixes #19061 as well)
17320      Branch: perl
17321            ! pp_ctl.c t/op/goto.t
17322 ____________________________________________________________________________
17323 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
17324         Log: Update to Scalar-List-Utils 1.11
17325      Branch: perl
17326            + ext/List/Util/t/proto.t
17327            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
17328            ! ext/List/Util/lib/List/Util.pm
17329            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
17330 ____________________________________________________________________________
17331 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
17332         Log: gcc 3.2.1 does not have -Wall faith that tmp
17333              will not be used uninitialized.
17334      Branch: perl
17335            ! toke.c
17336 ____________________________________________________________________________
17337 [ 18698] By: hv                                    on 2003/02/12  03:01:32
17338         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
17339              From: Slaven Rezic <slaven@rezic.de>
17340              Date: 30 Jan 2003 19:03:41 +0100
17341              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
17342      Branch: perl
17343            ! utils/perlbug.PL
17344 ____________________________________________________________________________
17345 [ 18697] By: hv                                    on 2003/02/12  02:20:39
17346         Log: Subject: [PATCH 5.9.0] to silence compiler warning
17347              From: Robin Barker <Robin.Barker@npl.co.uk>
17348              Date: Tue, 28 Jan 2003 13:27:17 -0000
17349              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
17350      Branch: perl
17351            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
17352            ! universal.c util.c
17353 ____________________________________________________________________________
17354 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
17355         Log: Subject: [perl #20654] %*v02x considered invalid in printf
17356              From: Robin Barker (via RT) <perlbug-followup@perl.org>
17357              Date: 10 Feb 2003 16:43:23 -0000
17358              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
17359      Branch: perl
17360            ! sv.c t/op/sprintf.t
17361 ____________________________________________________________________________
17362 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
17363         Log: Subject: mini-[patch] perlrun "^$W" typo
17364              From: Iain Truskett <spoon@dellah.org>
17365              Date: Tue, 11 Feb 2003 08:38:52 +1100
17366              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
17367      Branch: perl
17368            ! pod/perlrun.pod
17369 ____________________________________________________________________________
17370 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
17371         Log: Subject: [PATCH] More B::Concise fixes
17372              From: Stephen McCamant <smcc@mit.edu>
17373              Date: Sun, 9 Feb 2003 17:28:38 -0500
17374              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
17375      Branch: perl
17376            ! ext/B/B/Concise.pm
17377 ____________________________________________________________________________
17378 [ 18693] By: merijn                                on 2003/02/11  08:14:29
17379         Log: More code cleanup.
17380              
17381              Subject: Re: New SV Flag
17382              Date: Fri, 07 Feb 2003 09:57:43 +0100
17383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17384              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
17385      Branch: perl
17386            ! sv.c sv.h
17387 ____________________________________________________________________________
17388 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
17389         Log: Dueling patches.
17390      Branch: perl
17391            - lib/CPAN/ChangeLog
17392            ! MANIFEST
17393 ____________________________________________________________________________
17394 [ 18691] By: hv                                    on 2003/02/11  00:27:56
17395         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
17396              From: Mark Mielke <mark@mark.mielke.cc>
17397              Date: Mon, 20 Jan 2003 19:56:13 -0500
17398              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
17399      Branch: perl
17400            ! sv.c
17401 ____________________________________________________________________________
17402 [ 18690] By: hv                                    on 2003/02/10  22:08:05
17403         Log: fix comment in change #18689
17404      Branch: perl
17405            ! sv.c
17406 ____________________________________________________________________________
17407 [ 18689] By: hv                                    on 2003/02/10  21:59:34
17408         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
17409              Now allows but ignores the 'l' modifier on floating point formats
17410              and adds a couple of tests.
17411      Branch: perl
17412            ! sv.c t/op/sprintf.t
17413 ____________________________________________________________________________
17414 [ 18688] By: sky                                   on 2003/02/10  19:54:13
17415         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
17416              From: Enache Adrian <enache@rdslink.ro>
17417              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
17418              Message-Id: <20030209201025.GA1247@ratsnest.hole>
17419      Branch: perl
17420            ! pp_ctl.c
17421 ____________________________________________________________________________
17422 [ 18687] By: sky                                   on 2003/02/10  18:13:29
17423         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
17424              From: Enache Adrian <enache@rdslink.ro>
17425              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
17426              Message-id: <20030210174858.GA872@ratsnest.hole>
17427      Branch: perl
17428            ! t/comp/parser.t toke.c
17429 ____________________________________________________________________________
17430 [ 18686] By: sky                                   on 2003/02/10  18:11:35
17431         Log: Compile under threads and MacOSX. For some reason newSVpvf
17432              was not exapnded.
17433      Branch: perl
17434            ! universal.c
17435 ____________________________________________________________________________
17436 [ 18685] By: ams                                   on 2003/02/10  03:44:07
17437         Log: No, we don't really want the utility scripts.
17438      Branch: perl
17439            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
17440            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
17441            ! MANIFEST ext/MIME/Base64/Makefile.PL
17442 ____________________________________________________________________________
17443 [ 18684] By: hv                                    on 2003/02/10  01:43:12
17444         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
17445              Subject: [perl #20536] use if 1, open => ':utf8' fails
17446              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
17447              Date: 24 Jan 2003 22:39:06 -0000
17448              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
17449      Branch: perl
17450            ! lib/if.pm lib/if.t
17451 ____________________________________________________________________________
17452 [ 18683] By: hv                                    on 2003/02/10  01:15:52
17453         Log: Subject: RE: perldebug.pod suggestion
17454              From: "Jay Hannah" <jhannah@omnihotels.com>
17455              Date: Fri, 24 Jan 2003 11:28:44 -0600
17456              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
17457      Branch: perl
17458            ! pod/perldebug.pod
17459 ____________________________________________________________________________
17460 [ 18682] By: hv                                    on 2003/02/10  00:26:50
17461         Log: Subject: [PATCH] version objects final(?) patch
17462              From: John Peacock <jpeacock@rowman.com>
17463              Date: Sun, 05 Jan 2003 21:28:41 -0500
17464              Message-ID: <3E18E9D9.2040908@rowman.com>
17465      Branch: perl
17466            ! lib/version.pm lib/version.t universal.c util.c
17467 ____________________________________________________________________________
17468 [ 18680] By: chip                                  on 2003/02/09  17:39:33
17469         Log: Add CPAN ChangeLog to MANIFEST.
17470      Branch: perl
17471            ! MANIFEST
17472 ____________________________________________________________________________
17473 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
17474         Log: CPAN ChangeLog not needed, says Andreas.
17475      Branch: perl
17476            ! MANIFEST
17477 ____________________________________________________________________________
17478 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
17479         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
17480              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
17481              Date: 8 Feb 2003 11:54:11 -0000
17482              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
17483      Branch: perl
17484            ! ext/PerlIO/encoding/encoding.pm
17485 ____________________________________________________________________________
17486 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
17487         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
17488              From: Stas Bekman <stas@stason.org>
17489              Date: Sat, 08 Feb 2003 11:12:28 +1100
17490              Message-ID: <3E444B6C.5060407@stason.org>
17491      Branch: perl
17492            ! doio.c
17493 ____________________________________________________________________________
17494 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
17495         Log: Possible cruft removal.
17496      Branch: perl
17497            ! x2p/Makefile.SH
17498 ____________________________________________________________________________
17499 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
17500         Log: Signedness nits.
17501      Branch: perl
17502            ! toke.c
17503 ____________________________________________________________________________
17504 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
17505         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
17506      Branch: perl
17507            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
17508            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
17509            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
17510            ! utils.lst
17511 ____________________________________________________________________________
17512 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
17513         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
17514      Branch: perl
17515            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
17516            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
17517            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
17518            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
17519 ____________________________________________________________________________
17520 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
17521         Log: Subject: [PATCH] perluniintro nit
17522              From: Autrijus Tang <autrijus@autrijus.org>
17523              Date: Fri, 7 Feb 2003 00:02:49 +0800
17524              Message-ID: <20030206160249.GA12984@not.autrijus.org>
17525      Branch: perl
17526            ! pod/perluniintro.pod
17527 ____________________________________________________________________________
17528 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
17529         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
17530              From: PPrymmer@factset.com
17531              Date: Wed, 5 Feb 2003 12:00:05 -0500
17532              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
17533      Branch: perl
17534            ! t/pod/find.t
17535 ____________________________________________________________________________
17536 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
17537         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
17538      Branch: perl
17539            ! proto.h
17540 ____________________________________________________________________________
17541 [ 18666] By: sky                                   on 2003/02/06  09:39:24
17542         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
17543              why we are not using SvOOK_on.
17544      Branch: perl
17545            ! sv.c
17546 ____________________________________________________________________________
17547 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
17548         Log: Things forgotten from Encode 1.87.
17549      Branch: perl
17550            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
17551 ____________________________________________________________________________
17552 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
17553         Log: Upgrade to Encode 1.87.
17554      Branch: perl
17555            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
17556            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
17557            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
17558            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
17559            ! ext/Encode/lib/Encode/CJKConstants.pm
17560            ! ext/Encode/lib/Encode/Encoder.pm
17561            ! ext/Encode/lib/Encode/Encoding.pm
17562            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
17563            ! ext/Encode/t/enc_eucjp.t
17564 ____________________________________________________________________________
17565 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
17566         Log: Add the test of [perl #8760] (fixed by change #18656).
17567      Branch: perl
17568            ! t/run/fresh_perl.t
17569 ____________________________________________________________________________
17570 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
17571         Log: has become fixed too (by changes #18653
17572              and #18658, methinks), adding the test(s).
17573      Branch: perl
17574            ! t/op/pat.t
17575 ____________________________________________________________________________
17576 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
17577         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
17578              From: Inaba HIroto <inaba@st.rim.or.jp>
17579              Date: Sat, 01 Feb 2003 21:58:20 +0900
17580              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
17581      Branch: perl
17582            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
17583            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
17584            ! ext/Encode/lib/Encode/Encoding.pm
17585            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
17586            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
17587 ____________________________________________________________________________
17588 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
17589         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
17590              From: PPrymmer@factset.com
17591              Date: Tue, 4 Feb 2003 12:03:17 -0500
17592              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
17593      Branch: perl
17594            ! ext/PerlIO/via/via.xs
17595 ____________________________________________________________________________
17596 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
17597         Log: s/S_cache_re/cache_re/ for building with threads.
17598      Branch: perl
17599            ! regexec.c
17600 ____________________________________________________________________________
17601 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
17602         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
17603              From: Stephen McCamant <smcc@mit.edu>
17604              Date: Mon, 3 Feb 2003 21:01:07 -0500
17605              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
17606      Branch: perl
17607            ! ext/B/B/Concise.pm ext/B/t/concise.t
17608 ____________________________________________________________________________
17609 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
17610         Log: Better version of change #18648, by Enache Adrian
17611              Message-ID: <20030204101533.GA11817@ratsnest.hole>
17612      Branch: perl
17613            ! op.c
17614 ____________________________________________________________________________
17615 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
17616         Log: Add the new test to MANIFEST.
17617      Branch: perl
17618            ! MANIFEST
17619 ____________________________________________________________________________
17620 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
17621         Log: Sync with 1.10
17622      Branch: perl
17623            + ext/List/Util/t/lln.t
17624            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17625            ! ext/List/Util/lib/List/Util.pm
17626            ! ext/List/Util/lib/Scalar/Util.pm
17627 ____________________________________________________________________________
17628 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
17629         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
17630              The PL_regdata was not set up (S_cache_re()) before it
17631              was needed (S_reginclass()).  The test put in fresh_perl.t
17632              because we need a pristine state to start.
17633      Branch: perl
17634            ! regexec.c t/run/fresh_perl.t
17635 ____________________________________________________________________________
17636 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
17637         Log: Comment tweak.
17638      Branch: perl
17639            ! t/op/pat.t
17640 ____________________________________________________________________________
17641 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
17642         Log: Signedness issue.
17643      Branch: perl
17644            ! ext/MIME/Base64/Base64.xs
17645 ____________________________________________________________________________
17646 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
17647         Log: Force the C locale in makedepend, to prevent gcc from
17648              producing locale-dependent messages.
17649      Branch: perl
17650            ! makedepend.SH
17651 ____________________________________________________________________________
17652 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
17653         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
17654      Branch: perl
17655            ! pod/perlrun.pod
17656 ____________________________________________________________________________
17657 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
17658         Log: Fix bug #8760 : cop_line isn't properly restored
17659              when a module is loaded at runtime behind the scenes.
17660      Branch: perl
17661            ! op.c t/lib/warnings/perlio
17662 ____________________________________________________________________________
17663 [ 18647] By: merijn                                on 2003/02/03  16:14:00
17664         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
17665              From: Abe Timmerman <abe@ztreet.demon.nl>
17666              Date: Sun, 2 Feb 2003 18:27:57 +0100
17667              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
17668      Branch: perl
17669            ! hints/openbsd.sh
17670 ____________________________________________________________________________
17671 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
17672         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
17673              (Made Solaris go boom.)
17674      Branch: perl
17675            ! Configure
17676 ____________________________________________________________________________
17677 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
17678         Log: Detypo.
17679      Branch: perl
17680            ! cop.h
17681 ____________________________________________________________________________
17682 [ 18642] By: ams                                   on 2003/02/03  08:26:36
17683         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
17684              utility scripts?)
17685      Branch: perl
17686            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
17687            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
17688            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17689            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17690            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
17691            ! ext/MIME/Base64/t/quoted-print.t
17692 ____________________________________________________________________________
17693 [ 18641] By: sky                                   on 2003/02/02  23:46:24
17694         Log: In any case, never copy this but use the same SV since
17695              if we copy we loose the hash we so badly need.
17696              For op_const we might still need to copy however.
17697      Branch: perl
17698            ! op.c
17699 ____________________________________________________________________________
17700 [ 18640] By: sky                                   on 2003/02/02  23:38:40
17701         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
17702              threading issue. Should perhaps be a PVOP to save memory, but then
17703              we have nowhere to store the hash of the function!
17704      Branch: perl
17705            ! dump.c op.c pp_hot.c
17706 ____________________________________________________________________________
17707 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
17708         Log: Plan 9: Some time has passed.
17709      Branch: perl
17710            ! plan9/buildinfo
17711 ____________________________________________________________________________
17712 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
17713         Log: Subject: Re: typo in checkin 18616
17714              From: Nick Ing-Simmons <nick@ing-simmons.net>
17715              Date: Sun, 02 Feb 2003 17:23:08 +0000
17716              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
17717      Branch: perl
17718            ! XSUB.h
17719 ____________________________________________________________________________
17720 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
17721         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
17722      Branch: perl
17723            + plan9/config_sh.sample
17724            ! MANIFEST
17725 ____________________________________________________________________________
17726 [ 18634] By: ams                                   on 2003/02/02  18:07:01
17727         Log: Subject: [PATCH] pod/perlfunc.pod
17728              From: abigail@abigail.nl
17729              Date: Sun, 2 Feb 2003 16:59:48 +0100
17730              Message-Id: <20030202155948.7971.qmail@abigail.nl>
17731      Branch: perl
17732            ! pod/perlfunc.pod
17733 ____________________________________________________________________________
17734 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
17735         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
17736              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17737              Date: Wed, 22 Jan 2003 22:35:56 +0100
17738              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
17739      Branch: perl
17740            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
17741 ____________________________________________________________________________
17742 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
17743         Log: Also [perl #3547] has been fixed; add its test case.
17744      Branch: perl
17745            ! t/op/pat.t
17746 ____________________________________________________________________________
17747 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
17748         Log: The [perl #7471] seems to have been fixed; add its test.
17749      Branch: perl
17750            ! t/op/pat.t
17751 ____________________________________________________________________________
17752 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
17753         Log: seems to have been fixed; add its test.
17754      Branch: perl
17755            ! t/op/pat.t
17756 ____________________________________________________________________________
17757 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
17758         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
17759      Branch: perl
17760            + plan9/config_h.sample
17761            ! MANIFEST
17762 ____________________________________________________________________________
17763 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
17764         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
17765      Branch: perl
17766            ! plan9/config.plan9
17767 ____________________________________________________________________________
17768 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
17769         Log: Plan 9: Update the list of object files.
17770      Branch: perl
17771            ! plan9/mkfile
17772 ____________________________________________________________________________
17773 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
17774         Log: Plan 9: No Configure.
17775      Branch: perl
17776            ! Configure
17777 ____________________________________________________________________________
17778 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
17779         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
17780      Branch: perl
17781            ! Configure
17782 ____________________________________________________________________________
17783 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
17784         Log: minitest wasn't working.  (The $^X /miniperl/ test in
17785              io/crlf.t didn't work in Tru64, $^X was "./perl", used
17786              the same 'eval q/use .../' trick everywhere.)
17787      Branch: perl
17788            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
17789            ! t/uni/tr_utf8.t
17790 ____________________________________________________________________________
17791 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
17792         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
17793              (test.pl-ise quotemeta.t, too)
17794      Branch: perl
17795            ! t/op/quotemeta.t toke.c
17796 ____________________________________________________________________________
17797 [ 18618] By: sky                                   on 2003/02/01  21:04:36
17798         Log: Fix bug #15837, temporary from storable call hadn't gotten
17799              freed yet and was cloned but without a real (AvREAL)
17800              reference to it. @_ doesn't refcount!
17801      Branch: perl
17802            ! ext/threads/threads.xs
17803 ____________________________________________________________________________
17804 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
17805         Log: Integrate from perlio:
17806              
17807              [ 18591]
17808              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
17809              correct XSUB.h 
17810              
17811              [ 18611]
17812              Michael Schroeder's fix for re-try if stdio ops after 
17813              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
17814              
17815              [ 18612]
17816              PerlIO friendly version of speed up of $/ = undef case.
17817              
17818              [ 18613]
17819              fflush() before invalidating stdio's fileno.
17820      Branch: perl
17821           !> XSUB.h perlio.c sv.c
17822 ____________________________________________________________________________
17823 [ 18615] By: sky                                   on 2003/02/01  12:01:01
17824         Log: Don't free thread before using it, breaks platforms that
17825              trust that I really want to free what I free, (like HPUX
17826              and AIX).
17827      Branch: perl
17828            ! ext/threads/threads.xs
17829 ____________________________________________________________________________
17830 [ 18614] By: ams                                   on 2003/02/01  12:00:29
17831         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
17832              From: Nick Ing-Simmons <nick@ing-simmons.net>
17833              Date: Sat, 01 Feb 2003 13:03:52 +0000
17834              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
17835      Branch: perl
17836            ! perlio.c
17837 ____________________________________________________________________________
17838 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
17839         Log: Go even further (back) than change #18608 and revert
17840              to the 5.8.0 code, since otherwise split.t #40 fails.
17841              The four new tests of pat.t should keep us more honest.
17842      Branch: perl
17843            ! regexec.c
17844 ____________________________________________________________________________
17845 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
17846         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
17847              From: Enache Adrian <enache@rdslink.ro>
17848              Date: Fri, 31 Jan 2003 09:20:59 +0200
17849              Message-ID: <20030131072059.GB6045@ratsnest.hole>
17850      Branch: perl
17851            ! regexec.c t/op/pat.t
17852 ____________________________________________________________________________
17853 [ 18607] By: ams                                   on 2003/01/31  02:29:56
17854         Log: Fix typo in version check ($[ to $]).
17855      Branch: perl
17856            ! ext/Storable/t/restrict.t
17857 ____________________________________________________________________________
17858 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
17859         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
17860              From: Jose.auguste-etienne@cgss-guyane.fr
17861              Date: Thu, 30 Jan 2003 12:40:53 -0300
17862              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
17863      Branch: perl
17864            ! pod/perlunicode.pod
17865 ____________________________________________________________________________
17866 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
17867         Log: code example in the FAQ that isn't strict-friendly.
17868              Subject: [perl #20616] Tie::IxHash doc error.
17869              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
17870              Date: 30 Jan 2003 11:43:17 -0000
17871              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
17872      Branch: perl
17873            ! pod/perlfaq4.pod
17874 ____________________________________________________________________________
17875 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
17876         Log: FAQ sync.
17877      Branch: perl
17878            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
17879            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
17880            ! pod/perlfaq8.pod
17881 ____________________________________________________________________________
17882 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
17883         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
17884              From: Enache Adrian <enache@rdslink.ro>
17885              Date: Thu, 30 Jan 2003 10:48:09 +0200
17886              Message-ID: <20030130084809.GA16902@ratsnest.hole>
17887              
17888              Fix for half of the failures, with an expanded test.
17889      Branch: perl
17890            ! lib/utf8.t sv.c
17891 ____________________________________________________________________________
17892 [ 18602] By: merijn                                on 2003/01/30  06:31:50
17893         Log: Updates to the openbsd hints
17894              
17895              Subject: [perl #20606] [no subject]
17896              Date: 29 Jan 2003 18:38:37 -0000
17897              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
17898              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
17899      Branch: perl
17900            ! hints/openbsd.sh
17901 ____________________________________________________________________________
17902 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
17903         Log: More of the #18600.
17904      Branch: perl
17905            ! pad.c
17906 ____________________________________________________________________________
17907 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
17908         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
17909              dumping (but now use SvPV_nolen).  (This change made an empty
17910              prototype to show up as "_" under -Uuseperlio.)
17911      Branch: perl
17912            ! dump.c
17913 ____________________________________________________________________________
17914 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
17915         Log: Fix a very small memory leak in op_free, by reserving the
17916              case op_seq == (U16)-1 for the compiler backend
17917              
17918              Subject: Re: Freeing code
17919              From: "Paul Johnson" <paul@pjcj.net>
17920              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
17921              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
17922      Branch: perl
17923            ! op.c
17924 ____________________________________________________________________________
17925 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
17926         Log: Integrate from maint-5.8:
17927              Change 18450 :
17928              Tiny output tweak.
17929              Change 18429 :
17930              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
17931              things like drand48_data are undefined).
17932              Change 18388 :
17933              List the PERL_MAGIC_utf8 ('w') flag.
17934      Branch: perl
17935           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
17936 ____________________________________________________________________________
17937 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
17938         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
17939              From: Slaven Rezic <slaven@rezic.de>
17940              Date: 14 Jan 2003 20:58:54 +0100
17941              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
17942      Branch: perl
17943            ! ext/Sys/Hostname/Hostname.pm
17944 ____________________________________________________________________________
17945 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
17946         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
17947              without the lval context tweak. Used in OP_DBSTATE.
17948              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
17949              From: Dave Mitchell <davem@fdgroup.com>
17950              Date: Sun, 26 Jan 2003 17:42:42 +0000
17951              Message-ID: <20030126174242.H16182@fdgroup.com>
17952      Branch: perl
17953            ! cop.h pp_ctl.c
17954 ____________________________________________________________________________
17955 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
17956         Log: Subject: [PATCH] make Copy On Write work once again
17957              From: Nicholas Clark <nick@unfortu.net>
17958              Date: Sat, 25 Jan 2003 00:25:50 +0000
17959              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
17960      Branch: perl
17961            ! sv.h
17962 ____________________________________________________________________________
17963 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
17964         Log: Update the pod list for Plan 9.
17965      Branch: perl
17966            ! plan9/mkfile
17967 ____________________________________________________________________________
17968 [ 18593] By: sky                                   on 2003/01/26  22:37:21
17969         Log: When we copy things out of a hash and increment the 
17970              refcount of the shared scalar, we really must protect
17971              that refcount increase with a lock, or else it might not
17972              happen. Fixes segfault when objects would prematurely
17973              be killed.
17974      Branch: perl
17975            ! ext/threads/shared/shared.xs
17976 ____________________________________________________________________________
17977 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
17978         Log: Missing (STRLEN)casts.
17979      Branch: perl
17980            ! sv.c
17981 ____________________________________________________________________________
17982 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
17983         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
17984              
17985              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
17986              From: Dave Mitchell <davem@fdgroup.com>
17987              Date: Fri, 24 Jan 2003 18:44:19 +0000
17988              Message-ID: <20030124184419.F11179@fdgroup.com>
17989      Branch: perl
17990            ! mg.c op.h pp_ctl.c
17991 ____________________________________________________________________________
17992 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
17993         Log: Lest people get worried about not having PerlIO.
17994      Branch: perl
17995            ! pod/perluniintro.pod
17996 ____________________________________________________________________________
17997 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
17998         Log: Plan 9 doesn't do nm, from Russ Cox.
17999      Branch: perl
18000            ! Configure
18001 ____________________________________________________________________________
18002 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
18003         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
18004      Branch: perl
18005            ! plan9/plan9ish.h
18006 ____________________________________________________________________________
18007 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
18008         Log: Plan 9 compiler can't return quads from the ?: (condop).
18009              (There may be more spots like this, so a Configure test
18010              maybe in order, but this works for now.)  From Russ Cox.
18011      Branch: perl
18012            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
18013 ____________________________________________________________________________
18014 [ 18581] By: ams                                   on 2003/01/26  05:29:40
18015         Log: Subject: Re: truncate using a globref
18016              From: Slaven Rezic <slaven@rezic.de>
18017              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
18018              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
18019      Branch: perl
18020            ! pp_sys.c t/io/fs.t
18021 ____________________________________________________________________________
18022 [ 18580] By: ams                                   on 2003/01/26  04:57:47
18023         Log: Subject: patch to speed up Perl's slurp mode
18024              From: Enache Adrian <enache@rdslink.ro>
18025              Date: Fri, 24 Jan 2003 06:23:54 +0200
18026              Message-Id: <20030124042354.GA30362@ratsnest.hole>
18027      Branch: perl
18028            ! sv.c
18029 ____________________________________________________________________________
18030 [ 18579] By: ams                                   on 2003/01/26  02:50:44
18031         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
18032              From: Enache Adrian <enache@rdslink.ro>
18033              Date: Sun, 26 Jan 2003 04:55:48 +0200
18034              Message-Id: <20030126025548.GB812@ratsnest.hole>
18035      Branch: perl
18036            ! pp_ctl.c
18037 ____________________________________________________________________________
18038 [ 18578] By: ams                                   on 2003/01/26  02:40:20
18039         Log: Subject: [PATCH Storable 2.06] const declaration fixup
18040              From: "Craig A. Berry" <craigberry@mac.com>
18041              Date: Thu, 23 Jan 2003 16:24:46 -0600
18042              Message-Id: <3E306BAE.4030807@mac.com>
18043      Branch: perl
18044            ! ext/Storable/Storable.xs
18045 ____________________________________________________________________________
18046 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
18047         Log: Subject: [PATCH] move pad.c warnings to different test file
18048              From: Dave Mitchell <davem@fdgroup.com>
18049              Date: Thu, 23 Jan 2003 20:56:47 +0000
18050              Message-ID: <20030123205647.C8696@fdgroup.com>
18051      Branch: perl
18052            + t/lib/warnings/pad
18053            ! MANIFEST t/lib/warnings/op
18054 ____________________________________________________________________________
18055 [ 18573] By: nick                                  on 2003/01/23  07:26:43
18056         Log: Fix Solaris 32-bit invalidate case.
18057      Branch: perl
18058            ! perlio.c
18059 ____________________________________________________________________________
18060 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
18061         Log: Integrate change 18448 from maint-5.8 :
18062              
18063              Subject: Partial Data::Dumper patch
18064              From: Richard Clamp <richardc@unixbeard.net>
18065              Date: Sat, 4 Jan 2003 00:52:47 +0000
18066              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
18067              
18068              Subject: Re: Partial Data::Dumper patch
18069              From: Slaven Rezic <slaven@rezic.de>
18070              Date: 04 Jan 2003 02:48:08 +0100
18071              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
18072      Branch: perl
18073           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18074 ____________________________________________________________________________
18075 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
18076         Log: Subject: [PATCH] Re: difference between my and our before introduction
18077              From: Dave Mitchell <davem@fdgroup.com>
18078              Date: Thu, 16 Jan 2003 17:12:37 +0000
18079              Message-ID: <20030116171237.C420@fdgroup.com>
18080              (with a small test tweak)
18081      Branch: perl
18082            ! pad.c t/comp/our.t toke.c
18083 ____________________________________________________________________________
18084 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
18085         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
18086      Branch: perl
18087            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
18088 ____________________________________________________________________________
18089 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
18090         Log: Integrate from perlio:
18091              [ 18560]
18092              Fixes for open.pm which attempts to load layers:
18093              1. C equivalent of local $SIG{__WARN__} = sub {} 
18094              while loading layers to supress warnings lib/open.t does
18095              not want.
18096              2. The loading scheme does not recurse now so look for 
18097              new symptom of bad layer which is that a good module 
18098              fails to load (as we cannot open any files).
18099              
18100              NOTE: In my opinion open.pm should probably die on bad layer
18101              spec rather than just (maybe) warning and then allowing opens
18102              to fail.
18103      Branch: perl
18104           !> lib/open.t perlio.c
18105 ____________________________________________________________________________
18106 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
18107         Log: Upgrade to Encode 1.86.
18108      Branch: perl
18109            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
18110            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
18111            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18112 ____________________________________________________________________________
18113 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
18114         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
18115              From: Dave Mitchell <davem@fdgroup.com>
18116              Date: Sun, 19 Jan 2003 17:22:05 +0000
18117              Message-ID: <20030119172204.D24444@fdgroup.com>
18118      Branch: perl
18119            ! dump.c
18120 ____________________________________________________________________________
18121 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
18122         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
18123              From: Nicholas Clark <nick@unfortu.net>
18124              Date: Tue, 21 Jan 2003 22:27:21 +0000
18125              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
18126      Branch: perl
18127            ! sv.c t/op/ref.t
18128 ____________________________________________________________________________
18129 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
18130         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
18131              From: Robin Barker <Robin.Barker@npl.co.uk>
18132              Date: Mon, 20 Jan 2003 15:26:21 -0000
18133              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
18134      Branch: perl
18135            ! perlio.h
18136 ____________________________________________________________________________
18137 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
18138         Log: Integrate from perlio:
18139              [ 18539]
18140              Try the invalidate_fileno() idea for non-leaky stdio sockets.
18141              
18142              [ 18540]
18143              stdio does NOT set errno==EBADF on invalidated fileno
18144              
18145              [ 18547]
18146              Tweak APItest for new semantics of printf.
18147              Now printf() is always real printf() and not #define'd to 
18148              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
18149              back to original file does not affect stdout unless we are 
18150              using :stdio as implementation. So things printf()ed XS side 
18151              are not written to file (and turn up at end of test).
18152              So add an XS function which does fflush(stdout), modify .pm
18153              file to export it and .t file to call it.
18154              
18155              [ 18548]
18156              Add defined(__osf__) case to invalidate_fileno (for Tru64).
18157              
18158              [ 18549]
18159              Report layer name (without arg) on fail, and attempt to 
18160              autoload layer name. (Fix for [perl #20460]).
18161              
18162              [ 18550]
18163              #if defined(__irix__) (for stdio invalidate) from Jarkko.
18164      Branch: perl
18165           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
18166           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
18167 ____________________________________________________________________________
18168 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
18169         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
18170              From: Dave Mitchell <davem@fdgroup.com>
18171              Date: Sun, 19 Jan 2003 16:43:54 +0000
18172              Message-ID: <20030119164353.B24444@fdgroup.com>
18173      Branch: perl
18174            ! av.c t/op/array.t
18175 ____________________________________________________________________________
18176 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
18177         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
18178              From: Martti Rahkila <martti.rahkila@hut.fi>
18179              Date: Sat, 18 Jan 2003 00:25:39 +0200
18180              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
18181              
18182              (chose the 'even safer' version)
18183      Branch: perl
18184            ! lib/Term/Complete.pm
18185 ____________________________________________________________________________
18186 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
18187         Log: Subject: [PATCH] assert PV isn't RV
18188              From: Nicholas Clark <nick@unfortu.net>
18189              Date: Fri, 17 Jan 2003 19:40:45 +0000
18190              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
18191      Branch: perl
18192            ! sv.h
18193 ____________________________________________________________________________
18194 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
18195         Log: Integrate from maint-5.8:
18196              [ 18375]
18197              Better version of change #18370; use the new 'E' flag
18198              so that cxinc is exposed (as cpp) only to List::Util
18199              (well, any extension) (well, anyone who does -DPERL_EXT),
18200              no need to export it globally.
18201      Branch: perl
18202           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
18203 ____________________________________________________________________________
18204 [ 18545] By: ams                                   on 2003/01/22  06:06:26
18205         Log: Subject: [PATCH perl-current] AUTHORS correction
18206              From: Richard Soderberg <rs@crystalflame.net>
18207              Date: Wed, 22 Jan 2003 02:08:13 -0500
18208              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
18209      Branch: perl
18210            ! AUTHORS
18211 ____________________________________________________________________________
18212 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
18213         Log: Continuation of #18542.
18214      Branch: perl
18215            ! sv.c
18216 ____________________________________________________________________________
18217 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
18218         Log: Update the MD5 checksums.
18219      Branch: perl
18220            ! ext/Digest/MD5/t/files.t
18221 ____________________________________________________________________________
18222 [ 18542] By: hv                                    on 2003/01/22  01:37:52
18223         Log: #18530 misses a couple of pTHX definitions
18224      Branch: perl
18225            ! sv.c
18226 ____________________________________________________________________________
18227 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
18228         Log: Try to make including patchlevel.h a bit more
18229              robust (use <> instead of "") and in case of
18230              failure (PERL_VERSION didn't get defined) try
18231              to fail (by trying to #include an "obviously"
18232              named file that should not exist) (didn't use
18233              #error since IIRC older cpps do not have it)
18234              (Tries to address [perl #20276].)
18235      Branch: perl
18236            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
18237            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
18238            ! ext/Storable/Storable.xs
18239 ____________________________________________________________________________
18240 [ 18538] By: merijn                                on 2003/01/21  16:54:00
18241         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
18242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18243              Date: Mon, 30 Dec 2002 18:01:16 -0800
18244              Message-ID: <spPE+gzkg+6F092yn@efn.org>
18245      Branch: perl
18246            ! Configure
18247 ____________________________________________________________________________
18248 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
18249         Log: Allow explicit -C enable/disable by -C:1/-C:0
18250              (suggested by Peter Haworth).
18251      Branch: perl
18252            ! perl.c pod/perlrun.pod
18253 ____________________________________________________________________________
18254 [ 18534] By: hv                                    on 2003/01/21  02:22:53
18255         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
18256              From: Chip Turner <cturner@redhat.com>
18257              Date: 02 Jan 2003 11:35:57 -0500
18258              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
18259      Branch: perl
18260            ! lib/Pod/Perldoc.pm
18261 ____________________________________________________________________________
18262 [ 18533] By: hv                                    on 2003/01/21  02:15:29
18263         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
18264              From: hv@crypt.org
18265              Date: Thu, 02 Jan 2003 14:33:49 +0000
18266              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
18267      Branch: perl
18268            ! regexec.c t/op/subst.t
18269 ____________________________________________________________________________
18270 [ 18532] By: hv                                    on 2003/01/21  01:56:31
18271         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
18272              From: Martien Verbruggen <mgjv@tradingpost.com.au>
18273              Date: Tue, 31 Dec 2002 16:42:28 +1100
18274              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
18275      Branch: perl
18276            ! pod/perlsyn.pod
18277 ____________________________________________________________________________
18278 [ 18531] By: hv                                    on 2003/01/21  01:52:49
18279         Log: integrate #18366-18370 from maint-5.8:
18280              Implement the CPP namespace protection from [perl #8610];
18281              unless a function has an 'A' flag, it's defined only if
18282              PERL_CORE.  (Why do we have so many many functions with an
18283              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
18284              could be cut down further by having a state variable and
18285              inserting #ifdefs and #endifs when the state flips.)
18286              
18287              Caught by change #18366; thanks to the re extension we have some
18288              functions that are file static but yet part of "the public API"...
18289              Maybe a new class of exportability (a new embed.fnc flag) is
18290              required for this case.
18291              
18292              Continue on change #18367; implement the said flag, 'E'.
18293              (Some nm output studying was needed to get the right set
18294              of re symbols defined.)
18295              
18296              In AIX (strict symbol exports) the cxinc is needed for List::Util. 
18297      Branch: perl
18298            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
18299 ____________________________________________________________________________
18300 [ 18530] By: hv                                    on 2003/01/21  01:37:03
18301         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
18302              Introduce a cache for UTF-8 data: length and byte<->char offset
18303              mapping are stored in a new type of magic.  Speeds up length(),
18304              substr(), index(), rindex(), pos(), and some parts of s///.
18305              
18306              The speedup varies a lot (on the usual suspects: what is the
18307              access pattern of the data, compiler, CPU), but should be at
18308              least one order of magnitude, and getting to the same magnitude
18309              as byte string speeds, and in some cases  (length on unchanged data)
18310              even reaching the byte string speed.  On the other hand, in some
18311              cases (index) the byte speed is still faster by a factor of five
18312              or so, but the bottleneck there does not seem to be any more
18313              the byte<->char offset mapping (instead, the fbm_instr() speed).
18314              
18315              There is one cache slot for the length, and only two for the 
18316              byte<->char offset mapping (the first one for the start->offset,
18317              and the second for the offset->offset+length, when talking
18318              in substr() terms).
18319              
18320              Code this hairy is bound to have hairy trolls hiding under it.
18321              [...]
18322              A small tweak on top of #18353: don't display mg_len bytes of
18323              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
18324      Branch: perl
18325            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
18326            ! sv.c util.c
18327 ____________________________________________________________________________
18328 [ 18529] By: hv                                    on 2003/01/21  00:44:20
18329         Log: integrate #18349 from maint-5.8:
18330              At least partially address [perl #10000] by speeding
18331              up both the ASCII case (by about 2-3%) and the UTF-8 case 
18332              (by about 45%).  The major trick is to avoid hitting the
18333              costly S_reginclass().  (Even before this patch the speedup
18334              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
18335              still about 30-60% slower than the ASCII case.  (Note that
18336              I'm unable to reproduce the 10-fold speed difference of the
18337              original bug report; I can see a factor of 2 or 3, but no more.)
18338      Branch: perl
18339           !> regexec.c
18340 ____________________________________________________________________________
18341 [ 18528] By: hv                                    on 2003/01/21  00:24:11
18342         Log: Subject: [PATCH pp_ctl.c] silence warning
18343              From: Dave Mitchell <davem@fdgroup.com>
18344              Date: Sun, 29 Dec 2002 15:09:31 +0000
18345              Message-ID: <20021229150931.C2325@fdgroup.com>
18346      Branch: perl
18347            ! pp_ctl.c
18348 ____________________________________________________________________________
18349 [ 18527] By: hv                                    on 2003/01/21  00:04:14
18350         Log: Subject: perl version reporting
18351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18352              Date: Wed, 18 Dec 2002 08:30:32 +0100
18353              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
18354      Branch: perl
18355            ! perl.c
18356 ____________________________________________________________________________
18357 [ 18526] By: hv                                    on 2003/01/20  23:21:22
18358         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
18359              From: Blair Zajac <blair@orcaware.com>
18360              Date: Wed, 08 Jan 2003 12:28:35 -0800
18361              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
18362      Branch: perl
18363            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
18364            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
18365 ____________________________________________________________________________
18366 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
18367         Log: Integrate from perlio:
18368              [ 18520]
18369              Move #define printf out of perl.h into appropriate 
18370              PerlIO files.
18371      Branch: perl
18372           !> fakesdio.h nostdio.h perl.h
18373 ____________________________________________________________________________
18374 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
18375         Log: Upgrade to Digest 1.02.
18376      Branch: perl
18377            ! lib/Digest.pm lib/Digest.t
18378 ____________________________________________________________________________
18379 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
18380         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
18381              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
18382              Date: 20 Jan 2003 01:54:07 -0000
18383              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
18384      Branch: perl
18385            ! pp_hot.c
18386 ____________________________________________________________________________
18387 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
18388         Log: Retract #18154 (integrate of perlio #18507), not enough
18389              threadsafety.
18390      Branch: perl
18391            ! perlio.c
18392 ____________________________________________________________________________
18393 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
18394         Log: Encode MANIFEST update.
18395      Branch: perl
18396            ! ext/Encode/MANIFEST
18397 ____________________________________________________________________________
18398 [ 18517] By: nick                                  on 2003/01/20  08:34:10
18399         Log: Integrate #18405 from maint-5.8 which fixes whitespac
18400              issues in open(FH,"&...") 
18401      Branch: perl
18402           !> doio.c
18403 ____________________________________________________________________________
18404 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
18405         Log: microperl update.
18406      Branch: perl
18407            ! Makefile.micro uconfig.h uconfig.sh
18408 ____________________________________________________________________________
18409 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
18410         Log: Integrate from perlio:
18411              [ 18507]
18412              Thread-protection for dup/fclose/dup2 scheme of stdio leak
18413              avoidance.
18414      Branch: perl
18415           !> perlio.c t/io/tell.t
18416 ____________________________________________________________________________
18417 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
18418         Log: Slight pod reformatting based on [perl #20284].
18419      Branch: perl
18420            ! README.mint ext/Data/Dumper/Dumper.pm
18421 ____________________________________________________________________________
18422 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
18423         Log: EPOC perl address updates.
18424      Branch: perl
18425            ! README.epoc
18426 ____________________________________________________________________________
18427 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
18428         Log: Upgrade to Digest 1.01.
18429      Branch: perl
18430            ! lib/Digest.pm
18431 ____________________________________________________________________________
18432 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
18433         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
18434      Branch: perl
18435            ! utils/libnetcfg.PL
18436 ____________________________________________________________________________
18437 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
18438         Log: Upgrade to Digest::MD5 2.22.
18439      Branch: perl
18440            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18441            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
18442            ! ext/Digest/MD5/t/files.t
18443 ____________________________________________________________________________
18444 [ 18508] By: merijn                                on 2003/01/17  14:12:53
18445         Log: Subject: Re: 18457 on cygwin/20030113
18446              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
18447              Date: Fri, 17 Jan 2003 15:10:34 +0000
18448              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
18449      Branch: perl
18450            ! t/io/tell.t
18451 ____________________________________________________________________________
18452 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
18453         Log: Integrate from perlio:
18454              [ 18476]
18455              Remove workaround for :stdio layer bug now fixed
18456              (Fixes #18975)
18457      Branch: perl
18458           !> pp_sys.c
18459 ____________________________________________________________________________
18460 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
18461         Log: Integrate from maint-5.6:
18462              [ 18477]
18463              search utility doesn't skip exe/lib/pdb files properly on windows
18464      Branch: perl
18465           !> win32/bin/search.pl
18466 ____________________________________________________________________________
18467 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
18468         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
18469              From: "Jos I. Boumans" <kane@dwim.org>
18470              Date: Thu, 16 Jan 2003 14:04:48 +0100
18471              Message-ID: <3E26ADF0.6010605@dwim.org>
18472              (with test tweaks)
18473      Branch: perl
18474            ! lib/File/Find.pm lib/File/Find/t/find.t
18475 ____________________________________________________________________________
18476 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
18477         Log: Integrate #18447 from maint-5.8 :
18478              test.pl-ise t/op/fh.t.
18479      Branch: perl
18480           !> t/op/fh.t
18481 ____________________________________________________________________________
18482 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
18483         Log: Integrate changes to Attribute::Handlers from maint-5.8
18484              (18404 and 18427).
18485              Subject: [PATCH] Re: Attribute::Handlers phase variance
18486              From: Richard Clamp <richardc@unixbeard.net>
18487              Date: Mon, 9 Dec 2002 11:10:24 +0000
18488              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
18489      Branch: perl
18490           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
18491 ____________________________________________________________________________
18492 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
18493         Log: Integrate changes #18422 and #18423 from maint-5.8.
18494              18422 :
18495              Third Degree found a read of uninit memory (after setting
18496              grent_size with sysconf(), pwent_size was read).  Also make
18497              the ERANGE/INVARG more consistent.
18498              18423 :
18499              spent_size was still off.  (As far as I can tell
18500              _SC_GETPW_R_SIZE_MAX is supposed to be used also
18501              for spents, not just pwents.)
18502      Branch: perl
18503           !> reentr.c reentr.h reentr.pl
18504 ____________________________________________________________________________
18505 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
18506         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
18507              From: Dave Mitchell <davem@fdgroup.com>
18508              Date: Wed, 1 Jan 2003 21:43:24 +0000
18509              Message-ID: <20030101214324.F12907@fdgroup.com>
18510              (integrated from change #18397 in maint-5.8)
18511      Branch: perl
18512           !> lib/Time/Local.pm lib/Time/Local.t
18513 ____________________________________________________________________________
18514 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
18515         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
18516              code changes from Inaba Hiroto; test tweaks by jhi.
18517      Branch: perl
18518            + ext/Encode/t/enc_eucjp.t
18519            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
18520            ! pp.c sv.c sv.h t/uni/tr_utf8.t
18521 ____________________________________________________________________________
18522 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
18523         Log: It seems the binmode() is needed with UTF-8 locales enabled.
18524      Branch: perl
18525            ! ext/Encode/t/CJKT.t
18526 ____________________________________________________________________________
18527 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
18528         Log: Upgrade to CGI.pm 2.89.
18529      Branch: perl
18530            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
18531            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
18532 ____________________________________________________________________________
18533 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
18534         Log: Subject: Update for ext/MIME/Base64/
18535              From: Gisle Aas <gisle@ActiveState.com>
18536              Date: 30 Dec 2002 07:34:34 -0800
18537              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
18538      Branch: perl
18539            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18540            ! ext/MIME/Base64/QuotedPrint.pm
18541            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
18542 ____________________________________________________________________________
18543 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
18544         Log: Subject: Update for ext/Digest/MD5/
18545              From: Gisle Aas <gisle@ActiveState.com>
18546              Date: 30 Dec 2002 07:38:16 -0800
18547              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
18548      Branch: perl
18549            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18550            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
18551            ! ext/Digest/MD5/t/files.t
18552 ____________________________________________________________________________
18553 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
18554         Log: if (0) the PL_widesyscalls code for now: Sarathy
18555              should take another look to see whether it is really
18556              safe to remove the code, too.
18557      Branch: perl
18558            ! win32/win32.h wince/win32.h
18559 ____________________________________________________________________________
18560 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
18561         Log: Make the locale-induced UTF-8-ification of STD fhs
18562              and the default file open layer explicit (either -C
18563              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
18564      Branch: perl
18565            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
18566            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
18567            ! pod/perlvar.pod
18568 ____________________________________________________________________________
18569 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
18570         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
18571              From: Brendan O'Dea <bod@debian.org>
18572              Date: Sun, 12 Jan 2003 06:18:32 +1100
18573              Message-ID: <20030111191832.GA19441@londo.c47.org>
18574      Branch: perl
18575            ! pod/perlrun.pod
18576 ____________________________________________________________________________
18577 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
18578         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
18579              From: Brendan O'Dea <bod@debian.org>
18580              Date: Sun, 12 Jan 2003 06:17:30 +1100
18581              Message-ID: <20030111191730.GA19420@londo.c47.org>
18582      Branch: perl
18583            ! lib/diagnostics.pm
18584 ____________________________________________________________________________
18585 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
18586         Log: Add a test case for bug [perl #19545]
18587      Branch: perl
18588            ! t/op/do.t
18589 ____________________________________________________________________________
18590 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
18591         Log: isa() and can() didn't work on magic variables
18592              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
18593              plus a test case by B. Goldberg
18594      Branch: perl
18595            ! t/op/universal.t universal.c
18596 ____________________________________________________________________________
18597 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
18598         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
18599              From: Stephen McCamant <smcc@mit.edu>
18600              Date: Thu, 2 Jan 2003 18:08:23 -0500
18601              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
18602              Plus a test by Jarkko
18603              Integrated from changes 18444 and 18446 from maint-5.8
18604      Branch: perl
18605           +> t/op/readline.t
18606           !> MANIFEST pp_hot.c
18607 ____________________________________________________________________________
18608 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
18609         Log: Upgrade to Time::HiRes 1.42.
18610      Branch: perl
18611            + ext/Time/HiRes/fallback/const-c.inc
18612            + ext/Time/HiRes/fallback/const-xs.inc
18613            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18614            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18615 ____________________________________________________________________________
18616 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
18617         Log: Detypo.
18618      Branch: perl
18619            ! ext/Encode/Unicode/Unicode.xs
18620 ____________________________________________________________________________
18621 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
18622         Log: Integrate change #18365 from maint-5.8 :
18623              Doc tweak on the S_ macros.
18624      Branch: perl
18625           !> pod/perlfunc.pod
18626 ____________________________________________________________________________
18627 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
18628         Log: Apparently some stdios have bugs (no! don't tell it is so!)
18629              or there is a corner of stdio that is substandardised.
18630      Branch: perl
18631            ! t/io/tell.t
18632 ____________________________________________________________________________
18633 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
18634         Log: Encode 1.84 broke the subtest #7, further study required.
18635      Branch: perl
18636            ! t/uni/tr_utf8.t
18637 ____________________________________________________________________________
18638 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
18639         Log: Add a test for encoding 'utf8'.
18640      Branch: perl
18641            + ext/Encode/t/enc_utf8.t
18642            ! MANIFEST ext/Encode/MANIFEST
18643 ____________________________________________________________________________
18644 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
18645         Log: Upgrade to Encode 1.84.
18646      Branch: perl
18647            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
18648            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
18649 ____________________________________________________________________________
18650 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
18651         Log: Integrate from perlio:
18652              [ 18471]
18653              Fix #18711 and add test for it (and indeed tell on write
18654              handles at all !
18655              
18656              (#18711 Serious bug of tell() in perl)
18657      Branch: perl
18658           !> perlio.c t/io/tell.t
18659 ____________________________________________________________________________
18660 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
18661         Log: Integrate from perlio:
18662              [ 18470]
18663              Fix #16306 and #16880
18664              
18665              (#16306 Big Badda leak in Sockets)
18666              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
18667      Branch: perl
18668           !> perlio.c
18669 ____________________________________________________________________________
18670 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
18671         Log: Integrate perlio #18040 and #18043 (no real changes;
18672              some whitespace changes but ignored them so that Dan's
18673              version of Encode wins)
18674      Branch: perl
18675           !> ext/Encode/Encode.xs
18676 ____________________________________________________________________________
18677 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
18678         Log: Integrate perlio to mainline:
18679              [ 18240]
18680              Avoid eqtime() wiping the file (as suggested by 
18681              "Luis G. Uribe C." <GUribe@SoftHome.net>
18682      Branch: perl
18683           !> lib/ExtUtils/Command.pm
18684 ____________________________________________________________________________
18685 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
18686         Log: Subject: [PATCH] VMS perly build tweak
18687              From: "Craig A. Berry" <craigberry@mac.com>
18688              Date: Thu, 9 Jan 2003 14:44:40 -0600
18689              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
18690      Branch: perl
18691            ! vms/descrip_mms.template
18692 ____________________________________________________________________________
18693 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
18694         Log: Document that ${^TAINT} is read-only.
18695      Branch: perl
18696            ! pod/perlvar.pod
18697 ____________________________________________________________________________
18698 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
18699         Log: Fix the doc for splitpath() in the File::Spec modules :
18700              this function doesn't return undef in any case.
18701      Branch: perl
18702            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18703            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18704 ____________________________________________________________________________
18705 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
18706         Log: Subject: [PATCH] label code in pp_ctl.c
18707              From: Nicholas Clark <nick@unfortu.net>
18708              Date: Thu, 26 Dec 2002 21:19:36 +0000
18709              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
18710              (Integrated from change #18400 from maint-5.8)
18711      Branch: perl
18712           !> pp_ctl.c
18713 ____________________________________________________________________________
18714 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
18715         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
18716              From: Nicholas Clark <nick@unfortu.net>
18717              Date: Wed, 1 Jan 2003 18:17:59 +0000
18718              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
18719              (Integrated from change #18399 from maint-5.8)
18720      Branch: perl
18721           !> hv.c
18722 ____________________________________________________________________________
18723 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
18724         Log: Integrate change #18391 from maint-5.8:
18725              Document the installprefix trick for compiling PASE Perl in AIX.
18726      Branch: perl
18727           !> README.os400
18728 ____________________________________________________________________________
18729 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
18730         Log: Integrate change #18362 from maint-5.8:
18731              Fix [perl #18666] (taking the more conservative approach).
18732      Branch: perl
18733           !> lib/File/Spec/Unix.pm
18734 ____________________________________________________________________________
18735 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
18736         Log: Integrate change #18361 from maint-5.8:
18737              Document that the socketpair tests are unhappy in old SCO,
18738              as per [perl #18537].
18739      Branch: perl
18740           !> pod/perl58delta.pod
18741 ____________________________________________________________________________
18742 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
18743         Log: PerlFAQ sync.
18744      Branch: perl
18745            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18746            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18747            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18748            ! pod/perlfaq9.pod
18749 ____________________________________________________________________________
18750 [ 18456] By: hv                                    on 2003/01/07  09:20:22
18751         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
18752              From: Nicholas Clark <nick@unfortu.net>
18753              Date: Thu, 26 Dec 2002 21:16:27 +0000
18754              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
18755      Branch: perl
18756            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
18757            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
18758            ! utf8.c
18759 ____________________________________________________________________________
18760 [ 18455] By: hv                                    on 2003/01/07  08:54:38
18761         Log: Subject: [PATCH] integrate more with report_evil_fh
18762              From: Nicholas Clark <nick@unfortu.net>
18763              Date: Thu, 26 Dec 2002 20:56:21 +0000
18764              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
18765      Branch: perl
18766            ! pp_sys.c
18767 ____________________________________________________________________________
18768 [ 18454] By: hv                                    on 2003/01/07  08:45:54
18769         Log: Integrate podlators-1.25
18770      Branch: perl
18771            ! lib/Pod/Man.pm lib/Pod/t/man.t
18772 ____________________________________________________________________________
18773 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
18774         Log: Change the value of ${^TAINT} : 0 without taint checks,
18775              1 with -T, and -1 with -t or -TU.
18776      Branch: perl
18777            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
18778            ! t/run/switcht.t
18779 ____________________________________________________________________________
18780 [ 18451] By: merijn                                on 2003/01/06  06:43:11
18781         Log: Subject: [PATCH perl@18746] VMS test adjustments
18782              Date: Sat, 04 Jan 2003 11:26:00 -0600
18783              From: "Craig A. Berry" <craigberry@mac.com>
18784              Message-ID: <3E171928.1040100@mac.com>
18785      Branch: perl
18786            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
18787            ! t/run/switchI.t
18788 ____________________________________________________________________________
18789 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
18790         Log: Subject: [DOCPATCH] File::Copy's synopsis
18791              From: Nicholas Clark <nick@unfortu.net>
18792              Date: Wed, 1 Jan 2003 21:09:30 +0000
18793              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
18794      Branch: perl
18795            ! lib/File/Copy.pm
18796 ____________________________________________________________________________
18797 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
18798         Log: Integrate change #18420 from maint-5.8:
18799              Mea culpa: the join() was the string join, not the
18800              ithreads join().
18801      Branch: perl
18802           !> ext/threads/t/join.t
18803 ____________________________________________________________________________
18804 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
18805         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
18806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18807              Date: Fri, 13 Dec 2002 00:54:43 +0100
18808              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
18809              Same as change 18403 for maint-5.8 branch
18810      Branch: perl
18811            ! lib/ExtUtils/t/Embed.t
18812 ____________________________________________________________________________
18813 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
18814         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
18815              From: andreas.koenig@anima.de (Andreas J. Koenig)
18816              Date: Fri, 03 Jan 2003 00:57:15 +0100
18817              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
18818      Branch: perl
18819            ! pod/perlre.pod
18820 ____________________________________________________________________________
18821 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
18822         Log: The problems.t is back.
18823      Branch: perl
18824            ! MANIFEST
18825 ____________________________________________________________________________
18826 [ 18434] By: sky                                   on 2003/01/04  07:43:50
18827         Log: Forgot to add problems.t with change #18419
18828      Branch: perl
18829            + ext/threads/t/problems.t
18830 ____________________________________________________________________________
18831 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
18832         Log: One more (or, rather, less) //.
18833      Branch: perl
18834            ! ext/threads/threads.xs
18835 ____________________________________________________________________________
18836 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
18837         Log: Integrate from maintperl:
18838              [ 18430]
18839              // is still not portable C commentary.
18840      Branch: perl
18841           !> ext/threads/threads.xs
18842 ____________________________________________________________________________
18843 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
18844         Log: Until Arthur really adds the problems.t.
18845      Branch: perl
18846            ! MANIFEST
18847 ____________________________________________________________________________
18848 [ 18421] By: sky                                   on 2003/01/04  01:27:55
18849         Log: Fix long standing memory leak with pop and shift!
18850      Branch: perl
18851            ! ext/threads/shared/shared.xs
18852 ____________________________________________________________________________
18853 [ 18419] By: sky                                   on 2003/01/03  23:45:34
18854         Log: Fixes bug #15273, the return of the object caused
18855              the stash of the object to be cloned, cloning the entire syntax
18856              tree and all lexicals in there creating danglning copies to the
18857              object. (Pararell but unlinked STASH tree).
18858              This adds a new flag, when set it will use STASHES from the
18859              thread we are joining into avoiding the problem.
18860      Branch: perl
18861            ! MANIFEST ext/threads/threads.xs sv.c sv.h
18862 ____________________________________________________________________________
18863 [ 18417] By: sky                                   on 2003/01/03  18:16:46
18864         Log: Fake what context we are running in for CLONE and DESTROY so 
18865              threads->tid() returns the correct value.
18866              This is reported as bug #10046
18867      Branch: perl
18868            ! ext/threads/t/basic.t ext/threads/threads.xs
18869 ____________________________________________________________________________
18870 [ 18413] By: sky                                   on 2003/01/03  15:15:14
18871         Log: Change pp_lock to take a reference instead of a
18872              scalar since it wouldn't fork for the HELEM/AELEM
18873              case. This was reported in bug #10045
18874      Branch: perl
18875            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
18876 ____________________________________________________________________________
18877 [ 18412] By: hv                                    on 2003/01/03  11:14:51
18878         Log: Integrate from maint-5.8 #18348:
18879              Make Math::Trig a little bit more better behaved module citizen.
18880      Branch: perl
18881           !> lib/Math/Trig.pm
18882 ____________________________________________________________________________
18883 [ 18411] By: hv                                    on 2003/01/03  11:11:09
18884         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
18885              From: Stephen McCamant <smcc@mit.edu>
18886              Date: Sun, 22 Dec 2002 22:09:51 -0500
18887              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
18888      Branch: perl
18889            ! pp_ctl.c
18890 ____________________________________________________________________________
18891 [ 18410] By: hv                                    on 2003/01/03  11:06:40
18892         Log: Subject: new flag SvPADSTALE
18893              From: Dave Mitchell <davem@fdgroup.com>
18894              Date: Thu, 19 Dec 2002 19:00:21 +0000
18895              Message-ID: <20021219190021.D9530@fdgroup.com>
18896      Branch: perl
18897            ! dump.c scope.c sv.h
18898 ____________________________________________________________________________
18899 [ 18409] By: hv                                    on 2003/01/03  11:05:09
18900         Log: Subject: remove flag SvPADBUSY
18901              From: Dave Mitchell <davem@fdgroup.com>
18902              Date: Thu, 19 Dec 2002 18:55:43 +0000
18903              Message-ID: <20021219185543.C9530@fdgroup.com>
18904      Branch: perl
18905            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
18906 ____________________________________________________________________________
18907 [ 18408] By: hv                                    on 2003/01/03  10:56:54
18908         Log: Subject: win32_msgwait() problem
18909              From: Gurusamy Sarathy <gsar@ActiveState.com>
18910              Date: Fri, 13 Dec 2002 17:31:59 -0800
18911              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
18912      Branch: perl
18913            ! win32/win32.c
18914 ____________________________________________________________________________
18915 [ 18407] By: hv                                    on 2003/01/03  10:30:05
18916         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
18917              From: hv@crypt.org
18918              Date: Thu, 02 Jan 2003 17:16:04 +0000
18919              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
18920      Branch: perl
18921            ! sv.c
18922 ____________________________________________________________________________
18923 [ 18406] By: sky                                   on 2003/01/03  08:23:16
18924         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
18925              libc_r functions.
18926      Branch: perl
18927            ! hints/darwin.sh
18928 ____________________________________________________________________________
18929 [ 18393] By: merijn                                on 2003/01/02  19:41:29
18930         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)
18931              Date: Thu, 2 Jan 2003 19:02:21 +0100
18932              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
18933              From: abe@ztreet.demon.nl (Abe Timmerman)
18934      Branch: perl
18935            ! win32/makefile.mk
18936 ____________________________________________________________________________
18937 [ 18390] By: merijn                                on 2003/01/02  07:32:00
18938         Log: Use a more likely location for the perl binary
18939      Branch: perl
18940            ! Porting/genlog
18941 ____________________________________________________________________________
18942 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
18943         Log: integrate change#18377 from maint-5.6 branch
18944              
18945              change#17566 needs to be more defensive about win32_dup2()
18946              itself calling SetStdHandle() (at least MSVCRT does this)
18947      Branch: perl
18948           !> win32/win32.c
18949 ____________________________________________________________________________
18950 [ 18376] By: hv                                    on 2002/12/31  02:02:17
18951         Log: Update Changes
18952      Branch: perl
18953            ! Changes patchlevel.h
18954 ____________________________________________________________________________
18955 [ 18374] By: hv                                    on 2002/12/30  03:32:22
18956         Log: Remove duplicate entry
18957      Branch: perl
18958            ! MANIFEST
18959 ____________________________________________________________________________
18960 [ 18373] By: hv                                    on 2002/12/30  03:19:17
18961         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
18962              From: Dave Paris (via RT) <perlbug-followup@perl.org>
18963              Date: 22 Dec 2002 05:15:14 -0000
18964              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
18965      Branch: perl
18966            ! pod/perlfunc.pod
18967 ____________________________________________________________________________
18968 [ 18372] By: hv                                    on 2002/12/30  03:13:42
18969         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
18970              From: Michael G Schwern <schwern@pobox.com>
18971              Date: Sat, 21 Dec 2002 19:29:41 -0800
18972              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
18973      Branch: perl
18974            ! lib/AutoSplit.pm
18975 ____________________________________________________________________________
18976 [ 18371] By: hv                                    on 2002/12/30  03:08:12
18977         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
18978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18979              Date: Fri, 27 Dec 2002 16:14:24 +0100
18980              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
18981      Branch: perl
18982            ! mg.c t/op/magic.t
18983 ____________________________________________________________________________
18984 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
18985         Log: save_re_context() was not saving many regexec.c state
18986              variables, resulting in various reentrancy problems when
18987              the swatches were autoloaded by perl in the midst of a
18988              match
18989      Branch: perl
18990            ! regcomp.c
18991 ____________________________________________________________________________
18992 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
18993         Log: silence another signed/unsigned mismatch warning
18994      Branch: perl
18995            ! op.c
18996 ____________________________________________________________________________
18997 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
18998         Log: fix signed/unsigned mismatch warning from change#18266
18999      Branch: perl
19000            ! regcomp.c
19001 ____________________________________________________________________________
19002 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
19003         Log: these variables are not in use anywhere since 5.8.0
19004      Branch: perl
19005            ! embedvar.h perlapi.h sv.c thrdvar.h
19006 ____________________________________________________________________________
19007 [ 18354] By: ams                                   on 2002/12/26  03:54:09
19008         Log: Subject: [PATCH] docpatch for cv.h
19009              From: Nicholas Clark <nick@unfortu.net>
19010              Date: Wed, 25 Dec 2002 21:01:04 +0000
19011              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
19012      Branch: perl
19013            ! cv.h
19014 ____________________________________________________________________________
19015 [ 18351] By: hv                                    on 2002/12/25  02:29:17
19016         Log: #18345 was still broken; should be fixed now.
19017      Branch: perl
19018            ! sv.c
19019 ____________________________________________________________________________
19020 [ 18350] By: merijn                                on 2002/12/24  05:26:40
19021         Log: Removal of duplicate comment block
19022              
19023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19024              Subject: Re: [perl #19306] Sys::Syslog issues.
19025              Date: Mon, 23 Dec 2002 15:25:51 -0800
19026              Message-ID: </t5B+gzkg6DR092yn@efn.org>
19027      Branch: perl
19028            ! ext/Sys/Syslog/Syslog.pm
19029 ____________________________________________________________________________
19030 [ 18346] By: hv                                    on 2002/12/23  06:14:22
19031         Log: integrate maint-5.8 #18301
19032      Branch: perl
19033           !> lib/perl5db.pl
19034 ____________________________________________________________________________
19035 [ 18345] By: hv                                    on 2002/12/23  06:01:17
19036         Log: more on #18344.
19037      Branch: perl
19038            ! sv.c
19039 ____________________________________________________________________________
19040 [ 18344] By: hv                                    on 2002/12/23  05:56:43
19041         Log: more on #18312: sv.c:ss_dup()
19042      Branch: perl
19043            ! sv.c
19044 ____________________________________________________________________________
19045 [ 18343] By: hv                                    on 2002/12/23  05:47:17
19046         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
19047              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
19048              Date: 15 Dec 2002 13:45:23 -0000
19049              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
19050      Branch: perl
19051            ! lib/Term/Complete.pm
19052 ____________________________________________________________________________
19053 [ 18342] By: hv                                    on 2002/12/23  05:27:25
19054         Log: Subject: [perl #18544] Patch included to fix problem.
19055              From: Richard Kandarian <richard.kandarian@lanl.gov>
19056              Date: Thu, 21 Nov 2002 08:00:20 -0700
19057              (from RT)
19058      Branch: perl
19059            ! regexec.c
19060 ____________________________________________________________________________
19061 [ 18341] By: hv                                    on 2002/12/23  05:08:49
19062         Log: Subject: [PATCH] operation on `PL_na' may be undefined
19063              From: Nicholas Clark <nick@unfortu.net>
19064              Date: Tue, 10 Dec 2002 19:59:18 +0000
19065              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
19066      Branch: perl
19067            ! universal.c
19068 ____________________________________________________________________________
19069 [ 18340] By: hv                                    on 2002/12/23  05:04:29
19070         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
19071              From: Nicholas Clark <nick@unfortu.net>
19072              Date: Tue, 10 Dec 2002 18:55:28 +0000
19073              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
19074      Branch: perl
19075            ! pp_hot.c
19076 ____________________________________________________________________________
19077 [ 18339] By: hv                                    on 2002/12/23  04:39:48
19078         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
19079      Branch: perl
19080            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19081            ! ext/Time/HiRes/Makefile.PL
19082 ____________________________________________________________________________
19083 [ 18338] By: hv                                    on 2002/12/23  03:43:09
19084         Log: Subject: [PATCH] read permissions for h2ph-generated files
19085              From: Slaven Rezic <slaven.rezic@berlin.de>
19086              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
19087              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
19088      Branch: perl
19089            ! utils/h2ph.PL
19090 ____________________________________________________________________________
19091 [ 18337] By: hv                                    on 2002/12/23  03:38:59
19092         Log: handy hint: getting a perforce change as a usable patch
19093      Branch: perl
19094            ! Porting/repository.pod
19095 ____________________________________________________________________________
19096 [ 18336] By: hv                                    on 2002/12/23  03:36:26
19097         Log: Reverse #18285, for reasons given in:
19098              Subject: Re: Precedence of ? :
19099              From: hv@crypt.org
19100              Date: Fri, 20 Dec 2002 00:35:27 +0000
19101              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
19102      Branch: perl
19103            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
19104            ! vms/perly_c.vms
19105 ____________________________________________________________________________
19106 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
19107         Log: my_fflush_all() wasn't doing the right thing under useperlio
19108              on many platforms
19109      Branch: perl
19110            ! util.c
19111 ____________________________________________________________________________
19112 [ 18334] By: merijn                                on 2002/12/18  06:48:11
19113         Log: AIX compiler version updates
19114      Branch: perl
19115            ! README.aix
19116 ____________________________________________________________________________
19117 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
19118         Log: $Config{prefixexp} was set incorrectly on windows
19119      Branch: perl
19120            ! win32/config.bc win32/config.gc win32/config.vc
19121            ! win32/config.vc64
19122 ____________________________________________________________________________
19123 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
19124         Log: remove CRs from a couple of files (these show up as CRCRLF
19125              on windows)
19126      Branch: perl
19127            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19128 ____________________________________________________________________________
19129 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
19130         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
19131      Branch: perl
19132            ! win32/win32.c
19133 ____________________________________________________________________________
19134 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
19135         Log: windows: support for large files
19136              
19137              note that this change will break binary compatibility with the
19138              default 5.8.0 build options; nevertheless I think it is worth
19139              having in 5.8.1 (people who want the compatibility can disable
19140              the option in the makefile)
19141      Branch: perl
19142            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
19143            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
19144            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
19145            ! win32/config.vc win32/config.vc64 win32/config_H.bc
19146            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
19147            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
19148            ! win32/win32.c win32/win32iop.h
19149 ____________________________________________________________________________
19150 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
19151         Log: Win32.pod update
19152      Branch: perl
19153            ! lib/Win32.pod
19154 ____________________________________________________________________________
19155 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
19156         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
19157      Branch: perl
19158            ! XSUB.h
19159 ____________________________________________________________________________
19160 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
19161         Log: windows: avoid prompting under some shells during $(MAKE) distclean
19162      Branch: perl
19163            ! win32/Makefile win32/makefile.mk
19164 ____________________________________________________________________________
19165 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
19166         Log: PerlSIO_stderr et al are not functions
19167      Branch: perl
19168            ! XSUB.h
19169 ____________________________________________________________________________
19170 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
19171         Log: integrate change#18320 from maint-5.6 branch
19172              
19173              C<require '\foo\bar.pm'> fails on windows if not running
19174              from the root directory; for a test case, see:
19175              
19176              http://bugs.activestate.com/show_bug.cgi?id=19317
19177              
19178              this was due to not recognizing \foo\bar.pm as an absolute
19179              path name
19180      Branch: perl
19181           !> util.h
19182 ____________________________________________________________________________
19183 [ 18319] By: hv                                    on 2002/12/17  10:08:24
19184         Log: Whoops, these are the changes supposed to be in #18318.
19185      Branch: perl
19186            ! pad.c t/op/eval.t
19187 ____________________________________________________________________________
19188 [ 18318] By: hv                                    on 2002/12/17  03:12:18
19189         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
19190              From: Nicholas Clark <nick@unfortu.net>
19191              Date: Sat, 14 Dec 2002 23:13:37 +0000
19192              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
19193      Branch: perl
19194            ! pad.c t/op/eval.t
19195 ____________________________________________________________________________
19196 [ 18317] By: hv                                    on 2002/12/17  02:58:12
19197         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
19198      Branch: perl
19199            + lib/Net/Ping/t/410_syn_host.t
19200            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
19201            ! lib/Net/Ping/t/450_service.t
19202 ____________________________________________________________________________
19203 [ 18316] By: hv                                    on 2002/12/17  02:17:16
19204         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
19205              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19206              Date: Fri, 13 Dec 2002 13:54:05 -0800
19207              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
19208      Branch: perl
19209            ! os2/os2.c t/run/runenv.t
19210 ____________________________________________________________________________
19211 [ 18315] By: hv                                    on 2002/12/17  02:03:58
19212         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
19213              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19214              Date: Fri, 13 Dec 2002 13:47:08 -0800
19215              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
19216      Branch: perl
19217            ! lib/constant.t lib/fields.t
19218 ____________________________________________________________________________
19219 [ 18314] By: hv                                    on 2002/12/17  01:58:32
19220         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
19221              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19222              Date: Fri, 13 Dec 2002 14:00:48 -0800
19223              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
19224      Branch: perl
19225            ! os2/OS2/Process/t/os2_process.t os2/os2.c
19226 ____________________________________________________________________________
19227 [ 18313] By: hv                                    on 2002/12/17  01:54:19
19228         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
19229              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19230              Date: Fri, 13 Dec 2002 14:08:00 -0800
19231              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
19232      Branch: perl
19233            ! os2/OS2/REXX/REXX.xs
19234 ____________________________________________________________________________
19235 [ 18312] By: hv                                    on 2002/12/17  01:43:28
19236         Log: Subject: [Fwd: Patch for perl utf8-related bug]
19237              From: Richard Hitt <rbh00@utsglobal.com>
19238              Date: Fri, 06 Dec 2002 16:47:42 -0800
19239              [perl #18932]
19240      Branch: perl
19241            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
19242            ! scope.h
19243 ____________________________________________________________________________
19244 [ 18311] By: hv                                    on 2002/12/17  00:52:05
19245         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
19246              From: Dave Mitchell <davem@fdgroup.com>
19247              Date: Sat, 14 Dec 2002 19:16:49 +0000
19248              Message-ID: <20021214191649.B3992@fdgroup.com>
19249      Branch: perl
19250            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
19251 ____________________________________________________________________________
19252 [ 18310] By: hv                                    on 2002/12/17  00:51:46
19253         Log: regen-headers to get new API docs from #18306
19254      Branch: perl
19255            ! pod/perlapi.pod
19256 ____________________________________________________________________________
19257 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
19258         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
19259              From: peter@PSDT.com (Peter Scott)
19260              Date: 12 Dec 2002 18:13:17 -0000
19261              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
19262              (fix bug [perl #19058])
19263      Branch: perl
19264            ! lib/perl5db.pl
19265 ____________________________________________________________________________
19266 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
19267         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
19268              From: Dave Mitchell <davem@fdgroup.com>
19269              Date: Thu, 12 Dec 2002 23:42:35 +0000
19270              Message-ID: <20021212234235.A29245@fdgroup.com>
19271              and
19272              Date: Sat, 14 Dec 2002 19:16:38 +0000
19273              Message-ID: <20021214191638.A3992@fdgroup.com>
19274      Branch: perl
19275            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
19276            ! proto.h t/op/eval.t
19277 ____________________________________________________________________________
19278 [ 18306] By: sky                                   on 2002/12/16  21:41:40
19279         Log: More documentation of obscure flags is good, even if the
19280              documentation might be not so good. Atleast it's not false!
19281              Documents the flags one can give to perl_clone
19282      Branch: perl
19283            ! sv.c
19284 ____________________________________________________________________________
19285 [ 18305] By: merijn                                on 2002/12/16  10:53:19
19286         Log: Enough changes to Configure and metaunits warrant an update.
19287              Several small changes and three additions
19288      Branch: perl
19289            ! Porting/Glossary
19290 ____________________________________________________________________________
19291 [ 18304] By: merijn                                on 2002/12/16  10:44:57
19292         Log: Redone #18011 from metaunits
19293      Branch: perl
19294            ! Configure
19295 ____________________________________________________________________________
19296 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
19297         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
19298              From: Dave Mitchell <davem@fdgroup.com>
19299              Date: Tue, 10 Dec 2002 01:26:44 +0000
19300              Message-ID: <20021210012644.A7843@fdgroup.com>
19301      Branch: perl
19302            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
19303            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
19304            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
19305 ____________________________________________________________________________
19306 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
19307         Log: Subject: [patch] typo in perlop
19308              From: andreas.koenig@anima.de (Andreas J. Koenig)
19309              Date: Wed, 11 Dec 2002 21:31:14 +0100
19310              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
19311      Branch: perl
19312            ! pod/perlop.pod
19313 ____________________________________________________________________________
19314 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
19315         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
19316      Branch: perl
19317           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
19318           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
19319           !> t/op/subst.t
19320 ____________________________________________________________________________
19321 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
19322         Log: Whitespace and indentation fix in the output of B::Debug.
19323      Branch: perl
19324            ! ext/B/B/Debug.pm
19325 ____________________________________________________________________________
19326 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
19327         Log: Update to Scalar-List-Utils 1.09
19328      Branch: perl
19329            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
19330            ! ext/List/Util/lib/List/Util.pm
19331 ____________________________________________________________________________
19332 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
19333         Log: this has been incorrect for a while now, and has changed
19334              again recently
19335      Branch: perl
19336            ! Porting/repository.pod
19337 ____________________________________________________________________________
19338 [ 18285] By: hv                                    on 2002/12/11  10:35:01
19339         Log: Subject: [PATCH] Re: Precedence of ? :
19340              From: Stephen McCamant <smcc@mit.edu>
19341              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
19342              Message-Id: <20021210055707.974F073CCC@syllepsis>
19343      Branch: perl
19344            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
19345            ! vms/perly_c.vms
19346 ____________________________________________________________________________
19347 [ 18284] By: hv                                    on 2002/12/11  10:21:12
19348         Log: One more email address for #18282
19349      Branch: perl
19350            ! lib/Pod/Perldoc.pm
19351 ____________________________________________________________________________
19352 [ 18283] By: hv                                    on 2002/12/11  10:18:07
19353         Log: More email addresses for #18282
19354      Branch: perl
19355            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
19356            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
19357            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
19358            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
19359            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
19360 ____________________________________________________________________________
19361 [ 18282] By: hv                                    on 2002/12/11  10:16:05
19362         Log: Subject: Remove stale e-mail addresses
19363              From: Andy Dougherty <doughera@lafayette.edu>
19364              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
19365              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
19366      Branch: perl
19367            ! Porting/pumpkin.pod configure.gnu
19368            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
19369            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
19370            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
19371 ____________________________________________________________________________
19372 [ 18281] By: hv                                    on 2002/12/11  09:59:31
19373         Log: Integrate from maint-5.8 #18156, #18218.
19374      Branch: perl
19375           !> lib/Unicode/UCD.t lib/unicore/Category.pl
19376           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
19377           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
19378           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
19379           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
19380           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
19381 ____________________________________________________________________________
19382 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
19383         Log: Integrate from the maint-5.8/ branch :
19384              changes 18219, 18236, 18242-3, 18247-8,
19385              18253-5, 18257, 18273-6
19386      Branch: perl
19387           +> t/op/lc_user.t
19388           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
19389           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
19390           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
19391           !> t/uni/tr_utf8.t
19392 ____________________________________________________________________________
19393 [ 18279] By: merijn                                on 2002/12/10  14:10:03
19394         Log: Subject: Re: ANSIColor 1.06 released
19395              Version bump only after typo fix to sync with CPAN
19396      Branch: perl
19397            ! lib/Term/ANSIColor.pm
19398 ____________________________________________________________________________
19399 [ 18277] By: merijn                                on 2002/12/10  08:46:05
19400         Log: Subject: [PATCH perl@18251] VMS build update
19401              Message-ID: <3DF56BE2.9000300@mac.com>
19402              Date: Mon, 09 Dec 2002 22:21:54 -0600
19403              From: "Craig A. Berry" <craigberry@mac.com>
19404      Branch: perl
19405            ! configure.com ext/Time/HiRes/Makefile.PL
19406            ! vms/descrip_mms.template
19407 ____________________________________________________________________________
19408 [ 18272] By: merijn                                on 2002/12/09  15:31:28
19409         Log: RT#15950
19410              
19411              Subject: [PATCH] Typo in Term::ANSIColor
19412              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
19413              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
19414      Branch: perl
19415            ! lib/Term/ANSIColor.pm
19416 ____________________________________________________________________________
19417 [ 18270] By: hv                                    on 2002/12/09  00:25:26
19418         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
19419              From: Nicholas Clark (via RT) <perlbug@perl.org>
19420              Date: 7 Nov 2002 14:58:14 -0000
19421              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
19422      Branch: perl
19423            ! lib/ExtUtils/xsubpp
19424 ____________________________________________________________________________
19425 [ 18269] By: hv                                    on 2002/12/09  00:19:33
19426         Log: Subject: Re: Bug in Filter::Simple
19427              From: Slaven Rezic <slaven.rezic@berlin.de>
19428              Date: 07 Nov 2002 10:01:41 +0100
19429              Message-ID: <87of91u51m.fsf@vran.herceg.de>
19430      Branch: perl
19431            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
19432 ____________________________________________________________________________
19433 [ 18268] By: hv                                    on 2002/12/09  00:14:58
19434         Log: fix #18266 sprintf format mismatch
19435      Branch: perl
19436            ! regcomp.c
19437 ____________________________________________________________________________
19438 [ 18267] By: hv                                    on 2002/12/09  00:10:09
19439         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
19440              From: Slaven Rezic <slaven.rezic@berlin.de>
19441              Date: 09 Nov 2002 23:21:16 +0100
19442              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
19443      Branch: perl
19444            ! config_h.SH ext/POSIX/t/posix.t util.c
19445 ____________________________________________________________________________
19446 [ 18266] By: hv                                    on 2002/12/09  00:02:57
19447         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
19448              From: Abhijit Menon-Sen <ams@wiw.org>
19449              Date: Wed, 6 Nov 2002 19:38:11 +0530
19450              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
19451      Branch: perl
19452            ! regcomp.c t/op/lc.t
19453 ____________________________________________________________________________
19454 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
19455         Log: Subject: Re: [perl #18927] barewords with no errors
19456              From: Abe Timmerman <abe@ztreet.demon.nl>
19457              Date: Sun, 8 Dec 2002 17:12:56 +0100
19458              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
19459      Branch: perl
19460            ! t/lib/strict/subs
19461 ____________________________________________________________________________
19462 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
19463         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
19464              From: Slaven Rezic <slaven.rezic@berlin.de>
19465              Date: 30 Nov 2002 00:07:05 +0100
19466              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
19467      Branch: perl
19468            ! pp_ctl.c t/cmd/for.t
19469 ____________________________________________________________________________
19470 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
19471         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
19472              From: Slaven Rezic <slaven.rezic@berlin.de>
19473              Date: 08 Dec 2002 01:31:45 +0100
19474              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
19475      Branch: perl
19476            ! lib/Exporter/Heavy.pm
19477 ____________________________________________________________________________
19478 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
19479         Log: getservbyport() should accept an empty string as its
19480              proto argument (as does getservbyname()).
19481              
19482              Subject: Re: Is this a bug or am I being stupid?
19483              From: Slaven Rezic <slaven.rezic@berlin.de>
19484              Date: 08 Dec 2002 01:54:37 +0100
19485              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
19486      Branch: perl
19487            ! pp_sys.c
19488 ____________________________________________________________________________
19489 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
19490         Log: Change the set of characters that are considered to be
19491              safe in $ENV{TERM} for taint checkings.
19492      Branch: perl
19493            ! taint.c
19494 ____________________________________________________________________________
19495 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
19496         Log: Document that $ENV{TERM} may produce taint failures.
19497              Subject: Re: [perl #18717] spurious failures in regression test
19498              From: Slaven Rezic <slaven.rezic@berlin.de>
19499              Date: 29 Nov 2002 22:11:46 +0100
19500              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
19501      Branch: perl
19502            ! pod/perldiag.pod
19503 ____________________________________________________________________________
19504 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
19505         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
19506              From: Nicholas Clark <nick@unfortu.net>
19507              Date: Mon, 2 Dec 2002 21:48:29 +0000
19508              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
19509      Branch: perl
19510            ! hv.c lib/Hash/Util.t
19511 ____________________________________________________________________________
19512 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
19513         Log: Fix two cases of buffer overflow in the lexer.
19514      Branch: perl
19515            ! t/comp/parser.t toke.c
19516 ____________________________________________________________________________
19517 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
19518         Log: Fix bug #18874, essentially by reverting change #11890.
19519              Add a regression test for it.
19520      Branch: perl
19521            ! lib/English.pm lib/English.t
19522 ____________________________________________________________________________
19523 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
19524         Log: Suppress a compilation warning reported by Jarkko
19525              (variable initialization skipped by goto).
19526      Branch: perl
19527            ! toke.c
19528 ____________________________________________________________________________
19529 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
19530         Log: Fix up #18229.
19531      Branch: perl
19532            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
19533            ! pod/perlintern.pod
19534 ____________________________________________________________________________
19535 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
19536         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
19537              by any character may corrupt memory due to reading past the
19538              end of the input buffer. Add a new error message corresponding
19539              to this case.
19540      Branch: perl
19541            ! pod/perldiag.pod t/comp/parser.t toke.c
19542 ____________________________________________________________________________
19543 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
19544         Log: Skip test #17 of lib/open.t when useperlio is not defined.
19545      Branch: perl
19546            ! lib/open.t
19547 ____________________________________________________________________________
19548 [ 18231] By: merijn                                on 2002/12/02  16:00:12
19549         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
19550              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
19551              From: Andy Dougherty <doughera@lafayette.edu>
19552              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
19553      Branch: perl
19554            ! README.hpux
19555 ____________________________________________________________________________
19556 [ 18230] By: merijn                                on 2002/12/02  15:45:31
19557         Log: $0 modifying part II (HP-UX only)
19558              
19559              Date: Sat, 30 Nov 2002 20:16:51 +0200
19560              From: Jarkko Hietaniemi <jhi@iki.fi>
19561              Subject: [PATCH] $0 modifying
19562              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
19563      Branch: perl
19564            ! mg.c
19565 ____________________________________________________________________________
19566 [ 18229] By: merijn                                on 2002/12/02  15:43:16
19567         Log: $0 mofifying part I
19568              
19569              Date: Sat, 30 Nov 2002 20:16:51 +0200
19570              From: Jarkko Hietaniemi <jhi@iki.fi>
19571              Subject: [PATCH] $0 modifying
19572              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
19573      Branch: perl
19574            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
19575            ! sv.c t/op/magic.t thread.h
19576 ____________________________________________________________________________
19577 [ 18228] By: hv                                    on 2002/12/02  13:37:59
19578         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
19579              with a module-driven version, and separates out its docs.
19580      Branch: perl
19581            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
19582            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
19583            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
19584            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
19585            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
19586            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
19587            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
19588            + pod/perldoc.pod
19589            ! MANIFEST utils/perldoc.PL
19590 ____________________________________________________________________________
19591 [ 18226] By: hv                                    on 2002/12/02  12:44:35
19592         Log: missed the new file from #18224
19593      Branch: perl
19594            + lib/Pod/PlainText.pm
19595            ! MANIFEST
19596 ____________________________________________________________________________
19597 [ 18225] By: hv                                    on 2002/12/02  03:09:42
19598         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
19599      Branch: perl
19600            ! util.c
19601 ____________________________________________________________________________
19602 [ 18224] By: hv                                    on 2002/12/02  02:59:02
19603         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
19604              and lib/Pod/t/utils.t to cater for simpler output text.
19605      Branch: perl
19606            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
19607            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
19608            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
19609            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
19610            ! t/pod/multiline_items.t t/pod/multiline_items.xr
19611            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
19612            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
19613            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
19614            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
19615 ____________________________________________________________________________
19616 [ 18223] By: hv                                    on 2002/12/02  02:46:17
19617         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
19618              From: Dave Mitchell <davem@fdgroup.com>
19619              Date: Mon, 25 Nov 2002 21:25:33 +0000
19620              Message-ID: <20021125212533.B29157@fdgroup.com>
19621      Branch: perl
19622            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
19623 ____________________________________________________________________________
19624 [ 18222] By: hv                                    on 2002/12/02  02:23:28
19625         Log: #18221 broke t/op/eval.t
19626      Branch: perl
19627            ! t/op/eval.t
19628 ____________________________________________________________________________
19629 [ 18221] By: hv                                    on 2002/12/02  02:18:19
19630         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
19631      Branch: perl
19632           +> ext/POSIX/t/is.t
19633           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
19634           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
19635           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
19636           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
19637 ____________________________________________________________________________
19638 [ 18220] By: hv                                    on 2002/12/02  00:58:54
19639         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
19640              From: Dave Mitchell <davem@fdgroup.com>
19641              Date: Sun, 24 Nov 2002 22:19:06 +0000
19642              Message-ID: <20021124221906.A25386@fdgroup.com>
19643      Branch: perl
19644            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
19645            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
19646            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
19647            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
19648 ____________________________________________________________________________
19649 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
19650         Log: Document the hint constants and where they're used.
19651      Branch: perl
19652            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
19653            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
19654            ! perl.h
19655 ____________________________________________________________________________
19656 [ 18216] By: merijn                                on 2002/11/29  10:00:54
19657         Log: 64bit Peek failure on HP-UX 11.00
19658              
19659              Subject: Re: Smoke 18188
19660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19661              From: Slaven Rezic <slaven.rezic@berlin.de>
19662              Date: 28 Nov 2002 19:25:25 +0100
19663              Message-ID: <877kexsga2.fsf@vran.herceg.de>
19664      Branch: perl
19665            ! ext/Devel/Peek/Peek.t
19666 ____________________________________________________________________________
19667 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
19668         Log: Slight beauty tweak. 
19669      Branch: perl
19670            ! intrpvar.h
19671 ____________________________________________________________________________
19672 [ 18188] By: hv                                    on 2002/11/27  01:32:52
19673         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
19674              From: Slaven Rezic <slaven.rezic@berlin.de>
19675              Date: 03 Nov 2002 10:59:43 +0100
19676              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
19677      Branch: perl
19678            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
19679 ____________________________________________________________________________
19680 [ 18186] By: hv                                    on 2002/11/27  00:57:18
19681         Log: Subject: DESTROY called in scalar context ?
19682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19683              Date: Tue, 29 Oct 2002 22:04:23 +0100
19684              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
19685      Branch: perl
19686            ! sv.c
19687 ____________________________________________________________________________
19688 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
19689         Log: PerlFAQ sync.
19690      Branch: perl
19691            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19692            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19693            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19694            ! pod/perlfaq9.pod
19695 ____________________________________________________________________________
19696 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
19697         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
19698              From: andreas.koenig@anima.de (Andreas J. Koenig)
19699              Date: Mon, 25 Nov 2002 10:21:08 +0100
19700              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
19701              
19702              Plus a few similar POD fixes
19703      Branch: perl
19704            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
19705            ! pod/perltie.pod
19706 ____________________________________________________________________________
19707 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
19708         Log: Subject: Re: [perl #18626] bug in perlipc man page
19709              From: Slaven Rezic <slaven.rezic@berlin.de>
19710              Date: 23 Nov 2002 21:23:20 +0100
19711              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
19712      Branch: perl
19713            ! pod/perlipc.pod
19714 ____________________________________________________________________________
19715 [ 18182] By: merijn                                on 2002/11/26  08:44:39
19716         Log: Subject: #17171: ld flag for shrplib on OpenBSD
19717              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
19718              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
19719      Branch: perl
19720            ! Configure
19721 ____________________________________________________________________________
19722 [ 18180] By: hv                                    on 2002/11/25  03:10:03
19723         Log: integrate #18144 updates to pod/perlport.pod
19724      Branch: perl
19725            ! pod/perlport.pod
19726 ____________________________________________________________________________
19727 [ 18179] By: hv                                    on 2002/11/25  03:06:44
19728         Log: Subject: [PATCH] UTF8 regexp {n} bug
19729              From: Inaba Hiroto <inaba@st.rim.or.jp>
19730              Date: Sat, 16 Nov 2002 19:23:00 +0900
19731              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
19732      Branch: perl
19733            ! regcomp.c t/op/pat.t
19734 ____________________________________________________________________________
19735 [ 18178] By: hv                                    on 2002/11/25  02:43:40
19736         Log: Subject: Re: Storable bug #1698
19737              From: Slaven Rezic <slaven.rezic@berlin.de>
19738              Date: 18 Nov 2002 10:41:36 +0100
19739              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
19740      Branch: perl
19741            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
19742            ! ext/Storable/t/forgive.t
19743 ____________________________________________________________________________
19744 [ 18177] By: hv                                    on 2002/11/25  02:37:07
19745         Log: add support for STASH and MAGIC information for REFs to sv_dump().
19746              Subject: [PATCH]
19747              From: Slaven Rezic <slaven.rezic@berlin.de>
19748              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
19749              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
19750      Branch: perl
19751            ! dump.c ext/Devel/Peek/Peek.t
19752 ____________________________________________________________________________
19753 [ 18176] By: hv                                    on 2002/11/25  02:31:10
19754         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
19755              From: Slaven Rezic <slaven.rezic@berlin.de>
19756              Date: 18 Nov 2002 22:50:04 +0100
19757              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
19758      Branch: perl
19759            ! pp_ctl.c
19760 ____________________________________________________________________________
19761 [ 18175] By: hv                                    on 2002/11/25  02:20:48
19762         Log: Subject: [Encode] 1.83 + bleedperl patch released
19763              From: Dan Kogai <dankogai@dan.co.jp>
19764              Date: Tue, 19 Nov 2002 03:18:44 +0900
19765              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
19766      Branch: perl
19767            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
19768            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
19769            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
19770            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
19771 ____________________________________________________________________________
19772 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
19773         Log: Subject: [PATCH] Historic version labels
19774              From: andreas.koenig@anima.de (Andreas J. Koenig)
19775              Date: Fri, 22 Nov 2002 14:39:41 +0100
19776              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
19777      Branch: perl
19778            ! Changes5.005 Changes5.6
19779 ____________________________________________________________________________
19780 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
19781         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
19782              Fix the existing tests that didn't checked the difference
19783              between 0 and undef.
19784      Branch: perl
19785            ! t/op/magic.t
19786 ____________________________________________________________________________
19787 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
19788         Log: Move some tests from t/run/fresh_perl.t
19789              to the new t/comp/parser.t. The goal being to
19790              get rid of fresh_perl.t at some point.
19791      Branch: perl
19792            ! t/comp/parser.t t/run/fresh_perl.t
19793 ____________________________________________________________________________
19794 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
19795         Log: Add a test for bug #17920, and a new test file for it.
19796      Branch: perl
19797            + t/comp/parser.t
19798            ! MANIFEST
19799 ____________________________________________________________________________
19800 [ 18168] By: merijn                                on 2002/11/21  13:59:12
19801         Log: Subject: [PATCH] hires sleeping wants libs
19802              Date: Wed, 20 Nov 2002 17:18:31 +0200
19803              From: Jarkko Hietaniemi <jhi@iki.fi>
19804              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
19805      Branch: perl
19806            ! Configure hints/irix_6.sh
19807 ____________________________________________________________________________
19808 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
19809         Log: Fix perl bug #17920 : a case of parser coredump.
19810              The fix is to disable Perl_block_start and Perl_block_end
19811              when the yacc parser has encountered errors. This prevents
19812              corruption of the internal stack, at the expense of correctness,
19813              but this doesn't matter as the code is unparseable anyway.
19814      Branch: perl
19815            ! op.c
19816 ____________________________________________________________________________
19817 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
19818         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
19819              From: Jarkko Hietaniemi <jhi@iki.fi>
19820              Date: Sun, 3 Nov 2002 17:50:08 +0200
19821              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
19822      Branch: perl
19823            ! lib/open.pm locale.c pod/perl58delta.pod
19824 ____________________________________________________________________________
19825 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
19826         Log: t/io/crlf.t failed with miniperl.
19827      Branch: perl
19828            ! t/io/crlf.t
19829 ____________________________________________________________________________
19830 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
19831         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
19832              From: Peter Scott <Peter@PSDT.com>
19833              Date: Thu, 07 Nov 2002 19:04:27 -0800
19834              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
19835              
19836              With a tweak to the END cleanup block to fully remove the
19837              temporary test directory
19838      Branch: perl
19839            ! lib/AutoLoader.t
19840 ____________________________________________________________________________
19841 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
19842         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
19843              From: Dave Mitchell <davem@fdgroup.com>
19844              Date: Thu, 14 Nov 2002 22:55:39 +0000
19845              Message-ID: <20021114225539.A18614@fdgroup.com>
19846      Branch: perl
19847            ! ext/threads/threads.xs
19848 ____________________________________________________________________________
19849 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
19850         Log: Subject: [PATCH Win32] Document wperl.exe
19851              From: "Brent Dax" <brentdax@cpan.org>
19852              Date: Fri, 15 Nov 2002 23:02:01 -0800
19853              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
19854      Branch: perl
19855            ! README.win32
19856 ____________________________________________________________________________
19857 [ 18160] By: hv                                    on 2002/11/19  12:07:25
19858         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
19859              From: Nicholas Clark <nick@unfortu.net>
19860              Date: Tue, 29 Oct 2002 23:00:05 +0000
19861              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
19862      Branch: perl
19863            + regen.pl regen_headers.pl
19864            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
19865            ! keywords.pl opcode.pl regcomp.pl
19866 ____________________________________________________________________________
19867 [ 18159] By: hv                                    on 2002/11/19  11:48:30
19868         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
19869              From: Gurusamy Sarathy <gsar@ActiveState.com>
19870              Date: Wed, 30 Oct 2002 20:58:15 -0800
19871              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
19872              Date: Wed, 30 Oct 2002 21:56:22 -0800
19873              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
19874              Date: Wed, 30 Oct 2002 22:55:30 -0800
19875              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
19876      Branch: perl
19877            ! gv.c pp_hot.c t/op/method.t
19878 ____________________________________________________________________________
19879 [ 18158] By: hv                                    on 2002/11/19  11:35:16
19880         Log: Remove duplicate my() declaration giving warnings from change #18105.
19881      Branch: perl
19882            ! lib/Class/Struct.t
19883 ____________________________________________________________________________
19884 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
19885         Log: Correction to change #18152, by Dave Mitchell.
19886      Branch: perl
19887            ! pod/perlhack.pod
19888 ____________________________________________________________________________
19889 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
19890         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
19891              From: Dave Mitchell <davem@fdgroup.com>
19892              Date: Sat, 16 Nov 2002 22:18:23 +0000
19893              Message-ID: <20021116221823.A23614@fdgroup.com>
19894              Documentation for change #18150.
19895      Branch: perl
19896            ! pod/perlhack.pod
19897 ____________________________________________________________________________
19898 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
19899         Log: Document PRIVSHIFT.
19900              Subject: [PATCH] two small doc patches
19901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19902              Date: Thu, 14 Nov 2002 15:07:35 -0800
19903              Message-ID: <3yC19gzkguTO092yn@efn.org>
19904      Branch: perl
19905            ! sv.h
19906 ____________________________________________________________________________
19907 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
19908         Log: Subject: [PATCH] optional code for debugging leaking scalars
19909              From: Dave Mitchell <davem@fdgroup.com>
19910              Date: Thu, 14 Nov 2002 23:03:00 +0000
19911              Message-ID: <20021114230300.B18614@fdgroup.com>
19912      Branch: perl
19913            ! perl.c sv.c
19914 ____________________________________________________________________________
19915 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
19916         Log: New B::Lint option, bare-subs, that checks for implicitely
19917              quoted barewords that are also subroutines, from
19918              Ian Phillipps <ip@tarragon-et.co.uk>.
19919              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
19920              With a few tweaks to the implementation and tests.
19921              (previous change was empty)
19922      Branch: perl
19923            ! ext/B/B/Lint.pm ext/B/t/lint.t
19924 ____________________________________________________________________________
19925 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
19926         Log: New B::Lint option, bare-subs, that checks for implicitely
19927              quoted barewords that are also subroutines, from
19928              Ian Phillipps <ip@tarragon-et.co.uk>.
19929              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
19930              With a few tweaks to the implementation and tests.
19931      Branch: perl
19932            ! ext/B/B/Lint.pm ext/B/t/lint.t
19933 ____________________________________________________________________________
19934 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
19935         Log: Subject: [PATCH] Typo in perl58delta
19936              From: andreas.koenig@anima.de (Andreas J. Koenig)
19937              Date: Sat, 16 Nov 2002 16:29:14 +0100
19938              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
19939      Branch: perl
19940            ! pod/perl58delta.pod
19941 ____________________________________________________________________________
19942 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
19943         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
19944              From: Dave Mitchell <davem@fdgroup.com>
19945              Date: Thu, 7 Nov 2002 16:38:02 +0000
19946              Message-ID: <20021107163802.C25337@fdgroup.com>
19947      Branch: perl
19948            ! pad.h
19949 ____________________________________________________________________________
19950 [ 18141] By: merijn                                on 2002/11/12  16:15:30
19951         Log: repair 18139 (missing awk command)
19952      Branch: perl
19953            ! Configure
19954 ____________________________________________________________________________
19955 [ 18139] By: merijn                                on 2002/11/12  14:20:36
19956         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
19957              From: Jarkko Hietaniemi <jhi@iki.fi>
19958              Subject: [PATCH] Tru64 osvers
19959              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
19960      Branch: perl
19961            ! Configure
19962 ____________________________________________________________________________
19963 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
19964         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
19965              From: Slaven Rezic <slaven.rezic@berlin.de>
19966              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
19967              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
19968      Branch: perl
19969            ! lib/Term/ReadLine.pm
19970 ____________________________________________________________________________
19971 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
19972         Log: Subject: t/run/runenv.t bug
19973              From: Salvador "Fandiño" <sfandino@yahoo.com>
19974              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
19975              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
19976      Branch: perl
19977            ! t/run/runenv.t
19978 ____________________________________________________________________________
19979 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
19980         Log: Subject: [PATCH] perlopentut and PerlIO documentation
19981              From: Slaven Rezic <slaven.rezic@berlin.de>
19982              Date: 08 Nov 2002 22:22:19 +0100
19983              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
19984      Branch: perl
19985            ! lib/PerlIO.pm pod/perlopentut.pod
19986 ____________________________________________________________________________
19987 [ 18125] By: hv                                    on 2002/11/07  14:01:57
19988         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
19989              From: Dan Kogai <dankogai@dan.co.jp>
19990              Date: Fri, 25 Oct 2002 13:04:00 +0900
19991              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
19992      Branch: perl
19993            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
19994            + t/uni/tr_utf8.t
19995            ! MANIFEST
19996 ____________________________________________________________________________
19997 [ 18124] By: hv                                    on 2002/11/07  13:51:39
19998         Log: Subject: [PATCH] File::Temp documentation fix
19999              From: Slaven Rezic <slaven.rezic@berlin.de>
20000              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
20001              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
20002      Branch: perl
20003            ! lib/File/Temp.pm
20004 ____________________________________________________________________________
20005 [ 18123] By: hv                                    on 2002/11/07  13:46:59
20006         Log: Subject: PATCH x2p/find2perl.PL
20007              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
20008              Date: Thu, 24 Oct 2002 10:05:19 +0200
20009              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
20010      Branch: perl
20011            ! x2p/find2perl.PL
20012 ____________________________________________________________________________
20013 [ 18122] By: hv                                    on 2002/11/07  13:40:25
20014         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
20015              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
20016              Date: 23 Oct 2002 18:42:51 -0000
20017              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
20018      Branch: perl
20019            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
20020 ____________________________________________________________________________
20021 [ 18121] By: hv                                    on 2002/11/07  13:21:15
20022         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
20023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20024              Date: Sun, 03 Nov 2002 15:48:18 -0800
20025              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
20026      Branch: perl
20027            ! sv.c t/op/tie.t
20028 ____________________________________________________________________________
20029 [ 18120] By: hv                                    on 2002/11/07  13:14:21
20030         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
20031              From: Gurusamy Sarathy <gsar@ActiveState.com>
20032              Date: Sat, 19 Oct 2002 12:11:43 -0700
20033              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
20034      Branch: perl
20035            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
20036 ____________________________________________________________________________
20037 [ 18119] By: hv                                    on 2002/11/07  12:13:28
20038         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
20039              From: Mark Pease (via RT) <perlbug@perl.org>
20040              Date: 29 Oct 2002 20:23:54 -0000
20041              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
20042      Branch: perl
20043            ! regcomp.c
20044 ____________________________________________________________________________
20045 [ 18118] By: hv                                    on 2002/11/07  11:33:38
20046         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
20047              From: hv@crypt.org
20048              Date: Sun, 03 Nov 2002 16:41:24 +0000
20049              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
20050      Branch: perl
20051            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
20052            ! t/op/sub_lval.t
20053 ____________________________________________________________________________
20054 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
20055         Log: "make distclean" should remove the generated file lib/Config.pod.
20056      Branch: perl
20057            ! Makefile.SH
20058 ____________________________________________________________________________
20059 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
20060         Log: The new test introduced in #18114 failed with threads
20061      Branch: perl
20062            ! ext/B/t/concise.t
20063 ____________________________________________________________________________
20064 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
20065         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
20066              From: Slaven Rezic <slaven.rezic@berlin.de>
20067              Date: 24 Oct 2002 00:44:35 +0200
20068              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
20069      Branch: perl
20070            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
20071            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
20072 ____________________________________________________________________________
20073 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
20074         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
20075              From: Stephen McCamant <smcc@mit.edu>
20076              Date: Thu, 31 Oct 2002 01:35:29 -0500
20077              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
20078              
20079              plus a test case in ext/B/t/concise.t
20080              plus a (less intrusive, but less future-proof) fix for a
20081              similar problem in B::walkoptree_exec().
20082      Branch: perl
20083            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
20084 ____________________________________________________________________________
20085 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
20086         Log: make regen_headers.
20087              Backport change #18078 to warnings.pl.
20088      Branch: perl
20089            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
20090 ____________________________________________________________________________
20091 [ 18109] By: ams                                   on 2002/11/05  13:03:34
20092         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
20093              From: hv@crypt.org
20094              Date: Tue, 05 Nov 2002 13:30:00 +0000
20095              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
20096              
20097              This is half of the fix for #18107. The swash_init() problems
20098              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
20099              but can now be seen only with UTF-8 test cases.
20100      Branch: perl
20101            ! pp.c
20102 ____________________________________________________________________________
20103 [ 18108] By: merijn                                on 2002/11/05  07:52:08
20104         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
20105              
20106              Subject: Re: [perl #18066] Bug in -I when path has double colons?
20107              From: Slaven Rezic <slaven.rezic@berlin.de>
20108              Date: 03 Nov 2002 10:25:10 +0100
20109              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
20110      Branch: perl
20111            ! embed.pl
20112 ____________________________________________________________________________
20113 [ 18107] By: ams                                   on 2002/11/05  03:43:46
20114         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
20115              character is UTF-8. (Copied from pp_lcfirst.)
20116              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
20117      Branch: perl
20118            ! dump.c pp.c
20119 ____________________________________________________________________________
20120 [ 18106] By: hv                                    on 2002/11/05  01:43:27
20121         Log: new test based on:
20122              Subject: [TEST] for [PATCH] bug in utf8.c(?)
20123              From: Marty Pauley <marty+p5p@kasei.com>
20124              Date: Fri, 18 Oct 2002 21:02:38 +0100
20125              Message-ID: <20021018200238.GY3764@soto.kasei.com>
20126      Branch: perl
20127            ! lib/utf8.t
20128 ____________________________________________________________________________
20129 [ 18105] By: hv                                    on 2002/11/05  00:59:30
20130         Log: Subject: Re: Class::Struct, simple patch, tests
20131              From: Marty Pauley <marty+p5p@kasei.com>
20132              Date: Fri, 18 Oct 2002 22:26:38 +0100
20133              Message-ID: <20021018212638.GB3764@soto.kasei.com>
20134      Branch: perl
20135            ! lib/Class/Struct.pm lib/Class/Struct.t
20136 ____________________________________________________________________________
20137 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
20138         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
20139              From: Slaven Rezic <slaven.rezic@berlin.de>
20140              Date: 30 Oct 2002 11:18:47 +0100
20141              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
20142              
20143              With the corresponding change to embed.fnc
20144      Branch: perl
20145            + t/run/switchI.t
20146            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
20147            ! proto.h t/run/runenv.t
20148 ____________________________________________________________________________
20149 [ 18094] By: merijn                                on 2002/11/04  16:08:22
20150         Log: Changed the warning detection pattern because of:
20151              
20152              Subject: ccache gcc3.2 doesn't work
20153              From: Nicholas Clark <nick@ccl4.org>
20154              Date: Tue, 29 Oct 2002 15:01:39
20155              Message-ID: <20021029150139.J82080@plum.flirble.org>
20156      Branch: perl
20157            ! Configure
20158 ____________________________________________________________________________
20159 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
20160         Log: s/Perlf/Perl/ (thanks rgs)
20161      Branch: perl
20162            ! pod/perldiag.pod
20163 ____________________________________________________________________________
20164 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
20165         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
20166      Branch: perl
20167            ! pod/perldiag.pod
20168 ____________________________________________________________________________
20169 [ 18090] By: hv                                    on 2002/11/04  15:49:29
20170         Log: extend #13786 to cover the other four identical chunks of code
20171              to avoid looping under overload.
20172      Branch: perl
20173            ! sv.c
20174 ____________________________________________________________________________
20175 [ 18088] By: merijn                                on 2002/11/04  15:37:06
20176         Log: Charnames take 4
20177              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
20178      Branch: perl
20179            ! lib/charnames.pm lib/charnames.t
20180 ____________________________________________________________________________
20181 [ 18086] By: hv                                    on 2002/11/04  15:16:34
20182         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
20183      Branch: perl
20184           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
20185           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
20186 ____________________________________________________________________________
20187 [ 18085] By: hv                                    on 2002/11/04  12:17:12
20188         Log: Subject: Re: [perl #17064] illegal legal unicode character
20189              From: hv@crypt.org
20190              Date: Mon, 04 Nov 2002 13:23:49 +0000
20191              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
20192      Branch: perl
20193            ! regexec.c t/op/split.t
20194 ____________________________________________________________________________
20195 [ 18084] By: merijn                                on 2002/11/04  11:04:45
20196         Log: Tru64, gcc -O3, datasize
20197              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
20198      Branch: perl
20199            ! README.tru64 hints/dec_osf.sh
20200 ____________________________________________________________________________
20201 [ 18083] By: merijn                                on 2002/11/04  10:58:52
20202         Log: Typo configpm
20203              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20204      Branch: perl
20205            ! configpm
20206 ____________________________________________________________________________
20207 [ 18078] By: hv                                    on 2002/11/03  13:20:50
20208         Log: avoid reliance on croak() prototype
20209      Branch: perl
20210            ! lib/warnings.pm
20211 ____________________________________________________________________________
20212 [ 18077] By: hv                                    on 2002/11/03  13:18:17
20213         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
20214              (with tweaks)
20215              From: Michael G Schwern <schwern@pobox.com>
20216              Date: Wed, 4 Sep 2002 12:06:08 -0700
20217              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
20218      Branch: perl
20219            ! configpm lib/Config.t
20220 ____________________________________________________________________________
20221 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
20222         Log: Update to Scalar-List-Utils 1.08
20223      Branch: perl
20224            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
20225            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
20226            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
20227            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
20228            ! ext/List/Util/t/reduce.t
20229 ____________________________________________________________________________
20230 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
20231         Log: Adjust the number of tests in t/op/range.t
20232      Branch: perl
20233            ! t/op/range.t
20234 ____________________________________________________________________________
20235 [ 18074] By: ams                                   on 2002/10/30  22:30:32
20236         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
20237              but "-4\n".."-0\n" is!
20238              From: Slaven Rezic <slaven.rezic@berlin.de>
20239              Date: 30 Oct 2002 16:22:36 +0100
20240              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
20241              
20242              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
20243              is not DWIM but "-4\n".."-0\n" is!
20244              From: "Orton, Yves" <yves.orton@mciworldcom.de>
20245              Date: Wed, 30 Oct 2002 11:59:31 -0000
20246              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
20247              
20248              (Applied over previous fix.)
20249      Branch: perl
20250            ! pp_ctl.c t/op/range.t
20251 ____________________________________________________________________________
20252 [ 18073] By: ams                                   on 2002/10/30  19:47:12
20253         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
20254              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
20255              Date: 30 Oct 2002 17:27:53 -0000
20256              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
20257              
20258              (Fixed by making an exception for .."0" in pp_flop.)
20259      Branch: perl
20260            ! pp_ctl.c t/op/range.t
20261 ____________________________________________________________________________
20262 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
20263         Log: Partial fix of bug [perl #17589] : prevent the parser to
20264              segfault when encountering the erroneous construct "sub;".
20265      Branch: perl
20266            ! pod/perldiag.pod t/op/anonsub.t toke.c
20267 ____________________________________________________________________________
20268 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
20269         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
20270              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20271              Date: Mon, 28 Oct 2002 12:53:52 -0000
20272              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
20273      Branch: perl
20274            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
20275 ____________________________________________________________________________
20276 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
20277         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
20278              From: Nicholas Clark <nick@unfortu.net>
20279              Date: Sun, 27 Oct 2002 18:39:03 +0000
20280              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
20281      Branch: perl
20282            ! util.c
20283 ____________________________________________________________________________
20284 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
20285         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
20286              From: Nicholas Clark <nick@unfortu.net>
20287              Date: Sun, 27 Oct 2002 22:31:08 +0000
20288              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
20289      Branch: perl
20290            ! t/op/pack.t
20291 ____________________________________________________________________________
20292 [ 18068] By: merijn                                on 2002/10/27  17:57:15
20293         Log: Repair broken previous patch. I don't like it, but not repairing it
20294              breaks each and every build. Will teach me to test on the same
20295              machine where I patched it. Sorry.
20296      Branch: perl
20297            ! embed.pl
20298 ____________________________________________________________________________
20299 [ 18067] By: merijn                                on 2002/10/27  06:02:21
20300         Log: embed.pl doc. (embed.pl reorganization for doc headers)
20301              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
20302              With some additional modifications
20303      Branch: perl
20304            ! embed.pl
20305 ____________________________________________________________________________
20306 [ 18064] By: merijn                                on 2002/10/25  11:47:07
20307         Log: The 5005thread todo list; 2 down 25 to go
20308      Branch: perl
20309            ! README.irix README.tru64
20310 ____________________________________________________________________________
20311 [ 18063] By: hv                                    on 2002/10/25  00:28:48
20312         Log: change #18038 gives too many problems on t/450_service.t; disable
20313              it for now
20314      Branch: perl
20315            ! lib/Net/Ping/t/450_service.t
20316 ____________________________________________________________________________
20317 [ 18062] By: hv                                    on 2002/10/25  00:21:17
20318         Log: Subject: [PATCH] DB_File 1.806
20319              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20320              Date: Tue, 22 Oct 2002 11:16:21 +0100
20321              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
20322      Branch: perl
20323            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20324            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20325            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
20326 ____________________________________________________________________________
20327 [ 18061] By: hv                                    on 2002/10/25  00:13:07
20328         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
20329              From: chromatic <chromatic@wgz.org>
20330              Date: Mon, 21 Oct 2002 20:27:43 -0700
20331              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
20332      Branch: perl
20333            + ext/IO/lib/IO/t/IO.t
20334            ! MANIFEST lib/Net/Ping/t/450_service.t
20335 ____________________________________________________________________________
20336 [ 18060] By: hv                                    on 2002/10/24  23:54:50
20337         Log: 2 lines of change #18039 had several problems
20338      Branch: perl
20339            ! ext/IO/IO.pm
20340 ____________________________________________________________________________
20341 [ 18059] By: hv                                    on 2002/10/24  23:46:29
20342         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
20343              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
20344              Date: 21 Oct 2002 10:18:50 -0000
20345              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
20346      Branch: perl
20347            ! utils/perldoc.PL
20348 ____________________________________________________________________________
20349 [ 18058] By: hv                                    on 2002/10/24  23:36:48
20350         Log: Subject: The Inaba patch for tr/// vs. use encoding
20351              From: Dan Kogai <dankogai@dan.co.jp>
20352              Date: Mon, 21 Oct 2002 17:36:02 +0900
20353              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
20354      Branch: perl
20355            ! mg.c regcomp.c sv.c toke.c
20356 ____________________________________________________________________________
20357 [ 18057] By: hv                                    on 2002/10/24  23:16:15
20358         Log: Subject: [Encode] 1.80 released
20359              From: Dan Kogai <dankogai@dan.co.jp>
20360              Date: Tue, 22 Oct 2002 05:47:16 +0900
20361              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
20362      Branch: perl
20363            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
20364            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
20365            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20366            ! ext/Encode/lib/Encode/MIME/Header.pm
20367            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
20368            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
20369            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
20370            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
20371 ____________________________________________________________________________
20372 [ 18056] By: hv                                    on 2002/10/24  22:48:06
20373         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
20374              From: Autrijus Tang <autrijus@autrijus.org>
20375              Date: Sat, 19 Oct 2002 17:51:57 +0800
20376              Message-ID: <20021019095157.GA430@not.autrijus.org>
20377      Branch: perl
20378            ! ext/B/B/C.pm
20379 ____________________________________________________________________________
20380 [ 18055] By: hv                                    on 2002/10/24  22:34:10
20381         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
20382      Branch: perl
20383            ! pp_sys.c t/run/fresh_perl.t
20384 ____________________________________________________________________________
20385 [ 18054] By: hv                                    on 2002/10/24  22:17:40
20386         Log: change #18030 needs the removal of ext/Thread/thr5005.t
20387      Branch: perl
20388            - ext/Thread/thr5005.t
20389 ____________________________________________________________________________
20390 [ 18053] By: merijn                                on 2002/10/24  08:20:09
20391         Log: charnames pragma extended with :alias for customized
20392              unicode naming aliases
20393              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
20394      Branch: perl
20395            ! lib/charnames.pm lib/charnames.t
20396 ____________________________________________________________________________
20397 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
20398         Log: Further tweaks to perlmodlib.pod.
20399              Add a note about perllocal.pod, which wasn't documented.
20400      Branch: perl
20401            ! pod/perlmodlib.PL pod/perlmodlib.pod
20402 ____________________________________________________________________________
20403 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
20404         Log: Further tweaks to perluniintro.pod
20405      Branch: perl
20406            ! pod/perluniintro.pod
20407 ____________________________________________________________________________
20408 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
20409         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
20410              Regenerate perlmodlib.pod
20411      Branch: perl
20412            ! pod/perlmodlib.PL pod/perlmodlib.pod
20413 ____________________________________________________________________________
20414 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
20415         Log: Subject: [PATCH] perluniintro
20416              From: Jarkko Hietaniemi <jhi@iki.fi>
20417              Date: Sun, 20 Oct 2002 15:48:09 +0300
20418              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
20419      Branch: perl
20420            ! pod/perluniintro.pod
20421 ____________________________________________________________________________
20422 [ 18048] By: hv                                    on 2002/10/22  17:04:26
20423         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
20424              From: Dave Mitchell <davem@fdgroup.com>
20425              Date: Fri, 18 Oct 2002 13:36:40 +0100
20426              Message-ID: <20021018133640.A19172@fdgroup.com>
20427      Branch: perl
20428            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
20429            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
20430            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
20431 ____________________________________________________________________________
20432 [ 18047] By: hv                                    on 2002/10/22  16:20:18
20433         Log: Subject: [PATCH] AutoLoader gives wrong message
20434              From: Peter Scott <peter@psdt.com>
20435              Date: Thu, 17 Oct 2002 19:54:56 -0700
20436              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
20437      Branch: perl
20438            ! lib/AutoLoader.pm
20439 ____________________________________________________________________________
20440 [ 18046] By: hv                                    on 2002/10/22  15:52:40
20441         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
20442              From: Alain Barbet <alian@alianwebserver.com>
20443              Date: Fri, 18 Oct 2002 15:29:29 +0200
20444              Message-ID: <3DB00CB9.70708@alianwebserver.com>
20445      Branch: perl
20446            ! README.win32 win32/makefile.mk win32/win32.c
20447 ____________________________________________________________________________
20448 [ 18045] By: hv                                    on 2002/10/22  15:47:21
20449         Log: improve 'atomicity' wording
20450      Branch: perl
20451            ! lib/filetest.pm
20452 ____________________________________________________________________________
20453 [ 18044] By: hv                                    on 2002/10/22  15:43:55
20454         Log: Subject: [PATCH] Shell.pm object methods broken
20455              From: Dan Brook <dbrook@easyspace.com>
20456              Date: Thu, 17 Oct 2002 16:05:04 +0100
20457              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
20458      Branch: perl
20459            ! lib/Shell.pm lib/Shell.t
20460 ____________________________________________________________________________
20461 [ 18042] By: hv                                    on 2002/10/21  09:20:54
20462         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
20463              From: hv@crypt.org
20464              Date: Mon, 21 Oct 2002 11:27:40 +0100
20465              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
20466      Branch: perl
20467            ! t/lib/warnings/toke toke.c
20468 ____________________________________________________________________________
20469 [ 18041] By: hv                                    on 2002/10/21  01:14:48
20470         Log: Subject: Re: [perl #18019] regex overoptimization
20471              From: hv@crypt.org
20472              Date: Mon, 21 Oct 2002 03:21:54 +0100
20473              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
20474      Branch: perl
20475            ! regcomp.c t/op/re_tests
20476 ____________________________________________________________________________
20477 [ 18039] By: hv                                    on 2002/10/20  14:33:16
20478         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
20479              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
20480              Date: Tue, 15 Oct 2002 02:17:03 +0200
20481              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
20482      Branch: perl
20483            ! ext/IO/IO.pm
20484 ____________________________________________________________________________
20485 [ 18038] By: hv                                    on 2002/10/20  14:23:06
20486         Log: Update to Net::Ping v2.23
20487      Branch: perl
20488            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
20489            + lib/Net/Ping/t/450_service.t
20490            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
20491            ! lib/Net/Ping/t/200_ping_tcp.t
20492 ____________________________________________________________________________
20493 [ 18037] By: hv                                    on 2002/10/20  13:57:06
20494         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
20495              From: Jarkko Hietaniemi <jhi@iki.fi>
20496              Date: Mon, 14 Oct 2002 14:49:54 +0300
20497              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
20498      Branch: perl
20499            ! t/op/pack.t
20500 ____________________________________________________________________________
20501 [ 18036] By: hv                                    on 2002/10/20  13:43:56
20502         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
20503              From: Slaven Rezic <slaven.rezic@berlin.de>
20504              Date: 14 Oct 2002 09:37:18 +0200
20505              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
20506      Branch: perl
20507            ! pp_sys.c t/op/mkdir.t
20508 ____________________________________________________________________________
20509 [ 18035] By: hv                                    on 2002/10/20  13:39:09
20510         Log: Subject: Re: [perl #17951] Strange UTF error
20511              From: Jarkko Hietaniemi <jhi@iki.fi>
20512              Date: Wed, 16 Oct 2002 18:50:51 +0300
20513              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
20514      Branch: perl
20515            ! lib/utf8_heavy.pl t/run/fresh_perl.t
20516 ____________________________________________________________________________
20517 [ 18034] By: hv                                    on 2002/10/20  13:23:16
20518         Log: Update to Time::HiRes v1.38
20519      Branch: perl
20520            + ext/Time/HiRes/typemap
20521            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20522            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
20523            ! ext/Time/HiRes/Makefile.PL
20524 ____________________________________________________________________________
20525 [ 18033] By: hv                                    on 2002/10/20  13:12:25
20526         Log: Upgrade to Test.pm v1.23
20527      Branch: perl
20528            ! lib/Test.pm
20529 ____________________________________________________________________________
20530 [ 18030] By: merijn                                on 2002/10/19  14:10:21
20531         Log: Happy chainsaw stories; The removal of the 5005 threads
20532              Still imcomplete. Configure will follow
20533      Branch: perl
20534            ! MANIFEST NetWare/Makefile NetWare/config.wc
20535            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
20536            ! Porting/Glossary Porting/config.sh Porting/config_H
20537            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
20538            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
20539            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
20540            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
20541            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
20542            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
20543            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
20544            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
20545            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
20546            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
20547            ! win32/config.bc win32/config.gc win32/config.vc
20548            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
20549            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
20550            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
20551            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
20552            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
20553            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
20554            ! wince/win32thread.h wince/wincesck.c
20555 ____________________________________________________________________________
20556 [ 18029] By: merijn                                on 2002/10/18  07:28:21
20557         Log: minor tweaks in Porting/pumpkin.pod
20558              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
20559      Branch: perl
20560            ! Porting/pumpkin.pod
20561 ____________________________________________________________________________
20562 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
20563         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
20564              From: Abe Timmerman <abe@ztreet.demon.nl>
20565              Date: Thu, 17 Oct 2002 23:38:34 +0200
20566              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
20567      Branch: perl
20568            ! t/run/switches.t
20569 ____________________________________________________________________________
20570 [ 18027] By: hv                                    on 2002/10/17  14:39:27
20571         Log: Subject: Re: versions too accurate
20572              From: John Peacock <jpeacock@rowman.com>
20573              Date: Mon, 14 Oct 2002 22:36:48 -0400
20574              Message-ID: <3DAB7F40.1050200@rowman.com>
20575      Branch: perl
20576            ! lib/version.pm util.c
20577 ____________________________________________________________________________
20578 [ 18026] By: hv                                    on 2002/10/17  14:29:41
20579         Log: Subject: Re: [PATCH] Version object combined patch
20580              From: John Peacock <jpeacock@rowman.com>
20581              Date: Thu, 10 Oct 2002 21:23:01 -0400
20582              Message-ID: <3DA627F5.5050907@rowman.com>
20583      Branch: perl
20584            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
20585 ____________________________________________________________________________
20586 [ 18025] By: hv                                    on 2002/10/17  13:37:04
20587         Log: definition of MAXPATHLEN
20588              Subject: [PATCH] standard lawyerism
20589              From: Jarkko Hietaniemi <jhi@iki.fi>
20590              Date: Fri, 11 Oct 2002 02:48:26 +0300
20591              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
20592      Branch: perl
20593            ! perl.h
20594 ____________________________________________________________________________
20595 [ 18024] By: hv                                    on 2002/10/17  13:34:01
20596         Log: Subject: Re: [perl #17061] no strict 'garbage'
20597              From: Slaven Rezic <slaven.rezic@berlin.de>
20598              Date: 10 Oct 2002 16:23:22 +0200
20599              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
20600      Branch: perl
20601            ! ext/Storable/Storable.pm
20602 ____________________________________________________________________________
20603 [ 18023] By: hv                                    on 2002/10/17  12:56:28
20604         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
20605              From: Steve Grazzini <grazz@nyc.rr.com>
20606              Date: 11 Oct 2002 22:28:58 -0000
20607              Message-ID: <20021011222858.452.qmail@onion.perl.org>
20608      Branch: perl
20609            ! doio.c t/io/open.t
20610 ____________________________________________________________________________
20611 [ 18022] By: hv                                    on 2002/10/17  12:24:42
20612         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
20613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20614              Date: Tue, 15 Oct 2002 17:01:43 -0700
20615              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
20616      Branch: perl
20617            ! t/op/assignwarn.t
20618 ____________________________________________________________________________
20619 [ 18021] By: hv                                    on 2002/10/17  11:28:38
20620         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
20621              From: Slaven Rezic <slaven.rezic@berlin.de>
20622              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
20623              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
20624      Branch: perl
20625            ! Porting/pumpkin.pod
20626 ____________________________________________________________________________
20627 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
20628         Log: prototype() didn't warn when used in void context.
20629      Branch: perl
20630            ! op.c t/lib/warnings/op
20631 ____________________________________________________________________________
20632 [ 18019] By: ams                                   on 2002/10/15  20:54:53
20633         Log: Subject: Japanese translation of Storable
20634              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
20635              Date: Tue, 15 Oct 2002 06:31:01 +0900
20636              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
20637      Branch: perl
20638            ! ext/Storable/README
20639 ____________________________________________________________________________
20640 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
20641         Log: Subject: Re: [PATCH] cv.h: Comment update
20642              From: Paul Johnson <paul@pjcj.net>
20643              Date: Mon, 14 Oct 2002 20:00:50 +0200
20644              Message-ID: <20021014180050.GC7333@pjcj.net>
20645      Branch: perl
20646            ! cv.h
20647 ____________________________________________________________________________
20648 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
20649         Log: Subject: [PATCH] perlipc.pod
20650              From: Slaven Rezic <slaven.rezic@berlin.de>
20651              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
20652              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
20653      Branch: perl
20654            ! pod/perlipc.pod
20655 ____________________________________________________________________________
20656 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
20657         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
20658              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20659              Date: Sun, 13 Oct 2002 09:02:36 +0900
20660              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
20661      Branch: perl
20662            ! pod/perlunicode.pod
20663 ____________________________________________________________________________
20664 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
20665         Log: The -0 command-line switch wasn't setting $/ at compile-time.
20666              Move the initialization of $/ just after switch parsing
20667              (it was done after yyparse().)
20668      Branch: perl
20669            ! perl.c t/run/switches.t
20670 ____________________________________________________________________________
20671 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
20672         Log: Subject: Re: [PATCH] perl573delta delinting
20673              From: Philip Newton <Philip.Newton@gmx.net>
20674              Date: Sat, 12 Oct 2002 21:25:49 +0200
20675              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
20676      Branch: perl
20677            ! pod/perl573delta.pod
20678 ____________________________________________________________________________
20679 [ 18013] By: hv                                    on 2002/10/12  15:41:50
20680         Log: Subject: [PATCH] for -Dm
20681              From: Slaven Rezic <slaven.rezic@berlin.de>
20682              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
20683              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
20684      Branch: perl
20685            ! malloc.c
20686 ____________________________________________________________________________
20687 [ 18012] By: hv                                    on 2002/10/12  15:39:49
20688         Log: #18005 was not enough
20689              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
20690              From: Abe Timmerman <abeltje@cpan.org>
20691              Date: Sat, 12 Oct 2002 17:56:39 +0200
20692              Message-Id: <200210121756.39803.abeltje@cpan.org>
20693      Branch: perl
20694            ! win32/makefile.mk
20695 ____________________________________________________________________________
20696 [ 18011] By: hv                                    on 2002/10/12  15:36:43
20697         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
20698              From: Richard Hitt (via RT) <perlbug@perl.org>
20699              Date: 8 Oct 2002 21:04:30 -0000
20700              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
20701      Branch: perl
20702            ! Configure
20703 ____________________________________________________________________________
20704 [ 18010] By: hv                                    on 2002/10/12  15:31:06
20705         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
20706              From: Nicholas Clark <nick@unfortu.net>
20707              Date: Tue, 8 Oct 2002 21:52:53 +0100
20708              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
20709      Branch: perl
20710            ! pod/perldiag.pod pp_pack.c t/op/pack.t
20711 ____________________________________________________________________________
20712 [ 18009] By: hv                                    on 2002/10/12  15:12:18
20713         Log: Subject: [PATCH perldoc] For screaming hell's sake
20714              From: Simon Cozens <simon@netthink.co.uk>
20715              Date: Tue, 8 Oct 2002 11:13:07 +0100
20716              Message-ID: <20021008101307.GA8175@netthink.co.uk>
20717      Branch: perl
20718            ! utils/perldoc.PL
20719 ____________________________________________________________________________
20720 [ 18008] By: hv                                    on 2002/10/12  14:38:19
20721         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
20722              From: Nicholas Clark <nick@unfortu.net>
20723              Date: Mon, 7 Oct 2002 23:35:34 +0100
20724              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
20725      Branch: perl
20726            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
20727            ! ext/Storable/README ext/Storable/Storable.pm
20728            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
20729            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
20730            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
20731 ____________________________________________________________________________
20732 [ 18007] By: hv                                    on 2002/10/12  14:22:36
20733         Log: Subject: [perl #17773] errors in c2ph(1) man page
20734              From: Eric Melville (via RT) <perlbug@perl.org>
20735              Date: 7 Oct 2002 02:58:34 -0000
20736              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
20737      Branch: perl
20738            ! utils/c2ph.PL
20739 ____________________________________________________________________________
20740 [ 18006] By: hv                                    on 2002/10/12  14:19:55
20741         Log: Subject: [PATCH pad.c] Re: closure failures
20742              From: Dave Mitchell <davem@fdgroup.com>
20743              Date: Mon, 7 Oct 2002 02:42:13 +0100
20744              Message-ID: <20021007024213.B29760@fdgroup.com>
20745      Branch: perl
20746            ! pad.c
20747 ____________________________________________________________________________
20748 [ 18005] By: hv                                    on 2002/10/12  14:17:07
20749         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
20750              From: Abe Timmerman <abeltje@cpan.org>
20751              Date: Tue, 8 Oct 2002 14:16:56 +0200
20752              Message-Id: <200210081416.56942.abeltje@cpan.org>
20753      Branch: perl
20754            ! win32/Makefile
20755 ____________________________________________________________________________
20756 [ 18004] By: hv                                    on 2002/10/12  14:06:59
20757         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
20758      Branch: perl
20759            ! hints/darwin.sh
20760 ____________________________________________________________________________
20761 [ 18003] By: hv                                    on 2002/10/12  13:48:34
20762         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
20763              and #18001.
20764      Branch: perl
20765            ! ext/Devel/Peek/Peek.t
20766 ____________________________________________________________________________
20767 [ 18002] By: hv                                    on 2002/10/11  23:22:56
20768         Log: Subject: [Encode] 1.77 Released
20769              From: Dan Kogai <dankogai@dan.co.jp>
20770              Date: Sun, 6 Oct 2002 12:52:52 +0900
20771              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
20772      Branch: perl
20773            ! ext/Encode/Changes ext/Encode/Encode.pm
20774            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
20775            ! ext/Encode/lib/Encode/Alias.pm
20776            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
20777            ! ext/Encode/ucm/big5-eten.ucm
20778 ____________________________________________________________________________
20779 [ 18001] By: hv                                    on 2002/10/11  22:52:43
20780         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
20781              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20782              Date: Thu, 10 Oct 2002 14:28:55 -0700
20783              Message-ID: <XEfp9gzkgquV092yn@efn.org>
20784      Branch: perl
20785            ! ext/Devel/Peek/Peek.t
20786 ____________________________________________________________________________
20787 [ 18000] By: hv                                    on 2002/10/11  22:30:36
20788         Log: Subject: [PATCH] perl573delta delinting
20789              From: Jarkko Hietaniemi <jhi@iki.fi>
20790              Date: Fri, 4 Oct 2002 16:19:31 +0300
20791              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
20792      Branch: perl
20793            ! pod/perl573delta.pod
20794 ____________________________________________________________________________
20795 [ 17999] By: hv                                    on 2002/10/11  22:28:36
20796         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
20797              From: Jarkko Hietaniemi <jhi@iki.fi>
20798              Date: Fri, 4 Oct 2002 16:11:57 +0300
20799              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
20800      Branch: perl
20801            ! pod/perldiag.pod reentr.c reentr.pl
20802 ____________________________________________________________________________
20803 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
20804         Log: Fix bug #17771 : segfault with the 'for' statement modifier
20805              used inside a map or a grep.
20806      Branch: perl
20807            ! pp_ctl.c t/op/grep.t
20808 ____________________________________________________________________________
20809 [ 17997] By: hv                                    on 2002/10/11  12:10:39
20810         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
20811              From: Information Service <info@lingo.kiev.ua>
20812              Date: Wed, 09 Oct 2002 07:17:00 +0400
20813              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
20814      Branch: perl
20815            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
20816 ____________________________________________________________________________
20817 [ 17996] By: hv                                    on 2002/10/11  11:55:53
20818         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
20819              From: chromatic <chromatic@wgz.org>
20820              Date: Thu, 03 Oct 2002 22:56:54 -0700
20821              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
20822      Branch: perl
20823            ! lib/AutoLoader.pm lib/AutoLoader.t
20824 ____________________________________________________________________________
20825 [ 17995] By: ams                                   on 2002/10/11  05:24:20
20826         Log: Subject: [perl #17819] Typo in perltooc?
20827              From: Bob Wilkinson (via RT) <perlbug@perl.org>
20828              Date: 9 Oct 2002 09:50:40 -0000
20829              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
20830              
20831              Subject: [perl #17821] Typo in perltooc
20832              From: Bob Wilkinson (via RT) <perlbug@perl.org>
20833              Date: 9 Oct 2002 10:12:51 -0000
20834              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
20835      Branch: perl
20836            ! pod/perltooc.pod
20837 ____________________________________________________________________________
20838 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
20839         Log: Fix bug #17776 : memory corruption in qr/##/x
20840      Branch: perl
20841            ! sv.c t/op/pat.t
20842 ____________________________________________________________________________
20843 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
20844         Log: croak() is better written Perl_croak() in C code.
20845      Branch: perl
20846            ! util.c
20847 ____________________________________________________________________________
20848 [ 17992] By: hv                                    on 2002/10/10  11:29:12
20849         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
20850              From: andreas.koenig@anima.de (Andreas J. Koenig)
20851              Date: Fri, 04 Oct 2002 06:38:57 +0200
20852              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
20853      Branch: perl
20854            ! lib/Hash/Util.pm
20855 ____________________________________________________________________________
20856 [ 17991] By: hv                                    on 2002/10/10  11:20:41
20857         Log: new files lib/version.pm and lib/version.t for change #17990.
20858      Branch: perl
20859            + lib/version.pm lib/version.t
20860 ____________________________________________________________________________
20861 [ 17990] By: hv                                    on 2002/10/10  11:19:57
20862         Log: Subject: [PATCH] Version object combined patch
20863              From: John Peacock <jpeacock@rowman.com>
20864              Date: Fri, 04 Oct 2002 23:15:10 -0400
20865              Message-ID: <3D9E593E.1060605@rowman.com>
20866      Branch: perl
20867            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
20868            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
20869 ____________________________________________________________________________
20870 [ 17989] By: hv                                    on 2002/10/10  10:48:42
20871         Log: Subject: PATCH: lib/ExtUtils/typemap
20872              From: Brian Ingerson <ingy@ttul.org>
20873              Date: Sat, 28 Sep 2002 13:03:24 -0700
20874              Message-ID: <20020928130324.A16900@ttul.org>
20875      Branch: perl
20876            ! lib/ExtUtils/typemap
20877 ____________________________________________________________________________
20878 [ 17988] By: hv                                    on 2002/10/10  10:45:19
20879         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
20880              From: Nicholas Clark <nick@unfortu.net>
20881              Date: Sat, 28 Sep 2002 18:52:00 +0100
20882              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
20883      Branch: perl
20884            ! lib/Exporter.t lib/Exporter/Heavy.pm
20885 ____________________________________________________________________________
20886 [ 17987] By: hv                                    on 2002/10/10  10:27:40
20887         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
20888              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
20889              Date: Mon, 9 Sep 2002 17:36:55 -0400
20890              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
20891      Branch: perl
20892            ! pod/perlfunc.pod
20893 ____________________________________________________________________________
20894 [ 17986] By: hv                                    on 2002/10/10  09:51:24
20895         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
20896              for Storable tests to match.
20897      Branch: perl
20898            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
20899 ____________________________________________________________________________
20900 [ 17985] By: hv                                    on 2002/10/10  09:27:00
20901         Log: Subject: Re: README.cygwin draft update
20902              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20903              Date: Mon, 07 Oct 2002 17:15:09 -0700
20904              Message-ID: <NOio9gzkg6oR092yn@efn.org>
20905      Branch: perl
20906            ! README.cygwin pod/perl58delta.pod
20907 ____________________________________________________________________________
20908 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
20909         Log: Fix bug #17823 : non-modifying tr/// stringifies references
20910      Branch: perl
20911            ! doop.c t/op/tr.t
20912 ____________________________________________________________________________
20913 [ 17983] By: merijn                                on 2002/10/09  12:22:26
20914         Log: Tru64 and gcc and threads
20915              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
20916      Branch: perl
20917            ! thread.h
20918 ____________________________________________________________________________
20919 [ 17982] By: merijn                                on 2002/10/09  10:34:40
20920         Log: Correct mailing list archive URL
20921              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
20922      Branch: perl
20923            ! Porting/pumpkin.pod
20924 ____________________________________________________________________________
20925 [ 17981] By: merijn                                on 2002/10/09  04:49:06
20926         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
20927              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
20928      Branch: perl
20929            ! Porting/pumpkin.pod
20930 ____________________________________________________________________________
20931 [ 17980] By: sky                                   on 2002/10/06  15:40:56
20932         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
20933              Fix testcases to run properly outside perl core build enviroment.
20934      Branch: perl
20935            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
20936            ! ext/Safe/safe3.t
20937 ____________________________________________________________________________
20938 [ 17979] By: sky                                   on 2002/10/06  07:03:19
20939         Log: Subject: [PATCH] fix typo in Tie::Array
20940              From: "Jos I. Boumans" <kane@cpan.org>
20941              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
20942              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
20943      Branch: perl
20944            ! lib/Tie/Array.pm
20945 ____________________________________________________________________________
20946 [ 17978] By: sky                                   on 2002/10/05  04:44:10
20947         Log: Upgrade to Attribute::Handlers 0.78
20948      Branch: perl
20949            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
20950            ! lib/Attribute/Handlers/README
20951 ____________________________________________________________________________
20952 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
20953         Log: Complement to change #17976 :
20954              there was a similar bug on rdo().
20955              Increment $Safe::VERSION.
20956      Branch: perl
20957            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
20958 ____________________________________________________________________________
20959 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
20960         Log: Fix bug #17744, suggested by Andreas Jurenda,
20961              tweaked by rgs (security hole in Safe).
20962      Branch: perl
20963            + ext/Safe/safe3.t
20964            ! MANIFEST ext/Opcode/Safe.pm
20965 ____________________________________________________________________________
20966 [ 17975] By: merijn                                on 2002/10/04  13:30:17
20967         Log: Non ANSI feature detection in enum
20968      Branch: perl
20969            ! pad.h
20970 ____________________________________________________________________________
20971 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
20972         Log: Fix a precedence problem.
20973      Branch: perl
20974            ! ext/Storable/t/integer.t
20975 ____________________________________________________________________________
20976 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
20977         Log: Change the warning message "%s trapped by operation mask"
20978              to include '' around the op name. Document it in perldiag.
20979      Branch: perl
20980            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
20981            ! pod/perldiag.pod
20982 ____________________________________________________________________________
20983 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
20984         Log: Add a new warning, "Possible precedence problem on bitwise
20985              %c operator", triggerred when a bitwise op has a numeric
20986              comparison op as child.
20987      Branch: perl
20988            ! op.c pod/perldiag.pod t/lib/warnings/op
20989 ____________________________________________________________________________
20990 [ 17971] By: ams                                   on 2002/10/03  11:03:41
20991         Log: Subject: Re: Not OK 17969
20992              From: Slaven Rezic <slaven.rezic@berlin.de>
20993              Date: 03 Oct 2002 13:12:58 +0200
20994              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
20995      Branch: perl
20996            ! ext/Storable/Storable.pm ext/Storable/t/code.t
20997            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
20998            ! ext/Storable/t/malice.t
20999 ____________________________________________________________________________
21000 [ 17970] By: ams                                   on 2002/10/03  02:21:15
21001         Log: Add a line about 2.05.
21002      Branch: perl
21003            ! ext/Storable/ChangeLog
21004 ____________________________________________________________________________
21005 [ 17969] By: ams                                   on 2002/10/03  02:12:27
21006         Log: Subject: [PATCH] Storable and code serialization: documentation
21007              From: Slaven Rezic <slaven.rezic@berlin.de>
21008              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
21009              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
21010      Branch: perl
21011            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
21012            ! ext/Storable/t/code.t
21013 ____________________________________________________________________________
21014 [ 17968] By: ams                                   on 2002/10/03  01:40:51
21015         Log: Subject: [PATCH] Re: speed of my
21016              From: Stephen McCamant <smcc@mit.edu>
21017              Date: Wed, 2 Oct 2002 21:48:59 -0400
21018              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
21019      Branch: perl
21020            ! pp.c
21021 ____________________________________________________________________________
21022 [ 17967] By: hv                                    on 2002/10/02  15:04:57
21023         Log: Subject: [PATCH] reentrant buffers
21024              From: Jarkko Hietaniemi <jhi@iki.fi>
21025              Date: Fri, 27 Sep 2002 01:08:56 +0300
21026              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
21027      Branch: perl
21028            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
21029 ____________________________________________________________________________
21030 [ 17966] By: hv                                    on 2002/10/02  14:46:52
21031         Log: Subject: [PATCH] retropatch
21032              From: Jarkko Hietaniemi <jhi@iki.fi>
21033              Date: Fri, 27 Sep 2002 03:51:34 +0300
21034              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
21035      Branch: perl
21036            + pod/perl573delta.pod
21037            ! MANIFEST pod/buildtoc.PL pod/perl.pod
21038 ____________________________________________________________________________
21039 [ 17965] By: hv                                    on 2002/10/02  14:42:21
21040         Log: op/tr.t test is affected by #17962
21041      Branch: perl
21042            ! t/op/tr.t
21043 ____________________________________________________________________________
21044 [ 17964] By: hv                                    on 2002/10/02  14:38:59
21045         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
21046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21047              Date: Tue, 1 Oct 2002 23:34:35 +0200
21048              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
21049      Branch: perl
21050            ! t/op/override.t toke.c
21051 ____________________________________________________________________________
21052 [ 17963] By: hv                                    on 2002/10/02  14:15:22
21053         Log: Subject: Re: [perl #17376] Bug Report - our(%)
21054              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21055              Date: Tue, 01 Oct 2002 09:54:30 -0700
21056              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
21057      Branch: perl
21058            ! op.c pp_hot.c t/comp/our.t
21059 ____________________________________________________________________________
21060 [ 17962] By: ams                                   on 2002/10/02  14:10:07
21061         Log: Subject: [PATCH] no [] in tr///
21062              From: Jarkko Hietaniemi <jhi@iki.fi>
21063              Date: Wed, 2 Oct 2002 17:09:11 +0300
21064              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
21065      Branch: perl
21066            ! pod/perldiag.pod toke.c
21067 ____________________________________________________________________________
21068 [ 17961] By: hv                                    on 2002/10/02  14:09:11
21069         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
21070              From: andreas.koenig@anima.de (Andreas J. Koenig)
21071              Date: Mon, 30 Sep 2002 17:24:06 +0200
21072              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
21073      Branch: perl
21074            ! lib/Hash/Util.pm
21075 ____________________________________________________________________________
21076 [ 17959] By: hv                                    on 2002/10/02  14:06:29
21077         Log: Subject: [DOCPATCH] Unicode porting advice
21078              From: andreas.koenig@anima.de (Andreas J. Koenig)
21079              Date: Fri, 27 Sep 2002 15:30:16 +0200
21080              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
21081      Branch: perl
21082            ! pod/perlunicode.pod
21083 ____________________________________________________________________________
21084 [ 17958] By: hv                                    on 2002/10/02  13:57:06
21085         Log: missing quote from #17957
21086      Branch: perl
21087            ! Porting/pumpkin.pod
21088 ____________________________________________________________________________
21089 [ 17957] By: hv                                    on 2002/10/02  13:55:56
21090         Log: document how to set APPLLIB_EXP
21091              Subject: Re: [perl #15957] error installing perl 5.8.0
21092              From: Andy Dougherty <doughera@lafayette.edu>
21093              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
21094              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
21095      Branch: perl
21096            ! Porting/pumpkin.pod
21097 ____________________________________________________________________________
21098 [ 17956] By: hv                                    on 2002/10/02  13:51:12
21099         Log: Devel::Peek tests from:
21100              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
21101              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21102              Date: Thu, 26 Sep 2002 22:16:39 -0700
21103              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
21104      Branch: perl
21105            ! ext/Devel/Peek/Peek.t
21106 ____________________________________________________________________________
21107 [ 17955] By: hv                                    on 2002/10/02  13:43:26
21108         Log: add precedence warning for bitwise docs
21109              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
21110              From: Mike Guy <mjtg@cam.ac.uk>
21111              Date: Thu, 26 Sep 2002 13:20:45 +0100
21112              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
21113      Branch: perl
21114            ! pod/perlop.pod
21115 ____________________________________________________________________________
21116 [ 17954] By: hv                                    on 2002/10/02  13:18:01
21117         Log: Subject: [PATCH] Re: perlio bug?
21118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21119              Date: Wed, 25 Sep 2002 21:58:12 +0200
21120              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
21121      Branch: perl
21122            ! doio.c pod/perldiag.pod t/lib/warnings/doio
21123 ____________________________________________________________________________
21124 [ 17953] By: hv                                    on 2002/10/02  12:55:29
21125         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
21126              From: Dave Mitchell <davem@fdgroup.com>
21127              Date: Wed, 25 Sep 2002 23:40:23 +0100
21128              Message-ID: <20020925234023.A20044@fdgroup.com>
21129      Branch: perl
21130            + pad.c pad.h
21131            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
21132            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
21133            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
21134            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
21135            ! proto.h scope.c sv.c toke.c
21136 ____________________________________________________________________________
21137 [ 17952] By: hv                                    on 2002/10/02  11:23:38
21138         Log: better handling of whitespace in autodoc declarations; fragment from:
21139              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
21140              From: Dave Mitchell <davem@fdgroup.com>
21141              Date: Wed, 25 Sep 2002 23:40:23 +0100
21142              Message-ID: <20020925234023.A20044@fdgroup.com>
21143      Branch: perl
21144            ! autodoc.pl
21145 ____________________________________________________________________________
21146 [ 17951] By: merijn                                on 2002/10/02  09:15:18
21147         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
21148              Thu, 25 Jul 2002, Andy Dougherty
21149      Branch: perl
21150            ! Configure Policy_sh.SH
21151 ____________________________________________________________________________
21152 [ 17950] By: ams                                   on 2002/10/02  03:43:41
21153         Log: Add silly bandaid to stop segfaults on subsequent accesses to
21154              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
21155              (<$fred>).
21156      Branch: perl
21157            ! op.c
21158 ____________________________________________________________________________
21159 [ 17949] By: hv                                    on 2002/10/01  08:49:02
21160         Log: patch based on:
21161              Subject: Re: [perl #17376] Bug Report - our(%)
21162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21163              Date: Mon, 30 Sep 2002 15:22:18 -0700
21164              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
21165      Branch: perl
21166            ! op.c
21167 ____________________________________________________________________________
21168 [ 17948] By: hv                                    on 2002/10/01  08:26:44
21169         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
21170              From: chromatic <chromatic@wgz.org>
21171              Date: Fri, 13 Sep 2002 14:26:08 -0700
21172              Message-Id: <200209131426.08116.chromatic@wgz.org>
21173      Branch: perl
21174            ! lib/AutoLoader.pm
21175 ____________________________________________________________________________
21176 [ 17947] By: hv                                    on 2002/10/01  08:10:21
21177         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
21178              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21179              Date: Wed, 11 Sep 2002 22:22:45 -0700
21180              Message-ID: <lSCg9gzkgymX092yn@efn.org>
21181      Branch: perl
21182            ! dump.c mg.h regexec.c sv.c t/op/pat.t
21183 ____________________________________________________________________________
21184 [ 17946] By: merijn                                on 2002/09/30  15:19:36
21185         Log: nanosleep on VMS not present
21186      Branch: perl
21187            ! configure.com
21188 ____________________________________________________________________________
21189 [ 17945] By: merijn                                on 2002/09/30  09:51:40
21190         Log: -Dgccansipedantic only for gcc 3+
21191              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
21192      Branch: perl
21193            ! Porting/pumpkin.pod cflags.SH
21194 ____________________________________________________________________________
21195 [ 17944] By: merijn                                on 2002/09/30  08:29:33
21196         Log: nanosleep probes as per Jarkko's request
21197      Branch: perl
21198            ! Configure NetWare/config_H.wc Porting/config.sh
21199            ! Porting/config_H config_h.SH epoc/config.sh perl.h
21200            ! win32/config.bc win32/config.gc win32/config.vc
21201            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21202            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
21203            ! wince/config_H.ce
21204 ____________________________________________________________________________
21205 [ 17942] By: ams                                   on 2002/09/29  22:26:37
21206         Log: Remove package; (Heh heh.)
21207      Branch: perl
21208            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
21209            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
21210            ! vms/perly_c.vms vms/perly_h.vms
21211 ____________________________________________________________________________
21212 [ 17941] By: hv                                    on 2002/09/29  12:11:06
21213         Log: Subject: [perl #16796] Configure script buglet
21214              From: "Amick, Eric" (via RT) <perlbug@perl.org>
21215              Date: 27 Aug 2002 20:09:29 -0000 
21216              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
21217      Branch: perl
21218            ! Configure
21219 ____________________________________________________________________________
21220 [ 17940] By: hv                                    on 2002/09/29  11:59:28
21221         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
21222              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21223              Date: Fri, 27 Sep 2002 13:52:18 +0200
21224              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
21225      Branch: perl
21226            ! lib/Attribute/Handlers.pm
21227 ____________________________________________________________________________
21228 [ 17939] By: hv                                    on 2002/09/29  11:55:17
21229         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
21230              From: Allen Smith (via RT) <perlbug@perl.org>
21231              Date: 13 Sep 2002 03:01:30 -0000
21232              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
21233      Branch: perl
21234            ! t/lib/h2ph.pht utils/h2ph.PL
21235 ____________________________________________________________________________
21236 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
21237         Log: Email address change for Stéphane Payrard
21238      Branch: perl
21239            ! AUTHORS
21240 ____________________________________________________________________________
21241 [ 17937] By: hv                                    on 2002/09/27  10:05:42
21242         Log: Subject: Re: [REVISED PATCH] Magic v-strings
21243              From: John Peacock <jpeacock@rowman.com>
21244              Date: Thu, 19 Sep 2002 22:30:58 -0400
21245              Message-ID: <3D8A8862.3000602@rowman.com>
21246      Branch: perl
21247            ! sv.c util.c
21248 ____________________________________________________________________________
21249 [ 17936] By: hv                                    on 2002/09/27  10:00:42
21250         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
21251              From: "Craig A. Berry" <craigberry@mac.com>
21252              Date: Wed, 25 Sep 2002 17:14:33 -0500
21253              Message-ID: <3D923549.6050809@mac.com>
21254      Branch: perl
21255            ! configure.com
21256 ____________________________________________________________________________
21257 [ 17935] By: hv                                    on 2002/09/27  09:48:19
21258         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
21259              From: Andy Lester <andy@petdance.com>
21260              Date: Fri, 20 Sep 2002 12:23:41 -0500
21261              Message-ID: <20020920172341.GA15672@petdance.com>
21262      Branch: perl
21263            ! pod/perlopentut.pod
21264 ____________________________________________________________________________
21265 [ 17934] By: hv                                    on 2002/09/26  18:50:02
21266         Log: missing '.' in test from #17932
21267      Branch: perl
21268            ! t/lib/strict/subs
21269 ____________________________________________________________________________
21270 [ 17933] By: hv                                    on 2002/09/26  17:01:11
21271         Log: Subject: [PATCH] perl #17453
21272              From: Jarkko Hietaniemi <jhi@iki.fi>
21273              Date: Fri, 20 Sep 2002 17:22:45 +0300
21274              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
21275      Branch: perl
21276            ! lib/utf8_heavy.pl t/op/pat.t
21277 ____________________________________________________________________________
21278 [ 17932] By: hv                                    on 2002/09/26  16:47:32
21279         Log: #17931 checked for wrong constant
21280      Branch: perl
21281            ! op.c
21282 ____________________________________________________________________________
21283 [ 17931] By: hv                                    on 2002/09/26  16:29:26
21284         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
21285              From: Kay_Röpke <kay@dolphin-services.de>
21286              Date: Fri, 20 Sep 2002 16:09:08 +0200
21287              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
21288      Branch: perl
21289            ! op.c t/lib/strict/subs
21290 ____________________________________________________________________________
21291 [ 17930] By: hv                                    on 2002/09/26  15:56:07
21292         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
21293              From: Ken Neighbors (via RT) <perlbug@perl.org>
21294              Date: 19 Sep 2002 18:48:22 -0000 
21295              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
21296      Branch: perl
21297            ! lib/Class/Struct.pm
21298 ____________________________________________________________________________
21299 [ 17928] By: hv                                    on 2002/09/26  09:54:05
21300         Log: Subject: [PATCH] bug in utf8.c(?)
21301              From: Marty Pauley <marty+p5p@kasei.com>
21302              Date: Fri, 20 Sep 2002 10:55:33 +0100
21303              Subject: [PATCH] bug in utf8.c(?)
21304      Branch: perl
21305            ! utf8.c
21306 ____________________________________________________________________________
21307 [ 17927] By: hv                                    on 2002/09/26  09:37:19
21308         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
21309              From: Marty Pauley <marty+p5p@kasei.com>
21310              Date: Fri, 20 Sep 2002 09:52:16 +0100
21311              Message-Id: 20020920085216.GC10512@soto.kasei.com
21312      Branch: perl
21313            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
21314 ____________________________________________________________________________
21315 [ 17926] By: hv                                    on 2002/09/26  09:28:06
21316         Log: Subject: [PATCH] defuse installusrbinperl
21317              From: Jarkko Hietaniemi <jhi@iki.fi>
21318              Date: Thu, 19 Sep 2002 18:01:03 +0300
21319              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
21320      Branch: perl
21321            ! Configure
21322 ____________________________________________________________________________
21323 [ 17925] By: hv                                    on 2002/09/26  09:15:55
21324         Log: Subject: [PATCH v2] enable -ansi -pedantic
21325              From: Jarkko Hietaniemi <jhi@iki.fi>
21326              Date: Wed, 18 Sep 2002 01:19:25 +0300
21327              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
21328      Branch: perl
21329            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
21330            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
21331 ____________________________________________________________________________
21332 [ 17924] By: hv                                    on 2002/09/26  08:44:16
21333         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
21334              From: Nicholas Clark <nick@unfortu.net>
21335              Date: Sat, 14 Sep 2002 18:49:10 +0100
21336              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
21337      Branch: perl
21338            ! sv.c
21339 ____________________________________________________________________________
21340 [ 17923] By: hv                                    on 2002/09/26  08:33:54
21341         Log: Subject: [PATCH] Re: Advice on coredump
21342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21343              Date: Wed, 18 Sep 2002 22:14:57 +0200
21344              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
21345      Branch: perl
21346            ! op.c t/op/closure.t
21347 ____________________________________________________________________________
21348 [ 17922] By: hv                                    on 2002/09/26  08:25:28
21349         Log: Subject: Re: [PATCH] spurious t/auto directory appears
21350              From: Michael G Schwern <schwern@pobox.com>
21351              Date: Fri, 13 Sep 2002 23:56:05 -0400
21352              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
21353      Branch: perl
21354            ! lib/ExtUtils/t/Installed.t
21355 ____________________________________________________________________________
21356 [ 17921] By: hv                                    on 2002/09/26  08:21:59
21357         Log: add TODO tests for slow our() declaration
21358              Subject: Re: [perl #17376] Bug Report - our(%)
21359              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21360              Date: Thu, 19 Sep 2002 22:34:01 -0700
21361              Message-ID: <JNri9gzkgSBB092yn@efn.org>
21362      Branch: perl
21363            + t/comp/our.t
21364            ! MANIFEST
21365 ____________________________________________________________________________
21366 [ 17920] By: hv                                    on 2002/09/26  08:16:43
21367         Log: LEAKTEST is dead, RIP
21368              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
21369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21370              Date: Mon, 23 Sep 2002 18:33:12 +0200
21371              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
21372      Branch: perl
21373            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
21374            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
21375 ____________________________________________________________________________
21376 [ 17919] By: hv                                    on 2002/09/26  07:59:42
21377         Log: Subject: [PATCH] AIX hints missinga  >&4
21378              From: Jarkko Hietaniemi <jhi@iki.fi>
21379              Date: Fri, 13 Sep 2002 16:48:42 +0300
21380              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
21381      Branch: perl
21382            ! hints/aix.sh
21383 ____________________________________________________________________________
21384 [ 17918] By: hv                                    on 2002/09/26  07:51:10
21385         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
21386              From: "Brendan O'Dea" <bod@debian.org>
21387              Date: Mon, 23 Sep 2002 22:45:40 +1000
21388              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
21389      Branch: perl
21390            ! pod/perlfunc.pod
21391 ____________________________________________________________________________
21392 [ 17917] By: hv                                    on 2002/09/26  07:46:43
21393         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
21394              From: Slaven Rezic <slaven.rezic@berlin.de>
21395              Date: 11 Sep 2002 19:37:09 +0200
21396              Message-ID: <871y80a0my.fsf@vran.herceg.de>
21397      Branch: perl
21398            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
21399 ____________________________________________________________________________
21400 [ 17916] By: hv                                    on 2002/09/26  07:31:42
21401         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
21402              From: "Brendan O'Dea" <bod@debian.org>
21403              Date: Tue, 10 Sep 2002 09:19:05 +1000
21404              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
21405      Branch: perl
21406            ! pod/perlembed.pod
21407 ____________________________________________________________________________
21408 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
21409         Log: Patch #17914 was empty ; this should have been applied instead.
21410      Branch: perl
21411            ! hints/aix.sh
21412 ____________________________________________________________________________
21413 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
21414         Log: Subject: [PATCH] PASE saga continues
21415              From: Jarkko Hietaniemi <jhi@iki.fi>
21416              Date: Thu, 19 Sep 2002 23:30:20 +0300
21417              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
21418      Branch: perl
21419            ! hints/aix.sh
21420 ____________________________________________________________________________
21421 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
21422         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
21423              From: "Craig A. Berry" <craigberry@mac.com>
21424              Date: Wed, 18 Sep 2002 16:57:02 -0500
21425              Message-ID: <3D88F6AE.3020708@mac.com>
21426      Branch: perl
21427            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
21428 ____________________________________________________________________________
21429 [ 17912] By: ams                                   on 2002/09/19  17:21:24
21430         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
21431              From: Jarkko Hietaniemi <jhi@iki.fi>
21432              Date: Thu, 19 Sep 2002 18:59:48 +0300
21433              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
21434              
21435              Subject: [PATCH] more PASE tweakage
21436              From: Jarkko Hietaniemi <jhi@iki.fi>
21437              Date: Thu, 19 Sep 2002 18:01:44 +0300
21438              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
21439      Branch: perl
21440            ! README.os400 hints/aix.sh
21441 ____________________________________________________________________________
21442 [ 17911] By: ams                                   on 2002/09/17  19:29:53
21443         Log: Typo fix.
21444      Branch: perl
21445            ! ext/POSIX/POSIX.pod
21446 ____________________________________________________________________________
21447 [ 17910] By: ams                                   on 2002/09/17  18:09:32
21448         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
21449              checking for SvOK in do_readline().
21450      Branch: perl
21451            ! pp_hot.c t/op/gv.t
21452 ____________________________________________________________________________
21453 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
21454         Log: Pod formatting nit, found by Merijn and Jos Boumans.
21455      Branch: perl
21456            ! pod/perlunicode.pod
21457 ____________________________________________________________________________
21458 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
21459         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
21460              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
21461              Date: 15 Sep 2002 19:06:56 -0000
21462              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
21463      Branch: perl
21464            ! lib/Locale/Country.pm lib/Locale/Currency.pm
21465            ! lib/Locale/Language.pm lib/Locale/Script.pm
21466 ____________________________________________________________________________
21467 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
21468         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
21469              From: Jarkko Hietaniemi <jhi@iki.fi>
21470              Date: Sun, 15 Sep 2002 18:02:17 +0300
21471              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
21472      Branch: perl
21473            ! hints/netbsd.sh
21474 ____________________________________________________________________________
21475 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
21476         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
21477              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
21478              not all modules listed in perlmodlib are necessarily installed.
21479              Plus some corrections by Vincent Lefevre.
21480      Branch: perl
21481            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
21482 ____________________________________________________________________________
21483 [ 17904] By: merijn                                on 2002/09/13  14:02:18
21484         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
21485              in building DProf
21486      Branch: perl
21487            ! Configure
21488 ____________________________________________________________________________
21489 [ 17902] By: merijn                                on 2002/09/13  07:47:29
21490         Log: configure.com needs d_modflproto
21491              Thu 12 Sep 2002 23:19, "Craig A. Berry"
21492      Branch: perl
21493            ! configure.com
21494 ____________________________________________________________________________
21495 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
21496         Log: Subject: [PATCH] more PASE wisdom
21497              From: Jarkko Hietaniemi <jhi@iki.fi>
21498              Date: Fri, 13 Sep 2002 00:17:39 +0300
21499              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
21500      Branch: perl
21501            ! README.os400
21502 ____________________________________________________________________________
21503 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
21504         Log: Fix a syntax incompatibility introduced by the // operator.
21505              (Note that C<print $fh //> is still a syntax error, it
21506              wasn't with perl 5.8.0.)
21507      Branch: perl
21508            ! t/op/dor.t toke.c
21509 ____________________________________________________________________________
21510 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
21511         Log: Fix bug #17006 : remove spurious do{} in the deparsing
21512              of s/.../.../e.
21513      Branch: perl
21514            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21515 ____________________________________________________________________________
21516 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
21517         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
21518              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
21519              Date: 10 Sep 2002 18:49:56 -0000
21520              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
21521      Branch: perl
21522            ! utils/dprofpp.PL
21523 ____________________________________________________________________________
21524 [ 17896] By: merijn                                on 2002/09/11  08:31:45
21525         Log: re-synced Configure to backported metaunits
21526      Branch: perl
21527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21528            ! config_h.SH
21529 ____________________________________________________________________________
21530 [ 17892] By: merijn                                on 2002/09/10  15:43:53
21531         Log: Callback behaviour in hints
21532              Mon, 9 Sep 2002, Allen Smith
21533      Branch: perl
21534            ! hints/README.hints
21535 ____________________________________________________________________________
21536 [ 17888] By: merijn                                on 2002/09/10  09:20:52
21537         Log: New low-price HP servers
21538      Branch: perl
21539            ! README.hpux
21540 ____________________________________________________________________________
21541 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
21542         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
21543              From: Paul Johnson <paul@pjcj.net>
21544              Date: Mon, 9 Sep 2002 23:37:33 +0200
21545              Message-ID: <20020909213733.GD879@pjcj.net>
21546      Branch: perl
21547            ! ext/B/B/Deparse.pm
21548 ____________________________________________________________________________
21549 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
21550         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
21551              From: Nicholas Clark <nick@unfortu.net>
21552              Date: Sun, 8 Sep 2002 23:05:54 +0100
21553              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
21554      Branch: perl
21555            ! configpm
21556 ____________________________________________________________________________
21557 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
21558         Log: Subject: [PATCH] strict.pm pod at __END__
21559              From: Nicholas Clark <nick@unfortu.net>
21560              Date: Sun, 8 Sep 2002 22:36:09 +0100
21561              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
21562      Branch: perl
21563            ! lib/strict.pm
21564 ____________________________________________________________________________
21565 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
21566         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
21567              From: Nicholas Clark <nick@unfortu.net>
21568              Date: Sun, 8 Sep 2002 19:45:52 +0100
21569              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
21570      Branch: perl
21571            ! lib/File/Find/t/find.t
21572 ____________________________________________________________________________
21573 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
21574         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
21575              From: Paul Johnson <paul@pjcj.net>
21576              Date: Sun, 8 Sep 2002 23:50:11 +0200
21577              Message-ID: <20020908215011.GA879@pjcj.net>
21578      Branch: perl
21579            ! ext/B/B/Deparse.pm
21580 ____________________________________________________________________________
21581 [ 17882] By: hv                                    on 2002/09/09  10:33:58
21582         Log: Update Changes
21583      Branch: perl
21584            ! Changes patchlevel.h
21585 ____________________________________________________________________________
21586 [ 17881] By: hv                                    on 2002/09/09  09:54:55
21587         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
21588              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
21589              Date: Mon, 9 Sep 2002 01:48:08 -0400
21590              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
21591      Branch: perl
21592            ! perl.h sv.c
21593 ____________________________________________________________________________
21594 [ 17880] By: hv                                    on 2002/09/09  09:33:55
21595         Log: integrate Math::BigInt-1.63
21596              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
21597              From: Tels <perl_dummy@bloodgate.com>
21598              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
21599              Message-Id: <200209082022.g88KMGY20194@crypt.org>
21600      Branch: perl
21601            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21602            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
21603            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
21604            ! lib/Math/BigInt/t/sub_mif.t
21605 ____________________________________________________________________________
21606 [ 17879] By: hv                                    on 2002/09/09  09:23:53
21607         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
21608              From: Jarkko Hietaniemi <jhi@iki.fi>
21609              Date: Mon, 9 Sep 2002 00:07:46 +0300
21610              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
21611      Branch: perl
21612            ! Configure
21613 ____________________________________________________________________________
21614 [ 17878] By: hv                                    on 2002/09/09  09:11:57
21615         Log: small grammar fix in Benchmark docs
21616      Branch: perl
21617            ! lib/Benchmark.pm
21618 ____________________________________________________________________________
21619 [ 17877] By: hv                                    on 2002/09/09  09:09:30
21620         Log: Subject: [PATCH] configpm
21621              From: Abe Timmerman <abe@ztreet.demon.nl>
21622              Date: Sun, 8 Sep 2002 17:21:19 +0200
21623              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
21624      Branch: perl
21625            ! configpm
21626 ____________________________________________________________________________
21627 [ 17876] By: hv                                    on 2002/09/09  08:48:35
21628         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
21629              From: Abe Timmerman <abe@ztreet.demon.nl>
21630              Date: Mon, 9 Sep 2002 01:32:19 +0200
21631              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
21632      Branch: perl
21633            ! makedef.pl
21634 ____________________________________________________________________________
21635 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
21636         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
21637              From: Nicholas Clark <nick@unfortu.net>
21638              Date: Sun, 8 Sep 2002 15:46:44 +0100
21639              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
21640              
21641              Plus two other similar tweaks
21642      Branch: perl
21643            ! ext/SDBM_File/sdbm.t
21644 ____________________________________________________________________________
21645 [ 17874] By: hv                                    on 2002/09/08  17:10:38
21646         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
21647              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
21648              Date: Sat, 7 Sep 2002 05:25:45 -0400
21649              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
21650      Branch: perl
21651            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
21652            ! t/op/sprintf.t
21653 ____________________________________________________________________________
21654 [ 17873] By: hv                                    on 2002/09/08  16:48:54
21655         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
21656              From: Nicholas Clark <nick@unfortu.net>
21657              Date: Sat, 7 Sep 2002 00:20:53 +0100
21658              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
21659      Branch: perl
21660            ! op.c sv.c
21661 ____________________________________________________________________________
21662 [ 17872] By: hv                                    on 2002/09/08  16:35:46
21663         Log: temporarily skip failing Storable tests caused by #17869
21664      Branch: perl
21665            ! ext/Storable/t/code.t
21666 ____________________________________________________________________________
21667 [ 17871] By: hv                                    on 2002/09/08  16:23:49
21668         Log: Subject: [PATCH] tiddly tidy up for util.c
21669              From: Nicholas Clark <nick@unfortu.net>
21670              Date: Fri, 6 Sep 2002 23:00:14 +0100
21671              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
21672      Branch: perl
21673            ! util.c
21674 ____________________________________________________________________________
21675 [ 17870] By: hv                                    on 2002/09/08  16:21:23
21676         Log: regularise whitespace and formatting in util.c
21677      Branch: perl
21678            ! util.c
21679 ____________________________________________________________________________
21680 [ 17869] By: hv                                    on 2002/09/08  15:46:08
21681         Log: Subject: [perl #17061] no strict 'garbage'
21682              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
21683              Date: 6 Sep 2002 19:31:02 -0000
21684              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
21685              Date: Sat, 07 Sep 2002 13:40:22 +0200
21686              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
21687      Branch: perl
21688            ! lib/strict.pm lib/strict.t
21689 ____________________________________________________________________________
21690 [ 17868] By: hv                                    on 2002/09/08  15:24:08
21691         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
21692      Branch: perl
21693            ! pod/perl58delta.pod
21694 ____________________________________________________________________________
21695 [ 17867] By: hv                                    on 2002/09/08  15:10:46
21696         Log: Subject: [PATCH] allow using hires time() in Benchmark
21697              From: Jarkko Hietaniemi <jhi@iki.fi>
21698              Date: Fri, 6 Sep 2002 00:38:11 +0300
21699              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
21700      Branch: perl
21701            ! lib/Benchmark.pm
21702 ____________________________________________________________________________
21703 [ 17866] By: hv                                    on 2002/09/08  15:06:05
21704         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
21705              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
21706              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
21707              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
21708      Branch: perl
21709            ! Configure
21710 ____________________________________________________________________________
21711 [ 17865] By: hv                                    on 2002/09/08  15:03:23
21712         Log: Subject: Unicode::Collate 0.23 Released
21713              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21714              Date: Thu, 05 Sep 2002 23:28:32 +0900
21715              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
21716      Branch: perl
21717            + lib/Unicode/Collate/t/index.t
21718            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21719            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21720 ____________________________________________________________________________
21721 [ 17864] By: hv                                    on 2002/09/08  14:55:31
21722         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
21723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21724              Date: Wed, 04 Sep 2002 21:09:01 -0700
21725              Message-ID: <djtd9gzkgyLd092yn@efn.org>
21726              Date: Fri, 06 Sep 2002 09:23:03 -0700
21727              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
21728      Branch: perl
21729            ! lib/overload.t sv.c sv.h t/op/pat.t
21730 ____________________________________________________________________________
21731 [ 17863] By: hv                                    on 2002/09/08  14:11:54
21732         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
21733      Branch: perl
21734            ! t/op/taint.t
21735 ____________________________________________________________________________
21736 [ 17862] By: hv                                    on 2002/09/08  14:01:07
21737         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
21738              From: Michael G Schwern <schwern@pobox.com>
21739              Date: Wed, 4 Sep 2002 11:38:01 -0700
21740              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
21741      Branch: perl
21742            ! t/TestInit.pm
21743 ____________________________________________________________________________
21744 [ 17861] By: hv                                    on 2002/09/08  13:58:10
21745         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
21746              From: Michael G Schwern <schwern@pobox.com>
21747              Date: Fri, 6 Sep 2002 14:03:16 -0700
21748              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
21749      Branch: perl
21750            ! t/test.pl
21751 ____________________________________________________________________________
21752 [ 17860] By: hv                                    on 2002/09/08  13:48:49
21753         Log: #17859 misuses s/// return values
21754      Branch: perl
21755            ! configpm
21756 ____________________________________________________________________________
21757 [ 17859] By: hv                                    on 2002/09/08  13:17:46
21758         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
21759              From: Nicholas Clark <nick@unfortu.net>
21760              Date: Mon, 2 Sep 2002 23:22:32 +0100
21761              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
21762      Branch: perl
21763            ! configpm
21764 ____________________________________________________________________________
21765 [ 17850] By: ams                                   on 2002/09/06  03:31:32
21766         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
21767              From: Jarkko Hietaniemi <jhi@iki.fi>
21768              Date: Fri, 6 Sep 2002 06:01:57 +0300
21769              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
21770      Branch: perl
21771            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
21772 ____________________________________________________________________________
21773 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
21774         Log: document setting the email address
21775      Branch: perl
21776            ! Porting/repository.pod
21777 ____________________________________________________________________________
21778 [ 17848] By: hv                                    on 2002/09/04  23:12:15
21779         Log: AUTHORS: preferred address for Allen Smith
21780      Branch: perl
21781            ! AUTHORS
21782 ____________________________________________________________________________
21783 [ 17847] By: hv                                    on 2002/09/04  23:10:37
21784         Log: copy on write: fixes and debugging
21785              Subject: what copies scalars in ithreads?
21786              From: Nicholas Clark <nick@unfortu.net>
21787              Date: Wed, 4 Sep 2002 21:52:47 +0100
21788              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
21789      Branch: perl
21790            ! sv.c
21791 ____________________________________________________________________________
21792 [ 17846] By: hv                                    on 2002/09/04  23:02:43
21793         Log: Subject: Re: [PATCH] A variety of README nitpicks.
21794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21795              Date: Wed, 04 Sep 2002 09:10:05 +0200
21796              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
21797      Branch: perl
21798            ! README.hpux
21799 ____________________________________________________________________________
21800 [ 17845] By: hv                                    on 2002/09/04  15:06:33
21801         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
21802      Branch: perl
21803            ! lib/Math/BigInt/t/constant.t
21804 ____________________________________________________________________________
21805 [ 17844] By: hv                                    on 2002/09/04  14:32:19
21806         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
21807      Branch: perl
21808            ! ext/DB_File/DB_File.xs
21809 ____________________________________________________________________________
21810 [ 17843] By: hv                                    on 2002/09/04  14:09:13
21811         Log: #17842 was only half the story
21812              Subject: [PATCH deb.c] Re: HiRes failure is success?
21813              From: Dave Mitchell <davem@fdgroup.com>
21814              Date: Wed, 4 Sep 2002 16:11:15 +0100
21815              Message-ID: <20020904161115.E27603@fdgroup.com>
21816      Branch: perl
21817            ! deb.c
21818 ____________________________________________________________________________
21819 [ 17842] By: hv                                    on 2002/09/04  14:04:40
21820         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
21821      Branch: perl
21822            ! deb.c
21823 ____________________________________________________________________________
21824 [ 17841] By: hv                                    on 2002/09/04  13:57:27
21825         Log: Subject: [PATCH] op/getpid.t failure
21826              From: Michael G Schwern <schwern@pobox.com>
21827              Date: Tue, 3 Sep 2002 17:48:24 -0700
21828              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
21829      Branch: perl
21830            ! t/op/getpid.t
21831 ____________________________________________________________________________
21832 [ 17840] By: hv                                    on 2002/09/04  13:55:20
21833         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
21834              and Subject: [PATCH] More modules that don't lazy load Carp right.
21835              From: Michael G Schwern <schwern@pobox.com>
21836              Date: Tue, 3 Sep 2002 17:21:57 -0700
21837              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
21838              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
21839      Branch: perl
21840            ! ext/Encode/Unicode/Unicode.pm
21841            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
21842            ! lib/File/Basename.pm
21843 ____________________________________________________________________________
21844 [ 17839] By: hv                                    on 2002/09/04  13:47:12
21845         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
21846              From: "Brendan O'Dea" <bod@debian.org>
21847              Date: Wed, 4 Sep 2002 02:36:10 +1000
21848              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
21849      Branch: perl
21850            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
21851 ____________________________________________________________________________
21852 [ 17838] By: hv                                    on 2002/09/04  13:41:27
21853         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
21854              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
21855              Date: Tue, 3 Sep 2002 13:46:18 +0200
21856              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
21857      Branch: perl
21858            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
21859 ____________________________________________________________________________
21860 [ 17837] By: hv                                    on 2002/09/04  13:38:27
21861         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
21862              From: Michael G Schwern <schwern@pobox.com>
21863              Date: Mon, 2 Sep 2002 22:29:07 -0700
21864              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
21865      Branch: perl
21866            ! lib/Config.t
21867 ____________________________________________________________________________
21868 [ 17836] By: hv                                    on 2002/09/04  13:35:36
21869         Log: Subject: [PATCH] DB_File 1.805
21870              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21871              Date: Mon, 2 Sep 2002 23:56:40 +0100
21872              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
21873      Branch: perl
21874            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21875            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
21876            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21877            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
21878 ____________________________________________________________________________
21879 [ 17835] By: hv                                    on 2002/09/04  13:23:17
21880         Log: fix coredump after 64k-deep recursion
21881              Subject: Re: debugging coredump with -DD
21882              From: hv@crypt.org
21883              Date: Tue, 03 Sep 2002 14:34:20 +0100
21884              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
21885      Branch: perl
21886            ! cop.h t/op/recurse.t
21887 ____________________________________________________________________________
21888 [ 17834] By: hv                                    on 2002/09/04  13:08:36
21889         Log: perldoc: allow arguments for pager
21890              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
21891              From: Chip Turner <cturner@redhat.com>
21892              Date: 02 Sep 2002 01:17:23 -0400
21893              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
21894      Branch: perl
21895            ! utils/perldoc.PL
21896 ____________________________________________________________________________
21897 [ 17833] By: hv                                    on 2002/09/04  12:55:54
21898         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
21899              From: Jarkko Hietaniemi <jhi@iki.fi>
21900              Date: Sun, 1 Sep 2002 19:23:55 +0300
21901              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
21902      Branch: perl
21903            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
21904 ____________________________________________________________________________
21905 [ 17832] By: hv                                    on 2002/09/04  12:39:42
21906         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
21907              From: John Peacock <jpeacock@rowman.com>
21908              Date: Sun, 01 Sep 2002 15:00:12 -0400
21909              Message-ID: <3D7263BC.9020608@rowman.com>
21910      Branch: perl
21911            ! lib/ExtUtils/xsubpp pod/perlxs.pod
21912 ____________________________________________________________________________
21913 [ 17831] By: hv                                    on 2002/09/04  11:47:10
21914         Log: #17827 misses some win32 tweaks
21915      Branch: perl
21916            ! win32/Makefile win32/makefile.mk
21917 ____________________________________________________________________________
21918 [ 17830] By: hv                                    on 2002/09/04  11:41:22
21919         Log: update email address for Paul Marquess
21920      Branch: perl
21921            ! AUTHORS
21922 ____________________________________________________________________________
21923 [ 17829] By: hv                                    on 2002/09/04  11:38:39
21924         Log: Subject: Correction for AUTHORS.html
21925              From: Sean Davis <dive@ender.com>
21926              Date: Fri, 30 Aug 2002 03:51:16 -0700
21927              Message-ID: <20020830035116.A18739@endersgame.net>
21928      Branch: perl
21929            ! AUTHORS
21930 ____________________________________________________________________________
21931 [ 17828] By: hv                                    on 2002/09/04  11:31:42
21932         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
21933              From: Michael G Schwern <schwern@pobox.com>
21934              Date: Fri, 30 Aug 2002 03:40:45 -0700
21935              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
21936      Branch: perl
21937            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
21938            ! lib/File/Spec/t/Spec.t
21939 ____________________________________________________________________________
21940 [ 17827] By: hv                                    on 2002/09/04  11:21:57
21941         Log: Subject: [PATCH] OS/400 PASE port
21942              From: Jarkko Hietaniemi <jhi@iki.fi>
21943              Date: Thu, 29 Aug 2002 22:22:51 +0300
21944              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
21945      Branch: perl
21946            + README.os400 hints/os400.sh
21947            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
21948            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
21949 ____________________________________________________________________________
21950 [ 17826] By: hv                                    on 2002/09/04  11:10:54
21951         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
21952              From: "Brendan O'Dea" <bod@debian.org>
21953              Date: Thu, 29 Aug 2002 22:42:39 +1000
21954              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
21955      Branch: perl
21956            ! ext/Sys/Syslog/syslog.t
21957 ____________________________________________________________________________
21958 [ 17825] By: hv                                    on 2002/09/04  10:53:59
21959         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
21960              From: "John P. Linderman" <jpl@research.att.com>
21961              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
21962              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
21963      Branch: perl
21964            ! ext/IPC/SysV/Semaphore.pm
21965 ____________________________________________________________________________
21966 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
21967         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
21968              From: Richard Soderberg (via RT) <perlbug@perl.org>
21969              Date: 3 Sep 2002 18:48:54 -0000
21970              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
21971              
21972              Subject: [PATCH] A variety of README nitpicks.
21973              From: Richard Soderberg <rs@crystalflame.net>
21974              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
21975              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
21976      Branch: perl
21977            ! README.amiga README.dgux README.dos README.epoc README.hpux
21978            ! README.mint README.netware README.vmesa
21979 ____________________________________________________________________________
21980 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
21981         Log: Fix bug #16828.
21982              Add a few tests to ext/B/t/b.t, make it use Test::More.
21983      Branch: perl
21984            ! ext/B/B.xs ext/B/t/b.t
21985 ____________________________________________________________________________
21986 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
21987         Log: Some simple tests for the POSIX::isXXX() functions.
21988      Branch: perl
21989            ! ext/POSIX/t/posix.t
21990 ____________________________________________________________________________
21991 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
21992         Log: Advertise Linux::Pid.
21993      Branch: perl
21994            ! pod/perlfunc.pod pod/perlvar.pod
21995 ____________________________________________________________________________
21996 [ 17819] By: hv                                    on 2002/08/30  13:42:02
21997         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
21998              From: John Peacock <jpeacock@rowman.com>
21999              Date: Wed, 28 Aug 2002 22:13:48 -0400
22000              Message-ID: <3D6D835C.50809@rowman.com>
22001      Branch: perl
22002            ! universal.c util.c
22003 ____________________________________________________________________________
22004 [ 17818] By: hv                                    on 2002/08/30  13:16:05
22005         Log: add test related to change #17799:
22006              Subject: Re: if.pm bug.
22007              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
22008              Date: Thu, 29 Aug 2002 19:39:58 +0200
22009              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
22010      Branch: perl
22011            ! lib/if.t
22012 ____________________________________________________________________________
22013 [ 17817] By: hv                                    on 2002/08/30  13:12:20
22014         Log: Subject: [PATCH] AUTHORS
22015              From: "Brendan O'Dea" <bod@debian.org>
22016              Date: Thu, 29 Aug 2002 22:49:34 +1000
22017              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
22018      Branch: perl
22019            ! AUTHORS
22020 ____________________________________________________________________________
22021 [ 17816] By: hv                                    on 2002/08/30  13:10:45
22022         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
22023              From: "Brendan O'Dea" <bod@debian.org>
22024              Date: Thu, 29 Aug 2002 22:46:47 +1000
22025              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
22026      Branch: perl
22027            ! lib/Term/Cap.pm
22028 ____________________________________________________________________________
22029 [ 17815] By: hv                                    on 2002/08/30  13:02:41
22030         Log: formatting cleanup and:
22031              Subject: Re: perl-5.8.0 on HP porting center
22032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22033              Date: Thu, 29 Aug 2002 12:23:31 +0200
22034              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
22035      Branch: perl
22036            ! installperl
22037 ____________________________________________________________________________
22038 [ 17814] By: hv                                    on 2002/08/30  12:23:33
22039         Log: Subject: [PATCH] perlmod.pod nit
22040              From: Autrijus Tang <autrijus@autrijus.org>
22041              Date: Thu, 29 Aug 2002 03:49:34 +0800
22042              Message-ID: <20020828194934.GA12244@not.autrijus.org>
22043      Branch: perl
22044            ! pod/perlmod.pod
22045 ____________________________________________________________________________
22046 [ 17813] By: hv                                    on 2002/08/30  12:19:15
22047         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
22048              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22049              Date: Thu, 29 Aug 2002 17:31:31 -0700
22050              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
22051      Branch: perl
22052            ! sv.c t/op/pat.t
22053 ____________________________________________________________________________
22054 [ 17812] By: hv                                    on 2002/08/30  12:06:20
22055         Log: Subject: [PATCH] typos in Hash::Util documentation
22056              From: Slaven Rezic <slaven.rezic@berlin.de>
22057              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
22058              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
22059      Branch: perl
22060            ! lib/Hash/Util.pm
22061 ____________________________________________________________________________
22062 [ 17811] By: hv                                    on 2002/08/30  12:02:59
22063         Log: Subject: Re: Recent changes on the HP porting center
22064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22065              Date: Wed, 28 Aug 2002 17:39:27 +0200
22066              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
22067      Branch: perl
22068            ! README.hpux
22069 ____________________________________________________________________________
22070 [ 17810] By: hv                                    on 2002/08/30  11:58:18
22071         Log: Subject: [PATCH] Fixes to threads::shared when disabled
22072              From: Michael G Schwern <schwern@pobox.com>
22073              Date: Wed, 28 Aug 2002 06:04:18 -0700
22074              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
22075      Branch: perl
22076            + ext/threads/shared/t/disabled.t
22077            ! MANIFEST ext/threads/shared/shared.pm
22078            ! ext/threads/shared/t/hv_refs.t
22079 ____________________________________________________________________________
22080 [ 17808] By: ams                                   on 2002/08/30  02:59:31
22081         Log: Subject: [PATCH] Tru64 vs Berkeley DB
22082              From: Jarkko Hietaniemi <jhi@iki.fi>
22083              Date: Fri, 30 Aug 2002 06:56:38 +0300
22084              Message-Id: <20020830035638.GB874@lyta.hut.fi>
22085      Branch: perl
22086            ! README.tru64 hints/dec_osf.sh
22087 ____________________________________________________________________________
22088 [ 17807] By: ams                                   on 2002/08/30  02:32:30
22089         Log: Subject: [PATCH] IRIX + INSTALL
22090              From: Jarkko Hietaniemi <jhi@iki.fi>
22091              Date: Fri, 30 Aug 2002 06:31:48 +0300
22092              Message-Id: <20020830033148.GA874@lyta.hut.fi>
22093      Branch: perl
22094            ! INSTALL hints/irix_6.sh
22095 ____________________________________________________________________________
22096 [ 17806] By: hv                                    on 2002/08/29  22:56:45
22097         Log: #17449 failed to apply the actual patch. This is it.
22098      Branch: perl
22099            ! lib/Exporter.pm lib/Exporter/Heavy.pm
22100 ____________________________________________________________________________
22101 [ 17805] By: hv                                    on 2002/08/29  13:49:04
22102         Log: Fix based on:
22103              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
22104              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
22105              Date: 27 Aug 2002 22:10:16 -0000
22106              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
22107      Branch: perl
22108            ! ext/POSIX/POSIX.xs
22109 ____________________________________________________________________________
22110 [ 17804] By: hv                                    on 2002/08/29  13:29:43
22111         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
22112              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22113              Date: Tue, 27 Aug 2002 23:36:53 +0200
22114              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
22115      Branch: perl
22116            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
22117            ! perl.c perlapi.h sv.c
22118 ____________________________________________________________________________
22119 [ 17803] By: ams                                   on 2002/08/29  13:09:47
22120         Log: Subject: [PATCH] AIX compiler setup sanity checking
22121              From: Jarkko Hietaniemi <jhi@iki.fi>
22122              Date: Thu, 29 Aug 2002 16:43:51 +0300
22123              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
22124      Branch: perl
22125            ! hints/aix.sh
22126 ____________________________________________________________________________
22127 [ 17802] By: hv                                    on 2002/08/29  12:32:51
22128         Log: Subject: [perl #16769] Documention bug
22129              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
22130              Date: 26 Aug 2002 10:01:04 -0000
22131              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
22132      Branch: perl
22133            ! pod/perl58delta.pod
22134 ____________________________________________________________________________
22135 [ 17801] By: hv                                    on 2002/08/29  12:19:30
22136         Log: Subject: [PATCH] ExtUtils::Constant 0.14
22137              From: Nicholas Clark <nick@unfortu.net>
22138              Date: Sun, 25 Aug 2002 18:06:00 +0100
22139              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
22140      Branch: perl
22141            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
22142 ____________________________________________________________________________
22143 [ 17800] By: hv                                    on 2002/08/29  12:08:59
22144         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
22145              From: Mark-Jason Dominus <mjd@plover.com>
22146              Date: Sun, 25 Aug 2002 12:09:53 -0400
22147              Message-ID: <20020825160953.15987.qmail@plover.com>
22148      Branch: perl
22149            ! pod/perlfaq5.pod
22150 ____________________________________________________________________________
22151 [ 17799] By: hv                                    on 2002/08/29  11:48:39
22152         Log: Subject: Re: if.pm bug.
22153              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
22154              Date: Sun, 25 Aug 2002 00:27:59 +0200
22155              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
22156      Branch: perl
22157            ! lib/if.pm
22158 ____________________________________________________________________________
22159 [ 17798] By: hv                                    on 2002/08/29  11:44:00
22160         Log: Subject: [PATCH] posixify getppid on linux-multithread
22161              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22162              Date: Tue, 6 Aug 2002 21:56:46 +0200
22163              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
22164      Branch: perl
22165            + t/op/getpid.t
22166            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
22167            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
22168 ____________________________________________________________________________
22169 [ 17797] By: hv                                    on 2002/08/29  10:55:41
22170         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
22171              From: Mark-Jason Dominus <mjd@plover.com>
22172              Date: Sun, 25 Aug 2002 22:31:54 -0400
22173              Message-ID: <20020826023154.22986.qmail@plover.com>
22174      Branch: perl
22175            ! ext/B/B.pm
22176 ____________________________________________________________________________
22177 [ 17791] By: hv                                    on 2002/08/27  11:28:32
22178         Log: Missing MANIFEST files for #17783.
22179      Branch: perl
22180            ! MANIFEST
22181 ____________________________________________________________________________
22182 [ 17790] By: hv                                    on 2002/08/27  11:22:36
22183         Log: #17783 introduced an outdated test module, causing failure in
22184              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
22185              ExtUtils::MakeMaker.
22186      Branch: perl
22187            ! t/lib/TieOut.pm
22188 ____________________________________________________________________________
22189 [ 17789] By: ams                                   on 2002/08/27  04:04:48
22190         Log: Subject: Patch perlvar.pod
22191              From: mjd@plover.com
22192              Date: 27 Aug 2002 03:03:01 -0000
22193              Message-Id: <20020827030301.32481.qmail@plover.com>
22194      Branch: perl
22195            ! pod/perlvar.pod
22196 ____________________________________________________________________________
22197 [ 17788] By: hv                                    on 2002/08/26  23:59:47
22198         Log: Update Changes
22199      Branch: perl
22200            ! Changes patchlevel.h
22201 ____________________________________________________________________________
22202 [ 17787] By: hv                                    on 2002/08/26  19:22:27
22203         Log: fix for:
22204              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
22205              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
22206              Date: 26 Aug 2002 15:01:36 -0000
22207              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
22208      Branch: perl
22209            ! regexec.c t/op/re_tests
22210 ____________________________________________________________________________
22211 [ 17786] By: hv                                    on 2002/08/26  15:34:25
22212         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
22213              From: "Sean M. Burke" <sburke@cpan.org>
22214              Date: Mon, 26 Aug 2002 04:38:19 -0600
22215              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
22216      Branch: perl
22217            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
22218            ! lib/Test/t/todo.t
22219 ____________________________________________________________________________
22220 [ 17785] By: hv                                    on 2002/08/26  15:18:41
22221         Log: fix non-ANSI C++-style comment
22222              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
22223              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22224              Date: Mon, 26 Aug 2002 09:15:18 +0200
22225              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
22226      Branch: perl
22227            ! ext/Storable/Storable.xs
22228 ____________________________________________________________________________
22229 [ 17784] By: hv                                    on 2002/08/26  15:15:19
22230         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
22231      Branch: perl
22232            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
22233            ! lib/bignum/t/brinfnan.t
22234 ____________________________________________________________________________
22235 [ 17783] By: hv                                    on 2002/08/26  15:07:21
22236         Log: Subject: [ANNOUNCE] Test::Simple 0.47
22237              From: Michael G Schwern <schwern@pobox.com>
22238              Date: Mon, 26 Aug 2002 04:13:03 -0700
22239              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
22240      Branch: perl
22241            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
22242            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
22243            + lib/Test/Simple/t/ok_obj.t
22244            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
22245            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
22246            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
22247            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
22248            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
22249 ____________________________________________________________________________
22250 [ 17782] By: hv                                    on 2002/08/26  15:00:55
22251         Log: new test for change #17773
22252              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
22253              From: DH <crazyinsomniac@yahoo.com>
22254              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
22255              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
22256      Branch: perl
22257            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
22258 ____________________________________________________________________________
22259 [ 17781] By: hv                                    on 2002/08/26  14:48:35
22260         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
22261      Branch: perl
22262            ! reentr.pl
22263 ____________________________________________________________________________
22264 [ 17780] By: hv                                    on 2002/08/25  19:03:50
22265         Log: fix bignum test failures
22266      Branch: perl
22267            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
22268            ! lib/bignum/t/brinfnan.t
22269 ____________________________________________________________________________
22270 [ 17779] By: hv                                    on 2002/08/25  18:56:29
22271         Log: upgrade bignum to v0.13: fix test failures and update docs
22272      Branch: perl
22273            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
22274 ____________________________________________________________________________
22275 [ 17778] By: hv                                    on 2002/08/25  18:43:06
22276         Log: Subject: Encode 1.76 Released
22277              From: Dan Kogai <dankogai@dan.co.jp>
22278              Date: su elo 25, 2002  11:27:07 US/Eastern
22279              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
22280      Branch: perl
22281            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
22282            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
22283            ! ext/Encode/lib/Encode/MIME/Header.pm
22284            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
22285 ____________________________________________________________________________
22286 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
22287         Log: Fix parsing problems with the // operator.
22288              Make // able to follow various unary operators used without
22289              arguments or parens (shift, pop, getc, pos, readline,
22290              readlink, undef, umask, and the filetest operators), as
22291              well as the <FH> operator.
22292      Branch: perl
22293            ! perl.h t/op/dor.t toke.c
22294 ____________________________________________________________________________
22295 [ 17776] By: hv                                    on 2002/08/25  15:56:37
22296         Log: Subject: [PATCH] ExtUtils::Constant 0.13
22297              From: Nicholas Clark <nick@unfortu.net>
22298              Date: Fri, 23 Aug 2002 19:21:12 +0100
22299              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
22300      Branch: perl
22301            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
22302 ____________________________________________________________________________
22303 [ 17775] By: hv                                    on 2002/08/25  15:46:28
22304         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
22305              From: "mls@suse.de (via RT)" <perlbug@perl.org>
22306              Date: 23 Aug 2002 15:24:39 -0000
22307              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
22308      Branch: perl
22309            ! reentr.c
22310 ____________________________________________________________________________
22311 [ 17774] By: hv                                    on 2002/08/25  15:29:42
22312         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
22313              From: Abigail <abigail@foad.org>
22314              Date: Thu, 22 Aug 2002 04:10:39 -0700
22315              Message-ID: <20020822041039.A2089@ucan.foad.org>
22316      Branch: perl
22317            ! lib/Benchmark.pm lib/Benchmark.t
22318 ____________________________________________________________________________
22319 [ 17773] By: hv                                    on 2002/08/25  15:17:16
22320         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
22321              From: DH <crazyinsomniac@yahoo.com>
22322              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
22323              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
22324      Branch: perl
22325            ! lib/Pod/Html.pm
22326 ____________________________________________________________________________
22327 [ 17772] By: hv                                    on 2002/08/25  14:49:37
22328         Log: Subject: Re: p5p patches
22329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22330              Date: Fri, 23 Aug 2002 15:27:48 +0200
22331              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
22332      Branch: perl
22333            ! Porting/patching.pod
22334 ____________________________________________________________________________
22335 [ 17771] By: hv                                    on 2002/08/25  14:45:46
22336         Log: Subject: Newdated info for HP-UX
22337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22338              Date: Wed, 21 Aug 2002 20:20:17 +0200
22339              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
22340      Branch: perl
22341            ! README.hpux
22342 ____________________________________________________________________________
22343 [ 17770] By: hv                                    on 2002/08/25  14:26:36
22344         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
22345              From: "Jos I. Boumans" <kane@cpan.org>
22346              Date: Wed, 21 Aug 2002 14:55:51 +0200
22347              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
22348      Branch: perl
22349            ! pod/perlfaq1.pod
22350 ____________________________________________________________________________
22351 [ 17769] By: hv                                    on 2002/08/25  14:16:50
22352         Log: Subject: bit more for WinCE
22353              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
22354              Date: Wed, 21 Aug 2002 01:31:52 +0400
22355              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
22356      Branch: perl
22357            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
22358            ! wince/wince.c
22359 ____________________________________________________________________________
22360 [ 17768] By: hv                                    on 2002/08/25  14:02:47
22361         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
22362              From: Anton Berezin <tobez@tobez.org>
22363              Date: Tue, 20 Aug 2002 23:44:25 +0200
22364              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
22365      Branch: perl
22366            ! lib/lib.t lib/lib_pm.PL
22367 ____________________________________________________________________________
22368 [ 17767] By: hv                                    on 2002/08/25  13:52:08
22369         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
22370              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
22371              Date: 18 Aug 2002 13:27:12 -0000
22372              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
22373      Branch: perl
22374            ! utils/perldoc.PL
22375 ____________________________________________________________________________
22376 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
22377         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut  
22378              From: Peter BARABAS (via RT) <perlbug@perl.org>
22379              Date: 24 Aug 2002 08:16:19 -0000
22380              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 
22381      Branch: perl
22382            ! pod/perlxstut.pod
22383 ____________________________________________________________________________
22384 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
22385         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
22386              From: Nicholas Clark <nick@unfortu.net>
22387              Date: Sat, 24 Aug 2002 17:01:08 +0100
22388              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
22389              (plus a typo fix)
22390      Branch: perl
22391            ! lib/Net/t/hostname.t
22392 ____________________________________________________________________________
22393 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
22394         Log: a2p wasn't installed with -Dversiononly
22395      Branch: perl
22396            ! installperl
22397 ____________________________________________________________________________
22398 [ 17763] By: hv                                    on 2002/08/23  12:23:31
22399         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
22400              with a NULL subaddr. Fix that, and stop it happening again.
22401      Branch: perl
22402            ! op.c universal.c
22403 ____________________________________________________________________________
22404 [ 17762] By: hv                                    on 2002/08/23  11:02:35
22405         Log: fixup threaded build for vstring changes
22406      Branch: perl
22407            ! universal.c util.c
22408 ____________________________________________________________________________
22409 [ 17761] By: ams                                   on 2002/08/23  02:54:09
22410         Log: Incorporate fix from JHI at:
22411              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
22412      Branch: perl
22413            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
22414 ____________________________________________________________________________
22415 [ 17760] By: ams                                   on 2002/08/23  01:30:46
22416         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
22417              From: Jarkko Hietaniemi <jhi@iki.fi>
22418              Date: Fri, 23 Aug 2002 05:29:09 +0300
22419              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
22420      Branch: perl
22421            ! ext/Devel/PPPort/PPPort.pm
22422 ____________________________________________________________________________
22423 [ 17759] By: ams                                   on 2002/08/23  01:27:23
22424         Log: Subject: [PATCH] x2p/str.c signedness nits
22425              From: Jarkko Hietaniemi <jhi@iki.fi>
22426              Date: Fri, 23 Aug 2002 02:43:30 +0300
22427              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
22428      Branch: perl
22429            ! x2p/str.c
22430 ____________________________________________________________________________
22431 [ 17758] By: hv                                    on 2002/08/22  22:29:45
22432         Log: bignum-0.12 updates from:
22433              Subject: [ANNOUCNE] Big Math::Big* update
22434              From: Tels <perl_dummy@bloodgate.com>
22435              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
22436              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
22437      Branch: perl
22438            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
22439            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
22440            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
22441            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
22442            ! lib/bigrat.pm
22443 ____________________________________________________________________________
22444 [ 17757] By: hv                                    on 2002/08/22  22:19:42
22445         Log: new file for #17756
22446      Branch: perl
22447            ! MANIFEST
22448 ____________________________________________________________________________
22449 [ 17756] By: hv                                    on 2002/08/22  22:16:41
22450         Log: Subject: ANNOUCNE: Math::BigRat v0.09
22451              From: Tels <perl_dummy@bloodgate.com>
22452              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
22453              Message-Id: <200208141812.g7EICrV23771@crypt.org>
22454      Branch: perl
22455            + lib/Math/BigRat/t/big_ap.t
22456            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
22457            ! lib/Math/BigRat/t/bigratpm.inc
22458 ____________________________________________________________________________
22459 [ 17755] By: hv                                    on 2002/08/22  19:44:03
22460         Log: new files from #17754
22461      Branch: perl
22462            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
22463 ____________________________________________________________________________
22464 [ 17754] By: hv                                    on 2002/08/22  19:42:58
22465         Log: Subject: ANNOUNCE: Math-BigInt v1.62
22466              From: Tels <perl_dummy@bloodgate.com>
22467              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
22468              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
22469      Branch: perl
22470            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22471            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
22472            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
22473            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
22474            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
22475            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
22476            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
22477            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
22478            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
22479            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
22480            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
22481 ____________________________________________________________________________
22482 [ 17753] By: hv                                    on 2002/08/22  12:05:57
22483         Log: Subject: podlators 1.24 released
22484              From: Russ Allbery <rra@stanford.edu>
22485              Date: Sat, 03 Aug 2002 20:56:42 -0700
22486              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
22487      Branch: perl
22488            + lib/Pod/t/text-options.t
22489            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
22490            ! lib/Pod/t/basic.t pod/pod2text.PL
22491 ____________________________________________________________________________
22492 [ 17752] By: hv                                    on 2002/08/22  11:13:17
22493         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
22494              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22495              Date: Fri, 26 Jul 2002 02:59:12 +0900
22496              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
22497      Branch: perl
22498            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22499            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
22500            ! lib/Unicode/Collate/t/test.t
22501 ____________________________________________________________________________
22502 [ 17751] By: hv                                    on 2002/08/22  11:08:35
22503         Log: fix test failure from #17747
22504      Branch: perl
22505            ! ext/B/t/stash.t
22506 ____________________________________________________________________________
22507 [ 17750] By: hv                                    on 2002/08/22  10:46:19
22508         Log: Subject: [PATCH] Fix DBM filters
22509              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22510              Date: Wed, 21 Aug 2002 11:40:49 +0100
22511              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
22512      Branch: perl
22513            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
22514            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
22515            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
22516            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
22517            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
22518            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
22519            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
22520 ____________________________________________________________________________
22521 [ 17749] By: hv                                    on 2002/08/22  01:04:32
22522         Log: avoid use of %caller::EXPORT
22523              Subject: [PATCH] Re: question about Exporter::import
22524              From: Nicholas Clark <nick@unfortu.net>
22525              Date: Wed, 14 Aug 2002 21:33:12 +0100
22526              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
22527      Branch: perl
22528            ! lib/Exporter.pm lib/Exporter/Heavy.pm
22529 ____________________________________________________________________________
22530 [ 17748] By: hv                                    on 2002/08/22  00:54:03
22531         Log: todo test for linux $0 modification
22532              Subject: Re: [perl #16206] $0 in 5.8
22533              From: Slaven Rezic <slaven.rezic@berlin.de>
22534              Date: 17 Aug 2002 21:32:37 +0200
22535              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
22536      Branch: perl
22537            ! t/op/magic.t
22538 ____________________________________________________________________________
22539 [ 17747] By: hv                                    on 2002/08/22  00:11:34
22540         Log: Subject: Re: [PATCH] Version object patch #1
22541              From: John Peacock <jpeacock@rowman.com>
22542              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
22543              Message-id: <3D630042.6020407@rowman.com>
22544              
22545              Subject: Re: [REVISED PATCH] Magic v-strings
22546              From: John Peacock <jpeacock@rowman.com>
22547              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
22548              Message-id: <3D63E532.7020305@rowman.com>
22549      Branch: perl
22550            ! sv.c t/op/ver.t universal.c util.c
22551 ____________________________________________________________________________
22552 [ 17746] By: hv                                    on 2002/08/20  16:48:05
22553         Log: Subject: [PATCH] Version object patch #1
22554              From: John Peacock <jpeacock@rowman.com>
22555              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
22556              Message-id: <3D5BB55D.6090603@rowman.com>
22557              and Message-id: <3D627D1A.4050607@rowman.com>
22558              and t/lib/warnings/universal tweak to skip
22559      Branch: perl
22560            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
22561            ! t/lib/warnings/universal toke.c util.c
22562 ____________________________________________________________________________
22563 [ 17745] By: hv                                    on 2002/08/20  16:27:01
22564         Log: perldelta for #17727
22565      Branch: perl
22566            ! pod/perldelta.pod
22567 ____________________________________________________________________________
22568 [ 17744] By: hv                                    on 2002/08/20  15:34:36
22569         Log: Subject: typo in perfunc.pod
22570              From: "John P. Linderman" <jpl@research.att.com>
22571              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
22572              Message-id: <200208191245.IAA20072@raptor.research.att.com>
22573      Branch: perl
22574            ! pod/perlfunc.pod
22575 ____________________________________________________________________________
22576 [ 17743] By: hv                                    on 2002/08/20  15:31:40
22577         Log: Subject: Re: [PATCH] fix typos in perlpacktut
22578              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
22579              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
22580              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
22581      Branch: perl
22582            ! pod/perlpacktut.pod
22583 ____________________________________________________________________________
22584 [ 17742] By: hv                                    on 2002/08/20  14:51:16
22585         Log: Subject: [REVISED PATCH] Magic v-strings
22586              From: John Peacock <jpeacock@rowman.com>
22587              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
22588              Message-id: <3D556FE6.6000404@rowman.com>
22589              plus a bit of cleanup
22590      Branch: perl
22591            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
22592 ____________________________________________________________________________
22593 [ 17741] By: hv                                    on 2002/08/20  14:20:16
22594         Log: Subject: Re: [PATCH] Storable and CODE references
22595              From: Slaven Rezic <slaven.rezic@berlin.de>
22596              Date: 17 Aug 2002 21:58:03 +0200
22597              Message-id: <87bs812r78.fsf@vran.herceg.de>
22598      Branch: perl
22599            + ext/Storable/t/code.t
22600            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
22601            ! ext/Storable/t/malice.t
22602 ____________________________________________________________________________
22603 [ 17740] By: hv                                    on 2002/08/20  14:07:56
22604         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
22605              Handle CoW in hashes:
22606              Subject: Re: why would tr/// be performing hash copies?
22607              From: Nicholas Clark <nick@unfortu.net>
22608              Date: Sun, 18 Aug 2002 23:17:01 +0100
22609              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
22610      Branch: perl
22611            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
22612 ____________________________________________________________________________
22613 [ 17739] By: hv                                    on 2002/08/20  13:52:18
22614         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
22615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22616              Date: Tue, 23 Jul 2002 09:21:10 +0200
22617              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
22618      Branch: perl
22619            ! Configure
22620 ____________________________________________________________________________
22621 [ 17737] By: ams                                   on 2002/08/19  07:48:39
22622         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
22623              negligence.
22624      Branch: perl
22625            ! pod/perlrun.pod
22626 ____________________________________________________________________________
22627 [ 17736] By: hv                                    on 2002/08/18  18:27:28
22628         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
22629              From: Dave Mitchell <davem@fdgroup.com>
22630              Date: Fri, 16 Aug 2002 23:31:07 +0100
22631              Message-id: <20020816233107.E9388@fdgroup.com>
22632      Branch: perl
22633            ! numeric.c t/base/num.t
22634 ____________________________________________________________________________
22635 [ 17735] By: hv                                    on 2002/08/18  02:22:21
22636         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
22637              From: Mark-Jason Dominus <mjd@plover.com>
22638              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
22639              Message-id: <20020814011909.22744.qmail@plover.com>
22640      Branch: perl
22641            ! lib/Net/hostent.pm
22642 ____________________________________________________________________________
22643 [ 17734] By: hv                                    on 2002/08/18  02:20:05
22644         Log: Subject: [PATCH] Re: Pod::Functions tpyo
22645              From: Abe Timmerman <abe@ztreet.demon.nl>
22646              Date: Tue, 13 Aug 2002 23:47:00 +0200
22647              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
22648      Branch: perl
22649            ! lib/Pod/Functions.pm
22650 ____________________________________________________________________________
22651 [ 17733] By: hv                                    on 2002/08/18  02:17:18
22652         Log: Subject: Server rename revisited
22653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22654              Date: Tue, 13 Aug 2002 19:19:03 +0200
22655              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
22656      Branch: perl
22657            ! README.hpux
22658 ____________________________________________________________________________
22659 [ 17732] By: hv                                    on 2002/08/18  02:11:49
22660         Log: Subject: [PATCH] Remove old VOS build methods
22661              From: Paul_GreenVOS@vos.stratus.com
22662              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
22663              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
22664      Branch: perl
22665            - vos/Makefile vos/build.cm vos/compile_perl.cm
22666            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22667            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
22668            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
22669            - vos/vos_dummies.c
22670            ! MANIFEST README.vos pod/perlport.pod vos/Changes
22671 ____________________________________________________________________________
22672 [ 17731] By: hv                                    on 2002/08/18  01:57:12
22673         Log: Subject: [PATCH] Configure missing d_modflproto=''
22674              From: "Gerrit P. Haase" <gp@familiehaase.de>
22675              Date: Tue, 13 Aug 2002 15:11:05 +0200
22676              Message-id: <11417599086.20020813151105@familiehaase.de>
22677      Branch: perl
22678            ! Configure
22679 ____________________________________________________________________________
22680 [ 17730] By: hv                                    on 2002/08/18  01:41:33
22681         Log: missing chunk from #17725 causes lib/constant.t test failures
22682      Branch: perl
22683            ! lib/constant.t
22684 ____________________________________________________________________________
22685 [ 17729] By: hv                                    on 2002/08/17  02:33:15
22686         Log: Subject: [PATCH] Safe.pm documentation
22687              From: Slaven Rezic <slaven.rezic@berlin.de>
22688              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
22689              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
22690      Branch: perl
22691            ! ext/Opcode/Safe.pm pod/perlre.pod
22692 ____________________________________________________________________________
22693 [ 17728] By: hv                                    on 2002/08/17  02:07:24
22694         Log: Subject: Copy On Write
22695              From: Nicholas Clark <nick@ccl4.org>
22696              Date: Thu, 15 Aug 2002 00:10:35 +0100
22697              Message-id: <20020815001035.A69079@plum.flirble.org>
22698              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
22699      Branch: perl
22700            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
22701            ! pp_hot.c proto.h sv.c sv.h
22702 ____________________________________________________________________________
22703 [ 17727] By: hv                                    on 2002/08/17  01:20:05
22704         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
22705              From: Mark-Jason Dominus <mjd@plover.com>
22706              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
22707              Message-id: <20020415033855.6343.qmail@plover.com>
22708      Branch: perl
22709            ! av.c av.h pod/perltie.pod t/op/tiearray.t
22710 ____________________________________________________________________________
22711 [ 17726] By: hv                                    on 2002/08/17  01:17:09
22712         Log: pp.c warns that sv may be used uninitialised in pp_delete()
22713      Branch: perl
22714            ! pp.c
22715 ____________________________________________________________________________
22716 [ 17725] By: hv                                    on 2002/08/17  00:51:19
22717         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
22718              From: Michael G Schwern <schwern@pobox.com>
22719              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
22720              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
22721      Branch: perl
22722            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
22723            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
22724            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
22725            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
22726 ____________________________________________________________________________
22727 [ 17724] By: hv                                    on 2002/08/17  00:27:33
22728         Log: ext/B/defsubs.h also depends on the program that builds it
22729      Branch: perl
22730            ! ext/B/Makefile.PL
22731 ____________________________________________________________________________
22732 [ 17723] By: hv                                    on 2002/08/17  00:10:24
22733         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
22734              From: Dave Mitchell <davem@fdgroup.com>
22735              Date: Tue, 13 Aug 2002 14:42:15 +0100
22736              Message-ID: <20020813144215.G11939@fdgroup.com>
22737      Branch: perl
22738            ! embed.fnc embed.h global.sym proto.h
22739 ____________________________________________________________________________
22740 [ 17722] By: ams                                   on 2002/08/16  05:20:22
22741         Log: Subject: Minor perlrun.pod patch
22742              From: Iain Truskett <spoon@cpan.org>
22743              Date: Fri, 16 Aug 2002 16:20:27 +1000
22744              Message-Id: <20020816162027.D17196@eh.org>
22745      Branch: perl
22746            ! pod/perlrun.pod
22747 ____________________________________________________________________________
22748 [ 17721] By: hv                                    on 2002/08/12  12:17:19
22749         Log: #17717 needed tests fixing up
22750      Branch: perl
22751            ! t/op/chop.t
22752 ____________________________________________________________________________
22753 [ 17720] By: hv                                    on 2002/08/12  12:10:07
22754         Log: Subject: Re: [PATCH] Re: taint news
22755              From: Rick Delaney <rick.delaney@rogers.com>
22756              Date: 04 Aug 2002 00:28:58 EDT
22757              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
22758              missed patch fragment from Change #17676
22759      Branch: perl
22760            ! pod/perlsec.pod
22761 ____________________________________________________________________________
22762 [ 17719] By: hv                                    on 2002/08/12  12:03:53
22763         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
22764              From: Warren Jones (via RT) <perlbug@perl.org>
22765              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
22766              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
22767      Branch: perl
22768            ! lib/strict.t lib/warnings.t
22769 ____________________________________________________________________________
22770 [ 17718] By: hv                                    on 2002/08/12  11:57:17
22771         Log: Subject: [PATCH] add verbose stack display option, -Dvs
22772              From: Dave Mitchell <davem@fdgroup.com>
22773              Date: Mon, 5 Aug 2002 00:55:33 +0100
22774              Message-id: <20020805005533.B26111@fdgroup.com>
22775      Branch: perl
22776            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
22777            ! pod/perlrun.pod proto.h
22778 ____________________________________________________________________________
22779 [ 17717] By: hv                                    on 2002/08/12  11:44:06
22780         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
22781              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22782              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
22783              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
22784      Branch: perl
22785            ! op.c t/op/chop.t t/op/ref.t
22786 ____________________________________________________________________________
22787 [ 17716] By: hv                                    on 2002/08/12  11:29:53
22788         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
22789              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22790              Date: Sat, 13 Jul 2002 17:44:02 +0100
22791              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
22792      Branch: perl
22793            ! pp_hot.c t/op/tiehandle.t
22794 ____________________________________________________________________________
22795 [ 17715] By: hv                                    on 2002/08/12  11:28:26
22796         Log: Subject: [PATCH] better modfl detection
22797              From: Nicholas Clark <nick@unfortu.net>
22798              Date: Sun, 11 Aug 2002 20:05:49 +0100
22799              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
22800      Branch: perl
22801            ! Configure config_h.SH perl.h
22802 ____________________________________________________________________________
22803 [ 17714] By: hv                                    on 2002/08/12  11:26:23
22804         Log: Subject: [PATCH] perltodo.pod
22805              From: Richard.Foley@t-online.de
22806              Date: Sun, 11 Aug 2002 18:26:10 +0200
22807              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
22808              perlbug credits
22809      Branch: perl
22810            ! pod/perltodo.pod
22811 ____________________________________________________________________________
22812 [ 17713] By: hv                                    on 2002/08/12  11:24:44
22813         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
22814              From: Nicholas Clark <nick@unfortu.net>
22815              Date: Sun, 11 Aug 2002 16:59:16 +0100
22816              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
22817      Branch: perl
22818            ! gv.c
22819 ____________________________________________________________________________
22820 [ 17712] By: hv                                    on 2002/08/12  11:23:06
22821         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
22822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22823              Date: Mon, 12 Aug 2002 10:25:20 +0200
22824              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
22825              gcc bug test needs -lm
22826      Branch: perl
22827            ! hints/hpux.sh
22828 ____________________________________________________________________________
22829 [ 17711] By: hv                                    on 2002/08/12  11:20:49
22830         Log: Subject: [PATCH s2p] Small typo correction
22831              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
22832              Date: Wed, 7 Aug 2002 11:50:51 +0200
22833              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
22834      Branch: perl
22835            ! x2p/s2p.PL
22836 ____________________________________________________________________________
22837 [ 17710] By: hv                                    on 2002/08/12  11:17:21
22838         Log: Subject: [PATCH] pod/perlfaq4.pod
22839              From: Abigail <abigail@foad.org>
22840              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
22841              Message-id: <20020730095202.A6462@ucan.foad.org>
22842              Add references to Regexp::Common.
22843      Branch: perl
22844            ! pod/perlfaq4.pod
22845 ____________________________________________________________________________
22846 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
22847         Log: Subject: New HP-UX itanium servers
22848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22849              Date: Wed, 07 Aug 2002 13:25:57 +0200
22850              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
22851      Branch: perl
22852            ! README.hpux
22853 ____________________________________________________________________________
22854 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
22855         Log: Subject: Re: missing lower range in {} regex 
22856              From: "John P. Linderman" <jpl@research.att.com>
22857              Date: Fri, 09 Aug 2002 12:48:55 -0400
22858              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
22859      Branch: perl
22860            ! pod/perlre.pod
22861 ____________________________________________________________________________
22862 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
22863         Log: More tests for the attribute syntax, from the
22864              attributes manpage.
22865      Branch: perl
22866            ! t/op/attrs.t
22867 ____________________________________________________________________________
22868 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
22869         Log: Fix bug #16080 : an attribute list should end at '}'
22870      Branch: perl
22871            ! t/op/attrs.t toke.c
22872 ____________________________________________________________________________
22873 [ 17703] By: hv                                    on 2002/08/08  15:30:12
22874         Log: Update Changes
22875      Branch: perl
22876            ! Changes patchlevel.h
22877 ____________________________________________________________________________
22878 [ 17702] By: hv                                    on 2002/08/08  15:08:57
22879         Log: Subject: Re: README.aix
22880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22881              Date: Tue, 30 Jul 2002 13:30:29 +0200
22882              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
22883      Branch: perl
22884            ! README.aix
22885 ____________________________________________________________________________
22886 [ 17701] By: hv                                    on 2002/08/08  15:06:01
22887         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
22888              From: Andy Dougherty <doughera@lafayette.edu>
22889              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
22890              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
22891      Branch: perl
22892            ! hints/aix.sh
22893 ____________________________________________________________________________
22894 [ 17700] By: hv                                    on 2002/08/08  15:02:57
22895         Log: Subject: [DOC PATCH] perlipc.pod
22896              From: Arjen Laarhoven <arjen@nl.demon.net>
22897              Date: Tue, 6 Aug 2002 14:16:01 +0200
22898              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
22899      Branch: perl
22900            ! pod/perlipc.pod
22901 ____________________________________________________________________________
22902 [ 17699] By: hv                                    on 2002/08/08  14:56:56
22903         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
22904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22905              Date: Fri, 2 Aug 2002 23:44:21 +0200
22906              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
22907      Branch: perl
22908            ! op.c t/op/attrs.t
22909 ____________________________________________________________________________
22910 [ 17698] By: hv                                    on 2002/08/08  14:52:45
22911         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
22912              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
22913              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
22914              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
22915      Branch: perl
22916            ! Configure
22917 ____________________________________________________________________________
22918 [ 17697] By: hv                                    on 2002/08/08  14:49:00
22919         Log: Subject: Doc patch for Class::Struct under 5.8.0
22920              From: Damian Conway <damian@conway.org>
22921              Date: Tue, 30 Jul 2002 23:03:14 +1000
22922              Message-id: <3D471FCF.1C7C6E6B@conway.org>
22923      Branch: perl
22924            ! lib/Class/Struct.pm
22925 ____________________________________________________________________________
22926 [ 17696] By: hv                                    on 2002/08/08  14:44:21
22927         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
22928              From: Slaven Rezic <slaven.rezic@berlin.de>
22929              Date: 31 Jul 2002 09:50:06 +0200
22930              Message-id: <87ado85ob5.fsf@vran.herceg.de>
22931      Branch: perl
22932            ! pp.c
22933 ____________________________________________________________________________
22934 [ 17695] By: hv                                    on 2002/08/08  14:40:41
22935         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
22936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22937              Date: Fri, 2 Aug 2002 00:13:10 +0200
22938              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
22939      Branch: perl
22940            + t/op/stash.t
22941            ! MANIFEST perl.h
22942 ____________________________________________________________________________
22943 [ 17694] By: hv                                    on 2002/08/08  14:31:55
22944         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
22945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22946              Date: Wed, 31 Jul 2002 16:04:02 +0200
22947              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
22948      Branch: perl
22949            ! hints/hpux.sh
22950 ____________________________________________________________________________
22951 [ 17693] By: hv                                    on 2002/08/08  14:25:16
22952         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
22953              From: Abigail <abigail@foad.org>
22954              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
22955              Message-id: <20020725085252.A2703@ucan.foad.org>
22956      Branch: perl
22957            ! lib/ExtUtils/MM_Unix.pm
22958 ____________________________________________________________________________
22959 [ 17692] By: hv                                    on 2002/08/08  14:20:05
22960         Log: Subject: [PATCH] README.jp and README.cn
22961              From: Autrijus Tang <autrijus@autrijus.org>
22962              Date: Thu, 25 Jul 2002 07:05:11 +0800
22963              Message-id: <20020724230511.GA1327@not.autrijus.org>
22964      Branch: perl
22965            ! README.cn README.jp
22966 ____________________________________________________________________________
22967 [ 17691] By: hv                                    on 2002/08/08  14:01:50
22968         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
22969              From: Henrik Tougaard (via RT) <perlbug@perl.org>
22970              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
22971              Message-id: <rt-15398-31095.6.30466042998663@perl>
22972      Branch: perl
22973            ! lib/Pod/Usage.pm
22974 ____________________________________________________________________________
22975 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
22976         Log: Doc fix : the symbol for COPs wasn't documented.
22977      Branch: perl
22978            ! opcode.pl
22979 ____________________________________________________________________________
22980 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
22981         Log: Subject: Re: no warnings 'io';
22982              From: Nicholas Clark <nick@unfortu.net>
22983              Date: Sat, 27 Jul 2002 21:49:55 +0100
22984              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
22985              
22986              Plus a little bit of regression tests.
22987      Branch: perl
22988            ! t/lib/warnings/pp_hot util.c
22989 ____________________________________________________________________________
22990 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
22991         Log: Subject: [PATCH] XS build fix for VMS
22992              From: "Craig A. Berry" <craigberry@mac.com>
22993              Date: Sun, 4 Aug 2002 12:13:06 -0500
22994              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
22995      Branch: perl
22996            ! vms/descrip_mms.template
22997 ____________________________________________________________________________
22998 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
22999         Log: PerlIO::scalar wasn't able to read from non-string
23000              scalar ; now stringifies its argument.
23001      Branch: perl
23002            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
23003 ____________________________________________________________________________
23004 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
23005         Log: More regression tests for $^H and %^H.
23006              Add a TODO test for eval "" preserving %^H.
23007      Branch: perl
23008            ! t/comp/hints.t
23009 ____________________________________________________________________________
23010 [ 17685] By: hv                                    on 2002/08/05  22:42:09
23011         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
23012              From: "John P. Linderman" <jpl@research.att.com>
23013              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
23014              Message-id: <200207211613.MAA69505@raptor.research.att.com>
23015      Branch: perl
23016            ! lib/sort.pm lib/sort.t
23017 ____________________________________________________________________________
23018 [ 17684] By: hv                                    on 2002/08/05  22:35:22
23019         Log: Integrate from perlio: change #17653 fixes bug RT15283
23020      Branch: perl
23021           !> ext/PerlIO/via/via.xs
23022 ____________________________________________________________________________
23023 [ 17683] By: hv                                    on 2002/08/05  22:26:45
23024         Log: Integrate from maint-5.6/macperl via macperl
23025              Changes 17660, 17661, 17662, 17663, 17664
23026      Branch: perl
23027           !> perl.c
23028 ____________________________________________________________________________
23029 [ 17682] By: hv                                    on 2002/08/05  15:04:54
23030         Log: Subject: Defined-or patch (cleaned up)
23031              From: "Brent Dax" <brentdax@cpan.org>
23032              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
23033              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
23034      Branch: perl
23035            + t/op/dor.t
23036            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
23037            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
23038            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
23039            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
23040            ! vms/perly_h.vms
23041 ____________________________________________________________________________
23042 [ 17681] By: hv                                    on 2002/08/05  14:41:23
23043         Log: typo
23044      Branch: perl
23045            ! keywords.h keywords.pl
23046 ____________________________________________________________________________
23047 [ 17680] By: hv                                    on 2002/08/05  14:33:39
23048         Log: warn that keywords.h is generated
23049      Branch: perl
23050            ! keywords.h keywords.pl
23051 ____________________________________________________________________________
23052 [ 17679] By: hv                                    on 2002/08/04  23:40:22
23053         Log: again: #17678 caused test failures in pod2html,
23054              in which $1 could leak from previous regexp
23055      Branch: perl
23056            ! mg.c
23057 ____________________________________________________________________________
23058 [ 17678] By: hv                                    on 2002/08/04  15:34:19
23059         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
23060              From: hv@crypt.org
23061              Date: Sun, 04 Aug 2002 17:40:30 +0100
23062              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
23063      Branch: perl
23064            ! mg.c t/op/taint.t
23065 ____________________________________________________________________________
23066 [ 17677] By: hv                                    on 2002/08/04  15:25:25
23067         Log: Main branch no longer needs op/taint.t version check.
23068      Branch: perl
23069            ! t/op/taint.t
23070 ____________________________________________________________________________
23071 [ 17676] By: hv                                    on 2002/08/04  15:14:09
23072         Log: Subject: Re: [PATCH] Re: taint news
23073              From: Rick Delaney <rick.delaney@rogers.com>
23074              Date: 04 Aug 2002 00:28:58 EDT
23075              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
23076              Ref: 20020208.005
23077      Branch: perl
23078            ! pp_sys.c
23079 ____________________________________________________________________________
23080 [ 17675] By: hv                                    on 2002/08/04  01:48:36
23081         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
23082      Branch: perl
23083            ! AUTHORS
23084 ____________________________________________________________________________
23085 [ 17674] By: hv                                    on 2002/08/04  01:30:11
23086         Log: Subject: [PATCH] AUTHORS
23087              From: Colin Watson <colinw@zeus.com>
23088              Date: Thu, 25 Jul 2002 15:54:37 +0100
23089              Message-id: <20020725145437.GC4921@zeus.com>
23090      Branch: perl
23091            ! AUTHORS
23092 ____________________________________________________________________________
23093 [ 17673] By: hv                                    on 2002/08/04  01:27:36
23094         Log: Subject: [PATCH] AUTHORS
23095              From: Walt Mankowski <waltman@pobox.com>
23096              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
23097              Message-id: <20020721025612.GB15958@pobox.com>
23098      Branch: perl
23099            ! AUTHORS
23100 ____________________________________________________________________________
23101 [ 17672] By: hv                                    on 2002/08/04  01:25:14
23102         Log: Subject: Re: mention of "use sort" botched in perlfunc?
23103              From: Michael G Schwern <schwern@pobox.com>
23104              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
23105              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
23106      Branch: perl
23107            ! pod/perlfunc.pod
23108 ____________________________________________________________________________
23109 [ 17671] By: hv                                    on 2002/08/04  01:11:32
23110         Log: Change version from 5.8.0 to 5.9.0.
23111      Branch: perl
23112            ! Configure NetWare/Makefile NetWare/config_H.wc
23113            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
23114            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
23115            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
23116            ! patchlevel.h win32/Makefile win32/makefile.mk
23117            ! wince/Makefile.ce
23118 ____________________________________________________________________________
23119 [ 17656] By: ams                                   on 2002/07/28  06:12:33
23120         Log: Subject: [PATCH] Typo in regcomp.c
23121              From: Chris Ball <chris@cpan.org>
23122              Date: 26 Jul 2002 17:49:35 +0100
23123              Message-Id: <868z3yzb6o.fsf@void.printf.net>
23124              (With additional tweak to s_reginclasslen.)
23125      Branch: perl
23126            ! regcomp.c
23127 ____________________________________________________________________________
23128 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
23129         Log: Upgrade to Unicode::Collate 0.20.
23130      Branch: perl
23131            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23132            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
23133 ____________________________________________________________________________
23134 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
23135         Log: Commas, schcommas.
23136      Branch: perl
23137            ! patchlevel.h
23138 ____________________________________________________________________________
23139 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
23140         Log: Copy perldelta as perl58delta, purge the perldelta.
23141      Branch: perl
23142            + pod/perl58delta.pod
23143            ! MANIFEST pod/perldelta.pod
23144 ____________________________________________________________________________
23145 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
23146         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
23147      Branch: perl
23148            ! Changes patchlevel.h
23149 ____________________________________________________________________________
23150 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
23151         Log: Integrate perlio (no changes, but that's fine).
23152      Branch: perl
23153           !> embed.fnc perl.h
23154 ____________________________________________________________________________
23155 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
23156         Log: It's all yours, Hugo.
23157      Branch: perl
23158            + Changes5.8
23159            ! Changes MANIFEST