Make threads tests pass make minitest (by skipping)
[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 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
33         Log: Subject: [PATCH] optimization for map in scalar context
34              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
35              Date: Tue, 24 Feb 2004 12:02:57 +0100
36              Message-id: <20040224110257.GA5510@ethan>
37      Branch: perl
38            ! pp_ctl.c
39 ____________________________________________________________________________
40 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
41         Log: Subject: Bugfix for perlrequick and perlretut
42              From: Mark Kvale <kvale@phy.ucsf.edu>
43              Date: Tue, 24 Feb 2004 11:32:34 -0800
44              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
45      Branch: perl
46            ! pod/perlrequick.pod pod/perlretut.pod
47 ____________________________________________________________________________
48 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
49         Log: Instead of localising *_, use a dummy foreach loop to get
50              a local value of $_
51      Branch: perl
52            ! lib/File/Find.pm
53 ____________________________________________________________________________
54 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
55         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
56              From: alan <alan@pair.com>
57              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
58              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
59      Branch: perl
60            ! lib/Attribute/Handlers.pm
61 ____________________________________________________________________________
62 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
63         Log: Update perl591delta.
64      Branch: perl
65            ! pod/perl591delta.pod
66 ____________________________________________________________________________
67 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
68         Log: Fix bug #26910: hints were not propagated into (?{...})
69              blocks, except the utf8 pragma.
70      Branch: perl
71            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
72 ____________________________________________________________________________
73 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
74         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation 
75              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
76              Date: Sun, 22 Feb 2004 16:09:33 +0900
77              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
78              
79              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
80              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
81              Date: Sun, 22 Feb 2004 18:41:43 +0900
82              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
83              
84              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
85      Branch: perl
86            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
87 ____________________________________________________________________________
88 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
89         Log: Subject: [PATCH] Benchmark for child processes
90              From: Chia-liang Kao <clkao@clkao.org>
91              Date: Mon, 23 Feb 2004 22:53:51 +0800
92              Message-ID: <20040223145351.GH94376@portege.clkao.org>
93      Branch: perl
94            ! lib/Benchmark.pm
95 ____________________________________________________________________________
96 [ 22359] By: merijn                                on 2004/02/23  11:55:08
97         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
98              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
99              From: Georg Schwarz <geos@epost.de>
100              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
101      Branch: perl
102            ! hints/irix_5.sh
103 ____________________________________________________________________________
104 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
105         Log: Subject: initial patch for cygwin IPC via cygserver
106              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
107              Date: Thu, 19 Feb 2004 09:01:13 -0800
108              Message-ID: <20040219170113.GA2792@efn.org>
109      Branch: perl
110            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
111 ____________________________________________________________________________
112 [ 22357] By: davem                                 on 2004/02/22  15:43:53
113         Log: Extend OP_AELEMFAST optimisation to lexical arrays
114      Branch: perl
115            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
116 ____________________________________________________________________________
117 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
118         Log: We're not binary compatible with 5.8.
119              Change PERL_API_VERSION to 5.9.1.
120      Branch: perl
121            ! patchlevel.h
122 ____________________________________________________________________________
123 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
124         Log: Document change #22353 in perldelta.
125      Branch: perl
126            ! pod/perl591delta.pod
127 ____________________________________________________________________________
128 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
129         Log: Increment the version number of B, due to the incompatible
130              API change introduced by #22353 (no more op_seq method.)
131      Branch: perl
132            ! ext/B/B.pm
133 ____________________________________________________________________________
134 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
135         Log: Subject: Re: op_seq (was: Freeing code)
136              From: Paul Johnson <paul@pjcj.net>
137              Date: Sat, 21 Feb 2004 02:31:47 +0100
138              Message-ID: <20040221013147.GB6953@pjcj.net>
139              
140              Rework the OP structure to use less space.
141              Remove op_seq (and simulate it in dump.c),
142              replace it by op_opt and op_static,
143              shrink op_type, remove PL_op_seqmax.
144      Branch: perl
145            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
146            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
147            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
148            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
149            ! pod/perlintern.pod sv.c
150 ____________________________________________________________________________
151 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
152         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
153              is not actually introduced by the for statement.
154      Branch: perl
155            ! op.c
156 ____________________________________________________________________________
157 [ 22351] By: davem                                 on 2004/02/20  15:38:10
158         Log: remove a split test's dependence on -Dx output
159              (needed after change #22343)
160      Branch: perl
161            ! t/op/split.t
162 ____________________________________________________________________________
163 [ 22350] By: davem                                 on 2004/02/20  15:34:27
164         Log: add Deparse/Concise support for inplace sort (change 22349)
165      Branch: perl
166            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
167 ____________________________________________________________________________
168 [ 22349] By: davem                                 on 2004/02/20  14:54:35
169         Log: optimise the sorting inplace of plain arrays: @a = sort @a
170      Branch: perl
171            ! op.c op.h pp_sort.c t/op/sort.t
172 ____________________________________________________________________________
173 [ 22348] By: davem                                 on 2004/02/20  14:18:13
174         Log: Document the SVf_PADSTALE flag
175      Branch: perl
176            ! pad.c
177 ____________________________________________________________________________
178 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
179         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
180      Branch: perl
181            - lib/IPC/SysV.t
182            ! MANIFEST
183 ____________________________________________________________________________
184 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
185         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
186              From: Greg Matheson <lang@ms.chinmin.edu.tw>
187              Date: Fri, 20 Feb 2004 15:34:59 +0800
188              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
189      Branch: perl
190            ! win32/genmk95.pl
191 ____________________________________________________________________________
192 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
193         Log: Upgrade to Term::ANSIColor 1.08.
194      Branch: perl
195            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
196            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
197 ____________________________________________________________________________
198 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
199         Log: Upgrade to prereleases of Math::BigInt 1.70 and
200              Math::BigRat 0.12, by Tels.
201      Branch: perl
202            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
203            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
204            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
205            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
206            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
207            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
208            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
209            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
210            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
211            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
212            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
213            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
214            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
215            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
216            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
217            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
218            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
219 ____________________________________________________________________________
220 [ 22343] By: davem                                 on 2004/02/19  13:43:18
221         Log: -Dx could coredump on threaded builds because consts are now
222              stored in the pad
223      Branch: perl
224            ! dump.c
225 ____________________________________________________________________________
226 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
227         Log: Add a tool to report dual-lived core modules that don't
228              have the same version than the corresponding module on CPAN.
229      Branch: perl
230            + Porting/corecpan.pl
231            ! MANIFEST
232 ____________________________________________________________________________
233 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
234         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
235      Branch: perl
236            ! pod/perl591delta.pod
237 ____________________________________________________________________________
238 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
239         Log: Add base.pm and fields.pm to the maintainer list.
240              Remove a duplicate file from this list.
241      Branch: perl
242            ! Porting/Maintainers.pl
243 ____________________________________________________________________________
244 [ 22337] By: davem                                 on 2004/02/18  13:22:13
245         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
246      Branch: perl
247            ! t/op/write.t
248 ____________________________________________________________________________
249 [ 22334] By: merijn                                on 2004/02/18  12:18:52
250         Log: Removed pm_apiversion and xs_apiversion as requested by
251              the pumpkin. Chainsaw was still in perfect working order.
252      Branch: perl
253            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
254            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
255            ! Porting/config_H config_h.SH configure.com epoc/config.sh
256            ! plan9/config.plan9 plan9/config_h.sample
257            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
258            ! win32/config.gc win32/config.vc win32/config.vc64
259            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
260            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
261 ____________________________________________________________________________
262 [ 22332] By: davem                                 on 2004/02/18  11:14:43
263         Log: Add tests for the C<my $x if foo> deprecation, and change the
264              warning text
265      Branch: perl
266            ! op.c pod/perldiag.pod t/lib/warnings/op
267 ____________________________________________________________________________
268 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
269         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
270              returned from XSUBs through RETVAL isn't decremented as it is for
271              SVs. This causes those XSUBs to leak memory and cannot be fixed
272              without breaking existing CPAN modules that work around this bug.
273              
274              2. Fix a memory leak of that kind in POSIX::localconv.
275      Branch: perl
276            ! ext/POSIX/POSIX.xs pod/perlxs.pod
277 ____________________________________________________________________________
278 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
279         Log: Encode has local changes. Up-version it.
280      Branch: perl
281            ! ext/Encode/Encode.pm
282 ____________________________________________________________________________
283 [ 22328] By: davem                                 on 2004/02/17  23:30:50
284         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
285      Branch: perl
286            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
287 ____________________________________________________________________________
288 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
289         Log: It's better to localize *_ than $_, to avoid magic leakage
290      Branch: perl
291            ! lib/File/Find.pm
292 ____________________________________________________________________________
293 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
294         Log: One of the new tests of MIME::Base64 relies on a non-core module.
295      Branch: perl
296            - ext/MIME/Base64/t/bad-sv.t
297            ! MANIFEST
298 ____________________________________________________________________________
299 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
300         Log: Upgrade to MIME::Base64 3.00.
301              Fix t/warn.t so it works in the core.
302              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
303      Branch: perl
304            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
305            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
306            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
307            ! ext/MIME/Base64/t/base64.t
308 ____________________________________________________________________________
309 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
310         Log: Be more clear. Use simple words.
311      Branch: perl
312            ! pod/perl591delta.pod
313 ____________________________________________________________________________
314 [ 22322] By: davem                                 on 2004/02/17  21:52:08
315         Log: remove C<my $x if foo> construct from core modules
316      Branch: perl
317            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
318            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
319            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
320            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
321            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
322 ____________________________________________________________________________
323 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
324         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
325      Branch: perl
326            ! pod/perl591delta.pod
327 ____________________________________________________________________________
328 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
329         Log: Bump $B::VERSION (because of change #22315).
330      Branch: perl
331            ! ext/B/B.pm
332 ____________________________________________________________________________
333 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
334         Log: Regenerate table of contents and other related files.
335      Branch: perl
336            ! MANIFEST pod/perl.pod pod/perltoc.pod
337 ____________________________________________________________________________
338 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
339         Log: Bump up perl's version number to 5.9.1.
340              Add perl591delta in perl.pod.
341              Update the sample config files in Porting/.
342      Branch: perl
343            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
344            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
345            ! plan9/config.plan9 pod/perl.pod win32/Makefile
346            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
347            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
348 ____________________________________________________________________________
349 [ 22317] By: davem                                 on 2004/02/17  19:28:58
350         Log: 22316 had stupid precedence thinkos
351      Branch: perl
352            ! pp.c pp_hot.c
353 ____________________________________________________________________________
354 [ 22316] By: davem                                 on 2004/02/17  18:23:27
355         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
356              and fix some incorrect indentation
357      Branch: perl
358            ! pp.c pp_hot.c sv.c
359 ____________________________________________________________________________
360 [ 22315] By: davem                                 on 2004/02/17  18:01:52
361         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
362              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
363              Date:  Tue, 17 Feb 2004 17:32:16 +0100
364              Message-Id:  <20040217163216.GA6805@ethan>
365              
366              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
367      Branch: perl
368            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
369 ____________________________________________________________________________
370 [ 22314] By: merijn                                on 2004/02/17  11:22:24
371         Log: 1. Creating backward compatibility for Configure after patches
372              #22227 and #22302 to still support 5.8.x and below
373              
374              2. Small change for building on GNU hurd
375              Date: Sun, 15 Feb 2004 23:27:17 +1100
376              From: "Brendan O'Dea" <bod@debian.org>
377              Message-ID: <20040215122717.GA26812@londo.c47.org>
378      Branch: perl
379            ! Configure Makefile.SH hints/gnu.sh
380 ____________________________________________________________________________
381 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
382         Log: Fix for Win32 build failure caused by the byacc to bison switch.
383      Branch: perl
384            ! perl.h
385 ____________________________________________________________________________
386 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
387         Log: Revert change 22308 (the patch was against maint, not blead)
388      Branch: perl
389            ! lib/ExtUtils/instmodsh
390 ____________________________________________________________________________
391 [ 22310] By: merijn                                on 2004/02/16  11:30:29
392         Log: Fix typo in doc for Encode
393              From: "Brendan O'Dea" <bod@debian.org>
394              Date: Sun, 15 Feb 2004 23:27:17 +1100
395              Message-ID: <20040215122717.GA26812@londo.c47.org>
396      Branch: perl
397            ! ext/Encode/Encode.pm
398 ____________________________________________________________________________
399 [ 22309] By: merijn                                on 2004/02/16  11:27:34
400         Log: Missing semi-colon
401              From: "Brendan O'Dea" <bod@debian.org>
402              Date: Sun, 15 Feb 2004 23:27:17 +1100
403              Message-ID: <20040215122717.GA26812@londo.c47.org>
404      Branch: perl
405            ! ext/MIME/Base64/Base64.xs
406 ____________________________________________________________________________
407 [ 22308] By: merijn                                on 2004/02/16  11:24:59
408         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
409              it has a manpage.
410              From: "Brendan O'Dea" <bod@debian.org>
411              Date: Sun, 15 Feb 2004 23:27:17 +1100
412              Message-ID: <20040215122717.GA26812@londo.c47.org>
413      Branch: perl
414            ! lib/ExtUtils/instmodsh
415 ____________________________________________________________________________
416 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
417         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
418              From: Stas Bekman <stas@stason.org>
419              Date: Fri, 13 Feb 2004 20:18:59 -0800
420              Message-ID: <402DA1B3.2010608@stason.org>
421      Branch: perl
422            ! pod/perlguts.pod
423 ____________________________________________________________________________
424 [ 22306] By: davem                                 on 2004/02/15  00:24:26
425         Log: Segmentation fault with
426              sub x { shift; @a = @b; eval +{ use } }
427      Branch: perl
428            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
429 ____________________________________________________________________________
430 [ 22305] By: davem                                 on 2004/02/14  23:52:09
431         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
432              on the parser stack at each reduce.  Also,
433              
434              Subject: Re: switch from byacc to bison
435              From: "Craig A. Berry" <craigberry@mac.com>
436              Date: Sat, 14 Feb 2004 13:26:45 -0600
437              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
438              
439              change #if DEBUGGING to #ifdef ... in perly.c
440      Branch: perl
441            ! perly.c pod/perlrun.pod
442 ____________________________________________________________________________
443 [ 22304] By: davem                                 on 2004/02/14  13:33:26
444         Log: Subject:  Re: switch from byacc to bison
445              From:  Abe Timmerman <abeltje@cpan.org>
446              Date:  Sat, 14 Feb 2004 11:56:24 +0100
447              Message-Id:  <200402141156.58185.abeltje@cpan.org>
448              
449              Fix typos in pumpkin.pod
450      Branch: perl
451            ! Porting/pumpkin.pod
452 ____________________________________________________________________________
453 [ 22303] By: davem                                 on 2004/02/14  12:28:37
454         Log: remove binary compatibility stuff from the yacc -> bison switch
455              of change #22302
456      Branch: perl
457            ! embedvar.h intrpvar.h
458 ____________________________________________________________________________
459 [ 22302] By: davem                                 on 2004/02/14  02:06:53
460         Log: Switch from byacc to bison and simplify the perly.* regeneration
461              process
462      Branch: perl
463            + perly.act perly.tab regen_perly.pl
464            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
465            - vms/perly_h.vms vms/vms_yfix.pl
466            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
467            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
468            ! vms/descrip_mms.template
469 ____________________________________________________________________________
470 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
471         Log: Fix an fcntl example in perlopentut, spotted by MJD.
472      Branch: perl
473            ! pod/perlopentut.pod
474 ____________________________________________________________________________
475 [ 22300] By: davem                                 on 2004/02/12  23:18:20
476         Log: The new -Dq option didn't actually work!
477      Branch: perl
478            ! perl.h
479 ____________________________________________________________________________
480 [ 22299] By: merijn                                on 2004/02/12  14:32:15
481         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
482              From: Stas Bekman <stas@stason.org>
483              Date: Wed, 11 Feb 2004 16:53:54 -0800
484              Message-ID: <402ACEA2.4020907@stason.org>
485      Branch: perl
486            ! perl.c
487 ____________________________________________________________________________
488 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
489         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
490              From: Greg Matheson <lang@ms.chinmin.edu.tw>
491              Date: Tue, 10 Feb 2004 12:36:33 +0800
492              Message-ID: <20040210043633.GA33671687@momotaro>
493      Branch: perl
494            ! win32/makefile.mk
495 ____________________________________________________________________________
496 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
497         Log: Add 5.005_04-RC1 and Leon in perlhist.
498      Branch: perl
499            ! pod/perlhist.pod
500 ____________________________________________________________________________
501 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
502         Log: Add a note in Unicode::UCD about the _getcode() function
503              being copy-n-pasted in charnames.pm. (spotted by Merijn)
504      Branch: perl
505            ! lib/Unicode/UCD.pm
506 ____________________________________________________________________________
507 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
508         Log: Implement stacked filetest operators (-f -w -x $file).
509      Branch: perl
510            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
511            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
512 ____________________________________________________________________________
513 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
514         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8 
515              From: hv@crypt.org
516              Date: Mon, 09 Feb 2004 03:21:21 +0000
517              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
518      Branch: perl
519            ! sv.c t/op/sprintf2.t
520 ____________________________________________________________________________
521 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
522         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
523              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
524              Date: Mon, 9 Feb 2004 00:51:45 -0800
525              Message-ID: <20040209085145.GA3204@efn.org>
526              (plus an etymological notice)
527      Branch: perl
528            ! lib/charnames.pm
529 ____________________________________________________________________________
530 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
531         Log: Add the new private flag OPpGREP_LEX in B::Concise.
532      Branch: perl
533            ! ext/B/B/Concise.pm
534 ____________________________________________________________________________
535 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
536         Log: map and grep weren't working correctly with lexical $_ in
537              scalar context, because pp_mapwhile and pp_grepwhile were using
538              their target as a temporary slot to store the return value.
539      Branch: perl
540            ! pp_ctl.c pp_hot.c t/op/mydef.t
541 ____________________________________________________________________________
542 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
543         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
544              From: Greg Matheson <lang@ms.chinmin.edu.tw>
545              Date: Mon, 2 Feb 2004 16:52:44 +0800
546              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
547      Branch: perl
548            ! win32/makefile.mk
549 ____________________________________________________________________________
550 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
551         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
552              From: Steve Hay <steve.hay@uk.radan.com>
553              Date: Fri, 06 Feb 2004 12:44:05 +0000
554              Message-ID: <40238C15.2090200@uk.radan.com>
555      Branch: perl
556            ! pod/perlapi.pod sv.h
557 ____________________________________________________________________________
558 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
559         Log: Subject: [PATCH] Fix absolute path handling in installhtml
560              From: Steve Hay <steve.hay@uk.radan.com>
561              Date: Fri, 06 Feb 2004 16:14:14 +0000
562              Message-ID: <4023BD56.6090903@uk.radan.com>
563      Branch: perl
564            ! installhtml
565 ____________________________________________________________________________
566 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
567         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
568              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
569              Date: Sat, 07 Feb 2004 00:08:36 +0900
570              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
571      Branch: perl
572            ! pod/perlunicode.pod
573 ____________________________________________________________________________
574 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
575         Log: Comment to record why we can't clear placeholders in hsplit
576      Branch: perl
577            ! hv.c
578 ____________________________________________________________________________
579 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
580         Log: deleting keys in restricted hashes was leaking the entry. Yow!
581      Branch: perl
582            ! hv.c lib/Hash/Util.t
583 ____________________________________________________________________________
584 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
585         Log: Now hv_delete is able to ingore placeholders.
586              (This is an XS visible change in the hash API. But not of documented
587              behaviour)
588      Branch: perl
589            ! hv.c
590 ____________________________________________________________________________
591 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
592         Log: All whitespace is equal, but some whitespace is more equal than others
593              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
594      Branch: perl
595            ! MANIFEST
596 ____________________________________________________________________________
597 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
598         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
599              than using the iterator interface and calling hv_delete
600              This will allow hv_delete to be simplified to remove most of the
601              special casing related to placeholders.
602      Branch: perl
603            ! hv.c
604 ____________________________________________________________________________
605 [ 22273] By: merijn                                on 2004/02/06  11:47:14
606         Log: Added hints_4.sh for specific AIX 4 support
607              this is the next stage in the general cleanup process
608              for the AIX hints. More to come
609      Branch: perl
610            + hints/aix_4.sh
611            ! MANIFEST
612 ____________________________________________________________________________
613 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
614         Log: Fix a non-standard NAME pod section
615              (by Smylers and Casey West)
616      Branch: perl
617            ! lib/Carp/Heavy.pm
618 ____________________________________________________________________________
619 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
620         Log: The "my $_" wasn't nice with foreach loops.
621      Branch: perl
622            ! op.c t/op/mydef.t
623 ____________________________________________________________________________
624 [ 22267] By: merijn                                on 2004/02/04  10:24:33
625         Log: AIX 3 support removed from default hints after its separation
626      Branch: perl
627            ! hints/aix.sh
628 ____________________________________________________________________________
629 [ 22266] By: merijn                                on 2004/02/04  10:16:20
630         Log: AIX 3 hints split off from default hints in preparation
631              of a hint file cleanup. aix_4.sh will follow soon
632      Branch: perl
633            + hints/aix_3.sh
634            ! MANIFEST
635 ____________________________________________________________________________
636 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
637         Log: More docs and tests for "my $_".
638      Branch: perl
639            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
640 ____________________________________________________________________________
641 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
642         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
643              From: John Peacock <jpeacock@rowman.com>
644              Date: Sun, 01 Feb 2004 21:10:07 -0500
645              Message-ID: <401DB17F.5060808@rowman.com>
646      Branch: perl
647            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
648            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
649 ____________________________________________________________________________
650 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
651         Log: Implement "my $_".
652      Branch: perl
653            + t/op/mydef.t
654            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
655            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
656            ! pp_ctl.c pp_hot.c regexec.c toke.c
657 ____________________________________________________________________________
658 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
659         Log: Regenerate perlapi.pod.
660      Branch: perl
661            ! pod/perlapi.pod
662 ____________________________________________________________________________
663 [ 22261] By: merijn                                on 2004/02/03  12:57:37
664         Log: If someone chooses xlc as default C compiler, threaded builds
665              will fail, unless converted to cc_r
666      Branch: perl
667            ! hints/aix.sh
668 ____________________________________________________________________________
669 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
670         Log: Subject: patch for IRIX/gcc link issues
671              From: Martin Pool <mbp@samba.org>
672              Date: Wed, 28 Jan 2004 10:56:25 +1100
673              Message-ID: <20040127235624.GA32612@hp.com>
674      Branch: perl
675            ! hints/irix_6.sh
676 ____________________________________________________________________________
677 [ 22259] By: davem                                 on 2004/02/01  17:42:44
678         Log: update fix to Shell.pm in change #22254: make /dev/null portable
679      Branch: perl
680            ! lib/Shell.pm
681 ____________________________________________________________________________
682 [ 22258] By: davem                                 on 2004/02/01  17:40:02
683         Log: Subject: Re: [perl #15063] /tmp issues
684              From: Solar Designer <solar@openwall.com> 
685              Date: Mon, 26 Jan 2004 01:22:18 +0300
686              Message-ID: <20040125222218.GA13499@openwall.com>
687              
688              Remove insecure usage of /tmp from code and documentation
689      Branch: perl
690            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
691            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
692            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
693            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
694            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
695            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
696            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
697            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
698            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
699            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
700            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
701            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
702            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
703            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
704            ! utils/c2ph.PL
705 ____________________________________________________________________________
706 [ 22257] By: davem                                 on 2004/02/01  15:46:24
707         Log: threads documentation: fork on UNIX might not copy all threads.
708      Branch: perl
709            ! pod/perlthrtut.pod
710 ____________________________________________________________________________
711 [ 22256] By: davem                                 on 2004/02/01  15:34:59
712         Log: add test for Change 22194: 
713              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
714      Branch: perl
715            ! t/lib/strict/subs
716 ____________________________________________________________________________
717 [ 22254] By: davem                                 on 2004/02/01  13:11:00
718         Log: Subject:  Patch for Shell.pm
719              From:  Manuel Valente <mvalente@idealx.com>
720              Date:  Tue, 27 Jan 2004 19:18:26 +0100
721              Message-Id:  <4016AB72.1080503@idealx.com>
722              
723              New option for Shell.pm to discard stderr instead of capturing it
724      Branch: perl
725            ! lib/Shell.pm
726 ____________________________________________________________________________
727 [ 22253] By: davem                                 on 2004/02/01  11:26:47
728         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
729              timeout triggers
730      Branch: perl
731            ! ext/Time/HiRes/t/HiRes.t
732 ____________________________________________________________________________
733 [ 22252] By: chip                                  on 2004/01/31  17:29:05
734         Log: Don't show code closing STD{IN,OUT} before reopening, because
735              doing so is unnecessary and occasionally harmful.
736      Branch: perl
737            ! pod/perlfork.pod pod/perlfunc.pod
738 ____________________________________________________________________________
739 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
740         Log: Another undocumented use of $_ : with reverse().
741      Branch: perl
742            ! pod/perlfunc.pod
743 ____________________________________________________________________________
744 [ 22247] By: merijn                                on 2004/01/30  08:18:28
745         Log: Drop optimization for -O3 *and higher*
746      Branch: perl
747            ! ext/Storable/hints/linux.pl
748 ____________________________________________________________________________
749 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
750         Log: Regenerate perlapi.pod.
751      Branch: perl
752            ! pod/perlapi.pod
753 ____________________________________________________________________________
754 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
755         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ 
756              From: hv@crypt.org
757              Date: Thu, 29 Jan 2004 15:12:12 +0000
758              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
759      Branch: perl
760            ! pp_hot.c t/op/pat.t
761 ____________________________________________________________________________
762 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
763         Log: I'm the new maintainer of Switch.
764              Sync with the CPAN version of Switch 2.10.
765      Branch: perl
766            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
767 ____________________________________________________________________________
768 [ 22243] By: merijn                                on 2004/01/28  20:30:40
769         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
770              Date: Fri, 23 Jan 2004 09:36:27 -0600
771              From: David Favor <david@davidfavor.com>
772              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
773              so no compilation stack limits are imposed.
774      Branch: perl
775            ! hints/aix.sh
776 ____________________________________________________________________________
777 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
778         Log: Update perl591delta.pod with what we've done so far.
779      Branch: perl
780            ! pod/perl591delta.pod
781 ____________________________________________________________________________
782 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
783         Log: Regenerate Changes.
784              Only include changes from the perl branch.
785      Branch: perl
786            ! Changes
787 ____________________________________________________________________________
788 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
789         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
790              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
791      Branch: perl
792            ! ext/Storable/hints/linux.pl
793 ____________________________________________________________________________
794 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
795         Log: More punctuation, good.
796      Branch: perl
797            ! pod/perlfunc.pod
798 ____________________________________________________________________________
799 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
800         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
801              From: Brendan O'Dea <bod@debian.org>
802              Date: Sun, 25 Jan 2004 11:23:48 +1100
803              Message-ID: <20040125002348.GA31407@londo.c47.org>
804      Branch: perl
805            ! pod/perlfunc.pod
806 ____________________________________________________________________________
807 [ 22227] By: davem                                 on 2004/01/26  23:53:06
808         Log: Subject:  [PATCH] myconfig.SH
809              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
810              Date:  Sun, 25 Jan 2004 22:11:25 -0600
811              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
812              
813              make perl -V show the major release as 5 rather than 5.0
814      Branch: perl
815            ! myconfig.SH
816 ____________________________________________________________________________
817 [ 22224] By: merijn                                on 2004/01/26  22:10:13
818         Log: Document change 22192
819              We still need tests!
820      Branch: perl
821            ! lib/Exporter.pm
822 ____________________________________________________________________________
823 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
824         Log: Subject: [PATCH] fix vmsish.t #25
825              From: "Craig A. Berry" <craigberry@mac.com>
826              Date: Sat, 24 Jan 2004 18:45:35 -0600
827              Message-ID: <401311AF.1060706@mac.com>
828      Branch: perl
829            ! lib/vmsish.t
830 ____________________________________________________________________________
831 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
832         Log: Merge dynamic perldelta from maint (22081)
833              So now perldelta.pod is copied at build time from perl591delta.pod
834              perl590delta.pod is as released to CPAN by Hugo
835              Regen lots of makefiles, pods and the MANIFEST
836      Branch: perl
837            + pod/perl591delta.pod
838           +> pod/perl590delta.pod
839            - pod/perldelta.pod
840            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
841            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
842            ! win32/pod.mak
843 ____________________________________________________________________________
844 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
845         Log: Remove the caveat about detached threads crashing on Windows
846              (fixed by #22201). Bump up the version of threads.pm.
847      Branch: perl
848            ! ext/threads/threads.pm
849 ____________________________________________________________________________
850 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
851         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
852              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
853      Branch: perl
854            ! ext/Storable/t/threads.t
855 ____________________________________________________________________________
856 [ 22216] By: davem                                 on 2004/01/25  12:06:04
857         Log: update MANIFEST for 2 new Storable test files introduced by 22205
858      Branch: perl
859            ! MANIFEST
860 ____________________________________________________________________________
861 [ 22215] By: davem                                 on 2004/01/25  12:00:04
862         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
863      Branch: perl
864            ! t/op/closure.t
865 ____________________________________________________________________________
866 [ 22209] By: davem                                 on 2004/01/25  02:04:23
867         Log: Remove small memory leak in newATTRSUB that manifested as a
868              leaking scalar after the interpeter was cloned
869      Branch: perl
870            ! op.c
871 ____________________________________________________________________________
872 [ 22208] By: davem                                 on 2004/01/24  16:13:17
873         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
874              package's \%FIELDS, results in phash deprecation errors. 
875              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
876              Date:  18 Jan 2004 15:15:46 -0000
877              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
878      Branch: perl
879            ! lib/base.pm lib/base/t/fields-base.t
880 ____________________________________________________________________________
881 [ 22207] By: davem                                 on 2004/01/24  15:36:28
882         Log: Subject:  Re: Doc patches for File::Find 
883              From:  Mark Jason Dominus <mjd@plover.com>
884              Date:  Thu, 22 Jan 2004 09:30:58 -0500
885              Message-Id:  <20040122143058.29226.qmail@plover.com>
886              
887              Better document the fact that neither find() nor finddepth() do a
888              breath-first search.
889      Branch: perl
890            ! lib/File/Find.pm
891 ____________________________________________________________________________
892 [ 22206] By: ams                                   on 2004/01/24  11:06:51
893         Log: Subject: [PATCH] Storable-2.08/t/code.t
894              From: Slaven Rezic <slaven@rezic.de>
895              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
896              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
897      Branch: perl
898            ! ext/Storable/t/code.t
899 ____________________________________________________________________________
900 [ 22205] By: ams                                   on 2004/01/24  11:03:36
901         Log: Subject: [patch] make Storable thread-safe
902              From: Stas Bekman <stas@stason.org>
903              Date: Mon, 19 Jan 2004 00:20:02 -0800
904              Message-Id: <400B9332.4070106@stason.org>
905              
906              Subject: Re: Subroutine reference bug in Storable
907              From: Slaven Rezic <slaven@rezic.de>
908              Date: 14 Nov 2003 23:22:55 +0100
909              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
910              
911              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
912              overload + cyclic structures
913              From: Sam Vilain <sam@vilain.net>
914              Date: Tue, 20 Jan 2004 22:30:15 +1300
915              Message-Id: <200401202230.15865.sam@vilain.net>
916      Branch: perl
917            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
918            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
919            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
920            ! ext/Storable/t/code.t
921 ____________________________________________________________________________
922 [ 22204] By: ams                                   on 2004/01/24  08:59:11
923         Log: Upgrade to Locale::Maketext 1.08.
924      Branch: perl
925            + lib/Locale/Maketext/t/06super.t
926            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
927            ! lib/Locale/Maketext/TPJ13.pod
928 ____________________________________________________________________________
929 [ 22203] By: davem                                 on 2004/01/23  23:06:49
930         Log: make some t/op/write.t failures more verbose
931      Branch: perl
932            ! t/op/write.t
933 ____________________________________________________________________________
934 [ 22201] By: davem                                 on 2004/01/23  22:26:47
935         Log: Subject:  Re: threads::shared::queue;
936              From:  Jan Dubois <jand@ActiveState.com>
937              Date:  Thu, 22 Jan 2004 19:18:46 -0800
938              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
939              
940              Avoid threads+win32 crash by freeing Perl interpreter slightly later
941      Branch: perl
942            ! ext/threads/threads.xs
943 ____________________________________________________________________________
944 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
945         Log: test that use encoding; doesn't cause references to be stringified
946      Branch: perl
947            ! t/uni/chomp.t
948 ____________________________________________________________________________
949 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
950         Log: Document chomp's travels in the wonderful world of use encoding;
951      Branch: perl
952            ! pod/perlfunc.pod
953 ____________________________________________________________________________
954 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
955         Log: Check the return values of chomp
956              (more tricky than it may seem, as the return value is unicode)
957      Branch: perl
958            ! t/uni/chomp.t
959 ____________________________________________________________________________
960 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
961         Log: Test return values of all chomps
962      Branch: perl
963            ! t/op/chop.t
964 ____________________________________________________________________________
965 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
966         Log: Subject: Re: [perl #24888] chomp ignores utf8
967              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
968              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
969              Date: Fri, 16 Jan 2004 04:13:00 +0900
970      Branch: perl
971            + t/uni/chomp.t
972            ! MANIFEST doop.c t/op/chop.t
973 ____________________________________________________________________________
974 [ 22195] By: davem                                 on 2004/01/22  20:48:03
975         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
976              From: Steve Hay <steve.hay@uk.radan.com>
977              Date: Thu, 22 Jan 2004 17:08:29 +0000
978              Message-ID: <4010038D.4070104@uk.radan.com>
979      Branch: perl
980            + win32/makeico.pl win32/perlexe.rc
981            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
982 ____________________________________________________________________________
983 [ 22194] By: davem                                 on 2004/01/22  00:24:51
984         Log: C<use strict; print if foo> didn't give the
985              "Bareword not allowed" error unless warnings were enabled
986      Branch: perl
987            ! op.c
988 ____________________________________________________________________________
989 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
990         Log: Convert the older parts of op/bop.t over to test.pl
991      Branch: perl
992            ! t/op/bop.t
993 ____________________________________________________________________________
994 [ 22192] By: merijn                                on 2004/01/21  21:10:10
995         Log: ':flock' not recognized unless it's first
996              Exporter::Heavy now will treat :, /, and ! special in
997              all arguments, not only if the _first_ arg starts with it
998              Date: Wed, 21 Jan 2004 08:32:47 -0500
999              Message-ID: <20040121133248.3359.qmail@plover.com>
1000      Branch: perl
1001            ! lib/Exporter/Heavy.pm
1002 ____________________________________________________________________________
1003 [ 22191] By: davem                                 on 2004/01/21  20:45:48
1004         Log: Subject:  PATCH for perl-5.8.4
1005              From:  "Edward S. Peschko" <esp5@pge.com>
1006              Date:  Mon, 19 Jan 2004 17:21:18 -0800
1007              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
1008              
1009              Add @DynaLoader::dl_shared_objects feature
1010      Branch: perl
1011            ! ext/DynaLoader/DynaLoader_pm.PL
1012 ____________________________________________________________________________
1013 [ 22190] By: davem                                 on 2004/01/21  20:14:51
1014         Log: remove the platform dependencies of the write.t tests introduced
1015              by change #22161, by hard-coding the expected outputs rather
1016              than using sprintf('%f').
1017      Branch: perl
1018            ! t/op/write.t
1019 ____________________________________________________________________________
1020 [ 22189] By: davem                                 on 2004/01/20  22:41:14
1021         Log: Fix typo in patch #22188
1022      Branch: perl
1023            ! pod/perlfunc.pod
1024 ____________________________________________________________________________
1025 [ 22188] By: davem                                 on 2004/01/20  22:36:10
1026         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
1027              and %x too.
1028      Branch: perl
1029            ! pod/perlfunc.pod
1030 ____________________________________________________________________________
1031 [ 22187] By: davem                                 on 2004/01/20  22:27:50
1032         Log: "sub foo :unique" segfaults
1033              
1034              Turn these two into compile-time errors until such time as
1035              someone thinks of a useful meaning for them:
1036              my $x : unique
1037              sub foo : unique
1038      Branch: perl
1039            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
1040 ____________________________________________________________________________
1041 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
1042         Log: Add a new test file for situations where threads may interfere.
1043              Subject: Re: "restricted hashes" hit again !
1044              From: Stas Bekman <stas@stason.org>
1045              Date: Tue, 23 Dec 2003 15:32:26 -0800
1046              Message-ID: <3FE8D08A.4090806@stason.org>
1047      Branch: perl
1048            + t/op/threads.t
1049            ! MANIFEST
1050 ____________________________________________________________________________
1051 [ 22185] By: davem                                 on 2004/01/20  21:01:08
1052         Log: Document CVf_UNIQUE flag better
1053      Branch: perl
1054            ! cv.h
1055 ____________________________________________________________________________
1056 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
1057         Log: Fix precedence errors and add some cleanup in the new
1058              DBM_Filter tests
1059      Branch: perl
1060            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
1061 ____________________________________________________________________________
1062 [ 22182] By: davem                                 on 2004/01/20  00:16:42
1063         Log: second attempt to fix [perl #24914] freeing a CV reference that was
1064              currently being executed caused coredumps. The dounwind called by
1065              die unwinds all the contexts on the context stack before unwinding
1066              the save stack.  To stop premature freeing of the CV, hold
1067              references to it on both stacks.
1068      Branch: perl
1069            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
1070 ____________________________________________________________________________
1071 [ 22181] By: davem                                 on 2004/01/19  23:41:37
1072         Log: change #22071 (taint bug in $^0) introduced a potential double
1073              free(), because PL_osname may get freed but not nulled if a taint
1074              test fails in between. Mea cupla and all that...
1075      Branch: perl
1076            ! mg.c
1077 ____________________________________________________________________________
1078 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
1079         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
1080              From: Gisle Aas <gisle@ActiveState.com>
1081              Date: 17 Jan 2004 01:29:02 -0800
1082              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
1083              (test rewritten to fit in blead)
1084      Branch: perl
1085            ! pp.c t/op/bop.t
1086 ____________________________________________________________________________
1087 [ 22179] By: merijn                                on 2004/01/19  21:36:48
1088         Log: Subject: [PATCH] dl_unload_file for HP-UX
1089              Date: Mon, 12 Jan 2004 07:49:44 -0800
1090              From: Neil Watkiss <neil.watkiss@sophos.com>
1091              Message-ID: <20040112154944.GA15412@ActiveState.com>
1092      Branch: perl
1093            ! ext/DynaLoader/dl_hpux.xs
1094 ____________________________________________________________________________
1095 [ 22177] By: merijn                                on 2004/01/19  16:11:22
1096         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
1097              See INSTALL for more details
1098      Branch: perl
1099            ! Configure
1100 ____________________________________________________________________________
1101 [ 22175] By: merijn                                on 2004/01/19  16:05:50
1102         Log: Describe how to limit the perl's default @INC during Configure
1103              to _not_ include older versions
1104      Branch: perl
1105            ! INSTALL
1106 ____________________________________________________________________________
1107 [ 22174] By: merijn                                on 2004/01/19  10:41:24
1108         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
1109              Date: Sun, 18 Jan 2004 12:51:23 -0600
1110              From: "Craig A. Berry" <craigberry@mac.com>
1111              Message-ID: <400AD5AB.3080708@mac.com>
1112      Branch: perl
1113            ! perlio.c
1114 ____________________________________________________________________________
1115 [ 22173] By: merijn                                on 2004/01/19  10:27:53
1116         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
1117              Date: Sun, 18 Jan 2004 17:03:30 -0600
1118              From: "Craig A. Berry" <craigberry@mac.com>
1119              Message-ID: <400B10C2.9060504@mac.com>
1120      Branch: perl
1121            ! configure.com
1122 ____________________________________________________________________________
1123 [ 22172] By: davem                                 on 2004/01/17  23:58:04
1124         Log: back out change #24914 "freeing a CV reference that was currently
1125              being executed caused coredumps".
1126              The new test case sometimes locks up linux's malloc, and with
1127              Perl's malloc the test code still coredumps :-(
1128      Branch: perl
1129            ! perl.c scope.c scope.h sv.c t/op/closure.t
1130 ____________________________________________________________________________
1131 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
1132         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
1133              From: "Green, Paul" <Paul.Green@stratus.com>
1134              Date: Thu, 15 Jan 2004 16:00:15 -0500
1135              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
1136      Branch: perl
1137            ! README.vos hv.c pp_pack.c vos/Changes
1138 ____________________________________________________________________________
1139 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
1140         Log: Subject: Re: open/or inconsistency
1141              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1142              Date: Sat, 17 Jan 2004 19:59:55 +0900
1143              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
1144              (plus a test.)
1145              Don't produce the warning for constructs like
1146              open my $fh, $file or die;
1147      Branch: perl
1148            ! op.c t/lib/warnings/op
1149 ____________________________________________________________________________
1150 [ 22169] By: davem                                 on 2004/01/17  18:02:31
1151         Log: Subject:  Perl core dumps when running out of memory [PATCH]
1152              From:  Gisle Aas <gisle@ActiveState.com>
1153              Date:  17 Jan 2004 06:18:13 -0800
1154              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
1155              
1156              Display 'out of memeory' errors using low-level I/O to avoid
1157              recursive failure and so coredumps.
1158      Branch: perl
1159            ! util.c
1160 ____________________________________________________________________________
1161 [ 22168] By: davem                                 on 2004/01/17  17:38:21
1162         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1163              Subject: [PATCH ] Enhanced DBM Filters
1164              Date: Sat, 17 Jan 2004 16:44:53 -0000
1165              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
1166              
1167              add DBM_Filter
1168      Branch: perl
1169            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
1170            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
1171            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
1172            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
1173            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
1174            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
1175            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
1176            + lib/dbm_filter_util.pl
1177            ! MANIFEST
1178 ____________________________________________________________________________
1179 [ 22167] By: davem                                 on 2004/01/17  16:12:32
1180         Log: freeing a CV reference that was currently being
1181              executed caused coredumps
1182      Branch: perl
1183            ! perl.c scope.c scope.h sv.c t/op/closure.t
1184 ____________________________________________________________________________
1185 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
1186         Log: Integrate final perl583delta
1187      Branch: perl
1188           !> pod/perl583delta.pod
1189 ____________________________________________________________________________
1190 [ 22163] By: davem                                 on 2004/01/16  19:24:14
1191         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
1192              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
1193              Date:  Thu, 15 Jan 2004 14:10:37 -0800
1194              Message-Id:  <20040115221037.GA2392@efn.org>
1195              
1196              Add sv_2iv_flags() to allow magic to be optionally processed.
1197      Branch: perl
1198            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
1199            ! proto.h sv.c sv.h t/op/bop.t
1200 ____________________________________________________________________________
1201 [ 22162] By: davem                                 on 2004/01/16  16:39:17
1202         Log: format bug with undefined _TOP
1203              name of format_TOP now derived from the name of the current
1204              filehandle rather then the name of the  format associetd with that
1205              handle
1206      Branch: perl
1207            ! pp_sys.c t/op/write.t
1208 ____________________________________________________________________________
1209 [ 22161] By: davem                                 on 2004/01/16  13:29:26
1210         Log: Subject: [PATCH] format/write (version 2)
1211              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
1212              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
1213              
1214              Fixes and additions to formats:
1215              
1216              Improvement: NULL chars in picture line
1217              Bugfix: C<@*> shown in output if not alone on a line
1218              New feature: C<^*> for variable-width, one-line-at-a-time text
1219              Improvement: Diagnostic on C<@#> and C<~~>
1220              Bugfix: Segmentation fault on big numbers
1221              Improvement (maybe): Truncation of numbers produces misleading output
1222              Bugfix: "}" terminates format
1223              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
1224      Branch: perl
1225            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
1226            ! pp_ctl.c proto.h t/op/write.t toke.c
1227 ____________________________________________________________________________
1228 [ 22160] By: davem                                 on 2004/01/15  23:49:02
1229         Log: buigid #24905 - the code planted to call glob() retained an
1230              extraneous targ index in a pushmark op, leasing to strangeness
1231              when the op was freed
1232      Branch: perl
1233            ! op.c
1234 ____________________________________________________________________________
1235 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
1236         Log: Upgrade to Time::HiRes 1.55
1237      Branch: perl
1238            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1239            ! ext/Time/HiRes/HiRes.xs
1240 ____________________________________________________________________________
1241 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
1242         Log: Make chomp heed the utf8 flags on the target string and $/
1243              [Fixes #24888]
1244              More work still needed to make chomp heed the encoding pragma.
1245      Branch: perl
1246            ! doop.c t/op/chop.t
1247 ____________________________________________________________________________
1248 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
1249         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
1250              [Forgot to do this as part of the integration]
1251      Branch: perl
1252            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
1253            ! vms/descrip_mms.template win32/pod.mak
1254 ____________________________________________________________________________
1255 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
1256         Log: Integrate:
1257              [ 22143]
1258              We're planning on making history today. Mind you, not that much -
1259              only 1 line.
1260              
1261              perl583delta.pod
1262      Branch: perl
1263           +> pod/perl583delta.pod
1264            ! MANIFEST
1265           !> pod/perlhist.pod
1266 ____________________________________________________________________________
1267 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
1268         Log: Bump version number as file has changed since 5.8.2
1269      Branch: perl
1270            ! lib/File/Find.pm
1271 ____________________________________________________________________________
1272 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
1273         Log: Subject:  Doc patches for File::Find
1274              From:  Andy Lester <andy@petdance.com>
1275              Date:  Mon, 12 Jan 2004 00:10:50 -0600
1276              Message-Id:  <20040112061050.GB7308@petdance.com>
1277      Branch: perl
1278            ! lib/File/Find.pm
1279 ____________________________________________________________________________
1280 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
1281         Log: Assimilate CGI 3.03
1282      Branch: perl
1283            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
1284 ____________________________________________________________________________
1285 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
1286         Log: Add VMS to the list of "don't fork" OSes
1287              [In the most simple way possible. Fix this properly post 5.8.3
1288              to use $Config{d_fork} or something more robust]
1289      Branch: perl
1290            ! ext/threads/shared/t/wait.t
1291 ____________________________________________________________________________
1292 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
1293         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
1294              From: Tels <perl_dummy@bloodgate.com>
1295              Date: Tue, 13 Jan 2004 19:28:48 +0100
1296              Message-Id: <200401131928.50247@bloodgate.com>
1297      Branch: perl
1298            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1299            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
1300            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1301            ! lib/Math/BigInt/t/sub_mbi.t
1302 ____________________________________________________________________________
1303 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
1304         Log: MANIFEST adjustment.
1305      Branch: perl
1306            ! MANIFEST
1307 ____________________________________________________________________________
1308 [ 22126] By: ams                                   on 2004/01/13  07:16:33
1309         Log: Upgrade to Locale::Maketext 1.07.
1310      Branch: perl
1311            + lib/Locale/Maketext/t/04super.t
1312            + lib/Locale/Maketext/t/05super.t
1313            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1314            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
1315 ____________________________________________________________________________
1316 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
1317         Log: Document usage of $_ and pos() inside /(?{...})/.
1318              (see change #2367.)
1319      Branch: perl
1320            ! pod/perlre.pod
1321 ____________________________________________________________________________
1322 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
1323         Log: Upgrade to MIME::Base64 2.23.
1324      Branch: perl
1325            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1326            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
1327 ____________________________________________________________________________
1328 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
1329         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
1330              From: Robin Barker <Robin.Barker@npl.co.uk>
1331              Date: Thu, 8 Jan 2004 16:21:25 -0000 
1332              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
1333      Branch: perl
1334            ! handy.h
1335 ____________________________________________________________________________
1336 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
1337         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
1338              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
1339              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
1340              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
1341      Branch: perl
1342            ! ext/threads/shared/t/wait.t
1343 ____________________________________________________________________________
1344 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
1345         Log: use sv_setpvn rather than sv_setpv and save a strlen()
1346      Branch: perl
1347            ! doop.c
1348 ____________________________________________________________________________
1349 [ 22120] By: merijn                                on 2004/01/12  13:04:42
1350         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
1351              From: Gisle Aas <gisle@ActiveState.com>
1352              Date: 12 Jan 2004 02:35:27 -0800
1353              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
1354      Branch: perl
1355            ! Configure
1356 ____________________________________________________________________________
1357 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
1358         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] 
1359              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1360              Date: Mon, 12 Jan 2004 11:19:37 +0900
1361              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
1362      Branch: perl
1363            ! doop.c t/op/join.t
1364 ____________________________________________________________________________
1365 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
1366         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
1367              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
1368              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
1369              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
1370      Branch: perl
1371            ! ext/threads/shared/t/wait.t
1372 ____________________________________________________________________________
1373 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
1374         Log: Regenerate win32/Makefile and win32/makefile.mk after
1375              
1376              Integrate:
1377              [ 22081]
1378              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
1379              a copy to be made at build time.
1380              
1381              [ 22111]
1382              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
1383              From: Abe Timmerman <abe@ztreet.demon.nl>
1384              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
1385              Date: Sun, 11 Jan 2004 18:13:40 +0100
1386              
1387              plus revert 22092 and 22080
1388      Branch: perl
1389            ! pod.lst win32/Makefile win32/makefile.mk
1390           !> pod/buildtoc
1391 ____________________________________________________________________________
1392 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
1393         Log: Upgrade to Cwd 2.14.
1394      Branch: perl
1395            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
1396 ____________________________________________________________________________
1397 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
1398         Log: Upgrade to Math::BigRat 0.11
1399              
1400              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
1401              From: Tels <perl_dummy@bloodgate.com>
1402              Date: Wed, 7 Jan 2004 18:30:06 +0100
1403              Message-Id: <200401071830.07445@bloodgate.com>
1404      Branch: perl
1405            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
1406            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
1407 ____________________________________________________________________________
1408 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
1409         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
1410              From: Steve Hay <steve.hay@uk.radan.com>
1411              Date: Wed, 07 Jan 2004 13:22:30 +0000
1412              Message-ID: <3FFC0816.9090406@uk.radan.com>
1413              
1414              (and increment version number in Carp)
1415      Branch: perl
1416            ! lib/Carp.pm lib/Carp/Heavy.pm
1417 ____________________________________________________________________________
1418 [ 22108] By: adi                                   on 2004/01/10  21:33:59
1419         Log: documentation nit
1420      Branch: perl
1421            ! pod/perlop.pod
1422 ____________________________________________________________________________
1423 [ 22107] By: adi                                   on 2004/01/10  20:19:09
1424         Log: nit to Bytecode - the av_extend opcode wasn't saved when
1425              the array had AvFILL == 0
1426      Branch: perl
1427            ! ext/B/B/Assembler.pm
1428 ____________________________________________________________________________
1429 [ 22106] By: adi                                   on 2004/01/10  20:16:03
1430         Log: still problems with backreferences + reverse cloning
1431              after #21936 - the weak reference may live on the pad.
1432      Branch: perl
1433            ! sv.c
1434 ____________________________________________________________________________
1435 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
1436         Log: Bah. Makefile.PL still tests the sub-MANIFEST
1437      Branch: perl
1438            ! ext/Storable/MANIFEST
1439 ____________________________________________________________________________
1440 [ 22103] By: davem                                 on 2004/01/09  12:20:38
1441         Log: temporarily backout test of thread returning a closure. It crashes
1442              win32.
1443      Branch: perl
1444            ! ext/threads/t/problems.t
1445 ____________________________________________________________________________
1446 [ 22102] By: davem                                 on 2004/01/08  22:32:28
1447         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
1448              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
1449              
1450              Returning a closure from a thread (via join) could mess up because
1451              pointers to PL_sv_undef weren't rejigged to point at the joiner's
1452              version of PL_sv_undef. Also, the closure's CvGV got cloned too
1453              but never freed, since CvGV isn't refcounted.
1454      Branch: perl
1455            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
1456 ____________________________________________________________________________
1457 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
1458         Log: perl582delta.pod was not in the MANIFEST.
1459      Branch: perl
1460            ! MANIFEST
1461 ____________________________________________________________________________
1462 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
1463         Log: Integrate:
1464              [ 22093]
1465              Graham says that the search.cpan.org pod finder hashes on name
1466              The 4 files all thinking they are perldelta.pod confuses it.
1467      Branch: perl
1468           +> pod/perl582delta.pod
1469           !> pod/perl581delta.pod pod/perl58delta.pod
1470 ____________________________________________________________________________
1471 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
1472         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
1473              From: Abigail <abigail@abigail.nl>
1474              Message-ID: <20040107230027.GC393@abigail.nl>
1475              Date: Thu, 8 Jan 2004 00:00:27 +0100
1476      Branch: perl
1477            ! pod/perlhist.pod
1478 ____________________________________________________________________________
1479 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
1480         Log: 
1481              22088 22089 22090 (datestamp corrections - let's see if this really
1482              works)
1483      Branch: perl
1484           !> (integrate 35 files)
1485 ____________________________________________________________________________
1486 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
1487         Log: Hardcoded numerical flag masks. Bad.
1488      Branch: perl
1489            ! doop.c
1490 ____________________________________________________________________________
1491 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
1492         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
1493              so that re will build properly on Win32. Thanks to Steve Hay for
1494              trying COW and finding the problems.
1495      Branch: perl
1496            ! embed.fnc embed.h
1497 ____________________________________________________________________________
1498 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
1499         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
1500      Branch: perl
1501            + t/run/switch0.t
1502            ! MANIFEST perl.c
1503 ____________________________________________________________________________
1504 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
1505         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
1506              like this pre 5.8.1, I suspect that no-one has used it recently.
1507      Branch: perl
1508            ! win32/makefile.mk
1509 ____________________________________________________________________________
1510 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
1511         Log: The TODO tag should be included also when a TODO test succeeds,
1512              so it's reported by the test harness
1513      Branch: perl
1514            ! t/op/write.t
1515 ____________________________________________________________________________
1516 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
1517         Log: This TODO test seems to pass now.
1518      Branch: perl
1519            ! t/op/write.t
1520 ____________________________________________________________________________
1521 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
1522         Log: Some of the bitwise manipulation PP functions weren't checking
1523              whether their arguments were magical before using them.
1524              (bug [#24816]).
1525      Branch: perl
1526            ! pp.c
1527 ____________________________________________________________________________
1528 [ 22071] By: davem                                 on 2004/01/05  22:17:04
1529         Log: 
1530              stop $^O getting tainted on read access, and disallow tainted
1531              assignment to it
1532      Branch: perl
1533            ! mg.c t/op/taint.t
1534 ____________________________________________________________________________
1535 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
1536         Log: Some mandatory syntax warnings emitted by the lexer weren't
1537              disableable (bug [perl #24815]).
1538      Branch: perl
1539            ! pod/perldiag.pod t/lib/warnings/toke toke.c
1540 ____________________________________________________________________________
1541 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
1542         Log: Change the flag logic in buildtoc
1543      Branch: perl
1544            ! pod.lst pod/buildtoc
1545 ____________________________________________________________________________
1546 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
1547         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
1548      Branch: perl
1549            ! pod/buildtoc
1550 ____________________________________________________________________________
1551 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
1552         Log: Subject: [PATCH] skip num.t #47 on VMS
1553              From: "Craig A. Berry" <craigberry@mac.com>
1554              Date: Sun, 04 Jan 2004 23:16:26 -0600
1555              Message-ID: <3FF8F32A.5000108@mac.com>
1556      Branch: perl
1557            ! t/base/num.t
1558 ____________________________________________________________________________
1559 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
1560         Log: Subject: [PATCH configure.com] future-proof signal check
1561              From: "Craig A. Berry" <craigberry@mac.com>
1562              Date: Sun, 04 Jan 2004 22:53:40 -0600
1563              Message-ID: <3FF8EDD4.3080308@mac.com>
1564      Branch: perl
1565            ! configure.com
1566 ____________________________________________________________________________
1567 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
1568         Log: Upgrade to Cwd 2.13
1569      Branch: perl
1570            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
1571 ____________________________________________________________________________
1572 [ 22055] By: davem                                 on 2004/01/04  19:34:36
1573         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
1574              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
1575              Date: Fri, 2 Jan 2004 11:31:46 +0100 
1576              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
1577              
1578              eval of of a truncated format should fail
1579      Branch: perl
1580            ! t/op/write.t toke.c
1581 ____________________________________________________________________________
1582 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
1583         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
1584      Branch: perl
1585            ! lib/PerlIO/via/QuotedPrint.pm
1586 ____________________________________________________________________________
1587 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
1588         Log: Upgrade to Time::HiRes 1.54
1589      Branch: perl
1590            + ext/Time/HiRes/hints/solaris.pl
1591            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1592            ! ext/Time/HiRes/HiRes.xs
1593 ____________________________________________________________________________
1594 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
1595         Log: No matter how hard you proof read it, something always slips through.
1596      Branch: perl
1597            ! ext/Storable/ChangeLog
1598 ____________________________________________________________________________
1599 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
1600         Log: Fix minor problems with the CPAN release
1601              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
1602              2: Ship the linux hints file
1603              3: Ship Test::More for the benefit of Perls pre 5.6.2
1604              4: Correct Makefile.PL to install in core for 5.8.0 and later
1605      Branch: perl
1606            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
1607            ! ext/Storable/Makefile.PL ext/Storable/README
1608            ! ext/Storable/Storable.pm
1609 ____________________________________________________________________________
1610 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
1611         Log: Tidy up change #18751, so that the second parameter to unpack()
1612              defaults to $_ at compile-time, instead of run-time (like all
1613              other primitives that default to $_).
1614      Branch: perl
1615            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
1616 ____________________________________________________________________________
1617 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
1618         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
1619              documentaiton, update Arthur's e-mail address
1620      Branch: perl
1621            ! ext/threads/threads.pm
1622 ____________________________________________________________________________
1623 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
1624         Log: Use the optimization level -O2 by default on Linux/gcc.
1625              See :
1626              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
1627              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1628              Date: Thu, 1 Jan 2004 05:32:15 +0100
1629              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
1630      Branch: perl
1631            ! hints/linux.sh
1632 ____________________________________________________________________________
1633 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
1634         Log: Update debugger version number and Changes file
1635      Branch: perl
1636            ! lib/perl5db.pl
1637 ____________________________________________________________________________
1638 [ 22037] By: davem                                 on 2004/01/01  23:22:10
1639         Log: addition to 22036 (document SUPER better): superclass may be plural
1640      Branch: perl
1641            ! pod/perlbot.pod pod/perlobj.pod
1642 ____________________________________________________________________________
1643 [ 22036] By: davem                                 on 2004/01/01  22:23:11
1644         Log: Document the quirks of SUPER, especially the fact that it it
1645              relative to the current package and not to the invoking object.
1646      Branch: perl
1647            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
1648            ! pod/perltoot.pod
1649 ____________________________________________________________________________
1650 [ 22034] By: davem                                 on 2004/01/01  19:58:08
1651         Log: Fix bug #24383, where hashes with the :unique attribute weren't
1652              getting made readonly on interpreter clone. Also, remove the
1653              :unique attribute from the hashes in warnings.pm, since they may
1654              later be modified by warnings::register.  Finally, adds tests for
1655              the :unique attribute.
1656      Branch: perl
1657            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
1658 ____________________________________________________________________________
1659 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
1660         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
1661              From: Dorner Thomas <tdorner@amadeus.net>
1662              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
1663              Date: Fri, 19 Dec 2003 07:16:47 +0100
1664      Branch: perl
1665            ! t/io/utf8.t t/op/pat.t
1666 ____________________________________________________________________________
1667 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
1668         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
1669              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1670              Date: Thu, 18 Dec 2003 14:10:29 -0800
1671              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
1672      Branch: perl
1673            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
1674            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
1675            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
1676 ____________________________________________________________________________
1677 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
1678         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
1679      Branch: perl
1680            ! pod/perlunicode.pod
1681 ____________________________________________________________________________
1682 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
1683         Log: Document that detached threads aren't supported on Windows yet.
1684      Branch: perl
1685            ! ext/threads/threads.pm
1686 ____________________________________________________________________________
1687 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
1688         Log: Upgrade to Getopt::Long 2.34_01
1689      Branch: perl
1690            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
1691 ____________________________________________________________________________
1692 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
1693         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
1694              beautiful clean run of OKs. You are all getting a clean run of OKs,
1695              aren't you?
1696      Branch: perl
1697            ! lib/Test/Harness/t/00compile.t
1698 ____________________________________________________________________________
1699 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
1700         Log: Subject: [PATCH] "piconv -C 512" badly broken
1701              From: Autrijus Tang <autrijus@autrijus.org>
1702              Message-Id: <1072870210.769.5.camel@localhost>
1703              Date: Wed, 31 Dec 2003 19:30:10 +0800
1704      Branch: perl
1705            ! ext/Encode/bin/piconv
1706 ____________________________________________________________________________
1707 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
1708         Log: Upgrade to Test::Harness 2.40.
1709      Branch: perl
1710            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1711            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
1712            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
1713            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
1714            ! lib/Test/Harness/t/prove-switches.t
1715            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
1716            ! lib/Test/Harness/t/test-harness.t
1717 ____________________________________________________________________________
1718 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
1719         Log: C++ comments, bad.
1720      Branch: perl
1721            ! ext/Cwd/Cwd.xs
1722 ____________________________________________________________________________
1723 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
1724         Log: Bump VERSION numbers
1725      Branch: perl
1726            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
1727            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
1728            ! lib/diagnostics.pm
1729 ____________________________________________________________________________
1730 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
1731         Log: A patch for Test::Harness on VMS by Craig Berry
1732              (see RT CPAN bug #4745)
1733      Branch: perl
1734            ! lib/Test/Harness/Straps.pm
1735 ____________________________________________________________________________
1736 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
1737         Log: Subject: more uni doc tweakage
1738              From: Jarkko Hietaniemi <jhi@iki.fi>
1739              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
1740              Date: Tue, 30 Dec 2003 15:37:55 +0200
1741              
1742              Subject: one more pod fix
1743              From: Jarkko Hietaniemi <jhi@iki.fi>
1744              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
1745              Date: Tue, 30 Dec 2003 15:56:41 +0200
1746      Branch: perl
1747            ! lib/PerlIO.pm pod/perlunicode.pod
1748 ____________________________________________________________________________
1749 [ 22009] By: davem                                 on 2003/12/30  17:14:44
1750         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
1751      Branch: perl
1752            ! pod/perlrun.pod
1753 ____________________________________________________________________________
1754 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
1755         Log: Upgrade to Math::BigInt 1.68.
1756      Branch: perl
1757            + lib/Math/BigInt/t/bigroot.t
1758            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1759            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
1760            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
1761            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
1762            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
1763 ____________________________________________________________________________
1764 [ 22005] By: davem                                 on 2003/12/30  15:07:50
1765         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
1766              heuristics for calculating buffer size needed to compile a format
1767              didn't allow for \0
1768      Branch: perl
1769            ! pp_ctl.c t/op/write.t
1770 ____________________________________________________________________________
1771 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
1772         Log: Add a regression test for bug #24762
1773      Branch: perl
1774            ! t/comp/parser.t
1775 ____________________________________________________________________________
1776 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
1777         Log: Updates the notes about byacc in pumpkin.pod.
1778      Branch: perl
1779            ! Porting/pumpkin.pod
1780 ____________________________________________________________________________
1781 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
1782         Log: Bump up UNIVERSAL's version to 1.02
1783              (due to fix #21418)
1784      Branch: perl
1785            ! lib/UNIVERSAL.pm
1786 ____________________________________________________________________________
1787 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
1788         Log: Add Mike Pomraning
1789      Branch: perl
1790            ! AUTHORS
1791 ____________________________________________________________________________
1792 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
1793         Log: Update the README and Changes files for Switch 2.10
1794      Branch: perl
1795            ! lib/Switch/Changes lib/Switch/README
1796 ____________________________________________________________________________
1797 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
1798         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
1799      Branch: perl
1800            ! lib/Switch.pm
1801 ____________________________________________________________________________
1802 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
1803         Log: Windows hasn't getuid/setuid and friends.
1804              Therefore disable the code related to them in POSIX.xs.
1805              
1806              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
1807              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1808              Date: Mon, 29 Dec 2003 04:51:19 +0100
1809              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
1810      Branch: perl
1811            ! ext/POSIX/POSIX.xs
1812 ____________________________________________________________________________
1813 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
1814         Log: Subject: [PATCH] win32_chsize buglet
1815              From: "Kevin Chase" <kevincha99@hotmail.com>
1816              Date: Sun, 28 Dec 2003 15:48:56 -0800
1817              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
1818      Branch: perl
1819            ! win32/win32.c
1820 ____________________________________________________________________________
1821 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
1822         Log: Upgrade to Encode 1.99.
1823      Branch: perl
1824            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
1825            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
1826            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
1827            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
1828            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
1829            ! ext/Encode/ucm/macHebrew.ucm
1830 ____________________________________________________________________________
1831 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
1832         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
1833      Branch: perl
1834            ! win32/win32.c
1835 ____________________________________________________________________________
1836 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
1837         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
1838              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
1839              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
1840              Date: Thu, 25 Sep 2003 21:49:07 +0000
1841      Branch: perl
1842            ! dosish.h win32/win32.c win32/win32sck.c
1843 ____________________________________________________________________________
1844 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
1845         Log: Regenerate the perly.c patch for byacc output painless fixing
1846      Branch: perl
1847            ! perly_c.diff
1848 ____________________________________________________________________________
1849 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
1850         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
1851      Branch: perl
1852            ! perly.c perly.y vms/perly_c.vms
1853 ____________________________________________________________________________
1854 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
1855         Log: Subject: Cross compilation patches for arm.
1856              From: Redvers Davies <red@criticalintegration.com>
1857              Message-Id: <1072098653.4789.6.camel@ragefire>
1858              Date: Mon, 22 Dec 2003 08:11:34 -0500
1859      Branch: perl
1860            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
1861            ! Cross/config.sh-arm-linux Cross/installperl.patch
1862 ____________________________________________________________________________
1863 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
1864         Log: Fix bug [perl #24735] : make sure that the range (..) operator
1865              treats an undefined argument as 0 for numerical ranges and as ""
1866              for magical string ranges.
1867      Branch: perl
1868            ! pp_ctl.c t/op/range.t
1869 ____________________________________________________________________________
1870 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
1871         Log: Subject: PATCH:  *DB*_File 
1872              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1873              Date: Sat, 27 Dec 2003 20:02:30 -0000
1874              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
1875      Branch: perl
1876            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
1877            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1878            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
1879            ! ext/DB_File/typemap ext/GDBM_File/typemap
1880            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
1881            ! ext/SDBM_File/typemap
1882 ____________________________________________________________________________
1883 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
1884         Log: Straggler from Cwd
1885      Branch: perl
1886            + ext/Cwd/Changes
1887 ____________________________________________________________________________
1888 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
1889         Log: Straggler from Unicode::Collate.
1890              We need to automate this.
1891              For some value of we. (tr/w/m/ I suspect)
1892      Branch: perl
1893            + lib/Unicode/Collate/t/rearrang.t
1894 ____________________________________________________________________________
1895 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
1896         Log: Assimilate Unicode::Collate 0.33
1897      Branch: perl
1898            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
1899            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1900            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
1901            ! lib/Unicode/Collate/t/contract.t
1902            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
1903            ! lib/Unicode/Collate/t/version.t
1904 ____________________________________________________________________________
1905 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
1906         Log: Assimilate PodParser-1.26
1907      Branch: perl
1908            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1909            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
1910            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
1911            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
1912 ____________________________________________________________________________
1913 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
1914         Log: Assimilate File::Spec 0.87
1915      Branch: perl
1916            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
1917 ____________________________________________________________________________
1918 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
1919         Log: Assimilate Digest 1.05
1920      Branch: perl
1921            ! lib/Digest.pm lib/Digest/t/digest.t
1922 ____________________________________________________________________________
1923 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
1924         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
1925              21646 was only applied to core (must punt this back and thereby unfork)
1926              Need to fix test boilerplate properly for PERL_CORE
1927      Branch: perl
1928            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
1929            ! ext/Cwd/t/taint.t lib/Cwd.pm
1930 ____________________________________________________________________________
1931 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
1932         Log: Subject: [PATCH] Remove Win32 compiler warnings
1933              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1934              Date: Sat, 27 Dec 2003 17:39:20 +0100
1935              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
1936      Branch: perl
1937            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
1938 ____________________________________________________________________________
1939 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
1940         Log: Allow overriding of the p4 settings via environment variables
1941              Make regexp more robust to parse FreeBSD's patch output
1942      Branch: perl
1943            ! Porting/apply
1944 ____________________________________________________________________________
1945 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
1946         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
1947              From: Slaven Rezic <slaven@rezic.de>
1948              Date: 01 May 2003 21:28:10 +0200
1949              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
1950      Branch: perl
1951            ! lib/FindBin.pm lib/FindBin.t
1952 ____________________________________________________________________________
1953 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
1954         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
1955              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1956              Date: Sat, 27 Dec 2003 02:48:19 +0100
1957              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
1958      Branch: perl
1959            ! sv.c
1960 ____________________________________________________________________________
1961 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
1962         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
1963              as I'm going to integrate the core patch
1964      Branch: perl
1965            ! ext/List/Util/t/weak.t
1966 ____________________________________________________________________________
1967 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
1968         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
1969              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1970              Date: Fri, 26 Dec 2003 02:47:09 +0100
1971              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
1972      Branch: perl
1973            ! sv.c
1974 ____________________________________________________________________________
1975 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
1976         Log: Refactor the code that checks whether a range is numeric
1977              or string-magical.
1978      Branch: perl
1979            ! pp_ctl.c
1980 ____________________________________________________________________________
1981 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
1982         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
1983              This fixes building SDBM_File on AIX.
1984      Branch: perl
1985            ! ext/SDBM_File/sdbm/Makefile.PL
1986 ____________________________________________________________________________
1987 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
1988         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
1989              update the perl variables PL_uid and PL_euid (resp. PL_gid
1990              and PL_egid) with the new values.
1991      Branch: perl
1992            ! ext/POSIX/POSIX.xs
1993 ____________________________________________________________________________
1994 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
1995         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
1996              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1997              Date: Thu, 18 Dec 2003 12:30:06 -0800
1998              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
1999      Branch: perl
2000            ! config_h.SH
2001 ____________________________________________________________________________
2002 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
2003         Log: Subject: BigInt v1.68 - pre-release
2004              From: Tels <perl_dummy@bloodgate.com>
2005              Date: Tue, 23 Dec 2003 01:09:23 +0100
2006              Message-Id: <200312230106.27661@bloodgate.com>
2007      Branch: perl
2008            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
2009            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
2010            + lib/Math/BigInt/t/sub_ali.t
2011            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2012            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2013            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2014            ! lib/Math/BigInt/t/upgrade.inc
2015 ____________________________________________________________________________
2016 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
2017         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
2018              From: Fergal Daly <fergal@esatclear.ie>
2019              Date: Tue, 2 Dec 2003 23:18:18 +0000
2020              Message-Id: <200312022318.18353.fergal@esatclear.ie>
2021              
2022              (tweaked so the test is skipped on perls < 5.9.0)
2023      Branch: perl
2024            ! ext/List/Util/t/weak.t sv.c
2025 ____________________________________________________________________________
2026 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
2027         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
2028              From:  PPrymmer@factset.com
2029              Date:  Tue, 23 Dec 2003 17:27:44 -0500
2030              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
2031      Branch: perl
2032            ! README.vms
2033 ____________________________________________________________________________
2034 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
2035         Log: Subject: [patch t/test.pl] comment fix
2036              From: Stas Bekman <stas@stason.org>
2037              Message-ID: <3FE8C65A.4060708@stason.org>
2038              Date: Tue, 23 Dec 2003 14:48:58 -0800
2039      Branch: perl
2040            ! t/test.pl
2041 ____________________________________________________________________________
2042 [ 21951] By: adi                                   on 2003/12/22  23:22:12
2043         Log: re-fix [perl #24508] without speed regression.
2044              keep an eye on this.
2045      Branch: perl
2046            ! op.c opcode.h opcode.pl
2047 ____________________________________________________________________________
2048 [ 21950] By: adi                                   on 2003/12/22  23:19:25
2049         Log: sanitize some macros - based on Chip Salzenberg suggestions and
2050              on the way GNU people use the gcc-ish 'blocks in parens'
2051      Branch: perl
2052            ! XSUB.h sv.h
2053 ____________________________________________________________________________
2054 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
2055         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
2056              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
2057              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
2058              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2059      Branch: perl
2060            ! ext/threads/shared/shared.xs
2061 ____________________________________________________________________________
2062 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
2063         Log: Subject:  doc nits
2064              From:  Jarkko Hietaniemi <jhi@iki.fi>
2065              Date:  Mon, 22 Dec 2003 21:57:34 +0200
2066              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
2067      Branch: perl
2068            ! pod/perltodo.pod pod/perlunicode.pod
2069 ____________________________________________________________________________
2070 [ 21944] By: merijn                                on 2003/12/22  10:13:43
2071         Log: Subject: [PATCH] configure.com archname tweak
2072              From: "Craig A. Berry" <craigberry@mac.com>
2073              Date: Sun, 21 Dec 2003 23:07:13 -0600
2074              Message-ID: <3FE67C01.1000704@mac.com>
2075      Branch: perl
2076            ! configure.com
2077 ____________________________________________________________________________
2078 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
2079         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
2080              From: Mike Guy <mjtg@cam.ac.uk>
2081              Date: Fri, 19 Dec 2003 17:17:11 +0000
2082              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
2083      Branch: perl
2084            ! pod/perlsec.pod
2085 ____________________________________________________________________________
2086 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
2087         Log: Fix a side-effect of bug #24674 in the perl debugger.
2088              
2089              Subject: [perl #24674] 5.x odd taint bug 
2090              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
2091              Date: 16 Dec 2003 15:03:24 -0000
2092              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
2093      Branch: perl
2094            ! lib/perl5db.pl
2095 ____________________________________________________________________________
2096 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
2097         Log: Subject: Perl 5.8.3 patches from the BS2000 port
2098              From: Dorner Thomas <tdorner@amadeus.net>
2099              Date: Wed, 17 Dec 2003 15:41:17 +0100
2100              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
2101      Branch: perl
2102            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
2103 ____________________________________________________________________________
2104 [ 21937] By: adi                                   on 2003/12/20  21:37:03
2105         Log: after back-references, restricted hashes.
2106              see http://nntp.perl.org/group/perl.perl5.porters/86497
2107              this is hopefully only a temporary solution.
2108      Branch: perl
2109            ! perl.c
2110 ____________________________________________________________________________
2111 [ 21936] By: adi                                   on 2003/12/20  21:32:37
2112         Log: fix [perl #24660], [perl #24663].
2113      Branch: perl
2114            ! mg.c sv.c
2115 ____________________________________________________________________________
2116 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
2117         Log: Upgrade to Time::Local 1.07_94
2118      Branch: perl
2119            ! lib/Time/Local.pm lib/Time/Local.t
2120 ____________________________________________________________________________
2121 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
2122         Log: Subject: [PATCH] OpenVMS I64 support
2123              From: "Craig A. Berry" <craigberry@mac.com>
2124              Message-ID: <3FE2441F.2070603@mac.com>
2125              Date: Thu, 18 Dec 2003 18:19:43 -0600
2126      Branch: perl
2127            ! configure.com vms/gen_shrfls.pl
2128 ____________________________________________________________________________
2129 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
2130         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
2131              <20031220124854.GA1265@ratsnest.hole> )
2132      Branch: perl
2133            ! hv.c
2134 ____________________________________________________________________________
2135 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
2136         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
2137              Configure test for troublesome gconvert(), so for now simply avoid
2138              the optimisation that calls gconvert() in this case.
2139      Branch: perl
2140            ! sv.c
2141 ____________________________________________________________________________
2142 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
2143         Log: Upgrade to CGI.pm 3.01
2144      Branch: perl
2145            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
2146            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
2147            ! lib/CGI/t/request.t
2148 ____________________________________________________________________________
2149 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
2150         Log: Subject: [DOCPATCH] base.pm
2151              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2152              Date: Thu, 18 Dec 2003 22:30:52 +0100
2153              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
2154              
2155              Plus, remove leftover mentions of pseudo-hashes
2156      Branch: perl
2157            ! lib/base.pm
2158 ____________________________________________________________________________
2159 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
2160         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
2161      Branch: perl
2162            ! pod/perlhist.pod
2163 ____________________________________________________________________________
2164 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
2165         Log: Perl 1.0.16 has been released.
2166      Branch: perl
2167            ! pod/perlhist.pod
2168 ____________________________________________________________________________
2169 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
2170         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
2171              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2172              Date: Wed, 17 Dec 2003 13:26:52 +0100
2173              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
2174      Branch: perl
2175            ! embed.fnc embed.h global.sym
2176 ____________________________________________________________________________
2177 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
2178         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
2179              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2180              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
2181              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
2182      Branch: perl
2183            + ext/threads/shared/t/wait.t
2184            ! MANIFEST ext/threads/shared/shared.pm
2185            ! ext/threads/shared/shared.xs
2186 ____________________________________________________________________________
2187 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
2188         Log: Sync with the latest MakeMaker snapshot.
2189              But set the $VERSION to 6.21_01.
2190      Branch: perl
2191            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
2192            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
2193            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
2194            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
2195            ! lib/ExtUtils/instmodsh
2196 ____________________________________________________________________________
2197 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
2198         Log: Remove incorrect guards around inclusion of <signal.h>
2199              Causes problems with UNIX03/SUSv3
2200              Part 2 of change 21916 - oops!
2201              
2202              See:
2203              Message-Id: <3FDD06A5.8010004@sun.com>
2204              Subject: Re: UNIX03 & C99 issue with 5.8.2
2205              From: Alan Burlison <Alan.Burlison@sun.com>
2206              Date: Mon, 15 Dec 2003 00:56:05 +0000
2207      Branch: perl
2208            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
2209 ____________________________________________________________________________
2210 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
2211         Log: Remove incorrect guards around inclusion of <signal.h>
2212              Causes problems with UNIX03/SUSv3
2213      Branch: perl
2214            ! doio.c
2215 ____________________________________________________________________________
2216 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
2217         Log: Add the macros dAX and dITEMS to PPPort.
2218      Branch: perl
2219            ! ext/Devel/PPPort/PPPort.pm
2220 ____________________________________________________________________________
2221 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
2222         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
2223              From: Stas Bekman <stas@stason.org>
2224              Date: Sun, 14 Dec 2003 15:12:40 -0800
2225              Message-ID: <3FDCEE68.3080509@stason.org>
2226      Branch: perl
2227            ! Porting/pumpkin.pod
2228 ____________________________________________________________________________
2229 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
2230         Log: Subject: [DOCPATCH] perlfunc delete
2231              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2232              Date: Sun, 14 Dec 2003 20:25:07 +0100
2233              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
2234      Branch: perl
2235            ! pod/perlfunc.pod
2236 ____________________________________________________________________________
2237 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
2238         Log: Forgot to remove a comment
2239      Branch: perl
2240            ! pp.c
2241 ____________________________________________________________________________
2242 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
2243         Log: S_save_hek_flags should honour the "free" flag.
2244              Ought to mask the flag bits that shouldn't be stored.
2245      Branch: perl
2246            ! hv.c
2247 ____________________________________________________________________________
2248 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
2249         Log: Some fool missed a letter n.
2250              (and then "optimised" code based on its absense. D'oh)
2251              Restore the correct behaviour - fetch with uppercase key, then if
2252              still not found store with mixed/lowercase key.
2253      Branch: perl
2254            ! hv.c
2255 ____________________________________________________________________________
2256 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
2257         Log: Subject: Re: Change 21862
2258              From: Enache Adrian <enache@rdslink.ro>
2259              Date: Wed, 10 Dec 2003 06:05:58 +0200
2260              Message-ID: <20031210040558.GC1584@ratsnest.hole>
2261              
2262              (1st hunk), plus the equivalent for hv_delete_common
2263      Branch: perl
2264            ! hv.c
2265 ____________________________________________________________________________
2266 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
2267         Log: Clean up a bug I introduced into caseless ENV hv_delete
2268              (should be the proper fix for 21870 and 21872's band aid)
2269      Branch: perl
2270            ! hv.c
2271 ____________________________________________________________________________
2272 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
2273         Log: Subject: Re: 5.6.2-RC1 on Cygwin
2274              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2275              Date: Sat, 6 Dec 2003 22:32:59 -0800
2276              Message-ID: <20031207063259.GA3004@efn.org>
2277              (with tweaks to cleanup code)
2278      Branch: perl
2279            ! t/op/taint.t
2280 ____________________________________________________________________________
2281 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
2282         Log: Add Perl_ceil
2283      Branch: perl
2284            ! perl.h pp.c
2285 ____________________________________________________________________________
2286 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
2287         Log: Reformat a long line in perlembed.pod (bug #24623).
2288      Branch: perl
2289            ! pod/perlembed.pod
2290 ____________________________________________________________________________
2291 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
2292         Log: The binary compatibility notes say that new global functions should
2293              go at the end. Not that I'm anything more than "trainee" when it
2294              comes to this bincompat stuff.
2295      Branch: perl
2296            ! embed.fnc proto.h
2297 ____________________________________________________________________________
2298 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
2299         Log: alarm() is now implemented on Win32.
2300      Branch: perl
2301            ! pod/perlport.pod
2302 ____________________________________________________________________________
2303 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
2304         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
2305      Branch: perl
2306            ! pod/buildtoc
2307 ____________________________________________________________________________
2308 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
2309         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown 
2310              From: David Dyck <david.dyck@fluke.com>
2311              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
2312              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
2313      Branch: perl
2314            ! lib/File/CheckTree.pm
2315 ____________________________________________________________________________
2316 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
2317         Log: Make the XSRETURN macro evaluate its argument only once.
2318      Branch: perl
2319            ! XSUB.h
2320 ____________________________________________________________________________
2321 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
2322         Log: More POD fixes ; regenerate perltoc and perlmodlib.
2323      Branch: perl
2324            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
2325            ! pod/perltoc.pod
2326 ____________________________________________________________________________
2327 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
2328         Log: Fix some of the pods to produce more standard manpages,
2329              as reported by Eric S. Raymond.
2330      Branch: perl
2331            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
2332 ____________________________________________________________________________
2333 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
2334         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
2335              From: Anders Johnson <ajohnson@nvidia.com>
2336              Date: Fri, 12 Dec 2003 14:07:40 -0800
2337              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
2338              (with tweaks)
2339      Branch: perl
2340            ! lib/Pod/Html.pm
2341 ____________________________________________________________________________
2342 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
2343         Log: Modify the common guard for the signal.h header, because
2344              C99 compilers don't like it.o
2345              
2346              see :
2347              Subject: UNIX03 & C99 issue with 5.8.2
2348              From: Alan Burlison <Alan.Burlison@sun.com>
2349              Date: Fri, 12 Dec 2003 23:04:52 +0000
2350              Message-ID: <3FDA4994.6050209@sun.com>
2351      Branch: perl
2352            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
2353            ! util.c
2354 ____________________________________________________________________________
2355 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
2356         Log: Subject: [PATCH] Math::BigInt v1.67 released
2357              From: Tels <perl_dummy@bloodgate.com>
2358              Date: Fri, 12 Dec 2003 18:47:43 +0100
2359              Message-Id: <200312121847.49039@bloodgate.com>
2360      Branch: perl
2361            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2362            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2363            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2364            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
2365            ! lib/Math/BigInt/t/sub_mbi.t
2366 ____________________________________________________________________________
2367 [ 21881] By: merijn                                on 2003/12/12  16:09:14
2368         Log: Subject: [PATCH] d_u32align for win32
2369              From: Gisle Aas <gisle@ActiveState.com>
2370              Date: 11 Dec 2003 01:33:39 -0800
2371              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
2372      Branch: perl
2373            ! win32/config.bc win32/config.gc win32/config.vc
2374 ____________________________________________________________________________
2375 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
2376         Log: Subject: [PATCH] environ array fix for VMS
2377              From: "Craig A. Berry" <craigberry@mac.com>
2378              Date: Thu, 11 Dec 2003 14:35:29 -0600
2379              Message-ID: <3FD8D511.2030805@mac.com>
2380      Branch: perl
2381            ! vms/vms.c
2382 ____________________________________________________________________________
2383 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
2384         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
2385              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
2386              Message-ID: <3FD8E74F.7000202@mindspring.com>
2387              Date: Thu, 11 Dec 2003 16:53:19 -0500
2388      Branch: perl
2389            ! AUTHORS
2390 ____________________________________________________________________________
2391 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
2392         Log: Add a mention of the error "DESTROY created new reference
2393              to dead object" in perldiag.
2394      Branch: perl
2395            ! pod/perldiag.pod
2396 ____________________________________________________________________________
2397 [ 21876] By: adi                                   on 2003/12/11  23:04:03
2398         Log: #21866 was wrong. another try to plumb that damn leak.
2399      Branch: perl
2400            ! mg.c sv.c
2401 ____________________________________________________________________________
2402 [ 21875] By: adi                                   on 2003/12/11  20:11:07
2403         Log: fix bug #24605.
2404              substr() wasn't working when used repeatedly on the same utf-8
2405              string.
2406      Branch: perl
2407            ! sv.c t/op/substr.t
2408 ____________________________________________________________________________
2409 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
2410         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
2411              by Jan Dubois.
2412      Branch: perl
2413            ! lib/Switch.pm
2414 ____________________________________________________________________________
2415 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
2416         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
2417              From: Autrijus Tang <autrijus@autrijus.org>
2418              Date: Tue, 9 Dec 2003 20:39:16 +0800
2419              Message-ID: <20031209123915.GA1454@not.autrijus.org>
2420      Branch: perl
2421            ! ext/Encode/encoding.pm pod/perlunicode.pod
2422 ____________________________________________________________________________
2423 [ 21872] By: adi                                   on 2003/12/09  03:26:16
2424         Log: temporary fix to avoid t/op/tie.t failures on Win32
2425      Branch: perl
2426            ! hv.c
2427 ____________________________________________________________________________
2428 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
2429         Log: Upgrade to Digest-MD5 2.33.
2430      Branch: perl
2431            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2432            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2433            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
2434 ____________________________________________________________________________
2435 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
2436         Log: Integrate change #21862 from maint-5.8 :
2437              
2438              Win32/MinGW tweaks
2439              A. ENV_IS_CASELESS has trys to free(keysave) when
2440              keysave isn't in scope yet.
2441              B. For default makefile.mk which build with perlhost.h
2442              stuff "live" need to link with g++ to find new/delete etc.
2443      Branch: perl
2444           !> hv.c win32/makefile.mk
2445 ____________________________________________________________________________
2446 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
2447         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
2448              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2449              Date: Mon, 08 Dec 2003 08:17:46 +0100
2450              Message-id: <20031208071746.GA594@ethan>
2451      Branch: perl
2452            ! hv.c mg.c
2453 ____________________________________________________________________________
2454 [ 21868] By: adi                                   on 2003/12/08  03:38:39
2455         Log: yet another leak. bigger fish still swimming around.
2456              #!perl
2457              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
2458              __END__
2459      Branch: perl
2460            ! pp_ctl.c
2461 ____________________________________________________________________________
2462 [ 21867] By: adi                                   on 2003/12/08  03:34:37
2463         Log: yet another 2 leaks. example for the second:
2464              #! perl
2465              eval q{ open $p{q}, "foo" } while 1
2466              __END__
2467      Branch: perl
2468            ! op.c
2469 ____________________________________________________________________________
2470 [ 21866] By: adi                                   on 2003/12/08  03:30:16
2471         Log: plumb a leak with pos().
2472              
2473              #! perl
2474              while (1) {
2475              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
2476              }
2477              __END__
2478      Branch: perl
2479            ! sv.c
2480 ____________________________________________________________________________
2481 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
2482         Log: Subject: [PATCH] documenting SCALAR gotcha
2483              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2484              Date: Sun, 07 Dec 2003 16:41:16 +0100
2485              Message-id: <20031207154116.GA825@ethan>
2486      Branch: perl
2487            ! pod/perltie.pod
2488 ____________________________________________________________________________
2489 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
2490         Log: Subject: [PATCH] setenv tweak for VMS
2491              From: "Craig A. Berry" <craigberry@mac.com>
2492              Date: Sat, 06 Dec 2003 18:13:32 -0600
2493              Message-ID: <3FD270AC.3000106@mac.com>
2494      Branch: perl
2495            ! vms/vms.c
2496 ____________________________________________________________________________
2497 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
2498         Log: Missing thingies.
2499      Branch: perl
2500            ! pp.c pp_hot.c
2501 ____________________________________________________________________________
2502 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
2503         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
2504              From: Tels <perl_dummy@bloodgate.com>
2505              Date: Sat, 6 Dec 2003 20:19:44 +0100
2506              Message-Id: <200312062016.50484@bloodgate.com>
2507      Branch: perl
2508            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
2509            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2510            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2511            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2512            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2513            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2514            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
2515            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
2516            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
2517 ____________________________________________________________________________
2518 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
2519         Log: Forgot to update the MANIFEST.
2520      Branch: perl
2521            ! MANIFEST
2522 ____________________________________________________________________________
2523 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
2524         Log: Math::BigInt::Scalar is only for tests.
2525              Move it under t/lib.
2526      Branch: perl
2527           +> t/lib/Math/BigInt/Scalar.pm
2528            - lib/Math/BigInt/Scalar.pm
2529 ____________________________________________________________________________
2530 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
2531         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
2532              From: "Craig A. Berry" <craigberry@mac.com>
2533              Date: Sat, 06 Dec 2003 12:44:40 -0600
2534              Message-ID: <3FD22398.1060506@mac.com>
2535      Branch: perl
2536            ! doio.c
2537 ____________________________________________________________________________
2538 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
2539         Log: Remove the "Can't provide tied hash usage" error from perldiag.
2540              Mention the new tied hash SCALAR method in perldelta.
2541      Branch: perl
2542            ! pod/perldelta.pod pod/perldiag.pod
2543 ____________________________________________________________________________
2544 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
2545         Log: Clarify the description of SCALAR in perltie
2546      Branch: perl
2547            ! pod/perltie.pod
2548 ____________________________________________________________________________
2549 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
2550         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
2551              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2552              Date: Sat, 06 Dec 2003 11:50:59 +0100
2553              Message-id: <20031206105059.GA13989@ethan>
2554      Branch: perl
2555            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
2556            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
2557            ! proto.h t/op/tie.t
2558 ____________________________________________________________________________
2559 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
2560         Log: Make sv_force_normal_flags cope with shared hash key scalars
2561              (remember the pointer from SvPVX, reset the flags before SvGROW,
2562              avoid crazy loops or read-from-free)
2563      Branch: perl
2564            ! sv.c
2565 ____________________________________________________________________________
2566 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
2567         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
2568      Branch: perl
2569            ! ext/Digest/MD5/Makefile.PL
2570 ____________________________________________________________________________
2571 [ 21846] By: merijn                                on 2003/12/05  10:41:32
2572         Log: Subject: [PATCH] Configure gets d_u32align wrong
2573              From: Gisle Aas <gisle@ActiveState.com>
2574              Date: 05 Dec 2003 03:47:01 -0800
2575              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
2576      Branch: perl
2577            ! Configure
2578 ____________________________________________________________________________
2579 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
2580         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
2581              From: chromatic <chromatic@wgz.org>
2582              Date: Mon, 01 Dec 2003 09:20:21 -0800
2583              Message-Id: <1070299221.1275.19.camel@localhost>
2584      Branch: perl
2585            ! lib/AutoLoader.t
2586 ____________________________________________________________________________
2587 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
2588         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
2589              From: "Craig A. Berry" <craigberry@mac.com>
2590              Date: Thu, 04 Dec 2003 16:00:03 -0600
2591              Message-ID: <3FCFAE63.1080106@mac.com>
2592      Branch: perl
2593            ! ext/SDBM_File/sdbm/Makefile.PL
2594 ____________________________________________________________________________
2595 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
2596         Log: Subject: [PATCH] $^P, eval and caller
2597              From: Paul Johnson <paul@pjcj.net>
2598              Date: Fri, 5 Dec 2003 00:57:21 +0100
2599              Message-ID: <20031204235721.GJ26355@pjcj.net>
2600      Branch: perl
2601            ! mg.c
2602 ____________________________________________________________________________
2603 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
2604         Log: Fix File::Copy with hard links on Windows.
2605              
2606              Subject: [PATCH] Re: perl @ 21830
2607              From: Steve Hay <steve.hay@uk.radan.com>
2608              Date: Wed, 03 Dec 2003 10:53:02 +0000
2609              Message-ID: <3FCDC08E.7080800@uk.radan.com>
2610              
2611              and
2612              Date: Thu, 04 Dec 2003 11:02:22 +0000
2613              Message-ID: <3FCF143E.1040905@uk.radan.com>
2614      Branch: perl
2615            ! lib/File/Copy.pm lib/File/Copy.t
2616 ____________________________________________________________________________
2617 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
2618         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
2619              From: Alan Burlison <Alan.Burlison@sun.com>
2620              Date: Thu, 04 Dec 2003 12:14:30 +0000
2621              Message-ID: <3FCF2526.3030905@sun.com>
2622      Branch: perl
2623            ! installperl
2624 ____________________________________________________________________________
2625 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
2626         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
2627              From: Stas Bekman <stas@stason.org>
2628              Date: Wed, 03 Dec 2003 01:41:42 -0800
2629              Message-ID: <3FCDAFD6.9050106@stason.org>
2630      Branch: perl
2631            ! sv.c
2632 ____________________________________________________________________________
2633 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
2634         Log: The prove utility should also be installed on VMS and on Windows.
2635              Haven't we regression tests for installations yet ?
2636      Branch: perl
2637            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2638 ____________________________________________________________________________
2639 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
2640         Log: FAQ sync.
2641      Branch: perl
2642            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2643            ! pod/perlfaq4.pod pod/perlfaq5.pod
2644 ____________________________________________________________________________
2645 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
2646         Log: Subject: Re: [perl #24574] find2perl provides different results to find
2647              From: Slaven Rezic <slaven@rezic.de>
2648              Date: 30 Nov 2003 22:16:59 +0100
2649              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
2650              
2651              (plus a note about find2perl now defaulting to -print in perldelta)
2652      Branch: perl
2653            ! pod/perldelta.pod x2p/find2perl.PL
2654 ____________________________________________________________________________
2655 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
2656         Log: Subject: [PATCH] setting $0 still broken
2657              From: Jan Dubois <jand@ActiveState.com>
2658              Date: Thu, 27 Nov 2003 21:09:51 -0800
2659              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
2660      Branch: perl
2661            ! mg.c
2662 ____________________________________________________________________________
2663 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
2664         Log: Better docs for the special code blocks, based on :
2665              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
2666              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2667              Date: Sat, 29 Nov 2003 23:15:56 +0100
2668              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
2669      Branch: perl
2670            ! pod/perlmod.pod pod/perlsub.pod
2671 ____________________________________________________________________________
2672 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
2673         Log: Fix the test boilerplate in lib/if.t, so it can be run
2674              from the t/ directory.
2675      Branch: perl
2676            ! lib/if.t
2677 ____________________________________________________________________________
2678 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
2679         Log: Keep installing xsubpp in lib/ExtUtils,
2680              so MakeMaker can find it.
2681      Branch: perl
2682            ! installperl
2683 ____________________________________________________________________________
2684 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
2685         Log: Upgrade to Test::Harness 2.38.
2686              Introduce the prove(1) utility.
2687              (The prove-switches test is disabled for now.)
2688      Branch: perl
2689            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
2690            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
2691            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
2692            + utils/prove.PL
2693            ! MANIFEST installperl lib/Test/Harness.pm
2694            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
2695            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
2696            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
2697            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
2698            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2699            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
2700 ____________________________________________________________________________
2701 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
2702         Log: Subject: Re: [perl #24554] Segfault in POSIX module
2703              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2704              Date: Sat, 29 Nov 2003 23:32:38 +0900
2705              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
2706              
2707              (plus a test for the stringification of references
2708              passed to POSIX::isXXX())
2709      Branch: perl
2710            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
2711 ____________________________________________________________________________
2712 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
2713         Log: Integrate if.pm 0.0401
2714              Needed to edit the test file as t/TEST can't cope with extra output
2715              lines as produced by 0.0401's if.t
2716      Branch: perl
2717            ! lib/if.pm lib/if.t
2718 ____________________________________________________________________________
2719 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
2720         Log: Remove whitespace from ends of lines (simply because it irritates me)
2721      Branch: perl
2722            ! utils/h2xs.PL
2723 ____________________________________________________________________________
2724 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
2725         Log: Update Unicode::Normalize to 0.28
2726      Branch: perl
2727            + ext/Unicode/Normalize/t/illegal.t
2728            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
2729            ! MANIFEST ext/Unicode/Normalize/Changes
2730            ! ext/Unicode/Normalize/Normalize.pm
2731            ! ext/Unicode/Normalize/Normalize.xs
2732            ! ext/Unicode/Normalize/README
2733 ____________________________________________________________________________
2734 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
2735         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
2736      Branch: perl
2737            - lib/Digest.t
2738 ____________________________________________________________________________
2739 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
2740         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
2741      Branch: perl
2742            + lib/Unicode/Collate/t/illegal.t
2743            + lib/Unicode/Collate/t/illegalp.t
2744            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2745            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
2746 ____________________________________________________________________________
2747 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
2748         Log: D'oh! Forgot to lib/Digest/base.pm
2749      Branch: perl
2750            + lib/Digest/base.pm
2751            ! MANIFEST
2752 ____________________________________________________________________________
2753 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
2754         Log: Update to Digest::MD5 2.31
2755      Branch: perl
2756            + ext/Digest/MD5/t/bits.t
2757            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2758            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
2759            ! ext/Digest/MD5/t/files.t
2760 ____________________________________________________________________________
2761 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
2762         Log: Update Digest to 1.03
2763      Branch: perl
2764            + lib/Digest/t/base.t
2765           +> lib/Digest/t/digest.t
2766            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
2767 ____________________________________________________________________________
2768 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
2769         Log: When Gconvert is a macro around sprintf with a .* format we need
2770              to cast to int (in case STRLEN isn't the same size as int)
2771              gcc issues a warning even when it is the same size
2772      Branch: perl
2773            ! sv.c
2774 ____________________________________________________________________________
2775 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
2776         Log: Silence gcc 2.95 warning
2777              (Its trace flow isn't good enough to realise that there is no problem)
2778      Branch: perl
2779            ! pp_hot.c
2780 ____________________________________________________________________________
2781 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
2782         Log: Gconvert actually takes type NV, while nv may be either double
2783              or long double (depending on some conditional code)
2784              Rafael and I think that this cast should work.
2785      Branch: perl
2786            ! sv.c
2787 ____________________________________________________________________________
2788 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
2789         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
2790      Branch: perl
2791            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
2792 ____________________________________________________________________________
2793 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
2794         Log: Fix a regression introduced by change #21694 on sprintf()
2795              with long doubles, by disabling the specific optimisation
2796              path in this case ; remove a unnecessary cast ; add a new
2797              test file for miscellaneous sprintf() test that don't fit
2798              in the t/op/sprintf.t framework.
2799      Branch: perl
2800            + t/op/sprintf2.t
2801            ! MANIFEST sv.c
2802 ____________________________________________________________________________
2803 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
2804         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
2805              From: Stas Bekman <stas@stason.org>
2806              Date: Fri, 28 Nov 2003 14:42:25 -0800
2807              Message-ID: <3FC7CF51.7060804@stason.org>
2808      Branch: perl
2809            ! pod/perlsec.pod
2810 ____________________________________________________________________________
2811 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
2812         Log: Implement C<use Exporter 'import'> :
2813              
2814              Subject: Re: [PATCH] Exporter-related PODs
2815              From: Fergal Daly <fergal@esatclear.ie>
2816              Date: Mon, 10 Nov 2003 00:08:52 +0000
2817              Message-Id: <200311100008.52639.fergal@esatclear.ie>
2818              
2819              (tweaked, so the imported import() doesn't spit out warnings)
2820      Branch: perl
2821            ! lib/Exporter.pm lib/Exporter.t
2822 ____________________________________________________________________________
2823 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
2824         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
2825              From: Slaven Rezic <slaven@rezic.de>
2826              Date: 19 Oct 2003 19:11:31 +0200
2827              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
2828              (with further tweaks)
2829      Branch: perl
2830            ! lib/File/Copy.pm lib/File/Copy.t
2831 ____________________________________________________________________________
2832 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
2833         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
2834              From: "Green, Paul" <Paul.Green@stratus.com>
2835              Date: Thu, 27 Nov 2003 21:51:26 -0500
2836              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
2837      Branch: perl
2838            ! hints/vos.sh
2839 ____________________________________________________________________________
2840 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
2841         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
2842              were failing
2843      Branch: perl
2844            ! t/op/readline.t
2845 ____________________________________________________________________________
2846 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
2847         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
2848              PerlIO and threads are not on CPAN.
2849      Branch: perl
2850            ! Porting/Maintainers.pl
2851 ____________________________________________________________________________
2852 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
2853         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
2854      Branch: perl
2855            ! AUTHORS
2856 ____________________________________________________________________________
2857 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
2858         Log: Subject: [PATCH] Re: bug or a feature?
2859              From: Torsten Foertsch <torsten.foertsch@gmx.net>
2860              Date: Sat, 22 Nov 2003 13:15:53 +0100
2861              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
2862              
2863              and
2864              Date: Sat, 22 Nov 2003 14:21:45 +0100
2865              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
2866              (test moved to t/op/readline.t)
2867      Branch: perl
2868            ! pp_hot.c t/op/readline.t
2869 ____________________________________________________________________________
2870 [ 21783] By: merijn                                on 2003/11/24  21:24:46
2871         Log: Subject: remove hardcoded version number from cygwin/perlld.in
2872              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2873              Date: Mon, 24 Nov 2003 08:11:36 -0800
2874              Message-ID: <20031124161136.GC2656@efn.org>
2875      Branch: perl
2876            ! cygwin/Makefile.SHs cygwin/perlld.in
2877 ____________________________________________________________________________
2878 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
2879         Log: Should fix the infinite loop on a dynamic %ENV fetch
2880      Branch: perl
2881            ! hv.c
2882 ____________________________________________________________________________
2883 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
2884         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
2885              C source now cleaner, but optimised object file still the same size.
2886      Branch: perl
2887            ! hv.c
2888 ____________________________________________________________________________
2889 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
2890         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
2891              From: Andy Dougherty <doughera@lafayette.edu>
2892              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
2893              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
2894              
2895              and :
2896              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
2897              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
2898      Branch: perl
2899            ! hints/solaris_2.sh
2900 ____________________________________________________________________________
2901 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
2902         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
2903              reported by Craig Berry
2904      Branch: perl
2905            ! hv.c
2906 ____________________________________________________________________________
2907 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
2908         Log: restore_magic needs to undo COW
2909              (while magic was off, sv_setsv is likely to have seen this SV as a
2910              good source for COW)
2911              Should fix the smoke failures on lib/locale.t
2912      Branch: perl
2913            ! mg.c
2914 ____________________________________________________________________________
2915 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
2916         Log: Don't COW if the destination has magic.
2917      Branch: perl
2918            ! sv.c
2919 ____________________________________________________________________________
2920 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
2921         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
2922              close to it.
2923      Branch: perl
2924            ! hv.c
2925 ____________________________________________________________________________
2926 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
2927         Log: "Space Is a Province of Brazil"
2928              Farewell, hv_store_common. Store is now part of Fetch.
2929              All tests pass. hv.c 15% smaller than when I started all this
2930      Branch: perl
2931            ! embed.fnc embed.h hv.c proto.h
2932 ____________________________________________________________________________
2933 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
2934         Log: Farewell hv_exists_common - exists is now a call to fetch
2935              (with the exists magic handling moved into fetch)
2936      Branch: perl
2937            ! embed.fnc embed.h hv.c proto.h
2938 ____________________________________________________________________________
2939 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
2940         Log: Shift negative klen/flags games from hv_store_common out to hv_store
2941      Branch: perl
2942            ! embed.fnc embed.h hv.c proto.h
2943 ____________________________________________________________________________
2944 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
2945         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
2946      Branch: perl
2947            ! embed.fnc embed.h hv.c proto.h
2948 ____________________________________________________________________________
2949 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
2950         Log: Check that the key is present before a delete, and absent afterwards
2951      Branch: perl
2952            ! ext/XS/APItest/t/hash.t
2953 ____________________________________________________________________________
2954 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
2955         Log: Move the negative key -> utf8 flag conversion out to hv_delete
2956      Branch: perl
2957            ! embed.fnc embed.h hv.c proto.h
2958 ____________________________________________________________________________
2959 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
2960         Log: Tweaks to S_hv_delete_common:
2961              make the magic call hv_fetch_common rather than ent-or-not
2962              grab the hash from a shared hash key scalar if possible
2963              use masked flags rather than flags for the comparison
2964      Branch: perl
2965            ! hv.c
2966 ____________________________________________________________________________
2967 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
2968         Log: Integrate:
2969              [ 21762]
2970              Refactor hash API tests (prior to some additions)
2971              
2972              [ 21763]
2973              Test all permuations of utf8 flags on hashes and keys
2974      Branch: perl
2975           !> ext/XS/APItest/t/hash.t
2976 ____________________________________________________________________________
2977 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
2978         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
2979      Branch: perl
2980            ! embed.fnc hv.c proto.h
2981 ____________________________________________________________________________
2982 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
2983         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
2984      Branch: perl
2985            ! embed.fnc embed.h hv.c proto.h
2986 ____________________________________________________________________________
2987 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
2988         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
2989              From: Alan Burlison <Alan.Burlison@sun.com>
2990              Date: Thu, 20 Nov 2003 10:34:30 +0000
2991              Message-ID: <3FBC98B6.6090909@sun.com>
2992      Branch: perl
2993            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
2994            ! universal.c
2995 ____________________________________________________________________________
2996 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
2997         Log: Regenerate perlapi and perltoc.
2998      Branch: perl
2999            ! pod/perlapi.pod pod/perltoc.pod
3000 ____________________________________________________________________________
3001 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
3002         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
3003              From: Iain Truskett <spoon@cpan.org>
3004              Date: Thu, 20 Nov 2003 00:41:33 +1100
3005              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
3006      Branch: perl
3007            ! lib/PerlIO.pm pod/perlrun.pod
3008 ____________________________________________________________________________
3009 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
3010         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
3011              remove S_hv_fetch_flags
3012              hv.c now 13% smaller than when I started. hv_store TODO
3013      Branch: perl
3014            ! embed.fnc embed.h hv.c proto.h
3015 ____________________________________________________________________________
3016 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
3017         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
3018              together with subroutine call
3019              Apparently concat still doesn't deal correctly with lexicals
3020              in all cases. Disable the whole TARGET_MY optimisation for it.
3021              (and remove the corresponding code from the peephole optimiser.)
3022      Branch: perl
3023            ! op.c opcode.h opcode.pl t/op/concat.t
3024 ____________________________________________________________________________
3025 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
3026         Log: Update the runops stuff in perlguts
3027      Branch: perl
3028            ! pod/perlguts.pod
3029 ____________________________________________________________________________
3030 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
3031         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
3032      Branch: perl
3033            ! embed.fnc embed.h hv.c proto.h
3034 ____________________________________________________________________________
3035 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
3036         Log: Subject: [PATCH] clear of empty locked hash SEGVs
3037              From: Alan Burlison <Alan.Burlison@sun.com>
3038              Date: Wed, 19 Nov 2003 14:39:03 +0000
3039              Message-ID: <3FBB8087.20206@sun.com>
3040      Branch: perl
3041            ! hv.c lib/Hash/Util.t
3042 ____________________________________________________________________________
3043 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
3044         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
3045      Branch: perl
3046            ! embed.fnc embed.h hv.c proto.h
3047 ____________________________________________________________________________
3048 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
3049         Log: Run regen.pl (for hv_assert)
3050      Branch: perl
3051            ! global.sym
3052 ____________________________________________________________________________
3053 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
3054         Log: Integrate:
3055              [ 21642]
3056              space should be tab for lib/I18N/LangTags/t/02decency.t
3057      Branch: perl
3058           !> MANIFEST
3059 ____________________________________________________________________________
3060 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
3061         Log: Restore errno after having read $^E (like for $!)
3062              to preserve errno from unfortunate side-effects.
3063      Branch: perl
3064            ! mg.c
3065 ____________________________________________________________________________
3066 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
3067         Log: Whoops. We weren't actually testing hv_store_ent
3068              We are now. Plus test hv_store for an initially empty hash.
3069      Branch: perl
3070            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
3071 ____________________________________________________________________________
3072 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
3073         Log: Complement of change #21740 for Windows.
3074              (I have the feeling that it's already subtly broken on VMS)
3075      Branch: perl
3076            ! win32/Makefile win32/makefile.mk
3077 ____________________________________________________________________________
3078 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
3079         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
3080      Branch: perl
3081            + utils/instmodsh.PL utils/xsubpp.PL
3082            ! MANIFEST installperl utils.lst utils/Makefile
3083 ____________________________________________________________________________
3084 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
3085         Log: Subject: Re: [perl #24493] install.html not working
3086              From: Slaven Rezic <slaven@rezic.de>
3087              Date: 16 Nov 2003 20:52:29 +0100
3088              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
3089      Branch: perl
3090            ! installhtml
3091 ____________________________________________________________________________
3092 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
3093         Log: Ooops. left an XXX comment in, and worse still it's a // comment
3094      Branch: perl
3095            ! hv.c
3096 ____________________________________________________________________________
3097 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
3098         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
3099              (pp functions use the _ent variants, and as the implementation is
3100              duplicated, these bugs aren't tested, and aren't noticed)
3101      Branch: perl
3102            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
3103 ____________________________________________________________________________
3104 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
3105         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
3106              (pp_exists uses hv_exists_ent, which isn't broken)
3107              I expect an equivalent bug in hv_delete
3108      Branch: perl
3109            + ext/XS/APItest/t/hash.t
3110            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3111            ! ext/XS/APItest/MANIFEST hv.c
3112 ____________________________________________________________________________
3113 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
3114         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
3115              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3116              Date: Sat, 15 Nov 2003 23:22:16 +0100
3117              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
3118      Branch: perl
3119            ! ext/threads/t/problems.t
3120 ____________________________________________________________________________
3121 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
3122         Log: Subject: [PATCH] configpm, our $summary : unique
3123              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3124              Date: Sat, 15 Nov 2003 22:18:32 +0100
3125              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
3126              (plus comments)
3127      Branch: perl
3128            ! configpm
3129 ____________________________________________________________________________
3130 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
3131         Log: Subject: [PATCH] Re: Storable Error
3132              From: Nicholas Clark <nick@ccl4.org>
3133              Date: Sat, 9 Aug 2003 00:35:36 +0100
3134              Message-ID: <20030809003535.C20130@plum.flirble.org>
3135      Branch: perl
3136            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
3137            ! proto.h
3138 ____________________________________________________________________________
3139 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
3140         Log: Update perlhist with 5.6.2.
3141      Branch: perl
3142            ! pod/perlhist.pod
3143 ____________________________________________________________________________
3144 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
3145         Log: Add more complete tests for the "variable masks earlier
3146              declaration" warning, including a TODO test
3147      Branch: perl
3148            ! t/lib/warnings/pad
3149 ____________________________________________________________________________
3150 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
3151         Log: Include "SCCS" in the list of directory names that should
3152              be ignored by installperl.
3153      Branch: perl
3154            ! installperl
3155 ____________________________________________________________________________
3156 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
3157         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
3158              From: Enache Adrian <enache@rdslink.ro>
3159              Date: Tue, 11 Nov 2003 15:25:29 +0200
3160              Message-ID: <20031111132529.GB1271@ratsnest.hole>
3161      Branch: perl
3162            ! op.c
3163 ____________________________________________________________________________
3164 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
3165         Log: Fix bug [perl #24380] : assigning to a hash in list
3166              or scalar context yielded a wrong value if the list
3167              contained duplicated keys for the hash. This is fixed
3168              by counting the number of duplicate keys and trimming
3169              the stack by the corresponding number of items.
3170      Branch: perl
3171            ! pp_hot.c t/op/hashassign.t
3172 ____________________________________________________________________________
3173 [ 21713] By: merijn                                on 2003/11/13  09:25:15
3174         Log: Simplified the reading
3175      Branch: perl
3176            ! hints/solaris_2.sh
3177 ____________________________________________________________________________
3178 [ 21712] By: merijn                                on 2003/11/13  09:22:21
3179         Log: Enable hints to create call-back units that can act when
3180              a specific variable is *not* set (like -Uuselargefiles)
3181      Branch: perl
3182            ! Configure hints/README.hints
3183 ____________________________________________________________________________
3184 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
3185         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
3186              From: Michael G Schwern <schwern@pobox.com>
3187              Date: Tue, 11 Nov 2003 21:02:30 -0800
3188              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
3189      Branch: perl
3190            ! ext/SDBM_File/sdbm/Makefile.PL
3191 ____________________________________________________________________________
3192 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
3193         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
3194              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3195              Date: Tue, 4 Nov 2003 20:07:25 -0800
3196              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
3197      Branch: perl
3198            ! installperl
3199 ____________________________________________________________________________
3200 [ 21706] By: ams                                   on 2003/11/11  23:46:19
3201         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
3202              From: Tom Phoenix <rootbeer@redcat.com>
3203              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
3204              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
3205      Branch: perl
3206            ! pod/perlmod.pod
3207 ____________________________________________________________________________
3208 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
3209         Log: Upgrade to MakeMaker 6.21.
3210      Branch: perl
3211            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
3212            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
3213            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3214 ____________________________________________________________________________
3215 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
3216         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
3217              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3218              Date: Tue, 4 Nov 2003 20:10:16 -0800
3219              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
3220              
3221              and part of
3222              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
3223              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3224              Date: Tue, 4 Nov 2003 20:18:37 -0800
3225              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
3226              
3227              (I've left out the PREFIX part for now)
3228      Branch: perl
3229            ! Makefile.SH installperl os2/Makefile.SHs
3230 ____________________________________________________________________________
3231 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
3232         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
3233              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3234              Date: Mon, 3 Nov 2003 20:27:39 -0800
3235              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
3236              
3237              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
3238              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3239              Date: Mon, 3 Nov 2003 20:57:48 -0800
3240              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
3241      Branch: perl
3242            ! sv.c
3243 ____________________________________________________________________________
3244 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
3245         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
3246              From: Vadim Konovalov <konovalo@mail.wplus.net>
3247              Date: Sun, 9 Nov 2003 13:31:59 +0300
3248              Message-ID: <93187393948.20031109133159@mail.wplus.net>
3249      Branch: perl
3250            ! wince/Makefile.ce
3251 ____________________________________________________________________________
3252 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
3253         Log: Update the list of pumpkings in perlhist.pod.
3254      Branch: perl
3255            ! pod/perlhist.pod
3256 ____________________________________________________________________________
3257 [ 21687] By: ams                                   on 2003/11/08  17:09:56
3258         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
3259              From: Abigail <abigail@abigail.nl>
3260              Date: Sat, 8 Nov 2003 18:51:30 +0100
3261              Message-Id: <20031108175130.GA22273@abigail.nl>
3262      Branch: perl
3263            ! pod/perlhist.pod
3264 ____________________________________________________________________________
3265 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
3266         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
3267              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3268              Date: Thu, 6 Nov 2003 23:26:18 -0800
3269              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
3270      Branch: perl
3271            ! os2/Changes
3272 ____________________________________________________________________________
3273 [ 21676] By: davem                                 on 2003/11/06  22:11:23
3274         Log: bugid #24407: numeric key for shared hash got stringified using
3275              wrong interpreter, and thus got malloced into the wrong thread
3276              memory pool 
3277      Branch: perl
3278            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
3279 ____________________________________________________________________________
3280 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
3281         Log: Upgrade to MakeMaker 6.20.
3282      Branch: perl
3283            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3284            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
3285            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
3286            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
3287            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
3288 ____________________________________________________________________________
3289 [ 21674] By: ams                                   on 2003/11/06  09:32:26
3290         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
3291              tests fail to spot this
3292              From: Rick Delaney <rick@bort.ca>
3293              Date: Wed, 5 Nov 2003 23:02:41 -0500
3294              Message-Id: <20031105230241.D13585@biff.bort.ca>
3295      Branch: perl
3296            ! pp_ctl.c t/op/taint.t
3297 ____________________________________________________________________________
3298 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
3299         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
3300              From: Andy Dougherty <doughera@lafayette.edu>
3301              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
3302              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
3303      Branch: perl
3304            ! hints/linux.sh
3305 ____________________________________________________________________________
3306 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
3307         Log: Subject: [patch t/op/hash.t] extending the hash attack test
3308              From: Stas Bekman <stas@stason.org>
3309              Date: Tue, 04 Nov 2003 14:33:09 -0800
3310              Message-ID: <3FA82925.7020703@stason.org>
3311      Branch: perl
3312            ! t/op/hash.t
3313 ____________________________________________________________________________
3314 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
3315         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
3316              From: Stas Bekman <stas@stason.org>
3317              Date: Wed, 05 Nov 2003 00:50:25 -0800
3318              Message-ID: <3FA8B9D1.2020806@stason.org>
3319      Branch: perl
3320            ! lib/Benchmark.pm
3321 ____________________________________________________________________________
3322 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
3323         Log: From: Craig Berry <craigberry@mac.com>
3324              Subject: Opcode.xs/RC2 compile nit on VMS
3325              Date: Wed, 05 Nov 2003 12:16:34 -0600
3326              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
3327      Branch: perl
3328            ! ext/Opcode/Opcode.xs
3329 ____________________________________________________________________________
3330 [ 21664] By: ams                                   on 2003/11/05  18:34:28
3331         Log: Orphaned submission from #21546.
3332      Branch: perl
3333            ! perl.c
3334 ____________________________________________________________________________
3335 [ 21663] By: ams                                   on 2003/11/05  17:01:29
3336         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
3337              From: Slaven Rezic <slaven@rezic.de>
3338              Date: 20 Oct 2003 22:39:28 +0200
3339              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
3340      Branch: perl
3341            ! lib/filetest.t
3342 ____________________________________________________________________________
3343 [ 21662] By: ams                                   on 2003/11/05  16:51:08
3344         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
3345              From: Michael G Schwern <schwern@pobox.com>
3346              Date: Wed, 5 Nov 2003 06:26:36 -0800
3347              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
3348      Branch: perl
3349            ! t/op/cproto.t
3350 ____________________________________________________________________________
3351 [ 21661] By: ams                                   on 2003/11/05  16:50:05
3352         Log: Subject: [PATCH] Modernise INSTALL
3353              From: Gisle Aas <gisle@ActiveState.com>
3354              Date: 05 Nov 2003 05:16:25 -0800
3355              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
3356              
3357              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
3358              From: Abigail <abigail@abigail.nl>
3359              Date: Tue, 4 Nov 2003 10:40:57 +0100
3360              Message-Id: <20031104094057.GA22508@abigail.nl>
3361      Branch: perl
3362            ! INSTALL pod/perlhist.pod
3363 ____________________________________________________________________________
3364 [ 21660] By: ams                                   on 2003/11/05  16:46:12
3365         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
3366              From: Jan Dubois <jand@ActiveState.com>
3367              Date: Tue, 04 Nov 2003 16:52:14 -0800
3368              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
3369      Branch: perl
3370            ! reentr.c reentr.h reentr.pl
3371 ____________________________________________________________________________
3372 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
3373         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
3374              From: Michael G Schwern <schwern@pobox.com>
3375              Date: Tue, 4 Nov 2003 17:59:13 -0800
3376              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
3377              
3378              Replaces the temporary kludge (#21655).
3379      Branch: perl
3380            ! ext/SDBM_File/sdbm/Makefile.PL
3381 ____________________________________________________________________________
3382 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
3383         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
3384              From: PPrymmer@factset.com
3385              Date: Tue, 4 Nov 2003 10:00:07 -0500
3386              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
3387      Branch: perl
3388            ! pod/perlebcdic.pod
3389 ____________________________________________________________________________
3390 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
3391         Log: Temporary kludge to allow SDBM_File being built
3392              with MakeMaker 6.19.
3393      Branch: perl
3394            ! ext/SDBM_File/sdbm/Makefile.PL
3395 ____________________________________________________________________________
3396 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
3397         Log: Upgrade to ExtUtils::MakeMaker 6.19
3398      Branch: perl
3399            + lib/ExtUtils/t/parse_version.t
3400            + t/lib/MakeMaker/Test/Setup/BFD.pm
3401            + t/lib/MakeMaker/Test/Setup/Problem.pm
3402            - lib/ExtUtils/t/00setup_dummy.t
3403            - lib/ExtUtils/t/zz_cleanup_dummy.t
3404            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3405            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
3406            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
3407            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
3408            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
3409            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3410            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
3411            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
3412            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
3413            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
3414            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
3415            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
3416            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
3417            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
3418            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
3419            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
3420            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
3421            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
3422 ____________________________________________________________________________
3423 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
3424         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
3425              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3426              Date: Mon, 3 Nov 2003 20:20:44 -0800
3427              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
3428      Branch: perl
3429            ! os2/Makefile.SHs
3430 ____________________________________________________________________________
3431 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
3432         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
3433              From: Michael G Schwern <schwern@pobox.com>
3434              Date: Sat, 1 Nov 2003 22:57:45 -0800
3435              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
3436              (goes with change #21418)
3437      Branch: perl
3438            ! lib/autouse.pm lib/autouse.t
3439 ____________________________________________________________________________
3440 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
3441         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
3442              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3443              Date: Mon, 3 Nov 2003 20:53:33 +0100
3444              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
3445      Branch: perl
3446            ! ext/Devel/PPPort/PPPort.pm
3447 ____________________________________________________________________________
3448 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
3449         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
3450              From: Casey West <casey@geeknest.com>
3451              Date: Mon, 3 Nov 2003 10:11:43 -0500
3452              Message-ID: <20031103151143.GB430@geeknest.com>
3453      Branch: perl
3454            ! ext/Cwd/Cwd.xs
3455 ____________________________________________________________________________
3456 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
3457         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
3458              From: Jan Dubois <jand@ActiveState.com>
3459              Date: Sun, 02 Nov 2003 21:43:44 -0800
3460              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
3461      Branch: perl
3462            ! reentr.h reentr.pl
3463 ____________________________________________________________________________
3464 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
3465         Log: Document the fact that keys() and values() are optimized
3466              for void context (as suggested by Liz.)
3467      Branch: perl
3468            ! pod/perlfunc.pod
3469 ____________________________________________________________________________
3470 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
3471         Log: Stas would prefer not to have MOD_PERL defines in perl.
3472      Branch: perl
3473            ! hv.c hv.h
3474 ____________________________________________________________________________
3475 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
3476         Log: s/new_hash/rehash/g (Stas suggested a better name)
3477      Branch: perl
3478            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
3479            ! sv.c universal.c util.c
3480 ____________________________________________________________________________
3481 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
3482         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
3483              make Hash::Util::hash_seed use this.
3484      Branch: perl
3485            ! lib/Hash/Util.pm universal.c
3486 ____________________________________________________________________________
3487 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
3488         Log: Fix for [perl #24347] segfault with Safe
3489              The empty %INC created for safe compartements was freed
3490              too early.
3491      Branch: perl
3492            ! ext/Opcode/Opcode.xs
3493 ____________________________________________________________________________
3494 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
3495         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
3496              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3497              Date: Sun, 2 Nov 2003 22:24:28 +0100
3498              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
3499      Branch: perl
3500            ! pod/perlguts.pod
3501 ____________________________________________________________________________
3502 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
3503         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
3504      Branch: perl
3505            ! pod/perlhist.pod
3506 ____________________________________________________________________________
3507 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
3508         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
3509              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3510              Date: Wed, 29 Oct 2003 14:00:18 -0800
3511              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
3512      Branch: perl
3513            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
3514            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
3515            ! os2/perl2cmd.pl perlio.c
3516 ____________________________________________________________________________
3517 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
3518         Log: Quoted-printable is evil.
3519      Branch: perl
3520            ! win32/win32.h
3521 ____________________________________________________________________________
3522 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
3523         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
3524      Branch: perl
3525            ! perl.c
3526 ____________________________________________________________________________
3527 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
3528         Log: Portability nit for MinGW 3.
3529              
3530              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
3531              From: Greg Matheson <lang@ms.chinmin.edu.tw>
3532              Date: Thu, 30 Oct 2003 14:11:58 +0800
3533              Message-ID: <20031030141158.A11772@ms>
3534              (actual patch by Abe Timmerman)
3535      Branch: perl
3536            ! win32/win32.h
3537 ____________________________________________________________________________
3538 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
3539         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
3540              From: david nicol <whatever@davidnicol.com>
3541              Date: 26 Oct 2003 22:34:04 -0600
3542              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
3543      Branch: perl
3544            ! pod/perltie.pod
3545 ____________________________________________________________________________
3546 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
3547         Log: Subject: [PATCH] DB_File 1.807
3548              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3549              Date: Sat, 1 Nov 2003 13:50:12 -0000
3550              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
3551      Branch: perl
3552            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3553            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
3554            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
3555 ____________________________________________________________________________
3556 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
3557         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
3558              From: Rick Delaney <rick@bort.ca>
3559              Date: Mon, 27 Oct 2003 16:24:16 -0500
3560              Message-ID: <20031027162416.H2233@biff.bort.ca>
3561      Branch: perl
3562            ! pp_hot.c
3563 ____________________________________________________________________________
3564 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
3565         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
3566      Branch: perl
3567            ! MANIFEST
3568 ____________________________________________________________________________
3569 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
3570         Log: mod_perl2 will require access to the Plan C hashing function.
3571      Branch: perl
3572            ! hv.h
3573 ____________________________________________________________________________
3574 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
3575         Log: Add Internals::HvREHASH to expose the rehashing flag
3576              t/op/hash.t tests that pathological data triggers rehashing
3577      Branch: perl
3578            + t/op/hash.t
3579            ! universal.c
3580 ____________________________________________________________________________
3581 [ 21599] By: davem                                 on 2003/11/01  00:09:22
3582         Log: whoops, typo
3583      Branch: perl
3584            ! ext/threads/shared/shared.xs
3585 ____________________________________________________________________________
3586 [ 21598] By: davem                                 on 2003/11/01  00:03:38
3587         Log: seg faults when deleting keys of shared hash refs
3588              Ensure that the shared_sv get magic of the element being deleted
3589              is called. Also, avoid posible memory leaks by wrapping all shared
3590              context sections with ENTER/SAVETMPS
3591      Branch: perl
3592            ! ext/threads/shared/shared.xs
3593 ____________________________________________________________________________
3594 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
3595         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything 
3596              From: Andy Dougherty <doughera@lafayette.edu>
3597              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
3598              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
3599              (plus POD link fixes)
3600      Branch: perl
3601            ! INSTALL
3602 ____________________________________________________________________________
3603 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
3604         Log: Prevent the installation of makefiles that can be found
3605              under lib/.
3606      Branch: perl
3607            ! installperl
3608 ____________________________________________________________________________
3609 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
3610         Log: Test nit ; goes with change 21591
3611      Branch: perl
3612            ! t/lib/warnings/regcomp
3613 ____________________________________________________________________________
3614 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
3615         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
3616              From: Gisle Aas <gisle@ActiveState.com>
3617              Date: 31 Oct 2003 03:13:03 -0800
3618              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
3619      Branch: perl
3620            ! pod/perlrun.pod
3621 ____________________________________________________________________________
3622 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
3623         Log: Subject: [PATCH] Off-by-one error in regcomp.c
3624              From: Slaven Rezic <slaven@rezic.de>
3625              Date: Fri, 31 Oct 2003 12:16:11 +0000
3626              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
3627      Branch: perl
3628            ! regcomp.c t/op/regmesg.t
3629 ____________________________________________________________________________
3630 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
3631         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
3632              From: Stas Bekman <stas@stason.org>
3633              Date: Wed, 29 Oct 2003 16:47:24 -0800
3634              Message-ID: <3FA05F9C.2080304@stason.org>
3635      Branch: perl
3636            ! pod/perlfunc.pod
3637 ____________________________________________________________________________
3638 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
3639         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
3640              From: Stas Bekman <stas@stason.org>
3641              Date: Wed, 29 Oct 2003 15:15:15 -0800
3642              Message-ID: <3FA04A03.5010603@stason.org>
3643              (enclosed in a #ifdef DEBUGGING)
3644      Branch: perl
3645            ! sv.c
3646 ____________________________________________________________________________
3647 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
3648         Log: Subject: [PATCH] Devel::PPPort and scan_bin
3649              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3650              Date: Wed, 29 Oct 2003 22:53:43 +0100
3651              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
3652      Branch: perl
3653            ! ext/Devel/PPPort/PPPort.pm
3654 ____________________________________________________________________________
3655 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
3656         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
3657              From: Jan Dubois <jand@ActiveState.com>
3658              Date: Thu, 30 Oct 2003 18:43:08 -0800
3659              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
3660      Branch: perl
3661            ! Porting/p4d2p
3662 ____________________________________________________________________________
3663 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
3664         Log: Comment that this "optimisation" is actually a necessary fixup.
3665              When the split occurs (to make the opti{miser,onal}) this isn't
3666              (Richard Clamp reminded me that I forgot to do this)
3667      Branch: perl
3668            ! op.c
3669 ____________________________________________________________________________
3670 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
3671         Log: Rewrite to correctly use test.pl
3672              
3673              Date: Thu, 30 Oct 2003 15:51:03 -0800
3674              From: Michael G Schwern <schwern@pobox.com>
3675              Subject: Re: Fix for the orange lion bug - aka empty sub bug
3676              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
3677      Branch: perl
3678            ! t/op/sub.t
3679 ____________________________________________________________________________
3680 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
3681         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
3682              Subject: Fix for the orange lion bug - aka empty sub bug
3683              From: Arthur Bergman <sky@nanisky.com>
3684              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
3685      Branch: perl
3686            + t/op/sub.t
3687            ! MANIFEST op.c
3688 ____________________________________________________________________________
3689 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
3690         Log: 14 is the chain length for attack. From
3691              
3692              Message-ID: <20031030204117.16008.qmail@plover.com>
3693              Subject: Re: 5.8.2-RC1 and mp2
3694              Date: Thu, 30 Oct 2003 15:41:17 -0500
3695              From: Mark Jason Dominus <mjd@plover.com>
3696              
3697              and
3698              
3699              From: Scott A Crosby <scrosby@cs.rice.edu>
3700              Subject: Re: 5.8.2-RC1 and mp2
3701              Date: 30 Oct 2003 14:08:06 -0600
3702              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
3703      Branch: perl
3704            ! hv.c
3705 ____________________________________________________________________________
3706 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
3707         Log: Move a fcntl() example in perlfunc at a more proper place,
3708              as suggested by :
3709              Subject: [perl #24334] ioctl/fcntl doc confusion 
3710              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
3711              Date: 28 Oct 2003 13:37:49 -0000
3712              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
3713      Branch: perl
3714            ! pod/perlfunc.pod
3715 ____________________________________________________________________________
3716 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
3717         Log: Upgrade to Time::HiRes 1.52.
3718      Branch: perl
3719            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3720            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
3721 ____________________________________________________________________________
3722 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
3723         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
3724              From: Abigail <abigail@abigail.nl>
3725              Date: Mon, 27 Oct 2003 13:05:37 +0100
3726              Message-ID: <20031027120536.GA24608@abigail.nl>
3727              
3728              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
3729              From: Rick Delaney <rick@bort.ca>
3730              Date: Mon, 27 Oct 2003 12:17:49 -0500
3731              Message-ID: <20031027121749.E2233@biff.bort.ca>
3732      Branch: perl
3733            ! lib/overload.t toke.c
3734 ____________________________________________________________________________
3735 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
3736         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
3737              From: Abigail <abigail@abigail.nl>
3738              Date: Mon, 27 Oct 2003 14:50:24 +0100
3739              Message-ID: <20031027135024.GA12666@abigail.nl>
3740      Branch: perl
3741            ! t/comp/proto.t
3742 ____________________________________________________________________________
3743 [ 21564] By: davem                                 on 2003/10/27  22:01:12
3744         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
3745              of sharedsv_scalar_store().
3746      Branch: perl
3747            ! ext/threads/shared/shared.xs
3748 ____________________________________________________________________________
3749 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
3750         Log: Add a new taint error, "%ENV is aliased to %s".
3751              This error is thrown when taint checks are enabled and
3752              when *ENV has been aliased, so that %ENV has no env-magic
3753              anymore. (see bug [perl #24291].)
3754      Branch: perl
3755            ! pod/perldiag.pod t/op/taint.t taint.c
3756 ____________________________________________________________________________
3757 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
3758         Log: Record the escape^Wrelease of 5.9.0
3759      Branch: perl
3760            ! pod/perlhist.pod
3761 ____________________________________________________________________________
3762 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
3763         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
3764              From: Alan Burlison <Alan.Burlison@sun.com>
3765              Date: Tue, 21 Oct 2003 15:00:58 +0100
3766              Message-ID: <3F953C1A.3060800@sun.com>
3767      Branch: perl
3768            ! hints/solaris_2.sh
3769 ____________________________________________________________________________
3770 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
3771         Log: Sync with Unicode::Normalize 0.25
3772      Branch: perl
3773            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
3774            + ext/Unicode/Normalize/t/proto.t
3775            + ext/Unicode/Normalize/t/split.t
3776            ! MANIFEST ext/Unicode/Normalize/Changes
3777            ! ext/Unicode/Normalize/Makefile.PL
3778            ! ext/Unicode/Normalize/Normalize.pm
3779            ! ext/Unicode/Normalize/Normalize.xs
3780            ! ext/Unicode/Normalize/README
3781 ____________________________________________________________________________
3782 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
3783         Log: Sync with Unicode::Collate 0.30
3784      Branch: perl
3785            + lib/Unicode/Collate/t/hangtype.t
3786            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
3787            + lib/Unicode/Collate/t/variable.t
3788            + lib/Unicode/Collate/t/version.t
3789            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3790            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
3791            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
3792            ! lib/Unicode/Collate/t/test.t
3793 ____________________________________________________________________________
3794 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
3795         Log: Sync with Pod::Perldoc 3.12
3796      Branch: perl
3797            ! lib/Pod/Perldoc.pm
3798 ____________________________________________________________________________
3799 [ 21546] By: ams                                   on 2003/10/27  09:00:08
3800         Log: Will the real off by one please stand up?
3801      Branch: perl
3802            ! mg.c
3803 ____________________________________________________________________________
3804 [ 21545] By: hv                                    on 2003/10/27  02:52:16
3805         Log: fixup separators
3806      Branch: perl
3807            ! Changes
3808 ____________________________________________________________________________
3809 [ 21544] By: hv                                    on 2003/10/27  02:51:26
3810         Log: don't complain of podless .pm files that have a separate .pod file
3811      Branch: perl
3812            ! pod/buildtoc
3813 ____________________________________________________________________________
3814 [ 21543] By: hv                                    on 2003/10/27  02:50:04
3815         Log: regen pods and toc
3816      Branch: perl
3817            ! pod/perlmodlib.pod pod/perltoc.pod
3818 ____________________________________________________________________________
3819 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
3820         Log: When %ENV has been turned into a non-magical hash after a
3821              glob assignment, TAINT_ENV() may dump core because it
3822              assumes $ENV{PATH} is magical. Fix this ; add a test to
3823              verify that the PATH is still checked for taintedness.
3824      Branch: perl
3825            ! t/op/taint.t taint.c
3826 ____________________________________________________________________________
3827 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
3828         Log: Fix backward-compatibility issues in if.pm.
3829      Branch: perl
3830            ! lib/if.pm
3831 ____________________________________________________________________________
3832 [ 21539] By: hv                                    on 2003/10/26  12:22:54
3833         Log: Update Changes.
3834      Branch: perl
3835            ! Changes patchlevel.h
3836 ____________________________________________________________________________
3837 [ 21538] By: ams                                   on 2003/10/26  08:08:02
3838         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
3839              The whole PL_origalen thing in perl.c looks very hokey.
3840      Branch: perl
3841            ! mg.c
3842 ____________________________________________________________________________
3843 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
3844         Log: show the rehash flags in dumps
3845      Branch: perl
3846            ! dump.c
3847 ____________________________________________________________________________
3848 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
3849         Log: Return 21533 (with modifications) having found the problem
3850      Branch: perl
3851            ! hv.c hv.h
3852 ____________________________________________________________________________
3853 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
3854         Log: Back out 21533 because it broke Encode's build in really weird ways
3855      Branch: perl
3856            ! hv.c hv.h
3857 ____________________________________________________________________________
3858 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
3859         Log: Plan C rough edge smoothing. Criteria for a hash split is now
3860              the earlier of "more keys than buckets" (the old test) or
3861              linked list too long. Rehash is triggered after a split if the
3862              longest linked list is too long.
3863      Branch: perl
3864            ! hv.c hv.h
3865 ____________________________________________________________________________
3866 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
3867         Log: Subject: Re: [perl #948] $, untieable?
3868              From: Richard Clamp <richardc@unixbeard.net>
3869              Date: Tue, 21 Oct 2003 00:02:49 +0100
3870              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
3871              
3872              Plus a small fix to t/TEST to recognize the added TODO test
3873              as a TODO test.
3874      Branch: perl
3875            ! t/TEST t/op/tie.t
3876 ____________________________________________________________________________
3877 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
3878         Log: When it says "add", then, like, you have to p4 add it. D'oh!
3879              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
3880      Branch: perl
3881            + lib/I18N/LangTags/t/02decency.t
3882 ____________________________________________________________________________
3883 [ 21527] By: davem                                 on 2003/10/23  19:13:20
3884         Log: Fix two threads::shared leaks
3885              #24061 - AV in shared interpreter wasn't set to AvREAL
3886              #24255 - mortals were added to the shared interpreter's tmpstack
3887              and never freed.
3888      Branch: perl
3889            ! ext/threads/shared/shared.xs
3890 ____________________________________________________________________________
3891 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
3892         Log: From: Jan Dubois <jand@ActiveState.com>
3893              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
3894              Date: Wed, 22 Oct 2003 20:17:07 -0700
3895              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
3896              
3897              From: Jan Dubois <jand@ActiveState.com>
3898              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
3899              Date: Wed, 22 Oct 2003 20:26:56 -0700
3900              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
3901      Branch: perl
3902            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3903            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
3904            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
3905            ! utils/perldoc.PL
3906 ____________________________________________________________________________
3907 [ 21523] By: ams                                   on 2003/10/23  12:53:03
3908         Log: Subject: [PATCH] utime documentation
3909              From: Gisle Aas <gisle@ActiveState.com>
3910              Date: 23 Oct 2003 05:33:43 -0700
3911              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
3912      Branch: perl
3913            ! pod/perlfunc.pod
3914 ____________________________________________________________________________
3915 [ 21522] By: ams                                   on 2003/10/23  08:07:18
3916         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
3917              From: Jan Dubois <jand@ActiveState.com>
3918              Date: Wed, 22 Oct 2003 20:33:54 -0700
3919              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
3920      Branch: perl
3921            ! doio.c
3922 ____________________________________________________________________________
3923 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
3924         Log: patch created by Casey West from:
3925              
3926              Subject: CPAN module problems
3927              From: Edward Moy <emoy@apple.com>
3928              Date: Fri, 10 Oct 2003 17:42:06 -0700
3929              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
3930              
3931              (change ld value in hints file)
3932      Branch: perl
3933            ! hints/darwin.sh
3934 ____________________________________________________________________________
3935 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
3936         Log: Small email update in AUTHORS.
3937      Branch: perl
3938            ! AUTHORS
3939 ____________________________________________________________________________
3940 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
3941         Log: Add a test.taintwarn makefile target,
3942              to run the whole test suite with the -t switch.
3943      Branch: perl
3944            ! Makefile.SH pod/perlhack.pod t/TEST
3945 ____________________________________________________________________________
3946 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
3947         Log: Subject: [PATCH @20458] embedding perl
3948              From: Radu Greab <rgreab@fx.ro>
3949              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
3950              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
3951      Branch: perl
3952            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
3953            ! sv.c
3954 ____________________________________________________________________________
3955 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
3956         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
3957              in perltoot, $him->fullname should be $him->fullname->as_string
3958              when passed to printf.
3959      Branch: perl
3960            ! pod/perltoot.pod
3961 ____________________________________________________________________________
3962 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
3963         Log: Two OS/2 portability patches from Ilya.
3964              
3965              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
3966              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3967              Date: Thu, 25 Sep 2003 12:09:11 -0700
3968              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
3969              
3970              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
3971              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3972              Date: Thu, 25 Sep 2003 19:50:45 -0700
3973              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
3974      Branch: perl
3975            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
3976 ____________________________________________________________________________
3977 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
3978         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
3979              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3980              Date: Mon, 20 Oct 2003 20:14:19 +0200
3981              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
3982      Branch: perl
3983            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
3984 ____________________________________________________________________________
3985 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
3986         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
3987              From: Slaven Rezic <slaven@rezic.de>
3988              Date: 19 Oct 2003 17:54:59 +0200
3989              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
3990      Branch: perl
3991            ! perlio.c
3992 ____________________________________________________________________________
3993 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
3994         Log: Skip the chflags tests in filetest.t on Darwin.
3995      Branch: perl
3996            ! lib/filetest.t
3997 ____________________________________________________________________________
3998 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
3999         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
4000              flag on the hash when rehashing. Can turn off the "rehasing" flag
4001              if the hash is cleared
4002      Branch: perl
4003            ! hv.c
4004 ____________________________________________________________________________
4005 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
4006         Log: -u is deprecated.
4007              Subject: Re: why PERL5LIB is ignored when -T is in effect
4008              From: Slaven Rezic <slaven@rezic.de>
4009              Date: Fri, 17 Oct 2003 10:02:31 +0000
4010              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
4011      Branch: perl
4012            ! perl.c
4013 ____________________________________________________________________________
4014 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
4015         Log: The compilation of PerlIO::via may hang on AIX when
4016              compiling with vac at -O3 optimization level. Disable
4017              optimization for this module.
4018      Branch: perl
4019            + ext/PerlIO/via/hints/aix.pl
4020            ! MANIFEST
4021 ____________________________________________________________________________
4022 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
4023         Log: Plan C for foiling the algorithmic complexity attack
4024              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
4025              Chip's plan B (do something new inside the hv functions)
4026              and introspective sort)
4027              Provides infrastructure for hashes to change their hash function
4028              if necessary, and code in hsplit to detect pathalogical data and
4029              instigate a random rehashing.
4030              Needs refinement. Let's see how much smoke it creates.
4031      Branch: perl
4032            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
4033            ! util.c
4034 ____________________________________________________________________________
4035 [ 21470] By: davem                                 on 2003/10/16  20:03:44
4036         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
4037              PL_main_root is freed; this may not have been be the case if a
4038              thread other than the main one is the last to be destroyed
4039      Branch: perl
4040            ! ext/threads/t/thread.t pad.h perl.c
4041 ____________________________________________________________________________
4042 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
4043         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
4044              (as suggested by Jan Dubois)
4045      Branch: perl
4046            ! hv.c
4047 ____________________________________________________________________________
4048 [ 21468] By: ams                                   on 2003/10/16  19:00:14
4049         Log: Subject: Re: assert.h breaks perl.h
4050              From: Alexey Tourbin <at@altlinux.ru>
4051              Date: Thu, 16 Oct 2003 22:24:35 +0400
4052              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
4053      Branch: perl
4054            ! sv.h
4055 ____________________________________________________________________________
4056 [ 21467] By: ams                                   on 2003/10/16  18:57:57
4057         Log: Subject: [PATCH] Tie::Hash documentation
4058              From: Slaven Rezic <slaven@rezic.de>
4059              Date: Thu, 16 Oct 2003 17:57:35 +0000
4060              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
4061      Branch: perl
4062            ! lib/Tie/Hash.pm
4063 ____________________________________________________________________________
4064 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
4065         Log: Further tweak on change #21464.
4066      Branch: perl
4067            ! perl.c
4068 ____________________________________________________________________________
4069 [ 21464] By: ams                                   on 2003/10/16  08:42:50
4070         Log: Subject: perl -h tweak [PATCH]
4071              From: Gisle Aas <gisle@ActiveState.com>
4072              Date: 16 Oct 2003 02:49:39 -0700
4073              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
4074      Branch: perl
4075            ! perl.c
4076 ____________________________________________________________________________
4077 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
4078         Log: Perlfaq1 : take notice that 5.8.1 is now released.
4079      Branch: perl
4080            ! pod/perlfaq1.pod
4081 ____________________________________________________________________________
4082 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
4083         Log: PerlFAQ sync. (only actual changes)
4084      Branch: perl
4085            ! pod/perlfaq4.pod
4086 ____________________________________________________________________________
4087 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
4088         Log: Typos.
4089      Branch: perl
4090            ! hints/aix.sh
4091 ____________________________________________________________________________
4092 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
4093         Log: Fix bug [perl #24212] : improper error recovery in the
4094              tokenizer after an unknown filetest operator.
4095      Branch: perl
4096            ! t/comp/parser.t toke.c
4097 ____________________________________________________________________________
4098 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
4099         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
4100      Branch: perl
4101            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4102            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
4103            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
4104            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4105            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4106            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
4107 ____________________________________________________________________________
4108 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
4109         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
4110              Based on a idea by Alex Hudson. (Basically those are unix domain
4111              sockets whose name has a '\0' as first character.)
4112      Branch: perl
4113            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
4114 ____________________________________________________________________________
4115 [ 21449] By: ams                                   on 2003/10/15  06:32:44
4116         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
4117              From: Autrijus Tang <autrijus@autrijus.org>
4118              Date: Tue, 14 Oct 2003 18:32:28 +0800
4119              Message-Id: <1066127547.65845.35.camel@localhost>
4120      Branch: perl
4121            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
4122            ! lib/ExtUtils/MakeMaker.pm
4123 ____________________________________________________________________________
4124 [ 21448] By: ams                                   on 2003/10/15  05:56:12
4125         Log: Rewrite #21447.
4126      Branch: perl
4127            ! pod/perliol.pod
4128 ____________________________________________________________________________
4129 [ 21447] By: ams                                   on 2003/10/15  05:36:48
4130         Log: Subject: [patch pod/perliol.pod]
4131              From: Stas Bekman <stas@stason.org>
4132              Date: Tue, 14 Oct 2003 18:05:29 -0700
4133              Message-Id: <3F8C9D59.3040403@stason.org>
4134      Branch: perl
4135            ! pod/perliol.pod
4136 ____________________________________________________________________________
4137 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
4138         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
4139              (the routine used by perl level HV operations)
4140      Branch: perl
4141            ! hv.c
4142 ____________________________________________________________________________
4143 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
4144         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
4145              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4146              Date: Tue, 30 Sep 2003 19:23:34 +0200
4147              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
4148      Branch: perl
4149            ! ext/Devel/PPPort/PPPort.pm
4150 ____________________________________________________________________________
4151 [ 21442] By: ams                                   on 2003/10/13  08:41:17
4152         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
4153              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
4154              Date: 12 Oct 2003 09:01:25 -0000
4155              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
4156      Branch: perl
4157            ! lib/strict.pm
4158 ____________________________________________________________________________
4159 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
4160         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
4161              From: Jan Dubois <jand@ActiveState.com>
4162              Date: Sun, 12 Oct 2003 22:09:39 -0700
4163              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
4164      Branch: perl
4165            ! universal.c
4166 ____________________________________________________________________________
4167 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
4168         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx 
4169              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
4170              Date: 5 Oct 2003 20:55:56 -0000
4171              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
4172      Branch: perl
4173            ! mg.c
4174 ____________________________________________________________________________
4175 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
4176         Log: Subject: [PATCH] Tie::Hash documentation
4177              From: Slaven Rezic <slaven@rezic.de>
4178              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
4179              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
4180      Branch: perl
4181            ! lib/Tie/Hash.pm
4182 ____________________________________________________________________________
4183 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
4184         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
4185              From: Slaven Rezic <slaven@rezic.de>
4186              Date: 07 Oct 2003 00:04:34 +0200
4187              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
4188      Branch: perl
4189            ! hints/darwin.sh
4190 ____________________________________________________________________________
4191 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
4192         Log: Minor nit in perlrun, spotted by Art Haas.
4193      Branch: perl
4194            ! pod/perlrun.pod
4195 ____________________________________________________________________________
4196 [ 21436] By: ams                                   on 2003/10/10  19:05:55
4197         Log: Subject: [PATCH] threads::async + some cleanup
4198              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4199              Date: Fri, 10 Oct 2003 16:37:55 +0200
4200              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
4201      Branch: perl
4202            ! ext/threads/threads.pm
4203 ____________________________________________________________________________
4204 [ 21435] By: ams                                   on 2003/10/10  19:02:34
4205         Log: Make everyone stop posting to p5p about 0e0.
4206      Branch: perl
4207            ! pod/perlsyn.pod
4208 ____________________________________________________________________________
4209 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
4210         Log: Put all pre-processor #s on the first column (some compilers are picky)
4211              [perl #24167] `#' comment signs not at the very beginning of a line
4212      Branch: perl
4213            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
4214            ! perl.h regcomp.c
4215 ____________________________________________________________________________
4216 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
4217         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
4218              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
4219              to t/test.pl.
4220      Branch: perl
4221            - t/op/nothr5005.t
4222            ! MANIFEST t/op/args.t
4223 ____________________________________________________________________________
4224 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
4225         Log: Document the behaviour of filetest operators regarding parentheses.
4226              This fixes bug #24127 (by documenting it as a feature.)
4227      Branch: perl
4228            ! pod/perlop.pod
4229 ____________________________________________________________________________
4230 [ 21430] By: ams                                   on 2003/10/09  07:55:34
4231         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
4232              calculations in regcomp.c
4233              From: Eric Promislow <ericp@ActiveState.com>
4234              Date: Wed, 8 Oct 2003 17:42:42 -0700
4235              Message-Id: <20031008174242.A17544@ActiveState.com>
4236      Branch: perl
4237            ! regcomp.c
4238 ____________________________________________________________________________
4239 [ 21429] By: ams                                   on 2003/10/09  07:43:56
4240         Log: Patch based on:
4241              
4242              Subject: [perl #24157] -MModule=} is broken
4243              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
4244              Date: 7 Oct 2003 21:47:43 -0000
4245              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
4246              
4247              (Includes a fix for a similar problem in -A, but not -d.)
4248      Branch: perl
4249            ! perl.c
4250 ____________________________________________________________________________
4251 [ 21428] By: ams                                   on 2003/10/09  02:32:07
4252         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
4253              grok_numeric_radix()
4254              From: Jan Dubois <jand@ActiveState.com>
4255              Date: Wed, 08 Oct 2003 20:37:42 -0700
4256              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
4257      Branch: perl
4258            ! ext/Devel/PPPort/PPPort.pm
4259 ____________________________________________________________________________
4260 [ 21427] By: ams                                   on 2003/10/09  01:36:18
4261         Log: Subject: Re: require patch breaks locale
4262              From: Rick Delaney <rick@bort.ca>
4263              Date: Wed, 8 Oct 2003 22:41:55 -0400
4264              Message-Id: <20031008224155.A14638@biff.bort.ca>
4265      Branch: perl
4266            ! t/comp/require.t
4267 ____________________________________________________________________________
4268 [ 21426] By: ams                                   on 2003/10/09  01:26:57
4269         Log: Subject: Re: Simple @INC hook core dump [PATCH]
4270              From: Gisle Aas <gisle@ActiveState.com>
4271              Date: 08 Oct 2003 13:35:28 -0700
4272              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
4273      Branch: perl
4274            ! t/op/inccode.t
4275 ____________________________________________________________________________
4276 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
4277         Log: Fix bug #24108: Goto +foo broken
4278              the fix having been suggested by xmath via Juerd.
4279      Branch: perl
4280            ! op.c t/op/goto.t
4281 ____________________________________________________________________________
4282 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
4283         Log: Subject: Re: Simple @INC hook core dump [PATCH]
4284              From: Gisle Aas <gisle@ActiveState.com>
4285              Date: 08 Oct 2003 04:47:33 -0700
4286              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
4287      Branch: perl
4288            ! pp_ctl.c
4289 ____________________________________________________________________________
4290 [ 21423] By: ams                                   on 2003/10/08  10:09:41
4291         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
4292              From: Abigail <abigail@abigail.nl>
4293              Date: Wed, 8 Oct 2003 03:50:49 -0700
4294              Message-Id: <20031008105049.GA15770@ucan.foad.org>
4295      Branch: perl
4296            ! pod/perlrun.pod
4297 ____________________________________________________________________________
4298 [ 21422] By: ams                                   on 2003/10/08  06:13:07
4299         Log: "Are implicit undefs true?" asks Gisle.
4300      Branch: perl
4301            ! pod/perlsyn.pod
4302 ____________________________________________________________________________
4303 [ 21421] By: ams                                   on 2003/10/08  03:20:00
4304         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
4305              From: schwern@pobox.com
4306              Date: Tue, 7 Oct 2003 20:39:36 -0700
4307              Message-Id: <20031007203936.X4301@ttul.org>
4308              
4309              (Originally from Shlomi Fish. Applied with tweaks.)
4310      Branch: perl
4311            ! pod/perlop.pod
4312 ____________________________________________________________________________
4313 [ 21420] By: ams                                   on 2003/10/07  19:51:35
4314         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
4315              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
4316      Branch: perl
4317            ! pod/perlsyn.pod sv.c t/op/pow.t
4318 ____________________________________________________________________________
4319 [ 21419] By: ams                                   on 2003/10/07  04:03:34
4320         Log: Why should -3**$x be more precisely determined than 3**$x?
4321      Branch: perl
4322            ! t/op/pow.t
4323 ____________________________________________________________________________
4324 [ 21418] By: ams                                   on 2003/10/07  03:59:38
4325         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
4326              From: schwern@pobox.com
4327              Date: Mon, 6 Oct 2003 13:14:36 -0700
4328              Message-Id: <20031006131436.G20960@ttul.org>
4329      Branch: perl
4330            ! lib/UNIVERSAL.pm t/op/universal.t
4331 ____________________________________________________________________________
4332 [ 21417] By: ams                                   on 2003/10/07  03:55:18
4333         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
4334              know what I mean.
4335      Branch: perl
4336            ! pod/perlfunc.pod
4337 ____________________________________________________________________________
4338 [ 21416] By: ams                                   on 2003/10/07  03:37:01
4339         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
4340              From: Stas Bekman <stas@stason.org>
4341              Date: Mon, 06 Oct 2003 21:19:53 -0700
4342              Message-Id: <3F823EE9.4030103@stason.org>
4343      Branch: perl
4344            ! sv.c
4345 ____________________________________________________________________________
4346 [ 21415] By: ams                                   on 2003/10/06  17:30:31
4347         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
4348              From: Rick Delaney <rick@bort.ca>
4349              Date: Tue, 23 Sep 2003 12:14:52 -0400
4350              Message-ID: <20030923121452.G18845@biff.bort.ca>
4351      Branch: perl
4352            ! pp_ctl.c t/comp/require.t
4353 ____________________________________________________________________________
4354 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
4355         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
4356              From: Abigail <abigail@abigail.nl>
4357              Date: Wed, 1 Oct 2003 14:19:43 +0200
4358              Message-ID: <20031001121943.GA29419@abigail.nl>
4359      Branch: perl
4360            ! lib/warnings.t
4361 ____________________________________________________________________________
4362 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
4363         Log: Fixes in the modules maintainers list.
4364      Branch: perl
4365            ! Porting/Maintainers.pl
4366 ____________________________________________________________________________
4367 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
4368         Log: Fix broken link in perltodo.pod.
4369      Branch: perl
4370            ! pod/perltodo.pod
4371 ____________________________________________________________________________
4372 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
4373         Log: Typos in perldiag.
4374      Branch: perl
4375            ! pod/perldiag.pod
4376 ____________________________________________________________________________
4377 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
4378         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
4379              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
4380              Date: Mon, 6 Oct 2003 08:45:29 +0200 
4381              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
4382      Branch: perl
4383            ! pod/perlapi.pod pp_pack.c
4384 ____________________________________________________________________________
4385 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
4386         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
4387              From: Abigail <abigail@abigail.nl>
4388              Date: Mon, 6 Oct 2003 05:55:21 -0700
4389              Message-ID: <20031006125521.GA26446@ucan.foad.org>
4390      Branch: perl
4391            ! pod/perlfunc.pod
4392 ____________________________________________________________________________
4393 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
4394         Log: Add a new option --check to Porting/Maintainers,
4395              to check for files who are listed for several maintainers.
4396      Branch: perl
4397            ! Porting/Maintainers.pm
4398 ____________________________________________________________________________
4399 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
4400         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
4401              From: Fergal Daly <fergal@esatclear.ie>
4402              Date: Mon, 6 Oct 2003 00:25:29 +0100
4403              Message-Id: <200310060025.29122.fergal@esatclear.ie>
4404              
4405              Plus regeneration of META.yml
4406      Branch: perl
4407            ! META.yml Porting/makemeta
4408 ____________________________________________________________________________
4409 [ 21406] By: ams                                   on 2003/10/06  04:22:11
4410         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
4411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4412              Date: Sun, 5 Oct 2003 21:27:54 +0200
4413              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
4414              (Applied with tweaks to op.c and a comment.)
4415      Branch: perl
4416            ! op.c t/lib/warnings/op
4417 ____________________________________________________________________________
4418 [ 21405] By: ams                                   on 2003/10/06  03:56:54
4419         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
4420              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
4421              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
4422              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
4423              (Applied with minor tweaks.)
4424      Branch: perl
4425            ! pod/perlsyn.pod
4426 ____________________________________________________________________________
4427 [ 21404] By: ams                                   on 2003/10/06  03:32:50
4428         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
4429              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
4430              Date: 5 Oct 2003 18:40:36 -0000
4431              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
4432              (Applied without $VERSION update.)
4433      Branch: perl
4434            ! lib/Tie/Hash.pm
4435 ____________________________________________________________________________
4436 [ 21403] By: ams                                   on 2003/10/06  03:26:39
4437         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
4438              From: Robert Spier <rspier@pobox.com>
4439              Date: Sun, 05 Oct 2003 21:34:30 -0700
4440              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
4441      Branch: perl
4442            ! pod/perlretut.pod
4443 ____________________________________________________________________________
4444 [ 21402] By: ams                                   on 2003/10/05  03:08:53
4445         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
4446              From: Steve Grazzini <grazz@pobox.com>
4447              Date: Sat, 4 Oct 2003 18:15:23 -0400
4448              Message-Id: <20031004221523.GA29324@grazzini.net>
4449      Branch: perl
4450            ! pp_sys.c
4451 ____________________________________________________________________________
4452 [ 21401] By: ams                                   on 2003/10/02  17:25:34
4453         Log: Subject: Re: 5.8.1 and srand
4454              From: Slaven Rezic <slaven@rezic.de>
4455              Date: Thu, 2 Oct 2003 15:51:11 +0000
4456              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
4457      Branch: perl
4458            ! t/op/fork.t
4459 ____________________________________________________________________________
4460 [ 21400] By: hv                                    on 2003/10/02  09:34:36
4461         Log: minor cleanup for Changes
4462      Branch: perl
4463            ! Changes
4464 ____________________________________________________________________________
4465 [ 21399] By: hv                                    on 2003/10/02  09:18:27
4466         Log: Update changes
4467      Branch: perl
4468            ! Changes patchlevel.h
4469 ____________________________________________________________________________
4470 [ 21398] By: hv                                    on 2003/10/02  09:15:42
4471         Log: build perlapi.pod in deterministic order even when functions differ
4472              only in case; regen perlapi.pod
4473      Branch: perl
4474            ! autodoc.pl pod/perlapi.pod
4475 ____________________________________________________________________________
4476 [ 21397] By: ams                                   on 2003/10/02  07:48:51
4477         Log: Subject: Re: 5.8.1 and srand
4478              From: Brendan O'Dea <bod@debian.org>
4479              Date: Thu, 2 Oct 2003 10:30:36 +1000
4480              Message-Id: <20031002003036.GA9198@londo.c47.org>
4481      Branch: perl
4482            ! util.c
4483 ____________________________________________________________________________
4484 [ 21396] By: ams                                   on 2003/10/01  22:18:13
4485         Log: Update Changes.
4486      Branch: perl
4487            ! Changes patchlevel.h
4488 ____________________________________________________________________________
4489 [ 21394] By: ams                                   on 2003/10/01  20:28:20
4490         Log: Subject: misapplied patch 19452
4491              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4492              Date: Tue, 30 Sep 2003 06:01:50 -0700
4493              Message-Id: <20030930130150.GA1436@efn.org>
4494      Branch: perl
4495            ! pp_hot.c
4496 ____________________________________________________________________________
4497 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
4498         Log: Revamp the section on local() in perlsub.
4499              - avoid using the word "declare" in conjunction with local()
4500              - less archaelogical references
4501              - more about localization of lvalues
4502              - removes examples of localization of tied hashes that don't work
4503              - give titles to subsections
4504              - explain localization of magic values
4505              - explain localization of globs
4506              - fix link to perldelta
4507      Branch: perl
4508            ! pod/perlsub.pod
4509 ____________________________________________________________________________
4510 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
4511         Log: Useless "local $_" in a perlfaq3 example
4512      Branch: perl
4513            ! pod/perlfaq3.pod
4514 ____________________________________________________________________________
4515 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
4516         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
4517              From: grommel@sears.com
4518              Date: Mon, 29 Sep 2003 14:45:16 -0500
4519              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
4520      Branch: perl
4521            ! hints/svr4.sh t/op/pack.t
4522 ____________________________________________________________________________
4523 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
4524         Log: Add a TODO test for bug #23790, by Abigail
4525      Branch: perl
4526            ! t/op/sub_lval.t
4527 ____________________________________________________________________________
4528 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
4529         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
4530              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4531              Date: Tue, 30 Sep 2003 04:53:02 -0700
4532              Message-ID: <20030930115302.GA3200@efn.org>
4533      Branch: perl
4534            ! pod/perlfunc.pod
4535 ____________________________________________________________________________
4536 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
4537         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
4538              From: Tom Horsley <Tom.Horsley@ccur.com>
4539              Date: Mon, 29 Sep 2003 13:00:09 GMT
4540              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
4541      Branch: perl
4542            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
4543 ____________________________________________________________________________
4544 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
4545         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
4546              From: Steve Hay <steve.hay@uk.radan.com>
4547              Date: Mon, 29 Sep 2003 11:50:23 +0100
4548              Message-ID: <3F780E6F.3020704@uk.radan.com>
4549      Branch: perl
4550            ! pod/splitpod
4551 ____________________________________________________________________________
4552 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
4553         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
4554              From: Brendan O'Dea <bod@debian.org>
4555              Date: Sun, 28 Sep 2003 23:23:34 +1000
4556              Message-ID: <20030928132334.GA29499@londo.c47.org>
4557      Branch: perl
4558            ! pod/perlrun.pod
4559 ____________________________________________________________________________
4560 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
4561         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
4562      Branch: perl
4563            ! Porting/Maintainers.pl
4564 ____________________________________________________________________________
4565 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
4566         Log: Missing +x bits.
4567      Branch: perl
4568            ! Porting/makerel
4569 ____________________________________________________________________________
4570 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
4571         Log: Update the perldelta for 5.9.0.
4572      Branch: perl
4573            ! pod/perldelta.pod
4574 ____________________________________________________________________________
4575 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
4576         Log: Add the perl581delta manpage.
4577              Regenerate the table of contents.
4578      Branch: perl
4579            + pod/perl581delta.pod
4580            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
4581            ! vms/descrip_mms.template win32/pod.mak
4582 ____________________________________________________________________________
4583 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
4584         Log: Update perlhist.pod
4585      Branch: perl
4586            ! pod/perlhist.pod
4587 ____________________________________________________________________________
4588 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
4589         Log: Sync with libnet 1.17
4590      Branch: perl
4591            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
4592 ____________________________________________________________________________
4593 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
4594         Log: Update to Scalar-List-Utils 1.13
4595      Branch: perl
4596            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
4597            ! ext/List/Util/lib/List/Util.pm
4598            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
4599 ____________________________________________________________________________
4600 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
4601         Log: CPAN sites update.
4602      Branch: perl
4603            ! pod/perlmodlib.PL
4604 ____________________________________________________________________________
4605 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
4606         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
4607              From: Greg Matheson <lang@ms.chinmin.edu.tw>
4608              Date: Wed, 24 Sep 2003 22:51:09 +0800
4609              Message-ID: <20030924225109.A17126@ms>
4610              
4611              (Win98 + MinGW, a missing Win95.pm hunk)
4612      Branch: perl
4613            ! lib/ExtUtils/MM_Win95.pm
4614 ____________________________________________________________________________
4615 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
4616         Log: AUTHORS tweak.
4617      Branch: perl
4618            ! AUTHORS
4619 ____________________________________________________________________________
4620 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
4621         Log: Even though undefing SPACE and FORMAT should be safe,
4622              at this point I'm choosing to be paranoid and using
4623              #ifdef __Lynx__.
4624      Branch: perl
4625            ! perl.h
4626 ____________________________________________________________________________
4627 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
4628         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS 
4629              From: Olli Savia (via RT) <perlbug-followup@perl.org>
4630              Date: 24 Sep 2003 15:42:41 -0000
4631              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
4632      Branch: perl
4633            ! mg.c perl.h perlio.c pp_sys.c
4634 ____________________________________________________________________________
4635 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
4636         Log: Subject: [DOCPATCH] attributes.pm
4637              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4638              Date: Wed, 24 Sep 2003 11:00:42 +0200
4639              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
4640              
4641              (reformatted a bit)
4642      Branch: perl
4643            ! lib/attributes.pm
4644 ____________________________________________________________________________
4645 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
4646         Log: A fix from Graham for
4647              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
4648              (seemingly a NV casting issue)
4649      Branch: perl
4650            ! ext/List/Util/Util.xs
4651 ____________________________________________________________________________
4652 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
4653         Log: Someone actually reads the Makefile.PL messages, it seems.
4654              (from Jonathan Leffler)
4655      Branch: perl
4656            ! ext/Time/HiRes/Makefile.PL
4657 ____________________________________________________________________________
4658 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
4659         Log: perliol tweaks.
4660      Branch: perl
4661            ! pod/perliol.pod
4662 ____________________________________________________________________________
4663 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
4664         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
4665              (plus a few typos.)
4666      Branch: perl
4667            ! pod/perlfaq7.pod pod/perlpodspec.pod
4668 ____________________________________________________________________________
4669 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
4670         Log: Subject: [PATCH] perlvar
4671              From: Juerd <juerd@convolution.nl>
4672              Date: Sun, 21 Sep 2003 21:40:54 +0200
4673              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
4674      Branch: perl
4675            ! pod/perlvar.pod
4676 ____________________________________________________________________________
4677 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
4678         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
4679              From: grommel@sears.com
4680              Date: Tue, 23 Sep 2003 13:40:33 -0500
4681              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
4682      Branch: perl
4683            ! hints/svr4.sh t/op/stat.t
4684 ____________________________________________________________________________
4685 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
4686         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
4687              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4688              Date: Tue, 23 Sep 2003 09:13:55 -0700
4689              Message-ID: <20030923161354.GA2432@efn.org>
4690      Branch: perl
4691            ! INSTALL
4692 ____________________________________________________________________________
4693 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
4694         Log: Minor nit in a debug message of the tokenizer.
4695      Branch: perl
4696            ! toke.c
4697 ____________________________________________________________________________
4698 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
4699         Log: Let's call it 2.34, already (from Johan).
4700      Branch: perl
4701            ! lib/Getopt/Long.pm
4702 ____________________________________________________________________________
4703 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
4704         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
4705              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4706              Date: Tue, 23 Sep 2003 15:04:35 +0200
4707              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
4708              
4709              (add -we147 to ccflags if cc = ICC so that prototype
4710              detection works right)
4711      Branch: perl
4712            ! hints/linux.sh
4713 ____________________________________________________________________________
4714 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
4715         Log: Bump the Encode version to 1.9801 since we are no more identical
4716              to the CPAN version.
4717      Branch: perl
4718            ! ext/Encode/Encode.pm
4719 ____________________________________________________________________________
4720 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
4721         Log: ucmlintage.
4722      Branch: perl
4723            ! ext/Encode/ucm/gsm0338.ucm
4724 ____________________________________________________________________________
4725 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
4726         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
4727              
4728              Fix as much as possible - the specification is still
4729              a bit unclear.
4730      Branch: perl
4731            + ext/Encode/t/gsm0338.t
4732            ! MANIFEST ext/Encode/MANIFEST
4733            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
4734 ____________________________________________________________________________
4735 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
4736         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
4737              From: Stephen McCamant <smcc@MIT.EDU>
4738              Date: Mon, 22 Sep 2003 20:53:57 -0700
4739              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
4740      Branch: perl
4741            ! ext/B/B/Deparse.pm
4742 ____________________________________________________________________________
4743 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
4744         Log: Subject: [PATCH] RC5 and Intel's ICC
4745              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4746              Date: Mon, 22 Sep 2003 22:52:40 +0200
4747              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
4748              
4749              (the missing void return type)
4750      Branch: perl
4751            ! ext/threads/shared/shared.xs
4752 ____________________________________________________________________________
4753 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
4754         Log: Subject: [PATCH] RC5 and Intel's ICC
4755              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4756              Date: Mon, 22 Sep 2003 22:52:40 +0200
4757              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
4758              
4759              (the attribute part)
4760      Branch: perl
4761            ! ext/Devel/PPPort/PPPort.pm perl.h
4762 ____________________________________________________________________________
4763 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
4764         Log: Stray CRs noticed by Jan Dubois.
4765      Branch: perl
4766            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
4767 ____________________________________________________________________________
4768 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
4769         Log: The RCs have been missing CRs from certain files because
4770              not all shells can handle multiline arguments right.
4771      Branch: perl
4772            ! Porting/makerel
4773 ____________________________________________________________________________
4774 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
4775         Log: When localising a magic value, propagæte the readonly flag
4776              only if this scalar has \0 magic or has magic without a
4777              'set' method. (follows change #20479 for bug #23141.)
4778      Branch: perl
4779            ! scope.c t/op/local.t
4780 ____________________________________________________________________________
4781 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
4782         Log: An error message need not be a novel.
4783      Branch: perl
4784            ! pod/perldiag.pod pp_hot.c
4785 ____________________________________________________________________________
4786 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
4787         Log: Upgrade to Math::BigInt 1.66.
4788      Branch: perl
4789            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4790            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4791            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4792            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
4793            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4794 ____________________________________________________________________________
4795 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
4796         Log: Some more perlio doc tweaks based on NI-S.
4797      Branch: perl
4798            ! pod/perliol.pod
4799 ____________________________________________________________________________
4800 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
4801         Log: Upgrade to Time::HiRes 1.51.
4802      Branch: perl
4803            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4804 ____________________________________________________________________________
4805 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
4806         Log: Upgrade to Getopt::Long 2.33_03.
4807      Branch: perl
4808            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4809 ____________________________________________________________________________
4810 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
4811         Log: CPAN.pm 1.76_01 from Andreas.
4812      Branch: perl
4813            ! lib/CPAN.pm
4814 ____________________________________________________________________________
4815 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
4816         Log: Regen toc.
4817      Branch: perl
4818            ! pod/perltoc.pod
4819 ____________________________________________________________________________
4820 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
4821         Log: Handle also the curliffy files when tocing.
4822      Branch: perl
4823            ! pod/buildtoc
4824 ____________________________________________________________________________
4825 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
4826         Log: Macrofy the compile/runtime test.
4827      Branch: perl
4828            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
4829 ____________________________________________________________________________
4830 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
4831         Log: Tweak the section name to agree with the change #21295.
4832      Branch: perl
4833            ! lib/PerlIO.pm
4834 ____________________________________________________________________________
4835 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
4836         Log: One obvious place to look for PerlIO implementations.
4837      Branch: perl
4838            ! pod/perliol.pod
4839 ____________________________________________________________________________
4840 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
4841         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
4842              From: Dave Mitchell <davem@fdgroup.com>
4843              Date: Fri, 19 Sep 2003 19:35:44 +0100
4844              Message-ID: <20030919183544.GA14563@fdgroup.com>
4845      Branch: perl
4846            ! pp_ctl.c
4847 ____________________________________________________________________________
4848 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
4849         Log: More PerlIO documentation. 
4850      Branch: perl
4851            ! lib/PerlIO.pm pod/perliol.pod
4852 ____________________________________________________________________________
4853 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
4854         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
4855              (The real bug was mp2 being too "friendly" with MM innards.)
4856      Branch: perl
4857            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4858            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
4859 ____________________________________________________________________________
4860 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
4861         Log: In FreeBSD allow one to try using Perl's malloc with threads.
4862      Branch: perl
4863            ! hints/freebsd.sh
4864 ____________________________________________________________________________
4865 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
4866         Log: Missing perlfaq chunk.
4867      Branch: perl
4868            ! pod/perlfaq4.pod
4869 ____________________________________________________________________________
4870 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
4871         Log: FAQ sync.
4872      Branch: perl
4873            ! pod/perlfaq4.pod
4874 ____________________________________________________________________________
4875 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
4876         Log: Subject: typo fixo
4877              From: Vadim Konovalov <konovalo@mail.wplus.net>
4878              Date: Fri, 19 Sep 2003 06:32:08 +0400
4879              Message-ID: <4538131828.20030919063208@mail.wplus.net>
4880      Branch: perl
4881            ! pod/perlunicode.pod
4882 ____________________________________________________________________________
4883 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
4884         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
4885              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4886              Date: Thu, 18 Sep 2003 19:01:06 -0700
4887              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
4888      Branch: perl
4889            ! os2/os2.c
4890 ____________________________________________________________________________
4891 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
4892         Log: Tests for change #21284.
4893      Branch: perl
4894            ! lib/dumpvar.t
4895 ____________________________________________________________________________
4896 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
4897         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
4898              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4899              Date: Thu, 18 Sep 2003 18:58:59 -0700
4900              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
4901      Branch: perl
4902            ! lib/dumpvar.pl
4903 ____________________________________________________________________________
4904 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
4905         Log: Perlfaq nits from Iain Truskett.
4906              (from the perlfaq-workers list)
4907      Branch: perl
4908            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
4909 ____________________________________________________________________________
4910 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
4911         Log: Integrate a change from the perlfaq CVS.
4912              I consider the bleadperl version being more up-to-date as of now.
4913      Branch: perl
4914            ! pod/perlfaq3.pod
4915 ____________________________________________________________________________
4916 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
4917         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
4918              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4919              Date: Thu, 18 Sep 2003 11:02:02 -0700
4920              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
4921              
4922              (use stat.t instead of time.t)
4923      Branch: perl
4924            ! os2/os2ish.h pp_sys.c t/op/stat.t
4925 ____________________________________________________________________________
4926 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
4927         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
4928              From: Rick Delaney <rick.delaney@rogers.com>
4929              Date: Wed, 1 Jan 2003 22:54:59 -0500
4930              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
4931              
4932              (Pity the first patch fell through the cracks back then.
4933              Not that forbidding non-object copy constructors is the right
4934              thing to do but the bug could use fixing.)
4935      Branch: perl
4936            ! lib/overload.t pp.h
4937 ____________________________________________________________________________
4938 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
4939         Log: Subject: [PATCH] small fix for Devel::PPPort
4940              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
4941              Date: Thu, 18 Sep 2003 10:14:58 +0200
4942              Message-id: <20030918081458.GA2653@ethan>
4943      Branch: perl
4944            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
4945 ____________________________________________________________________________
4946 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
4947         Log: ld has many guises.
4948      Branch: perl
4949            ! lib/ExtUtils/t/MM_Unix.t
4950 ____________________________________________________________________________
4951 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
4952         Log: Missed OS/2 patch hunk.
4953      Branch: perl
4954            ! os2/os2.c
4955 ____________________________________________________________________________
4956 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
4957         Log: Subject: Patch for VMS::Filespec
4958              From: Ken Williams <ken@mathforum.org>
4959              Date: Wed, 17 Sep 2003 20:11:46 -0500
4960              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
4961      Branch: perl
4962            ! vms/ext/Filespec.pm
4963 ____________________________________________________________________________
4964 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
4965         Log: Subject: 5.8.1 warnings when long double == double
4966              From: Andy Dougherty <doughera@lafayette.edu>
4967              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
4968              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
4969              (the changed message)
4970      Branch: perl
4971            ! Configure
4972 ____________________________________________________________________________
4973 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
4974         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
4975              for "is this symbol defined" scanning of Configure.
4976      Branch: perl
4977            ! Configure
4978 ____________________________________________________________________________
4979 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
4980         Log: Make it possible to override the mistrustnm hint in Solaris.
4981      Branch: perl
4982            ! hints/solaris_2.sh
4983 ____________________________________________________________________________
4984 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
4985         Log: A potential fix for non-empty LD in Unix.
4986      Branch: perl
4987            ! lib/ExtUtils/t/MM_Unix.t
4988 ____________________________________________________________________________
4989 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
4990         Log: Subject: RE: MM in maint@21251 breaks mp2
4991              From: "Orton, Yves" <yves.orton@de.mci.com>
4992              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
4993              Date: Wed, 17 Sep 2003 15:47:35 +0100
4994      Branch: perl
4995            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4996            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
4997 ____________________________________________________________________________
4998 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
4999         Log: The AIX C product potentially consists of several packages,
5000              the main package being (hopefully) the first one.
5001      Branch: perl
5002            ! hints/aix.sh
5003 ____________________________________________________________________________
5004 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
5005         Log: Fix Solaris ccversion not having the cc version.
5006      Branch: perl
5007            ! hints/solaris_2.sh
5008 ____________________________________________________________________________
5009 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
5010         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
5011              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5012              Date: Tue, 16 Sep 2003 23:49:42 -0700
5013              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
5014      Branch: perl
5015            ! os2/os2ish.h
5016 ____________________________________________________________________________
5017 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
5018         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
5019              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5020              Date: Tue, 16 Sep 2003 23:21:48 -0700
5021              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
5022      Branch: perl
5023            ! os2/OS2/Process/t/os2_process.t
5024 ____________________________________________________________________________
5025 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
5026         Log: Subject: [PATCH 5.8.1 @21211] magic.t
5027              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5028              Date: Tue, 16 Sep 2003 19:17:57 -0700
5029              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
5030      Branch: perl
5031            ! t/op/magic.t
5032 ____________________________________________________________________________
5033 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
5034         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
5035              From: Dave Mitchell <davem@fdgroup.com>
5036              Date: Tue, 16 Sep 2003 21:56:20 +0100
5037              Message-ID: <20030916205620.GB1246@fdgroup.com>
5038      Branch: perl
5039            ! pod/perlfunc.pod
5040 ____________________________________________________________________________
5041 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
5042         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
5043      Branch: perl
5044            + ext/Time/HiRes/hints/svr4.pl
5045            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
5046 ____________________________________________________________________________
5047 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
5048         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
5049              From: Andy Dougherty <doughera@lafayette.edu>
5050              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
5051              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
5052      Branch: perl
5053            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
5054 ____________________________________________________________________________
5055 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
5056         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
5057              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
5058              Date: Wed, 4 Jun 2003 00:45:23 -0700
5059              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
5060      Branch: perl
5061            ! lib/Getopt/Std.pm
5062 ____________________________________________________________________________
5063 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
5064         Log: Give a concrete example of the still existing Unicode slowness.
5065      Branch: perl
5066            ! pod/perlunicode.pod
5067 ____________________________________________________________________________
5068 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
5069         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
5070              use File::Spec 0.8 is unhappy.
5071      Branch: perl
5072            ! lib/File/Spec.pm
5073 ____________________________________________________________________________
5074 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
5075         Log: The test is not needed, says Schwern.
5076      Branch: perl
5077            - lib/base/t/fields-560.t
5078            ! MANIFEST
5079 ____________________________________________________________________________
5080 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
5081         Log: Upgrade to File::Spec 0.85_03.
5082      Branch: perl
5083            + lib/File/Spec/t/crossplatform.t
5084            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
5085            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5086            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5087            ! lib/File/Spec/t/Spec.t
5088 ____________________________________________________________________________
5089 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
5090         Log: Upgrade to MakeMaker 6.17.
5091      Branch: perl
5092            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
5093            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
5094            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
5095            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5096            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5097            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
5098            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
5099            ! t/lib/MakeMaker/Test/Utils.pm
5100 ____________________________________________________________________________
5101 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
5102         Log: Upgrade to base 2.03.
5103              (Rename the fields-5.6.0.t to have less d.o.t.s.)
5104      Branch: perl
5105            + lib/base/t/base.t lib/base/t/fields-560.t
5106            + lib/base/t/fields-base.t lib/base/t/fields.t
5107            - lib/fields-base.t lib/fields.t
5108            ! MANIFEST lib/base.pm lib/fields.pm
5109 ____________________________________________________________________________
5110 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
5111         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
5112              From: PPrymmer@factset.com
5113              Date: Mon, 15 Sep 2003 15:28:52 -0400
5114              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
5115      Branch: perl
5116            ! lib/Memoize/t/tie_sdbm.t
5117 ____________________________________________________________________________
5118 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
5119         Log: Check the context of for/grep/map.
5120      Branch: perl
5121            ! t/op/grep.t
5122 ____________________________________________________________________________
5123 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
5124         Log: For-non-perlio places we need STDOUT back.
5125      Branch: perl
5126            ! t/io/dup.t
5127 ____________________________________________________________________________
5128 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
5129         Log: Also IRIX wants setlogsock('stream').
5130      Branch: perl
5131            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
5132 ____________________________________________________________________________
5133 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
5134         Log: More portable reading.
5135      Branch: perl
5136            ! t/io/dup.t
5137 ____________________________________________________________________________
5138 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
5139         Log: More dup testing.
5140      Branch: perl
5141            ! t/io/dup.t
5142 ____________________________________________________________________________
5143 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
5144         Log: Use $Config{_exe}.
5145      Branch: perl
5146            ! t/run/switches.t
5147 ____________________________________________________________________________
5148 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
5149         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
5150              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5151              Date: Sat, 13 Sep 2003 20:20:30 -0700
5152              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
5153      Branch: perl
5154            ! os2/os2.c t/run/switches.t
5155 ____________________________________________________________________________
5156 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
5157         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
5158              From: Michael G Schwern <schwern@pobox.com>
5159              Date: Thu, 11 Sep 2003 15:07:10 -0700
5160              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
5161              
5162              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
5163      Branch: perl
5164            ! lib/ExtUtils/t/Manifest.t
5165 ____________________________________________________________________________
5166 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
5167         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
5168              From: "Craig A. Berry" <craigberry@mac.com>
5169              Date: Sun, 14 Sep 2003 00:23:56 -0500
5170              Message-ID: <3F63FB6C.5040502@mac.com>
5171      Branch: perl
5172            ! perlio.c
5173 ____________________________________________________________________________
5174 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
5175         Log: parse_version doesn't always succeed.
5176      Branch: perl
5177            ! Porting/cmpVERSION.pl
5178 ____________________________________________________________________________
5179 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
5180         Log: pod changes, so change $VERSION.
5181      Branch: perl
5182            ! lib/Fatal.pm
5183 ____________________________________________________________________________
5184 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
5185         Log: Subject: Re: unicode regex problem
5186              From: hv@crypt.org
5187              Date: Sat, 13 Sep 2003 15:21:34 +0100
5188              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
5189      Branch: perl
5190            ! regcomp.c t/op/pat.t
5191 ____________________________________________________________________________
5192 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
5193         Log: More PerlIO warnings changes.
5194      Branch: perl
5195            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
5196 ____________________________________________________________________________
5197 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
5198         Log: The "perlio: " prefix looks a little odd
5199              in the few warning/error messages, since
5200              no other 'subsystems' have prefixes.
5201      Branch: perl
5202            ! perlio.c pod/perldiag.pod t/io/open.t
5203 ____________________________________________________________________________
5204 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
5205         Log: Layer names were recognized by their prefixes
5206              (e.g. open(F, ":u", "file") worked...)
5207      Branch: perl
5208            ! perlio.c t/io/open.t
5209 ____________________________________________________________________________
5210 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
5211         Log: Apparently at some point doing 3-arg open with
5212              illegal mode like ">>>" had stopped croaking.
5213      Branch: perl
5214            ! doio.c t/io/open.t
5215 ____________________________________________________________________________
5216 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
5217         Log: Minuscule code cleanup.
5218      Branch: perl
5219            ! doio.c
5220 ____________________________________________________________________________
5221 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
5222         Log: Subject: [perl #23788] int of a fraction errors 
5223              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
5224              Date: 11 Sep 2003 22:38:19 -0000
5225              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
5226              
5227              Add a separate faq entry for int().  (Yes, a bit redundant
5228              with the existing "why are my numbers broken" entry.)
5229      Branch: perl
5230            ! pod/perlfaq4.pod
5231 ____________________________________________________________________________
5232 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
5233         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
5234              From: Stas Bekman <stas@stason.org>
5235              Date: Fri, 12 Sep 2003 13:44:11 -0700
5236              Message-ID: <3F62301B.3080604@stason.org>
5237              
5238              s/discipline/IO layer/, instead of "unknown" say "unavailable",
5239              and have the fuller explanation in perldiag.
5240      Branch: perl
5241            ! doio.c pod/perldiag.pod
5242 ____________________________________________________________________________
5243 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
5244         Log: Make the new glob tests pass (well, skip) even with miniperl.
5245      Branch: perl
5246            ! t/run/fresh_perl.t
5247 ____________________________________________________________________________
5248 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
5249         Log: Stringify the $VERSION of DynaLoader so it's never dependent
5250              on localized float-to-string conversions.
5251      Branch: perl
5252            ! ext/DynaLoader/DynaLoader_pm.PL
5253 ____________________________________________________________________________
5254 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
5255         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
5256              since that would break a lot of code.)  Also few
5257              stray UTF16s, UTF32s, and "encoded in Unicode".
5258      Branch: perl
5259            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
5260            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
5261            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
5262            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
5263            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
5264 ____________________________________________________________________________
5265 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
5266         Log: The buildtoc now has options.
5267      Branch: perl
5268            ! pod/Makefile.SH
5269 ____________________________________________________________________________
5270 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
5271         Log: Some more tweaks on open ...&=.
5272      Branch: perl
5273            ! pod/perlfunc.pod
5274 ____________________________________________________________________________
5275 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
5276         Log: Slightly more documentation for open ...&=.
5277      Branch: perl
5278            ! pod/perlfunc.pod
5279 ____________________________________________________________________________
5280 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
5281         Log: Document the new strict strict in strict.
5282      Branch: perl
5283            ! lib/strict.pm
5284 ____________________________________________________________________________
5285 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
5286         Log: More comments for the FreeBSD threads hints.
5287      Branch: perl
5288            ! hints/freebsd.sh
5289 ____________________________________________________________________________
5290 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
5291         Log: More refactoring of the FreeBSD threads hints.
5292              Basically, for fresh enough 5.x the -pthread is dropped,
5293              otherwise keep it, and no known FreeBSD release has
5294              a functional gethostbyaddr_r.
5295      Branch: perl
5296            ! hints/freebsd.sh
5297 ____________________________________________________________________________
5298 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
5299         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
5300              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5301              Date: Thu, 11 Sep 2003 09:15:04 -0700
5302              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
5303      Branch: perl
5304            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
5305            ! os2/OS2/Process/Process.xs
5306 ____________________________________________________________________________
5307 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
5308         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
5309              From: "Brendan O'Dea" <bod@debian.org>
5310              Date: Fri, 12 Sep 2003 00:12:51 +1000
5311              Message-ID: <20030911141251.GA26907@londo.c47.org>
5312      Branch: perl
5313            ! perl.c
5314 ____________________________________________________________________________
5315 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
5316         Log: The change of not needing -pthread in FreeBSD 5.x
5317              is very recent (Sep 3) (from Anton Berezin).
5318      Branch: perl
5319            ! hints/freebsd.sh
5320 ____________________________________________________________________________
5321 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
5322         Log: Upgrade to Pod::Perldoc 3.10.
5323              (Yes, the doughera address change is wrong, but hardly worth 3.11.) 
5324      Branch: perl
5325            ! lib/Pod/Perldoc.pm
5326 ____________________________________________________________________________
5327 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
5328         Log: Upgrade to base 2.02.
5329      Branch: perl
5330            + lib/fields-base.t
5331            ! MANIFEST lib/base.pm lib/fields.t
5332 ____________________________________________________________________________
5333 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
5334         Log: Replace #21158 with a better patch from Hugo
5335              (for [perl #23769]).
5336      Branch: perl
5337            ! regcomp.c regexec.c t/op/pat.t
5338 ____________________________________________________________________________
5339 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
5340         Log: Subject: [PATCH][TESTS] dumpvar.pl
5341              From: Joe McMahon <mcmahon@metalab.unc.edu>
5342              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
5343              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
5344      Branch: perl
5345            ! lib/dumpvar.pl lib/dumpvar.t
5346 ____________________________________________________________________________
5347 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
5348         Log: Enache still wants -pthread gone for FreeBSD 5.x
5349              since it doesn't work with the latest -current.
5350      Branch: perl
5351            ! hints/freebsd.sh
5352 ____________________________________________________________________________
5353 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
5354         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
5355              From: Stas Bekman <stas@stason.org>
5356              Date: Thu, 28 Aug 2003 16:10:48 -0700
5357              Message-ID: <3F4E8BF8.1090800@stason.org>
5358      Branch: perl
5359            ! emacs/cperl-mode.el emacs/ptags
5360 ____________________________________________________________________________
5361 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
5362         Log: Retract #21149, sez Schwern.
5363      Branch: perl
5364            ! lib/Test/More.pm
5365 ____________________________________________________________________________
5366 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
5367         Log: Retract #21168 based on advice from Anton Berezin (added).
5368      Branch: perl
5369            ! hints/freebsd.sh
5370 ____________________________________________________________________________
5371 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
5372         Log: Subject: nit to hints/freebsd.sh
5373              From: Enache Adrian <enache@rdslink.ro>
5374              Date: Wed, 10 Sep 2003 19:50:59 +0300
5375              Message-ID: <20030910165059.GB1321@ratsnest.hole>
5376      Branch: perl
5377            ! hints/freebsd.sh
5378 ____________________________________________________________________________
5379 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
5380         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
5381              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
5382              Date: Sun, 31 Aug 2003 22:08:19 GMT
5383              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
5384              
5385              The test has been moved into warnings.pm's test suite. Note
5386              that this patch fixed as well the behaviour of warnings::enabled
5387              regarding lexical scoping and different files; hence the expected
5388              results in a few tests in /t/lib/warnings/9enabled has been
5389              reverted.
5390      Branch: perl
5391            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
5392 ____________________________________________________________________________
5393 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
5394         Log: Remove the warning in perlfaq about using map in void context :
5395              From: abigail@abigail.nl (Abigail)
5396              Subject: [PATCH perlfaq6] map in a void context.
5397              Date: Tue, 9 Sep 2003 10:31:58 +0200
5398              Message-ID: <20030909083158.GA24125@abigail.nl>
5399      Branch: perl
5400            ! pod/perlfaq6.pod
5401 ____________________________________________________________________________
5402 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
5403         Log: Subject: [PATCH] AUTHORS
5404              From: enache@rdslink.ro (Enache Adrian)
5405              Date: Tue, 9 Sep 2003 19:34:05 +0300
5406              Message-ID: <20030909163405.GB1398@ratsnest.hole>
5407      Branch: perl
5408            ! AUTHORS
5409 ____________________________________________________________________________
5410 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
5411         Log: Regen perlapi.
5412      Branch: perl
5413            ! pod/perlapi.pod
5414 ____________________________________________________________________________
5415 [ 21163] By: merijn                                on 2003/09/10  15:31:27
5416         Log: Subject: [perl #23778] hints/aix.sh 
5417              Date: 10 Sep 2003 16:30:32 -0000
5418              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
5419              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
5420      Branch: perl
5421            ! hints/aix.sh
5422 ____________________________________________________________________________
5423 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
5424         Log: blead version of #21161.
5425      Branch: perl
5426            ! pod/perlvar.pod
5427 ____________________________________________________________________________
5428 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
5429         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
5430              From: PPrymmer@factset.com
5431              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
5432              Date: Fri, 5 Sep 2003 17:46:48 -0400
5433      Branch: perl
5434            ! lib/File/Spec/t/Spec.t
5435 ____________________________________________________________________________
5436 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
5437         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
5438              From: Kurt Starsinic <kstar@cpan.org>
5439              Date: Tue, 9 Sep 2003 23:16:00 -0400
5440              Message-ID: <20030910031600.GA30554@verizon.net>
5441              
5442              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
5443              From: "Brendan O'Dea" <bod@debian.org>
5444              Date: Wed, 10 Sep 2003 22:03:15 +1000
5445              Message-ID: <20030910120315.GA1372@londo.c47.org>
5446      Branch: perl
5447            ! t/lib/h2ph.pht utils/h2ph.PL
5448 ____________________________________________________________________________
5449 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
5450         Log: Unicode regex broken on simple example
5451              regrepeat() did not work right for UTF-8(ed Latin-1)
5452              in the EXACT case, which made the \x{a0}+ fail.
5453      Branch: perl
5454            ! regexec.c t/op/pat.t
5455 ____________________________________________________________________________
5456 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
5457         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
5458      Branch: perl
5459            ! pp_hot.c t/io/utf8.t
5460 ____________________________________________________________________________
5461 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
5462         Log: Detypo and explain better.
5463      Branch: perl
5464            ! pod/perldiag.pod
5465 ____________________________________________________________________________
5466 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
5467         Log: If doing rcatline no point rescanning each time
5468              the beginning of the SV for utf8 validity.
5469      Branch: perl
5470            ! pp_hot.c
5471 ____________________________________________________________________________
5472 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
5473         Log: No utf8 warnings without use warnings.
5474      Branch: perl
5475            ! t/io/utf8.t
5476 ____________________________________________________________________________
5477 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
5478         Log: Reading a latin1 file with open(... "<:utf8") will freeze
5479              is no more valid, the script doesn't freeze, but I noticed
5480              that neither does the <FILE> complain about bad UTF-8 as it
5481              should and as it does with :encoding(utf8).
5482      Branch: perl
5483            ! pp_hot.c t/io/utf8.t
5484 ____________________________________________________________________________
5485 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
5486         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
5487              of Perl_utf8_is_string().
5488      Branch: perl
5489            ! embed.fnc embed.h global.sym proto.h utf8.c
5490 ____________________________________________________________________________
5491 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
5492         Log: Document a PerlIO/Encode warning.
5493      Branch: perl
5494            ! pod/perldiag.pod
5495 ____________________________________________________________________________
5496 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
5497         Log: Subject: Re: maint @ 21116
5498              From: Fergal Daly <fergal@esatclear.ie>
5499              Date: Tue, 9 Sep 2003 18:26:20 +0100
5500              Message-Id: <200309091826.20630.fergal@esatclear.ie>
5501              
5502              (added warning)
5503      Branch: perl
5504            ! lib/Test/More.pm
5505 ____________________________________________________________________________
5506 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
5507         Log: Adjust the test count.
5508      Branch: perl
5509            ! lib/Test/Simple/t/is_deeply.t
5510 ____________________________________________________________________________
5511 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
5512         Log: AUTHORS update from Dave Mitchell.
5513      Branch: perl
5514            ! AUTHORS
5515 ____________________________________________________________________________
5516 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
5517         Log: Retract #20548 and #20465.
5518      Branch: perl
5519            ! lib/Test/More.pm lib/Test/Simple/t/More.t
5520            ! lib/Test/Simple/t/is_deeply.t
5521 ____________________________________________________________________________
5522 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
5523         Log: Subject: Re: maint @ 21116
5524              From: Enache Adrian <enache@rdslink.ro>
5525              Date: Tue, 9 Sep 2003 16:59:44 +0300
5526              Message-ID: <20030909135944.GA1666@ratsnest.hole>
5527      Branch: perl
5528            ! makedef.pl
5529 ____________________________________________________________________________
5530 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
5531         Log: Retract #21132.
5532      Branch: perl
5533            ! makedef.pl perl.h
5534 ____________________________________________________________________________
5535 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
5536         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
5537      Branch: perl
5538            ! lib/Hash/Util.pm pod/perlrun.pod
5539 ____________________________________________________________________________
5540 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
5541         Log: Subject: =encoding in perlpod/perlpodspec
5542              From: sburke@cpan.org (Sean M. Burke)
5543              Date: Sun, 07 Sep 2003 03:08:28 -0800
5544              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
5545      Branch: perl
5546            ! pod/perlpod.pod pod/perlpodspec.pod
5547 ____________________________________________________________________________
5548 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
5549         Log: One more chance... Elizabeth's change #21107 plus
5550              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
5551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5552              Date: Tue, 9 Sep 2003 01:44:24 +0200
5553              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
5554      Branch: perl
5555            ! lib/warnings.pm toke.c warnings.pl
5556 ____________________________________________________________________________
5557 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
5558         Log: One more test count tweak.
5559      Branch: perl
5560            ! t/op/grep.t
5561 ____________________________________________________________________________
5562 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
5563         Log: Subject: Re: maint @ 21116
5564              From: Steve Hay <steve.hay@uk.radan.com>
5565              Date: Tue, 09 Sep 2003 09:49:07 +0100
5566              Message-ID: <3F5D9403.3040004@uk.radan.com>
5567      Branch: perl
5568            ! makedef.pl perl.h
5569 ____________________________________________________________________________
5570 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
5571         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
5572              From: david nicol <whatever@davidnicol.com>
5573              Date: 08 Sep 2003 23:39:32 -0500
5574              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
5575              
5576              (a testcase)
5577      Branch: perl
5578            ! t/op/grep.t
5579 ____________________________________________________________________________
5580 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
5581         Log: Ooops, perlio into scalars was already history for this test...
5582      Branch: perl
5583            ! lib/dumpvar.t
5584 ____________________________________________________________________________
5585 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
5586         Log: Cannot do perlio into scalars without perlio.
5587      Branch: perl
5588            ! lib/dumpvar.t
5589 ____________________________________________________________________________
5590 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
5591         Log: I claim that the debugger is untestable until proven otherwise.
5592      Branch: perl
5593            - lib/perl5db/de0.t
5594            ! MANIFEST
5595 ____________________________________________________________________________
5596 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
5597         Log: In trying to save space, the warnings.pl change (#21107)
5598              pulled in attributes.pm... and the change didn't seem to
5599              be that well tested with different configurations.
5600              Retract #21119, #21117, #21107.
5601      Branch: perl
5602            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
5603 ____________________________________________________________________________
5604 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
5605         Log: Really do #21121.
5606      Branch: perl
5607            ! MANIFEST
5608 ____________________________________________________________________________
5609 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
5610         Log: There's no particular reason to have the dumpvar.t
5611              in lib/perl5db/.
5612      Branch: perl
5613            + lib/dumpvar.t
5614            - lib/perl5db/dumpvar.t
5615            ! MANIFEST
5616 ____________________________________________________________________________
5617 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
5618         Log: strict stash seems to have gone, too.
5619      Branch: perl
5620            ! ext/B/t/stash.t
5621 ____________________________________________________________________________
5622 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
5623         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
5624              (due to #21107 apparently.) Adjust this test accordingly.
5625      Branch: perl
5626            ! ext/B/t/stash.t
5627 ____________________________________________________________________________
5628 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
5629         Log: Subject: [PATCH] silence 1 compiler warning
5630              From: Nicholas Clark <nick@ccl4.org>
5631              Date: Mon, 8 Sep 2003 23:04:45 +0100
5632              Message-ID: <20030908230445.E30881@plum.flirble.org>
5633      Branch: perl
5634            ! universal.c
5635 ____________________________________________________________________________
5636 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
5637         Log: Retract #21096, mostly: I had misexplained the situation
5638              to Scott A. Crosby.  Seeing the seed value while not good
5639              for the ultimate paranoia viewpoint is not that bad, as long
5640              as the users are fully aware of the dangers of disclosing
5641              the hash seed.     So hash_seed() is okay.
5642              
5643              Being able to see the hash values (as in Java) would
5644              be another option, but dubious: it's not that per-key
5645              hash values themselves are bad to allow scripts to see,
5646              but rather that hash values are just as sensitive (from
5647              the DoSing viewpoint) as the hash seed itself (and there
5648              usually more hash values than the one hash seed....)
5649      Branch: perl
5650            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
5651 ____________________________________________________________________________
5652 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
5653         Log: Urk.  unique, not shared.
5654      Branch: perl
5655            ! configpm
5656 ____________________________________________________________________________
5657 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
5658         Log: Subject: [PATCH] configpm: about 1.5K less per thread
5659              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5660              Date: Mon, 8 Sep 2003 23:58:34 +0200
5661              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
5662      Branch: perl
5663            ! configpm
5664 ____________________________________________________________________________
5665 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
5666         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
5667              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5668              Date: Mon, 8 Sep 2003 22:22:38 +0200
5669              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
5670      Branch: perl
5671            ! lib/warnings.pm warnings.pl
5672 ____________________________________________________________________________
5673 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
5674         Log: A version of change #21073 that works.
5675      Branch: perl
5676            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
5677 ____________________________________________________________________________
5678 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
5679         Log: Regen perlapi.
5680      Branch: perl
5681            ! pod/perlapi.pod
5682 ____________________________________________________________________________
5683 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
5684         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
5685              being a bad pointer is apparently a known cygwin bug).     The
5686              cure is to initialize the field.
5687      Branch: perl
5688            ! pp_sys.c
5689 ____________________________________________________________________________
5690 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
5691         Log: Bad export.
5692      Branch: perl
5693            ! lib/Hash/Util.t
5694 ____________________________________________________________________________
5695 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
5696         Log: The IPC::Open3 is just too unreliable for this task.
5697      Branch: perl
5698            ! lib/perl5db/de0.t
5699 ____________________________________________________________________________
5700 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
5701         Log: Try to make the de0.t test more robust.
5702              The test is so flakey (too many external things influencing
5703              the result) that I'm likely to leave it out from the maint.
5704      Branch: perl
5705            ! lib/perl5db/de0.t
5706 ____________________________________________________________________________
5707 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
5708         Log: Scott A. Crosby believes in not disclosing
5709              any more information than necessary: therefore
5710              instead of hash_seed() we have now hashes_random().
5711      Branch: perl
5712            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
5713 ____________________________________________________________________________
5714 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
5715         Log: Mac OS X "last resort" recipe.
5716      Branch: perl
5717            ! README.macosx
5718 ____________________________________________________________________________
5719 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
5720         Log: Subject: [patch] AUTHORS
5721              From: Juerd <juerd@cpan.org>
5722              Date: Mon, 8 Sep 2003 08:42:13 +0200
5723              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
5724      Branch: perl
5725            ! AUTHORS
5726 ____________________________________________________________________________
5727 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
5728         Log: Slightly more intelligent paranoia.
5729      Branch: perl
5730            ! pod/perldiag.pod util.c
5731 ____________________________________________________________________________
5732 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
5733         Log: Win32 is playing to hard to get but I do not have
5734              time to chase it, so restore #21072, more or less.
5735              I think testing the debugger in UNIX-like places
5736              is enough, no need to go into painful contortions
5737              trying to "portably" run interactive programs like
5738              the debugger.
5739      Branch: perl
5740            ! lib/perl5db/de0.t
5741 ____________________________________________________________________________
5742 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
5743         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
5744      Branch: perl
5745            ! ext/Storable/Storable.xs
5746 ____________________________________________________________________________
5747 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
5748         Log: Add Hash::Util::hash_seed() which answers among
5749              other things the question whether our hashes are
5750              "randomised".  (They always were...)
5751      Branch: perl
5752            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
5753 ____________________________________________________________________________
5754 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
5755         Log: XSRETURN_UV was missing.
5756      Branch: perl
5757            ! XSUB.h
5758 ____________________________________________________________________________
5759 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
5760         Log: Superparanoia.
5761      Branch: perl
5762            ! util.c
5763 ____________________________________________________________________________
5764 [ 21084] By: ams                                   on 2003/09/08  11:44:25
5765         Log: Clean up pp_readdir() somewhat.
5766      Branch: perl
5767            ! pp_sys.c
5768 ____________________________________________________________________________
5769 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
5770         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
5771      Branch: perl
5772            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
5773 ____________________________________________________________________________
5774 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
5775         Log: In Win32 IPC::Open3 + IO::Select does not work that well
5776              so mostly undo the change #21072 and revert back to using
5777              a temp file.
5778      Branch: perl
5779            ! lib/perl5db/de0.t
5780 ____________________________________________________________________________
5781 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
5782         Log: In Win32 the cmd.exe console output doesn't seem to
5783              be catchable using the in-memory I/O + select trick,
5784              so use tie-STDOUT trick instead.
5785      Branch: perl
5786            ! lib/perl5db/dumpvar.t
5787 ____________________________________________________________________________
5788 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
5789         Log: Move Config test.
5790      Branch: perl
5791            ! lib/perl5db/de0.t
5792 ____________________________________________________________________________
5793 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
5794         Log: Let's require fork for this test.
5795      Branch: perl
5796            ! lib/perl5db/de0.t
5797 ____________________________________________________________________________
5798 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
5799         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
5800              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5801              Date: Mon, 08 Sep 2003 08:56:09 +0200
5802              Message-id: <20030908065609.GA1260@ethan>
5803      Branch: perl
5804            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5805            ! ext/Devel/PPPort/t/test.t
5806 ____________________________________________________________________________
5807 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
5808         Log: Subject: Re: one nit to fix [PATCH]
5809              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
5810              Date: Mon, 8 Sep 2003 10:19:08 +0200
5811              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
5812      Branch: perl
5813            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
5814 ____________________________________________________________________________
5815 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
5816         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
5817              From: Andreas J Koenig <andreas.koenig@anima.de>
5818              Date: Mon, 08 Sep 2003 10:48:27 +0200
5819              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
5820      Branch: perl
5821            ! lib/perl5db/de0.t
5822 ____________________________________________________________________________
5823 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
5824         Log: de0.t: use Test::More, add some tests.
5825      Branch: perl
5826            ! lib/perl5db/de0.t
5827 ____________________________________________________________________________
5828 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
5829         Log: More dumpvar testing.
5830      Branch: perl
5831            ! lib/perl5db/dumpvar.t
5832 ____________________________________________________________________________
5833 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
5834         Log: An empty test.
5835      Branch: perl
5836            ! lib/perl5db/dumpvar.t
5837 ____________________________________________________________________________
5838 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
5839         Log: dumpvar.t: use Test::More;
5840      Branch: perl
5841            ! lib/perl5db/dumpvar.t
5842 ____________________________________________________________________________
5843 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
5844         Log: Cleanup PerlIO::scalar documentation a bit.
5845      Branch: perl
5846            ! ext/PerlIO/scalar/scalar.pm
5847 ____________________________________________________________________________
5848 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
5849         Log: The in-memory files require PerlIO::scalar.
5850      Branch: perl
5851            ! lib/perl5db/dumpvar.t
5852 ____________________________________________________________________________
5853 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
5854         Log: Subject: [PATCH] Test skeleton for debugger commands
5855              From: Andreas J Koenig <andreas.koenig@anima.de>
5856              Date: Sun, 07 Sep 2003 18:51:56 +0200
5857              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
5858              With minor adjustments
5859      Branch: perl
5860            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
5861            ! MANIFEST
5862 ____________________________________________________________________________
5863 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
5864         Log: Upgrade to Unicode::Collate 0.28
5865      Branch: perl
5866            + lib/Unicode/Collate/t/contract.t
5867            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5868            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5869 ____________________________________________________________________________
5870 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
5871         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
5872              From: Dave Mitchell <davem@fdgroup.com>
5873              Date: Sun, 7 Sep 2003 19:14:44 +0100
5874              Message-ID: <20030907181444.GA7058@fdgroup.com>
5875      Branch: perl
5876            ! ext/Opcode/Safe.pm
5877 ____________________________________________________________________________
5878 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
5879         Log: Subject: [PATCH] honoring void context for map()
5880              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5881              Date: Thu, 04 Sep 2003 11:13:41 +0200
5882              Message-id: <20030904091341.GA30655@ethan>
5883      Branch: perl
5884            ! pp_ctl.c
5885 ____________________________________________________________________________
5886 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
5887         Log: Retract #21010.
5888      Branch: perl
5889            ! lib/dumpvar.pl
5890 ____________________________________________________________________________
5891 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
5892         Log: Minor doc style nits in XSLoader.
5893      Branch: perl
5894            ! ext/DynaLoader/XSLoader_pm.PL
5895 ____________________________________________________________________________
5896 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
5897         Log: Vanity patch.
5898      Branch: perl
5899            ! AUTHORS
5900 ____________________________________________________________________________
5901 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
5902         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
5903      Branch: perl
5904            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
5905            ! Cross/config.sh-arm-linux Cross/generate_config_sh
5906            ! Cross/installperl.patch
5907 ____________________________________________________________________________
5908 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
5909         Log: Email nits in Fatal.pm [perl #23724].
5910      Branch: perl
5911            ! lib/Fatal.pm
5912 ____________________________________________________________________________
5913 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
5914         Log: Musty corners of Syslog.pm.
5915      Branch: perl
5916            ! ext/Sys/Syslog/Syslog.pm
5917 ____________________________________________________________________________
5918 [ 21051] By: ams                                   on 2003/09/05  18:43:46
5919         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
5920              2. Compensate for PL_sv_placeholder <= 5.8.1.
5921              3. Clean up non-backwards-compatible tests.
5922              4. Prepare for the 2.08 CPAN release.
5923      Branch: perl
5924            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
5925            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
5926            ! ext/Storable/t/utf8hash.t
5927 ____________________________________________________________________________
5928 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
5929         Log: One more known tie problem.
5930      Branch: perl
5931            ! pod/perltie.pod
5932 ____________________________________________________________________________
5933 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
5934         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
5935              Date: Fri, 5 Sep 2003 14:46:00 +0200
5936              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
5937              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5938      Branch: perl
5939            ! ext/threads/shared/shared.pm
5940 ____________________________________________________________________________
5941 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
5942         Log: Subject: versions threads modules
5943              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5944              Date: Fri, 5 Sep 2003 12:22:52 +0200
5945              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
5946      Branch: perl
5947            ! ext/threads/shared/shared.pm
5948 ____________________________________________________________________________
5949 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
5950         Log: More suidperl path disclosure plugging:
5951              the #9813 didn't do enough.  See either of
5952              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
5953              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
5954      Branch: perl
5955            ! perl.c pod/perldiag.pod
5956 ____________________________________________________________________________
5957 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
5958         Log: FreeBSD hints updates from Anton Berezin.
5959      Branch: perl
5960            ! hints/freebsd.sh
5961 ____________________________________________________________________________
5962 [ 21043] By: merijn                                on 2003/09/05  11:18:20
5963         Log: Changed conflicting diff options
5964      Branch: perl
5965            ! patchlevel.h
5966 ____________________________________________________________________________
5967 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
5968         Log: Acknowledge some known tie bugs.
5969      Branch: perl
5970            ! pod/perltie.pod
5971 ____________________________________________________________________________
5972 [ 21041] By: merijn                                on 2003/09/05  04:50:44
5973         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
5974              From: Ilya Martynov <ilya@martynov.org>
5975              Date: Fri, 05 Sep 2003 00:49:57 +0400
5976              Message-ID: <8765k8uvm2.fsf@abra.ru>
5977      Branch: perl
5978            ! AUTHORS
5979 ____________________________________________________________________________
5980 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
5981         Log: code example error in "perlopentut"
5982      Branch: perl
5983            ! pod/perlopentut.pod
5984 ____________________________________________________________________________
5985 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
5986         Log: Another seemingly fixed (un)tie bug,
5987              [perl ##22297] cannot untie scalar from within tied FETCH
5988      Branch: perl
5989            ! t/op/tie.t
5990 ____________________________________________________________________________
5991 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
5992         Log: Subject: Re: [PATCH] Data::Dumper 2.121
5993              From: Ilya Martynov <ilya@martynov.org>
5994              Date: Fri, 05 Sep 2003 00:33:46 +0400
5995              Message-ID: <87ad9kuwd1.fsf@abra.ru>
5996      Branch: perl
5997            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5998            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5999            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
6000 ____________________________________________________________________________
6001 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
6002         Log: I think once is enough.
6003      Branch: perl
6004            ! configure.gnu
6005 ____________________________________________________________________________
6006 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
6007         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
6008              From: Enache Adrian <enache@rdslink.ro>
6009              Date: Thu, 4 Sep 2003 20:09:06 +0300
6010              Message-ID: <20030904170906.GA1235@ratsnest.hole>
6011      Branch: perl
6012            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
6013            ! ext/ByteLoader/byterun.c
6014 ____________________________________________________________________________
6015 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
6016         Log: Subject: [PATCH] perlreftut: change distribution conditions
6017              From: "Brendan O'Dea" <bod@debian.org>
6018              Date: Thu, 4 Sep 2003 02:28:49 +1000
6019              Message-ID: <20030903162849.GA9675@londo.c47.org>
6020      Branch: perl
6021            ! pod/perlreftut.pod
6022 ____________________________________________________________________________
6023 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
6024         Log: Subject: Re: "vendor" patch pickup
6025              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6026              Date: Thu, 4 Sep 2003 19:47:55 +0200
6027              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
6028              
6029              (Gentoo: take Marcus' version of the __THROW patch and
6030              even further #ifdef-protect it with __GLIBC__.)
6031      Branch: perl
6032            ! perl.h
6033 ____________________________________________________________________________
6034 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
6035         Log: Tiny perlcc tweaks.
6036      Branch: perl
6037            ! utils/perlcc.PL
6038 ____________________________________________________________________________
6039 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
6040         Log: A SuSE patchlet for perlcc -c to avoid
6041              "Modification of a read-only value attempted at ... C.pm"
6042      Branch: perl
6043            ! ext/B/B/C.pm
6044 ____________________________________________________________________________
6045 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
6046         Log: AUTHORS updates.
6047      Branch: perl
6048            ! AUTHORS
6049 ____________________________________________________________________________
6050 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
6051         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
6052              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
6053              (the tar.gz link doesn't have 'v1.66', it has '1.66')
6054              so that the smoke builds can start chewing it.
6055      Branch: perl
6056            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
6057            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
6058            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6059            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6060            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
6061            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
6062 ____________________________________________________________________________
6063 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
6064         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
6065              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6066              Date: Wed, 3 Sep 2003 19:20:20 +0200
6067              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
6068      Branch: perl
6069            ! Porting/valgrindpp.pl
6070 ____________________________________________________________________________
6071 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
6072         Log: Also indicate the Unicode level here.
6073              (The last date is non-committal :-)
6074      Branch: perl
6075            ! pod/perlunicode.pod
6076 ____________________________________________________________________________
6077 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
6078         Log: Avoid lvalue casts, from Enache.
6079      Branch: perl
6080            ! ext/ByteLoader/bytecode.h op.h
6081 ____________________________________________________________________________
6082 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
6083         Log: Bump up the VERSION.
6084      Branch: perl
6085            ! lib/bytes.pm
6086 ____________________________________________________________________________
6087 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
6088         Log: Add, document, and test bytes::substr, index, rindex, chr,
6089              document bytes::ord.
6090      Branch: perl
6091            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
6092 ____________________________________________________________________________
6093 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
6094         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
6095              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6096              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
6097              Message-ID: <29644.1062572245@www50.gmx.net>
6098              
6099              The other half of #20930 should be still good.
6100      Branch: perl
6101            ! op.c
6102 ____________________________________________________________________________
6103 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
6104         Log: use IO; is deprecated.
6105      Branch: perl
6106            ! ext/threads/t/join.t
6107 ____________________________________________________________________________
6108 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
6109         Log: Upgrade to base 2.01 from CPAN.
6110      Branch: perl
6111            ! lib/base.pm lib/fields.pm
6112 ____________________________________________________________________________
6113 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
6114         Log: Changing the test count is a good idea.
6115      Branch: perl
6116            ! ext/threads/t/join.t
6117 ____________________________________________________________________________
6118 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
6119         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object 
6120              From: Joe McMahon <mcmahon@ibiblio.org>
6121              Date: Tue, 2 Sep 2003 18:02:14 -0400
6122              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
6123      Branch: perl
6124            ! lib/dumpvar.pl
6125 ____________________________________________________________________________
6126 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
6127         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
6128              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6129              Date: Wed, 3 Sep 2003 06:07:54 +0200
6130              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
6131      Branch: perl
6132            ! ext/threads/t/join.t
6133 ____________________________________________________________________________
6134 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
6135         Log: VMS does not have quite UNIX glob semantics.
6136      Branch: perl
6137            ! t/run/fresh_perl.t
6138 ____________________________________________________________________________
6139 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
6140         Log: Subject: some method calls not autoloaded
6141              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6142              Date: Tue, 2 Sep 2003 15:06:29 -0700
6143              Message-ID: <20030902220629.GA2952@efn.org>
6144      Branch: perl
6145            ! pod/perlfunc.pod pod/perlsub.pod
6146 ____________________________________________________________________________
6147 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
6148         Log: An untie test from perlmonks-- worked in 5.6.1,
6149              broken in 5.8.0, seems to be working again in maint,
6150              better nail it down now.
6151      Branch: perl
6152            ! t/op/tie.t
6153 ____________________________________________________________________________
6154 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
6155         Log: Retract #20930 because of
6156              Subject: maint@20974 or before broke mp2 ithreads test
6157              From: Stas Bekman <stas@stason.org>
6158              Date: Mon, 01 Sep 2003 23:31:11 -0700
6159              Message-ID: <3F54392F.7080009@stason.org>
6160      Branch: perl
6161            ! op.c
6162 ____________________________________________________________________________
6163 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
6164         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
6165              From: Fergal Daly <fergal@esatclear.ie>
6166              Date: Tue, 2 Sep 2003 17:36:52 +0100
6167              Message-Id: <200309021736.52725.fergal@esatclear.ie>
6168      Branch: perl
6169            ! pod/perldiag.pod
6170 ____________________________________________________________________________
6171 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
6172         Log: Subject: [perl #23672] Math::BigInit POD 
6173              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
6174              Date: 1 Sep 2003 08:47:39 -0000
6175              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
6176      Branch: perl
6177            ! lib/Math/BigInt.pm
6178 ____________________________________________________________________________
6179 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
6180         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
6181              From: Mark Jason Dominus <mjd@plover.com>
6182              Date: Mon, 01 Sep 2003 16:19:20 -0400
6183              Message-ID: <20030901201920.3929.qmail@plover.com>
6184      Branch: perl
6185            ! pod/perlfaq6.pod
6186 ____________________________________________________________________________
6187 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
6188         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
6189              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6190              Date: Tue, 02 Sep 2003 11:27:19 +0200
6191              Message-id: <20030902092719.GA18075@ethan>
6192      Branch: perl
6193            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
6194            ! ext/Devel/PPPort/t/test.t
6195 ____________________________________________________________________________
6196 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
6197         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
6198              From: Enache Adrian <enache@rdslink.ro>
6199              Date: Tue, 2 Sep 2003 03:45:11 +0300
6200              Message-ID: <20030902004511.GA1442@ratsnest.hole>
6201      Branch: perl
6202            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
6203            ! op.h proto.h t/TEST
6204 ____________________________________________________________________________
6205 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
6206         Log: Upgrade to Unicode::Collate 0.27.
6207      Branch: perl
6208            + lib/Unicode/Collate/t/hangul.t
6209            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6210            ! lib/Unicode/Collate/README
6211 ____________________________________________________________________________
6212 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
6213         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
6214              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6215              Date: Mon, 1 Sep 2003 22:28:58 +0200
6216              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
6217      Branch: perl
6218            ! Porting/valgrindpp.pl
6219 ____________________________________________________________________________
6220 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
6221         Log: From Craig Berry, following the example of the other podxxx.PL
6222              in relying on basename($0, '.PL') to Do The Right Thing with
6223              regard to the case of the extension, which could be either
6224              .pl or .PL on VMS depending on version-specific features.  
6225      Branch: perl
6226            ! pod/pod2usage.PL pod/podselect.PL
6227 ____________________________________________________________________________
6228 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
6229         Log: Configure -r in AIX bad.
6230      Branch: perl
6231            ! README.aix
6232 ____________________________________________________________________________
6233 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
6234         Log: Subject: [DOC PATCH] perlfaq4.pod
6235              Date: Mon, 1 Sep 2003 12:38:50 +0200
6236              From: Elizabeth Mattijsen <liz@dijkmat.nl>
6237              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
6238      Branch: perl
6239            ! pod/perlfaq4.pod
6240 ____________________________________________________________________________
6241 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
6242         Log: Subject: glob() bug
6243              From: Gurusamy Sarathy <gsar@ActiveState.com>
6244              Date: Mon, 01 Sep 2003 02:25:41 -0700
6245              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
6246      Branch: perl
6247            ! op.c t/run/fresh_perl.t
6248 ____________________________________________________________________________
6249 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
6250         Log: Ultrix VAX is like VMS VAX in floating point.
6251      Branch: perl
6252            ! t/op/sprintf.t
6253 ____________________________________________________________________________
6254 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
6255         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
6256              From: Vadim Konovalov <vkonovalov@peterstar.ru>
6257              Date: Mon, 1 Sep 2003 02:57:33 +0400
6258              Message-ID: <1091134912500.20030901025733@peterstar.ru>
6259      Branch: perl
6260            ! wince/Makefile.ce wince/wince.c
6261 ____________________________________________________________________________
6262 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
6263         Log: Add test for -i.
6264      Branch: perl
6265            ! MANIFEST t/run/switches.t
6266 ____________________________________________________________________________
6267 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
6268         Log: Add tests for -h and (unknown) -z.
6269      Branch: perl
6270            ! MANIFEST t/run/switches.t
6271 ____________________________________________________________________________
6272 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
6273         Log: Add test for -v.
6274      Branch: perl
6275            ! MANIFEST t/run/switches.t
6276 ____________________________________________________________________________
6277 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
6278         Log: List the switches tested in switches.t.
6279      Branch: perl
6280            ! t/run/switches.t
6281 ____________________________________________________________________________
6282 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
6283         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
6284              From: PPrymmer@factset.com
6285              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
6286              Date: Sun, 31 Aug 2003 10:11:54 -0400
6287      Branch: perl
6288            ! installperl
6289 ____________________________________________________________________________
6290 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
6291         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
6292              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6293              Date: Sun, 31 Aug 2003 15:21:17 +0200
6294              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
6295      Branch: perl
6296            ! sv.c
6297 ____________________________________________________________________________
6298 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
6299         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
6300              both in blead and maint, lots of "Attempt to free non-existent
6301              shared string" and "Unbalanced string table refcount" errors.
6302              Retract #20960 (and #20963).
6303      Branch: perl
6304            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
6305            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
6306            ! MANIFEST lib/base.pm lib/fields.pm
6307 ____________________________________________________________________________
6308 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
6309         Log: Integrate from maint:
6310              [ 20963]
6311              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
6312      Branch: perl
6313           !> lib/base/t/fp560.t
6314 ____________________________________________________________________________
6315 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
6316         Log: De-cargo-cult.
6317      Branch: perl
6318            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
6319 ____________________________________________________________________________
6320 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
6321         Log: Upgrade to base.pm 2.0.
6322              
6323              (Rename the tests around a bit to be more 8.3-friendly.)
6324      Branch: perl
6325            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
6326            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
6327            ! MANIFEST lib/base.pm lib/fields.pm
6328 ____________________________________________________________________________
6329 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
6330         Log: Fewer naked char constants.
6331      Branch: perl
6332            ! doio.c perlio.c sv.h
6333 ____________________________________________________________________________
6334 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
6335         Log: This is probably a wrong fix for
6336              [perl #23645] tell with perlio on appended files
6337              but maybe this gets NI-S agitated enough to present the correct fix :-)
6338      Branch: perl
6339            ! perlio.c t/io/tell.t
6340 ____________________________________________________________________________
6341 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
6342         Log: A new try at
6343              
6344              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
6345              From: "Gerrit P. Haase" <gp@familiehaase.de>
6346              Date: Thu, 28 Aug 2003 08:18:51 +0200
6347              Message-ID: <4157199551.20030828081851@familiehaase.de>
6348              
6349              (this time Cygwin only)
6350      Branch: perl
6351            ! perlio.c
6352 ____________________________________________________________________________
6353 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
6354         Log: Tweak XSLoader.t.
6355              XSLoader is supposed to work even for extensions that
6356              are statically linked. So only check that the extension we
6357              test for is actually available. (This test is not supposed
6358              to be run by miniperl.)
6359      Branch: perl
6360            ! ext/DynaLoader/t/XSLoader.t
6361 ____________________________________________________________________________
6362 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
6363         Log: Something went wrong in change #20929;
6364              linux 2.4.18-bf2.4 didn't like it:
6365              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
6366              and similar failure pattern also seen in Solaris 8.
6367      Branch: perl
6368            ! perlio.c
6369 ____________________________________________________________________________
6370 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
6371         Log: Setup @INC.
6372      Branch: perl
6373            ! t/op/cproto.t
6374 ____________________________________________________________________________
6375 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
6376         Log: Tabify and re-sort MANIFEST.
6377      Branch: perl
6378            ! MANIFEST
6379 ____________________________________________________________________________
6380 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
6381         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
6382      Branch: perl
6383            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
6384 ____________________________________________________________________________
6385 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
6386         Log: Subject: [PATCH] XSLoader nits and tests
6387              From: Michael G Schwern <schwern@pobox.com>
6388              Date: Fri, 29 Aug 2003 22:55:07 -0700
6389              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
6390      Branch: perl
6391            + ext/DynaLoader/t/XSLoader.t
6392            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
6393 ____________________________________________________________________________
6394 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
6395         Log: Missed from #20942.
6396      Branch: perl
6397            ! lib/File/Spec/VMS.pm
6398 ____________________________________________________________________________
6399 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
6400         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
6401              From: PPrymmer@factset.com
6402              Date: Sat, 30 Aug 2003 00:57:28 -0400
6403              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
6404      Branch: perl
6405            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
6406 ____________________________________________________________________________
6407 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
6408         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
6409              From: Stas Bekman <stas@stason.org>
6410              Date: Fri, 29 Aug 2003 17:11:41 -0700
6411              Message-ID: <3F4FEBBD.8000901@stason.org>
6412      Branch: perl
6413            ! pod/perlapi.pod sv.h
6414 ____________________________________________________________________________
6415 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
6416         Log: Add a new test, to ensure that we don't unexpectedly change
6417              prototypes of builtins.
6418      Branch: perl
6419            + t/op/cproto.t
6420            ! MANIFEST
6421 ____________________________________________________________________________
6422 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
6423         Log: Don't cast PL_multiline to bool : you may loose important bits.
6424      Branch: perl
6425            ! pp.c pp_hot.c
6426 ____________________________________________________________________________
6427 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
6428         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
6429              From: Nicholas Clark <nick@ccl4.org>
6430              Date: Wed, 27 Aug 2003 22:59:55 +0100
6431              Message-ID: <20030827225955.E558@plum.flirble.org>
6432      Branch: perl
6433            ! pp.c
6434 ____________________________________________________________________________
6435 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
6436         Log: Some perluniintro tweaks.
6437      Branch: perl
6438            ! pod/perluniintro.pod
6439 ____________________________________________________________________________
6440 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
6441         Log: Tiny doc tweak from Shannon -jj Behrens.
6442      Branch: perl
6443            ! pod/perluniintro.pod
6444 ____________________________________________________________________________
6445 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
6446         Log: Comparing an int to a U32 makes VC6 nervous.
6447      Branch: perl
6448            ! pp.c pp_hot.c
6449 ____________________________________________________________________________
6450 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
6451         Log: Better skip() explicit number of tests, test counts getting
6452              out of sync less likely that way.
6453      Branch: perl
6454            ! t/op/pack.t
6455 ____________________________________________________________________________
6456 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
6457         Log: Some Ultrix test dodgings.
6458      Branch: perl
6459            ! t/base/num.t t/op/arith.t t/op/pack.t
6460 ____________________________________________________________________________
6461 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
6462         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
6463              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6464              Date: Thu, 28 Aug 2003 21:47:22 +0200
6465              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
6466      Branch: perl
6467            ! op.c
6468 ____________________________________________________________________________
6469 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
6470         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
6471              From: "Gerrit P. Haase" <gp@familiehaase.de>
6472              Date: Thu, 28 Aug 2003 08:18:51 +0200
6473              Message-ID: <4157199551.20030828081851@familiehaase.de>
6474              
6475              (changed so that the 'b' is always appended)
6476      Branch: perl
6477            ! perlio.c
6478 ____________________________________________________________________________
6479 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
6480         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
6481              From: marek.rouchal@infineon.com
6482              Date: Wed, 27 Aug 2003 17:25:28 +0200
6483              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
6484              
6485              PodParser-1.25 prerelease.
6486      Branch: perl
6487            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
6488            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
6489            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
6490 ____________________________________________________________________________
6491 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
6492         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
6493      Branch: perl
6494            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
6495 ____________________________________________________________________________
6496 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
6497         Log: Subject: [PATCH] valgrindpp.pl
6498              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6499              Date: Thu, 28 Aug 2003 09:43:49 +0200
6500              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
6501      Branch: perl
6502            ! Porting/valgrindpp.pl
6503 ____________________________________________________________________________
6504 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
6505         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
6506              From: Paul Johnson <paul@pjcj.net>
6507              Date: Thu, 28 Aug 2003 00:13:59 +0200
6508              Message-ID: <20030827221359.GE28396@pjcj.net>
6509      Branch: perl
6510            ! ext/B/B/Deparse.pm
6511 ____________________________________________________________________________
6512 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
6513         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
6514              From: Michael G Schwern <schwern@pobox.com>
6515              Date: Wed, 27 Aug 2003 15:05:20 -0700
6516              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
6517      Branch: perl
6518            ! lib/ExtUtils/MakeMaker/Tutorial.pod
6519 ____________________________________________________________________________
6520 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
6521         Log: Add caveats and tests for Symbol::delete_package().
6522      Branch: perl
6523            ! lib/Symbol.pm lib/Symbol.t
6524 ____________________________________________________________________________
6525 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
6526         Log: Configure is doing fine in Ultrix, operator error.
6527      Branch: perl
6528            ! hints/ultrix_4.sh
6529 ____________________________________________________________________________
6530 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
6531         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
6532      Branch: perl
6533            + Porting/valgrindpp.pl
6534            ! MANIFEST
6535 ____________________________________________________________________________
6536 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
6537         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
6538              From: "John P. Linderman" <jpl@research.att.com>
6539              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
6540              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
6541              
6542              Subject: typo in pod/perlnewmod.pod [PATCH]
6543              From: "John P. Linderman" <jpl@research.att.com>
6544              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
6545              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
6546              
6547              Subject: [PATCH] document the location of byacc
6548              From: Dave Mitchell <davem@fdgroup.com>
6549              Date: Wed, 27 Aug 2003 14:26:50 +0100
6550              Message-ID: <20030827132650.GA23144@fdgroup.com>
6551      Branch: perl
6552            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
6553            ! pod/perlnewmod.pod
6554 ____________________________________________________________________________
6555 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
6556         Log: Ultrix tweaks: <string.h> must not be included twice
6557              (otherwise one gets prototype conflicts between the <string.h>
6558              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
6559              define in <string.h>...); and Configure misprobes some features.
6560      Branch: perl
6561            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
6562            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
6563            ! hints/ultrix_4.sh
6564 ____________________________________________________________________________
6565 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
6566         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
6567              but instead it is 0xFFFF.  So retract #20914.
6568      Branch: perl
6569            ! perl.h
6570 ____________________________________________________________________________
6571 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
6572         Log: Sanity check for BYTEORDER.
6573      Branch: perl
6574            ! perl.h
6575 ____________________________________________________________________________
6576 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
6577         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
6578              
6579              [20859]
6580              Two portability patches for DJGPP from Richard Dawe
6581              <rich@phekda.freeserve.co.uk>.
6582              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
6583              
6584              [20911]
6585              Don't uppercase automatically all environment variables on DJGPP.
6586              (reported by Richard Dawe, this breaks portability of Unix
6587              scripts.) Don't change the behaviour on plain MS/DOS.
6588      Branch: perl
6589            ! perl.c
6590           !> djgpp/djgppsed.sh dosish.h
6591 ____________________________________________________________________________
6592 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
6593         Log: perlapi.pod tweaks, based on :
6594              Subject: misdocumented return value for sv_setref*
6595              From: Joe Schaefer <joe+perl@sunstarsys.com>
6596              Date: 12 Aug 2003 13:21:42 -0400
6597              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
6598      Branch: perl
6599            ! pod/perlapi.pod sv.c
6600 ____________________________________________________________________________
6601 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
6602         Log: Change the internal prototype of the pop() and shift() builtins
6603              to (;\@), to reflect that their array argument is optional.
6604      Branch: perl
6605            ! opcode.h opcode.pl
6606 ____________________________________________________________________________
6607 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
6608         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
6609              From: Dave Mitchell <davem@fdgroup.com>
6610              Date: Sun, 24 Aug 2003 15:52:00 +0100
6611              Message-ID: <20030824145159.GA12210@fdgroup.com>
6612      Branch: perl
6613            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
6614 ____________________________________________________________________________
6615 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
6616         Log: Subject: [PATCH] minor File::Spec testing cleanup
6617              From: Ken Williams <ken@mathforum.org>
6618              Date: Thu, 21 Aug 2003 22:47:51 -0500
6619              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
6620      Branch: perl
6621            ! lib/File/Spec/t/rel2abs2rel.t
6622 ____________________________________________________________________________
6623 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
6624         Log: Maintainer catch from Rafael.
6625      Branch: perl
6626            ! Porting/Maintainers.pl
6627 ____________________________________________________________________________
6628 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
6629         Log: Take a cutdown version of the change #20903 also to perlebcdic.
6630      Branch: perl
6631            ! pod/perlebcdic.pod
6632 ____________________________________________________________________________
6633 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
6634         Log: No dynaloading at all in Ultrix.
6635      Branch: perl
6636            ! hints/ultrix_4.sh
6637 ____________________________________________________________________________
6638 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
6639         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
6640              (This information looks interesting enough to be mentioned
6641              elsewhere, too.)
6642      Branch: perl
6643            ! README.bs2000
6644 ____________________________________________________________________________
6645 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
6646         Log: CGI::Carp from CGI.pm 3.00 was missing.
6647      Branch: perl
6648            ! lib/CGI/Carp.pm
6649 ____________________________________________________________________________
6650 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
6651         Log: Subject: Re: [PATCH] valgrind and /#/x
6652              From: Enache Adrian <enache@rdslink.ro>
6653              Date: Tue, 26 Aug 2003 08:11:07 +0300
6654              Message-ID: <20030826051107.GA1086@ratsnest.hole>
6655      Branch: perl
6656            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
6657 ____________________________________________________________________________
6658 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
6659         Log: More memory lane.
6660      Branch: perl
6661            ! hints/ultrix_4.sh
6662 ____________________________________________________________________________
6663 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
6664         Log: fix syscall() prototype description in
6665              perlfunc.pod, as suggested by Lukas Mai.
6666      Branch: perl
6667            ! pod/perlfunc.pod
6668 ____________________________________________________________________________
6669 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
6670         Log: Tiny doc tweak.
6671      Branch: perl
6672            ! README.solaris
6673 ____________________________________________________________________________
6674 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
6675         Log: Even more SunOS 4 info.
6676      Branch: perl
6677            ! README.solaris
6678 ____________________________________________________________________________
6679 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
6680         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
6681              From: Vadim Konovalov <vkonovalov@peterstar.ru>
6682              Date: Tue, 26 Aug 2003 00:10:29 +0400
6683              Message-ID: <135606488000.20030826001029@peterstar.ru>
6684      Branch: perl
6685            ! wince/perlmain.c
6686 ____________________________________________________________________________
6687 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
6688         Log: Subject: more valgrinding: select problem?
6689              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6690              Date: Mon, 25 Aug 2003 22:02:17 +0200
6691              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
6692              
6693              In glibc, just use the __FD_SETSIZE since that's
6694              the size of the buffer (usually 1024 bits, much
6695              more than the selectminbits of 32).
6696      Branch: perl
6697            ! pp_sys.c
6698 ____________________________________________________________________________
6699 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
6700         Log: More ptags tweakage from Stas; now add 'fullpath'
6701              option to get absolute paths.
6702      Branch: perl
6703            ! emacs/ptags
6704 ____________________________________________________________________________
6705 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
6706         Log: The new tests of #20888 didn't really test what they claimed to.
6707      Branch: perl
6708            ! t/op/pat.t
6709 ____________________________________________________________________________
6710 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
6711         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
6712              From: Jose.auguste-etienne@cgss-guyane.fr
6713              Date: Mon, 25 Aug 2003 14:35:45 -0300
6714              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
6715              
6716              AIX Configure advice.
6717      Branch: perl
6718            ! README.aix
6719 ____________________________________________________________________________
6720 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
6721         Log: More SunOS 4.x info.
6722      Branch: perl
6723            ! README.solaris
6724 ____________________________________________________________________________
6725 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
6726         Log: The #20887 didn't go over that well;
6727              and add a few more tests from UTS#18.
6728      Branch: perl
6729            ! t/op/pat.t
6730 ____________________________________________________________________________
6731 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
6732         Log: pat.t -> charnames -> UCD -> Storable,
6733              not good for static builds and minitest.
6734      Branch: perl
6735            ! t/op/pat.t
6736 ____________________________________________________________________________
6737 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
6738         Log: SunOS 4.1.4 is working, too.
6739      Branch: perl
6740            ! README.solaris hints/sunos_4_1.sh
6741 ____________________________________________________________________________
6742 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
6743         Log: Regen perlmodlib, perltoc.
6744      Branch: perl
6745            ! pod/perlmodlib.pod pod/perltoc.pod
6746 ____________________________________________________________________________
6747 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
6748         Log: UVSIZE is not yet defined when it would be needed
6749              by MULTIARCH.  So go back to LONGSIZE, and (belt-
6750              and-suspenders-and-rope style) later in UVSIZE
6751              possibly redefine BYTEORDER.
6752      Branch: perl
6753            ! Configure config_h.SH
6754 ____________________________________________________________________________
6755 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
6756         Log: Subject: [PATCH] valgrind and /#/x
6757              From: Dave Mitchell <davem@fdgroup.com>
6758              Date: Mon, 25 Aug 2003 13:27:49 +0100
6759              Message-ID: <20030825122748.GA15560@fdgroup.com>
6760      Branch: perl
6761            ! regcomp.c
6762 ____________________________________________________________________________
6763 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
6764         Log: Subject: Please update my address
6765              From: Ed Avis <ed@membled.com>
6766              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
6767              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
6768              
6769              (Just the AUTHORS part, though, I don't think retroactively
6770              updating the Changes* is useful.)
6771      Branch: perl
6772            ! AUTHORS
6773 ____________________________________________________________________________
6774 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
6775         Log: Document even more ways of affecting your "utf8ness".
6776      Branch: perl
6777            ! lib/utf8.pm
6778 ____________________________________________________________________________
6779 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
6780         Log: Change the VERSION since there are now changes since Perl 5.8.0.
6781      Branch: perl
6782            ! ext/I18N/Langinfo/Langinfo.pm
6783 ____________________________________________________________________________
6784 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
6785         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
6786              since Perl 5.8.0.
6787      Branch: perl
6788            ! lib/CGI/Util.pm
6789 ____________________________________________________________________________
6790 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
6791         Log: Upgrade to CGI.pm 3.00.
6792      Branch: perl
6793            ! lib/CGI.pm lib/CGI/Util.pm
6794 ____________________________________________________________________________
6795 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
6796         Log: Subject: [PATCH] valgrind update
6797              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6798              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
6799              Message-ID: <21671.1061797917@www38.gmx.net>
6800      Branch: perl
6801            ! t/TEST t/op/magic.t
6802 ____________________________________________________________________________
6803 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
6804         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
6805              From: Nicholas Clark <nick@ccl4.org>
6806              Date: Sun, 24 Aug 2003 16:48:53 +0100
6807              Message-ID: <20030824164851.E558@plum.flirble.org>
6808      Branch: perl
6809            ! doop.c
6810 ____________________________________________________________________________
6811 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
6812         Log: Subject: [patch emacs/ptags] allow xemacs to be used
6813              From: Stas Bekman <stas@stason.org>
6814              Date: Sun, 24 Aug 2003 22:05:00 -0700
6815              Message-ID: <3F4998FC.3090401@stason.org>
6816      Branch: perl
6817            ! emacs/ptags
6818 ____________________________________________________________________________
6819 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
6820         Log: MPE/iX doc tweak from Mark Bixby.
6821      Branch: perl
6822            ! README.mpeix
6823 ____________________________________________________________________________
6824 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
6825         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
6826              Doesn't work well yet, something broken in DynaLoader/XSLoader?
6827      Branch: perl
6828            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
6829 ____________________________________________________________________________
6830 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
6831         Log: IRIX 5.3 is 99.90% okay.
6832      Branch: perl
6833            ! README.irix hints/irix_5.sh
6834 ____________________________________________________________________________
6835 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
6836         Log: An imperfect last resort in case there is no strtoul() but
6837              there is strtol() (like e.g. SunOS 4) because of the Atoul()
6838              in Perl_get_hash_seed()).  The only true fix would be to
6839              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
6840              in numeric.c.
6841      Branch: perl
6842            ! perl.h
6843 ____________________________________________________________________________
6844 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
6845         Log: s/rationale/rational/g on bigrats.
6846      Branch: perl
6847            ! lib/Math/BigRat.pm lib/bigrat.pm
6848 ____________________________________________________________________________
6849 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
6850         Log: Update the CPAN mirrors list.
6851      Branch: perl
6852            ! pod/perlmodlib.PL pod/perlmodlib.pod
6853 ____________________________________________________________________________
6854 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
6855         Log: gcc -O3 and Storable in Linux do not like each other.
6856      Branch: perl
6857            ! ext/Storable/hints/linux.pl
6858 ____________________________________________________________________________
6859 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
6860         Log: Bad quote day, noticed by Philip Newton.
6861      Branch: perl
6862            ! hints/dos_djgpp.sh
6863 ____________________________________________________________________________
6864 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
6865         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
6866              From: Enache Adrian <enache@rdslink.ro>
6867              Date: Mon, 4 Aug 2003 16:20:19 +0300
6868              Message-ID: <20030804132019.GA6764@ratsnest.hole>
6869      Branch: perl
6870            ! Configure config_h.SH
6871 ____________________________________________________________________________
6872 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
6873         Log: Add more comments so that one can see what is supposed to happen.
6874      Branch: perl
6875            ! t/op/lc.t
6876 ____________________________________________________________________________
6877 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
6878         Log: More data points about the Storable optimization problem
6879              in Linux.  (It might be that also non-Debians are affected,
6880              waiting for more information.)
6881      Branch: perl
6882            ! ext/Storable/hints/linux.pl
6883 ____________________________________________________________________________
6884 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
6885         Log: Move the note about known eval leaks earlier.
6886      Branch: perl
6887            ! pod/perlhack.pod
6888 ____________________________________________________________________________
6889 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
6890         Log: Forgot to regen byterun.c.
6891      Branch: perl
6892            ! ext/ByteLoader/byterun.c
6893 ____________________________________________________________________________
6894 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
6895         Log: Doc tweaks on perlhack.
6896      Branch: perl
6897            ! pod/perlhack.pod
6898 ____________________________________________________________________________
6899 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
6900         Log: Subject: [PATCH] Re: valgrind as a leak hound?
6901              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6902              Date: Fri, 22 Aug 2003 23:28:18 +0200
6903              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
6904              
6905              Add the leak detection to valgrind testing.
6906      Branch: perl
6907            + t/perl.supp
6908            ! MANIFEST pod/perlhack.pod t/TEST
6909 ____________________________________________________________________________
6910 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
6911         Log: Oops.  Why can't C comments nest?
6912      Branch: perl
6913            ! pp_sys.c
6914 ____________________________________________________________________________
6915 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
6916         Log: Try to dodge getspnam() in AIX.
6917      Branch: perl
6918            ! pp_sys.c
6919 ____________________________________________________________________________
6920 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
6921         Log: Subject: Re: mysterious bytecode.t failure
6922              From: Enache Adrian <enache@rdslink.ro>
6923              Date: Fri, 22 Aug 2003 11:49:34 +0300
6924              Message-ID: <20030822084934.GA1257@ratsnest.hole>
6925      Branch: perl
6926            ! t/base/lex.t
6927 ____________________________________________________________________________
6928 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
6929         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
6930              From: Slaven Rezic <slaven@rezic.de>
6931              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
6932              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
6933      Branch: perl
6934            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
6935 ____________________________________________________________________________
6936 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
6937         Log: Just #.
6938      Branch: perl
6939            ! pod/buildtoc pod/perltoc.pod
6940 ____________________________________________________________________________
6941 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
6942         Log: Regen toc.
6943      Branch: perl
6944            ! pod/perltoc.pod
6945 ____________________________________________________________________________
6946 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
6947         Log: Also MANIFEST the vms/perlvms restoration.
6948      Branch: perl
6949            ! MANIFEST
6950 ____________________________________________________________________________
6951 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
6952         Log: In the vms/descrip_mms.template    the perlvms.pod must
6953              be copied from vms/, err, [.vms], not [.pod].
6954      Branch: perl
6955            ! pod/buildtoc vms/descrip_mms.template
6956 ____________________________________________________________________________
6957 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
6958         Log: Retract #20826 and #20831; things are done differently
6959              in VMS, it seems.  Maybe the vms/descrip_mms.template
6960              needs to be changed?
6961      Branch: perl
6962            + vms/perlvms.pod
6963            - pod/perlvms.pod
6964            ! MANIFEST Makefile.SH
6965 ____________________________________________________________________________
6966 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
6967         Log: Rafael spotted that vms/perlvms.pod was still referred to.
6968      Branch: perl
6969            ! Makefile.SH
6970 ____________________________________________________________________________
6971 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
6972         Log: The change #20809 opened up a code path that might leave s unset.
6973      Branch: perl
6974            ! mg.c
6975 ____________________________________________________________________________
6976 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
6977         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
6978              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6979              Date: Fri, 22 Aug 2003 14:57:09 +0200
6980              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
6981      Branch: perl
6982            ! lib/File/Path.t
6983 ____________________________________________________________________________
6984 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
6985         Log: Test the correct longness; from Enache.
6986      Branch: perl
6987            ! ext/B/t/assembler.t
6988 ____________________________________________________________________________
6989 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
6990         Log: perlvms moving day, from Craig Berry.
6991      Branch: perl
6992            + pod/perlvms.pod
6993            - vms/perlvms.pod
6994            ! MANIFEST
6995 ____________________________________________________________________________
6996 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
6997         Log: Lower Storable.xs optimization to -O2 on certain
6998              known platforms.
6999      Branch: perl
7000            + ext/Storable/hints/linux.pl
7001            ! MANIFEST
7002 ____________________________________________________________________________
7003 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
7004         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
7005              From: Nicholas Clark <nick@ccl4.org>
7006              Date: Thu, 21 Aug 2003 22:26:18 +0100
7007              Message-ID: <20030821222618.T558@plum.flirble.org>
7008      Branch: perl
7009            ! t/op/pack.t
7010 ____________________________________________________________________________
7011 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
7012         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
7013              From: alian@cpan.org (Alian)
7014              Date: Wed, 20 Aug 2003 20:39:17 +0200
7015              Message-ID: <3F43C055.6030709@jupiter.alianet>
7016      Branch: perl
7017            ! t/op/pack.t
7018 ____________________________________________________________________________
7019 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
7020         Log: Try to make the use of utf8 as clear as possible.
7021      Branch: perl
7022            ! lib/utf8.pm
7023 ____________________________________________________________________________
7024 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
7025         Log: Put the tests of the change #19064 back, but disable them.
7026      Branch: perl
7027            ! t/op/args.t
7028 ____________________________________________________________________________
7029 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
7030         Log: Advertise the encoding pragma at the utf8 pragma.
7031      Branch: perl
7032            ! lib/utf8.pm
7033 ____________________________________________________________________________
7034 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
7035         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
7036              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
7037              Date: Fri, 22 Aug 2003 09:01:09 +0200
7038              Message-id: <20030822070109.GA1029@ethan>
7039      Branch: perl
7040            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
7041            ! ext/Devel/PPPort/t/test.t
7042 ____________________________________________________________________________
7043 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
7044         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
7045              From: insecure <insecure@mail.od.ua>
7046              Date: Thu, 21 Aug 2003 21:37:56 +0300
7047              Message-Id: <200308212137.57016.insecure@mail.od.ua>
7048      Branch: perl
7049            ! ext/I18N/Langinfo/Langinfo.xs
7050 ____________________________________________________________________________
7051 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
7052         Log: More bytecode patching from Enache.
7053      Branch: perl
7054            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7055            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
7056 ____________________________________________________________________________
7057 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
7058         Log: Subject: Re: pod cleanup
7059              From: Ken Williams <ken@mathforum.org>
7060              Date: Thu, 21 Aug 2003 21:24:57 -0500
7061              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
7062      Branch: perl
7063            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
7064 ____________________________________________________________________________
7065 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
7066         Log: Do not edit perltoc since it is autogenerated.
7067      Branch: perl
7068            ! pod/buildtoc
7069 ____________________________________________________________________________
7070 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
7071         Log: Subject: [PATCH] Re: pod cleanup
7072              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
7073              Date: Thu, 21 Aug 2003 17:09:17 -0400
7074              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
7075              
7076              (the pod part)
7077      Branch: perl
7078            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
7079            ! pod/perlipc.pod pod/perlpacktut.pod
7080 ____________________________________________________________________________
7081 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
7082         Log: No need to E<gt>.
7083      Branch: perl
7084            ! pod/perluniintro.pod
7085 ____________________________________________________________________________
7086 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
7087         Log: Add File::Temp's OO test.
7088      Branch: perl
7089            + lib/File/Temp/t/object.t
7090            ! MANIFEST
7091 ____________________________________________________________________________
7092 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
7093         Log: The magic variables that alter STDOUT have a tendancy to segfault
7094              when accessed if STDOUT is undefined. Protect them.
7095      Branch: perl
7096            ! mg.c
7097 ____________________________________________________________________________
7098 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
7099         Log: Mention the Unicode UTR #18 version referenced.
7100      Branch: perl
7101            ! pod/perlunicode.pod
7102 ____________________________________________________________________________
7103 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
7104         Log: Must close so that unlink works portably.
7105      Branch: perl
7106            ! t/io/utf8.t
7107 ____________________________________________________________________________
7108 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
7109         Log: Subject: [perluniintro.pod] pod markup fix
7110              From: Stas Bekman <stas@stason.org>
7111              Date: Thu, 21 Aug 2003 11:41:01 -0700
7112              Message-ID: <3F45123D.8020805@stason.org>
7113      Branch: perl
7114            ! pod/perluniintro.pod
7115 ____________________________________________________________________________
7116 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
7117         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
7118              From: Enache Adrian <enache@rdslink.ro>
7119              Date: Thu, 21 Aug 2003 21:17:26 +0300
7120              Message-ID: <20030821181726.GA1241@ratsnest.hole>
7121      Branch: perl
7122            ! gv.c t/op/die.t
7123 ____________________________________________________________________________
7124 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
7125         Log: Fix the syswrite downgrade bug of
7126              [perl #23428] Somethings rotten in unicode semantics
7127      Branch: perl
7128            ! pp_sys.c t/io/utf8.t
7129 ____________________________________________________________________________
7130 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
7131         Log: No more public cwd(), use private _cwd().
7132      Branch: perl
7133            ! lib/File/Spec/t/Spec.t
7134 ____________________________________________________________________________
7135 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
7136         Log: Underline the fact that abs2rel() makes no sense
7137              if it spans multiple roots.
7138      Branch: perl
7139            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
7140 ____________________________________________________________________________
7141 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
7142         Log: Rename the internal cwd() to _cwd() (it's not curdir).
7143      Branch: perl
7144            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
7145            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7146            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7147            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7148 ____________________________________________________________________________
7149 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
7150         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
7151              From: PPrymmer@factset.com
7152              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
7153              Date: Tue, 19 Aug 2003 21:50:12 -0400
7154      Branch: perl
7155            ! lib/ExtUtils/MM_Unix.pm
7156 ____________________________________________________________________________
7157 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
7158         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
7159              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
7160              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
7161      Branch: perl
7162            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
7163 ____________________________________________________________________________
7164 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
7165         Log: MPE/iX does not have nanosleep() (the test makes
7166              a wrong conclusion of the linking succeeding)
7167      Branch: perl
7168            ! ext/Time/HiRes/Makefile.PL
7169 ____________________________________________________________________________
7170 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
7171         Log: Subject: Re: untieing your victim during the act
7172              From: Dave Mitchell <davem@fdgroup.com>
7173              Date: Wed, 20 Aug 2003 20:44:53 +0100
7174              Message-ID: <20030820194453.GD27719@fdgroup.com>
7175      Branch: perl
7176            ! mg.c
7177 ____________________________________________________________________________
7178 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
7179         Log: Byteloader patching from Enache continues;
7180              PADOFFSET handling was wrong. 
7181      Branch: perl
7182            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7183            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
7184            ! ext/ByteLoader/byterun.c
7185 ____________________________________________________________________________
7186 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
7187         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
7188              From: Steve Hay <steve.hay@uk.radan.com>
7189              Date: Wed, 20 Aug 2003 10:54:46 +0100
7190              Message-ID: <3F434566.3030602@uk.radan.com>
7191      Branch: perl
7192            ! win32/Makefile win32/makefile.mk
7193 ____________________________________________________________________________
7194 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
7195         Log: Upgrade to Encode 1.98.
7196      Branch: perl
7197            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7198            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
7199            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7200            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
7201            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
7202            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
7203            ! ext/Encode/ucm/macHebrew.ucm
7204 ____________________________________________________________________________
7205 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
7206         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
7207      Branch: perl
7208            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
7209 ____________________________________________________________________________
7210 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
7211         Log: t/TEST fails to fail when it can't find tests.
7212      Branch: perl
7213            ! t/TEST
7214 ____________________________________________________________________________
7215 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
7216         Log: Manifest.t.ation of Schwern.
7217      Branch: perl
7218            ! lib/ExtUtils/t/Manifest.t
7219 ____________________________________________________________________________
7220 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
7221         Log: Nick's podulator was right, I just hadn't read the manual...
7222              the vms\perlvms.pod lines needed to be moved.
7223      Branch: perl
7224            ! win32/Makefile win32/makefile.mk
7225 ____________________________________________________________________________
7226 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
7227         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
7228              From: Andy Dougherty <doughera@lafayette.edu>
7229              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
7230              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
7231      Branch: perl
7232            ! INSTALL
7233 ____________________________________________________________________________
7234 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
7235         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
7236              From: alian <alian@cpan.org>
7237              Date: Tue, 19 Aug 2003 18:18:03 +0200
7238              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
7239      Branch: perl
7240            + ext/B/hints/openbsd.pl
7241            ! MANIFEST
7242 ____________________________________________________________________________
7243 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
7244         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
7245              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7246              Date: Tue, 19 Aug 2003 08:28:14 -0700
7247              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
7248      Branch: perl
7249            ! lib/File/Spec/OS2.pm
7250 ____________________________________________________________________________
7251 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
7252         Log: Unnecessary whitespace diff.
7253      Branch: perl
7254            ! lib/ExtUtils/MakeMaker.pm
7255 ____________________________________________________________________________
7256 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
7257         Log: One less failure.
7258      Branch: perl
7259            ! lib/ExtUtils/t/Manifest.t
7260 ____________________________________________________________________________
7261 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
7262         Log: Replace #20772 with
7263              
7264              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
7265              From: PPrymmer@factset.com
7266              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
7267              Date: Tue, 19 Aug 2003 10:29:44 -0400
7268      Branch: perl
7269            ! lib/ExtUtils/t/Manifest.t
7270 ____________________________________________________________________________
7271 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
7272         Log: (From Enache) Keep bytecode files (.plc) around in case
7273              of failures.  (Currently Tru64 is reliably barfing.)
7274      Branch: perl
7275            ! ext/B/t/bytecode.t
7276 ____________________________________________________________________________
7277 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
7278         Log: 's buildtoc now.
7279      Branch: perl
7280            ! README.cygwin
7281 ____________________________________________________________________________
7282 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
7283         Log: These are kind of important.
7284      Branch: perl
7285            ! MANIFEST
7286 ____________________________________________________________________________
7287 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
7288         Log: Replace #20763 with
7289              
7290              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
7291              From: Michael G Schwern <schwern@pobox.com>
7292              Date: Mon, 18 Aug 2003 17:07:30 -0700
7293              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
7294      Branch: perl
7295            ! lib/ExtUtils/t/Manifest.t
7296 ____________________________________________________________________________
7297 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
7298         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
7299              From: Michael G Schwern <schwern@pobox.com>
7300              Date: Mon, 18 Aug 2003 18:02:08 -0700
7301              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
7302      Branch: perl
7303            ! lib/File/Spec/OS2.pm
7304 ____________________________________________________________________________
7305 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
7306         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
7307              From: Ken Williams <ken@mathforum.org>
7308              Date: Mon, 18 Aug 2003 17:07:43 -0500
7309              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
7310      Branch: perl
7311            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7312            ! lib/File/Spec/t/Spec.t
7313 ____________________________________________________________________________
7314 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
7315         Log: Update the history records.
7316      Branch: perl
7317            ! pod/perlhist.pod
7318 ____________________________________________________________________________
7319 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
7320         Log: Still trying to unify MANIFEST sorting.
7321      Branch: perl
7322            ! MANIFEST pod/buildtoc
7323 ____________________________________________________________________________
7324 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
7325         Log: Try to unify the MANIFEST sorting.
7326      Branch: perl
7327            ! MANIFEST Makefile.SH pod/buildtoc
7328 ____________________________________________________________________________
7329 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
7330         Log: Nick Clark's podulator.  The win32 makefile
7331              generation doesn't seem to be working yet.
7332      Branch: perl
7333            + pod.lst pod/buildtoc
7334            - pod/buildtoc.PL
7335            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
7336            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
7337 ____________________________________________________________________________
7338 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
7339         Log: Pod tweaks for NEXT from Alan Ferrency.
7340      Branch: perl
7341            ! lib/NEXT.pm
7342 ____________________________________________________________________________
7343 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
7344         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
7345      Branch: perl
7346            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
7347 ____________________________________________________________________________
7348 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
7349         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
7350              From: PPrymmer@factset.com
7351              Date: Mon, 18 Aug 2003 15:57:12 -0400
7352              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
7353      Branch: perl
7354            ! lib/ExtUtils/t/Manifest.t
7355 ____________________________________________________________________________
7356 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
7357         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
7358              From: PPrymmer@factset.com
7359              Date: Mon, 18 Aug 2003 14:28:22 -0400
7360              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
7361      Branch: perl
7362            ! vms/descrip_mms.template
7363 ____________________________________________________________________________
7364 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
7365         Log: Use the base class cwd() method.
7366      Branch: perl
7367            ! lib/File/Spec/VMS.pm
7368 ____________________________________________________________________________
7369 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
7370         Log: Subject: [PATCH] Uppercase globals in Pod::Html
7371              From: Michael G Schwern <schwern@pobox.com>
7372              Date: Mon, 18 Aug 2003 03:29:09 -0700
7373              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
7374      Branch: perl
7375            ! lib/Pod/Html.pm
7376 ____________________________________________________________________________
7377 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
7378         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
7379              From: Michael G Schwern <schwern@pobox.com>
7380              Date: Mon, 18 Aug 2003 02:44:31 -0700
7381              Message-ID: <20030818094431.GG823@windhund.schwern.org>
7382      Branch: perl
7383            ! lib/Pod/Html.pm
7384 ____________________________________________________________________________
7385 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
7386         Log: Warn about the slowness of memory debuggers.
7387      Branch: perl
7388            ! pod/perlhack.pod
7389 ____________________________________________________________________________
7390 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
7391         Log: Upgrade to ExtUtils::MakeMaker 6.16.
7392      Branch: perl
7393            + lib/ExtUtils/t/prereq_print.t
7394            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
7395            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
7396            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
7397            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
7398            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
7399 ____________________________________________________________________________
7400 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
7401         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
7402              From: Michael G Schwern <schwern@pobox.com>
7403              Date: Mon, 18 Aug 2003 01:34:34 -0700
7404              Message-ID: <20030818083433.GB823@windhund.schwern.org>
7405      Branch: perl
7406            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
7407 ____________________________________________________________________________
7408 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
7409         Log: I could have sworn the base class method was there.
7410      Branch: perl
7411            ! lib/File/Spec/Unix.pm
7412 ____________________________________________________________________________
7413 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
7414         Log: utf8::is_utf8() wasn't there in 5.8.0.
7415      Branch: perl
7416            ! lib/utf8.pm
7417 ____________________________________________________________________________
7418 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
7419         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
7420              From: "Craig A. Berry" <craigberry@mac.com>
7421              Date: Sun, 17 Aug 2003 23:28:21 -0500
7422              Message-ID: <3F4055E5.2070407@mac.com>
7423      Branch: perl
7424            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
7425 ____________________________________________________________________________
7426 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
7427         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
7428              From: Michael G Schwern <schwern@pobox.com>
7429              Date: Sat, 16 Aug 2003 14:58:25 -0700
7430              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
7431              
7432              (plus local *REALPATH)
7433      Branch: perl
7434            ! lib/Cwd.pm
7435 ____________________________________________________________________________
7436 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
7437         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
7438              From: Enache Adrian <enache@rdslink.ro>
7439              Date: Sat, 16 Aug 2003 16:03:16 +0300
7440              Message-ID: <20030816130316.GA1654@ratsnest.hole>
7441              
7442              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
7443              From: Enache Adrian <enache@rdslink.ro>
7444              Date: Sun, 17 Aug 2003 04:42:22 +0300
7445              Message-ID: <20030817014222.GA1287@ratsnest.hole>
7446      Branch: perl
7447            ! t/op/die.t util.c
7448 ____________________________________________________________________________
7449 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
7450         Log: The lib/Cwd.pm diet part of
7451              
7452              Subject: [PATCH] File::Spec on diet
7453              From: Tels <perl_dummy@bloodgate.com>
7454              Date: Mon, 7 Jul 2003 22:41:42 +0200
7455              Message-Id: <200307072235.03364@bloodgate.com>
7456      Branch: perl
7457            ! lib/Cwd.pm
7458 ____________________________________________________________________________
7459 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
7460         Log: The "reduce memory footprint and increase speed by not
7461              unconditionally pulling in Cwd"    part of
7462              
7463              Subject: [PATCH] File::Spec on diet
7464              From: Tels <perl_dummy@bloodgate.com>
7465              Date: Mon, 7 Jul 2003 22:41:42 +0200
7466              Message-Id: <200307072235.03364@bloodgate.com>
7467              
7468              was still valid.
7469      Branch: perl
7470            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
7471            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7472            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7473            ! lib/File/Spec/Win32.pm
7474 ____________________________________________________________________________
7475 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
7476         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
7477      Branch: perl
7478            ! lib/File/Temp.pm
7479 ____________________________________________________________________________
7480 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
7481         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
7482              From: PPrymmer@factset.com
7483              Date: Sat, 16 Aug 2003 11:55:58 -0400
7484              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
7485      Branch: perl
7486            ! installperl
7487 ____________________________________________________________________________
7488 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
7489         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
7490              $VERSION at 1.601 so that we are different in version
7491              than 5.8.0 since the module is different (one doc tweak).
7492      Branch: perl
7493            ! ext/Filter/Util/Call/Call.pm
7494 ____________________________________________________________________________
7495 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
7496         Log: valgrind --help didn't return a happy exit status.
7497      Branch: perl
7498            ! Makefile.SH
7499 ____________________________________________________________________________
7500 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
7501         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
7502              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
7503              because loading the XS part of Cwd might fail.
7504      Branch: perl
7505            ! lib/Cwd.pm
7506 ____________________________________________________________________________
7507 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
7508         Log: Subject: [patch lib/utf8.pm] doc tweaks
7509              From: Stas Bekman <stas@stason.org>
7510              Date: Sat, 16 Aug 2003 13:30:28 -0700
7511              Message-ID: <3F3E9464.3030202@stason.org>
7512      Branch: perl
7513            ! lib/utf8.pm
7514 ____________________________________________________________________________
7515 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
7516         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
7517              From: Michael G Schwern <schwern@pobox.com>
7518              Date: Fri, 15 Aug 2003 18:43:45 -0700
7519              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
7520      Branch: perl
7521            ! ext/Cwd/t/taint.t lib/Cwd.pm
7522 ____________________________________________________________________________
7523 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
7524         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
7525      Branch: perl
7526            ! hints/darwin.sh
7527 ____________________________________________________________________________
7528 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
7529         Log: Add valgrind testing target.
7530      Branch: perl
7531            ! Makefile.SH pod/perlhack.pod t/TEST
7532 ____________________________________________________________________________
7533 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
7534         Log: More networking negativity.
7535      Branch: perl
7536            ! pod/perlport.pod
7537 ____________________________________________________________________________
7538 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
7539         Log: Remove a useless vstring reference in perlnumber.pod.
7540      Branch: perl
7541            ! pod/perlnumber.pod
7542 ____________________________________________________________________________
7543 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
7544         Log: README.macosx updates about known problems.
7545      Branch: perl
7546            ! README.macosx
7547 ____________________________________________________________________________
7548 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
7549         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
7550              From: Andreas J Koenig <andreas.koenig@anima.de>
7551              Date: Fri, 15 Aug 2003 11:55:22 +0200
7552              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
7553      Branch: perl
7554            ! lib/Memoize/t/errors.t
7555 ____________________________________________________________________________
7556 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
7557         Log: Upgrade to File::Temp 0.13 from CPAN--
7558              but since we had a '0.13' already in 5.8.0, make this
7559              still a '0.131'.
7560      Branch: perl
7561            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
7562            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7563            ! lib/File/Temp/t/tempfile.t
7564 ____________________________________________________________________________
7565 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
7566         Log: Clarify the E flag.
7567      Branch: perl
7568            ! embed.fnc
7569 ____________________________________________________________________________
7570 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
7571         Log: Integrate from maint:
7572              [ 20724]
7573              No peeking before the buffer.
7574              (This was probably the random failure showing up
7575              in Solaris with t/uni/tr_7jis.t)
7576      Branch: perl
7577           !> toke.c
7578 ____________________________________________________________________________
7579 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
7580         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
7581              From: Andreas J Koenig <andreas.koenig@anima.de>
7582              Date: Fri, 15 Aug 2003 11:37:29 +0200
7583              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
7584      Branch: perl
7585            ! t/TEST
7586 ____________________________________________________________________________
7587 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
7588         Log: Integrate from maint:
7589              [ 20719]
7590              no_plan is not a good plan until TEST is fixed.
7591      Branch: perl
7592           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
7593 ____________________________________________________________________________
7594 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
7595         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
7596              (the JPL cvs seems to be out of order), the only real change
7597              (in JNI.xs) seems to have been CRLF->LF conversion.
7598      Branch: perl
7599            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
7600 ____________________________________________________________________________
7601 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
7602         Log: Upgrade to Test::Harness 2.30.
7603      Branch: perl
7604            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7605            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
7606 ____________________________________________________________________________
7607 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
7608         Log: Damian replied that he'll make a CPAN Switch 2.10
7609              out of 5.8.1 Switch 2.10.
7610      Branch: perl
7611            ! lib/Switch.pm
7612 ____________________________________________________________________________
7613 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
7614         Log: Add PerlIO::via::QuotedPrint to Maintainers.
7615      Branch: perl
7616            ! Porting/Maintainers.pl
7617 ____________________________________________________________________________
7618 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
7619         Log: Upgrade to PerlIO::via::Quoted 0.05.
7620      Branch: perl
7621            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
7622 ____________________________________________________________________________
7623 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
7624         Log: Upgrade to NEXT 0.60.
7625      Branch: perl
7626            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
7627            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
7628 ____________________________________________________________________________
7629 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
7630         Log: perlcheat is a reference, not tutorial.
7631      Branch: perl
7632            ! pod/perl.pod
7633 ____________________________________________________________________________
7634 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
7635         Log: Subject: PATCH RC4 IO::Dir
7636              From: Mark Jason Dominus <mjd@plover.com>
7637              Date: Thu, 14 Aug 2003 12:02:59 -0400
7638              Message-ID: <20030814160259.27586.qmail@plover.com>
7639      Branch: perl
7640            ! ext/IO/lib/IO/Dir.pm
7641 ____________________________________________________________________________
7642 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
7643         Log: win32/fcrypt.c was forgotten.
7644      Branch: perl
7645            ! MANIFEST
7646 ____________________________________________________________________________
7647 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
7648         Log: Not so great a version bump, let Paul release 0.17.
7649      Branch: perl
7650            ! ext/Filter/Util/Call/Call.pm
7651 ____________________________________________________________________________
7652 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
7653         Log: One more XS change versus no VERSION change.
7654              (Remaining in JNI.pm/xs, don't know what to about that
7655              since JNI is kind of "stable".)
7656      Branch: perl
7657            ! ext/Filter/Util/Call/Call.pm
7658 ____________________________________________________________________________
7659 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
7660         Log: XS contents changes versus VERSION non-changes.
7661      Branch: perl
7662            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7663            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
7664            ! ext/Socket/Socket.pm
7665 ____________________________________________________________________________
7666 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
7667         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
7668              From: Steve Hay <steve.hay@uk.radan.com>
7669              Date: Thu, 14 Aug 2003 15:39:16 +0100
7670              Message-ID: <3F3B9F14.4040609@uk.radan.com>
7671              
7672              (Sarathy okayed the idea.)
7673      Branch: perl
7674            + win32/fcrypt.c
7675            - win32/des_fcrypt.patch
7676            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
7677 ____________________________________________________________________________
7678 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
7679         Log: Subject: [DOC PATCH] warnings.pl
7680              From: Elizabeth Mattijsen <liz@dijkmat.nl>
7681              Date: Thu, 14 Aug 2003 13:12:55 +0200
7682              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
7683              
7684              (some rewording)
7685      Branch: perl
7686            ! lib/warnings.pm warnings.pl
7687 ____________________________________________________________________________
7688 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
7689         Log: Update to Scalar-List-Utils 1.12
7690      Branch: perl
7691            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7692            ! ext/List/Util/lib/List/Util.pm
7693            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
7694 ____________________________________________________________________________
7695 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
7696         Log: All the authors of these modules have now been contacted;
7697              but assuming no CPAN updates are upcoming, here are 'fake'
7698              version updates to make us different from 5.8.0.
7699              (List::Util+Scalar::Util will soon be updated;
7700              File::Spec CPAN release will be made based on 5.8.1.)
7701      Branch: perl
7702            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
7703            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
7704            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
7705            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
7706 ____________________________________________________________________________
7707 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
7708         Log: Make the blead versions of these be newer...
7709      Branch: perl
7710            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7711 ____________________________________________________________________________
7712 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
7713         Log: Tweak from Slaven to catch also changed .xs files
7714              (.pm -> .xs name equivalence is assumed)
7715      Branch: perl
7716            ! Porting/cmpVERSION.pl
7717 ____________________________________________________________________________
7718 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
7719         Log: Diffs-sans-version-diffs between blead and maint.
7720      Branch: perl
7721            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
7722            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
7723            ! lib/warnings.pm warnings.pl
7724 ____________________________________________________________________________
7725 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
7726         Log: One more VERSION bump.
7727      Branch: perl
7728            ! lib/SelfLoader.pm
7729 ____________________________________________________________________________
7730 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
7731         Log: Add a known exception.
7732      Branch: perl
7733            ! Porting/cmpVERSION.pl
7734 ____________________________________________________________________________
7735 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
7736         Log: The blead version has got the dor.
7737      Branch: perl
7738            ! ext/Opcode/Opcode.pm
7739 ____________________________________________________________________________
7740 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
7741         Log: A swath of VERSION patches from Nick Clark.
7742      Branch: perl
7743            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
7744            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
7745            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
7746            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
7747            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
7748            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
7749            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
7750            ! lib/vmsish.pm os2/OS2/Process/Process.pm
7751            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
7752            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
7753            ! vms/ext/Filespec.pm warnings.pl
7754 ____________________________________________________________________________
7755 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
7756         Log: Alpha version numbers noticed by Schwern.
7757              (These hacks are no more needed since the PAUSE indexer no
7758              more indexes the insides of Perl distributions, says Andreas.)
7759      Branch: perl
7760            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
7761            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7762            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7763            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7764            ! ext/IPC/SysV/SysV.pm
7765 ____________________________________________________________________________
7766 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
7767         Log: Subject: Re: script wanted
7768              From: Nicholas Clark <nick@ccl4.org>
7769              Date: Wed, 13 Aug 2003 20:46:09 +0100
7770              Message-ID: <20030813204609.G20130@plum.flirble.org>
7771      Branch: perl
7772            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
7773            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
7774            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7775            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7776            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
7777            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
7778            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
7779            ! ext/re/re.pm ext/threads/shared/shared.pm
7780            ! ext/threads/threads.pm
7781 ____________________________________________________________________________
7782 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
7783         Log: Subject: Re: script wanted
7784              From: Enache Adrian <enache@rdslink.ro>
7785              Date: Wed, 13 Aug 2003 22:31:18 +0300
7786              Message-ID: <20030813193118.GA1273@ratsnest.hole>
7787      Branch: perl
7788            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7789            ! ext/B/B/Disassembler.pm
7790 ____________________________________________________________________________
7791 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
7792         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
7793              From: Robin Barker <Robin.Barker@npl.co.uk>
7794              Date: Wed, 13 Aug 2003 18:05:38 +0100
7795              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
7796      Branch: perl
7797            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
7798 ____________________________________________________________________________
7799 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
7800         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
7801              From: Michael G Schwern <schwern@pobox.com>
7802              Date: Wed, 13 Aug 2003 11:15:40 -0700
7803              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
7804      Branch: perl
7805            ! pod/perlartistic.pod pod/perlgpl.pod
7806 ____________________________________________________________________________
7807 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
7808         Log: Add cmpVERSION.pl from Slaven for comparing two
7809              Perl source trees for modules that have changed
7810              but have the same version numbers.
7811      Branch: perl
7812            + Porting/cmpVERSION.pl
7813            ! MANIFEST
7814 ____________________________________________________________________________
7815 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
7816         Log: Make Johan's confusion go away, but there are no doubt more
7817              similar cases.
7818      Branch: perl
7819            ! lib/File/Find.pm
7820 ____________________________________________________________________________
7821 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
7822         Log: Make (hopefully) the Windows CR CR LF bug go away
7823              by making the CRLF layer repel any other CRLF layers.
7824              In other words: binmode(FH, ":crlf") in e.g. Win32
7825              is effectively a no-op since there already is one
7826              CRLF layer in the stack by default.
7827      Branch: perl
7828            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
7829 ____________________________________________________________________________
7830 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
7831         Log: One tweak from Dave Mitchell.
7832      Branch: perl
7833            ! pod/perlport.pod
7834 ____________________________________________________________________________
7835 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
7836         Log: One tweak for microperl in OS/2.
7837      Branch: perl
7838            ! perl.h
7839 ____________________________________________________________________________
7840 [ 20671] By: merijn                                on 2003/08/13  08:57:27
7841         Log: Subject: [PATCH] another VMS pod nit
7842              From: "Craig A. Berry" <craigberry@mac.com>
7843              Date: Wed, 13 Aug 2003 01:01:46 -0500
7844              Message-ID: <3F39D44A.4010207@mac.com>
7845      Branch: perl
7846            ! vms/descrip_mms.template
7847 ____________________________________________________________________________
7848 [ 20670] By: merijn                                on 2003/08/13  08:54:45
7849         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
7850              From: "Craig A. Berry" <craigberry@mac.com>
7851              Date: Tue, 12 Aug 2003 21:12:00 -0500
7852              Message-ID: <3F399E70.4050607@mac.com>
7853      Branch: perl
7854            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
7855            ! lib/Tie/File/t/29a_upcopy.t
7856 ____________________________________________________________________________
7857 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
7858         Log: More don't:s for nyetworking.
7859      Branch: perl
7860            ! pod/perlport.pod
7861 ____________________________________________________________________________
7862 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
7863         Log: perlipc thinko by John P. Linderman.
7864      Branch: perl
7865            ! pod/perlipc.pod
7866 ____________________________________________________________________________
7867 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
7868         Log: Subject: Re: maint @ 20617 [PATCH]
7869              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
7870              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
7871              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
7872      Branch: perl
7873            ! lib/ExtUtils/Installed.pm
7874 ____________________________________________________________________________
7875 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
7876         Log: README.cygwin updates from Gerrit P. Haase.
7877      Branch: perl
7878            ! README.cygwin
7879 ____________________________________________________________________________
7880 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
7881         Log: Do some updates also on pod.mak -- which seems to
7882              be badly out of date.
7883      Branch: perl
7884            ! win32/pod.mak
7885 ____________________________________________________________________________
7886 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
7887         Log: More missing pods for VMS.
7888      Branch: perl
7889            ! vms/descrip_mms.template
7890 ____________________________________________________________________________
7891 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
7892         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
7893              From: PPrymmer@factset.com
7894              Date: Tue, 12 Aug 2003 16:24:21 -0400
7895              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
7896      Branch: perl
7897            ! vms/descrip_mms.template
7898 ____________________________________________________________________________
7899 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
7900         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
7901      Branch: perl
7902            ! pod/perlreref.pod
7903 ____________________________________________________________________________
7904 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
7905         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
7906      Branch: perl
7907            ! pp_sys.c
7908 ____________________________________________________________________________
7909 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
7910         Log: Multiline one-liners are a bit too much to ask.
7911      Branch: perl
7912            ! t/op/closure.t
7913 ____________________________________________________________________________
7914 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
7915         Log: Add perlcheat to the toc and perl.pod; regen toc. 
7916      Branch: perl
7917            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7918 ____________________________________________________________________________
7919 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
7920         Log: Retract #20644 and #20643; on non-microperl non-fcntl
7921              systems Wrong Thing would be done.  (And as Sarathy
7922              points out, closing both ends of a pipe is rather
7923              identical to never opening it...)
7924      Branch: perl
7925            ! pp_sys.c util.c
7926 ____________________________________________________________________________
7927 [ 20652] By: ams                                   on 2003/08/12  13:06:40
7928         Log: Subject: perlcheat
7929              From: Juerd <juerd@cpan.org>
7930              Date: Mon, 11 Aug 2003 20:24:34 +0200
7931              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
7932      Branch: perl
7933            + pod/perlcheat.pod
7934            ! MANIFEST
7935 ____________________________________________________________________________
7936 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
7937         Log: Microperl expects C89 (like the rest of Perl).
7938      Branch: perl
7939            ! README.micro
7940 ____________________________________________________________________________
7941 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
7942         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
7943              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7944              Date: Sun, 3 Aug 2003 06:19:02 -0700
7945              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
7946      Branch: perl
7947            ! lib/ExtUtils/xsubpp
7948 ____________________________________________________________________________
7949 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
7950         Log: If we are void we cannot return a value.
7951      Branch: perl
7952            ! mg.c
7953 ____________________________________________________________________________
7954 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
7955         Log: Oops.
7956      Branch: perl
7957            ! perl.c
7958 ____________________________________________________________________________
7959 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
7960         Log: Apply much of Ilya's microperl patch, but instead of
7961              implementing the opendir()/readdir()/closedir() using
7962              external commands give up "ANSI-pureness" and define them
7963              in uconfig.sh, also define other stuff like rename() and putenv().
7964              Leave out the $| emulation in my_fork() since we are
7965              not supposed to have fork() under microperl.
7966      Branch: perl
7967            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
7968            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
7969 ____________________________________________________________________________
7970 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
7971         Log: Localize PARENT (based on Ilya's microperl patch).
7972      Branch: perl
7973            ! lib/Cwd.pm
7974 ____________________________________________________________________________
7975 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
7976         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
7977      Branch: perl
7978            ! util.c
7979 ____________________________________________________________________________
7980 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
7981         Log: A generally useful hunk from Ilya's microperl patch.
7982              (If no fcntl F_SETFD, fake it the best we can.)
7983      Branch: perl
7984            ! pp_sys.c
7985 ____________________________________________________________________________
7986 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
7987         Log: returning would be good, too.
7988      Branch: perl
7989            ! ext/Safe/t/safeops.t
7990 ____________________________________________________________________________
7991 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
7992         Log: No dor in maint.
7993      Branch: perl
7994            ! ext/Safe/t/safeops.t
7995 ____________________________________________________________________________
7996 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
7997         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
7998              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7999              Date: Mon, 21 Apr 2003 22:44:37 -0700
8000              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
8001              
8002              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
8003      Branch: perl
8004            ! ext/DynaLoader/XSLoader_pm.PL
8005 ____________________________________________________________________________
8006 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
8007         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
8008              From: Michael G Schwern <schwern@pobox.com>
8009              Date: Sat, 9 Aug 2003 15:03:02 -0700
8010              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
8011              
8012              (plus one extra catfile() in h2xs.t)
8013      Branch: perl
8014            ! lib/h2xs.t utils/h2xs.PL
8015 ____________________________________________________________________________
8016 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
8017         Log: The Debian people have expressed a wish for the boilerplate
8018              being specific about the Perl version; patch from Nick Clark.
8019      Branch: perl
8020            ! utils/h2xs.PL
8021 ____________________________________________________________________________
8022 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
8023         Log: A new try from Dave Mitchell for [perl #23265].
8024      Branch: perl
8025            ! pad.c t/op/closure.t
8026 ____________________________________________________________________________
8027 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
8028         Log: Fix for [perl #23287] segfault in untie.
8029              (Well, at least no more coredump.)
8030      Branch: perl
8031            ! pp_sys.c t/op/tie.t
8032 ____________________________________________________________________________
8033 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
8034         Log: =head2 ALL CAPS
8035      Branch: perl
8036            ! pod/perlreref.pod
8037 ____________________________________________________________________________
8038 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
8039         Log: Too enthusiastic head2-ing.
8040      Branch: perl
8041            ! pod/perlreref.pod
8042 ____________________________________________________________________________
8043 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
8044         Log: Gotta Get'em Cases Right.
8045      Branch: perl
8046            ! pod/perlreref.pod
8047 ____________________________________________________________________________
8048 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
8049         Log: head2-ify many of the head1s, will probably make this look
8050              better in HTML.
8051      Branch: perl
8052            ! pod/perlreref.pod
8053 ____________________________________________________________________________
8054 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
8055         Log: Subject: Re: [PATCH] perlreref.pod tweaks
8056              From: Iain Truskett <spoon@cpan.org>
8057              Date: Tue, 12 Aug 2003 13:59:27 +1000
8058              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
8059              
8060              plus explain "Titlecase".
8061      Branch: perl
8062            ! pod/perlreref.pod
8063 ____________________________________________________________________________
8064 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
8065         Log: Add a new regression test for Safe : tests that all ops
8066              can be trapped by a Safe compartement (except for the ones
8067              that can't.)
8068      Branch: perl
8069            + ext/Safe/t/safeops.t
8070            ! MANIFEST
8071 ____________________________________________________________________________
8072 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
8073         Log: B::Deparse wasn't handling correctly builtins that
8074              have two filehandles in their prototypes (pipe, socketpair,
8075              accept) when non-bareword prototypes were used.
8076      Branch: perl
8077            ! ext/B/B/Deparse.pm
8078 ____________________________________________________________________________
8079 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
8080         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
8081              From: merlyn@stonehenge.com (Randal L. Schwartz)
8082              Date: 11 Aug 2003 09:45:29 -0700
8083              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
8084              
8085              Subject: [PATCH] perlreref.pod tweaks
8086              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8087              Date: Mon, 11 Aug 2003 13:19:51 -0400
8088              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
8089              
8090              Plus a note about {,n} not being a quantifier.
8091      Branch: perl
8092            ! pod/perlreref.pod
8093 ____________________________________________________________________________
8094 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
8095         Log: Integrate:
8096              [ 20618]
8097              $* is not yet fully gone in 5.8.1.
8098      Branch: perl
8099           !> pod/perlreref.pod
8100 ____________________________________________________________________________
8101 [ 20614] By: nick                                  on 2003/08/11  12:14:55
8102         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
8103      Branch: perl
8104            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
8105 ____________________________________________________________________________
8106 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
8107         Log: VC6 warning: result still unsigned.
8108      Branch: perl
8109            ! regexec.c
8110 ____________________________________________________________________________
8111 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
8112         Log: Typo fix from Boris Zentner.
8113      Branch: perl
8114            ! pod/perlfaq5.pod
8115 ____________________________________________________________________________
8116 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
8117         Log: Subject: [perl #23273] warnings in Unicode::UCD
8118              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
8119              Date: 10 Aug 2003 22:37:41 -0000
8120              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
8121      Branch: perl
8122            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8123 ____________________________________________________________________________
8124 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
8125         Log: Explain the 'Wide character in print' a bit more.
8126      Branch: perl
8127            ! pod/perldiag.pod
8128 ____________________________________________________________________________
8129 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
8130         Log: Subject: Re: killing for vital signs [PATCH]
8131              From: "John P. Linderman" <jpl@research.att.com>
8132              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
8133              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
8134      Branch: perl
8135            ! pod/perlfunc.pod pod/perlipc.pod
8136 ____________________________________________________________________________
8137 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
8138         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
8139              sv_placeholder hunk.
8140      Branch: perl
8141            ! perl.h sv.h
8142 ____________________________________________________________________________
8143 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
8144         Log: Clarify the format checking instructions.
8145      Branch: perl
8146            ! Porting/pumpkin.pod
8147 ____________________________________________________________________________
8148 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
8149         Log: Retract #20597, too many resulting core dumps.
8150      Branch: perl
8151            ! pad.c t/op/closure.t
8152 ____________________________________________________________________________
8153 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
8154         Log: Subject: Re: [perl #23265] Nested anonymous subs
8155              From: Dave Mitchell <davem@fdgroup.com>
8156              Date: Sun, 10 Aug 2003 01:35:30 +0100
8157              Message-ID: <20030810003530.GB6547@fdgroup.com>
8158      Branch: perl
8159            ! pad.c t/op/closure.t
8160 ____________________________________________________________________________
8161 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
8162         Log: Try simple workaround for the POSIX autosplit.ix warning.
8163      Branch: perl
8164            ! ext/POSIX/POSIX.pm
8165 ____________________________________________________________________________
8166 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
8167         Log: One more PL_csighandlerp.
8168      Branch: perl
8169            ! ext/POSIX/POSIX.xs
8170 ____________________________________________________________________________
8171 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
8172         Log: Further tweaks on perlreref.pod (by Iain Truskett)
8173      Branch: perl
8174            ! pod/perlreref.pod
8175 ____________________________________________________________________________
8176 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
8177         Log: Add the perlreref manpage, by Iain Truskett
8178              (regular expressions quick reference.)
8179              Regenerate the table of contents.
8180      Branch: perl
8181            + pod/perlreref.pod
8182            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8183 ____________________________________________________________________________
8184 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
8185         Log: Remove ByteLoader from the list of modules whose compilability should
8186              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
8187              pointed out.)
8188      Branch: perl
8189            ! t/lib/1_compile.t
8190 ____________________________________________________________________________
8191 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
8192         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
8193              From: Dave Mitchell <davem@fdgroup.com>
8194              Date: Sat, 9 Aug 2003 14:51:44 +0100
8195              Message-ID: <20030809135144.GC4997@fdgroup.com>
8196      Branch: perl
8197            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
8198            ! scope.h t/lib/warnings/pad
8199 ____________________________________________________________________________
8200 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
8201         Log: Regenerate perlapi.pod.
8202      Branch: perl
8203            ! pod/perlapi.pod
8204 ____________________________________________________________________________
8205 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
8206         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
8207              From: Michael G Schwern <schwern@pobox.com>
8208              Date: Sat, 9 Aug 2003 13:36:59 -0700
8209              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
8210      Branch: perl
8211            ! t/lib/1_compile.t
8212 ____________________________________________________________________________
8213 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
8214         Log: Update Jon Orwant's email address as he wants it,
8215              drop TPJ URL; upate also Doug MacEachern's address.
8216      Branch: perl
8217            ! pod/perlembed.pod pod/perlmodinstall.pod
8218 ____________________________________________________________________________
8219 [ 20587] By: ams                                   on 2003/08/09  18:09:34
8220         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
8221              normal key was replaced by its UTF-8 equivalent. This caused the
8222              "Storable problem" RT3 users reported under RH9.
8223      Branch: perl
8224            ! hv.c
8225 ____________________________________________________________________________
8226 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
8227         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
8228              From: Michael G Schwern <schwern@pobox.com>
8229              Date: Fri, 8 Aug 2003 18:35:51 -0700
8230              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
8231      Branch: perl
8232            ! pod/perlmodinstall.pod
8233 ____________________________________________________________________________
8234 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
8235         Log: Reintroduce the U_32-ification to pad.c,
8236              suggested by Dave Mitchell.
8237      Branch: perl
8238            ! pad.c
8239 ____________________________________________________________________________
8240 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
8241         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
8242      Branch: perl
8243            ! lib/AutoSplit.pm
8244 ____________________________________________________________________________
8245 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
8246         Log: Some updates for the memory use debugging section:
8247              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
8248      Branch: perl
8249            ! pod/perldebguts.pod
8250 ____________________________________________________________________________
8251 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
8252         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
8253              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
8254              which was on old bug unearthed by the change #20559.
8255              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
8256              Workaround is not to use lexicals.
8257      Branch: perl
8258            ! lib/SelfLoader.pm
8259 ____________________________________________________________________________
8260 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
8261         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
8262              so no much point in adding it yet.
8263      Branch: perl
8264            ! hints/cygwin.sh
8265 ____________________________________________________________________________
8266 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
8267         Log: Retract #20524 since it was due to broken INT32_MIN in
8268              Cygwin 1.5's stdint.h.
8269      Branch: perl
8270            ! pad.c
8271 ____________________________________________________________________________
8272 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
8273         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
8274              From: Dave Mitchell <davem@fdgroup.com>
8275              Date: Fri, 8 Aug 2003 22:28:48 +0100
8276              Message-ID: <20030808212848.GA2628@fdgroup.com>
8277      Branch: perl
8278            ! sv.c
8279 ____________________________________________________________________________
8280 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
8281         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
8282              From: Michael G Schwern <schwern@pobox.com>
8283              Date: Fri, 8 Aug 2003 13:59:50 -0700
8284              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
8285      Branch: perl
8286            ! pod/perlfaq8.pod
8287 ____________________________________________________________________________
8288 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
8289         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
8290              From: Jan Dubois <jand@ActiveState.com>
8291              Date: Fri, 08 Aug 2003 17:49:03 -0700
8292              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
8293      Branch: perl
8294            ! win32/win32.c
8295 ____________________________________________________________________________
8296 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
8297         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
8298              From: Nicholas Clark <nick@ccl4.org>
8299              Date: Fri, 8 Aug 2003 23:30:00 +0100
8300              Message-ID: <20030808233000.B20130@plum.flirble.org>
8301      Branch: perl
8302            ! ext/Storable/Storable.xs
8303 ____________________________________________________________________________
8304 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
8305         Log: Two more tests for #20566/#20568.
8306      Branch: perl
8307            ! t/op/pat.t
8308 ____________________________________________________________________________
8309 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
8310         Log: Subject: [PATCH] Re: UNICODE regexp bug
8311              From: Nick Ing-Simmons <nick@ing-simmons.net>
8312              Date: Fri, 08 Aug 2003 23:05:49 +0100
8313              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
8314              
8315              Better patch (than #20566) from NI-S, one more test
8316              (introduce another variable rather than reuse the tmp, though)
8317      Branch: perl
8318            ! regexec.c t/op/pat.t
8319 ____________________________________________________________________________
8320 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
8321         Log: Subject: UNICODE regexp bug
8322              From: Nick Ing-Simmons <nick@ing-simmons.net>
8323              Date: Fri, 08 Aug 2003 20:36:56 +0100
8324              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
8325      Branch: perl
8326            ! regexec.c t/op/pat.t
8327 ____________________________________________________________________________
8328 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
8329         Log: Move the csighandler to be a data variable so that
8330              things like DLL trampolines can't mess up the code
8331              variables the Perl_csighandler (seen in Cygwin:
8332              Perl_csighandler in POSIX extension was different
8333              than in main executable).
8334      Branch: perl
8335            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
8336 ____________________________________________________________________________
8337 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
8338         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
8339              From: Steve Hay <steve.hay@uk.radan.com>
8340              Date: Fri, 08 Aug 2003 12:42:28 +0100
8341              Message-ID: <3F338CA4.3010503@uk.radan.com>
8342      Branch: perl
8343            ! t/op/time.t
8344 ____________________________________________________________________________
8345 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
8346         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
8347              From: "Gerrit P. Haase" <gp@familiehaase.de>
8348              Date: Fri, 8 Aug 2003 13:44:51 +0200
8349              Message-ID: <1621817486657.20030808134451@familiehaase.de>
8350      Branch: perl
8351            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
8352            ! hints/cygwin.sh
8353 ____________________________________________________________________________
8354 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
8355         Log: Retract PASTHRU* changes as recommended by Schwern.
8356      Branch: perl
8357            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8358            ! lib/ExtUtils/t/MM_Win32.t
8359 ____________________________________________________________________________
8360 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
8361         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
8362              From: Dave Mitchell <davem@fdgroup.com>
8363              Date: Thu, 7 Aug 2003 15:53:35 +0100
8364              Message-ID: <20030807145335.GF26683@fdgroup.com>
8365      Branch: perl
8366            ! scope.c t/lib/warnings/pad
8367 ____________________________________________________________________________
8368 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
8369         Log: The #20546 was too ambitious, broke the test.
8370      Branch: perl
8371            ! lib/Benchmark.pm lib/Benchmark.t
8372 ____________________________________________________________________________
8373 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
8374         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
8375              From: PPrymmer@factset.com
8376              Date: Thu, 7 Aug 2003 14:02:02 -0400
8377              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
8378      Branch: perl
8379            ! vms/descrip_mms.template
8380 ____________________________________________________________________________
8381 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
8382         Log: Some AUTHORS updates.
8383      Branch: perl
8384            ! AUTHORS
8385 ____________________________________________________________________________
8386 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
8387         Log: Hint away the semid_ds test in NetBSD/sparc.
8388      Branch: perl
8389            ! hints/netbsd.sh
8390 ____________________________________________________________________________
8391 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
8392         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
8393      Branch: perl
8394            ! Configure
8395 ____________________________________________________________________________
8396 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
8397         Log: Subject: [PATCH] Test::More
8398              From: Fergal Daly <fergal@esatclear.ie>
8399              Date: Thu, 7 Aug 2003 15:52:11 +0100
8400              Message-Id: <200308071552.11873.fergal@esatclear.ie>
8401      Branch: perl
8402            ! lib/Test/More.pm
8403 ____________________________________________________________________________
8404 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
8405         Log: Integrate from maint:
8406              [ 20543]
8407              Workround for SuSE8.2's -lndbm hack
8408      Branch: perl
8409           !> hints/linux.sh
8410 ____________________________________________________________________________
8411 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
8412         Log: Subject: [PATCH 5.8.1] Benchmark problem
8413              From: Radu Greab <rgreab@fx.ro>
8414              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
8415              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
8416              
8417              Subject: Re: [PATCH 5.8.1] Benchmark problem
8418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8419              Date: Thu, 7 Aug 2003 15:48:38 +0200
8420              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
8421      Branch: perl
8422            ! lib/Benchmark.pm lib/Benchmark.t
8423 ____________________________________________________________________________
8424 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
8425         Log: Retract #20359: too wide a brush.
8426      Branch: perl
8427            ! hints/netbsd.sh
8428 ____________________________________________________________________________
8429 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
8430         Log: If no alarm(), skip the subtests.
8431      Branch: perl
8432            ! ext/Time/HiRes/t/HiRes.t
8433 ____________________________________________________________________________
8434 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
8435         Log: Subject: Re: maint @ 20537
8436              From: Philip Newton <Philip.Newton@gmx.net>
8437              Date: Thu, 07 Aug 2003 09:05:17 +0200
8438              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
8439      Branch: perl
8440            ! ext/Socket/Socket.xs
8441 ____________________________________________________________________________
8442 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
8443         Log: Subject: Re: maint @ 20537
8444              From: Philip Newton <Philip.Newton@gmx.net>
8445              Date: Thu, 07 Aug 2003 09:05:17 +0200
8446              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
8447      Branch: perl
8448            ! hints/dos_djgpp.sh
8449 ____________________________________________________________________________
8450 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
8451         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
8452              broken SysV semaphores.
8453      Branch: perl
8454            ! hints/netbsd.sh
8455 ____________________________________________________________________________
8456 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
8457         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
8458              From: hv@crypt.org
8459              Date: Thu, 07 Aug 2003 02:44:23 +0100
8460              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
8461      Branch: perl
8462            ! regexec.c t/op/re_tests
8463 ____________________________________________________________________________
8464 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
8465         Log: ESUCCESS = 0 is not true, but exists.
8466      Branch: perl
8467            ! ext/Errno/t/Errno.t
8468 ____________________________________________________________________________
8469 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
8470         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
8471              From: jari.aalto@poboxes.com (Jari Aalto)
8472              Date: Wed, 06 Aug 2003 14:24:42 +0300
8473              Message-ID: <ekzzowp1.fsf@blue.sea.net>
8474      Branch: perl
8475            ! ext/Sys/Syslog/Syslog.pm
8476 ____________________________________________________________________________
8477 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
8478         Log: Make code agree with documentation (from Wolfgang Friebel)
8479      Branch: perl
8480            ! lib/ExtUtils/MakeMaker.pm
8481 ____________________________________________________________________________
8482 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
8483         Log: Various tweaks to help DJGPP builds.
8484      Branch: perl
8485            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
8486 ____________________________________________________________________________
8487 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
8488         Log: More PASTHRU patching from Steve Hay.
8489      Branch: perl
8490            ! lib/ExtUtils/MM_Unix.pm
8491 ____________________________________________________________________________
8492 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
8493         Log: Cast away gcc 3.3 type conversion pickiness.
8494      Branch: perl
8495            ! ext/threads/threads.xs
8496 ____________________________________________________________________________
8497 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
8498         Log: Subject: Re: perl with cygwin 1.5, need help
8499              From: "Gerrit P. Haase" <gp@familiehaase.de>
8500              Date: Tue, 5 Aug 2003 14:36:55 +0200
8501              Message-ID: <71561410910.20030805143655@familiehaase.de>
8502              
8503              (needed manual fitting)
8504      Branch: perl
8505            ! pad.c
8506 ____________________________________________________________________________
8507 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
8508         Log: Subject: maint @ 20512
8509              From: Robin Barker <Robin.Barker@npl.co.uk>
8510              Date: Wed, 6 Aug 2003 15:31:33 +0100
8511              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
8512      Branch: perl
8513            ! MANIFEST Porting/Maintainers.pl
8514 ____________________________________________________________________________
8515 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
8516         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8517              From: Steve Hay <steve.hay@uk.radan.com>
8518              Date: Wed, 06 Aug 2003 10:56:44 +0100
8519              Message-ID: <3F30D0DC.20700@uk.radan.com>
8520      Branch: perl
8521            ! lib/ExtUtils/MM_Unix.pm
8522 ____________________________________________________________________________
8523 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
8524         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
8525              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8526              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
8527              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
8528      Branch: perl
8529            ! pod/perlfaq2.pod
8530 ____________________________________________________________________________
8531 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
8532         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
8533              From: "Craig A. Berry" <craigberry@mac.com>
8534              Date: Wed, 06 Aug 2003 00:18:36 -0500
8535              Message-ID: <3F308FAC.4090409@mac.com>
8536              
8537              (from vmsperl list)
8538      Branch: perl
8539            ! utils/dprofpp.PL
8540 ____________________________________________________________________________
8541 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
8542         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
8543              From: mjd@plover.com
8544              Date: 5 Aug 2003 19:23:46 -0000
8545              Message-ID: <20030805192346.25911.qmail@plover.com>
8546      Branch: perl
8547            ! pod/perlfaq2.pod
8548 ____________________________________________________________________________
8549 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
8550         Log: Continue #20506.
8551      Branch: perl
8552            ! lib/ExtUtils/MM_Unix.pm
8553 ____________________________________________________________________________
8554 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
8555         Log: Try to fix the INC in PASTHRU.
8556      Branch: perl
8557            ! lib/ExtUtils/MM_Unix.pm
8558 ____________________________________________________________________________
8559 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
8560         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
8561              From: Chip Salzenberg <chip@pobox.com>
8562              Date: Tue, 5 Aug 2003 11:39:24 -0400
8563              Message-ID: <20030805153924.GO1751@perlsupport.com
8564      Branch: perl
8565            ! perlio.c
8566 ____________________________________________________________________________
8567 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
8568         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8569              From: Steve Hay <steve.hay@uk.radan.com>
8570              Date: Tue, 05 Aug 2003 10:43:49 +0100
8571              Message-ID: <3F2F7C55.9020808@uk.radan.com>
8572              
8573              (The MM_Unix.pm part was dealt with in #20501.)
8574      Branch: perl
8575            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
8576 ____________________________________________________________________________
8577 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
8578         Log: Reinstate #11125, hopefully making MakeMaker to pass
8579              DEFINE and INCLUDE to subdirs (NI-S says he'll work
8580              around any problems caused seen Tk if necessary).
8581              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
8582              to be _after_ the directory-specific INC and DEFINE as suggested
8583              by NI-S (Tk probably being the only "user" of the said macros).
8584      Branch: perl
8585            ! lib/ExtUtils/MM_Unix.pm
8586 ____________________________________________________________________________
8587 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
8588         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
8589              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8590              Date: Tue, 5 Aug 2003 20:12:18 +0400
8591              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
8592      Branch: perl
8593            - wince/include/netdb.h
8594            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
8595            ! wince/wince.c
8596 ____________________________________________________________________________
8597 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
8598         Log: A suggested perlio doc addition from Stas.
8599      Branch: perl
8600            ! pod/perliol.pod
8601 ____________________________________________________________________________
8602 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
8603         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
8604              From: Robin Barker <Robin.Barker@npl.co.uk>
8605              Date: Tue, 5 Aug 2003 15:32:36 +0100
8606              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
8607      Branch: perl
8608            ! AUTHORS Porting/Maintainers.pl
8609 ____________________________________________________________________________
8610 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
8611         Log: This is necessary to get things building for the VMS debugger.
8612              (Craig Berry)
8613      Branch: perl
8614            ! vms/descrip_mms.template
8615 ____________________________________________________________________________
8616 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
8617         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
8618              From: alian <alian@cpan.org>
8619              Date: Tue, 05 Aug 2003 12:21:42 +0200
8620              Message-ID: <3F2F8536.1090702@jupiter.alianet>
8621      Branch: perl
8622            ! ext/POSIX/t/posix.t
8623 ____________________________________________________________________________
8624 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
8625         Log: Add some known cases to Maintainers.
8626      Branch: perl
8627            ! Porting/Maintainers.pl
8628 ____________________________________________________________________________
8629 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
8630         Log: Subject: [PATCH] perlthrtut.pod
8631              From: Elizabeth Mattijsen <liz@dijkmat.nl>
8632              Date: Tue, 5 Aug 2003 11:26:04 +0200
8633              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
8634      Branch: perl
8635            ! pod/perlthrtut.pod
8636 ____________________________________________________________________________
8637 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
8638         Log: Add META.yml and Stas' makemeta (plus extensive reworking
8639              of the Maintainers utility)
8640      Branch: perl
8641            + META.yml Porting/Maintainers.pm Porting/makemeta
8642            ! MANIFEST Makefile.SH Porting/Maintainers
8643            ! Porting/Maintainers.pl
8644 ____________________________________________________________________________
8645 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
8646         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
8647              Try to remove the created message queues and semaphores
8648              even in the case of failures.
8649      Branch: perl
8650            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8651 ____________________________________________________________________________
8652 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
8653         Log: Subject: PerlIO_{read,write} return value doc patch
8654              From: Gisle Aas <gisle@ActiveState.com>
8655              Date: 04 Aug 2003 13:25:28 -0700
8656              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
8657      Branch: perl
8658            ! pod/perlapio.pod
8659 ____________________________________________________________________________
8660 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
8661         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
8662              From: "Craig A. Berry" <craigberry@mac.com>
8663              Date: Mon, 04 Aug 2003 19:29:51 -0500
8664              Message-ID: <3F2EFA7F.6070801@mac.com>
8665      Branch: perl
8666            ! utils/dprofpp.PL
8667 ____________________________________________________________________________
8668 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
8669         Log: Subject: [PATCH] typos in encoding.pm
8670              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8671              Date: Mon, 4 Aug 2003 20:09:35 +0200
8672              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
8673      Branch: perl
8674            ! ext/Encode/encoding.pm
8675 ____________________________________________________________________________
8676 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
8677         Log: Bytecode patching from Enache.
8678      Branch: perl
8679            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8680            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
8681 ____________________________________________________________________________
8682 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
8683         Log: Upgrade to Digest::MD5 2.27.
8684      Branch: perl
8685            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8686            ! ext/Digest/MD5/t/files.t
8687 ____________________________________________________________________________
8688 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
8689         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
8690              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8691              Date: Tue, 05 Aug 2003 00:27:10 +0900
8692              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
8693      Branch: perl
8694            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
8695 ____________________________________________________________________________
8696 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
8697         Log: Nit in INSTALL about the svr?.sh hint files.
8698      Branch: perl
8699            ! INSTALL
8700 ____________________________________________________________________________
8701 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
8702         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
8703              From: Steve Grazzini <grazz@pobox.com>
8704              Date: Mon, 4 Aug 2003 16:01:45 -0400
8705              Message-ID: <20030804200145.GB21699@grazzini.net>
8706              
8707              Prevent the warning "Bareword found where operator expected" in
8708              the case "print $fh foo()" where foo() is an undefined function.
8709      Branch: perl
8710            ! toke.c
8711 ____________________________________________________________________________
8712 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
8713         Log: Fix bug #23141 : localization of readonly magic scalars
8714              now produces an error "Modification of a read-only value
8715              attempted", instead of silently failing.
8716      Branch: perl
8717            ! scope.c t/op/local.t
8718 ____________________________________________________________________________
8719 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
8720         Log: Revert change #19282 : it caused problems for some -Duseshrplib
8721              builds. On the other hand, make sure that your C compiler isn't
8722              a perl script !
8723      Branch: perl
8724            ! Makefile.SH
8725 ____________________________________________________________________________
8726 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
8727         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
8728      Branch: perl
8729            ! perl.c perl.h
8730 ____________________________________________________________________________
8731 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
8732         Log: Oops.
8733      Branch: perl
8734            ! hints/darwin.sh hints/rhapsody.sh
8735 ____________________________________________________________________________
8736 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
8737         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
8738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8739              Date: Mon, 4 Aug 2003 10:35:12 +0200
8740              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
8741      Branch: perl
8742            ! hints/darwin.sh
8743 ____________________________________________________________________________
8744 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
8745         Log: Test count adjustment from Rafael.
8746      Branch: perl
8747            ! lib/Test/Simple/t/is_deeply.t
8748 ____________________________________________________________________________
8749 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
8750         Log: Subject: [PATCH] maint, Win32, GCC 3.2
8751              From: Mattia Barbon <mbarbon@dsi.unive.it>
8752              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
8753              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
8754      Branch: perl
8755            ! ext/Errno/Errno_pm.PL
8756 ____________________________________________________________________________
8757 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
8758         Log: Apparently the newly introduce -DDARWIN did conflict with
8759              some Apple definition, how ironic...
8760      Branch: perl
8761            ! hints/darwin.sh perl.h
8762 ____________________________________________________________________________
8763 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
8764         Log: Subject: Debian patch that skips podless modules
8765              From: Alexey Tourbin <at@altlinux.ru>
8766              Date: Sun, 3 Aug 2003 21:33:00 +0400
8767              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
8768              
8769              (plus Schwern's and Robert's nits)
8770      Branch: perl
8771            ! installman
8772 ____________________________________________________________________________
8773 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
8774         Log: Subject: [PATCH] 4 bugs in Test::More
8775              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
8776              Date: Fri, 21 Mar 2003 10:57:31 +0000
8777              Message-Id: <200303211057.31879.fergal@esatclear.ie>
8778      Branch: perl
8779            ! lib/Test/More.pm lib/Test/Simple/t/More.t
8780            ! lib/Test/Simple/t/is_deeply.t
8781 ____________________________________________________________________________
8782 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
8783         Log: Upgrade to ExtUtils::MakeMaker 6.15.
8784      Branch: perl
8785            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
8786            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
8787            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
8788 ____________________________________________________________________________
8789 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
8790         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
8791              From: Michael G Schwern <schwern@pobox.com>
8792              Date: Sun, 3 Aug 2003 16:12:35 -0700
8793              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
8794      Branch: perl
8795            ! lib/Benchmark.pm lib/Benchmark.t
8796 ____________________________________________________________________________
8797 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
8798         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
8799              From: Enache Adrian <enache@rdslink.ro>
8800              Date: Sun, 3 Aug 2003 18:00:05 +0300
8801              Message-ID: <20030803150005.GA1319@ratsnest.hole>
8802      Branch: perl
8803            ! pp.c t/op/substr.t
8804 ____________________________________________________________________________
8805 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
8806         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
8807              From: alian <alian@cpan.org>
8808              Date: Sat, 02 Aug 2003 16:19:25 +0200
8809              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
8810              
8811              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
8812      Branch: perl
8813            ! ext/POSIX/t/posix.t
8814 ____________________________________________________________________________
8815 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
8816         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
8817              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8818              Date: Mon, 4 Aug 2003 00:01:08 +0400
8819              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
8820      Branch: perl
8821            ! wince/makedist.pl
8822 ____________________________________________________________________________
8823 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
8824         Log: Subject: [PATCH perlreftut.pod] Minor edits
8825              From: mjd@plover.com
8826              Date: 3 Aug 2003 17:46:08 -0000
8827              Message-ID: <20030803174608.15792.qmail@plover.com>
8828      Branch: perl
8829            ! pod/perlreftut.pod
8830 ____________________________________________________________________________
8831 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
8832         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
8833              From: mjd@plover.com
8834              Date: 3 Aug 2003 19:37:49 -0000
8835              Message-ID: <20030803193749.3733.qmail@plover.com>
8836      Branch: perl
8837            ! ext/Time/HiRes/HiRes.pm
8838 ____________________________________________________________________________
8839 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
8840         Log: Subject: [PATCH] Re: win32.c bug - handle leak
8841              From: Jan Dubois <jand@ActiveState.com>
8842              Date: Sat, 02 Aug 2003 10:25:05 -0700
8843              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
8844      Branch: perl
8845            ! win32/win32.c
8846 ____________________________________________________________________________
8847 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
8848         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
8849              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8850              Date: Sat, 2 Aug 2003 09:38:50 -0700
8851              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
8852      Branch: perl
8853            ! os2/os2ish.h
8854 ____________________________________________________________________________
8855 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
8856         Log: Subject: [PATCH] Storable and uninitalized array values
8857              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8858              Date: Sat, 2 Aug 2003 13:40:16 +0200
8859              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
8860      Branch: perl
8861            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
8862 ____________________________________________________________________________
8863 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
8864         Log: Upgrade to Unicode::Collate 0.26.
8865      Branch: perl
8866            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8867            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
8868            ! lib/Unicode/Collate/t/test.t
8869 ____________________________________________________________________________
8870 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
8871         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
8872              From: "Craig A. Berry" <craigberry@mac.com>
8873              Date: Sat, 02 Aug 2003 10:25:44 -0500
8874              Message-ID: <3F2BD7F8.8090003@mac.com>
8875      Branch: perl
8876            ! lib/Net/Ping.pm
8877 ____________________________________________________________________________
8878 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
8879         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
8880              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8881              Date: Sun, 3 Aug 2003 06:21:41 -0700
8882              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
8883      Branch: perl
8884            ! lib/Shell.t
8885 ____________________________________________________________________________
8886 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
8887         Log: C++ (or C99) sneak attack ("inline" function keyword).
8888      Branch: perl
8889            ! ext/Devel/DProf/DProf.xs
8890 ____________________________________________________________________________
8891 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
8892         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
8893              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8894              Date: Fri, 1 Aug 2003 13:12:14 +0200
8895              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
8896      Branch: perl
8897            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8898            ! ext/File/Glob/t/basic.t
8899 ____________________________________________________________________________
8900 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
8901         Log: Only show the message if the locale settings look risky.
8902      Branch: perl
8903            ! ext/Time/HiRes/Makefile.PL
8904 ____________________________________________________________________________
8905 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
8906         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
8907              update Changes.
8908      Branch: perl
8909            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
8910 ____________________________________________________________________________
8911 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
8912         Log: Subject: [PATCH] Small nit to pad.c
8913              From: Enache Adrian <enache@rdslink.ro>
8914              Date: Sat, 2 Aug 2003 01:50:40 +0300
8915              Message-ID: <20030801225040.GB1281@ratsnest.hole>
8916      Branch: perl
8917            ! pad.c
8918 ____________________________________________________________________________
8919 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
8920         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
8921              From: Radu Greab <rgreab@fx.ro>
8922              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
8923              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
8924      Branch: perl
8925            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8926            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
8927            ! t/lib/dprof/test8_v
8928 ____________________________________________________________________________
8929 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
8930         Log: Subject: [PATCH] ioctl for VMS
8931              From: "Craig A. Berry" <craigberry@mac.com>
8932              Date: Fri, 01 Aug 2003 23:34:31 -0500
8933              Message-ID: <3F2B3F57.4050609@mac.com>
8934      Branch: perl
8935            ! configure.com vms/vmsish.h
8936 ____________________________________________________________________________
8937 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
8938         Log: Subject: [PATCH] argv case nit for VMS
8939              From: "Craig A. Berry" <craigberry@mac.com>
8940              Date: Fri, 01 Aug 2003 19:16:30 -0500
8941              Message-ID: <3F2B02DE.10207@mac.com>
8942      Branch: perl
8943            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
8944 ____________________________________________________________________________
8945 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
8946         Log: Hugo's second thoughts: drop the relatively rare and
8947              slow optimization for now.
8948      Branch: perl
8949            ! regexec.c
8950 ____________________________________________________________________________
8951 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
8952         Log: Missed this bit in the last update: couldn't answer ''
8953              or ' ' to get 'none'.
8954      Branch: perl
8955            ! Configure
8956 ____________________________________________________________________________
8957 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
8958         Log: Encode pre-1.98 update from Dan Kogai, sent from
8959              the ashes of his smoldering motherboard.
8960      Branch: perl
8961            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
8962            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
8963            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
8964            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
8965 ____________________________________________________________________________
8966 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
8967         Log: More runperl(switches => ...) finds (bleadperl only).
8968      Branch: perl
8969            ! t/op/readline.t
8970 ____________________________________________________________________________
8971 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
8972         Log: Regen perltoc.
8973      Branch: perl
8974            ! pod/perltoc.pod
8975 ____________________________________________________________________________
8976 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
8977         Log: pod likes whitespace.
8978      Branch: perl
8979            ! ext/ByteLoader/ByteLoader.pm
8980 ____________________________________________________________________________
8981 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
8982         Log: Faulty check.
8983      Branch: perl
8984            ! t/test.pl
8985 ____________________________________________________________________________
8986 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
8987         Log: Update INSTALL on the *dir.
8988      Branch: perl
8989            ! INSTALL
8990 ____________________________________________________________________________
8991 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
8992         Log: Regen Glossary et al.
8993      Branch: perl
8994            ! Porting/Glossary Porting/config.sh Porting/config_H
8995 ____________________________________________________________________________
8996 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
8997         Log: Now the test should be really testing what it's supposed to.
8998      Branch: perl
8999            ! ext/B/t/bytecode.t
9000 ____________________________________________________________________________
9001 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
9002         Log: Fix the options.
9003      Branch: perl
9004            ! ext/B/t/bytecode.t
9005 ____________________________________________________________________________
9006 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
9007         Log: Argument sanity checking. 
9008      Branch: perl
9009            ! t/test.pl
9010 ____________________________________________________________________________
9011 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
9012         Log: Regen Configure to use the *html*dir files.
9013              (installhtml uses none of that, though)
9014      Branch: perl
9015            ! Configure Policy_sh.SH config_h.SH
9016 ____________________________________________________________________________
9017 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
9018         Log: More for the *dir changes.
9019      Branch: perl
9020            ! Policy_sh.SH config_h.SH hints/darwin.sh
9021 ____________________________________________________________________________
9022 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
9023         Log: Regen Configure for the new *dir installation variables.
9024              If these don't work, ask Schwern.
9025      Branch: perl
9026            ! Configure
9027 ____________________________________________________________________________
9028 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
9029         Log: Upgrade to MakeMaker 6.13.
9030      Branch: perl
9031            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9032            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9033            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9034            ! lib/ExtUtils/t/basic.t
9035 ____________________________________________________________________________
9036 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
9037         Log: JAPH patch :-) from Abigail.
9038      Branch: perl
9039            ! t/japh/abigail.t
9040 ____________________________________________________________________________
9041 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
9042         Log: Regen perlapi.
9043      Branch: perl
9044            ! perlapi.c
9045 ____________________________________________________________________________
9046 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
9047         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
9048              From: Dave Mitchell <davem@fdgroup.com>
9049              Date: Fri, 1 Aug 2003 01:16:31 +0100
9050              Message-ID: <20030801001631.GA11233@fdgroup.com>
9051      Branch: perl
9052            ! regcomp.c t/op/pat.t
9053 ____________________________________________________________________________
9054 [ 20404] By: ams                                   on 2003/08/01  03:28:17
9055         Log: Subject: [PATCH] LotR quote for perlapi.c
9056              From: Autrijus Tang <autrijus@autrijus.org>
9057              Date: Fri, 1 Aug 2003 10:00:29 +0800
9058              Message-Id: <20030801020029.GA28241@not.autrijus.org>
9059      Branch: perl
9060            ! embed.pl
9061 ____________________________________________________________________________
9062 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
9063         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
9064      Branch: perl
9065            ! INSTALL
9066 ____________________________________________________________________________
9067 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
9068         Log: Integrate README.macosx more.
9069      Branch: perl
9070            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9071            ! win32/Makefile win32/makefile.mk
9072 ____________________________________________________________________________
9073 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
9074         Log: README.macosx from Sherm Pendley.
9075      Branch: perl
9076            + README.macosx
9077            ! MANIFEST
9078 ____________________________________________________________________________
9079 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
9080         Log: Unportable subtest needs rethink.
9081      Branch: perl
9082            ! ext/B/t/bytecode.t
9083 ____________________________________________________________________________
9084 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
9085         Log: Enache again.
9086      Branch: perl
9087            ! ext/ByteLoader/bytecode.h
9088 ____________________________________________________________________________
9089 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
9090         Log: Retract #20385.
9091      Branch: perl
9092            ! ext/ByteLoader/bytecode.h
9093 ____________________________________________________________________________
9094 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
9095         Log: Yet another bytecode tweak from Enache.
9096      Branch: perl
9097            ! ext/B/B/Bytecode.pm
9098 ____________________________________________________________________________
9099 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
9100         Log: Subject: [DOC PATCH] pod/perlguts.pod
9101              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9102              Date: Thu, 31 Jul 2003 22:39:01 +0200
9103              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
9104      Branch: perl
9105            ! pod/perlguts.pod
9106 ____________________________________________________________________________
9107 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
9108         Log: Subject: Re: [perl #23171] Regex too selfish 
9109              From: hv@crypt.org
9110              Date: Thu, 31 Jul 2003 18:59:43 +0100
9111              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
9112              
9113              (choose the second code patch)
9114      Branch: perl
9115            ! regexec.c t/op/re_tests
9116 ____________________________________________________________________________
9117 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
9118         Log: Make consistent with installperl (and working in MPE/iX)
9119              (Mark Bixby)
9120      Branch: perl
9121            ! installman
9122 ____________________________________________________________________________
9123 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
9124         Log: (retracted by #20390)
9125      Branch: perl
9126            ! ext/ByteLoader/bytecode.h
9127 ____________________________________________________________________________
9128 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
9129         Log: Upgrade to real CPAN.pm 1.76.
9130      Branch: perl
9131            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
9132            + lib/CPAN/t/signature.t
9133            ! MANIFEST lib/CPAN.pm
9134 ____________________________________________________________________________
9135 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
9136         Log: One more tweak for Mac OS X hints.
9137      Branch: perl
9138            ! hints/darwin.sh
9139 ____________________________________________________________________________
9140 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
9141         Log: The new PKI system is far too untested and rough yet
9142              (think machines with no network, machines behind firewalls,
9143              corporate and national encryption policies).  It cannot be
9144              considered useable at this stage.
9145              
9146              Therefore, create a fake CPAN 1.76.
9147      Branch: perl
9148            ! lib/CPAN.pm
9149 ____________________________________________________________________________
9150 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
9151         Log: This test is pretty useless as it stands.
9152      Branch: perl
9153            - lib/CPAN/t/signature.t
9154            ! MANIFEST
9155 ____________________________________________________________________________
9156 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
9157         Log: Document the requirements for Module::Signature a bit.
9158      Branch: perl
9159            ! lib/CPAN.pm
9160 ____________________________________________________________________________
9161 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
9162         Log: We are change #20316 ahead of 1.75.
9163      Branch: perl
9164            ! lib/CPAN.pm
9165 ____________________________________________________________________________
9166 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
9167         Log: Integrate from maint:
9168              [ 20359]
9169              No more wince/README.compile here, either.
9170      Branch: perl
9171           !> Porting/makerel
9172 ____________________________________________________________________________
9173 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
9174         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
9175              (Schwern)
9176      Branch: perl
9177            ! lib/ExtUtils/MakeMaker.pm
9178 ____________________________________________________________________________
9179 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
9180         Log: Schwern says this is most probably an old VMS MakeMaker
9181              bug workaround that can go now.
9182      Branch: perl
9183            ! ext/SDBM_File/sdbm/Makefile.PL
9184 ____________________________________________________________________________
9185 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
9186         Log: Final touches to "Apple-like" installation directories.
9187      Branch: perl
9188            ! hints/darwin.sh
9189 ____________________________________________________________________________
9190 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
9191         Log: Tests for change #20367 (and change use overload; to
9192              just require overload;)
9193      Branch: perl
9194            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
9195 ____________________________________________________________________________
9196 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
9197         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
9198              From: Xavier Noria <fxn@hashref.com>
9199              Date: Thu, 31 Jul 2003 00:29:13 +0200
9200              Message-Id: <200307310029.13567.fxn@hashref.com>
9201      Branch: perl
9202            ! lib/Tie/RefHash.pm
9203 ____________________________________________________________________________
9204 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
9205         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
9206              From: Enache Adrian <enache@rdslink.ro>
9207              Date: Thu, 31 Jul 2003 03:49:40 +0300
9208              Message-ID: <20030731004940.GB1266@ratsnest.hole>
9209              
9210              (but use test.pl:run_perl() instead of manual `$^X ...`)
9211      Branch: perl
9212            + ext/B/t/bytecode.t
9213            ! MANIFEST
9214 ____________________________________________________________________________
9215 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
9216         Log: Silence spurious noise from MakeMaker :
9217              hint files shouldn't return undef and have set $!.
9218      Branch: perl
9219            ! ext/DynaLoader/hints/linux.pl
9220 ____________________________________________________________________________
9221 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
9222         Log: Upgrade to NEXT 0.52.
9223      Branch: perl
9224            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9225            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
9226 ____________________________________________________________________________
9227 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
9228         Log: Might as well.
9229      Branch: perl
9230            ! pod/perlhist.pod
9231 ____________________________________________________________________________
9232 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
9233         Log: Silly gcc.
9234      Branch: perl
9235            ! perl.c
9236 ____________________________________________________________________________
9237 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
9238         Log: This is getting comical.  (Practical tip: never ask
9239              for opinions from one than one person at one time.)
9240              Now back to -Dprefix='/usr' replacing the system Perl,
9241              but don't use the Apple internal DSTROOT.
9242      Branch: perl
9243            ! hints/darwin.sh
9244 ____________________________________________________________________________
9245 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
9246         Log: Mac OS X hints dance continues.  Now drop any special
9247              installation directory mangling.  In other words, if
9248              you want to overwrite the system perl, you really need
9249              to find out how to do that.
9250      Branch: perl
9251            ! hints/darwin.sh
9252 ____________________________________________________________________________
9253 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
9254         Log: Try again with the Mac OS X hints.  Now the three cases
9255              (no -Dprefix, /usr, and something else) all install
9256              into separate places.  No prefix installs to /usr/local.
9257              The /usr overwrites the Apple install (modulo the version).  
9258      Branch: perl
9259            ! hints/darwin.sh
9260 ____________________________________________________________________________
9261 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
9262         Log: Subject: [PATCH] NEXT and Diamond Inheritance
9263              From: Casey West <casey@geeknest.com>
9264              Date: Tue, 29 Jul 2003 17:37:15 -0400
9265              Message-ID: <20030729213715.GY76899@geeknest.com>
9266              
9267              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
9268      Branch: perl
9269            ! lib/NEXT.pm lib/NEXT/t/unseen.t
9270 ____________________________________________________________________________
9271 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
9272         Log: Match also on full name and email (though the email is
9273              now less interesting than it used to be).
9274      Branch: perl
9275            ! Porting/Maintainers
9276 ____________________________________________________________________________
9277 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
9278         Log: Maintainers script tweaks.
9279      Branch: perl
9280            ! Porting/Maintainers
9281 ____________________________________________________________________________
9282 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
9283         Log: rmdir t/lib/IO.
9284      Branch: perl
9285            ! ext/IO/t/IO.t
9286 ____________________________________________________________________________
9287 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
9288         Log: Adjust the list of rmdired lib directories.
9289      Branch: perl
9290            ! Makefile.SH
9291 ____________________________________________________________________________
9292 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
9293         Log: Be paranoid about PL_origargv.
9294              Paranoia warranted by Win32 mod_perl.
9295      Branch: perl
9296            ! perl.c
9297 ____________________________________________________________________________
9298 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
9299         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
9300              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9301              Date: Wed, 30 Jul 2003 14:56:32 +0400
9302              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
9303      Branch: perl
9304            ! perlio.c
9305 ____________________________________________________________________________
9306 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
9307         Log: Upgrade to ExtUtils::MakeMaker 6.12.
9308      Branch: perl
9309            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9310            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
9311            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9312            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
9313 ____________________________________________________________________________
9314 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
9315         Log: That's M. Schwern to you, earthling.
9316      Branch: perl
9317            ! Porting/Maintainers.pl
9318 ____________________________________________________________________________
9319 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
9320         Log: Arthur maintains Safe.
9321      Branch: perl
9322            ! Porting/Maintainers.pl
9323 ____________________________________________________________________________
9324 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
9325         Log: Use the CPAN id where available.
9326      Branch: perl
9327            ! Porting/Maintainers.pl
9328 ____________________________________________________________________________
9329 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
9330         Log: Rename Modules and Modules.pl as Maintainers and
9331              Maintainers.pl since the same framework can be used
9332              for more than just modules.
9333      Branch: perl
9334            + Porting/Maintainers Porting/Maintainers.pl
9335            - Porting/Modules Porting/Modules.pl
9336            ! MANIFEST
9337 ____________________________________________________________________________
9338 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
9339         Log: Strip leading ./
9340      Branch: perl
9341            ! Porting/Modules
9342 ____________________________________________________________________________
9343 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
9344         Log: More Modules.pl.
9345      Branch: perl
9346            ! Porting/Modules.pl
9347 ____________________________________________________________________________
9348 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
9349         Log: Modules.pl: add B::Deparse.
9350      Branch: perl
9351            ! Porting/Modules.pl
9352 ____________________________________________________________________________
9353 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
9354         Log: Mac OS X: tweak once again the installation directories.
9355      Branch: perl
9356            ! hints/darwin.sh
9357 ____________________________________________________________________________
9358 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
9359         Log: Modules.pl tweaks.
9360      Branch: perl
9361            ! Porting/Modules.pl
9362 ____________________________________________________________________________
9363 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
9364         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
9365              From: Jan Dubois <jand@ActiveState.com>
9366              Date: Tue, 29 Jul 2003 19:14:10 -0700
9367              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
9368      Branch: perl
9369            ! lib/Win32.pod win32/win32.c
9370 ____________________________________________________________________________
9371 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
9372         Log: FAQ sync.
9373      Branch: perl
9374            ! pod/perlfaq4.pod pod/perlfaq7.pod
9375 ____________________________________________________________________________
9376 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
9377         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
9378              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9379              Date: Wed, 30 Jul 2003 02:02:41 +0400
9380              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
9381      Branch: perl
9382            ! wince/wince.c
9383 ____________________________________________________________________________
9384 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
9385         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
9386      Branch: perl
9387            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
9388 ____________________________________________________________________________
9389 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
9390         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
9391              important for IPv6 (Spider).  Since there is no way to
9392              otherwise detect 3.X, use the hints.
9393      Branch: perl
9394            ! hints/dec_osf.sh perl.h
9395 ____________________________________________________________________________
9396 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
9397         Log: Don't nag about Module::Signature if there is no
9398              way for the user to use it (based on Autrijus' patch).
9399      Branch: perl
9400            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9401 ____________________________________________________________________________
9402 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
9403         Log: Oops.
9404      Branch: perl
9405            ! sv.c
9406 ____________________________________________________________________________
9407 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
9408         Log: Slight rewording on the destdir.
9409      Branch: perl
9410            ! INSTALL
9411 ____________________________________________________________________________
9412 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
9413         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
9414              From: "Brendan O'Dea" <bod@debian.org>
9415              Date: Tue, 29 Jul 2003 23:49:18 +1000
9416              Message-ID: <20030729134918.GA4339@londo.c47.org>
9417      Branch: perl
9418            ! pod/perlvar.pod
9419 ____________________________________________________________________________
9420 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
9421         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
9422              From: PPrymmer@factset.com
9423              Date: Tue, 22 Jul 2003 11:12:05 -0400
9424              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
9425      Branch: perl
9426            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
9427            ! ext/Encode/t/perlio.t
9428 ____________________________________________________________________________
9429 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
9430         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
9431              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9432              Date: Sun, 13 Jul 2003 10:23:35 +0900
9433              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
9434      Branch: perl
9435            ! ext/Encode/lib/Encode/Alias.pm
9436 ____________________________________________________________________________
9437 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
9438         Log: The --destdir option to installman should be made
9439              optional so that it doesn't complain when passed
9440              an empty value (from Rafael)
9441      Branch: perl
9442            ! installman
9443 ____________________________________________________________________________
9444 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
9445         Log: Too many my $fh:s.
9446      Branch: perl
9447            ! lib/CPAN.pm
9448 ____________________________________________________________________________
9449 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
9450         Log: Quieten MSVC6.
9451      Branch: perl
9452            ! pp.c
9453 ____________________________________________________________________________
9454 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
9455         Log: Subject: DESTDIR in perl-5.8.1 package?
9456              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
9457              Date: Fri, 11 Jul 2003 14:48:41 +0200
9458              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
9459              
9460              Subject: Re: DESTDIR in perl-5.8.1 package?
9461              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
9462              Date: Mon, 14 Jul 2003 12:00:25 +0200
9463              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
9464              
9465              (blindly prepending and s///ing away the $destdir does not work
9466              at least in VMS, but the --destdir should help rpm builders
9467              and the like)
9468      Branch: perl
9469            ! INSTALL Makefile.SH installman installperl
9470 ____________________________________________________________________________
9471 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
9472         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
9473              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
9474              Date: 26 Jul 2003 21:44:06 -0000
9475              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
9476              
9477              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
9478              releases 4.x and 5.x.
9479      Branch: perl
9480            ! perl.h
9481 ____________________________________________________________________________
9482 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
9483         Log: Cleanup the sv_gets() logic for platforms with small stacks.
9484              (I think hogging 8K of stack sounds like bad behaviour on any
9485              platform, big stack or not.)
9486      Branch: perl
9487            ! sv.c
9488 ____________________________________________________________________________
9489 [ 20299] By: merijn                                on 2003/07/29  10:57:37
9490         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
9491      Branch: perl
9492            ! README.hpux
9493 ____________________________________________________________________________
9494 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
9495         Log: DEC OSF/1 3.x did (does) not do sizer -v.
9496      Branch: perl
9497            ! hints/dec_osf.sh
9498 ____________________________________________________________________________
9499 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
9500         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
9501              From: Autrijus Tang <autrijus@autrijus.org>
9502              Date: Tue, 29 Jul 2003 09:58:35 +0800
9503              Message-ID: <20030729015834.GA7149@not.autrijus.org>
9504      Branch: perl
9505            ! lib/CPAN.pm
9506 ____________________________________________________________________________
9507 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
9508         Log: There is no skip() since we are not using Test*.
9509      Branch: perl
9510            ! lib/CPAN/t/signature.t
9511 ____________________________________________________________________________
9512 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
9513         Log: Upgrade to CPAN.pm 1.74.
9514      Branch: perl
9515            ! lib/CPAN.pm lib/CPAN/t/signature.t
9516 ____________________________________________________________________________
9517 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
9518         Log: Most importantly, don't try HvNAME(gp->gp_hv)
9519              unless PL_stashcache exists, otherwise we get
9520              an invalid read (detected by valgrind, and crashes
9521              ext/threads/t/basic.t in Windows).
9522              
9523              Also add a few if:s for the refcnt decrements,
9524              no need to call Perl_sv_free() if there's nothing to free.
9525      Branch: perl
9526            ! gv.c
9527 ____________________________________________________________________________
9528 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
9529         Log: Tabify.
9530      Branch: perl
9531            ! MANIFEST
9532 ____________________________________________________________________________
9533 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
9534         Log: Subject: [perl #22969] fix $hash{utf8bareword}
9535              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
9536              Date: Tue, 29 Jul 2003 11:09:37 +0200
9537              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
9538      Branch: perl
9539            ! t/op/utfhash.t toke.c
9540 ____________________________________________________________________________
9541 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
9542         Log: Subject: [PATCH pointer] B::Deparse 0.64
9543              From: Stephen McCamant <smcc@mit.edu>
9544              Date: Mon, 28 Jul 2003 16:57:19 -0400
9545              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
9546      Branch: perl
9547            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
9548 ____________________________________________________________________________
9549 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
9550         Log: More perlio docs from Stas.
9551      Branch: perl
9552            ! pod/perliol.pod
9553 ____________________________________________________________________________
9554 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
9555         Log: Reintroduce Porting/Modules.  No, it's not duplicating
9556              the information in Module::CoreList.
9557      Branch: perl
9558            + Porting/Modules Porting/Modules.pl
9559            ! AUTHORS MANIFEST
9560 ____________________________________________________________________________
9561 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
9562         Log: The better prefixify() patch from Ed Moy.
9563      Branch: perl
9564            ! lib/ExtUtils/MM_Unix.pm
9565 ____________________________________________________________________________
9566 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
9567         Log: PerlIO_popped doc addition from NI-S.
9568      Branch: perl
9569            ! pod/perliol.pod
9570 ____________________________________________________________________________
9571 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
9572         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
9573              From: "Craig A. Berry" <craigberry@mac.com>
9574              Date: Tue, 29 Jul 2003 00:11:46 -0500
9575              Message-ID: <3F260212.9000104@mac.com>
9576      Branch: perl
9577            ! lib/File/Find.pm
9578 ____________________________________________________________________________
9579 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
9580         Log: More bytecode tweaks.
9581      Branch: perl
9582            ! ext/B/B.xs ext/B/B/Bytecode.pm
9583 ____________________________________________________________________________
9584 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
9585         Log: No more wince/README.compile.
9586      Branch: perl
9587            ! Porting/curliff.pl
9588 ____________________________________________________________________________
9589 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
9590         Log: Slightly better failure output.
9591      Branch: perl
9592            ! ext/Devel/Peek/t/Peek.t
9593 ____________________________________________________________________________
9594 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
9595         Log: These directories no more exist during cleanup.
9596      Branch: perl
9597            ! Makefile.SH
9598 ____________________________________________________________________________
9599 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
9600         Log: No more ext/*/*.t, move them all to ext/*/t.
9601      Branch: perl
9602            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
9603            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
9604            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
9605            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
9606            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
9607            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
9608            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
9609            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
9610            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
9611            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
9612            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
9613            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
9614            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
9615            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
9616            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
9617            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
9618            - ext/Socket/Socket.t ext/Socket/socketpair.t
9619            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
9620            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
9621            - ext/re/re.t
9622            ! MANIFEST ext/IPC/SysV/MANIFEST
9623 ____________________________________________________________________________
9624 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
9625         Log: Move the ext/IO tests to a more standard location so that
9626              the *.t do not get copied to the build tree (lib/IO/).
9627      Branch: perl
9628            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
9629            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
9630            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
9631            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
9632            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
9633            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
9634            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
9635            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
9636            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
9637            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
9638            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
9639            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
9640            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
9641            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
9642            ! MANIFEST
9643 ____________________________________________________________________________
9644 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
9645         Log: Retract #20260.
9646      Branch: perl
9647            ! perlio.c perliol.h
9648 ____________________________________________________________________________
9649 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
9650         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
9651      Branch: perl
9652            ! lib/File/Spec.pm
9653 ____________________________________________________________________________
9654 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
9655         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
9656              From: "Craig A. Berry" <craigberry@mac.com>
9657              Date: Mon, 28 Jul 2003 08:04:32 -0500
9658              Message-ID: <3F251F60.6050607@mac.com>
9659      Branch: perl
9660            ! t/op/write.t
9661 ____________________________________________________________________________
9662 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
9663         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
9664              From: Michael G Schwern <schwern@pobox.com>
9665              Date: Mon, 28 Jul 2003 05:54:19 -0700
9666              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
9667      Branch: perl
9668            ! t/op/write.t
9669 ____________________________________________________________________________
9670 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
9671         Log: Make Storable work with blead/maint by making PL_sv_placeholder
9672              a true global, bump $VERSION to 2.08.  Will take a look at the
9673              portability issue of placeholders soon.
9674      Branch: perl
9675            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
9676            ! intrpvar.h perlapi.h perlvars.h sv.c
9677 ____________________________________________________________________________
9678 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
9679         Log: Storable test nosewipe.
9680      Branch: perl
9681            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
9682 ____________________________________________________________________________
9683 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
9684         Log: Solaris cc didn't appreciate casting a long to a pointer
9685              with no cast, and lval casts are unportable, so introduce
9686              a rval cast.
9687      Branch: perl
9688            ! bytecode.pl ext/ByteLoader/byterun.c
9689 ____________________________________________________________________________
9690 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
9691         Log: (Retracted by #20267)
9692      Branch: perl
9693            ! perlio.c perliol.h
9694 ____________________________________________________________________________
9695 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
9696         Log: Subject: CPAN/t/signature.t noisy
9697              From: Michael G Schwern <schwern@pobox.com>
9698              Date: Mon, 28 Jul 2003 02:14:19 -0700
9699              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
9700      Branch: perl
9701            ! lib/CPAN/t/signature.t
9702 ____________________________________________________________________________
9703 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
9704         Log: Extra noise from File::Spec.
9705      Branch: perl
9706            ! lib/File/Spec/t/rel2abs2rel.t
9707 ____________________________________________________________________________
9708 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
9709         Log: Prettyprint the constants list of defsubs_h.PL.
9710      Branch: perl
9711            ! ext/B/defsubs_h.PL
9712 ____________________________________________________________________________
9713 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
9714         Log: Subject: [PATCH] B enhancements
9715              From: Stephen McCamant <smcc@mit.edu>
9716              Date: Sun, 27 Jul 2003 14:07:46 -0400
9717              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
9718      Branch: perl
9719            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
9720 ____________________________________________________________________________
9721 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
9722         Log: More clarification about the hash randomisation defines.
9723      Branch: perl
9724            ! perl.h
9725 ____________________________________________________________________________
9726 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
9727         Log: Clarify the process a bit.
9728      Branch: perl
9729            ! INSTALL
9730 ____________________________________________________________________________
9731 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
9732         Log: Add $VERSION to B::Bytecode.
9733      Branch: perl
9734            ! ext/B/B/Bytecode.pm
9735 ____________________________________________________________________________
9736 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
9737         Log: Missing test file.  (Not very useful since Module::Signature
9738              is not in the core, but let's not make an exception.)
9739      Branch: perl
9740            ! MANIFEST
9741 ____________________________________________________________________________
9742 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
9743         Log: Subject: Re: downrev modules in RC2
9744              From: Gisle Aas <gisle@ActiveState.com>
9745              Date: 27 Jul 2003 20:25:07 -0700
9746              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
9747              
9748              (upgrade to Digest::MD5 2.26)
9749      Branch: perl
9750            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9751            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
9752 ____________________________________________________________________________
9753 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
9754         Log: Upgrade to CGI 2.97.
9755      Branch: perl
9756            ! lib/CGI.pm
9757 ____________________________________________________________________________
9758 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
9759         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
9760              (from Enache)
9761      Branch: perl
9762            ! bytecode.pl ext/ByteLoader/byterun.c
9763 ____________________________________________________________________________
9764 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
9765         Log: Upgrade to CPAN 1.72.
9766      Branch: perl
9767            + lib/CPAN/t/signature.t
9768            ! MANIFEST lib/CPAN.pm
9769 ____________________________________________________________________________
9770 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
9771         Log: We now return to your normally scheduled hash randomisation.
9772      Branch: perl
9773            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
9774            ! pod/perlsec.pod
9775 ____________________________________________________________________________
9776 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
9777         Log: fresh_perl_(is|like) were printing out the wrong file/line
9778              number on failure because _where() was hard coded to only
9779              look one level up the call stack.  In these cases it has to
9780              look two.
9781              (Schwern)
9782      Branch: perl
9783            ! t/test.pl
9784 ____________________________________________________________________________
9785 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
9786         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
9787              (Schwern)
9788      Branch: perl
9789            ! t/op/tiehandle.t
9790 ____________________________________________________________________________
9791 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
9792         Log: Upgrade to Test::Harness 2.29.
9793      Branch: perl
9794            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
9795            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
9796            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9797            ! lib/Test/Harness/t/test-harness.t
9798 ____________________________________________________________________________
9799 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
9800         Log: Missing MakeMaker test.
9801      Branch: perl
9802            + lib/ExtUtils/t/postamble.t
9803            ! MANIFEST
9804 ____________________________________________________________________________
9805 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
9806         Log: Add -l (one file per line) option to manicheck.
9807      Branch: perl
9808            ! Porting/manicheck
9809 ____________________________________________________________________________
9810 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
9811         Log: Further Byteloader tweaks from Enache.
9812      Branch: perl
9813            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
9814            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
9815            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
9816            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9817            ! ext/ByteLoader/byterun.h t/TEST
9818 ____________________________________________________________________________
9819 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
9820         Log: Reapply some perldoc changes not in 3.09.
9821      Branch: perl
9822            ! lib/Pod/Perldoc.pm
9823 ____________________________________________________________________________
9824 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
9825         Log: Upgrade to Pod::Perldoc 3.09.
9826      Branch: perl
9827            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
9828 ____________________________________________________________________________
9829 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
9830         Log: A bug reported in perl-unicode by Terry Jones, fixed
9831              by Andreas Koenig, and add a test.
9832      Branch: perl
9833            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9834 ____________________________________________________________________________
9835 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
9836         Log: Unicode::UCD doc nit from Andreas Koenig.
9837      Branch: perl
9838            ! lib/Unicode/UCD.pm
9839 ____________________________________________________________________________
9840 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
9841         Log: Upgrade to I18N::LangTags 0.28.
9842      Branch: perl
9843            + lib/I18N/LangTags/t/01test.t
9844            - lib/I18N/LangTags/test.pl
9845            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
9846 ____________________________________________________________________________
9847 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
9848         Log: Skip the test until Enache fixes it.
9849      Branch: perl
9850            ! ext/B/t/assembler.t
9851 ____________________________________________________________________________
9852 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
9853         Log: Upgrade to File::Spec 0.85.
9854      Branch: perl
9855            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
9856            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9857            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9858            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
9859            ! lib/File/Spec/t/rel2abs2rel.t
9860 ____________________________________________________________________________
9861 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
9862         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
9863              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9864              Date: Sun, 20 Jul 2003 22:36:02 +0200
9865              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
9866      Branch: perl
9867            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
9868            ! perl.c perlapi.h sv.c universal.c
9869 ____________________________________________________________________________
9870 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
9871         Log: Regen byterun once more: the incav is not yet right, but at
9872              least it compiles now (Tru64 cc choked on the lvalue cast).
9873      Branch: perl
9874            ! bytecode.pl ext/ByteLoader/byterun.c
9875 ____________________________________________________________________________
9876 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
9877         Log: Regenerated because of #20220.
9878      Branch: perl
9879            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9880            ! ext/ByteLoader/byterun.h
9881 ____________________________________________________________________________
9882 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
9883         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
9884              From: "Craig A. Berry" <craigberry@mac.com>
9885              Date: Mon, 21 Jul 2003 19:40:20 -0500
9886              Message-ID: <3F1C87F4.2070401@mac.com>
9887      Branch: perl
9888            ! lib/File/Find.pm
9889 ____________________________________________________________________________
9890 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
9891         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
9892              From: Enache Adrian <enache@rdslink.ro>
9893              Date: Fri, 18 Jul 2003 23:15:37 +0300
9894              Message-ID: <20030718201537.GA1574@ratsnest.hole>
9895      Branch: perl
9896            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
9897            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
9898            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9899            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
9900 ____________________________________________________________________________
9901 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
9902         Log: Subject: [PATCH-for-RC2] WinCE port addition
9903              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9904              Date: Fri, 25 Jul 2003 22:17:11 +0400
9905              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
9906      Branch: perl
9907            - wince/README.compile
9908            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
9909            ! wince/compile.bat wince/wince.c wince/wince.h
9910 ____________________________________________________________________________
9911 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
9912         Log: Another missing hunk for MakeMaker from .org.
9913      Branch: perl
9914            ! lib/ExtUtils/MakeMaker.pm
9915 ____________________________________________________________________________
9916 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
9917         Log: Grabbed from www.makemaker.org.
9918      Branch: perl
9919            + t/lib/MakeMaker/Test/Setup/Recurs.pm
9920            ! MANIFEST
9921 ____________________________________________________________________________
9922 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
9923         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 
9924              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
9925              Date: 14 Jul 2003 05:35:15 -0000
9926              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
9927      Branch: perl
9928            ! utf8.c
9929 ____________________________________________________________________________
9930 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
9931         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
9932              From: Stas Bekman <stas@stason.org>
9933              Date: Thu, 24 Jul 2003 16:49:27 +0200
9934              Message-ID: <3F1FF1F7.30500@stason.org>
9935      Branch: perl
9936            ! pod/perlapi.pod sv.c
9937 ____________________________________________________________________________
9938 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
9939         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
9940              From: Michael G Schwern <schwern@pobox.com>
9941              Date: Thu, 24 Jul 2003 01:28:07 -0700
9942              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
9943      Branch: perl
9944            ! lib/ExtUtils/MakeMaker.pm
9945 ____________________________________________________________________________
9946 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
9947         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
9948              From: Michael G Schwern <schwern@pobox.com>
9949              Date: Mon, 21 Jul 2003 20:12:25 -0700
9950              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
9951      Branch: perl
9952            + lib/ExtUtils/t/recurs.t
9953            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
9954            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
9955            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9956            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
9957            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
9958            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
9959            ! lib/ExtUtils/t/basic.t
9960 ____________________________________________________________________________
9961 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
9962         Log: (accidentally empty checkin)
9963      Branch: perl
9964            ! lib/perl5db.pl
9965 ____________________________________________________________________________
9966 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
9967         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
9968              From: Steve Hay <steve.hay@uk.radan.com>
9969              Date: Fri, 18 Jul 2003 10:03:21 +0100
9970              Message-ID: <3F17B7D9.80805@uk.radan.com>
9971      Branch: perl
9972            ! makedef.pl
9973 ____________________________________________________________________________
9974 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
9975         Log: Subject: [patch] perldebug.pod clarification
9976              From: Stéphane Payrard <stef@payrard.net>
9977              Date: Mon, 21 Jul 2003 21:36:59 +0200
9978              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
9979      Branch: perl
9980            ! pod/perldebug.pod
9981 ____________________________________________________________________________
9982 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
9983         Log: Subject: PATCH: More edge tests on t/op/pow.t
9984              From: Andy Lester <andy@petdance.com>
9985              Date: Wed, 23 Jul 2003 16:38:35 -0500
9986              Message-ID: <20030723213834.GA20468@petdance.com>
9987      Branch: perl
9988            ! t/op/pow.t
9989 ____________________________________________________________________________
9990 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
9991         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
9992              From: Stephen McCamant <smcc@mit.edu>
9993              Date: Tue, 22 Jul 2003 09:41:10 -0400
9994              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
9995      Branch: perl
9996            ! toke.c
9997 ____________________________________________________________________________
9998 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
9999         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
10000              From: Dave Mitchell <davem@fdgroup.com>
10001              Date: Fri, 18 Jul 2003 18:49:43 +0100
10002              Message-ID: <20030718174943.GB6427@fdgroup.com>
10003      Branch: perl
10004            ! sv.c t/op/tie.t
10005 ____________________________________________________________________________
10006 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
10007         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
10008              From: Stephen McCamant <smcc@mit.edu>
10009              Date: Sat, 19 Jul 2003 12:06:31 -0400
10010              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
10011      Branch: perl
10012            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
10013 ____________________________________________________________________________
10014 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
10015         Log: Subject: [PATCH] typo in VMS::Filespec
10016              From: Ken Williams <ken@mathforum.org>
10017              Date: Tue, 22 Jul 2003 15:18:21 -0500
10018              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
10019      Branch: perl
10020            ! vms/ext/Filespec.pm
10021 ____________________________________________________________________________
10022 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
10023         Log: EBCDIC fix from Thomas Dorner.
10024      Branch: perl
10025            ! Makefile.SH
10026 ____________________________________________________________________________
10027 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
10028         Log: POSIX-BC patch from Thomas Dorner.
10029      Branch: perl
10030            ! hints/posix-bc.sh
10031 ____________________________________________________________________________
10032 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
10033         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning 
10034              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
10035              Date: 14 Jul 2003 05:37:15 -0000
10036              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
10037      Branch: perl
10038            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
10039 ____________________________________________________________________________
10040 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
10041         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 
10042              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
10043              Date: 14 Jul 2003 05:37:02 -0000
10044              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
10045      Branch: perl
10046            ! ext/IO/lib/IO/Socket.pm
10047 ____________________________________________________________________________
10048 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
10049         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
10050              From: Dave Mitchell <davem@fdgroup.com>
10051              Date: Thu, 17 Jul 2003 20:33:29 +0100
10052              Message-ID: <20030717193329.GA2699@fdgroup.com>
10053      Branch: perl
10054            ! pad.c t/lib/warnings/pad
10055 ____________________________________________________________________________
10056 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
10057         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
10058              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
10059              Date: 22 Jul 2003 02:59:13 -0000
10060              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
10061      Branch: perl
10062            ! pod/perlfunc.pod
10063 ____________________________________________________________________________
10064 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
10065         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
10066              From: Stephen Clouse <stephenc@theiqgroup.com>
10067              Date: Tue, 22 Jul 2003 21:31:38 -0500
10068              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
10069      Branch: perl
10070            ! perl.h
10071 ____________________________________________________________________________
10072 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
10073         Log: Subject: [PATCH] configure.gnu --prefix
10074              From: slaven@rezic.de
10075              Date: Thu, 10 Jul 2003 09:33:27 +0000
10076              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
10077      Branch: perl
10078            ! configure.gnu
10079 ____________________________________________________________________________
10080 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
10081         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
10082              From: Edward Moy <emoy@apple.com>
10083              Date: Sun, 13 Jul 2003 14:12:57 -0700
10084              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
10085      Branch: perl
10086            ! lib/ExtUtils/MM_Unix.pm
10087 ____________________________________________________________________________
10088 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
10089         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
10090              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10091              Date: Tue, 15 Jul 2003 07:46:58 -0700
10092              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
10093      Branch: perl
10094            ! makedef.pl malloc.c malloc_ctl.h
10095 ____________________________________________________________________________
10096 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
10097         Log: This should make Stas happy.
10098      Branch: perl
10099            ! hv.h perl.c
10100 ____________________________________________________________________________
10101 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
10102         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
10103      Branch: perl
10104            ! installperl
10105 ____________________________________________________________________________
10106 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
10107         Log: As the perldoc.pod is now in a separate file under pod/,
10108              the installman script was installing an empty perldoc.1 manpage.
10109      Branch: perl
10110            ! installperl utils.lst
10111 ____________________________________________________________________________
10112 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
10113         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
10114              From: Steve Grazzini <grazz@pobox.com>
10115              Date: Wed, 16 Jul 2003 08:56:21 -0400
10116              Message-ID: <20030716125620.GA7022@grazzini.net>
10117      Branch: perl
10118            ! pod/perlipc.pod pod/perlvar.pod
10119 ____________________________________________________________________________
10120 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
10121         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
10122              From: Dave Mitchell <davem@fdgroup.com>
10123              Date: Tue, 15 Jul 2003 20:46:07 +0100
10124              Message-ID: <20030715194607.GA24592@fdgroup.com>
10125              
10126              plus the regression test :
10127              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
10128              From: Nicholas Clark <nick@ccl4.org>
10129              Date: Tue, 15 Jul 2003 22:24:04 +0100
10130              Message-ID: <20030715222404.L20414@plum.flirble.org>
10131      Branch: perl
10132            ! pp_ctl.c t/op/write.t
10133 ____________________________________________________________________________
10134 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
10135         Log: Subject: Re: [PATCH] h2xs and extra_libraries
10136              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
10137              Date: Tue, 15 Jul 2003 07:28:52 +0200
10138              Message-id: <20030715052852.GA494@ethan>
10139      Branch: perl
10140            ! utils/h2xs.PL
10141 ____________________________________________________________________________
10142 [ 20175] By: merijn                                on 2003/07/21  14:26:43
10143         Log: Subject: Re: [PATCH] test clean-up for VMS
10144              From: "Craig A. Berry" <craigberry@mac.com>
10145              Date: Sun, 20 Jul 2003 10:43:32 -0500
10146              Message-ID: <3F1AB8A4.2070207@mac.com>
10147      Branch: perl
10148            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
10149            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
10150            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
10151            ! t/uni/write.t
10152 ____________________________________________________________________________
10153 [ 20174] By: hv                                    on 2003/07/21  10:26:07
10154         Log: Update Changes.
10155      Branch: perl
10156            ! Changes patchlevel.h
10157 ____________________________________________________________________________
10158 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
10159         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
10160              (bug #22968)
10161      Branch: perl
10162            ! pod/perlfaq3.pod pod/perlrun.pod
10163 ____________________________________________________________________________
10164 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
10165         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
10166              From: Andy Dougherty <doughera@lafayette.edu>
10167              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
10168              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
10169              
10170              plus a clarification to INSTALL :
10171              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
10172              From: Andy Dougherty <doughera@lafayette.edu>
10173              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
10174              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
10175      Branch: perl
10176            ! INSTALL Makefile.SH
10177 ____________________________________________________________________________
10178 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
10179         Log: The warning "Possible precedence problem on bitwise operator"
10180              was incorrectly produced with the bitwise-assignment operators.
10181              Fix it. (bug #23065 concerning 5.8.1 RC2)
10182      Branch: perl
10183            ! op.c t/lib/warnings/op
10184 ____________________________________________________________________________
10185 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
10186         Log: Rename get_seed() to get_hash_seed(), as suggested by
10187              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
10188      Branch: perl
10189            ! embed.fnc embed.h perl.c proto.h util.c
10190 ____________________________________________________________________________
10191 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
10192         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
10193              From: Andreas J Koenig <andreas.koenig@anima.de>
10194              Date: Fri, 18 Jul 2003 09:36:47 +0200
10195              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
10196      Branch: perl
10197            ! t/op/pow.t
10198 ____________________________________________________________________________
10199 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
10200         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
10201              From: Dave Mitchell <davem@fdgroup.com>
10202              Date: Thu, 17 Jul 2003 21:51:12 +0100
10203              Message-ID: <20030717205112.GA2994@fdgroup.com>
10204      Branch: perl
10205            ! t/op/universal.t universal.c
10206 ____________________________________________________________________________
10207 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
10208         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
10209              From: Stephen McCamant <smcc@mit.edu>
10210              Date: Fri, 18 Jul 2003 02:26:14 -0400
10211              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
10212      Branch: perl
10213            ! pp.c t/op/pow.t
10214 ____________________________________________________________________________
10215 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
10216         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
10217              From: Stephen McCamant <smcc@mit.edu>
10218              Date: Tue, 15 Jul 2003 09:57:26 -0400
10219              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
10220              
10221              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
10222              From: Stephen McCamant <smcc@mit.edu>
10223              Date: Tue, 15 Jul 2003 09:57:31 -0400
10224              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
10225      Branch: perl
10226            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
10227 ____________________________________________________________________________
10228 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
10229         Log: Subject: [PATCH] Re: POSIX::div
10230              From: Michael G Schwern <schwern@pobox.com>
10231              Date: Mon, 14 Jul 2003 14:00:58 -0700
10232              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
10233      Branch: perl
10234            ! ext/POSIX/POSIX.pm
10235 ____________________________________________________________________________
10236 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
10237         Log: PERL5LIB is not colon-separated everywhere
10238      Branch: perl
10239            ! pod/perlrun.pod
10240 ____________________________________________________________________________
10241 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
10242         Log: Subject: [PATCH] fix $^N-related coredump
10243              From: Anton Berezin <tobez@tobez.org>
10244              Date: Mon, 14 Jul 2003 13:50:35 +0200
10245              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
10246      Branch: perl
10247            ! pp_hot.c sv.c
10248 ____________________________________________________________________________
10249 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
10250         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
10251              From: Tony Bowden <tony@kasei.com>
10252              Date: Thu, 17 Jul 2003 16:49:35 +0100
10253              Message-ID: <20030717154935.GA20302@soto.kasei.com>
10254      Branch: perl
10255            ! pod/perlfunc.pod
10256 ____________________________________________________________________________
10257 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
10258         Log: Minor nits in perlsyn.pod
10259      Branch: perl
10260            ! pod/perlsyn.pod
10261 ____________________________________________________________________________
10262 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
10263         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
10264              From: Claes Jacobsson <claes@surfar.nu>
10265              Date: Sat, 12 Jul 2003 16:30:42 +0200
10266              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
10267      Branch: perl
10268            ! lib/Attribute/Handlers.pm
10269 ____________________________________________________________________________
10270 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
10271         Log: Add a TODO test for perlbug #19049
10272              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
10273              From: Alex Gough <alex-p5p@earth.li>
10274              Date: Fri, 11 Jul 2003 01:12:42 +0100
10275              Message-ID: <20030711001242.GD2484@the.earth.li>
10276      Branch: perl
10277            ! t/op/pat.t
10278 ____________________________________________________________________________
10279 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
10280         Log: Minor updates of the charnames documentation.
10281      Branch: perl
10282            ! lib/charnames.pm
10283 ____________________________________________________________________________
10284 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
10285         Log: Subject: Re: Sort sub and NaNs 
10286              From: "John P. Linderman" <jpl@research.att.com>
10287              Date: Thu, 10 Jul 2003 10:45:06 -0400
10288              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
10289              
10290              Warn against a potential edge case with sort, <=> and NaNs.
10291      Branch: perl
10292            ! pod/perlfunc.pod
10293 ____________________________________________________________________________
10294 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
10295         Log: Subject: [DOCPATCH] perlfunc/read
10296              From: Steve Grazzini <grazz@pobox.com>
10297              Date: Tue, 8 Jul 2003 10:23:03 -0400
10298              Message-ID: <20030708142303.GB23698@grazzini.net>
10299              
10300              Clarify the OFFSET parameter to read().
10301      Branch: perl
10302            ! pod/perlfunc.pod
10303 ____________________________________________________________________________
10304 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
10305         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
10306              From: Michael G Schwern <schwern@pobox.com>
10307              Date: Tue, 13 May 2003 18:33:05 -0700
10308              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
10309      Branch: perl
10310            ! pod/perlsyn.pod pod/perltrap.pod
10311 ____________________________________________________________________________
10312 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
10313         Log: I think the API for mod_perl v2 should be simply that
10314              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
10315              itself, hopefully from a good source of random bits.
10316      Branch: perl
10317            ! perl.c
10318 ____________________________________________________________________________
10319 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
10320         Log: pTHX.
10321      Branch: perl
10322            ! util.c
10323 ____________________________________________________________________________
10324 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
10325         Log: New order of seed.
10326      Branch: perl
10327            ! pod/perlrun.pod
10328 ____________________________________________________________________________
10329 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
10330         Log: More retraction.
10331      Branch: perl
10332            ! INSTALL
10333 ____________________________________________________________________________
10334 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
10335         Log: Retract the statements.
10336      Branch: perl
10337            ! pod/perlfunc.pod pod/perlsec.pod
10338 ____________________________________________________________________________
10339 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
10340         Log: Chicken out: the hash randomisation is not on by default.
10341              We switch over to the explicit mode: in other words, if
10342              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
10343              randomise only if PL_hash_seed_set is FALSE (this means
10344              one can use PERL_HASH() before perl_run.)  Also, since
10345              now PERL_HASH_SEED is okay even under -T, all should be fine.
10346              (Ha!)
10347      Branch: perl
10348            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
10349            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
10350 ____________________________________________________________________________
10351 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
10352         Log: Check PERL_HASH_SEED even when tainted.
10353      Branch: perl
10354            ! perl.c pod/perlrun.pod
10355 ____________________________________________________________________________
10356 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
10357         Log: &Time::HiRes::d_nanosleep was broken.
10358      Branch: perl
10359            ! ext/Time/HiRes/Makefile.PL
10360 ____________________________________________________________________________
10361 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
10362         Log: Subject: [PATCH} db-recno.t on Mac OS X
10363              From: slaven@rezic.de
10364              Date: Thu, 10 Jul 2003 12:41:05 +0000
10365              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
10366      Branch: perl
10367            ! ext/DB_File/t/db-recno.t
10368 ____________________________________________________________________________
10369 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
10370         Log: Subject: [comment patch]
10371              From: Stas Bekman <stas@stason.org>
10372              Date: Thu, 10 Jul 2003 14:19:22 -0700
10373              Message-ID: <3F0DD85A.1070902@stason.org>
10374      Branch: perl
10375            ! perl.c
10376 ____________________________________________________________________________
10377 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
10378         Log: Be vague enough.
10379      Branch: perl
10380            ! pod/perldata.pod
10381 ____________________________________________________________________________
10382 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
10383         Log: regen embed.pl for the bleadperl branch as well.
10384      Branch: perl
10385            ! embedvar.h
10386 ____________________________________________________________________________
10387 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
10388         Log: Time travel noticed by Enache.
10389      Branch: perl
10390            ! pod/perlhist.pod
10391 ____________________________________________________________________________
10392 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
10393         Log: I can see the future.  It is cloudy.
10394      Branch: perl
10395            ! pod/perlhist.pod
10396 ____________________________________________________________________________
10397 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
10398         Log: Subject: [PATCH] configure.gnu --prefix
10399              From: slaven@rezic.de
10400              Date: Thu, 10 Jul 2003 09:33:27 +0000
10401              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
10402      Branch: perl
10403            ! configure.gnu
10404 ____________________________________________________________________________
10405 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
10406         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
10407      Branch: perl
10408            ! malloc.c
10409 ____________________________________________________________________________
10410 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
10411         Log: Subject: [PATCH] Restore SIGFPE on exec()
10412              From: Chip Salzenberg <chip@pobox.com>
10413              Date: Thu, 10 Jul 2003 13:13:20 -0400
10414              Message-ID: <20030710171319.GA21588@perlsupport.com>
10415      Branch: perl
10416            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
10417 ____________________________________________________________________________
10418 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
10419         Log: The *right* way to make the csighandler visible.
10420      Branch: perl
10421            ! embed.fnc embed.h global.sym
10422 ____________________________________________________________________________
10423 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
10424         Log: Retract #20112. 
10425      Branch: perl
10426            ! embed.fnc embedvar.h intrpvar.h perlapi.h
10427 ____________________________________________________________________________
10428 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
10429         Log: Argh.  At least AIX builds choke because of this.
10430      Branch: perl
10431            ! embed.fnc embedvar.h intrpvar.h perlapi.h
10432 ____________________________________________________________________________
10433 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
10434         Log: Upgrade to podlators 1.27.
10435      Branch: perl
10436            ! lib/Pod/Text/Termcap.pm
10437 ____________________________________________________________________________
10438 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
10439         Log: Deprecate v-strings.
10440      Branch: perl
10441            ! pod/perldata.pod
10442 ____________________________________________________________________________
10443 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
10444         Log: perlfaq sync.
10445      Branch: perl
10446            ! pod/perlfaq1.pod
10447 ____________________________________________________________________________
10448 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
10449         Log: Detypo.
10450      Branch: perl
10451            ! hints/darwin.sh
10452 ____________________________________________________________________________
10453 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
10454         Log: Fixes from Ron Kimball.
10455      Branch: perl
10456            ! pod/perldata.pod
10457 ____________________________________________________________________________
10458 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
10459         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
10460      Branch: perl
10461            ! toke.c
10462 ____________________________________________________________________________
10463 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
10464         Log: More Darwin/MacOSX paths twiddling.
10465      Branch: perl
10466            ! hints/darwin.sh
10467 ____________________________________________________________________________
10468 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
10469         Log: Play safe and use the system malloc in FreeBSD.
10470              Yes, performance suffers.  But that is better than
10471              random core dumps.
10472      Branch: perl
10473            ! hints/freebsd.sh
10474 ____________________________________________________________________________
10475 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
10476         Log: Upgrade to Encode 1.97.
10477      Branch: perl
10478            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
10479            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10480            ! ext/Encode/lib/Encode/Encoder.pm
10481            ! ext/Encode/lib/Encode/Guess.pm
10482            ! ext/Encode/lib/Encode/JP/JIS7.pm
10483 ____________________________________________________________________________
10484 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
10485         Log: Rework the perldata vXX => ... entry a bit.
10486      Branch: perl
10487            ! pod/perldata.pod
10488 ____________________________________________________________________________
10489 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
10490         Log: Document the vXX => change in perldata, too.
10491      Branch: perl
10492            ! pod/perldata.pod
10493 ____________________________________________________________________________
10494 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
10495         Log: Test the vX => ... fix.
10496      Branch: perl
10497            ! t/op/ver.t
10498 ____________________________________________________________________________
10499 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
10500         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
10501              From: John Peacock <jpeacock@rowman.com>
10502              Date: Wed, 09 Jul 2003 01:05:38 -0700
10503              Message-ID: <3F0BCCD2.1020009@rowman.com>
10504      Branch: perl
10505            ! embed.fnc pod/perlapi.pod toke.c util.c
10506 ____________________________________________________________________________
10507 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
10508         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
10509              for the install dirs.
10510      Branch: perl
10511            ! hints/darwin.sh
10512 ____________________________________________________________________________
10513 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
10514         Log: Enable avoiding /System/Library in Mac OS X by
10515              doing Configure -Dprefix=/some/where -Uvendorlib.
10516      Branch: perl
10517            ! hints/darwin.sh
10518 ____________________________________________________________________________
10519 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
10520         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
10521              From: Chip Salzenberg <chip@pobox.com>
10522              Date: Wed, 9 Jul 2003 01:49:10 -0400
10523              Message-ID: <20030709054910.GH2021@perlsupport.com>
10524      Branch: perl
10525            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
10526            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
10527 ____________________________________________________________________________
10528 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
10529         Log: The CHECKOP macro was not invoked on some newly created ops
10530              (to match them against the current opmask.) As a consequence,
10531              Safe compartments were unable to trap some ops (pattern
10532              match, slices, conditionals.) This fixes the holes.
10533      Branch: perl
10534            ! op.c
10535 ____________________________________________________________________________
10536 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
10537         Log: Revert #20077.
10538      Branch: perl
10539            ! lib/CPAN.pm
10540 ____________________________________________________________________________
10541 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
10542         Log: Don't recommend to upgrade the base.pm in the core with
10543              the base.pm from Class::Fields.  They are not the same.
10544      Branch: perl
10545            ! lib/CPAN.pm
10546 ____________________________________________________________________________
10547 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
10548         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
10549              From: Enache Adrian <enache@rdslink.ro>
10550              Date: Tue, 8 Jul 2003 20:47:58 +0300
10551              Message-ID: <20030708174758.GA1177@ratsnest.hole>
10552              
10553              (ByteLoader tweak avoiding a leaked scalar)
10554      Branch: perl
10555            ! op.c
10556 ____________________________________________________________________________
10557 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
10558         Log: In 5.8.x, fast stdio places still do use stdio.
10559      Branch: perl
10560            ! ext/Digest/MD5/t/badfile.t
10561 ____________________________________________________________________________
10562 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
10563         Log: Subject: [PATCH] format 'botched' in malloc.c
10564              From: Enache Adrian <enache@rdslink.ro>
10565              Date: Mon, 7 Jul 2003 21:57:06 +0300
10566              Message-ID: <20030707185706.GB7017@ratsnest.hole>
10567      Branch: perl
10568            ! malloc.c
10569 ____________________________________________________________________________
10570 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
10571         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
10572              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
10573              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
10574              Message-ID: <12022.1057655645@www59.gmx.net>
10575      Branch: perl
10576            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
10577 ____________________________________________________________________________
10578 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
10579         Log: Retract #20065: I don't think this is the right way
10580              to patch this issue.
10581      Branch: perl
10582            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
10583 ____________________________________________________________________________
10584 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
10585         Log: Configure tweak from Johnny Lam so that the
10586              INSTALLSITEMAN[13]DIR get correctly set.
10587      Branch: perl
10588            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
10589 ____________________________________________________________________________
10590 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
10591         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
10592      Branch: perl
10593            ! pod/perlsyn.pod
10594 ____________________________________________________________________________
10595 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
10596         Log: Mark Bixby ++.
10597      Branch: perl
10598            ! perl.c
10599 ____________________________________________________________________________
10600 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
10601         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. 
10602      Branch: perl
10603            ! ext/Time/HiRes/Makefile.PL
10604 ____________________________________________________________________________
10605 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
10606         Log: Good catch from Gisle.
10607      Branch: perl
10608            ! pod/perlfunc.pod
10609 ____________________________________________________________________________
10610 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
10611         Log: Refashioned #20055: we cannot trust stdio to fail here.
10612      Branch: perl
10613            ! ext/Digest/MD5/t/badfile.t
10614 ____________________________________________________________________________
10615 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
10616         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
10617              are just breaking more than they are fixing.
10618      Branch: perl
10619            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
10620            ! ext/Digest/MD5/t/files.t perlio.c
10621 ____________________________________________________________________________
10622 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
10623         Log: Returning zero from PerlIO_read() is okay;
10624              update MD5 sums.
10625      Branch: perl
10626            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10627 ____________________________________________________________________________
10628 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
10629         Log: If perlio is completely out of the picture, we can
10630              get tripped by different stdio implementations.
10631      Branch: perl
10632            ! ext/Digest/MD5/t/badfile.t
10633 ____________________________________________________________________________
10634 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
10635         Log: AUTHORS tweak.
10636      Branch: perl
10637            ! AUTHORS
10638 ____________________________________________________________________________
10639 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
10640         Log: Subject: Patch to README.solaris
10641              From: Alan Burlison <Alan.Burlison@sun.com>
10642              Date: Mon, 07 Jul 2003 14:15:57 +0100
10643              Message-ID: <3F09728D.1070408@sun.com>
10644      Branch: perl
10645            ! README.solaris
10646 ____________________________________________________________________________
10647 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
10648         Log: Update MD5 checksums.
10649      Branch: perl
10650            ! ext/Digest/MD5/t/files.t
10651 ____________________________________________________________________________
10652 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
10653         Log: Be more explicit than just 'characters'.
10654      Branch: perl
10655            ! pod/perlfunc.pod
10656 ____________________________________________________________________________
10657 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
10658         Log: Try making PerlIO errors more consistent.
10659              (1) Check early whether the filehandle is capable of
10660              the requested action.
10661              (2) PerlIO_read() really can return -1, and so can
10662              PerlIOUnix_read().
10663              (3) Some stdio implementations are more forgiving
10664              than others, so check also for errors recorded
10665              by PerlIO in PerlStdio_errno().
10666      Branch: perl
10667            ! perlio.c
10668 ____________________________________________________________________________
10669 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
10670         Log: Linewrapping.
10671      Branch: perl
10672            ! pod/perlapio.pod
10673 ____________________________________________________________________________
10674 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
10675         Log: PerlIO_read() can return negative.
10676      Branch: perl
10677            ! ext/Digest/MD5/MD5.xs
10678 ____________________________________________________________________________
10679 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
10680         Log: Use the existence, instead of the truth, to decide
10681              whether to scan for a symbol.
10682              (Also remove trailing spaces.)
10683      Branch: perl
10684            ! ext/Time/HiRes/Makefile.PL
10685 ____________________________________________________________________________
10686 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
10687         Log: MPE/iX tweak from Mark Bixby.
10688      Branch: perl
10689            ! ext/Time/HiRes/Makefile.PL
10690 ____________________________________________________________________________
10691 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
10692         Log: Upgrade BigInt and BigRat
10693              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
10694              From: Tels <perl_dummy@bloodgate.com>
10695              Date: Sun, 6 Jul 2003 15:41:36 +0200
10696              Message-Id: <200307061158.23576@bloodgate.com>
10697      Branch: perl
10698            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10699            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
10700            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
10701            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
10702            ! lib/Math/BigRat/t/bigratpm.t
10703 ____________________________________________________________________________
10704 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
10705         Log: Subject: Re: [perl #5025] #line directive explination wrong
10706              From: Casey West <casey@geeknest.com>
10707              Date: Sun, 6 Jul 2003 18:24:46 -0400
10708              Message-ID: <20030706222446.GL7506@geeknest.com>
10709      Branch: perl
10710            ! pod/perlsyn.pod
10711 ____________________________________________________________________________
10712 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
10713         Log: Update the CPAN mirrors list.
10714      Branch: perl
10715            ! pod/perlmodlib.PL pod/perlmodlib.pod
10716 ____________________________________________________________________________
10717 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
10718         Log: yet another symbol missing in change#20018
10719      Branch: perl
10720            ! makedef.pl
10721 ____________________________________________________________________________
10722 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
10723         Log: PerlIOBase_pushed seems to have gone missing in change#20018
10724      Branch: perl
10725            ! makedef.pl
10726 ____________________________________________________________________________
10727 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
10728         Log: Subject: [PATCH @19834] DProf fixes
10729              From: Radu Greab <radu@netsoft.ro>
10730              Date: Sun, 6 Jul 2003 20:09:12 +0300
10731              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
10732      Branch: perl
10733            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
10734            + t/lib/dprof/test8_v
10735            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
10736            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
10737            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
10738 ____________________________________________________________________________
10739 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
10740         Log: Forgotten from change #20031.
10741      Branch: perl
10742            ! makedef.pl malloc_ctl.h
10743 ____________________________________________________________________________
10744 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
10745         Log: Subject: [PATCH] improve WinCE port
10746              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10747              Date: Sun, 6 Jul 2003 18:46:09 +0400
10748              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
10749              
10750              Subject: [PATCH] improve WinCE port -- addition
10751              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10752              Date: Sun, 6 Jul 2003 19:50:47 +0400
10753              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
10754      Branch: perl
10755            + wince/perlhost.h wince/vdir.h wince/vmem.h
10756            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
10757            ! wince/win32.h wince/win32io.c wince/win32iop.h
10758            ! wince/win32thread.c wince/win32thread.h wince/wince.c
10759            ! wince/wince.h
10760 ____________________________________________________________________________
10761 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
10762         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
10763              From: merlyn@stonehenge.com (Randal L. Schwartz)
10764              Date: 05 Jul 2003 16:29:14 -0700
10765              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
10766      Branch: perl
10767            ! pod/perlfaq2.pod
10768 ____________________________________________________________________________
10769 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
10770         Log: FreeBSD: if someone *really* wants to use the system malloc.
10771      Branch: perl
10772            ! hints/freebsd.sh
10773 ____________________________________________________________________________
10774 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
10775         Log: Make the 'slow ok' feature optional.
10776      Branch: perl
10777            ! lib/Test/Harness.pm
10778 ____________________________________________________________________________
10779 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
10780         Log: The change #20022 didn't work for Command.t.
10781      Branch: perl
10782            ! lib/ExtUtils/t/Command.t
10783 ____________________________________________________________________________
10784 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
10785         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
10786              From: Michael G Schwern <schwern@pobox.com>
10787              Date: Sat, 5 Jul 2003 13:34:37 -0700
10788              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
10789              
10790              Print out the "ok" messages only once every second,
10791              this should make output much less and therefore testing
10792              much faster, especially on slower connections.
10793      Branch: perl
10794            ! lib/Test/Harness.pm
10795 ____________________________________________________________________________
10796 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
10797         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
10798              From: Michael G Schwern <schwern@pobox.com>
10799              Date: Sat, 5 Jul 2003 16:59:49 -0700
10800              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
10801      Branch: perl
10802            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
10803            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10804            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
10805            ! lib/ExtUtils/t/Command.t
10806 ____________________________________________________________________________
10807 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
10808         Log: Reintroduce changes #19723 and #19723 that were not
10809              in Net::Ping 2.31; needed for Windows.
10810      Branch: perl
10811            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
10812 ____________________________________________________________________________
10813 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
10814         Log: Upgrade to Digest::MD5 2.25.
10815      Branch: perl
10816            + ext/Digest/MD5/t/clone.t
10817            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10818            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
10819            ! ext/Digest/MD5/t/files.t
10820 ____________________________________________________________________________
10821 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
10822         Log: Make a read from a write-only fh to set errno
10823              (found by Gisle)
10824      Branch: perl
10825            ! perlio.c
10826 ____________________________________________________________________________
10827 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
10828         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
10829              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
10830              duplicates.
10831      Branch: perl
10832            ! makedef.pl
10833 ____________________________________________________________________________
10834 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
10835         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
10836              From: Dave Mitchell <davem@fdgroup.com>
10837              Date: Sat, 5 Jul 2003 19:12:51 +0100
10838              Message-ID: <20030705181251.GA14502@fdgroup.com>
10839      Branch: perl
10840            ! ext/threads/t/problems.t
10841 ____________________________________________________________________________
10842 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
10843         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
10844      Branch: perl
10845            ! lib/Benchmark.t
10846 ____________________________________________________________________________
10847 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
10848         Log: Be explicit about the $0 pain in Linux 2.2.
10849      Branch: perl
10850            ! pod/perlvar.pod
10851 ____________________________________________________________________________
10852 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
10853         Log: Comment out some debugging output in Math::BigInt, that
10854              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
10855      Branch: perl
10856            ! lib/Math/BigInt.pm
10857 ____________________________________________________________________________
10858 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
10859         Log: The logic for additional randomisation for 64-bit UV
10860              cases was wrong.
10861      Branch: perl
10862            ! perl.c
10863 ____________________________________________________________________________
10864 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
10865         Log: IIRC gcc would complain about if (s = ...).
10866      Branch: perl
10867            ! perl.c
10868 ____________________________________________________________________________
10869 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
10870         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
10871              since CGI scripts are (should be) run under -T, being able
10872              to show the HASH_SEED in case of problems is good.
10873              The $ENV{PERL_HASH_SEED} is still ignored under taint.
10874      Branch: perl
10875            ! perl.c
10876 ____________________________________________________________________________
10877 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
10878         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
10879              From: "Craig A. Berry" <craigberry@mac.com>
10880              Date: Sat, 05 Jul 2003 00:38:28 -0500
10881              Message-ID: <3F066454.90003@mac.com>
10882      Branch: perl
10883            ! lib/ExtUtils/MM_VMS.pm
10884 ____________________________________________________________________________
10885 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
10886         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
10887              From: Robin Barker <Robin.Barker@npl.co.uk>
10888              Date: Fri, 4 Jul 2003 19:15:01 +0100
10889              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
10890      Branch: perl
10891            ! dump.c
10892 ____________________________________________________________________________
10893 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
10894         Log: Allow to create more than one Shell object :
10895              Subject: [patch] Shell.pm fix
10896              From: Stéphane Payrard <stef@payrard.net>
10897              Date: Sat, 5 Jul 2003 01:16:50 +0200
10898              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
10899      Branch: perl
10900            ! lib/Shell.pm
10901 ____________________________________________________________________________
10902 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
10903         Log: Author list update (to be continued...)
10904      Branch: perl
10905            ! AUTHORS
10906 ____________________________________________________________________________
10907 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
10908         Log: Add a new test target in the makefile, test_harness_notty.
10909              It's like test_harness, but sets HARNESS_NOTTY=1 to make
10910              Test::Harness' output less blinking.
10911      Branch: perl
10912            ! Makefile.SH
10913 ____________________________________________________________________________
10914 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
10915         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
10916              and bignum v0.14.
10917      Branch: perl
10918            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
10919            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
10920            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
10921            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
10922            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
10923            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
10924            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10925            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
10926            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
10927            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10928            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10929            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
10930            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
10931            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
10932            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
10933            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10934            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
10935            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
10936            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
10937            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10938            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
10939            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
10940            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
10941            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
10942            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
10943            ! t/lib/Math/BigInt/Subclass.pm
10944 ____________________________________________________________________________
10945 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
10946         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
10947              appears just before the name of the command to be run. See
10948              
10949              Subject: Re: PERL_SKIP_TTY_TEST fix
10950              From: Alexey Tourbin <at@altlinux.ru>
10951              Date: Fri, 4 Jul 2003 17:25:34 +0400
10952              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
10953      Branch: perl
10954            ! Makefile.SH
10955 ____________________________________________________________________________
10956 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
10957         Log: Fix non-numeric $VERSION.
10958      Branch: perl
10959            ! lib/Math/BigInt.pm
10960 ____________________________________________________________________________
10961 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
10962         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
10963      Branch: perl
10964            ! lib/Math/BigInt.pm
10965 ____________________________________________________________________________
10966 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
10967         Log: More $0 sad tales.
10968      Branch: perl
10969            ! pod/perlvar.pod
10970 ____________________________________________________________________________
10971 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
10972         Log: Oops.
10973      Branch: perl
10974            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10975 ____________________________________________________________________________
10976 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
10977         Log: Upgrade to PodParser 1.23; but do not update
10978              t/pod/find.t or t/pod/testp2pt.pl since the
10979              first one does not work at all under core,
10980              and the second change would drop MacOS Classic
10981              portability tweaks introduced by change #18669.
10982      Branch: perl
10983            ! lib/Pod/Find.pm lib/Pod/Usage.pm
10984 ____________________________________________________________________________
10985 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
10986         Log: Upgrade to Text::Balanced 1.94.
10987      Branch: perl
10988            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
10989            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
10990            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
10991 ____________________________________________________________________________
10992 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
10993         Log: Upgrade to Net::Ping 2.31.
10994      Branch: perl
10995            ! lib/Net/Ping.pm lib/Net/Ping/Changes
10996            ! lib/Net/Ping/t/250_ping_hires.t
10997            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
10998 ____________________________________________________________________________
10999 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
11000         Log: Upgrade to Locale::Maketext 1.06.
11001      Branch: perl
11002            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
11003            + lib/Locale/Maketext/t/90utf8.t
11004            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
11005 ____________________________________________________________________________
11006 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
11007         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
11008              (1) make the PATCHLEVEL logic as it is with List::Util
11009              (more portable to older Perls)
11010              (2) regen the MD5 checksums with ...
11011              (3) ... the Mac OS Classic checksums generated via MacRoman
11012              (just a guess)
11013              (4) Keep the core Makefile.PL.
11014      Branch: perl
11015            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11016            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11017 ____________________________________________________________________________
11018 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
11019         Log: Upgrade to CPAN 1.71.
11020      Branch: perl
11021            ! lib/CPAN.pm
11022 ____________________________________________________________________________
11023 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
11024         Log: Upgrade to CGI.pm 2.97.
11025      Branch: perl
11026            ! lib/CGI.pm lib/CGI/Carp.pm
11027 ____________________________________________________________________________
11028 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
11029         Log: No energy now to figure out what is wrong with $0
11030              (or ps) in Tru64.  The test works fine when run from
11031              command line.
11032      Branch: perl
11033            ! ext/threads/t/join.t
11034 ____________________________________________________________________________
11035 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
11036         Log: AUTHORS updates.
11037      Branch: perl
11038            ! AUTHORS
11039 ____________________________________________________________________________
11040 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
11041         Log: line_t is U32, not I32.
11042      Branch: perl
11043            ! bytecode.pl
11044 ____________________________________________________________________________
11045 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
11046         Log: Remove PL_earlytaint since the hash seed code
11047              can be delayed until perl_parse().
11048      Branch: perl
11049            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
11050            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
11051            ! plan9/plan9ish.h unixish.h vms/vmsish.h
11052 ____________________________________________________________________________
11053 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
11054         Log: $0 is pain.
11055      Branch: perl
11056            ! ext/threads/t/join.t
11057 ____________________________________________________________________________
11058 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
11059         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
11060              From: PPrymmer@factset.com
11061              Date: Thu, 3 Jul 2003 23:59:51 -0400
11062              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
11063      Branch: perl
11064            ! vms/vms.c vms/vmspipe.com
11065 ____________________________________________________________________________
11066 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
11067         Log: Bump Time::HiRes version to 1.50.
11068      Branch: perl
11069            ! ext/Time/HiRes/HiRes.pm
11070 ____________________________________________________________________________
11071 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
11072         Log: Subject: [PATCH] installperl -n
11073              From: Slaven Rezic <slaven@rezic.de>
11074              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
11075              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
11076      Branch: perl
11077            ! installperl
11078 ____________________________________________________________________________
11079 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
11080         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
11081              From: Slaven Rezic <slaven@rezic.de>
11082              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
11083              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
11084      Branch: perl
11085            ! t/op/magic.t
11086 ____________________________________________________________________________
11087 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
11088         Log: Ask Schwern.
11089      Branch: perl
11090            - Porting/Modules
11091            ! AUTHORS MANIFEST
11092 ____________________________________________________________________________
11093 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
11094         Log: Add autarch and Time::Local to Modules.
11095      Branch: perl
11096            ! Porting/Modules
11097 ____________________________________________________________________________
11098 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
11099         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
11100              From: Dave Rolsky <autarch@urth.org>
11101              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
11102              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
11103      Branch: perl
11104            ! lib/Time/Local.pm
11105 ____________________________________________________________________________
11106 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
11107         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
11108              From: Mattia Barbon <mbarbon@dsi.unive.it>
11109              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
11110              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
11111      Branch: perl
11112            ! win32/win32.c
11113 ____________________________________________________________________________
11114 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
11115         Log: Subject: Re: randomly untainting?
11116              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11117              Date: Thu, 3 Jul 2003 17:35:09 +0200
11118              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
11119      Branch: perl
11120            ! t/TestInit.pm
11121 ____________________________________________________________________________
11122 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
11123         Log: Revert #19957 as requested by Rafael.
11124      Branch: perl
11125            ! ext/List/Util/t/tainted.t
11126 ____________________________________________________________________________
11127 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
11128         Log: Add at least meager beginnings of assertion checks for
11129              the UTF-8 length/pos cache.  It's not as full as I would
11130              like since the exact behaviour of the second half of the
11131              cache, used in substr(), eludes me right now.
11132      Branch: perl
11133            ! sv.c
11134 ____________________________________________________________________________
11135 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
11136         Log: Extra light testing for the UTF-8 cache
11137              (that it isn't broken, not that it helps).
11138      Branch: perl
11139            ! t/op/length.t
11140 ____________________________________________________________________________
11141 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
11142         Log: Subject: Re: randomly untainting?
11143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11144              Date: Thu, 3 Jul 2003 14:58:18 +0200
11145              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
11146              (plus extra debug printing)
11147      Branch: perl
11148            ! ext/List/Util/t/tainted.t
11149 ____________________________________________________________________________
11150 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
11151         Log: Subject: Re: maint @ 19923
11152              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
11153              Date: Thu, 3 Jul 2003 15:57:55 +0400
11154              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
11155      Branch: perl
11156            ! wince/Makefile.ce wince/wince.c
11157 ____________________________________________________________________________
11158 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
11159         Log: Tiny tweak to perlartistic from Robin Barker.
11160      Branch: perl
11161            ! pod/perlartistic.pod
11162 ____________________________________________________________________________
11163 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
11164         Log: Mention Modules in AUTHORS.
11165      Branch: perl
11166            ! AUTHORS
11167 ____________________________________________________________________________
11168 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
11169         Log: No fancy binmode() if no perlio.
11170      Branch: perl
11171            ! ext/IO/lib/IO/t/io_sock.t
11172 ____________________________________________________________________________
11173 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
11174         Log: Underline the fact that XSLoader is not DynaLoader
11175              ([perl #21974] dl_load_flags not honored by XSLoader)
11176      Branch: perl
11177            ! ext/DynaLoader/XSLoader_pm.PL
11178 ____________________________________________________________________________
11179 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
11180         Log: Apply Schwern's suggested warning code from
11181              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}   
11182      Branch: perl
11183            ! lib/Test/Harness/Straps.pm
11184 ____________________________________________________________________________
11185 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
11186         Log: Subject: [PATCH] "without parens" vs "without parentheses"
11187              From: Iain Truskett <spoon@cpan.org>
11188              Date: Thu, 3 Jul 2003 12:40:42 +1000
11189              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
11190      Branch: perl
11191            ! t/lib/warnings/toke toke.c
11192 ____________________________________________________________________________
11193 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
11194         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
11195              From: Dave Mitchell <davem@fdgroup.com>
11196              Date: Thu, 3 Jul 2003 01:32:11 +0100
11197              Message-ID: <20030703003211.GB3747@fdgroup.com>
11198      Branch: perl
11199            ! mg.c sv.c
11200 ____________________________________________________________________________
11201 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
11202         Log: Nicer options for Porting/Modules.
11203      Branch: perl
11204            ! MANIFEST Porting/Modules
11205 ____________________________________________________________________________
11206 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
11207         Log: Minor test adjustments :
11208              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
11209              - prototypes added to some public functions in t/test.pl,
11210              as suggested by Enache Adrian
11211      Branch: perl
11212            ! t/op/concat.t t/test.pl
11213 ____________________________________________________________________________
11214 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
11215         Log: Skip a socketpair test on SCO OSR
11216      Branch: perl
11217            ! ext/Socket/socketpair.t
11218 ____________________________________________________________________________
11219 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
11220         Log: Subject: [PATCH] various Deparse fixes
11221              From: Dave Mitchell <davem@fdgroup.com>
11222              Date: Wed, 2 Jul 2003 18:10:45 +0100
11223              Message-ID: <20030702171045.GF2137@fdgroup.com>
11224      Branch: perl
11225            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
11226            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
11227 ____________________________________________________________________________
11228 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
11229         Log: It would seem that in Linux 2.2 there is no way
11230              we can do the right thing to make ps(1) see $0
11231              our way.  Also amend the $0 documentation a bit.
11232      Branch: perl
11233            ! pod/perlvar.pod t/op/magic.t
11234 ____________________________________________________________________________
11235 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
11236         Log: Subject: [PATCH] line numbers are given % 64k
11237              From: James Jurach <muaddib@erf.net>
11238              Date: Wed, 2 Jul 2003 13:31:05 -0500
11239              Message-ID: <20030702183105.GA4837@lebowski>
11240      Branch: perl
11241            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
11242            ! handy.h pp_ctl.c scope.h
11243 ____________________________________________________________________________
11244 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
11245         Log: Subject: Re: maint @ 19923
11246              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11247              Date: Wed, 2 Jul 2003 11:43:05 -0400
11248              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
11249      Branch: perl
11250            ! pod/perlfunc.pod
11251 ____________________________________________________________________________
11252 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
11253         Log: Subject: Re: maint @ 19923
11254              From: Jim Cromie <jcromie@divsol.com>
11255              Date: Wed, 02 Jul 2003 05:35:06 -0600
11256              Message-ID: <3F02C36A.9030704@divsol.com>
11257      Branch: perl
11258            ! pod/perlfunc.pod
11259 ____________________________________________________________________________
11260 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
11261         Log: Fix for [perl #22759 insufficient format string checking];
11262              using ewix makes no sense, assuming evix was intended,
11263              no old tests fail; add the test case.
11264      Branch: perl
11265            ! sv.c t/op/sprintf.t
11266 ____________________________________________________________________________
11267 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
11268         Log: Better links.
11269      Branch: perl
11270            ! pod/perlipc.pod pod/perlrun.pod
11271 ____________________________________________________________________________
11272 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
11273         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
11274      Branch: perl
11275            ! hints/darwin.sh
11276 ____________________________________________________________________________
11277 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
11278         Log: ...and getting the comma right, too.
11279      Branch: perl
11280            ! t/op/magic.t
11281 ____________________________________________________________________________
11282 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
11283         Log: Getting the whitespace right.
11284      Branch: perl
11285            ! t/op/magic.t
11286 ____________________________________________________________________________
11287 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
11288         Log: FreeBSD $0 dance.
11289      Branch: perl
11290            ! pod/perlvar.pod t/op/magic.t
11291 ____________________________________________________________________________
11292 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
11293         Log: Fix from Enache Adrian for the magic.t failure in
11294              FreeBSD: setproctitle() cannot get rid of the " (perl)".
11295      Branch: perl
11296            ! t/op/magic.t
11297 ____________________________________________________________________________
11298 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
11299         Log: VMS: with this, 100% make test in Compaq C V6.5-001
11300              on OpenVMS Alpha V7.3-1, from Craig Berry.
11301      Branch: perl
11302            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
11303 ____________________________________________________________________________
11304 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
11305         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
11306              The latest releases of NetBSD don't require the hack.  From
11307              Johnny Lam.            
11308      Branch: perl
11309            ! hints/netbsd.sh
11310 ____________________________________________________________________________
11311 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
11312         Log: Add a new utility, Porting/Modules.
11313      Branch: perl
11314            + Porting/Modules
11315            ! MANIFEST
11316 ____________________________________________________________________________
11317 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
11318         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 
11319              From: Robin Barker <Robin.Barker@npl.co.uk>
11320              Date: Tue, 1 Jul 2003 18:21:34 +0100 
11321              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
11322              
11323              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
11324              From: Robin Barker <Robin.Barker@npl.co.uk>
11325              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
11326              Date: Tue, 1 Jul 2003 18:25:17 +0100 
11327              
11328              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
11329              From: Robin Barker <Robin.Barker@npl.co.uk>
11330              Date: Tue, 1 Jul 2003 18:29:09 +0100 
11331              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
11332      Branch: perl
11333            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
11334 ____________________________________________________________________________
11335 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
11336         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
11337              From: Enache Adrian <enache@rdslink.ro>
11338              Date: Tue, 1 Jul 2003 19:51:25 +0300
11339              Message-ID: <20030701165125.GA1521@ratsnest.hole>
11340      Branch: perl
11341            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
11342            ! ext/B/typemap t/op/magic.t
11343 ____________________________________________________________________________
11344 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
11345         Log: Upgrade to Unicode::Normalize 0.23.
11346      Branch: perl
11347            ! ext/Unicode/Normalize/Changes
11348            ! ext/Unicode/Normalize/Normalize.pm
11349            ! ext/Unicode/Normalize/Normalize.xs
11350 ____________________________________________________________________________
11351 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
11352         Log: A naked values() caused shuffling of lib/Config.pm,
11353              which in turn caused unnecessary rebuilds.
11354      Branch: perl
11355            ! configpm
11356 ____________________________________________________________________________
11357 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
11358         Log: Even more :utf8 socket testing, now in both directions.
11359      Branch: perl
11360            ! ext/IO/lib/IO/t/io_sock.t
11361 ____________________________________________________________________________
11362 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
11363         Log: One more test (does binmode()ing a socket succeed)
11364              and add -w.
11365      Branch: perl
11366            ! ext/IO/lib/IO/t/io_sock.t
11367 ____________________________________________________________________________
11368 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
11369         Log: Tweak an existing IO test to test also the change #19910.
11370      Branch: perl
11371            ! ext/IO/lib/IO/t/io_sock.t
11372 ____________________________________________________________________________
11373 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
11374         Log: Integrate from perlio:
11375              [ 19909]
11376              binmode() should affect IoOFP() as well as IoIFP() if it is
11377              distinct (e.g. sockets).
11378      Branch: perl
11379           !> pp_sys.c
11380 ____________________________________________________________________________
11381 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
11382         Log: Do the "aligned contiguous" check only if the arguments
11383              look like aligned; re-introduce the "traditional contiguous"
11384              checks with OS/2 special quirks and all.
11385      Branch: perl
11386            ! perl.c
11387 ____________________________________________________________________________
11388 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
11389         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
11390      Branch: perl
11391            ! perl.c
11392 ____________________________________________________________________________
11393 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
11394         Log: Regen Glossary et al.
11395      Branch: perl
11396            ! Porting/Glossary Porting/config.sh Porting/config_H
11397 ____________________________________________________________________________
11398 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
11399         Log: Regen Configure.
11400      Branch: perl
11401            ! Configure
11402 ____________________________________________________________________________
11403 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
11404         Log: More nanosleep removal.
11405      Branch: perl
11406            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
11407            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
11408            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11409            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
11410 ____________________________________________________________________________
11411 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
11412         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
11413      Branch: perl
11414            + ext/Time/HiRes/hints/dec_osf.pl
11415            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11416            ! ext/Time/HiRes/hints/sco.pl
11417 ____________________________________________________________________________
11418 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
11419         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
11420              From: Alan Burlison <Alan.Burlison@sun.com>
11421              Date: Tue, 01 Jul 2003 00:03:24 +0100
11422              Message-ID: <3F00C1BC.3020103@sun.com>
11423      Branch: perl
11424            ! Configure Makefile.SH config_h.SH configure.com
11425            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
11426 ____________________________________________________________________________
11427 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
11428         Log: Integrate #19892, #19895 from perlio to compile and avoid
11429              crashing on Win32.
11430      Branch: perl
11431           !> perl.c
11432 ____________________________________________________________________________
11433 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
11434         Log: int is not UV.
11435      Branch: perl
11436            ! perl.c
11437 ____________________________________________________________________________
11438 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
11439         Log: The 'contiguous' test for argv[], envp[] was bogus
11440              since those need not be in memory end-to-end, e.g.
11441              in Tru64 they are aligned by eight.  Loosen the test
11442              so that 'contiguousness' is fulfilled if the elements
11443              are within PTRSIZE alignment.  This makes Tru64 to pass
11444              the join.t, too.
11445      Branch: perl
11446            ! ext/threads/t/join.t mg.c perl.c
11447 ____________________________________________________________________________
11448 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
11449         Log: $0 doc tweakage.
11450      Branch: perl
11451            ! pod/perlvar.pod
11452 ____________________________________________________________________________
11453 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
11454         Log: $0 test tweaks from Andreas.
11455      Branch: perl
11456            ! ext/threads/t/join.t t/op/magic.t
11457 ____________________________________________________________________________
11458 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
11459         Log: Misc Pod Nits.
11460      Branch: perl
11461            ! ext/B/B.pm pod/perlrun.pod
11462 ____________________________________________________________________________
11463 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
11464         Log: Fix a faulty alias.
11465      Branch: perl
11466            ! ext/Encode/lib/Encode/Alias.pm
11467 ____________________________________________________________________________
11468 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
11469         Log: The joy of $0.  Undoing the #16399 makes Andreas'
11470              tests (see [perl #22811]) pass (yes, padding with space    instead
11471              of nul makes no sense, but that seems to work, maybe Linux does
11472              some deep magic in ps(1)?); moving the PL_origalen computation
11473              earlier makes also the threaded-first case fully pass.
11474              
11475              But in general modifying the argv[] is very non-portable.
11476              (e.g. in Tru64 it seems to be limited to the size of the
11477              original argv[0] since the argv[] are not contiguous?)
11478              
11479              Everybody should just have setproctitle().
11480      Branch: perl
11481            ! mg.c perl.c pod/perlvar.pod
11482 ____________________________________________________________________________
11483 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
11484         Log: More on the macro debugging and expansion.
11485      Branch: perl
11486            ! pod/perlhack.pod
11487 ____________________________________________________________________________
11488 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
11489         Log: Perl_doing_taint must be public, for programs that embed perl
11490      Branch: perl
11491            ! embed.fnc embed.h global.sym
11492 ____________________________________________________________________________
11493 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
11494         Log: More coffee...
11495      Branch: perl
11496            ! lib/Test/Harness.pm
11497 ____________________________________________________________________________
11498 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
11499         Log: argc, argv.
11500      Branch: perl
11501            ! perl.h
11502 ____________________________________________________________________________
11503 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
11504         Log: Another spot where a zero $test{$max} can make things go boom.
11505      Branch: perl
11506            ! lib/Test/Harness.pm
11507 ____________________________________________________________________________
11508 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
11509         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
11510              as per suggestion from Sarathy.
11511      Branch: perl
11512            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
11513            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
11514 ____________________________________________________________________________
11515 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
11516         Log: The #19842 is no more needed thanks to #19876,
11517              and the #19842 was wrong anyway (it affected
11518              only the threaded case.)
11519      Branch: perl
11520            ! hints/dec_osf.sh
11521 ____________________________________________________________________________
11522 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
11523         Log: Subject: Re: your malloc patches
11524              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11525              Date: Fri, 27 Jun 2003 06:54:06 -0700
11526              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
11527              
11528              More malloc patches: now they seem to work even in Tru64.
11529      Branch: perl
11530            ! malloc.c
11531 ____________________________________________________________________________
11532 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
11533         Log: Duh.
11534      Branch: perl
11535            ! perl.h
11536 ____________________________________________________________________________
11537 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
11538         Log: Retract #19867; the bug was really much simpler:
11539              the < max must be <= max instead.
11540      Branch: perl
11541            ! hv.c
11542 ____________________________________________________________________________
11543 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
11544         Log: Using $1 without testing success of the regexp, bad.
11545      Branch: perl
11546            ! pod/perlretut.pod
11547 ____________________________________________________________________________
11548 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
11549         Log: Some clarification about the current semantics of CHECK and
11550              INIT blocks. See bug [perl #22826].
11551      Branch: perl
11552            ! pod/perlmod.pod
11553 ____________________________________________________________________________
11554 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
11555         Log: Subject: [Encode] pre-1.97 patches
11556              From: Dan Kogai <dankogai@dan.co.jp>
11557              Date: Sat, 28 Jun 2003 01:20:59 +0900
11558              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
11559      Branch: perl
11560            ! ext/Encode/Changes ext/Encode/Encode.pm
11561            ! ext/Encode/lib/Encode/Guess.pm
11562 ____________________________________________________________________________
11563 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
11564         Log: Two debugging patches.
11565              The first allows to hold symbolic switches in $^D
11566              and more generally fixes assignment to $^D. The
11567              second one improves the information given by -Dl.
11568              
11569              Subject: [PATCH] allow $^D = "flags"
11570              From: Dave Mitchell <davem@fdgroup.com>
11571              Date: Fri, 27 Jun 2003 22:26:24 +0100
11572              Message-ID: <20030627212624.GB12887@fdgroup.com>
11573              
11574              Subject: [PATCH] make -Dl show more scope info
11575              From: Dave Mitchell <davem@fdgroup.com>
11576              Date: Fri, 27 Jun 2003 23:00:36 +0100
11577              Message-ID: <20030627220036.GC12887@fdgroup.com>
11578      Branch: perl
11579            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
11580            ! proto.h scope.h
11581 ____________________________________________________________________________
11582 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
11583         Log: Fix test count, by Abe Timmerman.
11584      Branch: perl
11585            ! t/comp/require.t
11586 ____________________________________________________________________________
11587 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
11588         Log: The two-for-loops is no more a valid way to walk through
11589              a hash (this was the reason the Hash/Util.t intermittently
11590              failed, the two-loop didn't find all the SVs of the HV).
11591      Branch: perl
11592            ! hv.c
11593 ____________________________________________________________________________
11594 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
11595         Log: Some warnings about the (im)proper uses of the hash randomisation.
11596      Branch: perl
11597            ! pod/perlsec.pod
11598 ____________________________________________________________________________
11599 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
11600         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
11601              is larger than INT_MAX (atoi() returns -1 in that case).
11602      Branch: perl
11603            ! perl.c
11604 ____________________________________________________________________________
11605 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
11606         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
11607              not per-interp, since perl_construct() is not passed
11608              the argc, argv, and therefore it can't set the per-interp
11609              PL_tainting.)
11610      Branch: perl
11611            ! perl.c perl.h
11612 ____________________________________________________________________________
11613 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
11614         Log: Introduce (global) variable PL_earlytaint which
11615              is set very early in main(), before perl_parse()
11616              has been called and PL_tainting (or PL_taint_warn)
11617              might have been set.
11618      Branch: perl
11619            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
11620            ! perlvars.h proto.h
11621 ____________________________________________________________________________
11622 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
11623         Log: Make doing_taint() always available (though not
11624              part of the public API).
11625      Branch: perl
11626            ! embed.fnc embed.h perl.c proto.h
11627 ____________________________________________________________________________
11628 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
11629         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
11630              if tainting-- but is this a good thing or a bad thing?
11631              (At least it makes debugging lib/Hash/Util.t harder,
11632              since it has, for no apparent good reason, -T: one must
11633              make a copy of it without the -T.)
11634      Branch: perl
11635            ! perl.c
11636 ____________________________________________________________________________
11637 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
11638         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
11639              From: Tim Bunce <Tim.Bunce@pobox.com>
11640              Date: Thu, 26 Jun 2003 10:53:22 +0100
11641              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
11642      Branch: perl
11643            ! INSTALL
11644 ____________________________________________________________________________
11645 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
11646         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
11647              random failures.  To make these easier to reproduce,
11648              add a variable, PERL_HASH_SEED_DEBUG, to display the
11649              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
11650              of 82972356 makes the first one to fail.
11651      Branch: perl
11652            ! perl.c pod/perlrun.pod
11653 ____________________________________________________________________________
11654 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
11655         Log: perlhack update, by Steve Grazzini
11656              about macro support in gdb and gcc.
11657      Branch: perl
11658            ! pod/perlhack.pod
11659 ____________________________________________________________________________
11660 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
11661         Log: Bite the bullet and apply the hash randomisation patch.
11662              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
11663      Branch: perl
11664            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
11665            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
11666            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
11667            ! sv.c
11668 ____________________________________________________________________________
11669 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
11670         Log: Subject: Re: P and V
11671              From: "Philip Newton" <pnewton@gmx.de>
11672              Date: Wed, 25 Jun 2003 17:50:22 +0200
11673              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
11674      Branch: perl
11675            ! lib/Thread/Semaphore.pm
11676 ____________________________________________________________________________
11677 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
11678         Log: Enhance some macro robustness.
11679      Branch: perl
11680            ! opcode.h opcode.pl
11681 ____________________________________________________________________________
11682 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
11683         Log: Fix [perl #21742] :
11684              require() should always be called in scalar context,
11685              even when it's the last statement in an eval("").
11686      Branch: perl
11687            ! pp_ctl.c t/comp/require.t
11688 ____________________________________________________________________________
11689 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
11690         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
11691              From: Dave Mitchell <davem@fdgroup.com>
11692              Date: Tue, 24 Jun 2003 13:16:18 +0100
11693              Message-ID: <20030624121618.GC22675@fdgroup.com>
11694      Branch: perl
11695            ! sv.c t/op/ref.t
11696 ____________________________________________________________________________
11697 [ 19848] By: merijn                                on 2003/06/24  08:06:57
11698         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
11699              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
11700              Date: Tue, 24 Jun 2003 11:00:34 +0200
11701              Message-ID: <186930306740.20030624110034@familiehaase.de>
11702      Branch: perl
11703            ! lib/Pod/Perldoc.pm
11704 ____________________________________________________________________________
11705 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
11706         Log: Subject: [PATCH] version.pm up to date with CPAN
11707              From: John Peacock <jpeacock@rowman.com>
11708              Date: Mon, 23 Jun 2003 21:58:18 -0400
11709              Message-ID: <3EF7B03A.2060705@rowman.com>
11710      Branch: perl
11711            ! lib/version.pm lib/version.t universal.c
11712 ____________________________________________________________________________
11713 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
11714         Log: Subject: [perlport.pod] code point of \cU
11715              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11716              Date: Tue, 24 Jun 2003 01:00:16 +0900
11717              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
11718      Branch: perl
11719            ! pod/perlport.pod
11720 ____________________________________________________________________________
11721 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
11722         Log: Test tweaks for VMS from Craig Berry.
11723      Branch: perl
11724            ! lib/strict.t lib/warnings.t
11725 ____________________________________________________________________________
11726 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
11727         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
11728      Branch: perl
11729            ! embed.fnc embed.h pp.c proto.h util.c
11730 ____________________________________________________________________________
11731 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
11732         Log: Until the Perl malloc problems in Tru64 are fixed.
11733      Branch: perl
11734            ! hints/dec_osf.sh
11735 ____________________________________________________________________________
11736 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
11737         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
11738              From: Enache Adrian <enache@rdslink.ro>
11739              Date: Sat, 21 Jun 2003 03:19:31 +0300
11740              Message-ID: <20030621001931.GB1255@ratsnest.hole>
11741      Branch: perl
11742            ! op.c t/op/concat.t
11743 ____________________________________________________________________________
11744 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
11745         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
11746              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
11747              Date: 21 Jun 2003 19:02:30 -0000
11748              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
11749      Branch: perl
11750            ! lib/overload.pm lib/overload.t
11751 ____________________________________________________________________________
11752 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
11753         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
11754              From: "Craig A. Berry" <craigberry@mac.com>
11755              Date: Sat, 21 Jun 2003 10:31:59 -0500
11756              Message-ID: <3EF47A6F.9060904@mac.com>
11757      Branch: perl
11758            ! lib/FileCache.pm lib/FileCache/t/01open.t
11759            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
11760 ____________________________________________________________________________
11761 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
11762         Log: Debian fix from Brendan O'Dea:
11763              Adjust output to screen width.
11764              (adjusted to probe for the stty command)
11765      Branch: perl
11766            ! utils/dprofpp.PL
11767 ____________________________________________________________________________
11768 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
11769         Log: Debian fix from Brendan O'Dea:
11770              Use a temporary directory to avoid symlink attacks.
11771              Specify -gstabs explicitly (not the default format for gcc 3.2).
11772      Branch: perl
11773            ! utils/c2ph.PL
11774 ____________________________________________________________________________
11775 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
11776         Log: Debian fix from Brendan O'Dea:
11777              Bug#156284: the stucture used by pp_accept is too small to hold an
11778              IPv6 address.
11779      Branch: perl
11780            ! pp_sys.c
11781 ____________________________________________________________________________
11782 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
11783         Log: For characters beyond the BMP the $bits will be undef,
11784              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
11785              analysis and fix from SADAHIRO Tomoyuki)
11786      Branch: perl
11787            ! lib/utf8_heavy.pl
11788 ____________________________________________________________________________
11789 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
11790         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
11791      Branch: perl
11792            ! malloc.c
11793 ____________________________________________________________________________
11794 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
11795         Log: Don't do sprintf().
11796      Branch: perl
11797            ! malloc.c
11798 ____________________________________________________________________________
11799 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
11800         Log: Show the source code location of an "assertion botch".
11801      Branch: perl
11802            ! malloc.c
11803 ____________________________________________________________________________
11804 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
11805         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
11806              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
11807              malloc.c, found in AIX since there is no such header.
11808              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
11809              memory was overwritten?"
11810              (In IRIX compiles but that doesn't prove much since in IRIX
11811              Perl's malloc is simply not used.)
11812      Branch: perl
11813            + malloc_ctl.h
11814            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
11815            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
11816 ____________________________________________________________________________
11817 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
11818         Log: Retract #19785 and #19756: JPL nowadays works without this
11819              (verified by a true JPL user).
11820      Branch: perl
11821            ! perl.c
11822 ____________________________________________________________________________
11823 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
11824         Log: Apparently this is needed for VMS (Craig Berry).
11825      Branch: perl
11826            ! lib/Tie/File.pm
11827 ____________________________________________________________________________
11828 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
11829         Log: Bump Time::HiRes to 1.49.
11830      Branch: perl
11831            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11832            ! ext/Time/HiRes/HiRes.xs
11833 ____________________________________________________________________________
11834 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
11835         Log: This change chunk doesn't work well with blead.
11836      Branch: perl
11837            ! lib/ExtUtils/t/Command.t
11838 ____________________________________________________________________________
11839 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
11840         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
11841              make happy.
11842      Branch: perl
11843            ! lib/ExtUtils/MM_Unix.pm
11844 ____________________________________________________________________________
11845 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
11846         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
11847              as of 2003-06-19 18:39 EET).
11848      Branch: perl
11849            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
11850            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11851            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
11852            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
11853 ____________________________________________________________________________
11854 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
11855         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
11856              From: grazz@pobox.com (Steve Grazzini)
11857              Date: Wed, 18 Jun 2003 19:42:37 -0400
11858              Message-ID: <20030618234237.GA6267@grazzini.net>
11859      Branch: perl
11860            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
11861            ! t/op/runlevel.t t/op/tiehandle.t util.c
11862 ____________________________________________________________________________
11863 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
11864         Log: Subject: [PATCH -current] email address correction
11865              Date: Thu, 19 Jun 2003 02:19:31 -0700
11866              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
11867              From: rs@crystalflame.net (Richard Soderberg)
11868      Branch: perl
11869            ! ext/threads/threads.pm
11870 ____________________________________________________________________________
11871 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
11872         Log: MPE/iX gets serious indigestion on w-packed infinities.
11873      Branch: perl
11874            ! t/op/pack.t
11875 ____________________________________________________________________________
11876 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
11877         Log: A bunch of minor changes to perlguts.pod.
11878      Branch: perl
11879            ! pod/perlguts.pod
11880 ____________________________________________________________________________
11881 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
11882         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
11883              From: Enache Adrian <enache@rdslink.ro>
11884              Date: Wed, 18 Jun 2003 23:00:43 +0300
11885              Message-ID: <20030618200043.GA1249@ratsnest.hole>
11886      Branch: perl
11887            ! pp.c regexec.c t/op/pat.t
11888 ____________________________________________________________________________
11889 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
11890         Log: Upgrade to Tie::File 0.97.
11891      Branch: perl
11892            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11893            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
11894            ! lib/Tie/File/t/29_downcopy.t
11895 ____________________________________________________________________________
11896 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
11897         Log: Sync with libnet 1.16
11898      Branch: perl
11899            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
11900 ____________________________________________________________________________
11901 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
11902         Log: Subject: Encode] 1.96 Released
11903              From: Dan Kogai <dankogai@dan.co.jp>
11904              Date: Wed, 18 Jun 2003 19:09:11 +0900
11905              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
11906      Branch: perl
11907            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11908            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
11909            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
11910            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
11911            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
11912            ! ext/Encode/t/guess.t
11913 ____________________________________________________________________________
11914 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
11915         Log: Oops in change #19809.
11916      Branch: perl
11917            ! ext/POSIX/POSIX.xs
11918 ____________________________________________________________________________
11919 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
11920         Log: If the first argument of sigaction() was a string, not a number
11921              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
11922              isn't numeric in subroutine entry ...' but after that one got
11923              (depending on the OS) either a coredump (because of trying to
11924              assign to *0 in mg_get) or a hang (because of the sigprocmask()
11925              blocking signals inside POSIX::sigaction, a nasty hang since
11926              one obviously cannot interrupt it...only SIGKILL works).
11927              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
11928              because of the string becoming zero due to the XS typemap magic.
11929              Resolved by making the POSIX::sigaction to try harder to figure
11930              out a valid signal number (one still gets the warning, though),
11931              and returning undef if no sense can be made.
11932      Branch: perl
11933            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
11934 ____________________________________________________________________________
11935 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
11936         Log: Some docs for the assertions.
11937      Branch: perl
11938            ! lib/assertions.pm lib/assertions/activate.pm
11939            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
11940 ____________________________________________________________________________
11941 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
11942         Log: io_dir.t tweak from Craig Berry.
11943      Branch: perl
11944            ! ext/IO/lib/IO/t/io_dir.t
11945 ____________________________________________________________________________
11946 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
11947         Log: Subject: /ext/DynaLoader/dl_dyld.xs
11948              From: "Peter O'Gorman" <peter@pogma.com>
11949              Date: Tue, 17 Jun 2003 23:45:47 +0900
11950              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
11951              
11952              No need to see dlclose() and dlsym() outside the dl_dyld.xs
11953              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
11954              of OpenDarwin.
11955      Branch: perl
11956            ! ext/DynaLoader/dl_dyld.xs
11957 ____________________________________________________________________________
11958 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
11959         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
11960              From: david nicol <whatever@davidnicol.com>
11961              Date: 16 Jun 2003 20:35:24 -0500
11962              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
11963              
11964              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
11965              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11966              Date: Tue, 17 Jun 2003 00:12:04 -0400
11967              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
11968      Branch: perl
11969            ! pod/perlre.pod pod/perltrap.pod
11970 ____________________________________________________________________________
11971 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
11972         Log: UNICOS: try papering over the Configure symbol scan problems
11973              by disavowing any knowledge of dynaloading.
11974      Branch: perl
11975            ! hints/unicos.sh
11976 ____________________________________________________________________________
11977 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
11978         Log: Revert change #19126, a poor attempt at fixing bug #21742.
11979              The test for #21742 is marked as TODO.
11980              Plus new regression tests from :
11981              
11982              Subject: [perl #22708] void context in string eval is broken 
11983              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
11984              Date: 15 Jun 2003 23:09:03 -0000
11985              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
11986      Branch: perl
11987            ! pp_ctl.c t/comp/require.t t/op/eval.t
11988 ____________________________________________________________________________
11989 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
11990         Log: Subject: [PATCH] unnecessary stringification in eval/die
11991              From: Steve Grazzini <grazz@pobox.com>
11992              Date: 15 Jun 2003 21:02:26 -0000
11993              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
11994              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
11995              in c.l.p.misc and bug #17763)
11996      Branch: perl
11997            ! pod/perlfunc.pod pp_ctl.c
11998 ____________________________________________________________________________
11999 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
12000         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move 
12001              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
12002              Date: 9 Jun 2003 15:48:09 -0000
12003              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
12004      Branch: perl
12005            ! lib/File/Copy.pm
12006 ____________________________________________________________________________
12007 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
12008         Log: And even more glibc fcntl constants, this time mostly F_XXX.
12009              Be more conservative and use @EXPORT_OK instead of @EXPORT.
12010      Branch: perl
12011            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12012 ____________________________________________________________________________
12013 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
12014         Log: Even more glibc O_ modes.
12015      Branch: perl
12016            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12017 ____________________________________________________________________________
12018 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
12019         Log: Add O_NOATIME.
12020      Branch: perl
12021            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12022 ____________________________________________________________________________
12023 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
12024         Log: Instead of fancy condvar footwork do a simple join,
12025              as suggested by Arthur.
12026      Branch: perl
12027            ! ext/threads/shared/t/hv_refs.t
12028 ____________________________________________________________________________
12029 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
12030         Log: Rename again the warning about $* being no longer supported
12031              (and update perldiag this time!)
12032      Branch: perl
12033            ! gv.c pod/perldiag.pod t/lib/warnings/gv
12034 ____________________________________________________________________________
12035 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
12036         Log: Remove all magic in untie()
12037              
12038              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
12039              From: Aaron J Mackey <ajm6q@virginia.edu>
12040              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
12041              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
12042              (plus a test case)
12043      Branch: perl
12044            ! pp_sys.c t/op/tie.t
12045 ____________________________________________________________________________
12046 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
12047         Log: Start using Perl malloc in FreeBSD since the system malloc
12048              is reaaally slooow for Perl.
12049              
12050              Subject: FreeBSD 5.1 vs. -Uusemymalloc
12051              From: Dan Kogai <dankogai@dan.co.jp>
12052              Date: Mon, 16 Jun 2003 01:48:49 +0900
12053              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
12054      Branch: perl
12055            ! hints/freebsd.sh
12056 ____________________________________________________________________________
12057 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
12058         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
12059              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
12060              Date: Sat, 14 Jun 2003 17:49:57 -0700
12061              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
12062      Branch: perl
12063            + os2/OS2/typemap os2/perlrexx.cmd
12064            - os2/OS2/PrfDB/typemap
12065            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
12066            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
12067            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
12068            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
12069            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
12070            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
12071            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
12072 ____________________________________________________________________________
12073 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
12074         Log: Reindent a section of the file.
12075      Branch: perl
12076            ! universal.c
12077 ____________________________________________________________________________
12078 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
12079         Log: Unused variable.
12080      Branch: perl
12081            ! universal.c
12082 ____________________________________________________________________________
12083 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
12084         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
12085              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12086              Date: Sun, 15 Jun 2003 10:48:40 +0200
12087              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
12088      Branch: perl
12089            ! embed.fnc embed.h proto.h sv.c
12090 ____________________________________________________________________________
12091 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
12092         Log: Most often unused variables.
12093      Branch: perl
12094            ! perl.c
12095 ____________________________________________________________________________
12096 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
12097         Log: Rename the warning about $* being removed,
12098              as suggested by Dave Mitchell
12099      Branch: perl
12100            ! gv.c t/lib/warnings/gv
12101 ____________________________________________________________________________
12102 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
12103         Log: The FileCache 1.03 tests from belg4mit.
12104      Branch: perl
12105            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
12106            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
12107            + lib/FileCache/t/05override.t
12108            - lib/FileCache.t
12109            ! MANIFEST
12110 ____________________________________________________________________________
12111 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
12112         Log: Mention the Unicode::Regex::Set module.
12113      Branch: perl
12114            ! pod/perlunicode.pod
12115 ____________________________________________________________________________
12116 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
12117         Log: Followup on #19779: make the helper function static,
12118              and rename it for paranoia reasons.
12119      Branch: perl
12120            ! embed.fnc embed.h proto.h sv.c
12121 ____________________________________________________________________________
12122 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
12123         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
12124              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12125              Date: Sat, 14 Jun 2003 12:51:31 +0200
12126              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
12127              
12128              (choosing the safe alternative)
12129      Branch: perl
12130            ! sv.c
12131 ____________________________________________________________________________
12132 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
12133         Log: Exercise the utf8:: "internal" functions.
12134      Branch: perl
12135            ! lib/utf8.pm lib/utf8.t
12136 ____________________________________________________________________________
12137 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
12138         Log: Having to pull in the whole Encode just to get SvUTF8()
12139              is a bit too much: introduce utf8::is_utf8().
12140      Branch: perl
12141            ! lib/utf8.pm pod/perluniintro.pod universal.c
12142 ____________________________________________________________________________
12143 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
12144         Log: Slight tweaks on the length() and chr() entries,
12145              passing-by rewrapping on the rmdir entry.
12146      Branch: perl
12147            ! pod/perlfunc.pod
12148 ____________________________________________________________________________
12149 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
12150         Log: test.pl-ify and add a couple of tests.
12151      Branch: perl
12152            ! lib/bytes.t
12153 ____________________________________________________________________________
12154 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
12155         Log: Slight reorg of the binmode() entry.
12156      Branch: perl
12157            ! pod/perlfunc.pod
12158 ____________________________________________________________________________
12159 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
12160         Log: Illegal cpp.
12161      Branch: perl
12162            ! util.c
12163 ____________________________________________________________________________
12164 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
12165         Log: Subject: Re: FileCache
12166              From: belg4mit <belg4mit@MIT.EDU>
12167              Date: Sat, 14 Jun 2003 01:35:05 -0400
12168              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
12169              
12170              FileCache 1.03.
12171      Branch: perl
12172            ! lib/FileCache.pm
12173 ____________________________________________________________________________
12174 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
12175         Log: Remove the deprecated $* variable.
12176              Incidentally, this fixes bug #22354, about unwanted
12177              action-at-distance of the /m regexp modifier.
12178              Add a new warning to advertise this fact.
12179      Branch: perl
12180            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
12181            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
12182            ! t/op/pat.t t/op/study.t
12183 ____________________________________________________________________________
12184 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
12185         Log: Encode simply needs more work on EBCDIC.
12186      Branch: perl
12187            ! ext/Encode/t/Unicode.t
12188 ____________________________________________________________________________
12189 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
12190         Log: Redundancy removal from Brian De Pradine;
12191              both the forms, pthread_mutexattr_settype() and               
12192              pthread_mutexattr_setkind_np(), exist on z/OS.
12193      Branch: perl
12194            ! thread.h
12195 ____________________________________________________________________________
12196 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
12197         Log: Somehow MPE/iX managed to get
12198              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
12199      Branch: perl
12200            ! lib/Test/Harness.pm
12201 ____________________________________________________________________________
12202 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
12203         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
12204              From: alan <alan@pair.com>
12205              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
12206              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
12207              
12208              (the first alternative)
12209      Branch: perl
12210            ! util.c
12211 ____________________________________________________________________________
12212 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
12213         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
12214              way of detecting Darwin/Mac OS X; instead it is recommended to
12215              detect the OS at a higher level and pass the information manually
12216              down to the application, using e.g. a -Ddefinition.
12217      Branch: perl
12218            ! hints/darwin.sh perl.h x2p/util.c
12219 ____________________________________________________________________________
12220 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
12221         Log: Define a cpp symbol, BSDish, if that looks appropriate.
12222      Branch: perl
12223            ! perl.h
12224 ____________________________________________________________________________
12225 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
12226         Log: Even more tweakage on symbol scanning from Alan Burlison. 
12227      Branch: perl
12228            ! Configure
12229 ____________________________________________________________________________
12230 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
12231         Log: Sync with libnet 1.15
12232      Branch: perl
12233            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
12234 ____________________________________________________________________________
12235 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
12236         Log: The changes #8803 and #8896 that fixed JPL for use with
12237              JDK 1.2/1.3 had somehow disappeared.
12238      Branch: perl
12239            ! perl.c perl.h
12240 ____________________________________________________________________________
12241 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
12242         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
12243              to be issued if the string to be left-justified by s?printf contains
12244              a newline.
12245              
12246              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf 
12247              From: Robin Barker <Robin.Barker@npl.co.uk>
12248              Date: Wed, 11 Jun 2003 18:10:14 +0100
12249              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
12250      Branch: perl
12251            ! pod/perldiag.pod sv.c t/lib/warnings/sv
12252 ____________________________________________________________________________
12253 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
12254         Log: Patch for a warning emitted twice, from :
12255              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
12256              From: Steve Grazzini <grazz@pobox.com>
12257              Date: Wed, 11 Jun 2003 00:46:47 -0400
12258              Message-ID: <20030611044647.GA16696@grazzini.net>
12259      Branch: perl
12260            ! pp_sys.c
12261 ____________________________________________________________________________
12262 [ 19750] By: sky                                   on 2003/06/12  15:03:55
12263         Log: In free we want to destroy, not init, thanks to Tim Bunce for 
12264              detecting this. Should hopefully fix memory leak on Tru64
12265      Branch: perl
12266            ! ext/threads/shared/shared.xs
12267 ____________________________________________________________________________
12268 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
12269         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
12270              no ->Open, not if ->Open returns NULL.
12271      Branch: perl
12272            ! perlio.c
12273 ____________________________________________________________________________
12274 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
12275         Log: Further perlio doc tweaks.
12276      Branch: perl
12277            ! lib/PerlIO.pm pod/perlrun.pod
12278 ____________________________________________________________________________
12279 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
12280         Log: Slightly amended version of the proposed patch for
12281              "[perl #22390] export PERLIO=bytes segfaults";
12282              the amendment is to set errno.
12283              TODO: we really should not get here if the layer
12284              stack is corrupt or non-sensical (like "bytes").
12285      Branch: perl
12286            ! perlio.c
12287 ____________________________________________________________________________
12288 [ 19746] By: sky                                   on 2003/06/12  08:37:39
12289         Log: Be polite and destroy the mutexes and conditions we use!
12290      Branch: perl
12291            ! ext/threads/shared/shared.xs
12292 ____________________________________________________________________________
12293 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
12294         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
12295              From: Andy Dougherty <doughera@lafayette.edu>
12296              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
12297              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
12298      Branch: perl
12299            ! lib/File/Temp/t/security.t
12300 ____________________________________________________________________________
12301 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
12302         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
12303              From: Andy Dougherty <doughera@lafayette.edu>
12304              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
12305              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
12306      Branch: perl
12307            ! Configure
12308 ____________________________________________________________________________
12309 [ 19741] By: merijn                                on 2003/06/11  14:06:49
12310         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
12311              From: PPrymmer@factset.com
12312              Date: Wed, 11 Jun 2003 09:00:34 -0400
12313              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
12314      Branch: perl
12315            ! lib/vmsish.t
12316 ____________________________________________________________________________
12317 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
12318         Log: Doc nit.
12319      Branch: perl
12320            ! INSTALL
12321 ____________________________________________________________________________
12322 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
12323         Log: Integrate from maint:
12324              [ 19738]
12325              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
12326              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12327              Date: Tue, 10 Jun 2003 22:10:47 +0200
12328              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
12329      Branch: perl
12330           !> ext/Encode/encengine.c ext/List/Util/Util.xs
12331           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
12332           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
12333           !> sv.c
12334 ____________________________________________________________________________
12335 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
12336         Log: Upgrade to Unicode::Normalize 0.22.
12337      Branch: perl
12338            ! ext/Unicode/Normalize/Changes
12339            ! ext/Unicode/Normalize/Makefile.PL
12340            ! ext/Unicode/Normalize/Normalize.pm
12341            ! ext/Unicode/Normalize/Normalize.xs
12342            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
12343            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
12344            ! ext/Unicode/Normalize/t/test.t
12345 ____________________________________________________________________________
12346 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
12347         Log: Upgrade to Unicode::Collate 0.25.
12348      Branch: perl
12349            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12350            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
12351            ! lib/Unicode/Collate/t/test.t
12352 ____________________________________________________________________________
12353 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
12354         Log: On a real multicpu box the child thread could still be running
12355              when the parent thread was already testing.
12356      Branch: perl
12357            ! ext/threads/shared/t/hv_refs.t
12358 ____________________________________________________________________________
12359 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
12360         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
12361              From: Andy Dougherty <doughera@lafayette.edu>
12362              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
12363              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
12364      Branch: perl
12365            ! INSTALL
12366 ____________________________________________________________________________
12367 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
12368         Log: Subject: [PATCH] Re: nitpick with \(0..2)
12369              From: Steve Grazzini <grazz@pobox.com>
12370              Date: Fri, 6 Jun 2003 01:42:59 -0400
12371              Message-ID: <20030606054259.GA30249@grazzini.net>
12372      Branch: perl
12373            ! op.c pod/perlop.pod t/op/ref.t
12374 ____________________________________________________________________________
12375 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
12376         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
12377      Branch: perl
12378            ! ext/Unicode/Normalize/Normalize.pm
12379 ____________________________________________________________________________
12380 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
12381         Log: In the debugger, flush stdout/stderr before the prompt is printed
12382              Subject: Re: [PATCH] Perlbug #15228
12383              From: Alex Vandiver <alexmv@MIT.EDU>
12384              Date: 04 Jun 2003 04:50:10 -0400
12385              Message-Id: <1054716610.21402.45.camel@supox>
12386      Branch: perl
12387            ! lib/perl5db.pl
12388 ____________________________________________________________________________
12389 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
12390         Log: mark 450_service.t#18 as a todo test on windows
12391      Branch: perl
12392            ! lib/Net/Ping/t/450_service.t
12393 ____________________________________________________________________________
12394 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
12395         Log: one of the Net::Ping time-dependent tests fails sporadically
12396              when the response from localhost is "too quick"
12397      Branch: perl
12398            ! lib/Net/Ping/t/250_ping_hires.t
12399 ____________________________________________________________________________
12400 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
12401         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
12402              From: Michael G Schwern <schwern@pobox.com>
12403              Date: Sat, 7 Jun 2003 01:16:32 -0700
12404              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
12405      Branch: perl
12406            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
12407            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
12408            ! lib/ExtUtils/t/Liblist.t
12409 ____________________________________________________________________________
12410 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
12411         Log: fix for perlio.t failures on windows (from Dan Kogai)
12412      Branch: perl
12413            ! ext/Encode/t/perlio.t
12414 ____________________________________________________________________________
12415 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
12416         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
12417              From: PPrymmer@factset.com
12418              Date: Mon, 9 Jun 2003 09:57:43 -0400
12419              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
12420      Branch: perl
12421            ! configure.com utils/perlivp.PL
12422 ____________________________________________________________________________
12423 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
12424         Log: windows: fix memory leak in %ENV handling (shows up as a
12425              leak even in the simplest fork() loop, because perl_construct()
12426              now does the equivalent of %ENV assignments using mg_set())
12427      Branch: perl
12428            ! win32/perlhost.h
12429 ____________________________________________________________________________
12430 [ 19715] By: sky                                   on 2003/06/09  09:35:47
12431         Log: Support blessed shared references.
12432      Branch: perl
12433            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12434            ! ext/threads/shared/t/hv_refs.t
12435 ____________________________________________________________________________
12436 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
12437         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
12438              From: "Craig A. Berry" <craigberry@mac.com>
12439              Date: Sun, 08 Jun 2003 16:49:43 -0500
12440              Message-ID: <3EE3AF77.7060302@mac.com>
12441      Branch: perl
12442            ! t/op/pack.t
12443 ____________________________________________________________________________
12444 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
12445         Log: Subject: Re: forwarded you a test result
12446              From: Dan Kogai <dankogai@dan.co.jp>
12447              Date: Sun, 8 Jun 2003 11:04:43 +0900
12448              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
12449      Branch: perl
12450            ! ext/Encode/t/Encode.t
12451 ____________________________________________________________________________
12452 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
12453         Log: Regen Configure et al.
12454      Branch: perl
12455            ! Configure Porting/config.sh Porting/config_H
12456 ____________________________________________________________________________
12457 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
12458         Log: More symbol scan logic from Alan Burlison.
12459      Branch: perl
12460            ! Configure Porting/Glossary hints/solaris_2.sh
12461 ____________________________________________________________________________
12462 [ 19708] By: sky                                   on 2003/06/07  13:28:50
12463         Log: Major (internal) change to make it much more easy to embed
12464              threaded perl because we don't use our own TLS for the current
12465              thread info, but instead use PL_modglobal. Should make the
12466              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
12467      Branch: perl
12468            ! ext/threads/threads.xs
12469 ____________________________________________________________________________
12470 [ 19707] By: sky                                   on 2003/06/07  13:27:01
12471         Log: Last patch broke this slightly because INC was wrong.
12472      Branch: perl
12473            ! ext/threads/t/thread.t
12474 ____________________________________________________________________________
12475 [ 19706] By: sky                                   on 2003/06/07  13:07:53
12476         Log: Remove warnings from tests.
12477      Branch: perl
12478            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
12479            ! ext/threads/t/list.t
12480 ____________________________________________________________________________
12481 [ 19705] By: sky                                   on 2003/06/07  12:42:28
12482         Log: Work in non core env.
12483      Branch: perl
12484            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
12485            ! ext/threads/t/libc.t ext/threads/t/list.t
12486            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
12487            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
12488            ! ext/threads/t/thread.t
12489 ____________________________________________________________________________
12490 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
12491         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
12492              From: Michael G Schwern <schwern@pobox.com>
12493              Date: Fri, 6 Jun 2003 18:41:45 -0700
12494              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
12495      Branch: perl
12496            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
12497            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
12498            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
12499            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12500            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
12501            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
12502            ! lib/ExtUtils/t/zz_cleanup_dummy.t
12503 ____________________________________________________________________________
12504 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
12505         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
12506      Branch: perl
12507            ! lib/Time/Local.pm lib/Time/Local.t
12508 ____________________________________________________________________________
12509 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
12510         Log: Complement to change #19698 :
12511              add also this information (=> and curly braces doesn't
12512              quote compound identifiers) to the strict manpage.
12513              As an experiment in documentation, add a "HISTORY" section
12514              to the strict manpage.
12515      Branch: perl
12516            ! lib/strict.pm
12517 ____________________________________________________________________________
12518 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
12519         Log: Minor grammatical nit.
12520      Branch: perl
12521            ! README.hpux
12522 ____________________________________________________________________________
12523 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
12524         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
12525              From: Stas Bekman <stas@stason.org>
12526              Date: Thu, 05 Jun 2003 10:10:36 +1000
12527              Message-ID: <3EDE8A7C.2080302@stason.org>
12528              
12529              Subject: [patch] perlguts authors dup
12530              From: Stas Bekman <stas@stason.org>
12531              Date: Thu, 05 Jun 2003 10:14:12 +1000
12532              Message-ID: <3EDE8B54.6090808@stason.org>
12533      Branch: perl
12534            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
12535 ____________________________________________________________________________
12536 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
12537         Log: Clarify that => doesn't quote compound identifiers.
12538      Branch: perl
12539            ! pod/perldata.pod
12540 ____________________________________________________________________________
12541 [ 19696] By: merijn                                on 2003/06/06  12:21:43
12542         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
12543              as the compiler supports it)
12544      Branch: perl
12545            ! README.hpux
12546 ____________________________________________________________________________
12547 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
12548         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
12549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12550              Date: Wed, 04 Jun 2003 00:08:32 -0700
12551              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
12552      Branch: perl
12553            ! t/run/switches.t toke.c
12554 ____________________________________________________________________________
12555 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
12556         Log: Subject: [PATCH] RE: maint @ 19683
12557              From: Robin Barker <Robin.Barker@npl.co.uk>
12558              Date: Thu, 5 Jun 2003 17:16:58 +0100
12559              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
12560              
12561              (skipped the MIME::Base64 part, leaving that to Gisle)
12562      Branch: perl
12563            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
12564 ____________________________________________________________________________
12565 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
12566         Log: SKIP label was missing.
12567      Branch: perl
12568            ! t/io/utf8.t
12569 ____________________________________________________________________________
12570 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
12571         Log: z/OS makedepend fix from Peter Prymmer;
12572              still needed as reported by Brian De Pradine.
12573      Branch: perl
12574            ! makedepend.SH
12575 ____________________________________________________________________________
12576 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
12577         Log: Even more getspecific patches from Brian De Pradine;
12578              macrofy the construct.
12579      Branch: perl
12580            ! ext/threads/threads.xs
12581 ____________________________________________________________________________
12582 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
12583         Log: z/OS threads tweak from Brian De Pradine.
12584      Branch: perl
12585            ! ext/threads/threads.xs
12586 ____________________________________________________________________________
12587 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
12588         Log: Upgrade to Time::HiRes 1.48.
12589      Branch: perl
12590            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12591 ____________________________________________________________________________
12592 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
12593         Log: Prevent a potential null pointer dereference.
12594              Noticed by Ryan Koga <rkoga@caida.org> in
12595              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
12596      Branch: perl
12597            ! perlio.c
12598 ____________________________________________________________________________
12599 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
12600         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
12601              From: Andy Dougherty <doughera@lafayette.edu>
12602              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
12603              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
12604      Branch: perl
12605            ! hints/darwin.sh
12606 ____________________________________________________________________________
12607 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
12608         Log: On closer reading the proposed UTS#18 update required
12609              even more changes.
12610      Branch: perl
12611            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
12612            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
12613            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
12614            ! lib/unicore/mktables
12615 ____________________________________________________________________________
12616 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
12617         Log: Align the 'graph' property definition with the proposed
12618              Unicode UTS #18 update (v7).
12619      Branch: perl
12620            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
12621 ____________________________________________________________________________
12622 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
12623         Log: Subject: [MacOS X] consider useshrplib='false' by default
12624              From: Dan Kogai <dankogai@dan.co.jp>
12625              Date: Wed, 4 Jun 2003 01:29:42 +0900
12626              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
12627      Branch: perl
12628            ! hints/darwin.sh
12629 ____________________________________________________________________________
12630 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
12631         Log: Urk.  Joe's patches were for the maint branch,
12632              not for the blead (which has assertions and stuff).
12633              Retract #19677, #19676, #19674.
12634      Branch: perl
12635            ! lib/perl5db.pl
12636 ____________________________________________________________________________
12637 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
12638         Log: According to Arthur this should help
12639              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
12640      Branch: perl
12641            ! ext/threads/threads.xs
12642 ____________________________________________________________________________
12643 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
12644         Log: Tiny tweaks from Joe McMahon.
12645      Branch: perl
12646            ! lib/perl5db.pl
12647 ____________________________________________________________________________
12648 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
12649         Log: Tiny pod and speling tweaks.
12650      Branch: perl
12651            ! lib/perl5db.pl
12652 ____________________________________________________________________________
12653 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
12654         Log: Subject: Extensive documentation patch redux
12655              From: Joe McMahon <mcmahon@ibiblio.org>
12656              Date: Mon, 2 Jun 2003 09:53:40 -0400
12657              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
12658              
12659              Subject: RE: [PATCH] RE: Extensive documentation patch redux
12660              From: Robin Barker <Robin.Barker@npl.co.uk>
12661              Date: Tue, 3 Jun 2003 10:00:22 +0100 
12662              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
12663      Branch: perl
12664            ! lib/perl5db.pl
12665 ____________________________________________________________________________
12666 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
12667         Log: Salvage parts of #19667.
12668      Branch: perl
12669            ! perlio.c win32/win32.c win32/win32iop.h
12670 ____________________________________________________________________________
12671 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
12672         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
12673              still is there).
12674      Branch: perl
12675            ! MANIFEST pod/perlfunc.pod
12676 ____________________________________________________________________________
12677 [ 19671] By: merijn                                on 2003/06/03  08:27:07
12678         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
12679              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12680              Date: Tue, 03 Jun 2003 01:55:06 -0700
12681              Message-ID: <qJG3+gzkgajL092yn@efn.org>
12682      Branch: perl
12683            ! README.cygwin
12684 ____________________________________________________________________________
12685 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
12686         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
12687              #19655, #19418; File::Temp no more used internally.
12688              Some parts of these will be salvaged later.
12689      Branch: perl
12690            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
12691            ! proto.h win32/win32.c win32/win32iop.h
12692 ____________________________________________________________________________
12693 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
12694         Log: fix for 09_gen_rs.t#59 failure on windows
12695      Branch: perl
12696            ! lib/Tie/File/t/09_gen_rs.t
12697 ____________________________________________________________________________
12698 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
12699         Log: resurrect change#19628 and make it work by generalizing
12700              a spot that had a hardcoded dependency on the cmd.exe
12701              arguments being "/x/c" or "/c"
12702      Branch: perl
12703            ! pod/perlrun.pod win32/win32.c
12704 ____________________________________________________________________________
12705 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
12706         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
12707              reuse the straightforward native implementation instead
12708              
12709              this fixes the warning from io_xs.t
12710              
12711              NOTE: File::Temp has a less-than-robust implementation on windows
12712              that relies on END blocks being run (this may not happen always)
12713      Branch: perl
12714            ! op.c win32/win32.c win32/win32iop.h
12715 ____________________________________________________________________________
12716 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
12717         Log: change#19628 broke many win32/system.t tests, so back it out
12718      Branch: perl
12719            ! pod/perlrun.pod win32/win32.c
12720 ____________________________________________________________________________
12721 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
12722         Log: A little bit more of weird-code-proofing in B::Deparse.
12723              Fixes a bug reported by Alexey Tourbin in
12724              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
12725      Branch: perl
12726            ! ext/B/B/Deparse.pm
12727 ____________________________________________________________________________
12728 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
12729         Log: Upgrade to the CGI.pm 2.93.
12730              
12731              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
12732      Branch: perl
12733            + lib/CGI/t/util-58.t
12734            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
12735            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
12736            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
12737            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
12738            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
12739            ! lib/CGI/t/switch.t lib/CGI/t/util.t
12740 ____________________________________________________________________________
12741 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
12742         Log: Whitespace tweaks.
12743      Branch: perl
12744            ! hints/uwin.sh
12745 ____________________________________________________________________________
12746 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
12747         Log: U/WIN: final (for now) touches from John P. Linderman;
12748              now we get 97% success rate, the remaining failures are
12749              quite obscure.
12750      Branch: perl
12751            ! hints/uwin.sh lib/locale.t
12752 ____________________________________________________________________________
12753 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
12754         Log: Sync with libnet 1.14
12755      Branch: perl
12756            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
12757            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
12758            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
12759            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
12760 ____________________________________________________________________________
12761 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
12762         Log: Beautification.
12763      Branch: perl
12764            ! op.c
12765 ____________________________________________________________________________
12766 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
12767         Log: Duplicate definition bad.
12768      Branch: perl
12769            ! op.c
12770 ____________________________________________________________________________
12771 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
12772         Log: I thought I tried building threaded.  Never think.  Try.
12773      Branch: perl
12774            ! perlio.c
12775 ____________________________________________________________________________
12776 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
12777         Log: Stick with the original (5.8.0) logic.
12778      Branch: perl
12779            ! op.c
12780 ____________________________________________________________________________
12781 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
12782         Log: Since pulling in File::Temp for tempfiles would pull in
12783              also Fcntl, miniperl could not open up tempfiles.  This broke
12784              the use of miniperl in VMS, as noticed by Craig Berry.
12785              Try to cure this by moving the creation of tempfile into its
12786              own routine, my_tmpfp(), which gets compiled differently
12787              for miniperl and perl.
12788      Branch: perl
12789            ! embed.fnc embed.h op.c perlio.c proto.h
12790 ____________________________________________________________________________
12791 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
12792         Log: A pointless test, noticed by Craig Berry.
12793      Branch: perl
12794            ! perlio.c
12795 ____________________________________________________________________________
12796 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
12797         Log: Two Cygwin patches from Gerrit.
12798              
12799              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
12800              From: "Gerrit P. Haase" <gp@familiehaase.de>
12801              Date: Sat, 31 May 2003 14:12:07 +0200
12802              Message-ID: <179860591535.20030531141207@familiehaase.de>
12803              
12804              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
12805              Date: Sat, 31 May 2003 13:57:49 +0200
12806              Message-ID: <11859733881.20030531135749@familiehaase.de>
12807      Branch: perl
12808            ! README.cygwin perl.h t/io/layers.t
12809 ____________________________________________________________________________
12810 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
12811         Log: Fix a case of segfault in gv_check(), by making
12812              it ignore non-GV values in stashes.
12813      Branch: perl
12814            ! gv.c t/op/stash.t
12815 ____________________________________________________________________________
12816 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
12817         Log: Don't install test.pl files.
12818      Branch: perl
12819            ! installperl
12820 ____________________________________________________________________________
12821 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
12822         Log: Regenerate internals pods.
12823      Branch: perl
12824            ! pod/perlapi.pod pod/perlintern.pod
12825 ____________________________________________________________________________
12826 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
12827         Log: Subject: [PATCH] jumbo closure patch broke formats
12828              From: Dave Mitchell <davem@fdgroup.com>
12829              Date: Sat, 31 May 2003 19:54:48 +0100
12830              Message-ID: <20030531185448.GA6055@fdgroup.com>
12831              Plus restore the original test script for bug #22372
12832      Branch: perl
12833            ! pad.c t/op/write.t
12834 ____________________________________________________________________________
12835 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
12836         Log: Better patch from Inaba Hiroto for
12837              [perl #22375] 'split'/'index' problem for utf8
12838      Branch: perl
12839            ! sv.c
12840 ____________________________________________________________________________
12841 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
12842         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
12843              From: Enache Adrian <enache@rdslink.ro>
12844              Date: Sat, 31 May 2003 14:18:11 +0300
12845              Message-ID: <20030531111811.GA1240@ratsnest.hole>
12846      Branch: perl
12847            ! t/op/write.t
12848 ____________________________________________________________________________
12849 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
12850         Log: Interesting patch(1) glitch.
12851      Branch: perl
12852            ! lib/Tie/File.pm
12853 ____________________________________________________________________________
12854 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
12855         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
12856              From: Enache Adrian <enache@rdslink.ro>
12857              Date: Fri, 30 May 2003 18:52:28 +0300
12858              Message-ID: <20030530155228.GA872@ratsnest.hole>
12859      Branch: perl
12860            ! sv.c t/op/write.t
12861 ____________________________________________________________________________
12862 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
12863         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
12864              From: "Craig A. Berry" <craigberry@mac.com>
12865              Date: Fri, 30 May 2003 13:08:01 -0500
12866              Message-ID: <3ED79E01.8050401@mac.com>
12867      Branch: perl
12868            ! ext/Encode/t/perlio.t
12869 ____________________________________________________________________________
12870 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
12871         Log: Upgrade to Tie::File 0.96.
12872      Branch: perl
12873            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12874            ! lib/Tie/File/t/09_gen_rs.t
12875 ____________________________________________________________________________
12876 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
12877         Log: test.pl-isation.
12878      Branch: perl
12879            ! t/op/index.t
12880 ____________________________________________________________________________
12881 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
12882         Log: A bit of networking notworking negativity.
12883              (Inspiration from Jos.)
12884      Branch: perl
12885            ! pod/perlport.pod
12886 ____________________________________________________________________________
12887 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
12888         Log: Fix for "#22375 'split'/'index' problem for utf8".
12889      Branch: perl
12890            ! sv.c t/op/index.t
12891 ____________________________________________________________________________
12892 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
12893         Log: Add the test case for the already fixed
12894              [perl #22351] perl bug with 'e' substitution modifier
12895      Branch: perl
12896            ! t/op/subst.t
12897 ____________________________________________________________________________
12898 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
12899         Log: Comment tweakage.
12900      Branch: perl
12901            ! intrpvar.h
12902 ____________________________________________________________________________
12903 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
12904         Log: Subject: [PATCH] jumbo closure fix
12905              From: Dave Mitchell <davem@fdgroup.com>
12906              Date: Wed, 26 Feb 2003 14:49:47 +0000
12907              Message-ID: <20030226144947.A14444@fdgroup.com>
12908      Branch: perl
12909            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
12910            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
12911            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
12912            ! t/op/closure.t
12913 ____________________________________________________________________________
12914 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
12915         Log: Subject: Credits patch
12916              From: Ed Avis <ed@membled.com>
12917              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
12918              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
12919      Branch: perl
12920            ! lib/Tie/RefHash.pm
12921 ____________________________________________________________________________
12922 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
12923         Log: Subject: [patch] IO::File->open() with encoding
12924              From: Pradeep Hodigere <phodigere@yahoo.com>
12925              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
12926              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
12927      Branch: perl
12928            + ext/IO/lib/IO/t/io_utf8.t
12929            ! MANIFEST ext/IO/lib/IO/File.pm
12930 ____________________________________________________________________________
12931 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
12932         Log: A *much* cut-down version of the patches in the thread
12933              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
12934              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
12935              Date: 16 May 2003 19:04:28 -0000
12936              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
12937      Branch: perl
12938            ! pod/perldiag.pod
12939 ____________________________________________________________________________
12940 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
12941         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
12942              From: Dave Mitchell <davem@fdgroup.com>
12943              Date: Tue, 27 May 2003 19:31:10 +0100
12944              Message-ID: <20030527183110.GA22715@fdgroup.com>
12945      Branch: perl
12946            ! hv.c
12947 ____________________________________________________________________________
12948 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
12949         Log: Document that setvbuf() is not probably any more available.
12950              Many reports, most recently by mjd in
12951              [perl #22339] IO::Handle::setvbuf not defined properly
12952      Branch: perl
12953            ! ext/IO/lib/IO/Handle.pm
12954 ____________________________________________________________________________
12955 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
12956         Log: Subject: typo in pod/perlfunc.pod
12957              From: Alexey Mahotkin <alexm@w-m.ru>
12958              Date: Wed, 28 May 2003 15:18:04 +0400
12959              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
12960      Branch: perl
12961            ! pod/perlfunc.pod
12962 ____________________________________________________________________________
12963 [ 19629] By: merijn                                on 2003/05/28  12:24:42
12964         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
12965              From: Andy Dougherty <doughera@lafayette.edu>
12966              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
12967              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
12968      Branch: perl
12969            ! x2p/Makefile.SH
12970 ____________________________________________________________________________
12971 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
12972         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
12973              From: Jan Dubois <jand@ActiveState.com>
12974              Date: Mon, 26 May 2003 23:33:53 -0700
12975              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
12976      Branch: perl
12977            ! pod/perlrun.pod win32/win32.c
12978 ____________________________________________________________________________
12979 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
12980         Log: OpenZaurus cross-compilation patches from Redvers Davies.
12981      Branch: perl
12982            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
12983            ! Cross/config.sh-arm-linux Cross/generate_config_sh
12984            ! Cross/installperl.patch
12985 ____________________________________________________________________________
12986 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
12987         Log: For now reword the sysread/syswrite description to
12988              stress the fact that by default everything is still bytes.
12989      Branch: perl
12990            ! pod/perlfunc.pod
12991 ____________________________________________________________________________
12992 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
12993         Log: Subject: Re: [perl #22299] goto doesn't find label
12994              From: Dave Mitchell <davem@fdgroup.com>
12995              Date: Sat, 24 May 2003 12:25:17 +0100
12996              Message-ID: <20030524112517.GA11761@fdgroup.com>
12997              
12998              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
12999              From: Dave Mitchell <davem@fdgroup.com>
13000              Date: Mon, 26 May 2003 13:47:11 +0100
13001              Message-ID: <20030526124710.GA17670@fdgroup.com>
13002      Branch: perl
13003            ! pp_ctl.c t/op/goto.t
13004 ____________________________________________________________________________
13005 [ 19623] By: merijn                                on 2003/05/26  11:19:38
13006         Log: Subject: [PATCH] for cygwin/perlld.in
13007              From: "Gerrit P. Haase" <gp@familiehaase.de>
13008              Date: Sat, 24 May 2003 16:51:29 +0200
13009              Message-ID: <162265353578.20030524165129@familiehaase.de>
13010      Branch: perl
13011            ! cygwin/perlld.in
13012 ____________________________________________________________________________
13013 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
13014         Log: Regen modlib and toc.
13015      Branch: perl
13016            ! pod/perlmodlib.pod pod/perltoc.pod
13017 ____________________________________________________________________________
13018 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
13019         Log: Run external commands only with localized sanitized $ENV{PATH}.
13020      Branch: perl
13021            ! ext/Sys/Hostname/Hostname.pm
13022 ____________________________________________________________________________
13023 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
13024         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
13025              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13026              Date: Sun, 25 May 2003 21:17:42 +0200
13027              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
13028      Branch: perl
13029            ! perlio.h
13030 ____________________________________________________________________________
13031 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
13032         Log: Protect against race conditions: if the pid is not seen,
13033              neither will be the $0 change be seen (and vice versa).
13034      Branch: perl
13035            ! ext/threads/t/join.t
13036 ____________________________________________________________________________
13037 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
13038         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
13039              From: Dan Kogai <dankogai@dan.co.jp>
13040              Date: 24 May 2003 19:50:48 -0000
13041              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
13042      Branch: perl
13043            ! ext/Encode/bin/piconv
13044 ____________________________________________________________________________
13045 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
13046         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
13047              From: Dave Mitchell <davem@fdgroup.com>
13048              Date: Thu, 22 May 2003 10:13:19 +0100
13049              Message-ID: <20030522091319.GA4568@fdgroup.com>
13050              
13051              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
13052              From: Dave Mitchell <davem@fdgroup.com>
13053              Date: Fri, 23 May 2003 17:09:44 +0100
13054              Message-ID: <20030523160944.GC9194@fdgroup.com>
13055      Branch: perl
13056            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
13057            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
13058 ____________________________________________________________________________
13059 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
13060         Log: Missing "to".
13061      Branch: perl
13062            ! NetWare/config_H.wc Porting/config_H config_h.SH
13063            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
13064            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13065            ! win32/config_H.vc64 wince/config_H.ce
13066 ____________________________________________________________________________
13067 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
13068         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
13069      Branch: perl
13070            ! Cross/config.sh-arm-linux NetWare/config.wc
13071            ! NetWare/config_H.wc configure.com epoc/config.sh
13072            ! plan9/config.plan9 plan9/config_h.sample
13073            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
13074            ! win32/config.gc win32/config.vc win32/config.vc64
13075            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13076            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
13077 ____________________________________________________________________________
13078 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
13079         Log: Regen Glossary et al.
13080      Branch: perl
13081            ! Porting/Glossary Porting/config.sh Porting/config_H
13082 ____________________________________________________________________________
13083 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
13084         Log: Add a real scan for pthread_attr_setscope().
13085      Branch: perl
13086            ! Configure config_h.SH ext/threads/threads.xs
13087 ____________________________________________________________________________
13088 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
13089         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
13090      Branch: perl
13091            - lib/ftp.pl
13092            ! MANIFEST
13093 ____________________________________________________________________________
13094 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
13095         Log: Noticed by John P. Linderman.
13096      Branch: perl
13097            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
13098 ____________________________________________________________________________
13099 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
13100         Log: Subject: [PATCH] RE: state of deparse?
13101              From: Robin Barker <Robin.Barker@npl.co.uk>
13102              Date: Fri, 23 May 2003 17:42:37 +0100
13103              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
13104      Branch: perl
13105            ! ext/B/B/Deparse.pm
13106 ____________________________________________________________________________
13107 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
13108         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
13109              From: Robin Barker <Robin.Barker@npl.co.uk>
13110              Date: Fri, 23 May 2003 17:37:09 +0100
13111              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
13112      Branch: perl
13113            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
13114            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
13115 ____________________________________________________________________________
13116 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
13117         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
13118              From: Robin Barker <Robin.Barker@npl.co.uk>
13119              Date: Fri, 23 May 2003 17:32:22 +0100
13120              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
13121      Branch: perl
13122            ! embed.pl perl.h perlio.c perlio.h proto.h
13123 ____________________________________________________________________________
13124 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
13125         Log: Hasty editing, grumble.
13126      Branch: perl
13127            ! ext/POSIX/POSIX.xs
13128 ____________________________________________________________________________
13129 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
13130         Log: Linewrapping MUAs, grumble.
13131      Branch: perl
13132            ! ext/POSIX/POSIX.xs
13133 ____________________________________________________________________________
13134 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
13135         Log: U/WIN extension fix from John P. Linderman.
13136      Branch: perl
13137            ! ext/POSIX/POSIX.xs
13138 ____________________________________________________________________________
13139 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
13140         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
13141              From: Dan Kogai <dankogai@dan.co.jp>
13142              Date: Sat, 24 May 2003 00:15:49 +0900
13143              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
13144      Branch: perl
13145            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
13146            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
13147 ____________________________________________________________________________
13148 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
13149         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
13150              From: Michael G Schwern <schwern@pobox.com> 
13151              Date: Fri, 23 May 2003 02:10:46 -0700 
13152              Message-ID: <20030523091046.GB11662@windhund.schwern.org> 
13153      Branch: perl
13154            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
13155            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
13156            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
13157            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
13158            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
13159            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13160            ! lib/ExtUtils/MakeMaker/FAQ.pod
13161            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
13162            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
13163            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
13164 ____________________________________________________________________________
13165 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
13166         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
13167              From: Dan Kogai <dankogai@dan.co.jp>
13168              Date: Fri, 23 May 2003 20:17:16 +0900
13169              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
13170      Branch: perl
13171            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13172            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
13173            ! ext/Encode/lib/Encode/Encoding.pm
13174            ! ext/PerlIO/encoding/encoding.xs
13175 ____________________________________________________________________________
13176 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
13177         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
13178      Branch: perl
13179            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13180            ! ext/Time/HiRes/HiRes.xs
13181 ____________________________________________________________________________
13182 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
13183         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
13184              From: Dan Kogai <dankogai@dan.co.jp> 
13185              Date: Thu, 22 May 2003 18:46:40 +0900 
13186              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> 
13187      Branch: perl
13188            ! ext/Encode/encoding.pm
13189 ____________________________________________________________________________
13190 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
13191         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
13192              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
13193              Date: Tue, 13 May 2003 10:36:32 +0200
13194              Message-id: <20030513083631.GA21782@ethan>
13195      Branch: perl
13196            ! utils/h2xs.PL
13197 ____________________________________________________________________________
13198 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
13199         Log: New warning "Useless localization of %s", based on
13200              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
13201              From: Dave Mitchell <davem@fdgroup.com>
13202              Date: Wed, 30 Apr 2003 21:17:38 +0100
13203              Message-ID: <20030430201738.GA22054@fdgroup.com>
13204              
13205              The proposed patch added this warning in the 'deprecated' category ;
13206              I think this category is for things that exist and will be removed,
13207              rather than for things that don't exist and that will maybe be added.
13208      Branch: perl
13209            ! op.c pod/perldiag.pod t/lib/warnings/op
13210 ____________________________________________________________________________
13211 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
13212         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
13213              disable the loading of .pmc files if defined.
13214              Rename the function S_doopen_pmc to S_doopen_pm.
13215      Branch: perl
13216            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
13217 ____________________________________________________________________________
13218 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
13219         Log: More U/WIN tweaks from John P. Linderman.
13220      Branch: perl
13221            ! t/io/layers.t t/io/tell.t
13222 ____________________________________________________________________________
13223 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
13224         Log: Subject: [PATCH] perldata.pod revamp rev. 3
13225              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
13226              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
13227              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
13228      Branch: perl
13229            ! pod/perldata.pod
13230 ____________________________________________________________________________
13231 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
13232         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
13233              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13234              Date: Mon, 19 May 2003 17:53:25 -0400
13235              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
13236              
13237              (the bug id corrected to be #22231, not #22238)
13238      Branch: perl
13239            ! lib/Switch.pm
13240 ____________________________________________________________________________
13241 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
13242         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
13243      Branch: perl
13244            ! ext/MIME/Base64/Makefile.PL
13245 ____________________________________________________________________________
13246 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
13247         Log: U/WIN test tweak from John P. Linderman.
13248      Branch: perl
13249            ! t/op/chdir.t
13250 ____________________________________________________________________________
13251 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
13252         Log: VMS test tweak from Craig Berry.
13253      Branch: perl
13254            ! lib/DirHandle.t
13255 ____________________________________________________________________________
13256 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
13257         Log: U/WIN test nit for John P. Linderman.
13258      Branch: perl
13259            ! ext/Cwd/t/cwd.t
13260 ____________________________________________________________________________
13261 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
13262         Log: Subject: [Encode] 1.95 released
13263              From: Dan Kogai <dankogai@dan.co.jp>
13264              Date: Wed, 21 May 2003 18:26:26 +0900
13265              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
13266      Branch: perl
13267            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
13268            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
13269            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
13270            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
13271            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13272            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13273            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13274            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13275            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13276            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13277            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13278            ! ext/Encode/ucm/8859-9.ucm
13279 ____________________________________________________________________________
13280 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
13281         Log: Enhance the failure reporting for the pod2html tests
13282      Branch: perl
13283            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
13284 ____________________________________________________________________________
13285 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
13286         Log: Upgrade to Getopt::Long 2.33
13287              (mostly a version number increment)
13288      Branch: perl
13289            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13290            ! lib/Getopt/Long/README
13291 ____________________________________________________________________________
13292 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
13293         Log: Upgrade to CPAN 1.70_54
13294              Subject: Re: CPAN.pm into blead
13295              From: Andreas J Koenig <andreas.koenig@anima.de>
13296              Date: Tue, 20 May 2003 11:31:16 +0200
13297              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
13298      Branch: perl
13299            - lib/CPAN/README
13300            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13301 ____________________________________________________________________________
13302 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
13303         Log: Further -Uuseperlio tweaking.
13304      Branch: perl
13305            ! ext/Encode/t/Unicode.t
13306 ____________________________________________________________________________
13307 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
13308         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
13309              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13310              Date: Sun, 18 May 2003 19:21:01 -0700
13311              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
13312              (with tweaks to perldiag.pod)
13313      Branch: perl
13314            ! op.c pod/perldiag.pod
13315 ____________________________________________________________________________
13316 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
13317         Log: More Ultrix double definition avoidance.
13318      Branch: perl
13319            ! ext/Socket/Socket.xs
13320 ____________________________________________________________________________
13321 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
13322         Log: Integrate perlio:
13323              [ 19556]
13324              Fix ticket 18265
13325              
13326              [ 19557]
13327              EINTR retry should exit on count >= 0 not !=0 
13328      Branch: perl
13329           !> perlio.c
13330 ____________________________________________________________________________
13331 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
13332         Log: Nekkid numbers.
13333      Branch: perl
13334            ! ext/threads/threads.xs
13335 ____________________________________________________________________________
13336 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
13337         Log: Meaningless cosmetics.
13338      Branch: perl
13339            ! ext/threads/threads.xs
13340 ____________________________________________________________________________
13341 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
13342         Log: Make Perl_ithread_self() a bit more helpful when
13343              finding the thread fails (suggested by Stas in
13344              perl-ithreads Mar 01)
13345      Branch: perl
13346            ! ext/threads/threads.xs
13347 ____________________________________________________________________________
13348 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
13349         Log: Slightly wrong panic messages.
13350      Branch: perl
13351            ! ext/threads/threads.xs
13352 ____________________________________________________________________________
13353 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
13354         Log: Ultrix: the #19435 helped the IO extension, so this should
13355              help the Socket extension (socket structs redefinitions).
13356      Branch: perl
13357            ! ext/Socket/Socket.xs
13358 ____________________________________________________________________________
13359 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
13360         Log: Based on
13361              
13362              Subject: [PATCH threads.xs] no system scope on VMS
13363              From: "Craig A. Berry" <craigberry@mac.com>
13364              Date: Sun, 18 May 2003 23:02:07 -0500
13365              Message-ID: <3EC8573F.6050005@mac.com>
13366              
13367              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
13368      Branch: perl
13369            ! ext/threads/threads.xs
13370 ____________________________________________________________________________
13371 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
13372         Log: Make the test work without perlio, from Dan Kogai.
13373      Branch: perl
13374            ! ext/Encode/t/Unicode.t
13375 ____________________________________________________________________________
13376 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
13377         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
13378              From: Michael G Schwern <schwern@pobox.com>
13379              Date: Wed, 14 May 2003 15:36:23 -0700
13380              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
13381      Branch: perl
13382            ! pod/perlsyn.pod pod/perltrap.pod
13383 ____________________________________________________________________________
13384 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
13385         Log: Integrate from perlio:
13386              [ 19542]
13387              Fix ticket #22219
13388              
13389              [ 19543]
13390              Spotted a bare close() where PerlLIO_close() seems correct.
13391      Branch: perl
13392           !> doio.c perlio.c
13393 ____________________________________________________________________________
13394 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
13395         Log: UTF-7 tweak from Dan Kogai.
13396      Branch: perl
13397            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
13398 ____________________________________________________________________________
13399 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
13400         Log: The 'quotes' really are important (caught by Enache Adrian).
13401      Branch: perl
13402            ! Makefile.SH
13403 ____________________________________________________________________________
13404 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
13405         Log: Subject: [Encode] UTF-7 Support
13406              From: Dan Kogai <dankogai@dan.co.jp>
13407              Date: Sun, 18 May 2003 00:45:35 +0900
13408              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
13409      Branch: perl
13410            + ext/Encode/lib/Encode/Unicode/UTF7.pm
13411            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
13412            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
13413            ! ext/Encode/lib/Encode/Config.pm
13414            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
13415 ____________________________________________________________________________
13416 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
13417         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
13418              non-left-aligned heredocs.
13419      Branch: perl
13420            ! Makefile.SH
13421 ____________________________________________________________________________
13422 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
13423         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
13424              From: Alan Burlison <Alan.Burlison@sun.com>
13425              Date: Thu, 15 May 2003 22:17:55 +0100
13426              Message-ID: <3EC40403.9000804@sun.com>
13427              
13428              (fixed symbol scanning for Solaris 10)
13429      Branch: perl
13430            ! Configure
13431 ____________________________________________________________________________
13432 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
13433         Log: Upgrade to Getopt::Long 2.32_05
13434      Branch: perl
13435            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13436            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
13437            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
13438            ! lib/Getopt/Long/t/gol-oo.t
13439 ____________________________________________________________________________
13440 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
13441         Log: Clarify the explanation of the warning "Possible precedence problem
13442              on bitwise operator".
13443      Branch: perl
13444            ! pod/perldiag.pod
13445 ____________________________________________________________________________
13446 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
13447         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
13448              with fractional version numbers or v-strings.
13449      Branch: perl
13450            ! ext/B/B/Deparse.pm
13451 ____________________________________________________________________________
13452 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
13453         Log: missing init in change#19533
13454      Branch: perl
13455            ! win32/win32sck.c
13456 ____________________________________________________________________________
13457 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
13458         Log: apply Net::Ping patch that makes the fork()-based approach
13459              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
13460              
13461              the code this affects is currently not enabled anywhere, but
13462              could be enabled if the non-blocking approach runs into problems
13463              on older windows versions
13464      Branch: perl
13465            ! lib/Net/Ping.pm
13466 ____________________________________________________________________________
13467 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
13468         Log: improve the implementation of Net::Ping on windows by avoiding
13469              fork(), which is pretty heavy-weight for this kind of
13470              application; use non-blocking sockets instead
13471              
13472              has been verified to work on Win2k but will need testing on
13473              other flavors of windows
13474              
13475              there is a single known failure on windows in 450_service.t (test 18)
13476              due to what appears to be bugs in the ping_syn()/ack() code
13477      Branch: perl
13478            ! lib/Net/Ping.pm
13479 ____________________________________________________________________________
13480 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
13481         Log: change#16723 broke the ioctl() return value on platforms 
13482              that have ioctl() but no fcntl() (e.g. windows)
13483              
13484              change#17577 then attempted to fix the bustage, but got
13485              it wrong
13486      Branch: perl
13487            ! pp_sys.c
13488 ____________________________________________________________________________
13489 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
13490         Log: avoid select() on windows destroying errno (used to typically
13491              always sets it to EINVAL due to the way it maps the FD_SETs)
13492      Branch: perl
13493            ! win32/win32sck.c
13494 ____________________________________________________________________________
13495 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
13496         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
13497              compile error on ia64/HP-UX (comparing incompatible pointers)"
13498              plus a possible cure for the warning mentioned in the case.
13499      Branch: perl
13500            ! ext/Storable/Storable.xs
13501 ____________________________________________________________________________
13502 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
13503         Log: Apply the supplied patch for [perl #22195]
13504              "File::Find, sorted directory traversal order is inverted"
13505      Branch: perl
13506            ! lib/File/Find.pm
13507 ____________________________________________________________________________
13508 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
13509         Log: Subject: [PATCH] RE: maint snapshot @ 19525
13510              From: Robin Barker <Robin.Barker@npl.co.uk>
13511              Date: Fri, 16 May 2003 17:16:57 +0100
13512              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
13513              
13514              (Part #2: the hv.c SVf)
13515      Branch: perl
13516            ! hv.c
13517 ____________________________________________________________________________
13518 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
13519         Log: Subject: [PATCH] RE: maint snapshot @ 19525
13520              From: Robin Barker <Robin.Barker@npl.co.uk>
13521              Date: Fri, 16 May 2003 17:16:57 +0100
13522              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
13523              
13524              (Part #1: the __format__ and __printf__)
13525      Branch: perl
13526            ! Configure embed.pl perlio.c proto.h
13527 ____________________________________________________________________________
13528 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
13529         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
13530              From: Gisle Aas <gisle@ActiveState.com>
13531              Date: 13 May 2003 19:51:19 -0700
13532              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
13533      Branch: perl
13534            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13535            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
13536            ! ext/MIME/Base64/t/quoted-print.t
13537 ____________________________________________________________________________
13538 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
13539         Log: More Panther moves.
13540      Branch: perl
13541            ! Makefile.SH hints/darwin.sh
13542 ____________________________________________________________________________
13543 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
13544         Log: Curliff and liff with ease.
13545      Branch: perl
13546            + Porting/curliff.pl
13547            ! MANIFEST
13548 ____________________________________________________________________________
13549 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
13550         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
13551      Branch: perl
13552            ! Porting/sort_perldiag.pl
13553 ____________________________________________________________________________
13554 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
13555         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
13556              From: Casey West <casey@geeknest.com>
13557              Date: Fri, 9 May 2003 04:00:44 -0400
13558              Message-ID: <20030509080044.GA49820@geeknest.com>
13559              
13560              (except for the dup.t patch which diddled with system().)
13561      Branch: perl
13562            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
13563            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
13564            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
13565            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13566            ! win32/config_H.vc64 wince/config_H.ce
13567 ____________________________________________________________________________
13568 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
13569         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
13570              From: Gisle Aas <gisle@ActiveState.com>
13571              Date: 13 May 2003 09:59:50 -0700
13572              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
13573      Branch: perl
13574            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13575            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
13576            ! ext/MIME/Base64/t/quoted-print.t
13577 ____________________________________________________________________________
13578 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
13579         Log: Subject: [PATCH] More perldiag.pod sorting
13580              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
13581              Date: Tue, 13 May 2003 15:13:53 -0400
13582              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
13583              
13584              (plus add 'no locale;')
13585      Branch: perl
13586            + Porting/sort_perldiag.pl
13587            ! MANIFEST pod/perldiag.pod
13588 ____________________________________________________________________________
13589 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
13590         Log: Detypo.
13591      Branch: perl
13592            ! lib/Unicode/UCD.pm
13593 ____________________________________________________________________________
13594 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
13595         Log: make it easier to reproduce the bug
13596      Branch: perl
13597            ! lib/Tie/File.pm
13598 ____________________________________________________________________________
13599 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
13600         Log: the \do {local *FH} trick in Tie::File was really only needed
13601              on 5.005 and earlier, since later versions can autovivify
13602              the handle
13603              
13604              however, a search in the p5p archives reveals the trick doesn't
13605              fully work in the versions it is needed in, so use the more
13606              standard Symbol::gensym() way
13607      Branch: perl
13608            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
13609 ____________________________________________________________________________
13610 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
13611         Log: $Config{usethreads} wasn't being set on windows
13612      Branch: perl
13613            ! win32/Makefile win32/makefile.mk
13614 ____________________________________________________________________________
13615 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
13616         Log: Reinstate the #19498 but now skip the crashing
13617              tests (when threaded) as TODOs.
13618      Branch: perl
13619            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
13620 ____________________________________________________________________________
13621 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
13622         Log: Revert #19498 since it broke threaded builds.
13623      Branch: perl
13624            ! lib/Tie/File.pm
13625 ____________________________________________________________________________
13626 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
13627         Log: Better be explicit with dangling elses.
13628      Branch: perl
13629            ! pp.c
13630 ____________________________________________________________________________
13631 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
13632         Log: Detypo Pantherisms.
13633      Branch: perl
13634            ! Makefile.SH hints/darwin.sh
13635 ____________________________________________________________________________
13636 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
13637         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
13638              From: Alex Vandiver <alexmv@MIT.EDU>
13639              Date: 02 May 2003 06:45:05 -0400
13640              Message-Id: <1051872303.26203.104.camel@supox>
13641              (plus perldiag nit)
13642      Branch: perl
13643            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
13644            ! t/comp/package.t
13645 ____________________________________________________________________________
13646 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
13647         Log: Small nit in perlsyn about the new // operator
13648      Branch: perl
13649            ! pod/perlsyn.pod
13650 ____________________________________________________________________________
13651 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
13652         Log: Use a more sophisticated heuristics to produce the warning
13653              'Parentheses missing around "%s" list'. This fixes bug #22147.
13654              Also, the warning is now produced for C<local *a,*b;>.
13655      Branch: perl
13656            ! op.c t/lib/warnings/op
13657 ____________________________________________________________________________
13658 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
13659         Log: Work also without perlio.
13660      Branch: perl
13661            ! t/io/dup.t
13662 ____________________________________________________________________________
13663 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
13664         Log: Panther preparation.
13665      Branch: perl
13666            ! Makefile.SH hints/darwin.sh
13667 ____________________________________________________________________________
13668 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
13669         Log: More moves to intrpvar.h.
13670      Branch: perl
13671            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
13672 ____________________________________________________________________________
13673 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
13674         Log: fix for Tie::File test failures on windows: the problem was
13675              that Tie::File did not close any file handles it opens internally,
13676              leading to file handle leaks and t/tf* temporary file littering;
13677              we now close the handle iff Tie::File opened it
13678              
13679              this fix unearths what appears to be a perl bug in localizing globs:
13680              09_gen_rs.t fails due to a prematurely closed filehandle, although
13681              it wasn't explicitly closed anywhere by the code (renaming the
13682              *FH at line 97 to *FH1 makes it work, but I haven't done this
13683              to allow the bug to be tracked down)
13684      Branch: perl
13685            ! lib/Tie/File.pm
13686 ____________________________________________________________________________
13687 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
13688         Log: Move the thread *hook into interpreter.
13689      Branch: perl
13690            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
13691 ____________________________________________________________________________
13692 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
13693         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
13694              From: Dave Mitchell <davem@fdgroup.com>
13695              Date: Sat, 10 May 2003 01:45:23 +0100
13696              Message-ID: <20030510004523.GC20871@fdgroup.com>
13697      Branch: perl
13698            ! pp_ctl.c
13699 ____________________________________________________________________________
13700 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
13701         Log: Open UNIX is not really "formerly Unixware", since the most
13702              recent releases are known as Unixware, not as Open UNIX.
13703      Branch: perl
13704            ! pod/perlport.pod
13705 ____________________________________________________________________________
13706 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
13707         Log: Slight tweaks to the platform list.
13708      Branch: perl
13709            ! pod/perlport.pod
13710 ____________________________________________________________________________
13711 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
13712         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
13713              From: Casey West <casey@geeknest.com>
13714              Date: Fri, 9 May 2003 10:30:13 -0400
13715              Message-ID: <20030509143013.GM49820@geeknest.com>
13716      Branch: perl
13717            ! pod/perlop.pod
13718 ____________________________________________________________________________
13719 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
13720         Log: perlport.pod nit for doc bug #8253.
13721      Branch: perl
13722            ! pod/perlport.pod
13723 ____________________________________________________________________________
13724 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
13725         Log: Use test.pl.
13726      Branch: perl
13727            ! t/io/fflush.t
13728 ____________________________________________________________________________
13729 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
13730         Log: Try to handle a $^X with spaces in it.
13731      Branch: perl
13732            ! t/test.pl
13733 ____________________________________________________________________________
13734 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
13735         Log: Separate the creation of the command to run by
13736              runperl() into its own function, _create_runperl().
13737      Branch: perl
13738            ! t/test.pl
13739 ____________________________________________________________________________
13740 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
13741         Log: Fixup the method behaviour table.
13742      Branch: perl
13743            ! pod/perliol.pod
13744 ____________________________________________________________________________
13745 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
13746         Log: Integrate from perlio:
13747              [ 19474]
13748              Tweaks to Jarkko's NULL deref checks in perlio.c
13749              
13750              [ 19475]
13751              Fix for bugs 21717 and 22140.
13752              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
13753              and derived layers. So have :unix's "pushed" method stat() the fd and 
13754              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 
13755              UNIX behaviour.
13756              
13757              [ 19479]
13758              Better but still unproven fix for lseek() on pipes.
13759              
13760              [ 19483]
13761              Unused variable
13762              
13763              [ 19485]
13764              Tests to prove Ticket 9468 is fixed.
13765              
13766              [ 19486]
13767              add test for change#19475,19479 (bugs#21717,22140)
13768      Branch: perl
13769           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
13770           !> t/io/fflush.t
13771 ____________________________________________________________________________
13772 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
13773         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
13774              in terms of an exported function rather than as an inlined
13775              macro (latter wants PL_op_mutex which isn't exported as such)
13776              
13777              Jarkko: please merge into maint-5.8
13778      Branch: perl
13779            ! dosish.h makedef.pl win32/win32.c win32/win32.h
13780 ____________________________________________________________________________
13781 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
13782         Log: Test _getcode().
13783      Branch: perl
13784            ! lib/Unicode/UCD.t
13785 ____________________________________________________________________________
13786 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
13787         Log: Clarify the doc (and the code) for Unicode code points.
13788      Branch: perl
13789            ! lib/Unicode/UCD.pm
13790 ____________________________________________________________________________
13791 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
13792         Log: Another doc suggestion from terry@eatoni.com (terry jones):
13793              use codepoints that return undef.
13794      Branch: perl
13795            ! lib/Unicode/UCD.pm
13796 ____________________________________________________________________________
13797 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
13798         Log: Add Encode's META.yml.
13799      Branch: perl
13800            + ext/Encode/META.yml
13801            ! MANIFEST
13802 ____________________________________________________________________________
13803 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
13804         Log: Upgrade to Encode 1.94.
13805      Branch: perl
13806            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
13807            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
13808            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
13809            ! ext/Encode/t/mime-header.t
13810 ____________________________________________________________________________
13811 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
13812         Log: Doc bug noticed by terry@eatoni.com (terry jones).
13813      Branch: perl
13814            ! lib/Unicode/UCD.pm
13815 ____________________________________________________________________________
13816 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
13817         Log: Try to plug more potential PerlIO NULL method
13818              dereferences; try to document the matter.
13819      Branch: perl
13820            ! perlio.c pod/perliol.pod
13821 ____________________________________________________________________________
13822 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
13823         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
13824      Branch: perl
13825            ! perlio.c
13826 ____________________________________________________________________________
13827 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
13828         Log: In eof() the errno can get stomped by the peek-ahead.
13829      Branch: perl
13830            ! doio.c ext/Socket/socketpair.t
13831 ____________________________________________________________________________
13832 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
13833         Log: A regression test for the remaining "Final $ should be..." error.
13834      Branch: perl
13835            ! t/comp/parser.t
13836 ____________________________________________________________________________
13837 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
13838         Log: Remove the error messages "Final @ should be \@ or @name"
13839              and "Final % should be \% or %name", that appear to be
13840              only produced in addition to another syntax error, and therefore
13841              misleading, if I understand correctly that kind of black magic.
13842      Branch: perl
13843            ! pod/perldiag.pod toke.c
13844 ____________________________________________________________________________
13845 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
13846         Log: Have to think this test more when I'm awake.
13847      Branch: perl
13848            ! ext/Socket/socketpair.t
13849 ____________________________________________________________________________
13850 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
13851         Log: Document that perl tries to load .pmc files before .pm files.
13852              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
13853              From: Casey West <casey@geeknest.com>
13854              Date: Fri, 9 May 2003 17:03:50 -0400
13855              Message-ID: <20030509210350.GW49820@geeknest.com>
13856      Branch: perl
13857            ! pod/perlfunc.pod
13858 ____________________________________________________________________________
13859 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
13860         Log: Fix for doc bug #8602 : clarify eof() example comments
13861      Branch: perl
13862            ! pod/perlfunc.pod
13863 ____________________________________________________________________________
13864 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
13865         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
13866              From: Casey West <casey@geeknest.com>
13867              Date: Fri, 9 May 2003 11:09:39 -0400
13868              Message-ID: <20030509150939.GN49820@geeknest.com>
13869      Branch: perl
13870            ! pod/perltrap.pod
13871 ____________________________________________________________________________
13872 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
13873         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
13874              From: Casey West <casey@geeknest.com>
13875              Date: Fri, 9 May 2003 15:25:59 -0400
13876              Message-ID: <20030509192559.GS49820@geeknest.com>
13877      Branch: perl
13878            ! pod/perlfunc.pod
13879 ____________________________________________________________________________
13880 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
13881         Log: Try to comprehensively have a plan B if a PerlIO
13882              layer doesn't have a particular function.
13883              (1) If there's a corresponding PerlIOBase, call it.
13884              (2) If not having the function is 'harmless', be silently happy.
13885              (Currently only Flush is in this category.)
13886              (3) Otherwise set errno and return failure.
13887      Branch: perl
13888            ! perlio.c
13889 ____________________________________________________________________________
13890 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
13891         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
13892              From: Casey West <casey@geeknest.com>
13893              Date: Fri, 9 May 2003 11:17:53 -0400
13894              Message-ID: <20030509151753.GO49820@geeknest.com>
13895      Branch: perl
13896            ! pod/perltrap.pod
13897 ____________________________________________________________________________
13898 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
13899         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
13900      Branch: perl
13901            ! makedef.pl
13902 ____________________________________________________________________________
13903 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
13904         Log: Result of change #19458.
13905      Branch: perl
13906            ! MANIFEST
13907 ____________________________________________________________________________
13908 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
13909         Log: Subject: Weekend fun: MANIFEST sorting
13910              From: andreas.koenig@anima.de (Andreas J. Koenig)
13911              Date: Fri, 09 May 2003 15:12:05 +0200
13912              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
13913              
13914              (both sorts need LC_ALL=C)
13915              (add also manicheck target)
13916      Branch: perl
13917            ! Makefile.SH
13918 ____________________________________________________________________________
13919 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
13920         Log: Better skip this test on OpenBSD and BSD/OS since it
13921              does not seem to work (Slaven Rezic).
13922      Branch: perl
13923            ! lib/filetest.t
13924 ____________________________________________________________________________
13925 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
13926         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
13927              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13928              Date: Wed, 07 May 2003 23:37:47 -0700
13929              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
13930      Branch: perl
13931            ! pod/perlfunc.pod
13932 ____________________________________________________________________________
13933 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
13934         Log: Missing files.
13935      Branch: perl
13936            ! MANIFEST
13937 ____________________________________________________________________________
13938 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
13939         Log: Suppress a few compilation warnings in pp_hot.c.
13940      Branch: perl
13941            ! pp_hot.c
13942 ____________________________________________________________________________
13943 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
13944         Log: Remove duplicate entries from perldiag
13945      Branch: perl
13946            ! pod/perldiag.pod
13947 ____________________________________________________________________________
13948 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
13949         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
13950              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13951              Date: Wed, 07 May 2003 15:27:07 -0700
13952              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
13953      Branch: perl
13954            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
13955            ! pp_hot.c t/op/magic.t
13956 ____________________________________________________________________________
13957 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
13958         Log: Tiny nit from mjd.
13959      Branch: perl
13960            ! lib/Tie/File.pm
13961 ____________________________________________________________________________
13962 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
13963         Log: Upgrade to Tie::File 0.95.
13964      Branch: perl
13965            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
13966            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
13967            + lib/Tie/File/t/42_offset.t
13968            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13969            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13970            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
13971            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
13972            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
13973            ! lib/Tie/File/t/30_defer.t
13974 ____________________________________________________________________________
13975 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
13976         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
13977              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
13978              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
13979              Date: 8 May 2003 00:42:18 -0000
13980      Branch: perl
13981            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13982            ! ext/Time/HiRes/Makefile.PL
13983 ____________________________________________________________________________
13984 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
13985         Log: Subject: [PATCH] alphabetize perldiag.pod
13986              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13987              Date: Thu, 8 May 2003 11:52:39 -0400
13988              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
13989      Branch: perl
13990            ! pod/perldiag.pod
13991 ____________________________________________________________________________
13992 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
13993         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
13994              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
13995              Date: Thu, 08 May 2003 08:42:20 +0200
13996              Message-id: <20030508064220.GA763@ethan>
13997      Branch: perl
13998            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13999            ! ext/Devel/PPPort/t/test.t
14000 ____________________________________________________________________________
14001 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
14002         Log: A variant of
14003              
14004              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
14005              From: enache@rdslink.ro (Enache Adrian)
14006              Date: Tue, 22 Apr 2003 02:54:05 +0300
14007              Message-ID: <20030421235405.GA1162@ratsnest.hole>
14008              
14009              to quench the black smoke from the BSD builds.
14010      Branch: perl
14011            ! lib/ExtUtils/MM_Unix.pm
14012 ____________________________________________________________________________
14013 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
14014         Log: Subject: Re: [DOC PATCH] & More File::Path issues
14015              From: Casey West <casey@geeknest.com>
14016              Date: Mon, 5 May 2003 13:25:47 -0400
14017              Message-ID: <20030505172547.GB20508@geeknest.com>
14018      Branch: perl
14019            ! lib/File/Path.pm
14020 ____________________________________________________________________________
14021 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
14022         Log: Spelling correction from Nicholas Clark.
14023      Branch: perl
14024            ! ext/POSIX/POSIX.pod
14025 ____________________________________________________________________________
14026 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
14027         Log: One more possible extensions permutation.
14028      Branch: perl
14029            ! Configure
14030 ____________________________________________________________________________
14031 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
14032         Log: Allow platforms to manipulate their archname by creating
14033              a archname.cbu in their hints files.
14034      Branch: perl
14035            ! Configure
14036 ____________________________________________________________________________
14037 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
14038         Log: More long double logic from Alan Burlison.
14039      Branch: perl
14040            ! Configure
14041 ____________________________________________________________________________
14042 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
14043         Log: Worth a try for [perl #17146]
14044      Branch: perl
14045            ! ext/IO/poll.c
14046 ____________________________________________________________________________
14047 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
14048         Log: Document which interfaces are NOT Unicode-aware.
14049      Branch: perl
14050            ! pod/perltodo.pod pod/perlunicode.pod
14051 ____________________________________________________________________________
14052 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
14053         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
14054              From: Casey West <casey@geeknest.com>
14055              Date: Mon, 28 Apr 2003 11:07:36 -0400
14056              Message-ID: <20030428150736.GD62281@geeknest.com>
14057      Branch: perl
14058            ! pod/perlfilter.pod
14059 ____________________________________________________________________________
14060 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
14061         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
14062              From: Enache Adrian <enache@rdslink.ro>
14063              Date: Fri, 28 Mar 2003 23:53:09 +0200
14064              Message-ID: <20030328215309.GA6413@ratsnest.hole>
14065              (with minor tweaks)
14066      Branch: perl
14067            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
14068 ____________________________________________________________________________
14069 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
14070         Log: Fix doc bug #22067, noticed by Mark Knutsen
14071      Branch: perl
14072            ! pod/perlfunc.pod
14073 ____________________________________________________________________________
14074 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
14075         Log: Fix : the svr5 hints file doesn't propagate libswanted with
14076              threads enabled. Now threads are OK on OpenUNIX 8, except a
14077              mysterious failure in ext/POSIX/t/sigaction.t.
14078      Branch: perl
14079            ! hints/svr5.sh
14080 ____________________________________________________________________________
14081 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
14082         Log: Snip away the perlunicode slowness demo since the new
14083              caching scheme should help things a bit.
14084      Branch: perl
14085            ! pod/perlunicode.pod
14086 ____________________________________________________________________________
14087 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
14088         Log: Subject: Re: Minor change to strict.pm. Who? How?
14089              From: Adam Kennedy <adam@ali.as>
14090              Date: Wed, 30 Apr 2003 00:02:40 +1000
14091              Message-ID: <3EAE8600.2000806@ali.as>
14092              
14093              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
14094              From: Michael G Schwern <schwern@pobox.com>
14095              Date: Tue, 29 Apr 2003 12:26:32 -0700
14096              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
14097      Branch: perl
14098            ! lib/strict.pm
14099 ____________________________________________________________________________
14100 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
14101         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
14102              From: "Jos I.Boumans" <kane@dwim.org>
14103              Date: 30 Apr 2003 09:45:16 -0000
14104              Message-ID: <20030430114513165+0200@nntp.perl.org>
14105      Branch: perl
14106            ! lib/File/Path.pm
14107 ____________________________________________________________________________
14108 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
14109         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
14110              From: Michael G Schwern <schwern@pobox.com>
14111              Date: Sat, 3 May 2003 15:30:16 -0700
14112              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
14113      Branch: perl
14114            ! pod/perlmod.pod
14115 ____________________________________________________________________________
14116 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
14117         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
14118              From: Dave Mitchell <davem@fdgroup.com>
14119              Date: Thu, 1 May 2003 21:06:57 +0100
14120              Message-ID: <20030501200657.GA25456@fdgroup.com>
14121      Branch: perl
14122            ! hv.c t/op/undef.t
14123 ____________________________________________________________________________
14124 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
14125         Log: Subject: Re: hv.c patch - pathological hashes too easy
14126              From: "Tye McQueen" <tye@metronet.com>
14127              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
14128              Message-Id: <200305011834.h41IYoE08503@metronet.com>
14129      Branch: perl
14130            ! hv.c
14131 ____________________________________________________________________________
14132 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
14133         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
14134              From: Casey West <casey@geeknest.com>
14135              Date: Tue, 29 Apr 2003 16:14:20 -0400
14136              Message-ID: <20030429201420.GT62281@geeknest.com>
14137      Branch: perl
14138            ! pod/perlrequick.pod
14139 ____________________________________________________________________________
14140 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
14141         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
14142              From: Slaven Rezic <slaven@rezic.de>
14143              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
14144              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
14145      Branch: perl
14146            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
14147 ____________________________________________________________________________
14148 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
14149         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
14150              From: Steve Hay <steve.hay@uk.radan.com>
14151              Date: Wed, 30 Apr 2003 09:52:30 +0100
14152              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
14153      Branch: perl
14154            ! utils/h2xs.PL
14155 ____________________________________________________________________________
14156 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
14157         Log: Reintroduce the mention of the fact that the Artistic/GPL
14158              also are Perl's own licenses.
14159      Branch: perl
14160            ! pod/perlartistic.pod pod/perlgpl.pod
14161 ____________________________________________________________________________
14162 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
14163         Log: Switch the new perlio way of opening anonymous temporary files
14164              open my $fh, '+>', undef
14165              to using File::Temp.  Test it, and test also the "accidental
14166              feature" of +< working the same way.
14167              This should address [perl #21937].
14168      Branch: perl
14169            + ext/PerlIO/t/open.t
14170            ! MANIFEST perlio.c pod/perlfunc.pod
14171 ____________________________________________________________________________
14172 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
14173         Log: perlartistic and perlgpl reformatting from Sean Burke.
14174      Branch: perl
14175            ! pod/perlartistic.pod pod/perlgpl.pod
14176 ____________________________________________________________________________
14177 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
14178         Log: pack/unpack fixes from Wolfgang Laun:
14179              - fix bug in UNICOS (where SIZE16 != sizeof(short))
14180              - introduce and use new internal pack/unpack API
14181              (packlist, unpackstring)
14182              that does away with the unused arguments in the old API
14183              (pack_cat, unpack_str).
14184      Branch: perl
14185            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
14186 ____________________________________________________________________________
14187 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
14188         Log: Subject: [PATCH] Embed.t flushing problem
14189              From: "Craig A. Berry" <craigberry@mac.com>
14190              Date: Sun, 04 May 2003 16:25:38 -0500
14191              Message-ID: <3EB58552.2070207@mac.com>
14192      Branch: perl
14193            ! lib/ExtUtils/t/Embed.t
14194 ____________________________________________________________________________
14195 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
14196         Log: Doc nit from mjd.
14197      Branch: perl
14198            ! ext/DB_File/DB_File.pm
14199 ____________________________________________________________________________
14200 [ 19413] By: ams                                   on 2003/05/05  04:03:10
14201         Log: None of that "our" stuff here, please.
14202      Branch: perl
14203            ! ext/Storable/t/tied.t
14204 ____________________________________________________________________________
14205 [ 19412] By: ams                                   on 2003/05/05  03:57:06
14206         Log: Oops. More Storable 2.07 preparations.
14207      Branch: perl
14208            ! ext/Storable/README ext/Storable/Storable.pm
14209 ____________________________________________________________________________
14210 [ 19411] By: ams                                   on 2003/05/05  03:53:44
14211         Log: Update changelog for 2.07 release.
14212      Branch: perl
14213            ! ext/Storable/ChangeLog
14214 ____________________________________________________________________________
14215 [ 19410] By: ams                                   on 2003/05/05  03:31:36
14216         Log: Update Changes.
14217      Branch: perl
14218            ! Changes
14219 ____________________________________________________________________________
14220 [ 19409] By: ams                                   on 2003/05/05  03:21:41
14221         Log: Subject: Re: Bug in Storable???
14222              From: Slaven Rezic <slaven@rezic.de>
14223              Date: 04 May 2003 18:00:40 +0200
14224              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
14225      Branch: perl
14226            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
14227 ____________________________________________________________________________
14228 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
14229         Log: This way reads a bit better with pod2man.
14230      Branch: perl
14231            ! pod/perlartistic.pod pod/perlgpl.pod
14232 ____________________________________________________________________________
14233 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
14234         Log: Integrate from maint:
14235              [ 18568]
14236              Add the POSIX::sigaction() trick by Slaven Rezic
14237              for [perl #17341].
14238      Branch: perl
14239           !> pod/perlfunc.pod pod/perlipc.pod
14240 ____________________________________________________________________________
14241 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
14242         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
14243              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
14244              the perlartistic is a straightforward podification.
14245      Branch: perl
14246            + pod/perlartistic.pod pod/perlgpl.pod
14247            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
14248            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
14249 ____________________________________________________________________________
14250 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
14251         Log: Doesn't make any difference for the test but is more logical.
14252      Branch: perl
14253            ! t/lib/Devel/switchd.pm
14254 ____________________________________________________________________________
14255 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
14256         Log: Plagued by thinkos tonight.
14257      Branch: perl
14258            ! lib/filetest.t
14259 ____________________________________________________________________________
14260 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
14261         Log: Must skip more.
14262      Branch: perl
14263            ! lib/filetest.t
14264 ____________________________________________________________________________
14265 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
14266         Log: Subject: Re: Does filetest work at all?
14267              From: Slaven Rezic <slaven@rezic.de>
14268              Date: 03 May 2003 18:26:49 +0200
14269              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
14270      Branch: perl
14271            ! lib/filetest.t pp_sys.c
14272 ____________________________________________________________________________
14273 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
14274         Log: Extra tweakage from Rafael for #19392.
14275      Branch: perl
14276            ! ext/B/B/Concise.pm lib/filetest.pm
14277 ____________________________________________________________________________
14278 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
14279         Log: Salvage 'use filetest "access"' from compiletime to runtime.
14280      Branch: perl
14281            ! dump.c op.c op.h pp_sys.c
14282 ____________________________________________________________________________
14283 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
14284         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
14285              the Unicode character database to 4.0.0.)
14286      Branch: perl
14287            + lib/unicore/HangulSyllableType.txt
14288            + lib/unicore/NormalizationCorrections.txt
14289            + lib/unicore/StandardizedVariants.txt
14290            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
14291            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
14292            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
14293            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
14294            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
14295            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
14296            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
14297            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
14298            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
14299            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
14300            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
14301            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
14302            ! (edit 129 files)
14303 ____________________________________________________________________________
14304 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
14305         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
14306              the fp offset, which was quite a big larger than the input file,
14307              which meant that the SvGROW tried to grow the file to about
14308              2**64-2**20, which made safesysrealloc() to understandably
14309              croak (in argv.t).
14310      Branch: perl
14311            ! sv.c
14312 ____________________________________________________________________________
14313 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
14314         Log: Regen Configure (no changes but that's fine).
14315      Branch: perl
14316            ! Configure
14317 ____________________________________________________________________________
14318 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
14319         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
14320              From: Andy Dougherty <doughera@lafayette.edu>
14321              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
14322              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
14323      Branch: perl
14324            ! Configure
14325 ____________________________________________________________________________
14326 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
14327         Log: Subject: [PATCH] OpenUNIX 8 support
14328              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14329              Date: Fri, 2 May 2003 12:12:08 +0200
14330              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
14331      Branch: perl
14332            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
14333 ____________________________________________________________________________
14334 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
14335         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
14336              From: Abe Timmerman <abe@ztreet.demon.nl>
14337              Date: Fri, 2 May 2003 00:51:42 +0200
14338              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
14339      Branch: perl
14340            ! win32/win32.c
14341 ____________________________________________________________________________
14342 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
14343         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
14344              From: Abe Timmerman <abe@ztreet.demon.nl>
14345              Date: Thu, 1 May 2003 18:34:35 +0200
14346              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
14347      Branch: perl
14348            ! win32/win32.h
14349 ____________________________________________________________________________
14350 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
14351         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
14352              From: Michael G Schwern <schwern@pobox.com>
14353              Date: Wed, 30 Apr 2003 18:19:32 -0700
14354              Message-ID: <20030501011932.GM701@windhund.schwern.org>
14355      Branch: perl
14356            ! ext/POSIX/POSIX.pod
14357 ____________________________________________________________________________
14358 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
14359         Log: Forgot to check in the -d: file.
14360      Branch: perl
14361            + t/lib/Devel/switchd.pm
14362            ! MANIFEST t/run/switchd.t
14363 ____________________________________________________________________________
14364 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
14365         Log: Solaris: make -Duse64bitall'ed to have an archname of
14366              sun4-solaris-64, from Alan Burlison.  (The default is to not
14367              to suffix anything with -Duse64bitall if longs are 64 bit.
14368              This may lead into confusion and much sorrow if 32-bit binaries
14369              and 64-bit binaries are installed under the same directories.
14370              Why is "-64" or something like that the default?  Well, there
14371              are platforms where 64 bits really is the default default.
14372              There adding a "-64" would be kind of odd.  Better to let
14373              each 64-bit capable platform to choose their archnames.)
14374      Branch: perl
14375            ! hints/solaris_2.sh
14376 ____________________________________________________________________________
14377 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
14378         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
14379              by change #18589 (it was broken by change #9754); add test case.
14380      Branch: perl
14381            + t/run/switchd.t
14382            ! MANIFEST
14383 ____________________________________________________________________________
14384 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
14385         Log: great_circle_direction() was broken,
14386              reported by Alexander Becher.
14387      Branch: perl
14388            ! lib/Math/Trig.pm lib/Math/Trig.t
14389 ____________________________________________________________________________
14390 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
14391         Log: OS X: could not -Doptimize=-g.
14392      Branch: perl
14393            ! hints/darwin.sh
14394 ____________________________________________________________________________
14395 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
14396         Log: OS X test tweak.
14397      Branch: perl
14398            ! ext/Cwd/t/cwd.t
14399 ____________________________________________________________________________
14400 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
14401         Log: Subject: [PATCH] RE: perl@19333
14402              From: Robin Barker <Robin.Barker@npl.co.uk>
14403              Date: Tue, 29 Apr 2003 17:30:23 +0100
14404              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
14405      Branch: perl
14406            ! embed.pl pp_hot.c pp_pack.c proto.h
14407 ____________________________________________________________________________
14408 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
14409         Log: miniperl cannot handle layers.t.
14410      Branch: perl
14411            ! t/io/layers.t
14412 ____________________________________________________________________________
14413 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
14414         Log: The solution in change #19363 was too unportable.
14415      Branch: perl
14416            ! t/io/openpid.t
14417 ____________________________________________________________________________
14418 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
14419         Log: perlreftut updates from mjd.
14420      Branch: perl
14421            ! pod/perlreftut.pod
14422 ____________________________________________________________________________
14423 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
14424         Log: z/OS: More threaded build tweaks from Brian De Pradine--
14425              apparently now it works!
14426      Branch: perl
14427            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
14428 ____________________________________________________________________________
14429 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
14430         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
14431              From: Enache Adrian <enache@rdslink.ro>
14432              Date: Sat, 19 Apr 2003 01:41:07 +0300
14433              Message-ID: <20030418224107.GA2751@ratsnest.hole>
14434      Branch: perl
14435            ! t/comp/parser.t toke.c
14436 ____________________________________________________________________________
14437 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
14438         Log: If it's S_, it should be STATIC.
14439      Branch: perl
14440            ! embed.fnc embed.h numeric.c proto.h
14441 ____________________________________________________________________________
14442 [ 19365] By: sky                                   on 2003/04/28  16:30:03
14443         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
14444              From: Casey West <casey@geeknest.com>
14445              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
14446              Message-Id: <20030428140005.GC62281@geeknest.com>
14447      Branch: perl
14448            ! pod/perlop.pod
14449 ____________________________________________________________________________
14450 [ 19364] By: sky                                   on 2003/04/28  16:20:43
14451         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
14452              From: Casey West <casey@geeknest.com>
14453              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
14454              Message-Id: <20030428172206.GK62281@geeknest.com>
14455      Branch: perl
14456            ! pod/perlop.pod
14457 ____________________________________________________________________________
14458 [ 19363] By: sky                                   on 2003/04/28  15:32:35
14459         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
14460              open.
14461      Branch: perl
14462            ! t/io/openpid.t
14463 ____________________________________________________________________________
14464 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
14465         Log: Feel-good cleanup.
14466      Branch: perl
14467            ! intrpvar.h sv.c
14468 ____________________________________________________________________________
14469 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
14470         Log: SysV msg queues can be something hanging (witnessed in IRIX),
14471              so let's use IPC_NOWAIT.
14472      Branch: perl
14473            ! ext/IPC/SysV/t/msg.t t/op/taint.t
14474 ____________________________________________________________________________
14475 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
14476         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
14477              when returning an int can either return the error in the return
14478              value or in the errno.  We need a new per-interp variable to store
14479              the return value instead of clobbering the errno with it.  The new
14480              variable, PL_reentrant_retint, is only used within the reentrancy
14481              framework, and immediately after it's set, so there should not be
14482              similar visibility issues as for the errno.  Spotted by Edward Moy.
14483      Branch: perl
14484            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
14485 ____________________________________________________________________________
14486 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
14487         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
14488              Check errno to see if the call to nice(2) succeeded.
14489              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
14490              From: Enache Adrian <enache@rdslink.ro>
14491              Date: Wed, 23 Apr 2003 22:48:20 +0300
14492              Message-ID: <20030423194820.GA874@ratsnest.hole>
14493      Branch: perl
14494            ! ext/POSIX/POSIX.xs
14495 ____________________________________________________________________________
14496 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
14497         Log: Document a faint compilation noise.
14498      Branch: perl
14499            ! README.aix
14500 ____________________________________________________________________________
14501 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
14502         Log: $[ clarifications.
14503      Branch: perl
14504            ! pod/perlvar.pod
14505 ____________________________________________________________________________
14506 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
14507         Log: utime() doc clarifications
14508              based on :
14509              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
14510              From: Casey West <casey@geeknest.com>
14511              Date: Fri, 25 Apr 2003 08:00:54 -0400
14512              Message-ID: <20030425120054.GQ34510@geeknest.com>
14513      Branch: perl
14514            ! pod/perlfunc.pod
14515 ____________________________________________________________________________
14516 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
14517         Log: Add a test case for [perl #15288] (already solved).
14518      Branch: perl
14519            ! t/op/pack.t
14520 ____________________________________________________________________________
14521 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
14522         Log: Add Dave Mitchell's test case for fields.
14523      Branch: perl
14524            ! lib/fields.t
14525 ____________________________________________________________________________
14526 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
14527         Log: Subject: [PATCH] VMS::Stdio test tweak
14528              From: "Craig A. Berry" <craigberry@mac.com>
14529              Date: Sat, 26 Apr 2003 15:53:07 -0500
14530              Message-ID: <3EAAF1B3.7020708@mac.com>
14531      Branch: perl
14532            ! vms/ext/Stdio/test.pl
14533 ____________________________________________________________________________
14534 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
14535         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
14536              From: Casey West <casey@geeknest.com>
14537              Date: Thu, 24 Apr 2003 08:18:42 -0400
14538              Message-ID: <20030424121842.GW34510@geeknest.com>
14539      Branch: perl
14540            ! lib/UNIVERSAL.pm
14541 ____________________________________________________________________________
14542 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
14543         Log: Document that restricted hashes are not atomic
14544              (from Dave Mitchell).
14545      Branch: perl
14546            ! lib/Hash/Util.pm
14547 ____________________________________________________________________________
14548 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
14549         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
14550              From: Dave Mitchell <davem@fdgroup.com>
14551              Date: Sat, 26 Apr 2003 18:45:28 +0100
14552              Message-ID: <20030426174528.GA9588@fdgroup.com>
14553      Branch: perl
14554            ! hv.c lib/Hash/Util.t pod/perldiag.pod
14555 ____________________________________________________________________________
14556 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
14557         Log: Some doc patches by Casey West :
14558              
14559              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
14560              From: Casey West <casey@geeknest.com>
14561              Date: Fri, 25 Apr 2003 10:46:39 -0400
14562              Message-ID: <20030425144639.GY34510@geeknest.com>
14563              
14564              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
14565              From: Casey West <casey@geeknest.com>
14566              Date: Fri, 25 Apr 2003 07:52:13 -0400
14567              Message-ID: <20030425115213.GP34510@geeknest.com>
14568              
14569              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
14570              From: Casey West <casey@geeknest.com>
14571              Date: Thu, 24 Apr 2003 21:27:22 -0400
14572              Message-ID: <20030425012722.GN34510@geeknest.com>
14573      Branch: perl
14574            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
14575 ____________________________________________________________________________
14576 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
14577         Log: Document that splice() doesn't extend arrays
14578              Subject: Re: slice autoextending ? still another revised doc patch; COW
14579              From: david nicol <whatever@davidnicol.com>
14580              Date: 22 Apr 2003 22:05:02 -0500
14581              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
14582      Branch: perl
14583            ! pod/perlfunc.pod
14584 ____________________________________________________________________________
14585 [ 19342] By: sky                                   on 2003/04/26  21:43:32
14586         Log: Fix bug #15161 by increasing the refcount on the RE and making 
14587              sure to restore it correctly. Deals with both s//e and s///g.
14588      Branch: perl
14589            ! pp_ctl.c pp_hot.c
14590 ____________________________________________________________________________
14591 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
14592         Log: Integrate:
14593              [ 19340]
14594              Caught by Mark Lutz in UNICOS: A declaration cannot appear
14595              after an executable statement in a block.
14596      Branch: perl
14597           !> pp_pack.c
14598 ____________________________________________________________________________
14599 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
14600         Log: Now the -Dnoextensions and -Dnoextensions have the
14601              chance of actually doing something.
14602      Branch: perl
14603            ! Configure
14604 ____________________________________________________________________________
14605 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
14606         Log: Subject: [PATCH] Configure's extension sanity check is too strict
14607              From: Andy Dougherty <doughera@lafayette.edu>
14608              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
14609              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
14610      Branch: perl
14611            ! Configure
14612 ____________________________________________________________________________
14613 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
14614         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
14615              From: "Craig A. Berry" <craigberry@mac.com>
14616              Date: Thu, 24 Apr 2003 20:09:48 -0500
14617              Message-ID: <3EA88ADC.3000300@mac.com>
14618      Branch: perl
14619            ! ext/Encode/t/enc_module.t
14620 ____________________________________________________________________________
14621 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
14622         Log: Upgrade to Time::HiRes 1.46.
14623      Branch: perl
14624            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14625            ! ext/Time/HiRes/Makefile.PL
14626 ____________________________________________________________________________
14627 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
14628         Log: Subject: typo in Time::HiRes docs
14629              From: mjd@plover.com 
14630              Date: 19 Apr 2003 15:13:44 -0000 
14631              Message-ID: <20030419151344.28237.qmail@plover.com> 
14632      Branch: perl
14633            ! ext/Time/HiRes/HiRes.pm
14634 ____________________________________________________________________________
14635 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
14636         Log: Clarify(?) the perlio default layers table.
14637      Branch: perl
14638            ! lib/PerlIO.pm t/io/layers.t
14639 ____________________________________________________________________________
14640 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
14641         Log: Upgrade to Test::Harness 2.28.
14642      Branch: perl
14643            ! lib/Test/Harness.pm lib/Test/Harness/Changes
14644            ! lib/Test/Harness/t/pod.t
14645 ____________________________________________________________________________
14646 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
14647         Log: Upgrade to Encode 1.93.
14648      Branch: perl
14649            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
14650            ! ext/Encode/lib/Encode/CJKConstants.pm
14651            ! ext/Encode/lib/Encode/CN/HZ.pm
14652            ! ext/Encode/lib/Encode/Encoding.pm
14653            ! ext/Encode/lib/Encode/Guess.pm
14654            ! ext/Encode/lib/Encode/KR/2022_KR.pm
14655            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
14656            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
14657            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
14658            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
14659 ____________________________________________________________________________
14660 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
14661         Log: VMS patch for faststdio from Craig Berry.
14662      Branch: perl
14663            ! configure.com
14664 ____________________________________________________________________________
14665 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
14666         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
14667              From: Casey West <casey@geeknest.com>
14668              Date: Wed, 23 Apr 2003 14:03:20 -0400
14669              Message-ID: <20030423180320.GZ15574@geeknest.com>
14670      Branch: perl
14671            ! pod/perlmodlib.PL pod/perlmodlib.pod
14672 ____________________________________________________________________________
14673 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
14674         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
14675              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
14676              Date: 22 Apr 2003 04:31:17 -0000
14677              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
14678              (with minor further corrections)
14679      Branch: perl
14680            ! pod/perlmod.pod
14681 ____________________________________________________________________________
14682 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
14683         Log: A new fatal error :
14684              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
14685              From: Dave Mitchell <davem@fdgroup.com>
14686              Date: Mon, 21 Apr 2003 13:19:50 +0100
14687              Message-ID: <20030421121950.GB18189@fdgroup.com>
14688              Message-ID: <20030421125433.GC18189@fdgroup.com>
14689      Branch: perl
14690            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
14691 ____________________________________________________________________________
14692 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
14693         Log: Introduce 'fast stdio' symbols to non-Configure lands.
14694      Branch: perl
14695            ! NetWare/config.wc NetWare/config_H.wc configure.com
14696            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
14697            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
14698            ! win32/config.gc win32/config.vc win32/config.vc64
14699            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14700            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
14701 ____________________________________________________________________________
14702 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
14703         Log: Regen Configure, Glossary, et alia.
14704      Branch: perl
14705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14706            ! config_h.SH
14707 ____________________________________________________________________________
14708 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
14709         Log: Handle the combination of dosish and non-faststdio.
14710      Branch: perl
14711            ! t/io/layers.t
14712 ____________________________________________________________________________
14713 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
14714         Log: Subject: 5.8.0: two problems
14715              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14716              Date: Tue, 22 Apr 2003 11:43:17 -0700
14717              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
14718      Branch: perl
14719            ! XSUB.h
14720 ____________________________________________________________________________
14721 [ 19307] By: ams                                   on 2003/04/22  16:39:51
14722         Log: Subject: [PATCH] Doc pointers in perlbot.
14723              From: Casey West <casey@geeknest.com>
14724              Date: Tue, 22 Apr 2003 11:19:09 -0400
14725              Message-Id: <20030422151909.GC11119@geeknest.com>
14726              (Applied by hand.)
14727      Branch: perl
14728            ! pod/perlbot.pod
14729 ____________________________________________________________________________
14730 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
14731         Log: z/OS: changes for building threaded from "Brian De Pradine"
14732              <PRADINE@uk.ibm.com>.
14733      Branch: perl
14734            ! Makefile.SH hints/os390.sh thread.h util.c
14735 ____________________________________________________________________________
14736 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
14737         Log: Enache's turn.
14738      Branch: perl
14739            ! ext/Encode/t/enc_module.t
14740 ____________________________________________________________________________
14741 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
14742         Log: Re-merge Encode 1.92.
14743      Branch: perl
14744            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
14745 ____________________________________________________________________________
14746 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
14747         Log: Argh, cut-and-pasto.
14748      Branch: perl
14749            ! perlio.c
14750 ____________________________________________________________________________
14751 [ 19301] By: sky                                   on 2003/04/21  21:33:14
14752         Log: Fix bug 17964 by properly refcounting the gv top.
14753              Seems like the entries in rsfp are way different than
14754              normal PVIO objects.
14755      Branch: perl
14756            ! sv.c
14757 ____________________________________________________________________________
14758 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
14759         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
14760              
14761              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
14762              From: Enache Adrian <enache@rdslink.ro>
14763              Date: Sun, 20 Apr 2003 02:45:48 +0300
14764              Message-ID: <20030419234548.GA849@ratsnest.hole>
14765              and
14766              Date: Wed, 2 Apr 2003 07:52:28 +0300
14767              Message-ID: <20030402045227.GA1023@ratsnest.hole>
14768      Branch: perl
14769            ! pp_sys.c t/op/ref.t util.c
14770 ____________________________________________________________________________
14771 [ 19299] By: sky                                   on 2003/04/21  17:05:31
14772         Log: Croak on non ref to shared methods instead of segfault.
14773              This can really only happen for &share("string").
14774      Branch: perl
14775            ! ext/threads/shared/shared.xs
14776 ____________________________________________________________________________
14777 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
14778         Log: Add OpenZaurus cross-compilation patches.
14779      Branch: perl
14780            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
14781            + Cross/config.sh-arm-linux Cross/generate_config_sh
14782            + Cross/installperl.patch Cross/warp
14783            ! Cross/README INSTALL MANIFEST
14784 ____________________________________________________________________________
14785 [ 19289] By: sky                                   on 2003/04/21  13:24:40
14786         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
14787              Allows people to override the resetting by using srand() in CLONE.
14788      Branch: perl
14789            ! ext/threads/t/thread.t ext/threads/threads.xs
14790 ____________________________________________________________________________
14791 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
14792         Log: Introduce two new Configure symbols:
14793              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
14794              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
14795              [2] usefaststdio = do we use fast stdio if we have it?
14796              For 5.[68], we do.  For anything else, we don't.
14797              (At least, unless otherwise instructed by -Dusefaststdio.)
14798              This means that for bleadperl we no more use stdio, but instead
14799              default to perlio: the effect of PERLIO=perlio, in other words.
14800              (PERLIO=stdio will still switch to using stdio.)
14801              This change may endanger extensions using FILE*-- but if we are
14802              to migrate fully to perlio, better start swallowing the poison now.
14803              For maintperl, the usefaststdio still defaults to yes.
14804      Branch: perl
14805            ! Configure config_h.SH perlio.c t/io/layers.t
14806 ____________________________________________________________________________
14807 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
14808         Log: Upgrade to Locale::Maketext 1.05.
14809      Branch: perl
14810            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
14811 ____________________________________________________________________________
14812 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
14813         Log: Upgrade to Test 1.24.
14814      Branch: perl
14815            ! lib/Test.pm
14816 ____________________________________________________________________________
14817 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
14818         Log: Subject: [PATCH] goto &sub doesn't empty @_
14819              From: Dave Mitchell <davem@fdgroup.com>
14820              Date: Sun, 20 Apr 2003 21:46:51 +0100
14821              Message-ID: <20030420204651.GE15591@fdgroup.com>
14822      Branch: perl
14823            ! pp_ctl.c
14824 ____________________________________________________________________________
14825 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
14826         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
14827              the commands that invoke $(CC).
14828              Subject: Re: Smoke failure
14829              From: Enache Adrian <enache@rdslink.ro>
14830              Date: Fri, 18 Apr 2003 19:06:07 +0300
14831              Message-ID: <20030418160606.GA797@ratsnest.hole>
14832      Branch: perl
14833            ! Makefile.SH
14834 ____________________________________________________________________________
14835 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
14836         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
14837              From: Enache Adrian <enache@rdslink.ro>
14838              Date: Sat, 19 Apr 2003 20:12:18 +0300
14839              Message-ID: <20030419171218.GA974@ratsnest.hole>
14840      Branch: perl
14841            ! sv.c
14842 ____________________________________________________________________________
14843 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
14844         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
14845              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
14846              From: Steve Hay <steve.hay@uk.radan.com>
14847              Date: Wed, 16 Apr 2003 11:12:22 +0100
14848              Message-ID: <3E9D2C86.8040104@uk.radan.com>
14849      Branch: perl
14850            ! INSTALL win32/Makefile
14851 ____________________________________________________________________________
14852 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
14853         Log: Give more information of what to do when -Dusexxx fail.
14854      Branch: perl
14855            ! Configure
14856 ____________________________________________________________________________
14857 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
14858         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
14859              by adding a dummy destructor method Regexp::DESTROY.
14860              This prevents infinite recursion, since Regexp::DESTROY
14861              is no more autoloaded.
14862              
14863              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
14864              From: Enache Adrian <enache@rdslink.ro>
14865              Date: Wed, 2 Apr 2003 05:02:42 +0300
14866              Message-ID: <20030402020242.GA2966@ratsnest.hole>
14867      Branch: perl
14868            ! ext/B/t/stash.t t/op/ref.t universal.c
14869 ____________________________________________________________________________
14870 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
14871         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
14872              From: Dave Mitchell <davem@fdgroup.com>
14873              Date: Sat, 19 Apr 2003 20:06:51 +0100
14874              Message-ID: <20030419190651.GD13333@fdgroup.com>
14875      Branch: perl
14876            ! t/comp/parser.t toke.c
14877 ____________________________________________________________________________
14878 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
14879         Log: Restore the two variables retired by the change #19268
14880              (for binary backward compatibility)
14881      Branch: perl
14882            ! embedvar.h perlapi.h thrdvar.h
14883 ____________________________________________________________________________
14884 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
14885         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
14886              (And undo a doublesize probe glitch from change #19272.)
14887      Branch: perl
14888            ! Configure
14889 ____________________________________________________________________________
14890 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
14891         Log: If long doubles fail, we really cannot sensibly
14892              drop back to doubles anymore, therefore abort.
14893              Pointed out by Slaven Rezic. (I tried to fix this
14894              via metaconfig but ended up with a vicious cyclic
14895              dependency.)
14896      Branch: perl
14897            ! Configure
14898 ____________________________________________________________________________
14899 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
14900         Log: Upgrade to Net::Ping 2.30.
14901      Branch: perl
14902            ! lib/Net/Ping.pm lib/Net/Ping/Changes
14903            ! lib/Net/Ping/t/450_service.t
14904 ____________________________________________________________________________
14905 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
14906         Log: Bump the test count.
14907      Branch: perl
14908            ! ext/Storable/t/tied.t
14909 ____________________________________________________________________________
14910 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
14911         Log: Subject: [PATCH] allow recursive FETCHes
14912              From: Dave Mitchell <davem@fdgroup.com>
14913              Date: Mon, 7 Apr 2003 10:00:41 +0100
14914              Message-ID: <20030407100041.A1617@fdgroup.com>
14915      Branch: perl
14916            ! av.c dump.c embed.fnc embed.h embedvar.h
14917            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
14918            ! sv.h t/op/tie.t thrdvar.h
14919 ____________________________________________________________________________
14920 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
14921         Log: Subject: [PATCH] readline.t tweak for VMS
14922              From: "Craig A. Berry" <craigberry@mac.com>
14923              Date: Thu, 17 Apr 2003 17:18:19 -0500
14924              Message-ID: <3E9F282B.6090603@mac.com>
14925      Branch: perl
14926            ! t/op/readline.t
14927 ____________________________________________________________________________
14928 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
14929         Log: Subject: [PATCH] Re: any takers for this Storable bug?
14930              From: Enache Adrian <enache@rdslink.ro>
14931              Date: Wed, 16 Apr 2003 21:11:11 +0300
14932              Message-ID: <20030416181111.GA6687@ratsnest.hole>
14933              
14934              ams had already fixed the bug by #19227, but take the
14935              test case.
14936      Branch: perl
14937            ! ext/Storable/t/tied.t
14938 ____________________________________________________________________________
14939 [ 19265] By: sky                                   on 2003/04/19  00:40:42
14940         Log: Don't use the stack to allocate a SV that we hand out to another 
14941              function, only badness can ensure.
14942              Message-Id: <20030418180131.GD10086@fdgroup.com>
14943              Thanks go to Dave Mitchell for help in tracking down the bug!
14944      Branch: perl
14945            ! sv.c
14946 ____________________________________________________________________________
14947 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
14948         Log: UTF8 regexp patch from Inaba Hiroto.
14949      Branch: perl
14950            ! regcomp.c t/op/pat.t
14951 ____________________________________________________________________________
14952 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
14953         Log: Unused variables.
14954      Branch: perl
14955            ! perlio.c universal.c
14956 ____________________________________________________________________________
14957 [ 19262] By: sky                                   on 2003/04/17  20:02:33
14958         Log: Another needle in the voodoo doll.
14959              Now I think it should work with the shared
14960              strings.
14961      Branch: perl
14962            ! sv.c
14963 ____________________________________________________________________________
14964 [ 19254] By: sky                                   on 2003/04/17  17:31:52
14965         Log: Extreme Voodoo programming, by not pinching the SV if it is a 
14966              PADTMP it happily keeps it's value later on!
14967      Branch: perl
14968            ! sv.c
14969 ____________________________________________________________________________
14970 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
14971         Log: Implement -Dnoextensions=... and -Donlyextensions=...
14972      Branch: perl
14973            ! Configure INSTALL
14974 ____________________________________________________________________________
14975 [ 19252] By: ams                                   on 2003/04/17  16:19:31
14976         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
14977              Anything that's broken by this change should be fixed.
14978      Branch: perl
14979            ! gv.c
14980 ____________________________________________________________________________
14981 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
14982         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
14983      Branch: perl
14984            ! NetWare/config.wc NetWare/config_H.wc configure.com
14985            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
14986            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
14987            ! win32/config.gc win32/config.vc win32/config.vc64
14988            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14989            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
14990 ____________________________________________________________________________
14991 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
14992         Log: Regen Glossary et alia.
14993      Branch: perl
14994            ! Porting/Glossary Porting/config.sh Porting/config_H
14995 ____________________________________________________________________________
14996 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
14997         Log: Small tidying up of the selectminbits code, but most
14998              importantly allocate the buffer from the heap using
14999              malloc, not from the stack: using stack causes unaligned
15000              access in LP64 Solaris since stack data is not guaranteed
15001              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
15002              (via Alan Burlison)
15003      Branch: perl
15004            ! Configure
15005 ____________________________________________________________________________
15006 [ 19247] By: ams                                   on 2003/04/17  12:24:57
15007         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
15008              From: Enache Adrian <enache@rdslink.ro>
15009              Date: Thu, 17 Apr 2003 14:35:36 +0300
15010              Message-Id: <20030417113536.GA898@ratsnest.hole>
15011      Branch: perl
15012            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15013 ____________________________________________________________________________
15014 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
15015         Log: Document that the open pragma does not affect
15016              the three-headed hydra, ummm, open.
15017      Branch: perl
15018            ! lib/open.pm
15019 ____________________________________________________________________________
15020 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
15021         Log: More maneuvering closer to proposed POSIX classes
15022              mapping to Unicode: (1) The definitions of "graph" and
15023              "print" are still in flux: move closer back to how Perl
15024              5.8.0 defined it (though drop Co, that did not make sense)
15025              (2) Add U+0085 (NEL) to "space".
15026      Branch: perl
15027            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
15028            ! lib/unicore/lib/Space.pl lib/unicore/mktables
15029 ____________________________________________________________________________
15030 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
15031         Log: Detect the 'fast stdio' case.
15032      Branch: perl
15033            ! lib/PerlIO.pm t/io/layers.t
15034 ____________________________________________________________________________
15035 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
15036         Log: Fix up Larry's copyright statements to my best knowledge.
15037              (Lots of Perl 5 source code archaeology was involved.)
15038              Larry didn't make strangled noises when I showed him
15039              the patch, either :-)
15040      Branch: perl
15041            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
15042            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
15043            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
15044            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
15045            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
15046            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
15047            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
15048            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
15049            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
15050            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
15051            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
15052            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
15053            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
15054            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
15055            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
15056 ____________________________________________________________________________
15057 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
15058         Log: Handle PERLIO= and document a bit.
15059      Branch: perl
15060            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
15061 ____________________________________________________________________________
15062 [ 19240] By: sky                                   on 2003/04/16  16:27:43
15063         Log: Fix double join problem for those places where free
15064              actually means free (solaris for example :)
15065              Fixes bug #16681
15066      Branch: perl
15067            ! ext/threads/t/join.t ext/threads/threads.xs
15068 ____________________________________________________________________________
15069 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
15070         Log: Try to get the layers.t working also for dosish platforms.
15071      Branch: perl
15072            ! lib/PerlIO.pm t/io/layers.t
15073 ____________________________________________________________________________
15074 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
15075         Log: A -C parsed from the #! line can still have line endings in it.
15076      Branch: perl
15077            ! util.c
15078 ____________________________________________________________________________
15079 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
15080         Log: What does an empty PERLIO= mean, anyway?
15081      Branch: perl
15082            ! t/io/layers.t
15083 ____________________________________________________________________________
15084 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
15085         Log: Document the effect of thread creation context.
15086      Branch: perl
15087            ! ext/threads/threads.pm
15088 ____________________________________________________________________________
15089 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
15090         Log: Use the right prototype and a glob is fine (from Rafael).
15091      Branch: perl
15092            ! lib/PerlIO.pm universal.c
15093 ____________________________________________________________________________
15094 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
15095         Log: PerlIO::get_layers() usage tip.
15096      Branch: perl
15097            ! lib/PerlIO.pm
15098 ____________________________________________________________________________
15099 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
15100         Log: Syntax terror.
15101      Branch: perl
15102            ! lib/unicore/mktables
15103 ____________________________________________________________________________
15104 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
15105         Log: Redundant test.
15106      Branch: perl
15107            ! lib/unicore/mktables
15108 ____________________________________________________________________________
15109 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
15110         Log: Synchronize the specifications of the POSIX character
15111              classes alnum, graph, and print closer to the planned
15112              Unicode proposal.
15113      Branch: perl
15114            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
15115            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
15116 ____________________________________________________________________________
15117 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
15118         Log: Patch from Merijn.
15119      Branch: perl
15120            ! perl.h
15121 ____________________________________________________________________________
15122 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
15123         Log: Thinko in modfl detection.
15124      Branch: perl
15125            ! Configure
15126 ____________________________________________________________________________
15127 [ 19227] By: ams                                   on 2003/04/16  02:32:11
15128         Log: Storable now handles self-tied scalars with NULL mg_obj.
15129      Branch: perl
15130            ! ext/Storable/Storable.xs
15131 ____________________________________________________________________________
15132 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
15133         Log: Upgrade to Pod::LaTeX 0.55.
15134      Branch: perl
15135            + lib/Pod/t/pod2latex.t
15136            - lib/Pod/t/latex.t
15137            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
15138 ____________________________________________________________________________
15139 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
15140         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
15141      Branch: perl
15142            ! Configure
15143 ____________________________________________________________________________
15144 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
15145         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
15146      Branch: perl
15147            ! t/io/layers.t
15148 ____________________________________________________________________________
15149 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
15150         Log: False alarm: no cyclic dependency.
15151      Branch: perl
15152            ! Configure config_h.SH
15153 ____________________________________________________________________________
15154 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
15155         Log: Backport of _most_ of the changes in #19218: not one big
15156              cyclic dependency, though, it must be broken up somehow.
15157      Branch: perl
15158            ! Configure config_h.SH
15159 ____________________________________________________________________________
15160 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
15161         Log: Big patch from Alan Burlison to make Solaris long doubles work.
15162              (Also spreads more <stdlib.h> joy.)
15163              Needs backporting to metaconfig units and introducing the new
15164              symbols to non-Configure lands.
15165      Branch: perl
15166            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
15167 ____________________________________________________________________________
15168 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
15169         Log: Don't skip the whole test for PERLIO=perlio.
15170      Branch: perl
15171            ! t/io/layers.t
15172 ____________________________________________________________________________
15173 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
15174         Log: Add a test for [perl #17753].
15175      Branch: perl
15176            ! t/op/undef.t
15177 ____________________________________________________________________________
15178 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
15179         Log: "proto.h": 'id' is a reserved word in Objective-C.
15180      Branch: perl
15181            ! embed.fnc op.c proto.h
15182 ____________________________________________________________________________
15183 [ 19213] By: sky                                   on 2003/04/14  21:42:10
15184         Log: Ook, run tests on correct build-dir next time.
15185              We must check if the hv is a stash, otherwise we try to delete
15186              something that is a HvNAME of null.....  tests pass better now
15187      Branch: perl
15188            ! gv.c
15189 ____________________________________________________________________________
15190 [ 19212] By: sky                                   on 2003/04/14  21:15:00
15191         Log: Fixes to bugs introduced by PL_stashcache
15192              A) Follow suggestion by Benjamin Goldberg to use hv_delete
15193              instead of hv_delete_ent to avoid creating a temporary SV
15194              B) Don't increment the refcount, sneak it into an IV instead
15195              C) When a GP is a deleted that contains a stash, remove the
15196              corresponding entry since hv might be in use in other places.
15197              D) Note that no test cases test the deletion of packages to catch
15198              this bug. 
15199      Branch: perl
15200            ! gv.c hv.c pp_hot.c
15201 ____________________________________________________________________________
15202 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
15203         Log: Mention that "make test_harness" lets messages sent through
15204              standard error out. Complements change #19206.
15205      Branch: perl
15206            ! pod/perlhack.pod
15207 ____________________________________________________________________________
15208 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
15209         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
15210              From: Inaba Hiroto <inaba@st.rim.or.jp>
15211              Date: Fri, 21 Mar 2003 17:35:21 +0900
15212              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
15213              Date: Sat, 22 Mar 2003 11:28:05 +0900
15214              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
15215      Branch: perl
15216            ! regexec.c t/op/pat.t
15217 ____________________________________________________________________________
15218 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
15219         Log: PERLIO=perlio requires extra steps.
15220      Branch: perl
15221            ! lib/PerlIO.pm t/io/layers.t
15222 ____________________________________________________________________________
15223 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
15224         Log: Skip as early as possible if no perlio since the
15225              use open would be compile-time.
15226      Branch: perl
15227            ! t/io/layers.t
15228 ____________________________________________________________________________
15229 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
15230         Log: Document and test autovivified dirhandles.
15231              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
15232              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
15233              Date: 12 Apr 2003 12:40:45 -0000
15234              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
15235      Branch: perl
15236            ! pod/perlfunc.pod t/op/readdir.t
15237 ____________________________________________________________________________
15238 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
15239         Log: More docs about running tests and the test suite.
15240              Update perlhack.pod in various places.
15241              Add 'test_harness' as a .PHONY dependency in the Makefile.
15242      Branch: perl
15243            ! Makefile.SH pod/perlhack.pod t/README
15244 ____________________________________________________________________________
15245 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
15246         Log: Build get_layers() also under -Uuseperlio.
15247      Branch: perl
15248            ! universal.c
15249 ____________________________________________________________________________
15250 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
15251         Log: Bump up the version and admonish against aspiring (ab)use.
15252      Branch: perl
15253            ! lib/PerlIO.pm
15254 ____________________________________________________________________________
15255 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
15256         Log: Introduce PerlIO::get_layers() to allow people to peek
15257              at the PerlIO layer stack.
15258      Branch: perl
15259            + t/io/layers.t
15260            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
15261            ! universal.c
15262 ____________________________________________________________________________
15263 [ 19202] By: merijn                                on 2003/04/14  05:42:18
15264         Log: Subject: [PATCH] vms/vms.c waitpid tweak
15265              From: "Craig A. Berry" <craigberry@mac.com>
15266              Date: Mon, 14 Apr 2003 00:43:00 -0500
15267              Message-ID: <3E9A4A64.6030205@mac.com>
15268      Branch: perl
15269            ! vms/vms.c
15270 ____________________________________________________________________________
15271 [ 19201] By: sky                                   on 2003/04/13  19:26:46
15272         Log: Fix bug #16253, use all the CPU that we can :-)
15273      Branch: perl
15274            ! ext/threads/threads.xs
15275 ____________________________________________________________________________
15276 [ 19200] By: sky                                   on 2003/04/13  18:38:58
15277         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
15278              instead of 2 and make push and pop increase the refcount.
15279      Branch: perl
15280            ! ext/threads/shared/shared.xs
15281 ____________________________________________________________________________
15282 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
15283         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
15284              ../../lib for the lc() at line 66 (UTF-8 data possible
15285              if using UTF-8 locales).
15286      Branch: perl
15287            ! lib/ExtUtils/t/Install.t
15288 ____________________________________________________________________________
15289 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
15290         Log: The lib/ipc_sysv.t test has a new name.
15291      Branch: perl
15292            ! INSTALL
15293 ____________________________________________________________________________
15294 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
15295         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
15296              most probably introduced by the change #19157.  The tweak suggested
15297              by Stephen McCamant trades a possible dangling pointer (CopFILE()
15298              is tricky like that with threads) to a memory leak.  (This means
15299              that this tweak shouldn't be left in as-is, but if this helps,
15300              we at least know that the failure was caused by the #19157.)
15301      Branch: perl
15302            ! op.c
15303 ____________________________________________________________________________
15304 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
15305         Log: Upgrade to Net::Ping 2.29.
15306      Branch: perl
15307            + lib/Net/Ping/t/510_ping_udp.t
15308            - lib/Net/Ping/README
15309            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
15310 ____________________________________________________________________________
15311 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
15312         Log: Upgrade to Test::Harness 2.27_04.
15313      Branch: perl
15314            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
15315            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
15316            ! lib/Test/Harness/t/test-harness.t
15317 ____________________________________________________________________________
15318 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
15319         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
15320      Branch: perl
15321            ! hints/darwin.sh hints/rhapsody.sh
15322 ____________________________________________________________________________
15323 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
15324         Log: The debugging aid #19182 didn't.
15325      Branch: perl
15326            ! ext/B/t/deparse.t
15327 ____________________________________________________________________________
15328 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
15329         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
15330              be a negative zero, -0).
15331      Branch: perl
15332            ! lib/Benchmark.t
15333 ____________________________________________________________________________
15334 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
15335         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
15336              From: Michael G Schwern <schwern@pobox.com>
15337              Date: Fri, 11 Apr 2003 00:32:02 -0700
15338              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
15339      Branch: perl
15340            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
15341            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15342            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
15343            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
15344            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
15345            ! lib/ExtUtils/t/zz_cleanup_dummy.t
15346 ____________________________________________________________________________
15347 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
15348         Log: Peter Scott suggests that the docs for base.pm should
15349              state explicitely that base.pm doesn't call import()
15350              on base classes. Plus a few typos.
15351      Branch: perl
15352            ! lib/base.pm
15353 ____________________________________________________________________________
15354 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
15355         Log: PerlFAQ sync.
15356      Branch: perl
15357            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
15358            ! pod/perlfaq7.pod pod/perlfaq9.pod
15359 ____________________________________________________________________________
15360 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
15361         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
15362              There used to be a nullstash (%{"<none>::"}) to hold illegal
15363              variables under strict 'vars'. It has been removed by change #17942.
15364              This can lead to segfaults during the parsing, because some illegal
15365              variables might have been discarded before the compilation of the
15366              current statement had completed.
15367              Bug analysis and test case by Enache Adrian.
15368      Branch: perl
15369            ! gv.c t/lib/strict/vars
15370 ____________________________________________________________________________
15371 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
15372         Log: Be more descriptive.
15373      Branch: perl
15374            ! MANIFEST
15375 ____________________________________________________________________________
15376 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
15377         Log: Noted by Nat: -0 didn't work that well with Unicode.
15378      Branch: perl
15379            ! perl.c pod/perlrun.pod
15380 ____________________________________________________________________________
15381 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
15382         Log: Add an option for the grok_xxx() to silently ignore bad digits.
15383      Branch: perl
15384            ! numeric.c perl.h
15385 ____________________________________________________________________________
15386 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
15387         Log: The test doesn't work that well when -Uusedl.
15388              Some of the tests could be salvaged even then I guess.
15389      Branch: perl
15390            ! lib/ExtUtils/t/Constant.t
15391 ____________________________________________________________________________
15392 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
15393         Log: A temporary debugging aid for Tru64 threaded builds.
15394      Branch: perl
15395            ! ext/B/t/deparse.t
15396 ____________________________________________________________________________
15397 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
15398         Log: Unless Inuits are involved...
15399      Branch: perl
15400            ! pod/perlrun.pod
15401 ____________________________________________________________________________
15402 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
15403         Log: With AFS the cwds have little chance of agreeing.
15404      Branch: perl
15405            ! ext/Cwd/t/cwd.t
15406 ____________________________________________________________________________
15407 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
15408         Log: I assume the idea was to use the *cwd variables for testing.
15409      Branch: perl
15410            ! ext/Cwd/t/cwd.t
15411 ____________________________________________________________________________
15412 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
15413         Log: perlport information about portably embedding string data.
15414      Branch: perl
15415            ! pod/perlport.pod
15416 ____________________________________________________________________________
15417 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
15418         Log: Also locale names can contain illegal UTF-8.
15419      Branch: perl
15420            ! lib/locale.t
15421 ____________________________________________________________________________
15422 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
15423         Log: In case someone is using UTF-8 locales.
15424      Branch: perl
15425            ! lib/ExtUtils/MM_MacOS.pm
15426 ____________________________________________________________________________
15427 [ 19174] By: merijn                                on 2003/04/09  14:33:12
15428         Log: Even more promotion for -lc128 (long doubles on AIX)
15429              More obvious detection of C compiler
15430              cc_type should not promote to config.sh
15431              
15432              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15433              Date: Wed, 09 Apr 2003 14:31:48 +0200
15434              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
15435      Branch: perl
15436            ! hints/aix.sh
15437 ____________________________________________________________________________
15438 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
15439         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
15440      Branch: perl
15441            ! op.c t/io/open.t
15442 ____________________________________________________________________________
15443 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
15444         Log: Try to be more descriptive than just __ANONIO__ which is what
15445              you get when you autovivify filehandles into array/hash elements.
15446      Branch: perl
15447            ! doio.c op.c t/io/open.t
15448 ____________________________________________________________________________
15449 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
15450         Log: Implement support for --help and --version in Getopt::Std
15451              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
15452              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15453              Date: Mon, 7 Apr 2003 17:07:15 -0700
15454              Message-ID: <20030408000714.GA953@math.berkeley.edu>
15455      Branch: perl
15456            ! lib/Getopt/Std.pm
15457 ____________________________________________________________________________
15458 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
15459         Log: Subject: [PATCH] Re: Error: Unknown error
15460              From: Enache Adrian <enache@rdslink.ro>
15461              Date: Tue, 8 Apr 2003 07:12:13 +0300
15462              Message-ID: <20030408041213.GA13553@ratsnest.hole>
15463      Branch: perl
15464            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
15465 ____________________________________________________________________________
15466 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
15467         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
15468              From: Dave Mitchell <davem@fdgroup.com>
15469              Date: Mon, 7 Apr 2003 21:43:17 +0100
15470              Message-ID: <20030407204317.GA8796@fdgroup.com>
15471              
15472              The new XTERMORDORDOR lexer expectation must also be named
15473              in debugging perls, to be used in the output of -DT.
15474      Branch: perl
15475            ! perl.h toke.c
15476 ____________________________________________________________________________
15477 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
15478         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
15479      Branch: perl
15480            ! vms/perlvms.pod
15481 ____________________________________________________________________________
15482 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
15483         Log: Typos fixes by Stas Bekman.
15484      Branch: perl
15485            ! cv.h lib/attributes.pm sv.h
15486 ____________________________________________________________________________
15487 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
15488         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
15489              From: Robin Barker <Robin.Barker@npl.co.uk>
15490              Date: Tue, 8 Apr 2003 14:23:04 +0100 
15491              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
15492      Branch: perl
15493            ! pod/perlpod.pod
15494 ____________________________________________________________________________
15495 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
15496         Log: Few more words about safe/unsafe signals.
15497      Branch: perl
15498            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
15499 ____________________________________________________________________________
15500 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
15501         Log: The SvGROW() might move the PV.
15502      Branch: perl
15503            ! pp.c
15504 ____________________________________________________________________________
15505 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
15506         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
15507              From: Michael G Schwern <schwern@pobox.com>
15508              Date: Mon, 7 Apr 2003 02:09:17 -0700
15509              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
15510      Branch: perl
15511            + lib/ExtUtils/t/MM_Any.t
15512            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
15513            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15514            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
15515            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
15516            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
15517            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
15518            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
15519            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15520            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
15521            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
15522            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
15523            ! lib/ExtUtils/README lib/ExtUtils/TODO
15524            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
15525            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
15526 ____________________________________________________________________________
15527 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
15528         Log: Time::HiRes: Do not create files in blib directories under core
15529              (from Rafael)
15530      Branch: perl
15531            ! ext/Time/HiRes/Makefile.PL
15532 ____________________________________________________________________________
15533 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
15534         Log: Future binary compat wishful thinking:
15535              maint will use the stashcache, but not the dbassertion.
15536      Branch: perl
15537            ! intrpvar.h
15538 ____________________________________________________________________________
15539 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
15540         Log: More WinCE tweaking for Vadim Konovalov.
15541      Branch: perl
15542            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
15543            ! wince/makedist.pl
15544 ____________________________________________________________________________
15545 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
15546         Log: Subject: CvFILE for constant subs
15547              From: Stephen McCamant <smcc@mit.edu>
15548              Date: Sun, 6 Apr 2003 16:39:13 -0400
15549              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
15550      Branch: perl
15551            ! op.c
15552 ____________________________________________________________________________
15553 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
15554         Log: Subject: [PATCH] B::Deparse: sv_no != 0
15555              From: Stephen McCamant <smcc@mit.edu>
15556              Date: Sun, 6 Apr 2003 17:00:48 -0400
15557              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
15558      Branch: perl
15559            ! ext/B/B/Deparse.pm
15560 ____________________________________________________________________________
15561 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
15562         Log: An unconditional carp is not nice.
15563      Branch: perl
15564            ! ext/Sys/Syslog/Syslog.pm
15565 ____________________________________________________________________________
15566 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
15567         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
15568              From: Robert Spier <rspier@pobox.com>
15569              Date: Sat, 05 Apr 2003 21:12:20 -0800
15570              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
15571      Branch: perl
15572            ! README.solaris
15573 ____________________________________________________________________________
15574 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
15575         Log: Remove unportable ">|" shell syntax
15576              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
15577              From: Enache Adrian <enache@rdslink.ro>
15578              Date: Sun, 6 Apr 2003 21:13:27 +0300
15579              Message-ID: <20030406181326.GA873@ratsnest.hole>
15580      Branch: perl
15581            ! Makefile.SH
15582 ____________________________________________________________________________
15583 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
15584         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
15585              From: Joost van Baal <J.E.vanBaal@uvt.nl>
15586              Date: Mon, 25 Nov 2002 17:35:37 +0100
15587              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
15588              
15589              (The .pm patch modified a bit, and removed the false
15590              claim that _PATH_INFO would be coming from syslog.ph)
15591      Branch: perl
15592            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
15593            ! ext/Sys/Syslog/syslog.t
15594 ____________________________________________________________________________
15595 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
15596         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
15597              From: Enache Adrian <enache@rdslink.ro>
15598              Date: Thu, 3 Apr 2003 15:50:48 +0300
15599              Message-ID: <20030403125048.GA6107@ratsnest.hole>
15600              
15601              On linux, when building a shared library, generate
15602              a small shell wrapper, "preload", that preloads libperl.so
15603              only if it exists. Useful when the 'make' process stops
15604              before the link phase.
15605      Branch: perl
15606            ! Makefile.SH
15607 ____________________________________________________________________________
15608 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
15609         Log: Upgrade to Locale::Maketext 1.04.
15610      Branch: perl
15611            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
15612            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
15613            - lib/Locale/Maketext/test.pl
15614            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15615            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
15616 ____________________________________________________________________________
15617 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
15618         Log: perluniintro.pod: nice_string() doesn't escape
15619              literal escape chars -- use Sadahiro-san's fix(es).
15620      Branch: perl
15621            ! pod/perluniintro.pod
15622 ____________________________________________________________________________
15623 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
15624         Log: Subject: [PATCH 5.8.1 @19053] Embedding
15625              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15626              Date: Mon, 31 Mar 2003 12:39:24 -0800
15627              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
15628              
15629              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
15630              to be used in a C program's main function.
15631      Branch: perl
15632            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
15633 ____________________________________________________________________________
15634 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
15635         Log: Heredocs and use encoding didn't work for SJIS;
15636              patch from Inaba Hiroto.
15637      Branch: perl
15638            ! toke.c
15639 ____________________________________________________________________________
15640 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
15641         Log: The manpages don't have to be built by MakeMaker for the
15642              core modules in ext/. Disable this in Devel::PPPort (not
15643              up-to-date on CPAN), Unicode::Normalize (the CPAN version
15644              uses a different Makefile.PL anyway) and XS::APItest
15645              (not CPANized.)
15646      Branch: perl
15647            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
15648            ! ext/XS/APItest/Makefile.PL
15649 ____________________________________________________________________________
15650 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
15651         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
15652              by SADAHIRO Tomoyuki.
15653      Branch: perl
15654            ! ext/Unicode/Normalize/Changes
15655            ! ext/Unicode/Normalize/Normalize.pm
15656            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15657            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15658            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
15659            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
15660            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
15661 ____________________________________________________________________________
15662 [ 19143] By: merijn                                on 2003/04/03  08:55:33
15663         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
15664              From: "Craig A. Berry" <craigberry@mac.com>
15665              Date: Wed, 02 Apr 2003 18:09:03 -0600
15666              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
15667      Branch: perl
15668            ! vms/vms.c vms/vmsish.h
15669 ____________________________________________________________________________
15670 [ 19142] By: merijn                                on 2003/04/03  08:50:55
15671         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
15672              From: andreas.koenig@anima.de (Andreas J. Koenig)
15673              Date: Thu, 03 Apr 2003 08:28:52 +0200
15674              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
15675      Branch: perl
15676            ! lib/Pod/t/Functions.t
15677 ____________________________________________________________________________
15678 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
15679         Log: Don't recurse from threads to threads/shared (since
15680              threads/shared is built separately, temp solution from
15681              Schwern while MM is being fixed.)
15682      Branch: perl
15683            ! ext/threads/Makefile.PL
15684 ____________________________________________________________________________
15685 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
15686         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
15687              From: Steve Hay <steve.hay@uk.radan.com>
15688              Date: Thu, 20 Mar 2003 11:55:01 +0000
15689              Message-ID: <3E79AC15.80307@uk.radan.com>
15690      Branch: perl
15691            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
15692 ____________________________________________________________________________
15693 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
15694         Log: Make perldiag agree with #19138.
15695      Branch: perl
15696            ! pod/perldiag.pod
15697 ____________________________________________________________________________
15698 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
15699         Log: Make at least the thread count make sense.
15700      Branch: perl
15701            ! ext/threads/threads.xs
15702 ____________________________________________________________________________
15703 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
15704         Log: Adjust test for the recent change (#19136) to Pod::Html
15705      Branch: perl
15706            ! lib/Pod/t/htmlview.t
15707 ____________________________________________________________________________
15708 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
15709         Log: Fixes for "installhtml --splithead", based on :
15710              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
15711              From: Steve Hay <steve.hay@uk.radan.com>
15712              Date: Wed, 02 Apr 2003 11:33:41 +0100
15713              Message-ID: <3E8ABC85.5060807@uk.radan.com>
15714              
15715              This also includes a small patch to Pod::Html : when generating
15716              anchor names, play on the safe side and turn every non-alphanumeric
15717              character into an '_'. Moreover, Pod::Html::anchorify() is now 
15718              optionally exported.
15719      Branch: perl
15720            ! installhtml lib/Pod/Html.pm
15721 ____________________________________________________________________________
15722 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
15723         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
15724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15725              Date: Tue, 01 Apr 2003 16:32:46 -0800
15726              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
15727      Branch: perl
15728            ! pp.c t/op/split.t
15729 ____________________________________________________________________________
15730 [ 19134] By: sky                                   on 2003/04/02  18:01:40
15731         Log: Fix some small nits, thanks to Rafael.
15732      Branch: perl
15733            ! pp_hot.c
15734 ____________________________________________________________________________
15735 [ 19133] By: sky                                   on 2003/04/02  13:41:14
15736         Log: Add packname->stash cache before the check if a packname is a
15737              filehandle or a package, it works because only packnames
15738              that have been resolved to stashes are added to the cache,
15739              and when a newIO is created we clean the cache.
15740              Results in roughly 1.8 speed increase for class->method()
15741              calls.
15742      Branch: perl
15743            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
15744 ____________________________________________________________________________
15745 [ 19132] By: merijn                                on 2003/04/02  11:28:02
15746         Log: #19122 should have been tested on non-glibc system (like AIX)
15747      Branch: perl
15748            ! pp.c
15749 ____________________________________________________________________________
15750 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
15751         Log: Spread IlyaZ's PERL_CORE detection trick.
15752      Branch: perl
15753            ! ext/Encode/Makefile.PL
15754 ____________________________________________________________________________
15755 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
15756         Log: Cannot portably compare files if one of them is still open
15757              (from Craig Berry).
15758      Branch: perl
15759            ! ext/Encode/t/enc_module.t
15760 ____________________________________________________________________________
15761 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
15762         Log: MM_VMS tweak from Craig Berry:
15763              http://nntp.x.perl.org/group/perl.makemaker/1002
15764      Branch: perl
15765            ! lib/ExtUtils/MM_VMS.pm
15766 ____________________________________________________________________________
15767 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
15768         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
15769              From: Steve Hay <steve.hay@uk.radan.com>
15770              Date: Thu, 20 Mar 2003 12:34:15 +0000
15771              Message-ID: <3E79B547.6030201@uk.radan.com>
15772              (with a few minor tweaks)
15773      Branch: perl
15774            ! installhtml
15775 ____________________________________________________________________________
15776 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
15777         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
15778              From: Enache Adrian <enache@rdslink.ro>
15779              Date: Sat, 29 Mar 2003 19:45:41 +0200
15780              Message-ID: <20030329174541.GA8138@ratsnest.hole>
15781      Branch: perl
15782            ! ext/B/B/Deparse.pm
15783 ____________________________________________________________________________
15784 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
15785         Log: Fix bug #21742. require should be always invoked in
15786              scalar context. This wasn't the case when called from
15787              an eval(""), because the void context doesn't propagate
15788              through the leaveeval op. Instead of making scalarvoid()
15789              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
15790              a workaround in doeval().
15791      Branch: perl
15792            ! pp_ctl.c t/comp/require.t
15793 ____________________________________________________________________________
15794 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
15795         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
15796              From: "Green, Paul" <Paul.Green@stratus.com>
15797              Date: Tue, 1 Apr 2003 12:37:38 -0500 
15798              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
15799      Branch: perl
15800            ! hints/vos.sh
15801 ____________________________________________________________________________
15802 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
15803         Log: Integrate:
15804              [ 19119]
15805              Address "5.8.1@19053: crypt_r() takes 128K per thread".
15806      Branch: perl
15807           !> pp.c reentr.c reentr.h reentr.pl
15808 ____________________________________________________________________________
15809 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
15810         Log: Integrate:
15811              [ 19109]
15812              Subject: [PATCH 5.8.1 @19053] Time::HiRes
15813              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15814              Date: Mon, 31 Mar 2003 12:53:01 -0800
15815              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
15816              
15817              [ 19111]
15818              A cleaner way to detect PERL_CORE, from IlyaZ.
15819      Branch: perl
15820           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
15821 ____________________________________________________________________________
15822 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
15823         Log: Integrate:
15824              [ 19106]
15825              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
15826              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15827              Date: Mon, 31 Mar 2003 12:43:37 -0800
15828              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
15829              
15830              and regen Configure.
15831      Branch: perl
15832            ! Configure config_h.SH embedvar.h
15833           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
15834           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
15835           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
15836           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
15837           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
15838           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
15839           !> reentr.h reentr.pl sv.c
15840 ____________________________________________________________________________
15841 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
15842         Log: Document the _exit() issue with threads in Linux [perl #17057].
15843      Branch: perl
15844            ! ext/POSIX/POSIX.pod
15845 ____________________________________________________________________________
15846 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
15847         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
15848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15849              Date: Tue, 1 Apr 2003 11:02:35 +0200
15850              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
15851      Branch: perl
15852            ! t/op/getpid.t
15853 ____________________________________________________________________________
15854 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
15855         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
15856              From: Michael G Schwern <schwern@pobox.com>
15857              Date: Mon, 31 Mar 2003 15:16:57 -0800
15858              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
15859      Branch: perl
15860            ! ext/SDBM_File/sdbm/Makefile.PL
15861 ____________________________________________________________________________
15862 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
15863         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
15864              From: Richard.Foley@ubsw.com
15865              Date: Mon, 31 Mar 2003 16:27:14 +0200
15866              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
15867      Branch: perl
15868            ! pod/perlhack.pod
15869 ____________________________________________________________________________
15870 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
15871         Log: Subject: [PATCH] Text::Abbrev warnings safe
15872              From: Peter Scott <Peter@PSDT.com>
15873              Date: Fri, 28 Mar 2003 16:34:47 -0800
15874              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
15875      Branch: perl
15876            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
15877 ____________________________________________________________________________
15878 [ 19113] By: merijn                                on 2003/04/01  14:12:33
15879         Log: Implemented AIX longdouble support in hints/aix.sh, which now
15880              actually work.  Thanks to John L. Allen for the hint.
15881              
15882              Subject: Re: AIX longdoubles
15883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15884              Date: Tue, 01 Apr 2003 17:18:57 +0200
15885              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
15886      Branch: perl
15887            ! hints/aix.sh
15888 ____________________________________________________________________________
15889 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
15890         Log: Tabify; strictly speaking unnecessary but anyway...
15891      Branch: perl
15892            ! MANIFEST
15893 ____________________________________________________________________________
15894 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
15895         Log: Upgrade to Test::Harness 2.27_02.
15896      Branch: perl
15897            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
15898            + t/lib/sample-tests/too_many
15899            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15900            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
15901            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
15902 ____________________________________________________________________________
15903 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
15904         Log: Upgrade to podlators 1.26.
15905      Branch: perl
15906            ! lib/Pod/Man.pm
15907 ____________________________________________________________________________
15908 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
15909         Log: Upgrade to Encode 1.92.
15910      Branch: perl
15911            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
15912            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
15913            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
15914            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
15915            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
15916            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
15917 ____________________________________________________________________________
15918 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
15919         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
15920              From: Michael G Schwern <schwern@pobox.com> 
15921              Date: Mon, 31 Mar 2003 02:42:58 -0800 
15922              Message-ID: <20030331104257.GB15327@windhund.schwern.org> 
15923      Branch: perl
15924            + lib/ExtUtils/MakeMaker/FAQ.pod
15925            + lib/ExtUtils/MakeMaker/Tutorial.pod
15926            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
15927            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
15928            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
15929            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
15930            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
15931            + t/lib/TieIn.pm
15932            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
15933            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
15934            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
15935            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
15936            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
15937            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
15938            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
15939            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
15940            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15941            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
15942            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
15943            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
15944            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
15945            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
15946            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
15947            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
15948            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
15949            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
15950 ____________________________________________________________________________
15951 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
15952         Log: Subject: [PATCH dump.c] stray n_a
15953              From: Michael G Schwern <schwern@pobox.com> 
15954              Date: Mon, 31 Mar 2003 00:55:49 -0800 
15955              Message-ID: <20030331085549.GB1300@windhund.schwern.org> 
15956      Branch: perl
15957            ! dump.c
15958 ____________________________________________________________________________
15959 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
15960         Log: Some low-hanging fruit for EBCDIC portability
15961              (or for marking as EBCDIC todos)
15962      Branch: perl
15963            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
15964            ! t/uni/write.t
15965 ____________________________________________________________________________
15966 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
15967         Log: Upgrade to Time::HiRes 1.44.
15968      Branch: perl
15969            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15970 ____________________________________________________________________________
15971 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
15972         Log: IRIX 5.3 update.
15973      Branch: perl
15974            ! README.irix
15975 ____________________________________________________________________________
15976 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
15977         Log: Not all compilers like #ifdefs within cpp macros
15978              (follow-up on #19086)
15979      Branch: perl
15980            ! pp_sys.c
15981 ____________________________________________________________________________
15982 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
15983         Log: Ending strings is customary (typo from #19084).
15984      Branch: perl
15985            ! ext/Socket/Socket.t
15986 ____________________________________________________________________________
15987 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
15988         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
15989      Branch: perl
15990            ! MANIFEST
15991 ____________________________________________________________________________
15992 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
15993         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
15994              as the test expects.
15995      Branch: perl
15996            ! lib/Net/hostent.t
15997 ____________________________________________________________________________
15998 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
15999         Log: In IRIX 5.3 turn off some of the warnings that cannot
16000              really be helped (e.g. warnings coming from system headers,
16001              or linker warnings during Configure).
16002      Branch: perl
16003            ! hints/irix_5.sh
16004 ____________________________________________________________________________
16005 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
16006         Log: In IRIX 5.3 the cc is awfully confused about the prototype
16007              of select().
16008      Branch: perl
16009            ! hints/irix_5.sh pp_sys.c
16010 ____________________________________________________________________________
16011 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
16012         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
16013      Branch: perl
16014            + ext/Time/HiRes/hints/irix.pl
16015            ! MANIFEST
16016 ____________________________________________________________________________
16017 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
16018         Log: gethostbyname('localhost') is not that portable.
16019              inet_aton('localhost') in IRIX 5.3 returned an undef,
16020              which in turn made pack_sockaddr_in to barf on zero
16021              length in_addr.
16022      Branch: perl
16023            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
16024 ____________________________________________________________________________
16025 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
16026         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
16027              From: Nicholas Clark <nick@unfortu.net>
16028              Date: Sun, 30 Mar 2003 00:35:48 +0000
16029              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
16030      Branch: perl
16031            ! sv.c
16032 ____________________________________________________________________________
16033 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
16034         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
16035              not defined AF_LINK.
16036      Branch: perl
16037            ! ext/Socket/Socket.xs
16038 ____________________________________________________________________________
16039 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
16040         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
16041              From: Nicholas Clark <nick@unfortu.net>
16042              Date: Sat, 29 Mar 2003 18:58:09 +0000
16043              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
16044      Branch: perl
16045            ! dump.c
16046 ____________________________________________________________________________
16047 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
16048         Log: Minor rephrasing in perlopentut,
16049              noticed by Bob Wilkinson (RT [perl #21725])
16050      Branch: perl
16051            ! pod/perlopentut.pod
16052 ____________________________________________________________________________
16053 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
16054         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16055              From: Nicholas Clark <nick@unfortu.net>
16056              Date: Thu, 27 Mar 2003 22:37:35 +0000
16057              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
16058      Branch: perl
16059            ! pod/perlapi.pod sv.h
16060 ____________________________________________________________________________
16061 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
16062         Log: It seems that in Tru64 V5 gcc cannot be used to
16063              compile a threaded Perl because <pthread.h> explicitly
16064              checks for supported compilers (gcc not being one of them).
16065              This is not so bad since the system C compiler is always there.
16066      Branch: perl
16067            ! README.tru64 hints/dec_osf.sh
16068 ____________________________________________________________________________
16069 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
16070         Log: Feeding illegal QP (like \x80) to this
16071              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
16072              caused a coredump in av_length() <- nextargv() because
16073              the av was NULL.  I don't know that returning Nullfp is
16074              the best thing to do, but it dodges the segfault and
16075              introduces no test failures.
16076      Branch: perl
16077            ! doio.c
16078 ____________________________________________________________________________
16079 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
16080         Log: Missing final \n.
16081      Branch: perl
16082            ! lib/Attribute/Handlers/Changes
16083 ____________________________________________________________________________
16084 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
16085         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
16086              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
16087              Date: 24 Mar 2003 16:29:08 -0000
16088              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
16089              plus a regression test
16090      Branch: perl
16091            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
16092 ____________________________________________________________________________
16093 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
16094         Log: Better version of change #19069
16095              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16096              From: Nicholas Clark <nick@unfortu.net>
16097              Date: Wed, 26 Mar 2003 23:01:46 +0000
16098              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
16099      Branch: perl
16100            ! pp_hot.c sv.c t/op/readline.t
16101 ____________________________________________________________________________
16102 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
16103         Log: Subject: [patch] for Stratus VOS
16104              From: "Green, Paul" <Paul.Green@stratus.com>
16105              Date: Wed, 26 Mar 2003 17:24:38 -0500
16106              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
16107              (plus a small tweak to the test script)
16108      Branch: perl
16109            ! README.vos t/op/pack.t
16110 ____________________________________________________________________________
16111 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
16112         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16113              From: Nicholas Clark <nick@unfortu.net>
16114              Date: Tue, 25 Mar 2003 22:59:17 +0000
16115              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
16116      Branch: perl
16117            ! sv.c t/op/readline.t
16118 ____________________________________________________________________________
16119 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
16120         Log: Win32 counterpart of change #19065
16121      Branch: perl
16122            ! win32/Makefile win32/makefile.mk
16123 ____________________________________________________________________________
16124 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
16125         Log: VMS counterpart of change #19065
16126      Branch: perl
16127            ! vms/descrip_mms.template
16128 ____________________________________________________________________________
16129 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
16130         Log: Upgrade to Term::ANSIColor 1.07.
16131      Branch: perl
16132            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
16133            ! lib/Term/ANSIColor/README
16134 ____________________________________________________________________________
16135 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
16136         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
16137              also separately maintained on CPAN, and now moved as
16138              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
16139              this last file.
16140      Branch: perl
16141            + utils/cpan.PL
16142           +> lib/CPAN/bin/cpan
16143            - utils/cpan
16144            ! MANIFEST installperl utils/Makefile
16145 ____________________________________________________________________________
16146 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
16147         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
16148              From: Dave Mitchell <davem@fdgroup.com>
16149              Date: Thu, 20 Mar 2003 01:26:19 +0000
16150              Message-ID: <20030320012619.C19869@fdgroup.com>
16151              
16152              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
16153              From: Dave Mitchell <davem@fdgroup.com>
16154              Date: Mon, 24 Mar 2003 16:06:51 +0000
16155              Message-ID: <20030324160651.D1798@fdgroup.com>
16156      Branch: perl
16157            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16158 ____________________________________________________________________________
16159 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
16160         Log: Subject: [perl #21648] Doc typo in Net::servent
16161              From: Andy Lester (via RT) <perlbug-followup@perl.org>
16162              Date: 22 Mar 2003 05:02:31 -0000
16163              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
16164      Branch: perl
16165            ! lib/Net/servent.pm
16166 ____________________________________________________________________________
16167 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
16168         Log: Subject: [PATCH README.qnx] for QNX 6.2
16169              From: Norton Allen <allen@huarp.harvard.edu>
16170              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
16171              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
16172      Branch: perl
16173            ! README.qnx
16174 ____________________________________________________________________________
16175 [ 19060] By: merijn                                on 2003/03/26  13:13:23
16176         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
16177              From: "Craig A. Berry" <craigberry@mac.com>
16178              Date: Tue, 25 Mar 2003 22:52:58 -0600
16179              Message-ID: <3E81322A.3040508@mac.com>
16180      Branch: perl
16181            ! lib/vmsish.t
16182 ____________________________________________________________________________
16183 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
16184         Log: Change 19056 wasn't good enough.
16185              ldlibpth should be changed later, to avoid spaces to be quoted.
16186      Branch: perl
16187            ! Makefile.SH
16188 ____________________________________________________________________________
16189 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
16190         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
16191              From: Michael G Schwern <schwern@pobox.com>
16192              Date: Mon, 24 Mar 2003 00:50:39 -0800
16193              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
16194      Branch: perl
16195            ! pod/perlhist.pod
16196 ____________________________________________________________________________
16197 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
16198         Log: Typo, spotted by Doru Petrescu
16199              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
16200      Branch: perl
16201            ! ext/Data/Dumper/Dumper.pm
16202 ____________________________________________________________________________
16203 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
16204         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
16205              From: Enache Adrian <enache@rdslink.ro>
16206              Date: Mon, 24 Mar 2003 23:56:25 +0200
16207              Message-ID: <20030324215625.GB853@ratsnest.hole>
16208      Branch: perl
16209            ! Makefile.SH
16210 ____________________________________________________________________________
16211 [ 19055] By: merijn                                on 2003/03/24  07:05:39
16212         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
16213              From: Enache Adrian <enache@rdslink.ro>
16214              Date: Sat, 22 Mar 2003 22:49:49 +0200
16215              Message-ID: <20030322204949.GB794@ratsnest.hole>
16216              
16217              This is a slightly more defensive patch than Chip's patch that
16218              fell through the cracks, but does the same
16219              Subject: Shared libperl.so and build issues
16220              From: Chip Turner <cturner@redhat.com>
16221              Date: Tue 31 Dec 2002 17:21
16222      Branch: perl
16223            ! Makefile.SH
16224 ____________________________________________________________________________
16225 [ 19054] By: merijn                                on 2003/03/24  06:54:23
16226         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
16227              From: "Craig A. Berry" <craigberry@mac.com>
16228              Date: Sun, 23 Mar 2003 15:32:58 -0600
16229              Message-ID: <3E7E280A.5000304@mac.com>
16230      Branch: perl
16231            ! vms/vms.c
16232 ____________________________________________________________________________
16233 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
16234         Log: For change #19051: a new .bat to CRLF.
16235      Branch: perl
16236            ! Porting/makerel
16237 ____________________________________________________________________________
16238 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
16239         Log: WinCE update from Vadim Konovalov.
16240      Branch: perl
16241            + wince/compile-all.bat wince/makedist.pl
16242            - wince/include/sys/stat.h wince/xbuildall.ksh
16243            - wince/xdistclean.ksh wince/xmakediffs.ksh
16244            ! MANIFEST README.ce dosish.h wince/Makefile.ce
16245            ! wince/compile.bat wince/config.ce
16246 ____________________________________________________________________________
16247 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
16248         Log: Oops (change #19013 missed changing the Perl version number).
16249      Branch: perl
16250            ! cygwin/perlld.in
16251 ____________________________________________________________________________
16252 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
16253         Log: Integrate from maint-5.8:
16254              [ 19045]
16255              If no IVSIZE == 8, no need for modulo_1.
16256      Branch: perl
16257           !> pp.c
16258 ____________________________________________________________________________
16259 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
16260         Log: Subject: [PATCH] p4genpatch
16261              From: andreas.koenig@anima.de (Andreas J. Koenig)
16262              Date: Sat, 15 Mar 2003 12:04:18 +0100
16263              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
16264      Branch: perl
16265            ! Porting/p4genpatch
16266 ____________________________________________________________________________
16267 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
16268         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
16269              From: Martien Verbruggen <mgjv@tradingpost.com.au>
16270              Date: Sat, 15 Mar 2003 12:31:47 +1100
16271              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
16272      Branch: perl
16273            ! pod/perlsub.pod pod/perlsyn.pod
16274 ____________________________________________________________________________
16275 [ 19042] By: merijn                                on 2003/03/21  07:45:54
16276         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
16277              From: "Craig A. Berry" <craigberry@mac.com>
16278              Date: Thu, 20 Mar 2003 23:03:36 -0600
16279              Message-ID: <3E7A9D28.1040706@mac.com>
16280      Branch: perl
16281            ! configure.com vms/vms.c vms/vmsish.h
16282 ____________________________________________________________________________
16283 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
16284         Log: Subject: Re: [patch] [perl #21628] rcatline issue
16285              From: Enache Adrian <enache@rdslink.ro>
16286              Date: Thu, 20 Mar 2003 22:39:06 +0200
16287              Message-ID: <20030320203906.GA31199@ratsnest.hole>
16288      Branch: perl
16289            ! MANIFEST pp_hot.c t/op/readline.t
16290 ____________________________________________________________________________
16291 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
16292         Log: Subject: Re: Bytecode? Back into service.
16293              From: Enache Adrian <enache@rdslink.ro>
16294              Date: Thu, 20 Mar 2003 07:38:39 +0200
16295              Message-ID: <20030320053839.GA4044@ratsnest.hole>
16296      Branch: perl
16297            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
16298            ! ext/ByteLoader/byterun.h op.c
16299 ____________________________________________________________________________
16300 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
16301         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
16302              From: "Gerrit P. Haase" <gp@familiehaase.de>
16303              Date: Thu, 20 Mar 2003 21:23:28 +0100
16304              Message-ID: <941032389637.20030320212328@familiehaase.de>
16305      Branch: perl
16306            ! README.cygwin
16307 ____________________________________________________________________________
16308 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
16309         Log: Integrate:
16310              [ 19033]
16311              file test operators weren't doing the right thing if the SV
16312              passed to them wasn't NUL-terminated
16313              
16314              [ 19034]
16315              ensure SVs returned by Win32::Get{Short,Full}PathName() are
16316              NUL-terminated
16317      Branch: perl
16318           !> doio.c win32/win32.c
16319 ____________________________________________________________________________
16320 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
16321         Log: Better wording as requested by Rafael, and
16322              the module is BerkeleyDB, not BerkeleyFile.
16323      Branch: perl
16324            ! README.tru64
16325 ____________________________________________________________________________
16326 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
16327         Log: Update the DB_File instructions in Tru64.
16328      Branch: perl
16329            ! README.tru64
16330 ____________________________________________________________________________
16331 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
16332         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
16333              From: Dave Mitchell <davem@fdgroup.com>
16334              Date: Tue, 18 Mar 2003 21:55:05 +0000
16335              Message-ID: <20030318215505.A16787@fdgroup.com>
16336      Branch: perl
16337            ! pp_ctl.c t/op/goto.t
16338 ____________________________________________________________________________
16339 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
16340         Log: Subject: [PATCH] VMS pod install tweaks
16341              From: "Craig A. Berry" <craigberry@mac.com>
16342              Date: Sat, 15 Mar 2003 16:06:07 -0600
16343              Message-ID: <3E73A3CF.3060502@mac.com>
16344      Branch: perl
16345            ! vms/descrip_mms.template
16346 ____________________________________________________________________________
16347 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
16348         Log: Subject: [PATCH] poll() help for VMS
16349              From: "Craig A. Berry" <craigberry@mac.com>
16350              Date: Tue, 18 Mar 2003 01:10:10 -0600
16351              Message-ID: <3E76C652.30205@mac.com>
16352      Branch: perl
16353            ! configure.com ext/IO/poll.h
16354 ____________________________________________________________________________
16355 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
16356         Log: The description of SIG_SIZE was off.
16357      Branch: perl
16358            ! Configure NetWare/config_H.wc Porting/Glossary
16359            ! Porting/config.sh Porting/config_H config_h.SH
16360            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
16361            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
16362            ! wince/config_H.ce
16363 ____________________________________________________________________________
16364 [ 19020] By: merijn                                on 2003/03/18  05:45:50
16365         Log: Minor updates of Wolfgang's pack patch
16366              
16367              Subject: Re: pack changes and related fixes
16368              From: Philip Newton <Philip.Newton@gmx.net>
16369              Date: Tue, 18 Mar 2003 06:19:30 +0100
16370              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
16371      Branch: perl
16372            ! embed.fnc pod/perldiag.pod
16373 ____________________________________________________________________________
16374 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
16375         Log: regenerate win32/config_H.*
16376      Branch: perl
16377            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16378            ! win32/config_H.vc64
16379 ____________________________________________________________________________
16380 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
16381         Log: there is no trailing NULL in sig_name or sig_num, so don't
16382              talk about it
16383      Branch: perl
16384            ! Porting/Glossary
16385 ____________________________________________________________________________
16386 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
16387         Log: according to the new Porting/Glossary, sig_num doesn't have an
16388              extra '0' at the end
16389      Branch: perl
16390            ! win32/config.bc win32/config.gc win32/config.vc
16391            ! win32/config.vc64
16392 ____________________________________________________________________________
16393 [ 19016] By: hv                                    on 2003/03/18  00:52:09
16394         Log: add tests for existing behaviour of undef postinc/dec
16395      Branch: perl
16396            ! t/op/inc.t
16397 ____________________________________________________________________________
16398 [ 19015] By: hv                                    on 2003/03/18  00:46:18
16399         Log: add comment at undef postinc special case
16400      Branch: perl
16401            ! pp.c
16402 ____________________________________________________________________________
16403 [ 19014] By: hv                                    on 2003/03/18  00:27:19
16404         Log: clarify behaviour of $a++
16405      Branch: perl
16406            ! pod/perlop.pod
16407 ____________________________________________________________________________
16408 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
16409         Log: Integrate:
16410              [ 19012]
16411              We don't have the new Perl at this stage.
16412      Branch: perl
16413           !> cygwin/perlld.in
16414 ____________________________________________________________________________
16415 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
16416         Log: Subject: pack changes and related fixes
16417              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
16418              Date: Mon, 17 Mar 2003 13:55:37 +0100
16419              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
16420      Branch: perl
16421            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
16422            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
16423            ! t/lib/warnings/pp_pack t/op/pack.t
16424 ____________________________________________________________________________
16425 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
16426         Log: Integrate:
16427              [ 19006]
16428              Subject: Re: [Patch] Maintperl versioning for Cygwin
16429              From: Slaven Rezic <slaven@rezic.de>
16430              Date: 17 Mar 2003 00:42:43 +0100
16431              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
16432      Branch: perl
16433           !> cygwin/perlld.in
16434 ____________________________________________________________________________
16435 [ 19005] By: hv                                    on 2003/03/17  02:06:20
16436         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
16437              From: chocolateboy <chocolateboy@chocolatey.com>
16438              Date: Sat, 22 Feb 2003 12:17:28 +0000
16439              Message-ID: <3E576A58.8010901@chocolatey.com>
16440      Branch: perl
16441            + ext/Data/Dumper/t/pair.t
16442            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16443 ____________________________________________________________________________
16444 [ 19004] By: hv                                    on 2003/03/17  01:38:23
16445         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
16446              From: Stas Bekman <stas@stason.org>
16447              Date: Fri, 14 Feb 2003 11:59:53 +1100
16448              Message-ID: <3E4C3F89.6050005@stason.org>
16449      Branch: perl
16450            ! utils/h2xs.PL
16451 ____________________________________________________________________________
16452 [ 19003] By: hv                                    on 2003/03/17  01:23:02
16453         Log: Subject: [perl #20724] Patch for dprofpp
16454              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
16455              Date: 5 Feb 2003 08:41:17 -0000
16456              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
16457      Branch: perl
16458            ! utils/dprofpp.PL
16459 ____________________________________________________________________________
16460 [ 19002] By: hv                                    on 2003/03/16  23:36:57
16461         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
16462              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
16463              Date: 10 Jan 2003 10:59:44 -0000
16464              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
16465      Branch: perl
16466            ! lib/IPC/Open3.pm
16467 ____________________________________________________________________________
16468 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
16469         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
16470              for 3.3, but only might)
16471      Branch: perl
16472            ! hints/openbsd.sh
16473 ____________________________________________________________________________
16474 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
16475         Log: Stay within known facts: what platforms the skippage helps,
16476              and in which it is not needed.
16477      Branch: perl
16478            ! ext/POSIX/t/posix.t
16479 ____________________________________________________________________________
16480 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
16481         Log: This seems to fix (well, dodge) the problems in FreeBSD for
16482              Enache Adrian; in _theory_ this patch could be good for NetBSD,
16483              too, but Alian gets a core dump already at subtest #9 (anyone
16484              with a real NetBSD, Alian's is a VMware one, which has in the
16485              past caused similar odd crashes).  OpenBSD threaded build result
16486              still unknown.
16487      Branch: perl
16488            ! ext/POSIX/t/posix.t
16489 ____________________________________________________________________________
16490 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
16491         Log: IRIX ls -l marks sockets with 'S'.
16492      Branch: perl
16493            ! t/op/stat.t
16494 ____________________________________________________________________________
16495 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
16496         Log: Turn on UTF-8 flag only if the $str is valid utf8
16497              (pointed out by Dan Kogai).
16498      Branch: perl
16499            ! lib/Term/ReadLine.pm
16500 ____________________________________________________________________________
16501 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
16502         Log: Signedness nits.
16503      Branch: perl
16504            ! regcomp.c
16505 ____________________________________________________________________________
16506 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
16507         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
16508              Should work both for PERL_UNICODE/-C and use encoding 'foo';
16509      Branch: perl
16510            ! lib/Term/ReadLine.pm
16511 ____________________________________________________________________________
16512 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
16513         Log: Pod fix from Philip Newton.
16514      Branch: perl
16515            ! pod/perlfunc.pod
16516 ____________________________________________________________________________
16517 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
16518         Log: Further potential pitfalls for the utf8 len/pos cache
16519              found by Inaba Hiroto.  No test cases, yet.
16520      Branch: perl
16521            ! regcomp.c
16522 ____________________________________________________________________________
16523 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
16524         Log: Make the :bytes conditional on PerlIO.
16525      Branch: perl
16526            ! ext/Encode/t/CJKT.t
16527 ____________________________________________________________________________
16528 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
16529         Log: Needs PerlIO for :bytes.
16530      Branch: perl
16531            ! ext/Encode/t/CJKT.t
16532 ____________________________________________________________________________
16533 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
16534         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
16535              From: Enache Adrian <enache@rdslink.ro>
16536              Date: Fri, 14 Mar 2003 23:02:42 +0200
16537              Message-ID: <20030314210242.GA1159@ratsnest.hole>
16538              (with an added test)
16539      Branch: perl
16540            ! t/comp/parser.t toke.c
16541 ____________________________________________________________________________
16542 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
16543         Log: Time::HiRes is a core module
16544      Branch: perl
16545            ! pod/perlfunc.pod
16546 ____________________________________________________________________________
16547 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
16548         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
16549              From: Stas Bekman <stas@stason.org>
16550              Date: Fri, 14 Mar 2003 17:45:09 +1100
16551              Message-ID: <3E717A75.2060300@stason.org>
16552      Branch: perl
16553            ! ext/B/typemap
16554 ____________________________________________________________________________
16555 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
16556         Log: Better pass in the $self for a method.
16557      Branch: perl
16558            ! lib/File/Spec/Unix.pm
16559 ____________________________________________________________________________
16560 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
16561         Log: Cleanup the File::Spec tmpdir() implementations:
16562              now all the platforms specific modules call _tmpdir()
16563              (inherited from Unix.pm) with the list of platform
16564              specific list of temporary directories, and _tmpdir()
16565              then does the appropriate suitability checking.
16566      Branch: perl
16567            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
16568            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16569            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16570            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16571 ____________________________________________________________________________
16572 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
16573         Log: whichsig() really does return -1 for unknown signals.
16574      Branch: perl
16575            ! mg.c
16576 ____________________________________________________________________________
16577 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
16578         Log: Rework the @Config{/sig.*/} tests.
16579      Branch: perl
16580            ! lib/Config.t
16581 ____________________________________________________________________________
16582 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
16583         Log: Subject: [PATCH] configure.com: sig_num, etc.
16584              From: "Craig A. Berry" <craigberry@mac.com>
16585              Date: Thu, 13 Mar 2003 21:38:19 -0600
16586              Message-ID: <3E714EAB.6030001@mac.com>
16587      Branch: perl
16588            ! configure.com
16589 ____________________________________________________________________________
16590 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
16591         Log: Make whichsig() to work also if some system defines
16592              zero signals (now -1 is the "not found").  Note that
16593              in couple of mg.c spots only whichsig() > 0 branches
16594              are taken because signal handlers et al don't make
16595              much sense for the zero signal.
16596      Branch: perl
16597            ! doio.c mg.c
16598 ____________________________________________________________________________
16599 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
16600         Log: Since Configure does the signal name/number probe with awk
16601              based on the cpp results (not by really running code), testing
16602              for the signum value is not really helpful if we have runtime
16603              function calls (some signal numbers are dynamic, for example)
16604              (or other extra stuff where the signum value is expected).
16605              (Runtimeness also means that Configure cannot get these right,
16606              anyway.) Better filter in just the constant non-negative numbers.
16607      Branch: perl
16608            ! Configure
16609 ____________________________________________________________________________
16610 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
16611         Log: Signal issues.
16612              (1) Filter out negative signals.
16613              (2) Correct sig_num* and sig_name* descriptions.
16614      Branch: perl
16615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16616            ! config_h.SH
16617 ____________________________________________________________________________
16618 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
16619         Log: Hopefully this works also in Win32.
16620      Branch: perl
16621            ! ext/Encode/t/CJKT.t
16622 ____________________________________________________________________________
16623 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
16624         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
16625              From: "Craig A. Berry" <craigberry@mac.com>
16626              Date: Thu, 13 Mar 2003 13:44:55 -0600
16627              Message-ID: <3E70DFB7.8070405@mac.com>
16628      Branch: perl
16629            ! lib/Pod/Perldoc.pm
16630 ____________________________________________________________________________
16631 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
16632         Log: fix for switchC.t test#6 failure on windows
16633      Branch: perl
16634            ! perl.c
16635 ____________________________________________________________________________
16636 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
16637         Log: Config.t wasn't getting the sig_num and sig_size relationship
16638              right, and therefore failed test#35 on windows
16639              
16640              note that config_h.SH documents that $sig_size does NOT include
16641              the final NULL in $sig_num!
16642      Branch: perl
16643            ! lib/Config.t
16644 ____________________________________________________________________________
16645 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
16646         Log: another fix for failing test on windows ("use encoding" puts
16647              STDIN in :raw mode, so chomp() wasn't stripping the CR)
16648      Branch: perl
16649            ! ext/Encode/t/enc_module.t
16650 ____________________________________________________________________________
16651 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
16652         Log: fix CJKT.t failures on windows due to incorrect binmode()
16653      Branch: perl
16654            ! ext/Encode/t/CJKT.t
16655 ____________________________________________________________________________
16656 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
16657         Log: Skip the last test of Config.t on HP-UX.
16658              (This test should be skipped for every system that
16659              actually defines a negative signal number. Maybe that
16660              test should be removed, to be future-proof.)
16661      Branch: perl
16662            ! lib/Config.t
16663 ____________________________________________________________________________
16664 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
16665         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 
16666              From: Kurt Starsinic <kstar@cpan.org>
16667              Date: Mon, 10 Mar 2003 00:54:49 -0500
16668              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
16669      Branch: perl
16670            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
16671 ____________________________________________________________________________
16672 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
16673         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
16674              From: "Craig A. Berry" <craigberry@mac.com>
16675              Date: Tue, 11 Mar 2003 21:29:31 -0600
16676              Message-ID: <3E6EA99B.9060902@mac.com>
16677              Patch by Scott Lepage (scott.lepage@hp.com)
16678      Branch: perl
16679            ! hv.c
16680 ____________________________________________________________________________
16681 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
16682         Log: Some more stdlib.h inclusions and change the gccversion
16683              test to use return (could have used that for all, sigh).
16684      Branch: perl
16685            ! Configure
16686 ____________________________________________________________________________
16687 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
16688         Log: Trims slashes from the argument to rmdir(), likewise
16689              to what happens with rmdir(). Factorize the code in a
16690              local macro, TRIMSLASHES.
16691      Branch: perl
16692            ! pp_sys.c
16693 ____________________________________________________________________________
16694 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
16695         Log: VOS nit from Paul Green.
16696      Branch: perl
16697            ! vos/configure_full_perl.sh
16698 ____________________________________________________________________________
16699 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
16700         Log: File::Spec: Do not fall back to '', use curdir instead.
16701              Note: Mac used to use cwd(), now curdir, slight change
16702              (relative vs. absolute).
16703      Branch: perl
16704            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
16705            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16706            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16707 ____________________________________________________________________________
16708 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
16709         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
16710              was unset (the tests attempted to create files at the /)
16711      Branch: perl
16712            ! lib/File/Spec/Cygwin.pm
16713 ____________________________________________________________________________
16714 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
16715         Log: Another finding by IRIX cc: non-void function
16716              sv_cat_decode() should return a value.
16717      Branch: perl
16718            ! sv.c
16719 ____________________________________________________________________________
16720 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
16721         Log: Integrate:
16722              [ 18949]
16723              pudge> never integrate anything from macos/
16724      Branch: perl
16725            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
16726            - macos/macperl.sym
16727           !> MANIFEST
16728 ____________________________________________________________________________
16729 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
16730         Log: Integrate:
16731              [ 18946]
16732              Integrate from maint-5.8/macperl:
16733              [ 18937]
16734              Various MacOS portability fixes for tests
16735              
16736              [ 18938]
16737              File::Spec::Unix method should be called on $self
16738              
16739              [ 18939]
16740              lib.pm:_get_dirs() should use $_[0], not $_
16741              
16742              [ 18940]
16743              Update MacOS for new configpm
16744              
16745              [ 18941]
16746              Update MacOS build
16747              Update Makefile for new source files,
16748              update test script, add additional symbol for APItest
16749      Branch: perl
16750           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
16751           +> macos/macperl.sym
16752           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
16753           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
16754           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
16755           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
16756           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
16757           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
16758 ____________________________________________________________________________
16759 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
16760         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
16761              (Too early? If inited there the pthread_mutex_init() returns
16762              an integer much too large be an errno), but initing the mutex
16763              later, in perl_alloc(), seems to be okay with Cygwin, and also
16764              with Linux.
16765      Branch: perl
16766            ! perl.c
16767 ____________________________________________________________________________
16768 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
16769         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
16770      Branch: perl
16771            ! Configure
16772 ____________________________________________________________________________
16773 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
16774         Log: Tell how to possibly dodge 'Out of memory' errors.
16775      Branch: perl
16776            ! pod/perldiag.pod
16777 ____________________________________________________________________________
16778 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
16779         Log: WinCE tweaks from Vadim Konovalov.
16780      Branch: perl
16781            ! perl.c perlio.c wince/Makefile.ce
16782 ____________________________________________________________________________
16783 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
16784         Log: Missed one.
16785      Branch: perl
16786            ! Configure
16787 ____________________________________________________________________________
16788 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
16789         Log: Single vs doublequoted context is important...
16790      Branch: perl
16791            ! Configure
16792 ____________________________________________________________________________
16793 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
16794         Log: """glob.*""" patch for VMS, from Peter Prymmer.
16795      Branch: perl
16796            ! vms/perlvms.pod vms/vms.c
16797 ____________________________________________________________________________
16798 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
16799         Log: Questionable construct.
16800      Branch: perl
16801            ! pod/perltooc.pod
16802 ____________________________________________________________________________
16803 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
16804         Log: Better setmode() prototype for cygwin.
16805      Branch: perl
16806            ! perl.h
16807 ____________________________________________________________________________
16808 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
16809         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
16810      Branch: perl
16811            ! Configure
16812 ____________________________________________________________________________
16813 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
16814         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
16815              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
16816              So make the macro to include the , and the non-gcc case empty.
16817      Branch: perl
16818            ! sv.h
16819 ____________________________________________________________________________
16820 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
16821         Log: Uid_t and Gid_t can easily be shorts and one cannot
16822              pull shorts off the va_args, int is the shortest (ahem).
16823      Branch: perl
16824            ! reentr.c reentr.pl
16825 ____________________________________________________________________________
16826 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
16827         Log: Subject: [PATCH] io_sock.t
16828              From: Norton Allen <allen@huarp.harvard.edu>
16829              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
16830              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
16831      Branch: perl
16832            ! README.qnx ext/IO/lib/IO/t/io_sock.t
16833 ____________________________________________________________________________
16834 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
16835         Log: Get rid of one Cygwin warning by introducing a prototype
16836              for the init_os_extras().  Since there is no header file
16837              in Perl specific to cygwin, use perl.h.
16838      Branch: perl
16839            ! perl.h
16840 ____________________________________________________________________________
16841 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
16842         Log: Upgrade to Time-HiRes 1.43.
16843      Branch: perl
16844            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16845            ! ext/Time/HiRes/Makefile.PL
16846 ____________________________________________________________________________
16847 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
16848         Log: Be more lax about the out of memory error message.
16849      Branch: perl
16850            ! t/op/recurse.t
16851 ____________________________________________________________________________
16852 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
16853         Log: Try to handle hitting the heap/data limit in small systems.
16854              (One can simulate this with e.g. 32MB or 64MB datasize,
16855              use your shell's ulimit/limit/limits command.)
16856      Branch: perl
16857            ! t/op/recurse.t
16858 ____________________________________________________________________________
16859 [ 18912] By: hv                                    on 2003/03/11  07:36:00
16860         Log: typo for utf8locale in #18907
16861      Branch: perl
16862            ! sv.c
16863 ____________________________________________________________________________
16864 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
16865         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
16866              From: "Craig A. Berry" <craigberry@mac.com>
16867              Date: Tue, 11 Mar 2003 00:34:39 -0600
16868              Message-ID: <3E6D837F.7000506@mac.com>
16869      Branch: perl
16870            ! perl.c
16871 ____________________________________________________________________________
16872 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
16873         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
16874      Branch: perl
16875            ! emacs/cperl-mode.el
16876 ____________________________________________________________________________
16877 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
16878         Log: Missed some, cryptically.
16879      Branch: perl
16880            ! pod/perlfunc.pod
16881 ____________________________________________________________________________
16882 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
16883         Log: Add missing intrpvar clonings to perl_clone.
16884              Also move the IDBassertion to the end since there's
16885              no particular reason to break bincompat for that.
16886      Branch: perl
16887            ! intrpvar.h sv.c
16888 ____________________________________________________________________________
16889 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
16890         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
16891      Branch: perl
16892            ! intrpvar.h
16893 ____________________________________________________________________________
16894 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
16895         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
16896              From: Stas Bekman <stas@stason.org>
16897              Date: Tue, 11 Mar 2003 17:09:02 +1100
16898              Message-ID: <3E6D7D7E.5000704@stason.org>
16899      Branch: perl
16900            ! sv.c
16901 ____________________________________________________________________________
16902 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
16903         Log: Subject: [PATCH] typos and other minor things
16904              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16905              Date: Mon, 10 Mar 2003 21:00:55 -0700
16906              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
16907      Branch: perl
16908            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
16909            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
16910            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
16911            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
16912            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
16913            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
16914            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
16915            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
16916            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
16917 ____________________________________________________________________________
16918 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
16919         Log: A rejected hunk of #18902 reapplied.
16920      Branch: perl
16921            ! t/io/utf8.t
16922 ____________________________________________________________________________
16923 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
16924         Log: Patch from Craig Berry to resolve test failures in VMS.
16925              Will poke the Net::Ping author.
16926      Branch: perl
16927            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
16928            ! t/io/utf8.t t/op/magic.t
16929 ____________________________________________________________________________
16930 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
16931         Log: Integrate (by hand) change #18386 from maint-5.8
16932      Branch: perl
16933            ! t/op/split.t
16934 ____________________________________________________________________________
16935 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
16936         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
16937      Branch: perl
16938            ! t/run/switchC.t
16939 ____________________________________________________________________________
16940 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
16941         Log: A new test, to check that signal numbers are actually positive,
16942              and that there is a consistent number of signals available.
16943      Branch: perl
16944            ! lib/Config.t
16945 ____________________________________________________________________________
16946 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
16947         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
16948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16949              Date: Fri, 07 Mar 2003 13:12:49 -0800
16950              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
16951      Branch: perl
16952            ! mg.c pod/perldiag.pod t/op/tie.t
16953 ____________________________________________________________________________
16954 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
16955         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
16956              From: Nicholas Clark <nick@unfortu.net>
16957              Date: Sun, 9 Mar 2003 21:24:46 +0000
16958              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
16959      Branch: perl
16960            ! lib/Config.t
16961 ____________________________________________________________________________
16962 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
16963         Log: Integrate from maint:
16964              [ 18428]
16965              Somehow I managed to get makefile.olds that didn't get cleaned away.
16966      Branch: perl
16967           !> Makefile.SH x2p/Makefile.SH
16968 ____________________________________________________________________________
16969 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
16970         Log: Comment fix.
16971      Branch: perl
16972            ! t/io/utf8.t
16973 ____________________________________________________________________________
16974 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
16975         Log: Remove the foo-old files.
16976      Branch: perl
16977            ! opcode.pl
16978 ____________________________________________________________________________
16979 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
16980         Log: Subject: Re: Shared libperl.so and build issues
16981              From: Chip Turner <cturner@redhat.com>
16982              Date: 05 Jan 2003 10:35:40 -0500
16983              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
16984      Branch: perl
16985            ! INSTALL
16986 ____________________________________________________________________________
16987 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
16988         Log: Bunch of doc patches from Stas; plus regen.
16989              
16990              Subject: [doc patch] perl.c's pod api entry
16991              From: Stas Bekman <stas@stason.org>
16992              Date: Mon, 10 Mar 2003 12:35:52 +1100
16993              Message-ID: <3E6BEBF8.80402@stason.org>
16994              
16995              Subject: Re: [patch] perlguts.pod
16996              From: Stas Bekman <stas@stason.org>
16997              Date: Mon, 10 Mar 2003 12:38:57 +1100
16998              Message-ID: <3E6BECB1.7050009@stason.org>
16999              
17000              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
17001              From: Stas Bekman <stas@stason.org>
17002              Date: Mon, 10 Mar 2003 12:41:46 +1100
17003              Message-ID: <3E6BED5A.801@stason.org>
17004              
17005              Subject: Re: [patch] perlapi.pod fix
17006              From: Stas Bekman <stas@stason.org>
17007              Date: Mon, 10 Mar 2003 12:43:33 +1100
17008              Message-ID: <3E6BEDC5.6010405@stason.org>
17009              
17010              Subject: Re: [docs patch] replace gets() with fgets() in example
17011              From: Stas Bekman <stas@stason.org>
17012              Date: Mon, 10 Mar 2003 12:45:41 +1100
17013              Message-ID: <3E6BEE45.9030901@stason.org>
17014              
17015              Subject: [doc patch] perlrun.pod
17016              From: Stas Bekman <stas@stason.org>
17017              Date: Mon, 10 Mar 2003 14:49:59 +1100
17018              Message-ID: <3E6C0B67.4050606@stason.org>
17019      Branch: perl
17020            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
17021            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
17022 ____________________________________________________________________________
17023 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
17024         Log: Must not hide the protos, though.
17025      Branch: perl
17026            ! embed.pl proto.h
17027 ____________________________________________________________________________
17028 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
17029         Log: I hate embed*.  Tell me what you know.
17030      Branch: perl
17031            ! embed.fnc embed.h
17032 ____________________________________________________________________________
17033 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
17034         Log: Upgrade to Encode 1.91.
17035      Branch: perl
17036            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
17037            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
17038 ____________________________________________________________________________
17039 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
17040         Log: Export the symbols from #18863; do not prototype (but export)
17041              Nick Clark's experimental COW functions.
17042              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
17043              a mess of Herculean proportions.  Someone should redesign and
17044              clean up the stables.
17045      Branch: perl
17046            ! embed.fnc embed.pl global.sym proto.h
17047 ____________________________________________________________________________
17048 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
17049         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
17050      Branch: perl
17051            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
17052            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
17053            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
17054            ! ext/Encode/t/enc_module.t
17055 ____________________________________________________________________________
17056 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
17057         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
17058              under 'use encoding'.
17059      Branch: perl
17060            + ext/Encode/t/enc_data.t
17061            ! MANIFEST ext/Encode/MANIFEST toke.c
17062 ____________________________________________________________________________
17063 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
17064         Log: Tru64: additional instructions for building a newer Berkeley DB.
17065      Branch: perl
17066            ! README.tru64 hints/dec_osf.sh
17067 ____________________________________________________________________________
17068 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
17069         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
17070              function stubs, should be helpful for really simple extensions.
17071              Undoes large parts of changes #16289 and #16290.
17072      Branch: perl
17073            ! sv.c
17074 ____________________________________________________________________________
17075 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
17076         Log: ... and add a test case for bug #20798
17077      Branch: perl
17078            ! t/op/eval.t
17079 ____________________________________________________________________________
17080 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
17081         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
17082              From: Enache Adrian <enache@rdslink.ro>
17083              Date: Fri, 7 Mar 2003 23:28:37 +0200
17084              Message-ID: <20030307212837.GB765@ratsnest.hole>
17085              
17086              (and few more test cases from the thread)
17087      Branch: perl
17088            ! sv.c t/op/sprintf.t
17089 ____________________________________________________________________________
17090 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
17091         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
17092              From: Enache Adrian <enache@rdslink.ro>
17093              Date: Fri, 7 Mar 2003 00:12:03 +0200
17094              Message-ID: <20030306221203.GB13330@ratsnest.hole>
17095      Branch: perl
17096            ! op.c
17097 ____________________________________________________________________________
17098 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
17099         Log: Adjust test count.
17100      Branch: perl
17101            ! t/op/pat.t
17102 ____________________________________________________________________________
17103 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
17104         Log: From Inaba Hiroto: re_intuit_start set a value to
17105              PL_bostr before calling find_byclass when regexp has
17106              ROPT_UTF8 flag on. But right value for PL_bostr is set
17107              before re_intuit_start is called.  PL_regdata is always
17108              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
17109              can be deleted.                                 
17110      Branch: perl
17111            ! regexec.c t/op/pat.t
17112 ____________________________________________________________________________
17113 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
17114         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
17115              updated when fbm_compile() appended a "\n".
17116      Branch: perl
17117            ! t/op/pat.t util.c
17118 ____________________________________________________________________________
17119 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
17120         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
17121              Print it in B::Debug. Can be used later in B::Deparse to deparse
17122              the open pragma.
17123      Branch: perl
17124            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
17125 ____________________________________________________________________________
17126 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
17127         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
17128              From: Richard.Foley@ubsw.com
17129              Date: Fri, 21 Feb 2003 13:51:51 +0100
17130              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
17131      Branch: perl
17132            ! pod/perldebug.pod
17133 ____________________________________________________________________________
17134 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
17135         Log: Enache Adrian reads comments.
17136      Branch: perl
17137            ! perl.h
17138 ____________________________________________________________________________
17139 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
17140         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
17141              From: Richard Soderberg <perl@crystalflame.net>
17142              Date: Sat, 15 Feb 2003 01:27:17 -0500
17143              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
17144      Branch: perl
17145            ! ext/IO/lib/IO/Select.pm
17146 ____________________________________________________________________________
17147 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
17148         Log: Subject: [PATCH] long %ENV values for VMS
17149              From: "Craig A. Berry" <craigberry@mac.com>
17150              Date: Fri, 07 Mar 2003 13:49:50 -0600
17151              Message-ID: <3E68F7DE.8070603@mac.com>
17152      Branch: perl
17153            ! vms/vms.c
17154 ____________________________________________________________________________
17155 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
17156         Log: regen_headers tiny tidying:
17157              - regen.pl renamed as regen_lib.pl
17158              - regen_headers.pl renamed as regen.pl
17159              - added make target 'regen' (kept target 'regen_headers'
17160              for porters' brains' backward compatibility)
17161              - regen.pl fancified a bit to display the names
17162              of the files that got changed by running the scripts
17163      Branch: perl
17164            + regen_lib.pl
17165            - regen_headers.pl
17166            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
17167            ! keywords.pl opcode.pl regcomp.pl regen.pl
17168 ____________________________________________________________________________
17169 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
17170         Log: Give pointers to runtime Unicode changes.
17171      Branch: perl
17172            ! pod/perlrun.pod pod/perlvar.pod
17173 ____________________________________________________________________________
17174 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
17175         Log: Extra character noticed by Tels.
17176      Branch: perl
17177            ! MANIFEST
17178 ____________________________________________________________________________
17179 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
17180         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
17181              From: Kay Roepke <kay@dolphin-services.de>
17182              Date: Thu, 06 Mar 2003 23:00:10 +0100
17183              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
17184              
17185              (plus change the d_gethostbyaddr_r_proto default to "0",
17186              that is what an undefined r_proto looks like)
17187      Branch: perl
17188            ! hints/freebsd.sh
17189 ____________________________________________________________________________
17190 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
17191         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
17192              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
17193              in non-glibc case", from Craig Berry)
17194      Branch: perl
17195            ! pp.c
17196 ____________________________________________________________________________
17197 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
17198         Log: Good observation from Philip Newton.
17199      Branch: perl
17200            ! pod/perlrun.pod
17201 ____________________________________________________________________________
17202 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
17203         Log: Make the -A switch work without an assertion name.
17204              by Salvador Fandiño.
17205      Branch: perl
17206            ! perl.c t/run/switch_A.t
17207 ____________________________________________________________________________
17208 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
17209         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
17210              From: "Jos I. Boumans" <kane@dwim.org>
17211              Date: Fri, 21 Feb 2003 20:33:53 +0100
17212              Message-ID: <3E567F21.6020006@dwim.org>
17213              (with some minor tweaks)
17214      Branch: perl
17215            ! pod/perlmodstyle.pod
17216 ____________________________________________________________________________
17217 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
17218         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
17219              From: Enache Adrian <enache@rdslink.ro>
17220              Date: Sun, 2 Mar 2003 06:05:22 +0200
17221              Message-ID: <20030302040522.GB4905@ratsnest.hole>
17222      Branch: perl
17223            ! t/op/subst.t
17224 ____________________________________________________________________________
17225 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
17226         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
17227              From: Enache Adrian <enache@rdslink.ro>
17228              Date: Wed, 5 Mar 2003 12:06:20 +0200
17229              Message-ID: <20030305100620.GA909@ratsnest.hole>
17230      Branch: perl
17231            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
17232            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
17233 ____________________________________________________________________________
17234 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
17235         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
17236              From: "Craig A. Berry" <craigberry@mac.com>
17237              Date: Thu, 06 Mar 2003 10:42:05 -0600
17238              Message-ID: <3E677A5D.10805@mac.com>
17239      Branch: perl
17240            ! mg.c
17241 ____________________________________________________________________________
17242 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
17243         Log: Thinko fix.
17244      Branch: perl
17245            ! Porting/findrfuncs
17246 ____________________________________________________________________________
17247 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
17248         Log: PERL_UNICODE explanation saga continues.
17249      Branch: perl
17250            ! pod/perlrun.pod
17251 ____________________________________________________________________________
17252 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
17253         Log: Handle also extra directories et alia.
17254      Branch: perl
17255            ! Porting/manicheck
17256 ____________________________________________________________________________
17257 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
17258         Log: Add mani(fest) check(ing) utility.
17259      Branch: perl
17260            + Porting/manicheck
17261            ! MANIFEST
17262 ____________________________________________________________________________
17263 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
17264         Log: Subject: [patch config_h.SH] redefining __attribute__
17265              From: Stas Bekman <stas@stason.org>
17266              Date: Thu, 06 Mar 2003 12:03:39 +1100
17267              Message-ID: <3E669E6B.1060606@stason.org>
17268      Branch: perl
17269            ! Configure NetWare/config_H.wc Porting/config.sh
17270            ! Porting/config_H config_h.SH plan9/config.plan9
17271            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
17272            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
17273 ____________________________________________________________________________
17274 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
17275         Log: Couple more _r possibilities (found in a RH 8.0 box), and
17276              the random() macros were all wrong.  (I don't know why
17277              metaconfig did so much reordering of config_h.SH.)
17278      Branch: perl
17279            ! Configure config_h.SH reentr.h reentr.pl
17280 ____________________________________________________________________________
17281 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
17282         Log: Change #18829 makes this test workaround obsolete.
17283      Branch: perl
17284            ! ext/B/t/deparse.t
17285 ____________________________________________________________________________
17286 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
17287         Log: Patch by Salvador Fandiño to read the warning mask
17288              returned by caller() and ${^WARNING_BITS} from
17289              $warnings::Bits{all} and not from the hardcoded core
17290              constant. (This mask could have been extended by
17291              warnings::register.) Plus tests.
17292      Branch: perl
17293            ! mg.c pp_ctl.c t/op/caller.t
17294 ____________________________________________________________________________
17295 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
17296         Log: Subject: [PATCH] assertions
17297              From: Salvador Fandiño <sfandino@yahoo.com>
17298              Date: Fri, 21 Feb 2003 17:26:16 +0000
17299              Message-ID: <3E566138.4090709@yahoo.com>
17300              and the complement : (with added comments)
17301              Subject: [PATCH] bug in ext/B/t/deparse.t
17302              Message-ID: <3E563E16.7060303@yahoo.com>
17303              plus perldiag.pod patch for the new warning
17304              (previous change was, once again, empty)
17305      Branch: perl
17306            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
17307            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
17308            ! pod/perldiag.pod warnings.h warnings.pl
17309 ____________________________________________________________________________
17310 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
17311         Log: Subject: [PATCH] assertions
17312              From: Salvador Fandiño <sfandino@yahoo.com>
17313              Date: Fri, 21 Feb 2003 17:26:16 +0000
17314              Message-ID: <3E566138.4090709@yahoo.com>
17315              and the complement : (with added comments)
17316              Subject: [PATCH] bug in ext/B/t/deparse.t
17317              Message-ID: <3E563E16.7060303@yahoo.com>
17318              plus perldiag.pod patch for the new warning
17319      Branch: perl
17320            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
17321            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
17322            ! pod/perldiag.pod warnings.h warnings.pl
17323 ____________________________________________________________________________
17324 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
17325         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
17326              The variant is from how List::Util Util.xs does it.
17327      Branch: perl
17328            ! ext/Devel/PPPort/PPPort.pm
17329 ____________________________________________________________________________
17330 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
17331         Log: Doc typos.
17332      Branch: perl
17333            ! lib/File/Find.pm
17334 ____________________________________________________________________________
17335 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
17336         Log: Try to give rcatline() a good jog on Unicode.
17337      Branch: perl
17338            ! t/io/utf8.t
17339 ____________________________________________________________________________
17340 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
17341         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
17342              From: Enache Adrian <enache@rdslink.ro>
17343              Date: Sun, 2 Mar 2003 05:43:54 +0200
17344              Message-ID: <20030302034354.GA4905@ratsnest.hole>
17345      Branch: perl
17346            ! sv.c t/io/utf8.t
17347 ____________________________________________________________________________
17348 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
17349         Log: Can't test this without PerlIO.
17350      Branch: perl
17351            ! t/uni/write.t
17352 ____________________________________________________________________________
17353 [ 18820] By: sky                                   on 2003/03/04  01:01:07
17354         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
17355              What happened was that a constant was freed, the pad released but
17356              the pad slot still held the SV, when pad slot was reallocated
17357              to be a target for a stringify, it did a sv_setpv on the target
17358              and the original SV was wiped out. When this SV was later on
17359              to new places using the constant, they got the wrong value.
17360              By replacing pad_free with pad_swipe for these cases, we
17361              won't have such a problem. (pad_swipe also removes the
17362              pointer to the original SV).
17363      Branch: perl
17364            ! op.c
17365 ____________________________________________________________________________
17366 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
17367         Log: Further clarification on PERL_UNICODE's semantics.
17368      Branch: perl
17369            ! pod/perlrun.pod
17370 ____________________________________________________________________________
17371 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
17372         Log: Sync with libnet-1.13
17373      Branch: perl
17374            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
17375            ! lib/Net/POP3.pm lib/Net/SMTP.pm
17376 ____________________________________________________________________________
17377 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
17378         Log: Upgrade to Unicode::Normalize 0.20.
17379      Branch: perl
17380            ! ext/Unicode/Normalize/Changes
17381            ! ext/Unicode/Normalize/Normalize.pm
17382            ! ext/Unicode/Normalize/Normalize.xs
17383            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17384            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17385            ! ext/Unicode/Normalize/t/test.t
17386 ____________________________________________________________________________
17387 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
17388         Log: Upgrade to Encode 1.89.  The enc_module.t required
17389              a little tweak, sending that to Dan.
17390      Branch: perl
17391            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
17392            + ext/Encode/t/enc_module.t
17393            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
17394            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
17395            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
17396            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
17397            ! ext/Encode/ucm/viscii.ucm
17398 ____________________________________________________________________________
17399 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
17400         Log: Use a macro for abs() to avoid the possible truncation to an int;
17401              also make an explicit (double)cast for the arguments to fabs().
17402      Branch: perl
17403            ! perl.h pp.c sv.c util.c
17404 ____________________________________________________________________________
17405 [ 18812] By: hv                                    on 2003/03/02  22:36:05
17406         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
17407              From: andreas.koenig@anima.de (Andreas J. Koenig)
17408              Date: Wed, 19 Feb 2003 11:05:28 +0100
17409              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
17410      Branch: perl
17411            ! patchlevel.h
17412 ____________________________________________________________________________
17413 [ 18811] By: hv                                    on 2003/03/02  22:30:50
17414         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
17415              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
17416              Date: 18 Feb 2003 21:05:15 -0000
17417              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
17418      Branch: perl
17419            ! ext/IPC/SysV/Msg.pm
17420 ____________________________________________________________________________
17421 [ 18810] By: hv                                    on 2003/03/02  21:59:10
17422         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
17423              From: Richard Soderberg <perl@crystalflame.net>
17424              Date: Sat, 15 Feb 2003 01:27:21 -0500
17425              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
17426      Branch: perl
17427            ! lib/File/Basename.pm
17428 ____________________________________________________________________________
17429 [ 18809] By: hv                                    on 2003/03/02  21:54:53
17430         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
17431              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
17432              Date: 15 Feb 2003 00:21:41 -0000
17433              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
17434      Branch: perl
17435            ! lib/File/Find.pm
17436 ____________________________________________________________________________
17437 [ 18807] By: hv                                    on 2003/03/02  21:22:56
17438         Log: Reverse copyright update (#18801) for files not changed in 2003.
17439      Branch: perl
17440            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
17441            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
17442            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
17443            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
17444            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
17445            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
17446            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
17447            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17448 ____________________________________________________________________________
17449 [ 18805] By: hv                                    on 2003/03/02  16:29:28
17450         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
17451              From: Enache Adrian <enache@rdslink.ro>
17452              Date: Sun, 2 Mar 2003 10:11:27 +0200
17453              Message-ID: <20030302081127.GA10782@ratsnest.hole>
17454      Branch: perl
17455            ! pp.c t/op/pat.t
17456 ____________________________________________________________________________
17457 [ 18803] By: hv                                    on 2003/03/02  16:12:34
17458         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
17459              From: "Anders Johnson" <ajohnson@wischip.com>
17460              Date: Mon, 10 Feb 2003 14:09:46 -0800
17461              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
17462      Branch: perl
17463            ! mg.c t/op/magic.t
17464 ____________________________________________________________________________
17465 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
17466         Log: Narrow down the -C test skippage.
17467      Branch: perl
17468            ! t/run/switchC.t
17469 ____________________________________________________________________________
17470 [ 18801] By: hv                                    on 2003/03/02  15:24:22
17471         Log: Update all copyrights to 2003, from Jarkko
17472      Branch: perl
17473            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
17474            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
17475            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
17476            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
17477            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
17478            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
17479            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
17480            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
17481            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
17482            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
17483            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
17484            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
17485            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
17486            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
17487            ! x2p/util.h x2p/walk.c xsutils.c
17488 ____________________________________________________________________________
17489 [ 18800] By: hv                                    on 2003/03/02  15:16:38
17490         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
17491              From: Richard.Foley@ubsw.com
17492              Date: Wed, 19 Feb 2003 13:24:38 +0100
17493              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
17494      Branch: perl
17495            ! lib/perl5db.pl
17496 ____________________________________________________________________________
17497 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
17498         Log: The -CI cannot be easily tested under UTF-8 locale with
17499              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
17500              Also other small tweaks in the -C neighbourhood.
17501      Branch: perl
17502            ! perl.c perl.h t/run/switchC.t util.c
17503 ____________________________________________________________________________
17504 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
17505         Log: Go with "right = -right" for greater portability, some platforms
17506              might require llabs() to get abs() of long longs.
17507      Branch: perl
17508            ! pp.c
17509 ____________________________________________________________________________
17510 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
17511         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
17512              with negative quads", or also as RedHat bug #65612.
17513      Branch: perl
17514            ! pp.c
17515 ____________________________________________________________________________
17516 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
17517         Log: Forgotten from change #18795.
17518      Branch: perl
17519            ! global.sym
17520 ____________________________________________________________________________
17521 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
17522         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
17523              From: Abe Timmerman <abe@ztreet.demon.nl>
17524              Date: Sun, 2 Mar 2003 02:03:16 +0100
17525              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
17526      Branch: perl
17527            ! embed.fnc embed.h makedef.pl
17528 ____________________________________________________________________________
17529 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
17530         Log: Further Unicode formats patching from Inaba Hiroto.
17531      Branch: perl
17532            + t/uni/write.t
17533            ! MANIFEST pp_ctl.c
17534 ____________________________________________________________________________
17535 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
17536         Log: Integrate change #18788 from maint.
17537      Branch: perl
17538           !> perl.h
17539 ____________________________________________________________________________
17540 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
17541         Log: Subject: [PATCH] Get MSWin32 back compiling
17542              From: Abe Timmerman <abe@ztreet.demon.nl>
17543              Date: Sat, 1 Mar 2003 04:31:19 +0100
17544              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
17545      Branch: perl
17546            ! embed.fnc embed.h global.sym makedef.pl
17547 ____________________________________________________________________________
17548 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
17549         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
17550              From: Inaba Hiroto <inaba@st.rim.or.jp>
17551              Date: Mon, 10 Feb 2003 00:04:51 +0900
17552              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
17553      Branch: perl
17554            ! pp_ctl.c toke.c
17555 ____________________________________________________________________________
17556 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
17557         Log: An already fixed bug from perl-unicode.
17558      Branch: perl
17559            ! t/op/pat.t
17560 ____________________________________________________________________________
17561 [ 18782] By: hv                                    on 2003/02/26  01:36:49
17562         Log: Subject: Re: [perl #20683] [fix] Better Patch
17563              From: Enache Adrian <enache@rdslink.ro>
17564              Date: Sun, 23 Feb 2003 20:16:39 +0200
17565              Message-ID: <20030223181639.GA18713@ratsnest.hole>
17566      Branch: perl
17567            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
17568            ! regexec.c sv.c t/op/pat.t
17569 ____________________________________________________________________________
17570 [ 18781] By: hv                                    on 2003/02/26  01:11:14
17571         Log: regen headers
17572      Branch: perl
17573            ! perlapi.h pod/perlapi.pod
17574 ____________________________________________________________________________
17575 [ 18780] By: hv                                    on 2003/02/26  00:25:32
17576         Log: Two typos found by Philip Newton <pnewton@gmx.de>
17577      Branch: perl
17578            ! configpm ext/DB_File/DB_File.pm
17579 ____________________________________________________________________________
17580 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
17581         Log: Add tests for the -C switch.  Depending on the
17582              CLIs some $^O dance may be needed.
17583      Branch: perl
17584            + t/run/switchC.t
17585            ! MANIFEST
17586 ____________________________________________________________________________
17587 [ 18778] By: hv                                    on 2003/02/25  15:24:17
17588         Log: Add missing file from change #18774.
17589      Branch: perl
17590            + t/op/localref.t
17591 ____________________________________________________________________________
17592 [ 18777] By: hv                                    on 2003/02/25  14:07:59
17593         Log: More variables for change #18776.
17594      Branch: perl
17595            ! op.c
17596 ____________________________________________________________________________
17597 [ 18776] By: hv                                    on 2003/02/25  14:04:03
17598         Log: Subject: [perl #20682] [fix] @- array not visible in s///
17599              From: Enache Adrian <enache@rdslink.ro>
17600              Date: Fri, 21 Feb 2003 17:50:14 +0200
17601              Message-ID: <20030221155014.GB793@ratsnest.hole>
17602      Branch: perl
17603            ! op.c t/op/subst.t
17604 ____________________________________________________________________________
17605 [ 18775] By: hv                                    on 2003/02/25  13:53:11
17606         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
17607              From: Enache Adrian <enache@rdslink.ro>
17608              Date: Fri, 21 Feb 2003 17:49:41 +0200
17609              Message-ID: <20030221154941.GA793@ratsnest.hole>
17610      Branch: perl
17611            ! pp_ctl.c t/op/subst.t
17612 ____________________________________________________________________________
17613 [ 18774] By: hv                                    on 2003/02/25  13:21:19
17614         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
17615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17616              Date: Sun, 23 Feb 2003 00:03:27 +0100
17617              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
17618      Branch: perl
17619            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
17620 ____________________________________________________________________________
17621 [ 18773] By: hv                                    on 2003/02/25  12:45:01
17622         Log: Subject: [Encode] 1.88 Released
17623              From: Dan Kogai <dankogai@dan.co.jp>
17624              Date: Thu, 20 Feb 2003 23:49:55 +0900
17625              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
17626      Branch: perl
17627            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
17628            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
17629            ! ext/Encode/lib/Encode/CJKConstants.pm
17630            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
17631            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
17632 ____________________________________________________________________________
17633 [ 18772] By: merijn                                on 2003/02/25  12:12:14
17634         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
17635              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17636              Date: Wed, 19 Feb 2003 13:37:39 -0800
17637              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
17638      Branch: perl
17639            ! lib/CGI.pm
17640 ____________________________________________________________________________
17641 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
17642         Log: Cleanup #18770 as suggested by Rafael.
17643      Branch: perl
17644            ! mg.c perl.h
17645 ____________________________________________________________________________
17646 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
17647         Log: A new try at #18765 (for [perl #20920]).
17648      Branch: perl
17649            ! mg.c
17650 ____________________________________________________________________________
17651 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
17652         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
17653      Branch: perl
17654            ! mg.c
17655 ____________________________________________________________________________
17656 [ 18768] By: chip                                  on 2003/02/24  21:42:57
17657         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
17658              until a change has been submitted.
17659      Branch: perl
17660            + Porting/p4d2p
17661            ! MANIFEST
17662 ____________________________________________________________________________
17663 [ 18767] By: chip                                  on 2003/02/24  21:35:56
17664         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
17665      Branch: perl
17666            ! Porting/check83.pl Porting/findvars Porting/fixCORE
17667            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
17668 ____________________________________________________________________________
17669 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
17670         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
17671      Branch: perl
17672            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
17673            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
17674 ____________________________________________________________________________
17675 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
17676         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
17677              From: Slaven Rezic <slaven@rezic.de>
17678              Date: 14 Feb 2003 09:11:15 +0100
17679              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
17680              
17681              (with slight tweaks)
17682      Branch: perl
17683            ! mg.c
17684 ____________________________________________________________________________
17685 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
17686         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
17687              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
17688              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
17689      Branch: perl
17690            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
17691 ____________________________________________________________________________
17692 [ 18763] By: chip                                  on 2003/02/24  14:54:36
17693         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
17694      Branch: perl
17695            ! op.c win32/perlhost.h
17696 ____________________________________________________________________________
17697 [ 18762] By: hv                                    on 2003/02/24  00:18:42
17698         Log: Remove no-longer-true line from perlop
17699      Branch: perl
17700            ! pod/perlop.pod
17701 ____________________________________________________________________________
17702 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
17703         Log: Chip noticed that the intended optionality of the 'IV' was
17704              forgotten in the change #18758.
17705      Branch: perl
17706            ! ext/Devel/Peek/Peek.t
17707 ____________________________________________________________________________
17708 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
17709         Log: API doc tweaks.
17710      Branch: perl
17711            ! utf8.c
17712 ____________________________________________________________________________
17713 [ 18759] By: sky                                   on 2003/02/21  09:08:30
17714         Log: Change regex to be a bit more friendly against various
17715              outputs from ps -f, regex suggest by rgs
17716      Branch: perl
17717            ! ext/threads/t/join.t
17718 ____________________________________________________________________________
17719 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
17720         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
17721              From: PPrymmer@factset.com
17722              Date: Thu, 20 Feb 2003 13:28:09 -0500
17723              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
17724      Branch: perl
17725            ! ext/Devel/Peek/Peek.t
17726 ____________________________________________________________________________
17727 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
17728         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
17729              From: PPrymmer@factset.com
17730              Date: Wed, 19 Feb 2003 15:04:40 -0500
17731              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
17732      Branch: perl
17733            ! README.vms configure.com
17734 ____________________________________________________________________________
17735 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
17736         Log: Doc tweakage on -C.
17737      Branch: perl
17738            ! pod/perlrun.pod
17739 ____________________________________________________________________________
17740 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
17741         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
17742              From: Brendan O'Dea <bod@debian.org>
17743              Date: Sun, 16 Feb 2003 21:09:23 +1100
17744              Message-ID: <20030216100923.GA29761@londo.c47.org>
17745      Branch: perl
17746            ! pod/perlcompile.pod
17747 ____________________________________________________________________________
17748 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
17749         Log: Document clearly that "_" is always in package "main".
17750      Branch: perl
17751            ! pod/perlvar.pod
17752 ____________________________________________________________________________
17753 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
17754         Log: Subject: Re: [perl #20716] scope error with brackets
17755              From: Enache Adrian <enache@rdslink.ro>
17756              Date: Thu, 13 Feb 2003 04:52:21 +0200
17757              Message-ID: <20030213025221.GA1215@ratsnest.hole>
17758              (better version of change #18687)
17759      Branch: perl
17760            ! t/comp/parser.t toke.c
17761 ____________________________________________________________________________
17762 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
17763         Log: 'A' is not 65 everywhere.
17764      Branch: perl
17765            ! t/op/pack.t
17766 ____________________________________________________________________________
17767 [ 18751] By: chip                                  on 2003/02/19  03:54:45
17768         Log: Support one-parameter unpack(), which unpacks $_.
17769      Branch: perl
17770            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
17771 ____________________________________________________________________________
17772 [ 18750] By: hv                                    on 2003/02/19  00:53:03
17773         Log: more complex assertions activation:
17774              Subject: Re: Did the assertion patch/feature submission get overlooked?
17775              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
17776              Date: Tue, 18 Feb 2003 19:24:13 +0000
17777              Message-ID: <3E52885D.5060903@yahoo.com>
17778      Branch: perl
17779            ! lib/assertions.pm lib/assertions/activate.pm
17780            ! t/comp/assertions.t
17781 ____________________________________________________________________________
17782 [ 18749] By: hv                                    on 2003/02/19  00:19:21
17783         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
17784              From: andreas.koenig@anima.de (Andreas J. Koenig)
17785              Date: Tue, 18 Feb 2003 11:48:40 +0100
17786              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
17787      Branch: perl
17788            ! patchlevel.h
17789 ____________________________________________________________________________
17790 [ 18748] By: hv                                    on 2003/02/19  00:00:41
17791         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
17792              From: Dave Mitchell <davem@fdgroup.com>
17793              Date: Tue, 18 Feb 2003 21:45:45 +0000
17794              Message-ID: <20030218214545.C18547@fdgroup.com>
17795              
17796              and tests for the same:
17797              From: Dave Mitchell <davem@fdgroup.com>
17798              Date: Wed, 19 Feb 2003 00:42:01 +0000
17799              Message-ID: <20030219004201.F18547@fdgroup.com>
17800      Branch: perl
17801            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
17802 ____________________________________________________________________________
17803 [ 18747] By: hv                                    on 2003/02/18  23:47:06
17804         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
17805              problems on case-insensitive file systems. Rename it back to
17806              t/run/switch_A.t
17807      Branch: perl
17808           +> t/run/switch_A.t
17809            - t/run/switchA.t
17810            ! MANIFEST
17811 ____________________________________________________________________________
17812 [ 18746] By: sky                                   on 2003/02/18  21:31:37
17813         Log: Subject: Re: -Os for Darwin why?
17814              From: schwern@pobox.com
17815              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
17816              Message-Id: <20030218113739.D25848@ttul.org>
17817      Branch: perl
17818            ! hints/darwin.sh
17819 ____________________________________________________________________________
17820 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
17821         Log: Format nit.
17822      Branch: perl
17823            ! util.c
17824 ____________________________________________________________________________
17825 [ 18740] By: sky                                   on 2003/02/18  06:33:57
17826         Log: Re: -Os for Darwin why?
17827              From: schwern@pobox.com
17828              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
17829              Message-Id: <20030217191403.A17553@ttul.org>
17830      Branch: perl
17831            ! hints/darwin.sh
17832 ____________________________________________________________________________
17833 [ 18739] By: hv                                    on 2003/02/18  01:04:01
17834         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
17835              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
17836              Date: Mon, 17 Feb 2003 23:38:05 +0000
17837              Message-ID: <3E51725D.5060303@yahoo.com>
17838      Branch: perl
17839            + t/comp/assertions.t t/run/switchA.t
17840            ! MANIFEST
17841 ____________________________________________________________________________
17842 [ 18738] By: hv                                    on 2003/02/18  00:51:24
17843         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
17844              From: Nicholas Clark <nick@ccl4.org>
17845              Date: Mon, 17 Feb 2003 21:07:03 +0000
17846              Message-ID: <20030217210330.A8611@plum.flirble.org>
17847      Branch: perl
17848            ! sv.c
17849 ____________________________________________________________________________
17850 [ 18737] By: hv                                    on 2003/02/18  00:47:00
17851         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
17852              From: Stephen McCamant <smcc@mit.edu>
17853              Date: Mon, 17 Feb 2003 19:34:36 -0500
17854              Date: Mon, 17 Feb 2003 19:34:36 -0500
17855              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
17856      Branch: perl
17857            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
17858            ! ext/B/B/Terse.pm ext/B/t/terse.t
17859 ____________________________________________________________________________
17860 [ 18736] By: hv                                    on 2003/02/17  09:33:47
17861         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
17862              From: Nicholas Clark <nick@unfortu.net>
17863              Date: Sun, 16 Feb 2003 23:09:50 +0000
17864              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
17865      Branch: perl
17866            ! sv.c
17867 ____________________________________________________________________________
17868 [ 18735] By: hv                                    on 2003/02/17  09:13:02
17869         Log: Use the escape E<ntilde> in source files rather than the actual char.
17870      Branch: perl
17871            ! lib/assertions.pm lib/assertions/activate.pm
17872 ____________________________________________________________________________
17873 [ 18734] By: hv                                    on 2003/02/17  09:06:44
17874         Log: Suppress empty #ifdef blocks in embed.pl
17875      Branch: perl
17876            ! embed.h embed.pl
17877 ____________________________________________________________________________
17878 [ 18733] By: hv                                    on 2003/02/17  08:51:53
17879         Log: fix typo in sv.c and regenerate perlapi.pod
17880      Branch: perl
17881            ! pod/perlapi.pod sv.c
17882 ____________________________________________________________________________
17883 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
17884         Log: Philip Newton has eagle eyes :-)
17885      Branch: perl
17886            ! pod/perlrun.pod
17887 ____________________________________________________________________________
17888 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
17889         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
17890      Branch: perl
17891            ! locale.c pod/perlrun.pod pod/perlunicode.pod
17892            ! pod/perluniintro.pod pod/perlvar.pod util.c
17893 ____________________________________________________________________________
17894 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
17895         Log: Make also the -CAL conditional on locale.
17896      Branch: perl
17897            ! perl.c pod/perlrun.pod
17898 ____________________________________________________________________________
17899 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
17900         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
17901      Branch: perl
17902            ! embed.h embed.pl pod/perlembed.pod
17903 ____________________________________________________________________________
17904 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
17905         Log: According to Sarathy it's better have the Ministry
17906              of Information to remove all memory of NO_EMBED.
17907              What NO_EMBED?
17908      Branch: perl
17909            ! embed.h embed.pl
17910 ____________________________________________________________________________
17911 [ 18727] By: hv                                    on 2003/02/16  13:55:10
17912         Log: add support for assertions. Updated form of:
17913              Subject: Re: Did the assertion patch/feature submission get overlooked?
17914              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
17915              Date: Sat, 30 Nov 2002 17:24:09 +0000
17916              Message-ID: <3DE8F439.50402@yahoo.com>
17917      Branch: perl
17918            + lib/assertions.pm lib/assertions/activate.pm
17919            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
17920            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
17921            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
17922 ____________________________________________________________________________
17923 [ 18726] By: hv                                    on 2003/02/16  13:10:32
17924         Log: COW regexps:
17925              Subject: [PATCH] Copy on write for $& and $1...
17926              From: Nicholas Clark <nick@unfortu.net>
17927              Date: Sun, 9 Feb 2003 23:00:09 +0000
17928              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
17929      Branch: perl
17930            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
17931            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
17932 ____________________________________________________________________________
17933 [ 18725] By: hv                                    on 2003/02/16  13:08:52
17934         Log: inline SvREFCNT_dec:
17935              Subject: [PATCH] Copy on write for $& and $1...
17936              From: Nicholas Clark <nick@unfortu.net>
17937              Date: Sun, 9 Feb 2003 23:00:09 +0000
17938              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
17939      Branch: perl
17940            ! embed.fnc embed.h proto.h sv.c sv.h
17941 ____________________________________________________________________________
17942 [ 18723] By: hv                                    on 2003/02/16  11:12:58
17943         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
17944              From: Enache Adrian <enache@rdslink.ro>
17945              Date: Sun, 16 Feb 2003 00:05:10 +0200
17946              Message-ID: <20030215220510.GB893@ratsnest.hole>
17947      Branch: perl
17948            ! op.c
17949 ____________________________________________________________________________
17950 [ 18722] By: hv                                    on 2003/02/16  11:08:06
17951         Log: outdent else-if chain in scope()
17952      Branch: perl
17953            ! op.c
17954 ____________________________________________________________________________
17955 [ 18721] By: hv                                    on 2003/02/16  11:00:47
17956         Log: Subject: [PATCH] arcane tainting bug in vms.c
17957              From: "Craig A. Berry" <craigberry@mac.com>
17958              Date: Sat, 15 Feb 2003 12:29:03 -0600
17959              Message-ID: <3E4E86EF.8090609@mac.com>
17960      Branch: perl
17961            ! vms/vms.c
17962 ____________________________________________________________________________
17963 [ 18720] By: hv                                    on 2003/02/16  10:54:58
17964         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
17965              integer, but extend to runtime. Based on:
17966              Subject: Re: [perl #20827] Unexpected scientific notation.
17967              From: hv@crypt.org
17968              Date: Wed, 12 Feb 2003 03:12:43 +0000
17969              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
17970      Branch: perl
17971            ! op.c pp.c
17972 ____________________________________________________________________________
17973 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
17974         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
17975              which will disable the short forms of the Perl_ API, good for
17976              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
17977      Branch: perl
17978            ! embed.h embed.pl pod/perlembed.pod
17979 ____________________________________________________________________________
17980 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
17981         Log: Clarify the -C syntax a bit.
17982      Branch: perl
17983            ! pod/perlrun.pod
17984 ____________________________________________________________________________
17985 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
17986         Log: Forgotten from #18715.
17987      Branch: perl
17988            ! embed.h proto.h
17989 ____________________________________________________________________________
17990 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
17991         Log: The new(er) way of controlling Unicode I/O (and other) features;
17992              -C (or PERL_UNICODE).  See perlrun/-C for more details.
17993      Branch: perl
17994            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
17995            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
17996            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
17997            ! util.c
17998 ____________________________________________________________________________
17999 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
18000         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
18001      Branch: perl
18002            ! ext/Storable/Storable.xs
18003 ____________________________________________________________________________
18004 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
18005         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
18006              even closer to each other.  The dec_osf.pl is irrelevant
18007              for the current core but adding it makes for one less exception
18008              when integrating.
18009      Branch: perl
18010            + ext/Digest/MD5/hints/dec_osf.pl
18011            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
18012            ! ext/Digest/MD5/t/files.t
18013 ____________________________________________________________________________
18014 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
18015         Log: Update MD5 Changes; update checksums.
18016      Branch: perl
18017            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
18018 ____________________________________________________________________________
18019 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
18020         Log: Update the MD5 checksums.
18021      Branch: perl
18022            ! ext/Digest/MD5/t/files.t
18023 ____________________________________________________________________________
18024 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
18025         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
18026              (problem noticed by Graham with List::Util).
18027      Branch: perl
18028            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
18029            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
18030 ____________________________________________________________________________
18031 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
18032         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
18033              From: Enache Adrian <enache@rdslink.ro>
18034              Date: Sat, 15 Feb 2003 00:37:40 +0200
18035              Message-ID: <20030214223740.GA13575@ratsnest.hole>
18036      Branch: perl
18037            ! pp.c t/op/split.t
18038 ____________________________________________________________________________
18039 [ 18707] By: hv                                    on 2003/02/15  06:38:15
18040         Log: Subject: [doc patch] ext/threads/shared/shared.pm
18041              From: Stas Bekman <stas@stason.org>
18042              Date: Fri, 14 Feb 2003 11:12:39 +1100
18043              Message-ID: <3E4C3477.7030306@stason.org>
18044      Branch: perl
18045            ! ext/threads/shared/shared.pm
18046 ____________________________________________________________________________
18047 [ 18706] By: hv                                    on 2003/02/15  06:32:35
18048         Log: Subject: Re: perlvar phrasing clarification for $^S
18049              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
18050              Date: Fri, 14 Feb 2003 10:12:00 +1100
18051              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
18052      Branch: perl
18053            ! pod/perlvar.pod
18054 ____________________________________________________________________________
18055 [ 18705] By: hv                                    on 2003/02/15  06:27:07
18056         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
18057              From: Dave Mitchell <davem@fdgroup.com>
18058              Date: Fri, 14 Feb 2003 22:48:27 +0000
18059              Message-ID: <20030214224827.B6783@fdgroup.com>
18060              
18061              with tests:
18062              From: Slaven Rezic <slaven@rezic.de>
18063              Date: 14 Feb 2003 20:23:20 +0100
18064              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
18065      Branch: perl
18066            ! pp.c t/op/substr.t t/op/vec.t
18067 ____________________________________________________________________________
18068 [ 18704] By: hv                                    on 2003/02/15  06:17:06
18069         Log: Subject: Re: overriding builtins quirk
18070              From: Jerrad Pierce <belg4mit@MIT.EDU>
18071              Date: Fri, 14 Feb 2003 09:28:13 -0500
18072              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
18073      Branch: perl
18074            ! pod/perlsub.pod
18075 ____________________________________________________________________________
18076 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
18077         Log: Subject: Re: trying to fix #20154, #20357
18078              From: Enache Adrian <enache@rdslink.ro>
18079              Date: Sat, 8 Feb 2003 21:05:14 +0200
18080              Message-ID: <20030208190514.GA866@ratsnest.hole>
18081              (fixes #19061 as well)
18082      Branch: perl
18083            ! pp_ctl.c t/op/goto.t
18084 ____________________________________________________________________________
18085 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
18086         Log: Update to Scalar-List-Utils 1.11
18087      Branch: perl
18088            + ext/List/Util/t/proto.t
18089            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18090            ! ext/List/Util/lib/List/Util.pm
18091            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
18092 ____________________________________________________________________________
18093 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
18094         Log: gcc 3.2.1 does not have -Wall faith that tmp
18095              will not be used uninitialized.
18096      Branch: perl
18097            ! toke.c
18098 ____________________________________________________________________________
18099 [ 18698] By: hv                                    on 2003/02/12  03:01:32
18100         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
18101              From: Slaven Rezic <slaven@rezic.de>
18102              Date: 30 Jan 2003 19:03:41 +0100
18103              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
18104      Branch: perl
18105            ! utils/perlbug.PL
18106 ____________________________________________________________________________
18107 [ 18697] By: hv                                    on 2003/02/12  02:20:39
18108         Log: Subject: [PATCH 5.9.0] to silence compiler warning
18109              From: Robin Barker <Robin.Barker@npl.co.uk>
18110              Date: Tue, 28 Jan 2003 13:27:17 -0000
18111              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
18112      Branch: perl
18113            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
18114            ! universal.c util.c
18115 ____________________________________________________________________________
18116 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
18117         Log: Subject: [perl #20654] %*v02x considered invalid in printf
18118              From: Robin Barker (via RT) <perlbug-followup@perl.org>
18119              Date: 10 Feb 2003 16:43:23 -0000
18120              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
18121      Branch: perl
18122            ! sv.c t/op/sprintf.t
18123 ____________________________________________________________________________
18124 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
18125         Log: Subject: mini-[patch] perlrun "^$W" typo
18126              From: Iain Truskett <spoon@dellah.org>
18127              Date: Tue, 11 Feb 2003 08:38:52 +1100
18128              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
18129      Branch: perl
18130            ! pod/perlrun.pod
18131 ____________________________________________________________________________
18132 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
18133         Log: Subject: [PATCH] More B::Concise fixes
18134              From: Stephen McCamant <smcc@mit.edu>
18135              Date: Sun, 9 Feb 2003 17:28:38 -0500
18136              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
18137      Branch: perl
18138            ! ext/B/B/Concise.pm
18139 ____________________________________________________________________________
18140 [ 18693] By: merijn                                on 2003/02/11  08:14:29
18141         Log: More code cleanup.
18142              
18143              Subject: Re: New SV Flag
18144              Date: Fri, 07 Feb 2003 09:57:43 +0100
18145              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18146              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
18147      Branch: perl
18148            ! sv.c sv.h
18149 ____________________________________________________________________________
18150 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
18151         Log: Dueling patches.
18152      Branch: perl
18153            - lib/CPAN/ChangeLog
18154            ! MANIFEST
18155 ____________________________________________________________________________
18156 [ 18691] By: hv                                    on 2003/02/11  00:27:56
18157         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
18158              From: Mark Mielke <mark@mark.mielke.cc>
18159              Date: Mon, 20 Jan 2003 19:56:13 -0500
18160              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
18161      Branch: perl
18162            ! sv.c
18163 ____________________________________________________________________________
18164 [ 18690] By: hv                                    on 2003/02/10  22:08:05
18165         Log: fix comment in change #18689
18166      Branch: perl
18167            ! sv.c
18168 ____________________________________________________________________________
18169 [ 18689] By: hv                                    on 2003/02/10  21:59:34
18170         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
18171              Now allows but ignores the 'l' modifier on floating point formats
18172              and adds a couple of tests.
18173      Branch: perl
18174            ! sv.c t/op/sprintf.t
18175 ____________________________________________________________________________
18176 [ 18688] By: sky                                   on 2003/02/10  19:54:13
18177         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
18178              From: Enache Adrian <enache@rdslink.ro>
18179              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
18180              Message-Id: <20030209201025.GA1247@ratsnest.hole>
18181      Branch: perl
18182            ! pp_ctl.c
18183 ____________________________________________________________________________
18184 [ 18687] By: sky                                   on 2003/02/10  18:13:29
18185         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
18186              From: Enache Adrian <enache@rdslink.ro>
18187              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
18188              Message-id: <20030210174858.GA872@ratsnest.hole>
18189      Branch: perl
18190            ! t/comp/parser.t toke.c
18191 ____________________________________________________________________________
18192 [ 18686] By: sky                                   on 2003/02/10  18:11:35
18193         Log: Compile under threads and MacOSX. For some reason newSVpvf
18194              was not exapnded.
18195      Branch: perl
18196            ! universal.c
18197 ____________________________________________________________________________
18198 [ 18685] By: ams                                   on 2003/02/10  03:44:07
18199         Log: No, we don't really want the utility scripts.
18200      Branch: perl
18201            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
18202            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
18203            ! MANIFEST ext/MIME/Base64/Makefile.PL
18204 ____________________________________________________________________________
18205 [ 18684] By: hv                                    on 2003/02/10  01:43:12
18206         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
18207              Subject: [perl #20536] use if 1, open => ':utf8' fails
18208              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
18209              Date: 24 Jan 2003 22:39:06 -0000
18210              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
18211      Branch: perl
18212            ! lib/if.pm lib/if.t
18213 ____________________________________________________________________________
18214 [ 18683] By: hv                                    on 2003/02/10  01:15:52
18215         Log: Subject: RE: perldebug.pod suggestion
18216              From: "Jay Hannah" <jhannah@omnihotels.com>
18217              Date: Fri, 24 Jan 2003 11:28:44 -0600
18218              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
18219      Branch: perl
18220            ! pod/perldebug.pod
18221 ____________________________________________________________________________
18222 [ 18682] By: hv                                    on 2003/02/10  00:26:50
18223         Log: Subject: [PATCH] version objects final(?) patch
18224              From: John Peacock <jpeacock@rowman.com>
18225              Date: Sun, 05 Jan 2003 21:28:41 -0500
18226              Message-ID: <3E18E9D9.2040908@rowman.com>
18227      Branch: perl
18228            ! lib/version.pm lib/version.t universal.c util.c
18229 ____________________________________________________________________________
18230 [ 18680] By: chip                                  on 2003/02/09  17:39:33
18231         Log: Add CPAN ChangeLog to MANIFEST.
18232      Branch: perl
18233            ! MANIFEST
18234 ____________________________________________________________________________
18235 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
18236         Log: CPAN ChangeLog not needed, says Andreas.
18237      Branch: perl
18238            ! MANIFEST
18239 ____________________________________________________________________________
18240 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
18241         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
18242              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
18243              Date: 8 Feb 2003 11:54:11 -0000
18244              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
18245      Branch: perl
18246            ! ext/PerlIO/encoding/encoding.pm
18247 ____________________________________________________________________________
18248 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
18249         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
18250              From: Stas Bekman <stas@stason.org>
18251              Date: Sat, 08 Feb 2003 11:12:28 +1100
18252              Message-ID: <3E444B6C.5060407@stason.org>
18253      Branch: perl
18254            ! doio.c
18255 ____________________________________________________________________________
18256 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
18257         Log: Possible cruft removal.
18258      Branch: perl
18259            ! x2p/Makefile.SH
18260 ____________________________________________________________________________
18261 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
18262         Log: Signedness nits.
18263      Branch: perl
18264            ! toke.c
18265 ____________________________________________________________________________
18266 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
18267         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
18268      Branch: perl
18269            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
18270            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
18271            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
18272            ! utils.lst
18273 ____________________________________________________________________________
18274 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
18275         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
18276      Branch: perl
18277            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
18278            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
18279            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
18280            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
18281 ____________________________________________________________________________
18282 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
18283         Log: Subject: [PATCH] perluniintro nit
18284              From: Autrijus Tang <autrijus@autrijus.org>
18285              Date: Fri, 7 Feb 2003 00:02:49 +0800
18286              Message-ID: <20030206160249.GA12984@not.autrijus.org>
18287      Branch: perl
18288            ! pod/perluniintro.pod
18289 ____________________________________________________________________________
18290 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
18291         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
18292              From: PPrymmer@factset.com
18293              Date: Wed, 5 Feb 2003 12:00:05 -0500
18294              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
18295      Branch: perl
18296            ! t/pod/find.t
18297 ____________________________________________________________________________
18298 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
18299         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
18300      Branch: perl
18301            ! proto.h
18302 ____________________________________________________________________________
18303 [ 18666] By: sky                                   on 2003/02/06  09:39:24
18304         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
18305              why we are not using SvOOK_on.
18306      Branch: perl
18307            ! sv.c
18308 ____________________________________________________________________________
18309 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
18310         Log: Things forgotten from Encode 1.87.
18311      Branch: perl
18312            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
18313 ____________________________________________________________________________
18314 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
18315         Log: Upgrade to Encode 1.87.
18316      Branch: perl
18317            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
18318            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
18319            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
18320            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
18321            ! ext/Encode/lib/Encode/CJKConstants.pm
18322            ! ext/Encode/lib/Encode/Encoder.pm
18323            ! ext/Encode/lib/Encode/Encoding.pm
18324            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
18325            ! ext/Encode/t/enc_eucjp.t
18326 ____________________________________________________________________________
18327 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
18328         Log: Add the test of [perl #8760] (fixed by change #18656).
18329      Branch: perl
18330            ! t/run/fresh_perl.t
18331 ____________________________________________________________________________
18332 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
18333         Log: has become fixed too (by changes #18653
18334              and #18658, methinks), adding the test(s).
18335      Branch: perl
18336            ! t/op/pat.t
18337 ____________________________________________________________________________
18338 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
18339         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
18340              From: Inaba HIroto <inaba@st.rim.or.jp>
18341              Date: Sat, 01 Feb 2003 21:58:20 +0900
18342              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
18343      Branch: perl
18344            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
18345            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
18346            ! ext/Encode/lib/Encode/Encoding.pm
18347            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
18348            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
18349 ____________________________________________________________________________
18350 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
18351         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
18352              From: PPrymmer@factset.com
18353              Date: Tue, 4 Feb 2003 12:03:17 -0500
18354              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
18355      Branch: perl
18356            ! ext/PerlIO/via/via.xs
18357 ____________________________________________________________________________
18358 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
18359         Log: s/S_cache_re/cache_re/ for building with threads.
18360      Branch: perl
18361            ! regexec.c
18362 ____________________________________________________________________________
18363 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
18364         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
18365              From: Stephen McCamant <smcc@mit.edu>
18366              Date: Mon, 3 Feb 2003 21:01:07 -0500
18367              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
18368      Branch: perl
18369            ! ext/B/B/Concise.pm ext/B/t/concise.t
18370 ____________________________________________________________________________
18371 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
18372         Log: Better version of change #18648, by Enache Adrian
18373              Message-ID: <20030204101533.GA11817@ratsnest.hole>
18374      Branch: perl
18375            ! op.c
18376 ____________________________________________________________________________
18377 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
18378         Log: Add the new test to MANIFEST.
18379      Branch: perl
18380            ! MANIFEST
18381 ____________________________________________________________________________
18382 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
18383         Log: Sync with 1.10
18384      Branch: perl
18385            + ext/List/Util/t/lln.t
18386            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18387            ! ext/List/Util/lib/List/Util.pm
18388            ! ext/List/Util/lib/Scalar/Util.pm
18389 ____________________________________________________________________________
18390 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
18391         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
18392              The PL_regdata was not set up (S_cache_re()) before it
18393              was needed (S_reginclass()).  The test put in fresh_perl.t
18394              because we need a pristine state to start.
18395      Branch: perl
18396            ! regexec.c t/run/fresh_perl.t
18397 ____________________________________________________________________________
18398 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
18399         Log: Comment tweak.
18400      Branch: perl
18401            ! t/op/pat.t
18402 ____________________________________________________________________________
18403 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
18404         Log: Signedness issue.
18405      Branch: perl
18406            ! ext/MIME/Base64/Base64.xs
18407 ____________________________________________________________________________
18408 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
18409         Log: Force the C locale in makedepend, to prevent gcc from
18410              producing locale-dependent messages.
18411      Branch: perl
18412            ! makedepend.SH
18413 ____________________________________________________________________________
18414 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
18415         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
18416      Branch: perl
18417            ! pod/perlrun.pod
18418 ____________________________________________________________________________
18419 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
18420         Log: Fix bug #8760 : cop_line isn't properly restored
18421              when a module is loaded at runtime behind the scenes.
18422      Branch: perl
18423            ! op.c t/lib/warnings/perlio
18424 ____________________________________________________________________________
18425 [ 18647] By: merijn                                on 2003/02/03  16:14:00
18426         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
18427              From: Abe Timmerman <abe@ztreet.demon.nl>
18428              Date: Sun, 2 Feb 2003 18:27:57 +0100
18429              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
18430      Branch: perl
18431            ! hints/openbsd.sh
18432 ____________________________________________________________________________
18433 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
18434         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
18435              (Made Solaris go boom.)
18436      Branch: perl
18437            ! Configure
18438 ____________________________________________________________________________
18439 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
18440         Log: Detypo.
18441      Branch: perl
18442            ! cop.h
18443 ____________________________________________________________________________
18444 [ 18642] By: ams                                   on 2003/02/03  08:26:36
18445         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
18446              utility scripts?)
18447      Branch: perl
18448            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
18449            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
18450            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18451            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18452            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
18453            ! ext/MIME/Base64/t/quoted-print.t
18454 ____________________________________________________________________________
18455 [ 18641] By: sky                                   on 2003/02/02  23:46:24
18456         Log: In any case, never copy this but use the same SV since
18457              if we copy we loose the hash we so badly need.
18458              For op_const we might still need to copy however.
18459      Branch: perl
18460            ! op.c
18461 ____________________________________________________________________________
18462 [ 18640] By: sky                                   on 2003/02/02  23:38:40
18463         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
18464              threading issue. Should perhaps be a PVOP to save memory, but then
18465              we have nowhere to store the hash of the function!
18466      Branch: perl
18467            ! dump.c op.c pp_hot.c
18468 ____________________________________________________________________________
18469 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
18470         Log: Plan 9: Some time has passed.
18471      Branch: perl
18472            ! plan9/buildinfo
18473 ____________________________________________________________________________
18474 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
18475         Log: Subject: Re: typo in checkin 18616
18476              From: Nick Ing-Simmons <nick@ing-simmons.net>
18477              Date: Sun, 02 Feb 2003 17:23:08 +0000
18478              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
18479      Branch: perl
18480            ! XSUB.h
18481 ____________________________________________________________________________
18482 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
18483         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
18484      Branch: perl
18485            + plan9/config_sh.sample
18486            ! MANIFEST
18487 ____________________________________________________________________________
18488 [ 18634] By: ams                                   on 2003/02/02  18:07:01
18489         Log: Subject: [PATCH] pod/perlfunc.pod
18490              From: abigail@abigail.nl
18491              Date: Sun, 2 Feb 2003 16:59:48 +0100
18492              Message-Id: <20030202155948.7971.qmail@abigail.nl>
18493      Branch: perl
18494            ! pod/perlfunc.pod
18495 ____________________________________________________________________________
18496 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
18497         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
18498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18499              Date: Wed, 22 Jan 2003 22:35:56 +0100
18500              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
18501      Branch: perl
18502            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
18503 ____________________________________________________________________________
18504 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
18505         Log: Also [perl #3547] has been fixed; add its test case.
18506      Branch: perl
18507            ! t/op/pat.t
18508 ____________________________________________________________________________
18509 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
18510         Log: The [perl #7471] seems to have been fixed; add its test.
18511      Branch: perl
18512            ! t/op/pat.t
18513 ____________________________________________________________________________
18514 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
18515         Log: seems to have been fixed; add its test.
18516      Branch: perl
18517            ! t/op/pat.t
18518 ____________________________________________________________________________
18519 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
18520         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
18521      Branch: perl
18522            + plan9/config_h.sample
18523            ! MANIFEST
18524 ____________________________________________________________________________
18525 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
18526         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
18527      Branch: perl
18528            ! plan9/config.plan9
18529 ____________________________________________________________________________
18530 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
18531         Log: Plan 9: Update the list of object files.
18532      Branch: perl
18533            ! plan9/mkfile
18534 ____________________________________________________________________________
18535 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
18536         Log: Plan 9: No Configure.
18537      Branch: perl
18538            ! Configure
18539 ____________________________________________________________________________
18540 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
18541         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
18542      Branch: perl
18543            ! Configure
18544 ____________________________________________________________________________
18545 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
18546         Log: minitest wasn't working.  (The $^X /miniperl/ test in
18547              io/crlf.t didn't work in Tru64, $^X was "./perl", used
18548              the same 'eval q/use .../' trick everywhere.)
18549      Branch: perl
18550            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
18551            ! t/uni/tr_utf8.t
18552 ____________________________________________________________________________
18553 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
18554         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
18555              (test.pl-ise quotemeta.t, too)
18556      Branch: perl
18557            ! t/op/quotemeta.t toke.c
18558 ____________________________________________________________________________
18559 [ 18618] By: sky                                   on 2003/02/01  21:04:36
18560         Log: Fix bug #15837, temporary from storable call hadn't gotten
18561              freed yet and was cloned but without a real (AvREAL)
18562              reference to it. @_ doesn't refcount!
18563      Branch: perl
18564            ! ext/threads/threads.xs
18565 ____________________________________________________________________________
18566 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
18567         Log: Integrate from perlio:
18568              
18569              [ 18591]
18570              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
18571              correct XSUB.h 
18572              
18573              [ 18611]
18574              Michael Schroeder's fix for re-try if stdio ops after 
18575              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
18576              
18577              [ 18612]
18578              PerlIO friendly version of speed up of $/ = undef case.
18579              
18580              [ 18613]
18581              fflush() before invalidating stdio's fileno.
18582      Branch: perl
18583           !> XSUB.h perlio.c sv.c
18584 ____________________________________________________________________________
18585 [ 18615] By: sky                                   on 2003/02/01  12:01:01
18586         Log: Don't free thread before using it, breaks platforms that
18587              trust that I really want to free what I free, (like HPUX
18588              and AIX).
18589      Branch: perl
18590            ! ext/threads/threads.xs
18591 ____________________________________________________________________________
18592 [ 18614] By: ams                                   on 2003/02/01  12:00:29
18593         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
18594              From: Nick Ing-Simmons <nick@ing-simmons.net>
18595              Date: Sat, 01 Feb 2003 13:03:52 +0000
18596              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
18597      Branch: perl
18598            ! perlio.c
18599 ____________________________________________________________________________
18600 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
18601         Log: Go even further (back) than change #18608 and revert
18602              to the 5.8.0 code, since otherwise split.t #40 fails.
18603              The four new tests of pat.t should keep us more honest.
18604      Branch: perl
18605            ! regexec.c
18606 ____________________________________________________________________________
18607 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
18608         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
18609              From: Enache Adrian <enache@rdslink.ro>
18610              Date: Fri, 31 Jan 2003 09:20:59 +0200
18611              Message-ID: <20030131072059.GB6045@ratsnest.hole>
18612      Branch: perl
18613            ! regexec.c t/op/pat.t
18614 ____________________________________________________________________________
18615 [ 18607] By: ams                                   on 2003/01/31  02:29:56
18616         Log: Fix typo in version check ($[ to $]).
18617      Branch: perl
18618            ! ext/Storable/t/restrict.t
18619 ____________________________________________________________________________
18620 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
18621         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
18622              From: Jose.auguste-etienne@cgss-guyane.fr
18623              Date: Thu, 30 Jan 2003 12:40:53 -0300
18624              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
18625      Branch: perl
18626            ! pod/perlunicode.pod
18627 ____________________________________________________________________________
18628 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
18629         Log: code example in the FAQ that isn't strict-friendly.
18630              Subject: [perl #20616] Tie::IxHash doc error.
18631              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
18632              Date: 30 Jan 2003 11:43:17 -0000
18633              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
18634      Branch: perl
18635            ! pod/perlfaq4.pod
18636 ____________________________________________________________________________
18637 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
18638         Log: FAQ sync.
18639      Branch: perl
18640            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
18641            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
18642            ! pod/perlfaq8.pod
18643 ____________________________________________________________________________
18644 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
18645         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
18646              From: Enache Adrian <enache@rdslink.ro>
18647              Date: Thu, 30 Jan 2003 10:48:09 +0200
18648              Message-ID: <20030130084809.GA16902@ratsnest.hole>
18649              
18650              Fix for half of the failures, with an expanded test.
18651      Branch: perl
18652            ! lib/utf8.t sv.c
18653 ____________________________________________________________________________
18654 [ 18602] By: merijn                                on 2003/01/30  06:31:50
18655         Log: Updates to the openbsd hints
18656              
18657              Subject: [perl #20606] [no subject]
18658              Date: 29 Jan 2003 18:38:37 -0000
18659              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
18660              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
18661      Branch: perl
18662            ! hints/openbsd.sh
18663 ____________________________________________________________________________
18664 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
18665         Log: More of the #18600.
18666      Branch: perl
18667            ! pad.c
18668 ____________________________________________________________________________
18669 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
18670         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
18671              dumping (but now use SvPV_nolen).  (This change made an empty
18672              prototype to show up as "_" under -Uuseperlio.)
18673      Branch: perl
18674            ! dump.c
18675 ____________________________________________________________________________
18676 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
18677         Log: Fix a very small memory leak in op_free, by reserving the
18678              case op_seq == (U16)-1 for the compiler backend
18679              
18680              Subject: Re: Freeing code
18681              From: "Paul Johnson" <paul@pjcj.net>
18682              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
18683              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
18684      Branch: perl
18685            ! op.c
18686 ____________________________________________________________________________
18687 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
18688         Log: Integrate from maint-5.8:
18689              Change 18450 :
18690              Tiny output tweak.
18691              Change 18429 :
18692              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
18693              things like drand48_data are undefined).
18694              Change 18388 :
18695              List the PERL_MAGIC_utf8 ('w') flag.
18696      Branch: perl
18697           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
18698 ____________________________________________________________________________
18699 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
18700         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
18701              From: Slaven Rezic <slaven@rezic.de>
18702              Date: 14 Jan 2003 20:58:54 +0100
18703              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
18704      Branch: perl
18705            ! ext/Sys/Hostname/Hostname.pm
18706 ____________________________________________________________________________
18707 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
18708         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
18709              without the lval context tweak. Used in OP_DBSTATE.
18710              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
18711              From: Dave Mitchell <davem@fdgroup.com>
18712              Date: Sun, 26 Jan 2003 17:42:42 +0000
18713              Message-ID: <20030126174242.H16182@fdgroup.com>
18714      Branch: perl
18715            ! cop.h pp_ctl.c
18716 ____________________________________________________________________________
18717 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
18718         Log: Subject: [PATCH] make Copy On Write work once again
18719              From: Nicholas Clark <nick@unfortu.net>
18720              Date: Sat, 25 Jan 2003 00:25:50 +0000
18721              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
18722      Branch: perl
18723            ! sv.h
18724 ____________________________________________________________________________
18725 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
18726         Log: Update the pod list for Plan 9.
18727      Branch: perl
18728            ! plan9/mkfile
18729 ____________________________________________________________________________
18730 [ 18593] By: sky                                   on 2003/01/26  22:37:21
18731         Log: When we copy things out of a hash and increment the 
18732              refcount of the shared scalar, we really must protect
18733              that refcount increase with a lock, or else it might not
18734              happen. Fixes segfault when objects would prematurely
18735              be killed.
18736      Branch: perl
18737            ! ext/threads/shared/shared.xs
18738 ____________________________________________________________________________
18739 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
18740         Log: Missing (STRLEN)casts.
18741      Branch: perl
18742            ! sv.c
18743 ____________________________________________________________________________
18744 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
18745         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
18746              
18747              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
18748              From: Dave Mitchell <davem@fdgroup.com>
18749              Date: Fri, 24 Jan 2003 18:44:19 +0000
18750              Message-ID: <20030124184419.F11179@fdgroup.com>
18751      Branch: perl
18752            ! mg.c op.h pp_ctl.c
18753 ____________________________________________________________________________
18754 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
18755         Log: Lest people get worried about not having PerlIO.
18756      Branch: perl
18757            ! pod/perluniintro.pod
18758 ____________________________________________________________________________
18759 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
18760         Log: Plan 9 doesn't do nm, from Russ Cox.
18761      Branch: perl
18762            ! Configure
18763 ____________________________________________________________________________
18764 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
18765         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
18766      Branch: perl
18767            ! plan9/plan9ish.h
18768 ____________________________________________________________________________
18769 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
18770         Log: Plan 9 compiler can't return quads from the ?: (condop).
18771              (There may be more spots like this, so a Configure test
18772              maybe in order, but this works for now.)  From Russ Cox.
18773      Branch: perl
18774            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
18775 ____________________________________________________________________________
18776 [ 18581] By: ams                                   on 2003/01/26  05:29:40
18777         Log: Subject: Re: truncate using a globref
18778              From: Slaven Rezic <slaven@rezic.de>
18779              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
18780              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
18781      Branch: perl
18782            ! pp_sys.c t/io/fs.t
18783 ____________________________________________________________________________
18784 [ 18580] By: ams                                   on 2003/01/26  04:57:47
18785         Log: Subject: patch to speed up Perl's slurp mode
18786              From: Enache Adrian <enache@rdslink.ro>
18787              Date: Fri, 24 Jan 2003 06:23:54 +0200
18788              Message-Id: <20030124042354.GA30362@ratsnest.hole>
18789      Branch: perl
18790            ! sv.c
18791 ____________________________________________________________________________
18792 [ 18579] By: ams                                   on 2003/01/26  02:50:44
18793         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
18794              From: Enache Adrian <enache@rdslink.ro>
18795              Date: Sun, 26 Jan 2003 04:55:48 +0200
18796              Message-Id: <20030126025548.GB812@ratsnest.hole>
18797      Branch: perl
18798            ! pp_ctl.c
18799 ____________________________________________________________________________
18800 [ 18578] By: ams                                   on 2003/01/26  02:40:20
18801         Log: Subject: [PATCH Storable 2.06] const declaration fixup
18802              From: "Craig A. Berry" <craigberry@mac.com>
18803              Date: Thu, 23 Jan 2003 16:24:46 -0600
18804              Message-Id: <3E306BAE.4030807@mac.com>
18805      Branch: perl
18806            ! ext/Storable/Storable.xs
18807 ____________________________________________________________________________
18808 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
18809         Log: Subject: [PATCH] move pad.c warnings to different test file
18810              From: Dave Mitchell <davem@fdgroup.com>
18811              Date: Thu, 23 Jan 2003 20:56:47 +0000
18812              Message-ID: <20030123205647.C8696@fdgroup.com>
18813      Branch: perl
18814            + t/lib/warnings/pad
18815            ! MANIFEST t/lib/warnings/op
18816 ____________________________________________________________________________
18817 [ 18573] By: nick                                  on 2003/01/23  07:26:43
18818         Log: Fix Solaris 32-bit invalidate case.
18819      Branch: perl
18820            ! perlio.c
18821 ____________________________________________________________________________
18822 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
18823         Log: Integrate change 18448 from maint-5.8 :
18824              
18825              Subject: Partial Data::Dumper patch
18826              From: Richard Clamp <richardc@unixbeard.net>
18827              Date: Sat, 4 Jan 2003 00:52:47 +0000
18828              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
18829              
18830              Subject: Re: Partial Data::Dumper patch
18831              From: Slaven Rezic <slaven@rezic.de>
18832              Date: 04 Jan 2003 02:48:08 +0100
18833              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
18834      Branch: perl
18835           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18836 ____________________________________________________________________________
18837 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
18838         Log: Subject: [PATCH] Re: difference between my and our before introduction
18839              From: Dave Mitchell <davem@fdgroup.com>
18840              Date: Thu, 16 Jan 2003 17:12:37 +0000
18841              Message-ID: <20030116171237.C420@fdgroup.com>
18842              (with a small test tweak)
18843      Branch: perl
18844            ! pad.c t/comp/our.t toke.c
18845 ____________________________________________________________________________
18846 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
18847         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
18848      Branch: perl
18849            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
18850 ____________________________________________________________________________
18851 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
18852         Log: Integrate from perlio:
18853              [ 18560]
18854              Fixes for open.pm which attempts to load layers:
18855              1. C equivalent of local $SIG{__WARN__} = sub {} 
18856              while loading layers to supress warnings lib/open.t does
18857              not want.
18858              2. The loading scheme does not recurse now so look for 
18859              new symptom of bad layer which is that a good module 
18860              fails to load (as we cannot open any files).
18861              
18862              NOTE: In my opinion open.pm should probably die on bad layer
18863              spec rather than just (maybe) warning and then allowing opens
18864              to fail.
18865      Branch: perl
18866           !> lib/open.t perlio.c
18867 ____________________________________________________________________________
18868 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
18869         Log: Upgrade to Encode 1.86.
18870      Branch: perl
18871            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
18872            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
18873            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18874 ____________________________________________________________________________
18875 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
18876         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
18877              From: Dave Mitchell <davem@fdgroup.com>
18878              Date: Sun, 19 Jan 2003 17:22:05 +0000
18879              Message-ID: <20030119172204.D24444@fdgroup.com>
18880      Branch: perl
18881            ! dump.c
18882 ____________________________________________________________________________
18883 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
18884         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
18885              From: Nicholas Clark <nick@unfortu.net>
18886              Date: Tue, 21 Jan 2003 22:27:21 +0000
18887              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
18888      Branch: perl
18889            ! sv.c t/op/ref.t
18890 ____________________________________________________________________________
18891 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
18892         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
18893              From: Robin Barker <Robin.Barker@npl.co.uk>
18894              Date: Mon, 20 Jan 2003 15:26:21 -0000
18895              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
18896      Branch: perl
18897            ! perlio.h
18898 ____________________________________________________________________________
18899 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
18900         Log: Integrate from perlio:
18901              [ 18539]
18902              Try the invalidate_fileno() idea for non-leaky stdio sockets.
18903              
18904              [ 18540]
18905              stdio does NOT set errno==EBADF on invalidated fileno
18906              
18907              [ 18547]
18908              Tweak APItest for new semantics of printf.
18909              Now printf() is always real printf() and not #define'd to 
18910              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
18911              back to original file does not affect stdout unless we are 
18912              using :stdio as implementation. So things printf()ed XS side 
18913              are not written to file (and turn up at end of test).
18914              So add an XS function which does fflush(stdout), modify .pm
18915              file to export it and .t file to call it.
18916              
18917              [ 18548]
18918              Add defined(__osf__) case to invalidate_fileno (for Tru64).
18919              
18920              [ 18549]
18921              Report layer name (without arg) on fail, and attempt to 
18922              autoload layer name. (Fix for [perl #20460]).
18923              
18924              [ 18550]
18925              #if defined(__irix__) (for stdio invalidate) from Jarkko.
18926      Branch: perl
18927           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
18928           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
18929 ____________________________________________________________________________
18930 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
18931         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
18932              From: Dave Mitchell <davem@fdgroup.com>
18933              Date: Sun, 19 Jan 2003 16:43:54 +0000
18934              Message-ID: <20030119164353.B24444@fdgroup.com>
18935      Branch: perl
18936            ! av.c t/op/array.t
18937 ____________________________________________________________________________
18938 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
18939         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
18940              From: Martti Rahkila <martti.rahkila@hut.fi>
18941              Date: Sat, 18 Jan 2003 00:25:39 +0200
18942              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
18943              
18944              (chose the 'even safer' version)
18945      Branch: perl
18946            ! lib/Term/Complete.pm
18947 ____________________________________________________________________________
18948 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
18949         Log: Subject: [PATCH] assert PV isn't RV
18950              From: Nicholas Clark <nick@unfortu.net>
18951              Date: Fri, 17 Jan 2003 19:40:45 +0000
18952              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
18953      Branch: perl
18954            ! sv.h
18955 ____________________________________________________________________________
18956 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
18957         Log: Integrate from maint-5.8:
18958              [ 18375]
18959              Better version of change #18370; use the new 'E' flag
18960              so that cxinc is exposed (as cpp) only to List::Util
18961              (well, any extension) (well, anyone who does -DPERL_EXT),
18962              no need to export it globally.
18963      Branch: perl
18964           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
18965 ____________________________________________________________________________
18966 [ 18545] By: ams                                   on 2003/01/22  06:06:26
18967         Log: Subject: [PATCH perl-current] AUTHORS correction
18968              From: Richard Soderberg <rs@crystalflame.net>
18969              Date: Wed, 22 Jan 2003 02:08:13 -0500
18970              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
18971      Branch: perl
18972            ! AUTHORS
18973 ____________________________________________________________________________
18974 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
18975         Log: Continuation of #18542.
18976      Branch: perl
18977            ! sv.c
18978 ____________________________________________________________________________
18979 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
18980         Log: Update the MD5 checksums.
18981      Branch: perl
18982            ! ext/Digest/MD5/t/files.t
18983 ____________________________________________________________________________
18984 [ 18542] By: hv                                    on 2003/01/22  01:37:52
18985         Log: #18530 misses a couple of pTHX definitions
18986      Branch: perl
18987            ! sv.c
18988 ____________________________________________________________________________
18989 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
18990         Log: Try to make including patchlevel.h a bit more
18991              robust (use <> instead of "") and in case of
18992              failure (PERL_VERSION didn't get defined) try
18993              to fail (by trying to #include an "obviously"
18994              named file that should not exist) (didn't use
18995              #error since IIRC older cpps do not have it)
18996              (Tries to address [perl #20276].)
18997      Branch: perl
18998            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
18999            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
19000            ! ext/Storable/Storable.xs
19001 ____________________________________________________________________________
19002 [ 18538] By: merijn                                on 2003/01/21  16:54:00
19003         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
19004              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19005              Date: Mon, 30 Dec 2002 18:01:16 -0800
19006              Message-ID: <spPE+gzkg+6F092yn@efn.org>
19007      Branch: perl
19008            ! Configure
19009 ____________________________________________________________________________
19010 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
19011         Log: Allow explicit -C enable/disable by -C:1/-C:0
19012              (suggested by Peter Haworth).
19013      Branch: perl
19014            ! perl.c pod/perlrun.pod
19015 ____________________________________________________________________________
19016 [ 18534] By: hv                                    on 2003/01/21  02:22:53
19017         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
19018              From: Chip Turner <cturner@redhat.com>
19019              Date: 02 Jan 2003 11:35:57 -0500
19020              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
19021      Branch: perl
19022            ! lib/Pod/Perldoc.pm
19023 ____________________________________________________________________________
19024 [ 18533] By: hv                                    on 2003/01/21  02:15:29
19025         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
19026              From: hv@crypt.org
19027              Date: Thu, 02 Jan 2003 14:33:49 +0000
19028              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
19029      Branch: perl
19030            ! regexec.c t/op/subst.t
19031 ____________________________________________________________________________
19032 [ 18532] By: hv                                    on 2003/01/21  01:56:31
19033         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
19034              From: Martien Verbruggen <mgjv@tradingpost.com.au>
19035              Date: Tue, 31 Dec 2002 16:42:28 +1100
19036              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
19037      Branch: perl
19038            ! pod/perlsyn.pod
19039 ____________________________________________________________________________
19040 [ 18531] By: hv                                    on 2003/01/21  01:52:49
19041         Log: integrate #18366-18370 from maint-5.8:
19042              Implement the CPP namespace protection from [perl #8610];
19043              unless a function has an 'A' flag, it's defined only if
19044              PERL_CORE.  (Why do we have so many many functions with an
19045              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
19046              could be cut down further by having a state variable and
19047              inserting #ifdefs and #endifs when the state flips.)
19048              
19049              Caught by change #18366; thanks to the re extension we have some
19050              functions that are file static but yet part of "the public API"...
19051              Maybe a new class of exportability (a new embed.fnc flag) is
19052              required for this case.
19053              
19054              Continue on change #18367; implement the said flag, 'E'.
19055              (Some nm output studying was needed to get the right set
19056              of re symbols defined.)
19057              
19058              In AIX (strict symbol exports) the cxinc is needed for List::Util. 
19059      Branch: perl
19060            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
19061 ____________________________________________________________________________
19062 [ 18530] By: hv                                    on 2003/01/21  01:37:03
19063         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
19064              Introduce a cache for UTF-8 data: length and byte<->char offset
19065              mapping are stored in a new type of magic.  Speeds up length(),
19066              substr(), index(), rindex(), pos(), and some parts of s///.
19067              
19068              The speedup varies a lot (on the usual suspects: what is the
19069              access pattern of the data, compiler, CPU), but should be at
19070              least one order of magnitude, and getting to the same magnitude
19071              as byte string speeds, and in some cases  (length on unchanged data)
19072              even reaching the byte string speed.  On the other hand, in some
19073              cases (index) the byte speed is still faster by a factor of five
19074              or so, but the bottleneck there does not seem to be any more
19075              the byte<->char offset mapping (instead, the fbm_instr() speed).
19076              
19077              There is one cache slot for the length, and only two for the 
19078              byte<->char offset mapping (the first one for the start->offset,
19079              and the second for the offset->offset+length, when talking
19080              in substr() terms).
19081              
19082              Code this hairy is bound to have hairy trolls hiding under it.
19083              [...]
19084              A small tweak on top of #18353: don't display mg_len bytes of
19085              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
19086      Branch: perl
19087            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
19088            ! sv.c util.c
19089 ____________________________________________________________________________
19090 [ 18529] By: hv                                    on 2003/01/21  00:44:20
19091         Log: integrate #18349 from maint-5.8:
19092              At least partially address [perl #10000] by speeding
19093              up both the ASCII case (by about 2-3%) and the UTF-8 case 
19094              (by about 45%).  The major trick is to avoid hitting the
19095              costly S_reginclass().  (Even before this patch the speedup
19096              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
19097              still about 30-60% slower than the ASCII case.  (Note that
19098              I'm unable to reproduce the 10-fold speed difference of the
19099              original bug report; I can see a factor of 2 or 3, but no more.)
19100      Branch: perl
19101           !> regexec.c
19102 ____________________________________________________________________________
19103 [ 18528] By: hv                                    on 2003/01/21  00:24:11
19104         Log: Subject: [PATCH pp_ctl.c] silence warning
19105              From: Dave Mitchell <davem@fdgroup.com>
19106              Date: Sun, 29 Dec 2002 15:09:31 +0000
19107              Message-ID: <20021229150931.C2325@fdgroup.com>
19108      Branch: perl
19109            ! pp_ctl.c
19110 ____________________________________________________________________________
19111 [ 18527] By: hv                                    on 2003/01/21  00:04:14
19112         Log: Subject: perl version reporting
19113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19114              Date: Wed, 18 Dec 2002 08:30:32 +0100
19115              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
19116      Branch: perl
19117            ! perl.c
19118 ____________________________________________________________________________
19119 [ 18526] By: hv                                    on 2003/01/20  23:21:22
19120         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
19121              From: Blair Zajac <blair@orcaware.com>
19122              Date: Wed, 08 Jan 2003 12:28:35 -0800
19123              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
19124      Branch: perl
19125            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
19126            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
19127 ____________________________________________________________________________
19128 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
19129         Log: Integrate from perlio:
19130              [ 18520]
19131              Move #define printf out of perl.h into appropriate 
19132              PerlIO files.
19133      Branch: perl
19134           !> fakesdio.h nostdio.h perl.h
19135 ____________________________________________________________________________
19136 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
19137         Log: Upgrade to Digest 1.02.
19138      Branch: perl
19139            ! lib/Digest.pm lib/Digest.t
19140 ____________________________________________________________________________
19141 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
19142         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
19143              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
19144              Date: 20 Jan 2003 01:54:07 -0000
19145              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
19146      Branch: perl
19147            ! pp_hot.c
19148 ____________________________________________________________________________
19149 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
19150         Log: Retract #18154 (integrate of perlio #18507), not enough
19151              threadsafety.
19152      Branch: perl
19153            ! perlio.c
19154 ____________________________________________________________________________
19155 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
19156         Log: Encode MANIFEST update.
19157      Branch: perl
19158            ! ext/Encode/MANIFEST
19159 ____________________________________________________________________________
19160 [ 18517] By: nick                                  on 2003/01/20  08:34:10
19161         Log: Integrate #18405 from maint-5.8 which fixes whitespac
19162              issues in open(FH,"&...") 
19163      Branch: perl
19164           !> doio.c
19165 ____________________________________________________________________________
19166 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
19167         Log: microperl update.
19168      Branch: perl
19169            ! Makefile.micro uconfig.h uconfig.sh
19170 ____________________________________________________________________________
19171 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
19172         Log: Integrate from perlio:
19173              [ 18507]
19174              Thread-protection for dup/fclose/dup2 scheme of stdio leak
19175              avoidance.
19176      Branch: perl
19177           !> perlio.c t/io/tell.t
19178 ____________________________________________________________________________
19179 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
19180         Log: Slight pod reformatting based on [perl #20284].
19181      Branch: perl
19182            ! README.mint ext/Data/Dumper/Dumper.pm
19183 ____________________________________________________________________________
19184 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
19185         Log: EPOC perl address updates.
19186      Branch: perl
19187            ! README.epoc
19188 ____________________________________________________________________________
19189 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
19190         Log: Upgrade to Digest 1.01.
19191      Branch: perl
19192            ! lib/Digest.pm
19193 ____________________________________________________________________________
19194 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
19195         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
19196      Branch: perl
19197            ! utils/libnetcfg.PL
19198 ____________________________________________________________________________
19199 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
19200         Log: Upgrade to Digest::MD5 2.22.
19201      Branch: perl
19202            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19203            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
19204            ! ext/Digest/MD5/t/files.t
19205 ____________________________________________________________________________
19206 [ 18508] By: merijn                                on 2003/01/17  14:12:53
19207         Log: Subject: Re: 18457 on cygwin/20030113
19208              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
19209              Date: Fri, 17 Jan 2003 15:10:34 +0000
19210              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
19211      Branch: perl
19212            ! t/io/tell.t
19213 ____________________________________________________________________________
19214 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
19215         Log: Integrate from perlio:
19216              [ 18476]
19217              Remove workaround for :stdio layer bug now fixed
19218              (Fixes #18975)
19219      Branch: perl
19220           !> pp_sys.c
19221 ____________________________________________________________________________
19222 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
19223         Log: Integrate from maint-5.6:
19224              [ 18477]
19225              search utility doesn't skip exe/lib/pdb files properly on windows
19226      Branch: perl
19227           !> win32/bin/search.pl
19228 ____________________________________________________________________________
19229 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
19230         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
19231              From: "Jos I. Boumans" <kane@dwim.org>
19232              Date: Thu, 16 Jan 2003 14:04:48 +0100
19233              Message-ID: <3E26ADF0.6010605@dwim.org>
19234              (with test tweaks)
19235      Branch: perl
19236            ! lib/File/Find.pm lib/File/Find/t/find.t
19237 ____________________________________________________________________________
19238 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
19239         Log: Integrate #18447 from maint-5.8 :
19240              test.pl-ise t/op/fh.t.
19241      Branch: perl
19242           !> t/op/fh.t
19243 ____________________________________________________________________________
19244 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
19245         Log: Integrate changes to Attribute::Handlers from maint-5.8
19246              (18404 and 18427).
19247              Subject: [PATCH] Re: Attribute::Handlers phase variance
19248              From: Richard Clamp <richardc@unixbeard.net>
19249              Date: Mon, 9 Dec 2002 11:10:24 +0000
19250              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
19251      Branch: perl
19252           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
19253 ____________________________________________________________________________
19254 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
19255         Log: Integrate changes #18422 and #18423 from maint-5.8.
19256              18422 :
19257              Third Degree found a read of uninit memory (after setting
19258              grent_size with sysconf(), pwent_size was read).  Also make
19259              the ERANGE/INVARG more consistent.
19260              18423 :
19261              spent_size was still off.  (As far as I can tell
19262              _SC_GETPW_R_SIZE_MAX is supposed to be used also
19263              for spents, not just pwents.)
19264      Branch: perl
19265           !> reentr.c reentr.h reentr.pl
19266 ____________________________________________________________________________
19267 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
19268         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
19269              From: Dave Mitchell <davem@fdgroup.com>
19270              Date: Wed, 1 Jan 2003 21:43:24 +0000
19271              Message-ID: <20030101214324.F12907@fdgroup.com>
19272              (integrated from change #18397 in maint-5.8)
19273      Branch: perl
19274           !> lib/Time/Local.pm lib/Time/Local.t
19275 ____________________________________________________________________________
19276 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
19277         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
19278              code changes from Inaba Hiroto; test tweaks by jhi.
19279      Branch: perl
19280            + ext/Encode/t/enc_eucjp.t
19281            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
19282            ! pp.c sv.c sv.h t/uni/tr_utf8.t
19283 ____________________________________________________________________________
19284 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
19285         Log: It seems the binmode() is needed with UTF-8 locales enabled.
19286      Branch: perl
19287            ! ext/Encode/t/CJKT.t
19288 ____________________________________________________________________________
19289 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
19290         Log: Upgrade to CGI.pm 2.89.
19291      Branch: perl
19292            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
19293            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
19294 ____________________________________________________________________________
19295 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
19296         Log: Subject: Update for ext/MIME/Base64/
19297              From: Gisle Aas <gisle@ActiveState.com>
19298              Date: 30 Dec 2002 07:34:34 -0800
19299              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
19300      Branch: perl
19301            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
19302            ! ext/MIME/Base64/QuotedPrint.pm
19303            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
19304 ____________________________________________________________________________
19305 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
19306         Log: Subject: Update for ext/Digest/MD5/
19307              From: Gisle Aas <gisle@ActiveState.com>
19308              Date: 30 Dec 2002 07:38:16 -0800
19309              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
19310      Branch: perl
19311            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19312            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
19313            ! ext/Digest/MD5/t/files.t
19314 ____________________________________________________________________________
19315 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
19316         Log: if (0) the PL_widesyscalls code for now: Sarathy
19317              should take another look to see whether it is really
19318              safe to remove the code, too.
19319      Branch: perl
19320            ! win32/win32.h wince/win32.h
19321 ____________________________________________________________________________
19322 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
19323         Log: Make the locale-induced UTF-8-ification of STD fhs
19324              and the default file open layer explicit (either -C
19325              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
19326      Branch: perl
19327            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
19328            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
19329            ! pod/perlvar.pod
19330 ____________________________________________________________________________
19331 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
19332         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
19333              From: Brendan O'Dea <bod@debian.org>
19334              Date: Sun, 12 Jan 2003 06:18:32 +1100
19335              Message-ID: <20030111191832.GA19441@londo.c47.org>
19336      Branch: perl
19337            ! pod/perlrun.pod
19338 ____________________________________________________________________________
19339 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
19340         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
19341              From: Brendan O'Dea <bod@debian.org>
19342              Date: Sun, 12 Jan 2003 06:17:30 +1100
19343              Message-ID: <20030111191730.GA19420@londo.c47.org>
19344      Branch: perl
19345            ! lib/diagnostics.pm
19346 ____________________________________________________________________________
19347 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
19348         Log: Add a test case for bug [perl #19545]
19349      Branch: perl
19350            ! t/op/do.t
19351 ____________________________________________________________________________
19352 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
19353         Log: isa() and can() didn't work on magic variables
19354              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
19355              plus a test case by B. Goldberg
19356      Branch: perl
19357            ! t/op/universal.t universal.c
19358 ____________________________________________________________________________
19359 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
19360         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
19361              From: Stephen McCamant <smcc@mit.edu>
19362              Date: Thu, 2 Jan 2003 18:08:23 -0500
19363              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
19364              Plus a test by Jarkko
19365              Integrated from changes 18444 and 18446 from maint-5.8
19366      Branch: perl
19367           +> t/op/readline.t
19368           !> MANIFEST pp_hot.c
19369 ____________________________________________________________________________
19370 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
19371         Log: Upgrade to Time::HiRes 1.42.
19372      Branch: perl
19373            + ext/Time/HiRes/fallback/const-c.inc
19374            + ext/Time/HiRes/fallback/const-xs.inc
19375            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19376            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19377 ____________________________________________________________________________
19378 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
19379         Log: Detypo.
19380      Branch: perl
19381            ! ext/Encode/Unicode/Unicode.xs
19382 ____________________________________________________________________________
19383 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
19384         Log: Integrate change #18365 from maint-5.8 :
19385              Doc tweak on the S_ macros.
19386      Branch: perl
19387           !> pod/perlfunc.pod
19388 ____________________________________________________________________________
19389 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
19390         Log: Apparently some stdios have bugs (no! don't tell it is so!)
19391              or there is a corner of stdio that is substandardised.
19392      Branch: perl
19393            ! t/io/tell.t
19394 ____________________________________________________________________________
19395 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
19396         Log: Encode 1.84 broke the subtest #7, further study required.
19397      Branch: perl
19398            ! t/uni/tr_utf8.t
19399 ____________________________________________________________________________
19400 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
19401         Log: Add a test for encoding 'utf8'.
19402      Branch: perl
19403            + ext/Encode/t/enc_utf8.t
19404            ! MANIFEST ext/Encode/MANIFEST
19405 ____________________________________________________________________________
19406 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
19407         Log: Upgrade to Encode 1.84.
19408      Branch: perl
19409            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
19410            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
19411 ____________________________________________________________________________
19412 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
19413         Log: Integrate from perlio:
19414              [ 18471]
19415              Fix #18711 and add test for it (and indeed tell on write
19416              handles at all !
19417              
19418              (#18711 Serious bug of tell() in perl)
19419      Branch: perl
19420           !> perlio.c t/io/tell.t
19421 ____________________________________________________________________________
19422 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
19423         Log: Integrate from perlio:
19424              [ 18470]
19425              Fix #16306 and #16880
19426              
19427              (#16306 Big Badda leak in Sockets)
19428              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
19429      Branch: perl
19430           !> perlio.c
19431 ____________________________________________________________________________
19432 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
19433         Log: Integrate perlio #18040 and #18043 (no real changes;
19434              some whitespace changes but ignored them so that Dan's
19435              version of Encode wins)
19436      Branch: perl
19437           !> ext/Encode/Encode.xs
19438 ____________________________________________________________________________
19439 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
19440         Log: Integrate perlio to mainline:
19441              [ 18240]
19442              Avoid eqtime() wiping the file (as suggested by 
19443              "Luis G. Uribe C." <GUribe@SoftHome.net>
19444      Branch: perl
19445           !> lib/ExtUtils/Command.pm
19446 ____________________________________________________________________________
19447 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
19448         Log: Subject: [PATCH] VMS perly build tweak
19449              From: "Craig A. Berry" <craigberry@mac.com>
19450              Date: Thu, 9 Jan 2003 14:44:40 -0600
19451              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
19452      Branch: perl
19453            ! vms/descrip_mms.template
19454 ____________________________________________________________________________
19455 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
19456         Log: Document that ${^TAINT} is read-only.
19457      Branch: perl
19458            ! pod/perlvar.pod
19459 ____________________________________________________________________________
19460 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
19461         Log: Fix the doc for splitpath() in the File::Spec modules :
19462              this function doesn't return undef in any case.
19463      Branch: perl
19464            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19465            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19466 ____________________________________________________________________________
19467 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
19468         Log: Subject: [PATCH] label code in pp_ctl.c
19469              From: Nicholas Clark <nick@unfortu.net>
19470              Date: Thu, 26 Dec 2002 21:19:36 +0000
19471              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
19472              (Integrated from change #18400 from maint-5.8)
19473      Branch: perl
19474           !> pp_ctl.c
19475 ____________________________________________________________________________
19476 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
19477         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
19478              From: Nicholas Clark <nick@unfortu.net>
19479              Date: Wed, 1 Jan 2003 18:17:59 +0000
19480              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
19481              (Integrated from change #18399 from maint-5.8)
19482      Branch: perl
19483           !> hv.c
19484 ____________________________________________________________________________
19485 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
19486         Log: Integrate change #18391 from maint-5.8:
19487              Document the installprefix trick for compiling PASE Perl in AIX.
19488      Branch: perl
19489           !> README.os400
19490 ____________________________________________________________________________
19491 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
19492         Log: Integrate change #18362 from maint-5.8:
19493              Fix [perl #18666] (taking the more conservative approach).
19494      Branch: perl
19495           !> lib/File/Spec/Unix.pm
19496 ____________________________________________________________________________
19497 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
19498         Log: Integrate change #18361 from maint-5.8:
19499              Document that the socketpair tests are unhappy in old SCO,
19500              as per [perl #18537].
19501      Branch: perl
19502           !> pod/perl58delta.pod
19503 ____________________________________________________________________________
19504 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
19505         Log: PerlFAQ sync.
19506      Branch: perl
19507            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19508            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19509            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19510            ! pod/perlfaq9.pod
19511 ____________________________________________________________________________
19512 [ 18456] By: hv                                    on 2003/01/07  09:20:22
19513         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
19514              From: Nicholas Clark <nick@unfortu.net>
19515              Date: Thu, 26 Dec 2002 21:16:27 +0000
19516              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
19517      Branch: perl
19518            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
19519            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
19520            ! utf8.c
19521 ____________________________________________________________________________
19522 [ 18455] By: hv                                    on 2003/01/07  08:54:38
19523         Log: Subject: [PATCH] integrate more with report_evil_fh
19524              From: Nicholas Clark <nick@unfortu.net>
19525              Date: Thu, 26 Dec 2002 20:56:21 +0000
19526              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
19527      Branch: perl
19528            ! pp_sys.c
19529 ____________________________________________________________________________
19530 [ 18454] By: hv                                    on 2003/01/07  08:45:54
19531         Log: Integrate podlators-1.25
19532      Branch: perl
19533            ! lib/Pod/Man.pm lib/Pod/t/man.t
19534 ____________________________________________________________________________
19535 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
19536         Log: Change the value of ${^TAINT} : 0 without taint checks,
19537              1 with -T, and -1 with -t or -TU.
19538      Branch: perl
19539            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
19540            ! t/run/switcht.t
19541 ____________________________________________________________________________
19542 [ 18451] By: merijn                                on 2003/01/06  06:43:11
19543         Log: Subject: [PATCH perl@18746] VMS test adjustments
19544              Date: Sat, 04 Jan 2003 11:26:00 -0600
19545              From: "Craig A. Berry" <craigberry@mac.com>
19546              Message-ID: <3E171928.1040100@mac.com>
19547      Branch: perl
19548            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
19549            ! t/run/switchI.t
19550 ____________________________________________________________________________
19551 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
19552         Log: Subject: [DOCPATCH] File::Copy's synopsis
19553              From: Nicholas Clark <nick@unfortu.net>
19554              Date: Wed, 1 Jan 2003 21:09:30 +0000
19555              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
19556      Branch: perl
19557            ! lib/File/Copy.pm
19558 ____________________________________________________________________________
19559 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
19560         Log: Integrate change #18420 from maint-5.8:
19561              Mea culpa: the join() was the string join, not the
19562              ithreads join().
19563      Branch: perl
19564           !> ext/threads/t/join.t
19565 ____________________________________________________________________________
19566 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
19567         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
19568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19569              Date: Fri, 13 Dec 2002 00:54:43 +0100
19570              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
19571              Same as change 18403 for maint-5.8 branch
19572      Branch: perl
19573            ! lib/ExtUtils/t/Embed.t
19574 ____________________________________________________________________________
19575 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
19576         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
19577              From: andreas.koenig@anima.de (Andreas J. Koenig)
19578              Date: Fri, 03 Jan 2003 00:57:15 +0100
19579              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
19580      Branch: perl
19581            ! pod/perlre.pod
19582 ____________________________________________________________________________
19583 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
19584         Log: The problems.t is back.
19585      Branch: perl
19586            ! MANIFEST
19587 ____________________________________________________________________________
19588 [ 18434] By: sky                                   on 2003/01/04  07:43:50
19589         Log: Forgot to add problems.t with change #18419
19590      Branch: perl
19591            + ext/threads/t/problems.t
19592 ____________________________________________________________________________
19593 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
19594         Log: One more (or, rather, less) //.
19595      Branch: perl
19596            ! ext/threads/threads.xs
19597 ____________________________________________________________________________
19598 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
19599         Log: Integrate from maintperl:
19600              [ 18430]
19601              // is still not portable C commentary.
19602      Branch: perl
19603           !> ext/threads/threads.xs
19604 ____________________________________________________________________________
19605 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
19606         Log: Until Arthur really adds the problems.t.
19607      Branch: perl
19608            ! MANIFEST
19609 ____________________________________________________________________________
19610 [ 18421] By: sky                                   on 2003/01/04  01:27:55
19611         Log: Fix long standing memory leak with pop and shift!
19612      Branch: perl
19613            ! ext/threads/shared/shared.xs
19614 ____________________________________________________________________________
19615 [ 18419] By: sky                                   on 2003/01/03  23:45:34
19616         Log: Fixes bug #15273, the return of the object caused
19617              the stash of the object to be cloned, cloning the entire syntax
19618              tree and all lexicals in there creating danglning copies to the
19619              object. (Pararell but unlinked STASH tree).
19620              This adds a new flag, when set it will use STASHES from the
19621              thread we are joining into avoiding the problem.
19622      Branch: perl
19623            ! MANIFEST ext/threads/threads.xs sv.c sv.h
19624 ____________________________________________________________________________
19625 [ 18417] By: sky                                   on 2003/01/03  18:16:46
19626         Log: Fake what context we are running in for CLONE and DESTROY so 
19627              threads->tid() returns the correct value.
19628              This is reported as bug #10046
19629      Branch: perl
19630            ! ext/threads/t/basic.t ext/threads/threads.xs
19631 ____________________________________________________________________________
19632 [ 18413] By: sky                                   on 2003/01/03  15:15:14
19633         Log: Change pp_lock to take a reference instead of a
19634              scalar since it wouldn't fork for the HELEM/AELEM
19635              case. This was reported in bug #10045
19636      Branch: perl
19637            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
19638 ____________________________________________________________________________
19639 [ 18412] By: hv                                    on 2003/01/03  11:14:51
19640         Log: Integrate from maint-5.8 #18348:
19641              Make Math::Trig a little bit more better behaved module citizen.
19642      Branch: perl
19643           !> lib/Math/Trig.pm
19644 ____________________________________________________________________________
19645 [ 18411] By: hv                                    on 2003/01/03  11:11:09
19646         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
19647              From: Stephen McCamant <smcc@mit.edu>
19648              Date: Sun, 22 Dec 2002 22:09:51 -0500
19649              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
19650      Branch: perl
19651            ! pp_ctl.c
19652 ____________________________________________________________________________
19653 [ 18410] By: hv                                    on 2003/01/03  11:06:40
19654         Log: Subject: new flag SvPADSTALE
19655              From: Dave Mitchell <davem@fdgroup.com>
19656              Date: Thu, 19 Dec 2002 19:00:21 +0000
19657              Message-ID: <20021219190021.D9530@fdgroup.com>
19658      Branch: perl
19659            ! dump.c scope.c sv.h
19660 ____________________________________________________________________________
19661 [ 18409] By: hv                                    on 2003/01/03  11:05:09
19662         Log: Subject: remove flag SvPADBUSY
19663              From: Dave Mitchell <davem@fdgroup.com>
19664              Date: Thu, 19 Dec 2002 18:55:43 +0000
19665              Message-ID: <20021219185543.C9530@fdgroup.com>
19666      Branch: perl
19667            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
19668 ____________________________________________________________________________
19669 [ 18408] By: hv                                    on 2003/01/03  10:56:54
19670         Log: Subject: win32_msgwait() problem
19671              From: Gurusamy Sarathy <gsar@ActiveState.com>
19672              Date: Fri, 13 Dec 2002 17:31:59 -0800
19673              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
19674      Branch: perl
19675            ! win32/win32.c
19676 ____________________________________________________________________________
19677 [ 18407] By: hv                                    on 2003/01/03  10:30:05
19678         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
19679              From: hv@crypt.org
19680              Date: Thu, 02 Jan 2003 17:16:04 +0000
19681              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
19682      Branch: perl
19683            ! sv.c
19684 ____________________________________________________________________________
19685 [ 18406] By: sky                                   on 2003/01/03  08:23:16
19686         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
19687              libc_r functions.
19688      Branch: perl
19689            ! hints/darwin.sh
19690 ____________________________________________________________________________
19691 [ 18393] By: merijn                                on 2003/01/02  19:41:29
19692         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)
19693              Date: Thu, 2 Jan 2003 19:02:21 +0100
19694              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
19695              From: abe@ztreet.demon.nl (Abe Timmerman)
19696      Branch: perl
19697            ! win32/makefile.mk
19698 ____________________________________________________________________________
19699 [ 18390] By: merijn                                on 2003/01/02  07:32:00
19700         Log: Use a more likely location for the perl binary
19701      Branch: perl
19702            ! Porting/genlog
19703 ____________________________________________________________________________
19704 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
19705         Log: integrate change#18377 from maint-5.6 branch
19706              
19707              change#17566 needs to be more defensive about win32_dup2()
19708              itself calling SetStdHandle() (at least MSVCRT does this)
19709      Branch: perl
19710           !> win32/win32.c
19711 ____________________________________________________________________________
19712 [ 18376] By: hv                                    on 2002/12/31  02:02:17
19713         Log: Update Changes
19714      Branch: perl
19715            ! Changes patchlevel.h
19716 ____________________________________________________________________________
19717 [ 18374] By: hv                                    on 2002/12/30  03:32:22
19718         Log: Remove duplicate entry
19719      Branch: perl
19720            ! MANIFEST
19721 ____________________________________________________________________________
19722 [ 18373] By: hv                                    on 2002/12/30  03:19:17
19723         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
19724              From: Dave Paris (via RT) <perlbug-followup@perl.org>
19725              Date: 22 Dec 2002 05:15:14 -0000
19726              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
19727      Branch: perl
19728            ! pod/perlfunc.pod
19729 ____________________________________________________________________________
19730 [ 18372] By: hv                                    on 2002/12/30  03:13:42
19731         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
19732              From: Michael G Schwern <schwern@pobox.com>
19733              Date: Sat, 21 Dec 2002 19:29:41 -0800
19734              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
19735      Branch: perl
19736            ! lib/AutoSplit.pm
19737 ____________________________________________________________________________
19738 [ 18371] By: hv                                    on 2002/12/30  03:08:12
19739         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
19740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19741              Date: Fri, 27 Dec 2002 16:14:24 +0100
19742              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
19743      Branch: perl
19744            ! mg.c t/op/magic.t
19745 ____________________________________________________________________________
19746 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
19747         Log: save_re_context() was not saving many regexec.c state
19748              variables, resulting in various reentrancy problems when
19749              the swatches were autoloaded by perl in the midst of a
19750              match
19751      Branch: perl
19752            ! regcomp.c
19753 ____________________________________________________________________________
19754 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
19755         Log: silence another signed/unsigned mismatch warning
19756      Branch: perl
19757            ! op.c
19758 ____________________________________________________________________________
19759 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
19760         Log: fix signed/unsigned mismatch warning from change#18266
19761      Branch: perl
19762            ! regcomp.c
19763 ____________________________________________________________________________
19764 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
19765         Log: these variables are not in use anywhere since 5.8.0
19766      Branch: perl
19767            ! embedvar.h perlapi.h sv.c thrdvar.h
19768 ____________________________________________________________________________
19769 [ 18354] By: ams                                   on 2002/12/26  03:54:09
19770         Log: Subject: [PATCH] docpatch for cv.h
19771              From: Nicholas Clark <nick@unfortu.net>
19772              Date: Wed, 25 Dec 2002 21:01:04 +0000
19773              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
19774      Branch: perl
19775            ! cv.h
19776 ____________________________________________________________________________
19777 [ 18351] By: hv                                    on 2002/12/25  02:29:17
19778         Log: #18345 was still broken; should be fixed now.
19779      Branch: perl
19780            ! sv.c
19781 ____________________________________________________________________________
19782 [ 18350] By: merijn                                on 2002/12/24  05:26:40
19783         Log: Removal of duplicate comment block
19784              
19785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19786              Subject: Re: [perl #19306] Sys::Syslog issues.
19787              Date: Mon, 23 Dec 2002 15:25:51 -0800
19788              Message-ID: </t5B+gzkg6DR092yn@efn.org>
19789      Branch: perl
19790            ! ext/Sys/Syslog/Syslog.pm
19791 ____________________________________________________________________________
19792 [ 18346] By: hv                                    on 2002/12/23  06:14:22
19793         Log: integrate maint-5.8 #18301
19794      Branch: perl
19795           !> lib/perl5db.pl
19796 ____________________________________________________________________________
19797 [ 18345] By: hv                                    on 2002/12/23  06:01:17
19798         Log: more on #18344.
19799      Branch: perl
19800            ! sv.c
19801 ____________________________________________________________________________
19802 [ 18344] By: hv                                    on 2002/12/23  05:56:43
19803         Log: more on #18312: sv.c:ss_dup()
19804      Branch: perl
19805            ! sv.c
19806 ____________________________________________________________________________
19807 [ 18343] By: hv                                    on 2002/12/23  05:47:17
19808         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
19809              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
19810              Date: 15 Dec 2002 13:45:23 -0000
19811              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
19812      Branch: perl
19813            ! lib/Term/Complete.pm
19814 ____________________________________________________________________________
19815 [ 18342] By: hv                                    on 2002/12/23  05:27:25
19816         Log: Subject: [perl #18544] Patch included to fix problem.
19817              From: Richard Kandarian <richard.kandarian@lanl.gov>
19818              Date: Thu, 21 Nov 2002 08:00:20 -0700
19819              (from RT)
19820      Branch: perl
19821            ! regexec.c
19822 ____________________________________________________________________________
19823 [ 18341] By: hv                                    on 2002/12/23  05:08:49
19824         Log: Subject: [PATCH] operation on `PL_na' may be undefined
19825              From: Nicholas Clark <nick@unfortu.net>
19826              Date: Tue, 10 Dec 2002 19:59:18 +0000
19827              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
19828      Branch: perl
19829            ! universal.c
19830 ____________________________________________________________________________
19831 [ 18340] By: hv                                    on 2002/12/23  05:04:29
19832         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
19833              From: Nicholas Clark <nick@unfortu.net>
19834              Date: Tue, 10 Dec 2002 18:55:28 +0000
19835              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
19836      Branch: perl
19837            ! pp_hot.c
19838 ____________________________________________________________________________
19839 [ 18339] By: hv                                    on 2002/12/23  04:39:48
19840         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
19841      Branch: perl
19842            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19843            ! ext/Time/HiRes/Makefile.PL
19844 ____________________________________________________________________________
19845 [ 18338] By: hv                                    on 2002/12/23  03:43:09
19846         Log: Subject: [PATCH] read permissions for h2ph-generated files
19847              From: Slaven Rezic <slaven.rezic@berlin.de>
19848              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
19849              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
19850      Branch: perl
19851            ! utils/h2ph.PL
19852 ____________________________________________________________________________
19853 [ 18337] By: hv                                    on 2002/12/23  03:38:59
19854         Log: handy hint: getting a perforce change as a usable patch
19855      Branch: perl
19856            ! Porting/repository.pod
19857 ____________________________________________________________________________
19858 [ 18336] By: hv                                    on 2002/12/23  03:36:26
19859         Log: Reverse #18285, for reasons given in:
19860              Subject: Re: Precedence of ? :
19861              From: hv@crypt.org
19862              Date: Fri, 20 Dec 2002 00:35:27 +0000
19863              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
19864      Branch: perl
19865            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
19866            ! vms/perly_c.vms
19867 ____________________________________________________________________________
19868 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
19869         Log: my_fflush_all() wasn't doing the right thing under useperlio
19870              on many platforms
19871      Branch: perl
19872            ! util.c
19873 ____________________________________________________________________________
19874 [ 18334] By: merijn                                on 2002/12/18  06:48:11
19875         Log: AIX compiler version updates
19876      Branch: perl
19877            ! README.aix
19878 ____________________________________________________________________________
19879 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
19880         Log: $Config{prefixexp} was set incorrectly on windows
19881      Branch: perl
19882            ! win32/config.bc win32/config.gc win32/config.vc
19883            ! win32/config.vc64
19884 ____________________________________________________________________________
19885 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
19886         Log: remove CRs from a couple of files (these show up as CRCRLF
19887              on windows)
19888      Branch: perl
19889            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19890 ____________________________________________________________________________
19891 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
19892         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
19893      Branch: perl
19894            ! win32/win32.c
19895 ____________________________________________________________________________
19896 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
19897         Log: windows: support for large files
19898              
19899              note that this change will break binary compatibility with the
19900              default 5.8.0 build options; nevertheless I think it is worth
19901              having in 5.8.1 (people who want the compatibility can disable
19902              the option in the makefile)
19903      Branch: perl
19904            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
19905            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
19906            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
19907            ! win32/config.vc win32/config.vc64 win32/config_H.bc
19908            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
19909            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
19910            ! win32/win32.c win32/win32iop.h
19911 ____________________________________________________________________________
19912 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
19913         Log: Win32.pod update
19914      Branch: perl
19915            ! lib/Win32.pod
19916 ____________________________________________________________________________
19917 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
19918         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
19919      Branch: perl
19920            ! XSUB.h
19921 ____________________________________________________________________________
19922 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
19923         Log: windows: avoid prompting under some shells during $(MAKE) distclean
19924      Branch: perl
19925            ! win32/Makefile win32/makefile.mk
19926 ____________________________________________________________________________
19927 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
19928         Log: PerlSIO_stderr et al are not functions
19929      Branch: perl
19930            ! XSUB.h
19931 ____________________________________________________________________________
19932 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
19933         Log: integrate change#18320 from maint-5.6 branch
19934              
19935              C<require '\foo\bar.pm'> fails on windows if not running
19936              from the root directory; for a test case, see:
19937              
19938              http://bugs.activestate.com/show_bug.cgi?id=19317
19939              
19940              this was due to not recognizing \foo\bar.pm as an absolute
19941              path name
19942      Branch: perl
19943           !> util.h
19944 ____________________________________________________________________________
19945 [ 18319] By: hv                                    on 2002/12/17  10:08:24
19946         Log: Whoops, these are the changes supposed to be in #18318.
19947      Branch: perl
19948            ! pad.c t/op/eval.t
19949 ____________________________________________________________________________
19950 [ 18318] By: hv                                    on 2002/12/17  03:12:18
19951         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
19952              From: Nicholas Clark <nick@unfortu.net>
19953              Date: Sat, 14 Dec 2002 23:13:37 +0000
19954              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
19955      Branch: perl
19956            ! pad.c t/op/eval.t
19957 ____________________________________________________________________________
19958 [ 18317] By: hv                                    on 2002/12/17  02:58:12
19959         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
19960      Branch: perl
19961            + lib/Net/Ping/t/410_syn_host.t
19962            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
19963            ! lib/Net/Ping/t/450_service.t
19964 ____________________________________________________________________________
19965 [ 18316] By: hv                                    on 2002/12/17  02:17:16
19966         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
19967              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19968              Date: Fri, 13 Dec 2002 13:54:05 -0800
19969              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
19970      Branch: perl
19971            ! os2/os2.c t/run/runenv.t
19972 ____________________________________________________________________________
19973 [ 18315] By: hv                                    on 2002/12/17  02:03:58
19974         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
19975              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19976              Date: Fri, 13 Dec 2002 13:47:08 -0800
19977              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
19978      Branch: perl
19979            ! lib/constant.t lib/fields.t
19980 ____________________________________________________________________________
19981 [ 18314] By: hv                                    on 2002/12/17  01:58:32
19982         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
19983              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19984              Date: Fri, 13 Dec 2002 14:00:48 -0800
19985              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
19986      Branch: perl
19987            ! os2/OS2/Process/t/os2_process.t os2/os2.c
19988 ____________________________________________________________________________
19989 [ 18313] By: hv                                    on 2002/12/17  01:54:19
19990         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
19991              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19992              Date: Fri, 13 Dec 2002 14:08:00 -0800
19993              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
19994      Branch: perl
19995            ! os2/OS2/REXX/REXX.xs
19996 ____________________________________________________________________________
19997 [ 18312] By: hv                                    on 2002/12/17  01:43:28
19998         Log: Subject: [Fwd: Patch for perl utf8-related bug]
19999              From: Richard Hitt <rbh00@utsglobal.com>
20000              Date: Fri, 06 Dec 2002 16:47:42 -0800
20001              [perl #18932]
20002      Branch: perl
20003            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
20004            ! scope.h
20005 ____________________________________________________________________________
20006 [ 18311] By: hv                                    on 2002/12/17  00:52:05
20007         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
20008              From: Dave Mitchell <davem@fdgroup.com>
20009              Date: Sat, 14 Dec 2002 19:16:49 +0000
20010              Message-ID: <20021214191649.B3992@fdgroup.com>
20011      Branch: perl
20012            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
20013 ____________________________________________________________________________
20014 [ 18310] By: hv                                    on 2002/12/17  00:51:46
20015         Log: regen-headers to get new API docs from #18306
20016      Branch: perl
20017            ! pod/perlapi.pod
20018 ____________________________________________________________________________
20019 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
20020         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
20021              From: peter@PSDT.com (Peter Scott)
20022              Date: 12 Dec 2002 18:13:17 -0000
20023              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
20024              (fix bug [perl #19058])
20025      Branch: perl
20026            ! lib/perl5db.pl
20027 ____________________________________________________________________________
20028 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
20029         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
20030              From: Dave Mitchell <davem@fdgroup.com>
20031              Date: Thu, 12 Dec 2002 23:42:35 +0000
20032              Message-ID: <20021212234235.A29245@fdgroup.com>
20033              and
20034              Date: Sat, 14 Dec 2002 19:16:38 +0000
20035              Message-ID: <20021214191638.A3992@fdgroup.com>
20036      Branch: perl
20037            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
20038            ! proto.h t/op/eval.t
20039 ____________________________________________________________________________
20040 [ 18306] By: sky                                   on 2002/12/16  21:41:40
20041         Log: More documentation of obscure flags is good, even if the
20042              documentation might be not so good. Atleast it's not false!
20043              Documents the flags one can give to perl_clone
20044      Branch: perl
20045            ! sv.c
20046 ____________________________________________________________________________
20047 [ 18305] By: merijn                                on 2002/12/16  10:53:19
20048         Log: Enough changes to Configure and metaunits warrant an update.
20049              Several small changes and three additions
20050      Branch: perl
20051            ! Porting/Glossary
20052 ____________________________________________________________________________
20053 [ 18304] By: merijn                                on 2002/12/16  10:44:57
20054         Log: Redone #18011 from metaunits
20055      Branch: perl
20056            ! Configure
20057 ____________________________________________________________________________
20058 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
20059         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
20060              From: Dave Mitchell <davem@fdgroup.com>
20061              Date: Tue, 10 Dec 2002 01:26:44 +0000
20062              Message-ID: <20021210012644.A7843@fdgroup.com>
20063      Branch: perl
20064            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
20065            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
20066            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
20067 ____________________________________________________________________________
20068 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
20069         Log: Subject: [patch] typo in perlop
20070              From: andreas.koenig@anima.de (Andreas J. Koenig)
20071              Date: Wed, 11 Dec 2002 21:31:14 +0100
20072              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
20073      Branch: perl
20074            ! pod/perlop.pod
20075 ____________________________________________________________________________
20076 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
20077         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
20078      Branch: perl
20079           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
20080           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
20081           !> t/op/subst.t
20082 ____________________________________________________________________________
20083 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
20084         Log: Whitespace and indentation fix in the output of B::Debug.
20085      Branch: perl
20086            ! ext/B/B/Debug.pm
20087 ____________________________________________________________________________
20088 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
20089         Log: Update to Scalar-List-Utils 1.09
20090      Branch: perl
20091            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
20092            ! ext/List/Util/lib/List/Util.pm
20093 ____________________________________________________________________________
20094 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
20095         Log: this has been incorrect for a while now, and has changed
20096              again recently
20097      Branch: perl
20098            ! Porting/repository.pod
20099 ____________________________________________________________________________
20100 [ 18285] By: hv                                    on 2002/12/11  10:35:01
20101         Log: Subject: [PATCH] Re: Precedence of ? :
20102              From: Stephen McCamant <smcc@mit.edu>
20103              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
20104              Message-Id: <20021210055707.974F073CCC@syllepsis>
20105      Branch: perl
20106            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
20107            ! vms/perly_c.vms
20108 ____________________________________________________________________________
20109 [ 18284] By: hv                                    on 2002/12/11  10:21:12
20110         Log: One more email address for #18282
20111      Branch: perl
20112            ! lib/Pod/Perldoc.pm
20113 ____________________________________________________________________________
20114 [ 18283] By: hv                                    on 2002/12/11  10:18:07
20115         Log: More email addresses for #18282
20116      Branch: perl
20117            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
20118            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
20119            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
20120            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
20121            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
20122 ____________________________________________________________________________
20123 [ 18282] By: hv                                    on 2002/12/11  10:16:05
20124         Log: Subject: Remove stale e-mail addresses
20125              From: Andy Dougherty <doughera@lafayette.edu>
20126              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
20127              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
20128      Branch: perl
20129            ! Porting/pumpkin.pod configure.gnu
20130            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
20131            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
20132            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
20133 ____________________________________________________________________________
20134 [ 18281] By: hv                                    on 2002/12/11  09:59:31
20135         Log: Integrate from maint-5.8 #18156, #18218.
20136      Branch: perl
20137           !> lib/Unicode/UCD.t lib/unicore/Category.pl
20138           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
20139           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
20140           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
20141           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
20142           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
20143 ____________________________________________________________________________
20144 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
20145         Log: Integrate from the maint-5.8/ branch :
20146              changes 18219, 18236, 18242-3, 18247-8,
20147              18253-5, 18257, 18273-6
20148      Branch: perl
20149           +> t/op/lc_user.t
20150           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
20151           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
20152           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
20153           !> t/uni/tr_utf8.t
20154 ____________________________________________________________________________
20155 [ 18279] By: merijn                                on 2002/12/10  14:10:03
20156         Log: Subject: Re: ANSIColor 1.06 released
20157              Version bump only after typo fix to sync with CPAN
20158      Branch: perl
20159            ! lib/Term/ANSIColor.pm
20160 ____________________________________________________________________________
20161 [ 18277] By: merijn                                on 2002/12/10  08:46:05
20162         Log: Subject: [PATCH perl@18251] VMS build update
20163              Message-ID: <3DF56BE2.9000300@mac.com>
20164              Date: Mon, 09 Dec 2002 22:21:54 -0600
20165              From: "Craig A. Berry" <craigberry@mac.com>
20166      Branch: perl
20167            ! configure.com ext/Time/HiRes/Makefile.PL
20168            ! vms/descrip_mms.template
20169 ____________________________________________________________________________
20170 [ 18272] By: merijn                                on 2002/12/09  15:31:28
20171         Log: RT#15950
20172              
20173              Subject: [PATCH] Typo in Term::ANSIColor
20174              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
20175              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
20176      Branch: perl
20177            ! lib/Term/ANSIColor.pm
20178 ____________________________________________________________________________
20179 [ 18270] By: hv                                    on 2002/12/09  00:25:26
20180         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
20181              From: Nicholas Clark (via RT) <perlbug@perl.org>
20182              Date: 7 Nov 2002 14:58:14 -0000
20183              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
20184      Branch: perl
20185            ! lib/ExtUtils/xsubpp
20186 ____________________________________________________________________________
20187 [ 18269] By: hv                                    on 2002/12/09  00:19:33
20188         Log: Subject: Re: Bug in Filter::Simple
20189              From: Slaven Rezic <slaven.rezic@berlin.de>
20190              Date: 07 Nov 2002 10:01:41 +0100
20191              Message-ID: <87of91u51m.fsf@vran.herceg.de>
20192      Branch: perl
20193            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
20194 ____________________________________________________________________________
20195 [ 18268] By: hv                                    on 2002/12/09  00:14:58
20196         Log: fix #18266 sprintf format mismatch
20197      Branch: perl
20198            ! regcomp.c
20199 ____________________________________________________________________________
20200 [ 18267] By: hv                                    on 2002/12/09  00:10:09
20201         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
20202              From: Slaven Rezic <slaven.rezic@berlin.de>
20203              Date: 09 Nov 2002 23:21:16 +0100
20204              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
20205      Branch: perl
20206            ! config_h.SH ext/POSIX/t/posix.t util.c
20207 ____________________________________________________________________________
20208 [ 18266] By: hv                                    on 2002/12/09  00:02:57
20209         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
20210              From: Abhijit Menon-Sen <ams@wiw.org>
20211              Date: Wed, 6 Nov 2002 19:38:11 +0530
20212              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
20213      Branch: perl
20214            ! regcomp.c t/op/lc.t
20215 ____________________________________________________________________________
20216 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
20217         Log: Subject: Re: [perl #18927] barewords with no errors
20218              From: Abe Timmerman <abe@ztreet.demon.nl>
20219              Date: Sun, 8 Dec 2002 17:12:56 +0100
20220              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
20221      Branch: perl
20222            ! t/lib/strict/subs
20223 ____________________________________________________________________________
20224 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
20225         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
20226              From: Slaven Rezic <slaven.rezic@berlin.de>
20227              Date: 30 Nov 2002 00:07:05 +0100
20228              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
20229      Branch: perl
20230            ! pp_ctl.c t/cmd/for.t
20231 ____________________________________________________________________________
20232 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
20233         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
20234              From: Slaven Rezic <slaven.rezic@berlin.de>
20235              Date: 08 Dec 2002 01:31:45 +0100
20236              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
20237      Branch: perl
20238            ! lib/Exporter/Heavy.pm
20239 ____________________________________________________________________________
20240 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
20241         Log: getservbyport() should accept an empty string as its
20242              proto argument (as does getservbyname()).
20243              
20244              Subject: Re: Is this a bug or am I being stupid?
20245              From: Slaven Rezic <slaven.rezic@berlin.de>
20246              Date: 08 Dec 2002 01:54:37 +0100
20247              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
20248      Branch: perl
20249            ! pp_sys.c
20250 ____________________________________________________________________________
20251 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
20252         Log: Change the set of characters that are considered to be
20253              safe in $ENV{TERM} for taint checkings.
20254      Branch: perl
20255            ! taint.c
20256 ____________________________________________________________________________
20257 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
20258         Log: Document that $ENV{TERM} may produce taint failures.
20259              Subject: Re: [perl #18717] spurious failures in regression test
20260              From: Slaven Rezic <slaven.rezic@berlin.de>
20261              Date: 29 Nov 2002 22:11:46 +0100
20262              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
20263      Branch: perl
20264            ! pod/perldiag.pod
20265 ____________________________________________________________________________
20266 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
20267         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
20268              From: Nicholas Clark <nick@unfortu.net>
20269              Date: Mon, 2 Dec 2002 21:48:29 +0000
20270              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
20271      Branch: perl
20272            ! hv.c lib/Hash/Util.t
20273 ____________________________________________________________________________
20274 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
20275         Log: Fix two cases of buffer overflow in the lexer.
20276      Branch: perl
20277            ! t/comp/parser.t toke.c
20278 ____________________________________________________________________________
20279 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
20280         Log: Fix bug #18874, essentially by reverting change #11890.
20281              Add a regression test for it.
20282      Branch: perl
20283            ! lib/English.pm lib/English.t
20284 ____________________________________________________________________________
20285 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
20286         Log: Suppress a compilation warning reported by Jarkko
20287              (variable initialization skipped by goto).
20288      Branch: perl
20289            ! toke.c
20290 ____________________________________________________________________________
20291 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
20292         Log: Fix up #18229.
20293      Branch: perl
20294            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
20295            ! pod/perlintern.pod
20296 ____________________________________________________________________________
20297 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
20298         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
20299              by any character may corrupt memory due to reading past the
20300              end of the input buffer. Add a new error message corresponding
20301              to this case.
20302      Branch: perl
20303            ! pod/perldiag.pod t/comp/parser.t toke.c
20304 ____________________________________________________________________________
20305 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
20306         Log: Skip test #17 of lib/open.t when useperlio is not defined.
20307      Branch: perl
20308            ! lib/open.t
20309 ____________________________________________________________________________
20310 [ 18231] By: merijn                                on 2002/12/02  16:00:12
20311         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
20312              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
20313              From: Andy Dougherty <doughera@lafayette.edu>
20314              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
20315      Branch: perl
20316            ! README.hpux
20317 ____________________________________________________________________________
20318 [ 18230] By: merijn                                on 2002/12/02  15:45:31
20319         Log: $0 modifying part II (HP-UX only)
20320              
20321              Date: Sat, 30 Nov 2002 20:16:51 +0200
20322              From: Jarkko Hietaniemi <jhi@iki.fi>
20323              Subject: [PATCH] $0 modifying
20324              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
20325      Branch: perl
20326            ! mg.c
20327 ____________________________________________________________________________
20328 [ 18229] By: merijn                                on 2002/12/02  15:43:16
20329         Log: $0 mofifying part I
20330              
20331              Date: Sat, 30 Nov 2002 20:16:51 +0200
20332              From: Jarkko Hietaniemi <jhi@iki.fi>
20333              Subject: [PATCH] $0 modifying
20334              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
20335      Branch: perl
20336            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
20337            ! sv.c t/op/magic.t thread.h
20338 ____________________________________________________________________________
20339 [ 18228] By: hv                                    on 2002/12/02  13:37:59
20340         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
20341              with a module-driven version, and separates out its docs.
20342      Branch: perl
20343            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
20344            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
20345            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
20346            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
20347            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
20348            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
20349            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
20350            + pod/perldoc.pod
20351            ! MANIFEST utils/perldoc.PL
20352 ____________________________________________________________________________
20353 [ 18226] By: hv                                    on 2002/12/02  12:44:35
20354         Log: missed the new file from #18224
20355      Branch: perl
20356            + lib/Pod/PlainText.pm
20357            ! MANIFEST
20358 ____________________________________________________________________________
20359 [ 18225] By: hv                                    on 2002/12/02  03:09:42
20360         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
20361      Branch: perl
20362            ! util.c
20363 ____________________________________________________________________________
20364 [ 18224] By: hv                                    on 2002/12/02  02:59:02
20365         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
20366              and lib/Pod/t/utils.t to cater for simpler output text.
20367      Branch: perl
20368            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
20369            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
20370            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
20371            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
20372            ! t/pod/multiline_items.t t/pod/multiline_items.xr
20373            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
20374            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
20375            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
20376            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
20377 ____________________________________________________________________________
20378 [ 18223] By: hv                                    on 2002/12/02  02:46:17
20379         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
20380              From: Dave Mitchell <davem@fdgroup.com>
20381              Date: Mon, 25 Nov 2002 21:25:33 +0000
20382              Message-ID: <20021125212533.B29157@fdgroup.com>
20383      Branch: perl
20384            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
20385 ____________________________________________________________________________
20386 [ 18222] By: hv                                    on 2002/12/02  02:23:28
20387         Log: #18221 broke t/op/eval.t
20388      Branch: perl
20389            ! t/op/eval.t
20390 ____________________________________________________________________________
20391 [ 18221] By: hv                                    on 2002/12/02  02:18:19
20392         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
20393      Branch: perl
20394           +> ext/POSIX/t/is.t
20395           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
20396           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
20397           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
20398           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
20399 ____________________________________________________________________________
20400 [ 18220] By: hv                                    on 2002/12/02  00:58:54
20401         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
20402              From: Dave Mitchell <davem@fdgroup.com>
20403              Date: Sun, 24 Nov 2002 22:19:06 +0000
20404              Message-ID: <20021124221906.A25386@fdgroup.com>
20405      Branch: perl
20406            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
20407            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
20408            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
20409            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
20410 ____________________________________________________________________________
20411 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
20412         Log: Document the hint constants and where they're used.
20413      Branch: perl
20414            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
20415            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
20416            ! perl.h
20417 ____________________________________________________________________________
20418 [ 18216] By: merijn                                on 2002/11/29  10:00:54
20419         Log: 64bit Peek failure on HP-UX 11.00
20420              
20421              Subject: Re: Smoke 18188
20422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20423              From: Slaven Rezic <slaven.rezic@berlin.de>
20424              Date: 28 Nov 2002 19:25:25 +0100
20425              Message-ID: <877kexsga2.fsf@vran.herceg.de>
20426      Branch: perl
20427            ! ext/Devel/Peek/Peek.t
20428 ____________________________________________________________________________
20429 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
20430         Log: Slight beauty tweak. 
20431      Branch: perl
20432            ! intrpvar.h
20433 ____________________________________________________________________________
20434 [ 18188] By: hv                                    on 2002/11/27  01:32:52
20435         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
20436              From: Slaven Rezic <slaven.rezic@berlin.de>
20437              Date: 03 Nov 2002 10:59:43 +0100
20438              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
20439      Branch: perl
20440            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
20441 ____________________________________________________________________________
20442 [ 18186] By: hv                                    on 2002/11/27  00:57:18
20443         Log: Subject: DESTROY called in scalar context ?
20444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20445              Date: Tue, 29 Oct 2002 22:04:23 +0100
20446              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
20447      Branch: perl
20448            ! sv.c
20449 ____________________________________________________________________________
20450 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
20451         Log: PerlFAQ sync.
20452      Branch: perl
20453            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20454            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20455            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20456            ! pod/perlfaq9.pod
20457 ____________________________________________________________________________
20458 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
20459         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
20460              From: andreas.koenig@anima.de (Andreas J. Koenig)
20461              Date: Mon, 25 Nov 2002 10:21:08 +0100
20462              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
20463              
20464              Plus a few similar POD fixes
20465      Branch: perl
20466            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
20467            ! pod/perltie.pod
20468 ____________________________________________________________________________
20469 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
20470         Log: Subject: Re: [perl #18626] bug in perlipc man page
20471              From: Slaven Rezic <slaven.rezic@berlin.de>
20472              Date: 23 Nov 2002 21:23:20 +0100
20473              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
20474      Branch: perl
20475            ! pod/perlipc.pod
20476 ____________________________________________________________________________
20477 [ 18182] By: merijn                                on 2002/11/26  08:44:39
20478         Log: Subject: #17171: ld flag for shrplib on OpenBSD
20479              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
20480              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
20481      Branch: perl
20482            ! Configure
20483 ____________________________________________________________________________
20484 [ 18180] By: hv                                    on 2002/11/25  03:10:03
20485         Log: integrate #18144 updates to pod/perlport.pod
20486      Branch: perl
20487            ! pod/perlport.pod
20488 ____________________________________________________________________________
20489 [ 18179] By: hv                                    on 2002/11/25  03:06:44
20490         Log: Subject: [PATCH] UTF8 regexp {n} bug
20491              From: Inaba Hiroto <inaba@st.rim.or.jp>
20492              Date: Sat, 16 Nov 2002 19:23:00 +0900
20493              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
20494      Branch: perl
20495            ! regcomp.c t/op/pat.t
20496 ____________________________________________________________________________
20497 [ 18178] By: hv                                    on 2002/11/25  02:43:40
20498         Log: Subject: Re: Storable bug #1698
20499              From: Slaven Rezic <slaven.rezic@berlin.de>
20500              Date: 18 Nov 2002 10:41:36 +0100
20501              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
20502      Branch: perl
20503            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
20504            ! ext/Storable/t/forgive.t
20505 ____________________________________________________________________________
20506 [ 18177] By: hv                                    on 2002/11/25  02:37:07
20507         Log: add support for STASH and MAGIC information for REFs to sv_dump().
20508              Subject: [PATCH]
20509              From: Slaven Rezic <slaven.rezic@berlin.de>
20510              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
20511              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
20512      Branch: perl
20513            ! dump.c ext/Devel/Peek/Peek.t
20514 ____________________________________________________________________________
20515 [ 18176] By: hv                                    on 2002/11/25  02:31:10
20516         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
20517              From: Slaven Rezic <slaven.rezic@berlin.de>
20518              Date: 18 Nov 2002 22:50:04 +0100
20519              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
20520      Branch: perl
20521            ! pp_ctl.c
20522 ____________________________________________________________________________
20523 [ 18175] By: hv                                    on 2002/11/25  02:20:48
20524         Log: Subject: [Encode] 1.83 + bleedperl patch released
20525              From: Dan Kogai <dankogai@dan.co.jp>
20526              Date: Tue, 19 Nov 2002 03:18:44 +0900
20527              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
20528      Branch: perl
20529            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
20530            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
20531            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
20532            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
20533 ____________________________________________________________________________
20534 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
20535         Log: Subject: [PATCH] Historic version labels
20536              From: andreas.koenig@anima.de (Andreas J. Koenig)
20537              Date: Fri, 22 Nov 2002 14:39:41 +0100
20538              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
20539      Branch: perl
20540            ! Changes5.005 Changes5.6
20541 ____________________________________________________________________________
20542 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
20543         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
20544              Fix the existing tests that didn't checked the difference
20545              between 0 and undef.
20546      Branch: perl
20547            ! t/op/magic.t
20548 ____________________________________________________________________________
20549 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
20550         Log: Move some tests from t/run/fresh_perl.t
20551              to the new t/comp/parser.t. The goal being to
20552              get rid of fresh_perl.t at some point.
20553      Branch: perl
20554            ! t/comp/parser.t t/run/fresh_perl.t
20555 ____________________________________________________________________________
20556 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
20557         Log: Add a test for bug #17920, and a new test file for it.
20558      Branch: perl
20559            + t/comp/parser.t
20560            ! MANIFEST
20561 ____________________________________________________________________________
20562 [ 18168] By: merijn                                on 2002/11/21  13:59:12
20563         Log: Subject: [PATCH] hires sleeping wants libs
20564              Date: Wed, 20 Nov 2002 17:18:31 +0200
20565              From: Jarkko Hietaniemi <jhi@iki.fi>
20566              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
20567      Branch: perl
20568            ! Configure hints/irix_6.sh
20569 ____________________________________________________________________________
20570 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
20571         Log: Fix perl bug #17920 : a case of parser coredump.
20572              The fix is to disable Perl_block_start and Perl_block_end
20573              when the yacc parser has encountered errors. This prevents
20574              corruption of the internal stack, at the expense of correctness,
20575              but this doesn't matter as the code is unparseable anyway.
20576      Branch: perl
20577            ! op.c
20578 ____________________________________________________________________________
20579 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
20580         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
20581              From: Jarkko Hietaniemi <jhi@iki.fi>
20582              Date: Sun, 3 Nov 2002 17:50:08 +0200
20583              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
20584      Branch: perl
20585            ! lib/open.pm locale.c pod/perl58delta.pod
20586 ____________________________________________________________________________
20587 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
20588         Log: t/io/crlf.t failed with miniperl.
20589      Branch: perl
20590            ! t/io/crlf.t
20591 ____________________________________________________________________________
20592 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
20593         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
20594              From: Peter Scott <Peter@PSDT.com>
20595              Date: Thu, 07 Nov 2002 19:04:27 -0800
20596              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
20597              
20598              With a tweak to the END cleanup block to fully remove the
20599              temporary test directory
20600      Branch: perl
20601            ! lib/AutoLoader.t
20602 ____________________________________________________________________________
20603 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
20604         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
20605              From: Dave Mitchell <davem@fdgroup.com>
20606              Date: Thu, 14 Nov 2002 22:55:39 +0000
20607              Message-ID: <20021114225539.A18614@fdgroup.com>
20608      Branch: perl
20609            ! ext/threads/threads.xs
20610 ____________________________________________________________________________
20611 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
20612         Log: Subject: [PATCH Win32] Document wperl.exe
20613              From: "Brent Dax" <brentdax@cpan.org>
20614              Date: Fri, 15 Nov 2002 23:02:01 -0800
20615              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
20616      Branch: perl
20617            ! README.win32
20618 ____________________________________________________________________________
20619 [ 18160] By: hv                                    on 2002/11/19  12:07:25
20620         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
20621              From: Nicholas Clark <nick@unfortu.net>
20622              Date: Tue, 29 Oct 2002 23:00:05 +0000
20623              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
20624      Branch: perl
20625            + regen.pl regen_headers.pl
20626            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
20627            ! keywords.pl opcode.pl regcomp.pl
20628 ____________________________________________________________________________
20629 [ 18159] By: hv                                    on 2002/11/19  11:48:30
20630         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
20631              From: Gurusamy Sarathy <gsar@ActiveState.com>
20632              Date: Wed, 30 Oct 2002 20:58:15 -0800
20633              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
20634              Date: Wed, 30 Oct 2002 21:56:22 -0800
20635              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
20636              Date: Wed, 30 Oct 2002 22:55:30 -0800
20637              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
20638      Branch: perl
20639            ! gv.c pp_hot.c t/op/method.t
20640 ____________________________________________________________________________
20641 [ 18158] By: hv                                    on 2002/11/19  11:35:16
20642         Log: Remove duplicate my() declaration giving warnings from change #18105.
20643      Branch: perl
20644            ! lib/Class/Struct.t
20645 ____________________________________________________________________________
20646 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
20647         Log: Correction to change #18152, by Dave Mitchell.
20648      Branch: perl
20649            ! pod/perlhack.pod
20650 ____________________________________________________________________________
20651 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
20652         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
20653              From: Dave Mitchell <davem@fdgroup.com>
20654              Date: Sat, 16 Nov 2002 22:18:23 +0000
20655              Message-ID: <20021116221823.A23614@fdgroup.com>
20656              Documentation for change #18150.
20657      Branch: perl
20658            ! pod/perlhack.pod
20659 ____________________________________________________________________________
20660 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
20661         Log: Document PRIVSHIFT.
20662              Subject: [PATCH] two small doc patches
20663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20664              Date: Thu, 14 Nov 2002 15:07:35 -0800
20665              Message-ID: <3yC19gzkguTO092yn@efn.org>
20666      Branch: perl
20667            ! sv.h
20668 ____________________________________________________________________________
20669 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
20670         Log: Subject: [PATCH] optional code for debugging leaking scalars
20671              From: Dave Mitchell <davem@fdgroup.com>
20672              Date: Thu, 14 Nov 2002 23:03:00 +0000
20673              Message-ID: <20021114230300.B18614@fdgroup.com>
20674      Branch: perl
20675            ! perl.c sv.c
20676 ____________________________________________________________________________
20677 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
20678         Log: New B::Lint option, bare-subs, that checks for implicitely
20679              quoted barewords that are also subroutines, from
20680              Ian Phillipps <ip@tarragon-et.co.uk>.
20681              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
20682              With a few tweaks to the implementation and tests.
20683              (previous change was empty)
20684      Branch: perl
20685            ! ext/B/B/Lint.pm ext/B/t/lint.t
20686 ____________________________________________________________________________
20687 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
20688         Log: New B::Lint option, bare-subs, that checks for implicitely
20689              quoted barewords that are also subroutines, from
20690              Ian Phillipps <ip@tarragon-et.co.uk>.
20691              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
20692              With a few tweaks to the implementation and tests.
20693      Branch: perl
20694            ! ext/B/B/Lint.pm ext/B/t/lint.t
20695 ____________________________________________________________________________
20696 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
20697         Log: Subject: [PATCH] Typo in perl58delta
20698              From: andreas.koenig@anima.de (Andreas J. Koenig)
20699              Date: Sat, 16 Nov 2002 16:29:14 +0100
20700              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
20701      Branch: perl
20702            ! pod/perl58delta.pod
20703 ____________________________________________________________________________
20704 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
20705         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
20706              From: Dave Mitchell <davem@fdgroup.com>
20707              Date: Thu, 7 Nov 2002 16:38:02 +0000
20708              Message-ID: <20021107163802.C25337@fdgroup.com>
20709      Branch: perl
20710            ! pad.h
20711 ____________________________________________________________________________
20712 [ 18141] By: merijn                                on 2002/11/12  16:15:30
20713         Log: repair 18139 (missing awk command)
20714      Branch: perl
20715            ! Configure
20716 ____________________________________________________________________________
20717 [ 18139] By: merijn                                on 2002/11/12  14:20:36
20718         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
20719              From: Jarkko Hietaniemi <jhi@iki.fi>
20720              Subject: [PATCH] Tru64 osvers
20721              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
20722      Branch: perl
20723            ! Configure
20724 ____________________________________________________________________________
20725 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
20726         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
20727              From: Slaven Rezic <slaven.rezic@berlin.de>
20728              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
20729              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
20730      Branch: perl
20731            ! lib/Term/ReadLine.pm
20732 ____________________________________________________________________________
20733 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
20734         Log: Subject: t/run/runenv.t bug
20735              From: Salvador "Fandiño" <sfandino@yahoo.com>
20736              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
20737              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
20738      Branch: perl
20739            ! t/run/runenv.t
20740 ____________________________________________________________________________
20741 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
20742         Log: Subject: [PATCH] perlopentut and PerlIO documentation
20743              From: Slaven Rezic <slaven.rezic@berlin.de>
20744              Date: 08 Nov 2002 22:22:19 +0100
20745              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
20746      Branch: perl
20747            ! lib/PerlIO.pm pod/perlopentut.pod
20748 ____________________________________________________________________________
20749 [ 18125] By: hv                                    on 2002/11/07  14:01:57
20750         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
20751              From: Dan Kogai <dankogai@dan.co.jp>
20752              Date: Fri, 25 Oct 2002 13:04:00 +0900
20753              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
20754      Branch: perl
20755            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
20756            + t/uni/tr_utf8.t
20757            ! MANIFEST
20758 ____________________________________________________________________________
20759 [ 18124] By: hv                                    on 2002/11/07  13:51:39
20760         Log: Subject: [PATCH] File::Temp documentation fix
20761              From: Slaven Rezic <slaven.rezic@berlin.de>
20762              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
20763              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
20764      Branch: perl
20765            ! lib/File/Temp.pm
20766 ____________________________________________________________________________
20767 [ 18123] By: hv                                    on 2002/11/07  13:46:59
20768         Log: Subject: PATCH x2p/find2perl.PL
20769              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
20770              Date: Thu, 24 Oct 2002 10:05:19 +0200
20771              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
20772      Branch: perl
20773            ! x2p/find2perl.PL
20774 ____________________________________________________________________________
20775 [ 18122] By: hv                                    on 2002/11/07  13:40:25
20776         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
20777              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
20778              Date: 23 Oct 2002 18:42:51 -0000
20779              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
20780      Branch: perl
20781            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
20782 ____________________________________________________________________________
20783 [ 18121] By: hv                                    on 2002/11/07  13:21:15
20784         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
20785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20786              Date: Sun, 03 Nov 2002 15:48:18 -0800
20787              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
20788      Branch: perl
20789            ! sv.c t/op/tie.t
20790 ____________________________________________________________________________
20791 [ 18120] By: hv                                    on 2002/11/07  13:14:21
20792         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
20793              From: Gurusamy Sarathy <gsar@ActiveState.com>
20794              Date: Sat, 19 Oct 2002 12:11:43 -0700
20795              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
20796      Branch: perl
20797            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
20798 ____________________________________________________________________________
20799 [ 18119] By: hv                                    on 2002/11/07  12:13:28
20800         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
20801              From: Mark Pease (via RT) <perlbug@perl.org>
20802              Date: 29 Oct 2002 20:23:54 -0000
20803              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
20804      Branch: perl
20805            ! regcomp.c
20806 ____________________________________________________________________________
20807 [ 18118] By: hv                                    on 2002/11/07  11:33:38
20808         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
20809              From: hv@crypt.org
20810              Date: Sun, 03 Nov 2002 16:41:24 +0000
20811              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
20812      Branch: perl
20813            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
20814            ! t/op/sub_lval.t
20815 ____________________________________________________________________________
20816 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
20817         Log: "make distclean" should remove the generated file lib/Config.pod.
20818      Branch: perl
20819            ! Makefile.SH
20820 ____________________________________________________________________________
20821 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
20822         Log: The new test introduced in #18114 failed with threads
20823      Branch: perl
20824            ! ext/B/t/concise.t
20825 ____________________________________________________________________________
20826 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
20827         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
20828              From: Slaven Rezic <slaven.rezic@berlin.de>
20829              Date: 24 Oct 2002 00:44:35 +0200
20830              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
20831      Branch: perl
20832            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
20833            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
20834 ____________________________________________________________________________
20835 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
20836         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
20837              From: Stephen McCamant <smcc@mit.edu>
20838              Date: Thu, 31 Oct 2002 01:35:29 -0500
20839              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
20840              
20841              plus a test case in ext/B/t/concise.t
20842              plus a (less intrusive, but less future-proof) fix for a
20843              similar problem in B::walkoptree_exec().
20844      Branch: perl
20845            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
20846 ____________________________________________________________________________
20847 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
20848         Log: make regen_headers.
20849              Backport change #18078 to warnings.pl.
20850      Branch: perl
20851            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
20852 ____________________________________________________________________________
20853 [ 18109] By: ams                                   on 2002/11/05  13:03:34
20854         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
20855              From: hv@crypt.org
20856              Date: Tue, 05 Nov 2002 13:30:00 +0000
20857              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
20858              
20859              This is half of the fix for #18107. The swash_init() problems
20860              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
20861              but can now be seen only with UTF-8 test cases.
20862      Branch: perl
20863            ! pp.c
20864 ____________________________________________________________________________
20865 [ 18108] By: merijn                                on 2002/11/05  07:52:08
20866         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
20867              
20868              Subject: Re: [perl #18066] Bug in -I when path has double colons?
20869              From: Slaven Rezic <slaven.rezic@berlin.de>
20870              Date: 03 Nov 2002 10:25:10 +0100
20871              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
20872      Branch: perl
20873            ! embed.pl
20874 ____________________________________________________________________________
20875 [ 18107] By: ams                                   on 2002/11/05  03:43:46
20876         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
20877              character is UTF-8. (Copied from pp_lcfirst.)
20878              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
20879      Branch: perl
20880            ! dump.c pp.c
20881 ____________________________________________________________________________
20882 [ 18106] By: hv                                    on 2002/11/05  01:43:27
20883         Log: new test based on:
20884              Subject: [TEST] for [PATCH] bug in utf8.c(?)
20885              From: Marty Pauley <marty+p5p@kasei.com>
20886              Date: Fri, 18 Oct 2002 21:02:38 +0100
20887              Message-ID: <20021018200238.GY3764@soto.kasei.com>
20888      Branch: perl
20889            ! lib/utf8.t
20890 ____________________________________________________________________________
20891 [ 18105] By: hv                                    on 2002/11/05  00:59:30
20892         Log: Subject: Re: Class::Struct, simple patch, tests
20893              From: Marty Pauley <marty+p5p@kasei.com>
20894              Date: Fri, 18 Oct 2002 22:26:38 +0100
20895              Message-ID: <20021018212638.GB3764@soto.kasei.com>
20896      Branch: perl
20897            ! lib/Class/Struct.pm lib/Class/Struct.t
20898 ____________________________________________________________________________
20899 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
20900         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
20901              From: Slaven Rezic <slaven.rezic@berlin.de>
20902              Date: 30 Oct 2002 11:18:47 +0100
20903              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
20904              
20905              With the corresponding change to embed.fnc
20906      Branch: perl
20907            + t/run/switchI.t
20908            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
20909            ! proto.h t/run/runenv.t
20910 ____________________________________________________________________________
20911 [ 18094] By: merijn                                on 2002/11/04  16:08:22
20912         Log: Changed the warning detection pattern because of:
20913              
20914              Subject: ccache gcc3.2 doesn't work
20915              From: Nicholas Clark <nick@ccl4.org>
20916              Date: Tue, 29 Oct 2002 15:01:39
20917              Message-ID: <20021029150139.J82080@plum.flirble.org>
20918      Branch: perl
20919            ! Configure
20920 ____________________________________________________________________________
20921 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
20922         Log: s/Perlf/Perl/ (thanks rgs)
20923      Branch: perl
20924            ! pod/perldiag.pod
20925 ____________________________________________________________________________
20926 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
20927         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
20928      Branch: perl
20929            ! pod/perldiag.pod
20930 ____________________________________________________________________________
20931 [ 18090] By: hv                                    on 2002/11/04  15:49:29
20932         Log: extend #13786 to cover the other four identical chunks of code
20933              to avoid looping under overload.
20934      Branch: perl
20935            ! sv.c
20936 ____________________________________________________________________________
20937 [ 18088] By: merijn                                on 2002/11/04  15:37:06
20938         Log: Charnames take 4
20939              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
20940      Branch: perl
20941            ! lib/charnames.pm lib/charnames.t
20942 ____________________________________________________________________________
20943 [ 18086] By: hv                                    on 2002/11/04  15:16:34
20944         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
20945      Branch: perl
20946           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
20947           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
20948 ____________________________________________________________________________
20949 [ 18085] By: hv                                    on 2002/11/04  12:17:12
20950         Log: Subject: Re: [perl #17064] illegal legal unicode character
20951              From: hv@crypt.org
20952              Date: Mon, 04 Nov 2002 13:23:49 +0000
20953              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
20954      Branch: perl
20955            ! regexec.c t/op/split.t
20956 ____________________________________________________________________________
20957 [ 18084] By: merijn                                on 2002/11/04  11:04:45
20958         Log: Tru64, gcc -O3, datasize
20959              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
20960      Branch: perl
20961            ! README.tru64 hints/dec_osf.sh
20962 ____________________________________________________________________________
20963 [ 18083] By: merijn                                on 2002/11/04  10:58:52
20964         Log: Typo configpm
20965              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20966      Branch: perl
20967            ! configpm
20968 ____________________________________________________________________________
20969 [ 18078] By: hv                                    on 2002/11/03  13:20:50
20970         Log: avoid reliance on croak() prototype
20971      Branch: perl
20972            ! lib/warnings.pm
20973 ____________________________________________________________________________
20974 [ 18077] By: hv                                    on 2002/11/03  13:18:17
20975         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
20976              (with tweaks)
20977              From: Michael G Schwern <schwern@pobox.com>
20978              Date: Wed, 4 Sep 2002 12:06:08 -0700
20979              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
20980      Branch: perl
20981            ! configpm lib/Config.t
20982 ____________________________________________________________________________
20983 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
20984         Log: Update to Scalar-List-Utils 1.08
20985      Branch: perl
20986            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
20987            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
20988            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
20989            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
20990            ! ext/List/Util/t/reduce.t
20991 ____________________________________________________________________________
20992 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
20993         Log: Adjust the number of tests in t/op/range.t
20994      Branch: perl
20995            ! t/op/range.t
20996 ____________________________________________________________________________
20997 [ 18074] By: ams                                   on 2002/10/30  22:30:32
20998         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
20999              but "-4\n".."-0\n" is!
21000              From: Slaven Rezic <slaven.rezic@berlin.de>
21001              Date: 30 Oct 2002 16:22:36 +0100
21002              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
21003              
21004              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
21005              is not DWIM but "-4\n".."-0\n" is!
21006              From: "Orton, Yves" <yves.orton@mciworldcom.de>
21007              Date: Wed, 30 Oct 2002 11:59:31 -0000
21008              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
21009              
21010              (Applied over previous fix.)
21011      Branch: perl
21012            ! pp_ctl.c t/op/range.t
21013 ____________________________________________________________________________
21014 [ 18073] By: ams                                   on 2002/10/30  19:47:12
21015         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
21016              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
21017              Date: 30 Oct 2002 17:27:53 -0000
21018              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
21019              
21020              (Fixed by making an exception for .."0" in pp_flop.)
21021      Branch: perl
21022            ! pp_ctl.c t/op/range.t
21023 ____________________________________________________________________________
21024 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
21025         Log: Partial fix of bug [perl #17589] : prevent the parser to
21026              segfault when encountering the erroneous construct "sub;".
21027      Branch: perl
21028            ! pod/perldiag.pod t/op/anonsub.t toke.c
21029 ____________________________________________________________________________
21030 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
21031         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
21032              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21033              Date: Mon, 28 Oct 2002 12:53:52 -0000
21034              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
21035      Branch: perl
21036            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
21037 ____________________________________________________________________________
21038 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
21039         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
21040              From: Nicholas Clark <nick@unfortu.net>
21041              Date: Sun, 27 Oct 2002 18:39:03 +0000
21042              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
21043      Branch: perl
21044            ! util.c
21045 ____________________________________________________________________________
21046 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
21047         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
21048              From: Nicholas Clark <nick@unfortu.net>
21049              Date: Sun, 27 Oct 2002 22:31:08 +0000
21050              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
21051      Branch: perl
21052            ! t/op/pack.t
21053 ____________________________________________________________________________
21054 [ 18068] By: merijn                                on 2002/10/27  17:57:15
21055         Log: Repair broken previous patch. I don't like it, but not repairing it
21056              breaks each and every build. Will teach me to test on the same
21057              machine where I patched it. Sorry.
21058      Branch: perl
21059            ! embed.pl
21060 ____________________________________________________________________________
21061 [ 18067] By: merijn                                on 2002/10/27  06:02:21
21062         Log: embed.pl doc. (embed.pl reorganization for doc headers)
21063              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
21064              With some additional modifications
21065      Branch: perl
21066            ! embed.pl
21067 ____________________________________________________________________________
21068 [ 18064] By: merijn                                on 2002/10/25  11:47:07
21069         Log: The 5005thread todo list; 2 down 25 to go
21070      Branch: perl
21071            ! README.irix README.tru64
21072 ____________________________________________________________________________
21073 [ 18063] By: hv                                    on 2002/10/25  00:28:48
21074         Log: change #18038 gives too many problems on t/450_service.t; disable
21075              it for now
21076      Branch: perl
21077            ! lib/Net/Ping/t/450_service.t
21078 ____________________________________________________________________________
21079 [ 18062] By: hv                                    on 2002/10/25  00:21:17
21080         Log: Subject: [PATCH] DB_File 1.806
21081              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21082              Date: Tue, 22 Oct 2002 11:16:21 +0100
21083              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
21084      Branch: perl
21085            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21086            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
21087            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
21088 ____________________________________________________________________________
21089 [ 18061] By: hv                                    on 2002/10/25  00:13:07
21090         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
21091              From: chromatic <chromatic@wgz.org>
21092              Date: Mon, 21 Oct 2002 20:27:43 -0700
21093              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
21094      Branch: perl
21095            + ext/IO/lib/IO/t/IO.t
21096            ! MANIFEST lib/Net/Ping/t/450_service.t
21097 ____________________________________________________________________________
21098 [ 18060] By: hv                                    on 2002/10/24  23:54:50
21099         Log: 2 lines of change #18039 had several problems
21100      Branch: perl
21101            ! ext/IO/IO.pm
21102 ____________________________________________________________________________
21103 [ 18059] By: hv                                    on 2002/10/24  23:46:29
21104         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
21105              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
21106              Date: 21 Oct 2002 10:18:50 -0000
21107              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
21108      Branch: perl
21109            ! utils/perldoc.PL
21110 ____________________________________________________________________________
21111 [ 18058] By: hv                                    on 2002/10/24  23:36:48
21112         Log: Subject: The Inaba patch for tr/// vs. use encoding
21113              From: Dan Kogai <dankogai@dan.co.jp>
21114              Date: Mon, 21 Oct 2002 17:36:02 +0900
21115              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
21116      Branch: perl
21117            ! mg.c regcomp.c sv.c toke.c
21118 ____________________________________________________________________________
21119 [ 18057] By: hv                                    on 2002/10/24  23:16:15
21120         Log: Subject: [Encode] 1.80 released
21121              From: Dan Kogai <dankogai@dan.co.jp>
21122              Date: Tue, 22 Oct 2002 05:47:16 +0900
21123              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
21124      Branch: perl
21125            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
21126            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
21127            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21128            ! ext/Encode/lib/Encode/MIME/Header.pm
21129            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
21130            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
21131            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
21132            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
21133 ____________________________________________________________________________
21134 [ 18056] By: hv                                    on 2002/10/24  22:48:06
21135         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
21136              From: Autrijus Tang <autrijus@autrijus.org>
21137              Date: Sat, 19 Oct 2002 17:51:57 +0800
21138              Message-ID: <20021019095157.GA430@not.autrijus.org>
21139      Branch: perl
21140            ! ext/B/B/C.pm
21141 ____________________________________________________________________________
21142 [ 18055] By: hv                                    on 2002/10/24  22:34:10
21143         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
21144      Branch: perl
21145            ! pp_sys.c t/run/fresh_perl.t
21146 ____________________________________________________________________________
21147 [ 18054] By: hv                                    on 2002/10/24  22:17:40
21148         Log: change #18030 needs the removal of ext/Thread/thr5005.t
21149      Branch: perl
21150            - ext/Thread/thr5005.t
21151 ____________________________________________________________________________
21152 [ 18053] By: merijn                                on 2002/10/24  08:20:09
21153         Log: charnames pragma extended with :alias for customized
21154              unicode naming aliases
21155              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
21156      Branch: perl
21157            ! lib/charnames.pm lib/charnames.t
21158 ____________________________________________________________________________
21159 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
21160         Log: Further tweaks to perlmodlib.pod.
21161              Add a note about perllocal.pod, which wasn't documented.
21162      Branch: perl
21163            ! pod/perlmodlib.PL pod/perlmodlib.pod
21164 ____________________________________________________________________________
21165 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
21166         Log: Further tweaks to perluniintro.pod
21167      Branch: perl
21168            ! pod/perluniintro.pod
21169 ____________________________________________________________________________
21170 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
21171         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
21172              Regenerate perlmodlib.pod
21173      Branch: perl
21174            ! pod/perlmodlib.PL pod/perlmodlib.pod
21175 ____________________________________________________________________________
21176 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
21177         Log: Subject: [PATCH] perluniintro
21178              From: Jarkko Hietaniemi <jhi@iki.fi>
21179              Date: Sun, 20 Oct 2002 15:48:09 +0300
21180              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
21181      Branch: perl
21182            ! pod/perluniintro.pod
21183 ____________________________________________________________________________
21184 [ 18048] By: hv                                    on 2002/10/22  17:04:26
21185         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
21186              From: Dave Mitchell <davem@fdgroup.com>
21187              Date: Fri, 18 Oct 2002 13:36:40 +0100
21188              Message-ID: <20021018133640.A19172@fdgroup.com>
21189      Branch: perl
21190            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
21191            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
21192            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
21193 ____________________________________________________________________________
21194 [ 18047] By: hv                                    on 2002/10/22  16:20:18
21195         Log: Subject: [PATCH] AutoLoader gives wrong message
21196              From: Peter Scott <peter@psdt.com>
21197              Date: Thu, 17 Oct 2002 19:54:56 -0700
21198              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
21199      Branch: perl
21200            ! lib/AutoLoader.pm
21201 ____________________________________________________________________________
21202 [ 18046] By: hv                                    on 2002/10/22  15:52:40
21203         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
21204              From: Alain Barbet <alian@alianwebserver.com>
21205              Date: Fri, 18 Oct 2002 15:29:29 +0200
21206              Message-ID: <3DB00CB9.70708@alianwebserver.com>
21207      Branch: perl
21208            ! README.win32 win32/makefile.mk win32/win32.c
21209 ____________________________________________________________________________
21210 [ 18045] By: hv                                    on 2002/10/22  15:47:21
21211         Log: improve 'atomicity' wording
21212      Branch: perl
21213            ! lib/filetest.pm
21214 ____________________________________________________________________________
21215 [ 18044] By: hv                                    on 2002/10/22  15:43:55
21216         Log: Subject: [PATCH] Shell.pm object methods broken
21217              From: Dan Brook <dbrook@easyspace.com>
21218              Date: Thu, 17 Oct 2002 16:05:04 +0100
21219              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
21220      Branch: perl
21221            ! lib/Shell.pm lib/Shell.t
21222 ____________________________________________________________________________
21223 [ 18042] By: hv                                    on 2002/10/21  09:20:54
21224         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
21225              From: hv@crypt.org
21226              Date: Mon, 21 Oct 2002 11:27:40 +0100
21227              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
21228      Branch: perl
21229            ! t/lib/warnings/toke toke.c
21230 ____________________________________________________________________________
21231 [ 18041] By: hv                                    on 2002/10/21  01:14:48
21232         Log: Subject: Re: [perl #18019] regex overoptimization
21233              From: hv@crypt.org
21234              Date: Mon, 21 Oct 2002 03:21:54 +0100
21235              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
21236      Branch: perl
21237            ! regcomp.c t/op/re_tests
21238 ____________________________________________________________________________
21239 [ 18039] By: hv                                    on 2002/10/20  14:33:16
21240         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
21241              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
21242              Date: Tue, 15 Oct 2002 02:17:03 +0200
21243              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
21244      Branch: perl
21245            ! ext/IO/IO.pm
21246 ____________________________________________________________________________
21247 [ 18038] By: hv                                    on 2002/10/20  14:23:06
21248         Log: Update to Net::Ping v2.23
21249      Branch: perl
21250            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
21251            + lib/Net/Ping/t/450_service.t
21252            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
21253            ! lib/Net/Ping/t/200_ping_tcp.t
21254 ____________________________________________________________________________
21255 [ 18037] By: hv                                    on 2002/10/20  13:57:06
21256         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
21257              From: Jarkko Hietaniemi <jhi@iki.fi>
21258              Date: Mon, 14 Oct 2002 14:49:54 +0300
21259              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
21260      Branch: perl
21261            ! t/op/pack.t
21262 ____________________________________________________________________________
21263 [ 18036] By: hv                                    on 2002/10/20  13:43:56
21264         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
21265              From: Slaven Rezic <slaven.rezic@berlin.de>
21266              Date: 14 Oct 2002 09:37:18 +0200
21267              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
21268      Branch: perl
21269            ! pp_sys.c t/op/mkdir.t
21270 ____________________________________________________________________________
21271 [ 18035] By: hv                                    on 2002/10/20  13:39:09
21272         Log: Subject: Re: [perl #17951] Strange UTF error
21273              From: Jarkko Hietaniemi <jhi@iki.fi>
21274              Date: Wed, 16 Oct 2002 18:50:51 +0300
21275              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
21276      Branch: perl
21277            ! lib/utf8_heavy.pl t/run/fresh_perl.t
21278 ____________________________________________________________________________
21279 [ 18034] By: hv                                    on 2002/10/20  13:23:16
21280         Log: Update to Time::HiRes v1.38
21281      Branch: perl
21282            + ext/Time/HiRes/typemap
21283            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21284            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
21285            ! ext/Time/HiRes/Makefile.PL
21286 ____________________________________________________________________________
21287 [ 18033] By: hv                                    on 2002/10/20  13:12:25
21288         Log: Upgrade to Test.pm v1.23
21289      Branch: perl
21290            ! lib/Test.pm
21291 ____________________________________________________________________________
21292 [ 18030] By: merijn                                on 2002/10/19  14:10:21
21293         Log: Happy chainsaw stories; The removal of the 5005 threads
21294              Still imcomplete. Configure will follow
21295      Branch: perl
21296            ! MANIFEST NetWare/Makefile NetWare/config.wc
21297            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
21298            ! Porting/Glossary Porting/config.sh Porting/config_H
21299            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
21300            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
21301            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
21302            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
21303            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
21304            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
21305            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
21306            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
21307            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
21308            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
21309            ! win32/config.bc win32/config.gc win32/config.vc
21310            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21311            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
21312            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
21313            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
21314            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
21315            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
21316            ! wince/win32thread.h wince/wincesck.c
21317 ____________________________________________________________________________
21318 [ 18029] By: merijn                                on 2002/10/18  07:28:21
21319         Log: minor tweaks in Porting/pumpkin.pod
21320              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
21321      Branch: perl
21322            ! Porting/pumpkin.pod
21323 ____________________________________________________________________________
21324 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
21325         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
21326              From: Abe Timmerman <abe@ztreet.demon.nl>
21327              Date: Thu, 17 Oct 2002 23:38:34 +0200
21328              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
21329      Branch: perl
21330            ! t/run/switches.t
21331 ____________________________________________________________________________
21332 [ 18027] By: hv                                    on 2002/10/17  14:39:27
21333         Log: Subject: Re: versions too accurate
21334              From: John Peacock <jpeacock@rowman.com>
21335              Date: Mon, 14 Oct 2002 22:36:48 -0400
21336              Message-ID: <3DAB7F40.1050200@rowman.com>
21337      Branch: perl
21338            ! lib/version.pm util.c
21339 ____________________________________________________________________________
21340 [ 18026] By: hv                                    on 2002/10/17  14:29:41
21341         Log: Subject: Re: [PATCH] Version object combined patch
21342              From: John Peacock <jpeacock@rowman.com>
21343              Date: Thu, 10 Oct 2002 21:23:01 -0400
21344              Message-ID: <3DA627F5.5050907@rowman.com>
21345      Branch: perl
21346            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
21347 ____________________________________________________________________________
21348 [ 18025] By: hv                                    on 2002/10/17  13:37:04
21349         Log: definition of MAXPATHLEN
21350              Subject: [PATCH] standard lawyerism
21351              From: Jarkko Hietaniemi <jhi@iki.fi>
21352              Date: Fri, 11 Oct 2002 02:48:26 +0300
21353              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
21354      Branch: perl
21355            ! perl.h
21356 ____________________________________________________________________________
21357 [ 18024] By: hv                                    on 2002/10/17  13:34:01
21358         Log: Subject: Re: [perl #17061] no strict 'garbage'
21359              From: Slaven Rezic <slaven.rezic@berlin.de>
21360              Date: 10 Oct 2002 16:23:22 +0200
21361              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
21362      Branch: perl
21363            ! ext/Storable/Storable.pm
21364 ____________________________________________________________________________
21365 [ 18023] By: hv                                    on 2002/10/17  12:56:28
21366         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
21367              From: Steve Grazzini <grazz@nyc.rr.com>
21368              Date: 11 Oct 2002 22:28:58 -0000
21369              Message-ID: <20021011222858.452.qmail@onion.perl.org>
21370      Branch: perl
21371            ! doio.c t/io/open.t
21372 ____________________________________________________________________________
21373 [ 18022] By: hv                                    on 2002/10/17  12:24:42
21374         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
21375              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21376              Date: Tue, 15 Oct 2002 17:01:43 -0700
21377              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
21378      Branch: perl
21379            ! t/op/assignwarn.t
21380 ____________________________________________________________________________
21381 [ 18021] By: hv                                    on 2002/10/17  11:28:38
21382         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
21383              From: Slaven Rezic <slaven.rezic@berlin.de>
21384              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
21385              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
21386      Branch: perl
21387            ! Porting/pumpkin.pod
21388 ____________________________________________________________________________
21389 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
21390         Log: prototype() didn't warn when used in void context.
21391      Branch: perl
21392            ! op.c t/lib/warnings/op
21393 ____________________________________________________________________________
21394 [ 18019] By: ams                                   on 2002/10/15  20:54:53
21395         Log: Subject: Japanese translation of Storable
21396              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
21397              Date: Tue, 15 Oct 2002 06:31:01 +0900
21398              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
21399      Branch: perl
21400            ! ext/Storable/README
21401 ____________________________________________________________________________
21402 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
21403         Log: Subject: Re: [PATCH] cv.h: Comment update
21404              From: Paul Johnson <paul@pjcj.net>
21405              Date: Mon, 14 Oct 2002 20:00:50 +0200
21406              Message-ID: <20021014180050.GC7333@pjcj.net>
21407      Branch: perl
21408            ! cv.h
21409 ____________________________________________________________________________
21410 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
21411         Log: Subject: [PATCH] perlipc.pod
21412              From: Slaven Rezic <slaven.rezic@berlin.de>
21413              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
21414              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
21415      Branch: perl
21416            ! pod/perlipc.pod
21417 ____________________________________________________________________________
21418 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
21419         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
21420              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21421              Date: Sun, 13 Oct 2002 09:02:36 +0900
21422              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
21423      Branch: perl
21424            ! pod/perlunicode.pod
21425 ____________________________________________________________________________
21426 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
21427         Log: The -0 command-line switch wasn't setting $/ at compile-time.
21428              Move the initialization of $/ just after switch parsing
21429              (it was done after yyparse().)
21430      Branch: perl
21431            ! perl.c t/run/switches.t
21432 ____________________________________________________________________________
21433 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
21434         Log: Subject: Re: [PATCH] perl573delta delinting
21435              From: Philip Newton <Philip.Newton@gmx.net>
21436              Date: Sat, 12 Oct 2002 21:25:49 +0200
21437              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
21438      Branch: perl
21439            ! pod/perl573delta.pod
21440 ____________________________________________________________________________
21441 [ 18013] By: hv                                    on 2002/10/12  15:41:50
21442         Log: Subject: [PATCH] for -Dm
21443              From: Slaven Rezic <slaven.rezic@berlin.de>
21444              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
21445              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
21446      Branch: perl
21447            ! malloc.c
21448 ____________________________________________________________________________
21449 [ 18012] By: hv                                    on 2002/10/12  15:39:49
21450         Log: #18005 was not enough
21451              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
21452              From: Abe Timmerman <abeltje@cpan.org>
21453              Date: Sat, 12 Oct 2002 17:56:39 +0200
21454              Message-Id: <200210121756.39803.abeltje@cpan.org>
21455      Branch: perl
21456            ! win32/makefile.mk
21457 ____________________________________________________________________________
21458 [ 18011] By: hv                                    on 2002/10/12  15:36:43
21459         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
21460              From: Richard Hitt (via RT) <perlbug@perl.org>
21461              Date: 8 Oct 2002 21:04:30 -0000
21462              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
21463      Branch: perl
21464            ! Configure
21465 ____________________________________________________________________________
21466 [ 18010] By: hv                                    on 2002/10/12  15:31:06
21467         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
21468              From: Nicholas Clark <nick@unfortu.net>
21469              Date: Tue, 8 Oct 2002 21:52:53 +0100
21470              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
21471      Branch: perl
21472            ! pod/perldiag.pod pp_pack.c t/op/pack.t
21473 ____________________________________________________________________________
21474 [ 18009] By: hv                                    on 2002/10/12  15:12:18
21475         Log: Subject: [PATCH perldoc] For screaming hell's sake
21476              From: Simon Cozens <simon@netthink.co.uk>
21477              Date: Tue, 8 Oct 2002 11:13:07 +0100
21478              Message-ID: <20021008101307.GA8175@netthink.co.uk>
21479      Branch: perl
21480            ! utils/perldoc.PL
21481 ____________________________________________________________________________
21482 [ 18008] By: hv                                    on 2002/10/12  14:38:19
21483         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
21484              From: Nicholas Clark <nick@unfortu.net>
21485              Date: Mon, 7 Oct 2002 23:35:34 +0100
21486              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
21487      Branch: perl
21488            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
21489            ! ext/Storable/README ext/Storable/Storable.pm
21490            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
21491            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
21492            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
21493 ____________________________________________________________________________
21494 [ 18007] By: hv                                    on 2002/10/12  14:22:36
21495         Log: Subject: [perl #17773] errors in c2ph(1) man page
21496              From: Eric Melville (via RT) <perlbug@perl.org>
21497              Date: 7 Oct 2002 02:58:34 -0000
21498              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
21499      Branch: perl
21500            ! utils/c2ph.PL
21501 ____________________________________________________________________________
21502 [ 18006] By: hv                                    on 2002/10/12  14:19:55
21503         Log: Subject: [PATCH pad.c] Re: closure failures
21504              From: Dave Mitchell <davem@fdgroup.com>
21505              Date: Mon, 7 Oct 2002 02:42:13 +0100
21506              Message-ID: <20021007024213.B29760@fdgroup.com>
21507      Branch: perl
21508            ! pad.c
21509 ____________________________________________________________________________
21510 [ 18005] By: hv                                    on 2002/10/12  14:17:07
21511         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
21512              From: Abe Timmerman <abeltje@cpan.org>
21513              Date: Tue, 8 Oct 2002 14:16:56 +0200
21514              Message-Id: <200210081416.56942.abeltje@cpan.org>
21515      Branch: perl
21516            ! win32/Makefile
21517 ____________________________________________________________________________
21518 [ 18004] By: hv                                    on 2002/10/12  14:06:59
21519         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
21520      Branch: perl
21521            ! hints/darwin.sh
21522 ____________________________________________________________________________
21523 [ 18003] By: hv                                    on 2002/10/12  13:48:34
21524         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
21525              and #18001.
21526      Branch: perl
21527            ! ext/Devel/Peek/Peek.t
21528 ____________________________________________________________________________
21529 [ 18002] By: hv                                    on 2002/10/11  23:22:56
21530         Log: Subject: [Encode] 1.77 Released
21531              From: Dan Kogai <dankogai@dan.co.jp>
21532              Date: Sun, 6 Oct 2002 12:52:52 +0900
21533              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
21534      Branch: perl
21535            ! ext/Encode/Changes ext/Encode/Encode.pm
21536            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
21537            ! ext/Encode/lib/Encode/Alias.pm
21538            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
21539            ! ext/Encode/ucm/big5-eten.ucm
21540 ____________________________________________________________________________
21541 [ 18001] By: hv                                    on 2002/10/11  22:52:43
21542         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
21543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21544              Date: Thu, 10 Oct 2002 14:28:55 -0700
21545              Message-ID: <XEfp9gzkgquV092yn@efn.org>
21546      Branch: perl
21547            ! ext/Devel/Peek/Peek.t
21548 ____________________________________________________________________________
21549 [ 18000] By: hv                                    on 2002/10/11  22:30:36
21550         Log: Subject: [PATCH] perl573delta delinting
21551              From: Jarkko Hietaniemi <jhi@iki.fi>
21552              Date: Fri, 4 Oct 2002 16:19:31 +0300
21553              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
21554      Branch: perl
21555            ! pod/perl573delta.pod
21556 ____________________________________________________________________________
21557 [ 17999] By: hv                                    on 2002/10/11  22:28:36
21558         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
21559              From: Jarkko Hietaniemi <jhi@iki.fi>
21560              Date: Fri, 4 Oct 2002 16:11:57 +0300
21561              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
21562      Branch: perl
21563            ! pod/perldiag.pod reentr.c reentr.pl
21564 ____________________________________________________________________________
21565 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
21566         Log: Fix bug #17771 : segfault with the 'for' statement modifier
21567              used inside a map or a grep.
21568      Branch: perl
21569            ! pp_ctl.c t/op/grep.t
21570 ____________________________________________________________________________
21571 [ 17997] By: hv                                    on 2002/10/11  12:10:39
21572         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
21573              From: Information Service <info@lingo.kiev.ua>
21574              Date: Wed, 09 Oct 2002 07:17:00 +0400
21575              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
21576      Branch: perl
21577            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
21578 ____________________________________________________________________________
21579 [ 17996] By: hv                                    on 2002/10/11  11:55:53
21580         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
21581              From: chromatic <chromatic@wgz.org>
21582              Date: Thu, 03 Oct 2002 22:56:54 -0700
21583              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
21584      Branch: perl
21585            ! lib/AutoLoader.pm lib/AutoLoader.t
21586 ____________________________________________________________________________
21587 [ 17995] By: ams                                   on 2002/10/11  05:24:20
21588         Log: Subject: [perl #17819] Typo in perltooc?
21589              From: Bob Wilkinson (via RT) <perlbug@perl.org>
21590              Date: 9 Oct 2002 09:50:40 -0000
21591              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
21592              
21593              Subject: [perl #17821] Typo in perltooc
21594              From: Bob Wilkinson (via RT) <perlbug@perl.org>
21595              Date: 9 Oct 2002 10:12:51 -0000
21596              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
21597      Branch: perl
21598            ! pod/perltooc.pod
21599 ____________________________________________________________________________
21600 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
21601         Log: Fix bug #17776 : memory corruption in qr/##/x
21602      Branch: perl
21603            ! sv.c t/op/pat.t
21604 ____________________________________________________________________________
21605 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
21606         Log: croak() is better written Perl_croak() in C code.
21607      Branch: perl
21608            ! util.c
21609 ____________________________________________________________________________
21610 [ 17992] By: hv                                    on 2002/10/10  11:29:12
21611         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
21612              From: andreas.koenig@anima.de (Andreas J. Koenig)
21613              Date: Fri, 04 Oct 2002 06:38:57 +0200
21614              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
21615      Branch: perl
21616            ! lib/Hash/Util.pm
21617 ____________________________________________________________________________
21618 [ 17991] By: hv                                    on 2002/10/10  11:20:41
21619         Log: new files lib/version.pm and lib/version.t for change #17990.
21620      Branch: perl
21621            + lib/version.pm lib/version.t
21622 ____________________________________________________________________________
21623 [ 17990] By: hv                                    on 2002/10/10  11:19:57
21624         Log: Subject: [PATCH] Version object combined patch
21625              From: John Peacock <jpeacock@rowman.com>
21626              Date: Fri, 04 Oct 2002 23:15:10 -0400
21627              Message-ID: <3D9E593E.1060605@rowman.com>
21628      Branch: perl
21629            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
21630            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
21631 ____________________________________________________________________________
21632 [ 17989] By: hv                                    on 2002/10/10  10:48:42
21633         Log: Subject: PATCH: lib/ExtUtils/typemap
21634              From: Brian Ingerson <ingy@ttul.org>
21635              Date: Sat, 28 Sep 2002 13:03:24 -0700
21636              Message-ID: <20020928130324.A16900@ttul.org>
21637      Branch: perl
21638            ! lib/ExtUtils/typemap
21639 ____________________________________________________________________________
21640 [ 17988] By: hv                                    on 2002/10/10  10:45:19
21641         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
21642              From: Nicholas Clark <nick@unfortu.net>
21643              Date: Sat, 28 Sep 2002 18:52:00 +0100
21644              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
21645      Branch: perl
21646            ! lib/Exporter.t lib/Exporter/Heavy.pm
21647 ____________________________________________________________________________
21648 [ 17987] By: hv                                    on 2002/10/10  10:27:40
21649         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
21650              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
21651              Date: Mon, 9 Sep 2002 17:36:55 -0400
21652              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
21653      Branch: perl
21654            ! pod/perlfunc.pod
21655 ____________________________________________________________________________
21656 [ 17986] By: hv                                    on 2002/10/10  09:51:24
21657         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
21658              for Storable tests to match.
21659      Branch: perl
21660            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
21661 ____________________________________________________________________________
21662 [ 17985] By: hv                                    on 2002/10/10  09:27:00
21663         Log: Subject: Re: README.cygwin draft update
21664              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21665              Date: Mon, 07 Oct 2002 17:15:09 -0700
21666              Message-ID: <NOio9gzkg6oR092yn@efn.org>
21667      Branch: perl
21668            ! README.cygwin pod/perl58delta.pod
21669 ____________________________________________________________________________
21670 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
21671         Log: Fix bug #17823 : non-modifying tr/// stringifies references
21672      Branch: perl
21673            ! doop.c t/op/tr.t
21674 ____________________________________________________________________________
21675 [ 17983] By: merijn                                on 2002/10/09  12:22:26
21676         Log: Tru64 and gcc and threads
21677              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
21678      Branch: perl
21679            ! thread.h
21680 ____________________________________________________________________________
21681 [ 17982] By: merijn                                on 2002/10/09  10:34:40
21682         Log: Correct mailing list archive URL
21683              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
21684      Branch: perl
21685            ! Porting/pumpkin.pod
21686 ____________________________________________________________________________
21687 [ 17981] By: merijn                                on 2002/10/09  04:49:06
21688         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
21689              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
21690      Branch: perl
21691            ! Porting/pumpkin.pod
21692 ____________________________________________________________________________
21693 [ 17980] By: sky                                   on 2002/10/06  15:40:56
21694         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
21695              Fix testcases to run properly outside perl core build enviroment.
21696      Branch: perl
21697            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
21698            ! ext/Safe/safe3.t
21699 ____________________________________________________________________________
21700 [ 17979] By: sky                                   on 2002/10/06  07:03:19
21701         Log: Subject: [PATCH] fix typo in Tie::Array
21702              From: "Jos I. Boumans" <kane@cpan.org>
21703              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
21704              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
21705      Branch: perl
21706            ! lib/Tie/Array.pm
21707 ____________________________________________________________________________
21708 [ 17978] By: sky                                   on 2002/10/05  04:44:10
21709         Log: Upgrade to Attribute::Handlers 0.78
21710      Branch: perl
21711            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
21712            ! lib/Attribute/Handlers/README
21713 ____________________________________________________________________________
21714 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
21715         Log: Complement to change #17976 :
21716              there was a similar bug on rdo().
21717              Increment $Safe::VERSION.
21718      Branch: perl
21719            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
21720 ____________________________________________________________________________
21721 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
21722         Log: Fix bug #17744, suggested by Andreas Jurenda,
21723              tweaked by rgs (security hole in Safe).
21724      Branch: perl
21725            + ext/Safe/safe3.t
21726            ! MANIFEST ext/Opcode/Safe.pm
21727 ____________________________________________________________________________
21728 [ 17975] By: merijn                                on 2002/10/04  13:30:17
21729         Log: Non ANSI feature detection in enum
21730      Branch: perl
21731            ! pad.h
21732 ____________________________________________________________________________
21733 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
21734         Log: Fix a precedence problem.
21735      Branch: perl
21736            ! ext/Storable/t/integer.t
21737 ____________________________________________________________________________
21738 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
21739         Log: Change the warning message "%s trapped by operation mask"
21740              to include '' around the op name. Document it in perldiag.
21741      Branch: perl
21742            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
21743            ! pod/perldiag.pod
21744 ____________________________________________________________________________
21745 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
21746         Log: Add a new warning, "Possible precedence problem on bitwise
21747              %c operator", triggerred when a bitwise op has a numeric
21748              comparison op as child.
21749      Branch: perl
21750            ! op.c pod/perldiag.pod t/lib/warnings/op
21751 ____________________________________________________________________________
21752 [ 17971] By: ams                                   on 2002/10/03  11:03:41
21753         Log: Subject: Re: Not OK 17969
21754              From: Slaven Rezic <slaven.rezic@berlin.de>
21755              Date: 03 Oct 2002 13:12:58 +0200
21756              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
21757      Branch: perl
21758            ! ext/Storable/Storable.pm ext/Storable/t/code.t
21759            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
21760            ! ext/Storable/t/malice.t
21761 ____________________________________________________________________________
21762 [ 17970] By: ams                                   on 2002/10/03  02:21:15
21763         Log: Add a line about 2.05.
21764      Branch: perl
21765            ! ext/Storable/ChangeLog
21766 ____________________________________________________________________________
21767 [ 17969] By: ams                                   on 2002/10/03  02:12:27
21768         Log: Subject: [PATCH] Storable and code serialization: documentation
21769              From: Slaven Rezic <slaven.rezic@berlin.de>
21770              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
21771              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
21772      Branch: perl
21773            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
21774            ! ext/Storable/t/code.t
21775 ____________________________________________________________________________
21776 [ 17968] By: ams                                   on 2002/10/03  01:40:51
21777         Log: Subject: [PATCH] Re: speed of my
21778              From: Stephen McCamant <smcc@mit.edu>
21779              Date: Wed, 2 Oct 2002 21:48:59 -0400
21780              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
21781      Branch: perl
21782            ! pp.c
21783 ____________________________________________________________________________
21784 [ 17967] By: hv                                    on 2002/10/02  15:04:57
21785         Log: Subject: [PATCH] reentrant buffers
21786              From: Jarkko Hietaniemi <jhi@iki.fi>
21787              Date: Fri, 27 Sep 2002 01:08:56 +0300
21788              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
21789      Branch: perl
21790            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
21791 ____________________________________________________________________________
21792 [ 17966] By: hv                                    on 2002/10/02  14:46:52
21793         Log: Subject: [PATCH] retropatch
21794              From: Jarkko Hietaniemi <jhi@iki.fi>
21795              Date: Fri, 27 Sep 2002 03:51:34 +0300
21796              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
21797      Branch: perl
21798            + pod/perl573delta.pod
21799            ! MANIFEST pod/buildtoc.PL pod/perl.pod
21800 ____________________________________________________________________________
21801 [ 17965] By: hv                                    on 2002/10/02  14:42:21
21802         Log: op/tr.t test is affected by #17962
21803      Branch: perl
21804            ! t/op/tr.t
21805 ____________________________________________________________________________
21806 [ 17964] By: hv                                    on 2002/10/02  14:38:59
21807         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
21808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21809              Date: Tue, 1 Oct 2002 23:34:35 +0200
21810              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
21811      Branch: perl
21812            ! t/op/override.t toke.c
21813 ____________________________________________________________________________
21814 [ 17963] By: hv                                    on 2002/10/02  14:15:22
21815         Log: Subject: Re: [perl #17376] Bug Report - our(%)
21816              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21817              Date: Tue, 01 Oct 2002 09:54:30 -0700
21818              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
21819      Branch: perl
21820            ! op.c pp_hot.c t/comp/our.t
21821 ____________________________________________________________________________
21822 [ 17962] By: ams                                   on 2002/10/02  14:10:07
21823         Log: Subject: [PATCH] no [] in tr///
21824              From: Jarkko Hietaniemi <jhi@iki.fi>
21825              Date: Wed, 2 Oct 2002 17:09:11 +0300
21826              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
21827      Branch: perl
21828            ! pod/perldiag.pod toke.c
21829 ____________________________________________________________________________
21830 [ 17961] By: hv                                    on 2002/10/02  14:09:11
21831         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
21832              From: andreas.koenig@anima.de (Andreas J. Koenig)
21833              Date: Mon, 30 Sep 2002 17:24:06 +0200
21834              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
21835      Branch: perl
21836            ! lib/Hash/Util.pm
21837 ____________________________________________________________________________
21838 [ 17959] By: hv                                    on 2002/10/02  14:06:29
21839         Log: Subject: [DOCPATCH] Unicode porting advice
21840              From: andreas.koenig@anima.de (Andreas J. Koenig)
21841              Date: Fri, 27 Sep 2002 15:30:16 +0200
21842              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
21843      Branch: perl
21844            ! pod/perlunicode.pod
21845 ____________________________________________________________________________
21846 [ 17958] By: hv                                    on 2002/10/02  13:57:06
21847         Log: missing quote from #17957
21848      Branch: perl
21849            ! Porting/pumpkin.pod
21850 ____________________________________________________________________________
21851 [ 17957] By: hv                                    on 2002/10/02  13:55:56
21852         Log: document how to set APPLLIB_EXP
21853              Subject: Re: [perl #15957] error installing perl 5.8.0
21854              From: Andy Dougherty <doughera@lafayette.edu>
21855              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
21856              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
21857      Branch: perl
21858            ! Porting/pumpkin.pod
21859 ____________________________________________________________________________
21860 [ 17956] By: hv                                    on 2002/10/02  13:51:12
21861         Log: Devel::Peek tests from:
21862              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
21863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21864              Date: Thu, 26 Sep 2002 22:16:39 -0700
21865              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
21866      Branch: perl
21867            ! ext/Devel/Peek/Peek.t
21868 ____________________________________________________________________________
21869 [ 17955] By: hv                                    on 2002/10/02  13:43:26
21870         Log: add precedence warning for bitwise docs
21871              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
21872              From: Mike Guy <mjtg@cam.ac.uk>
21873              Date: Thu, 26 Sep 2002 13:20:45 +0100
21874              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
21875      Branch: perl
21876            ! pod/perlop.pod
21877 ____________________________________________________________________________
21878 [ 17954] By: hv                                    on 2002/10/02  13:18:01
21879         Log: Subject: [PATCH] Re: perlio bug?
21880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21881              Date: Wed, 25 Sep 2002 21:58:12 +0200
21882              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
21883      Branch: perl
21884            ! doio.c pod/perldiag.pod t/lib/warnings/doio
21885 ____________________________________________________________________________
21886 [ 17953] By: hv                                    on 2002/10/02  12:55:29
21887         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
21888              From: Dave Mitchell <davem@fdgroup.com>
21889              Date: Wed, 25 Sep 2002 23:40:23 +0100
21890              Message-ID: <20020925234023.A20044@fdgroup.com>
21891      Branch: perl
21892            + pad.c pad.h
21893            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
21894            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
21895            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
21896            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
21897            ! proto.h scope.c sv.c toke.c
21898 ____________________________________________________________________________
21899 [ 17952] By: hv                                    on 2002/10/02  11:23:38
21900         Log: better handling of whitespace in autodoc declarations; fragment from:
21901              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
21902              From: Dave Mitchell <davem@fdgroup.com>
21903              Date: Wed, 25 Sep 2002 23:40:23 +0100
21904              Message-ID: <20020925234023.A20044@fdgroup.com>
21905      Branch: perl
21906            ! autodoc.pl
21907 ____________________________________________________________________________
21908 [ 17951] By: merijn                                on 2002/10/02  09:15:18
21909         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
21910              Thu, 25 Jul 2002, Andy Dougherty
21911      Branch: perl
21912            ! Configure Policy_sh.SH
21913 ____________________________________________________________________________
21914 [ 17950] By: ams                                   on 2002/10/02  03:43:41
21915         Log: Add silly bandaid to stop segfaults on subsequent accesses to
21916              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
21917              (<$fred>).
21918      Branch: perl
21919            ! op.c
21920 ____________________________________________________________________________
21921 [ 17949] By: hv                                    on 2002/10/01  08:49:02
21922         Log: patch based on:
21923              Subject: Re: [perl #17376] Bug Report - our(%)
21924              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21925              Date: Mon, 30 Sep 2002 15:22:18 -0700
21926              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
21927      Branch: perl
21928            ! op.c
21929 ____________________________________________________________________________
21930 [ 17948] By: hv                                    on 2002/10/01  08:26:44
21931         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
21932              From: chromatic <chromatic@wgz.org>
21933              Date: Fri, 13 Sep 2002 14:26:08 -0700
21934              Message-Id: <200209131426.08116.chromatic@wgz.org>
21935      Branch: perl
21936            ! lib/AutoLoader.pm
21937 ____________________________________________________________________________
21938 [ 17947] By: hv                                    on 2002/10/01  08:10:21
21939         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
21940              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21941              Date: Wed, 11 Sep 2002 22:22:45 -0700
21942              Message-ID: <lSCg9gzkgymX092yn@efn.org>
21943      Branch: perl
21944            ! dump.c mg.h regexec.c sv.c t/op/pat.t
21945 ____________________________________________________________________________
21946 [ 17946] By: merijn                                on 2002/09/30  15:19:36
21947         Log: nanosleep on VMS not present
21948      Branch: perl
21949            ! configure.com
21950 ____________________________________________________________________________
21951 [ 17945] By: merijn                                on 2002/09/30  09:51:40
21952         Log: -Dgccansipedantic only for gcc 3+
21953              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
21954      Branch: perl
21955            ! Porting/pumpkin.pod cflags.SH
21956 ____________________________________________________________________________
21957 [ 17944] By: merijn                                on 2002/09/30  08:29:33
21958         Log: nanosleep probes as per Jarkko's request
21959      Branch: perl
21960            ! Configure NetWare/config_H.wc Porting/config.sh
21961            ! Porting/config_H config_h.SH epoc/config.sh perl.h
21962            ! win32/config.bc win32/config.gc win32/config.vc
21963            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21964            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
21965            ! wince/config_H.ce
21966 ____________________________________________________________________________
21967 [ 17942] By: ams                                   on 2002/09/29  22:26:37
21968         Log: Remove package; (Heh heh.)
21969      Branch: perl
21970            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
21971            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
21972            ! vms/perly_c.vms vms/perly_h.vms
21973 ____________________________________________________________________________
21974 [ 17941] By: hv                                    on 2002/09/29  12:11:06
21975         Log: Subject: [perl #16796] Configure script buglet
21976              From: "Amick, Eric" (via RT) <perlbug@perl.org>
21977              Date: 27 Aug 2002 20:09:29 -0000 
21978              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
21979      Branch: perl
21980            ! Configure
21981 ____________________________________________________________________________
21982 [ 17940] By: hv                                    on 2002/09/29  11:59:28
21983         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
21984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21985              Date: Fri, 27 Sep 2002 13:52:18 +0200
21986              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
21987      Branch: perl
21988            ! lib/Attribute/Handlers.pm
21989 ____________________________________________________________________________
21990 [ 17939] By: hv                                    on 2002/09/29  11:55:17
21991         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
21992              From: Allen Smith (via RT) <perlbug@perl.org>
21993              Date: 13 Sep 2002 03:01:30 -0000
21994              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
21995      Branch: perl
21996            ! t/lib/h2ph.pht utils/h2ph.PL
21997 ____________________________________________________________________________
21998 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
21999         Log: Email address change for Stéphane Payrard
22000      Branch: perl
22001            ! AUTHORS
22002 ____________________________________________________________________________
22003 [ 17937] By: hv                                    on 2002/09/27  10:05:42
22004         Log: Subject: Re: [REVISED PATCH] Magic v-strings
22005              From: John Peacock <jpeacock@rowman.com>
22006              Date: Thu, 19 Sep 2002 22:30:58 -0400
22007              Message-ID: <3D8A8862.3000602@rowman.com>
22008      Branch: perl
22009            ! sv.c util.c
22010 ____________________________________________________________________________
22011 [ 17936] By: hv                                    on 2002/09/27  10:00:42
22012         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
22013              From: "Craig A. Berry" <craigberry@mac.com>
22014              Date: Wed, 25 Sep 2002 17:14:33 -0500
22015              Message-ID: <3D923549.6050809@mac.com>
22016      Branch: perl
22017            ! configure.com
22018 ____________________________________________________________________________
22019 [ 17935] By: hv                                    on 2002/09/27  09:48:19
22020         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
22021              From: Andy Lester <andy@petdance.com>
22022              Date: Fri, 20 Sep 2002 12:23:41 -0500
22023              Message-ID: <20020920172341.GA15672@petdance.com>
22024      Branch: perl
22025            ! pod/perlopentut.pod
22026 ____________________________________________________________________________
22027 [ 17934] By: hv                                    on 2002/09/26  18:50:02
22028         Log: missing '.' in test from #17932
22029      Branch: perl
22030            ! t/lib/strict/subs
22031 ____________________________________________________________________________
22032 [ 17933] By: hv                                    on 2002/09/26  17:01:11
22033         Log: Subject: [PATCH] perl #17453
22034              From: Jarkko Hietaniemi <jhi@iki.fi>
22035              Date: Fri, 20 Sep 2002 17:22:45 +0300
22036              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
22037      Branch: perl
22038            ! lib/utf8_heavy.pl t/op/pat.t
22039 ____________________________________________________________________________
22040 [ 17932] By: hv                                    on 2002/09/26  16:47:32
22041         Log: #17931 checked for wrong constant
22042      Branch: perl
22043            ! op.c
22044 ____________________________________________________________________________
22045 [ 17931] By: hv                                    on 2002/09/26  16:29:26
22046         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
22047              From: Kay_Röpke <kay@dolphin-services.de>
22048              Date: Fri, 20 Sep 2002 16:09:08 +0200
22049              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
22050      Branch: perl
22051            ! op.c t/lib/strict/subs
22052 ____________________________________________________________________________
22053 [ 17930] By: hv                                    on 2002/09/26  15:56:07
22054         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
22055              From: Ken Neighbors (via RT) <perlbug@perl.org>
22056              Date: 19 Sep 2002 18:48:22 -0000 
22057              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
22058      Branch: perl
22059            ! lib/Class/Struct.pm
22060 ____________________________________________________________________________
22061 [ 17928] By: hv                                    on 2002/09/26  09:54:05
22062         Log: Subject: [PATCH] bug in utf8.c(?)
22063              From: Marty Pauley <marty+p5p@kasei.com>
22064              Date: Fri, 20 Sep 2002 10:55:33 +0100
22065              Subject: [PATCH] bug in utf8.c(?)
22066      Branch: perl
22067            ! utf8.c
22068 ____________________________________________________________________________
22069 [ 17927] By: hv                                    on 2002/09/26  09:37:19
22070         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
22071              From: Marty Pauley <marty+p5p@kasei.com>
22072              Date: Fri, 20 Sep 2002 09:52:16 +0100
22073              Message-Id: 20020920085216.GC10512@soto.kasei.com
22074      Branch: perl
22075            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
22076 ____________________________________________________________________________
22077 [ 17926] By: hv                                    on 2002/09/26  09:28:06
22078         Log: Subject: [PATCH] defuse installusrbinperl
22079              From: Jarkko Hietaniemi <jhi@iki.fi>
22080              Date: Thu, 19 Sep 2002 18:01:03 +0300
22081              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
22082      Branch: perl
22083            ! Configure
22084 ____________________________________________________________________________
22085 [ 17925] By: hv                                    on 2002/09/26  09:15:55
22086         Log: Subject: [PATCH v2] enable -ansi -pedantic
22087              From: Jarkko Hietaniemi <jhi@iki.fi>
22088              Date: Wed, 18 Sep 2002 01:19:25 +0300
22089              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
22090      Branch: perl
22091            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
22092            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
22093 ____________________________________________________________________________
22094 [ 17924] By: hv                                    on 2002/09/26  08:44:16
22095         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
22096              From: Nicholas Clark <nick@unfortu.net>
22097              Date: Sat, 14 Sep 2002 18:49:10 +0100
22098              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
22099      Branch: perl
22100            ! sv.c
22101 ____________________________________________________________________________
22102 [ 17923] By: hv                                    on 2002/09/26  08:33:54
22103         Log: Subject: [PATCH] Re: Advice on coredump
22104              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22105              Date: Wed, 18 Sep 2002 22:14:57 +0200
22106              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
22107      Branch: perl
22108            ! op.c t/op/closure.t
22109 ____________________________________________________________________________
22110 [ 17922] By: hv                                    on 2002/09/26  08:25:28
22111         Log: Subject: Re: [PATCH] spurious t/auto directory appears
22112              From: Michael G Schwern <schwern@pobox.com>
22113              Date: Fri, 13 Sep 2002 23:56:05 -0400
22114              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
22115      Branch: perl
22116            ! lib/ExtUtils/t/Installed.t
22117 ____________________________________________________________________________
22118 [ 17921] By: hv                                    on 2002/09/26  08:21:59
22119         Log: add TODO tests for slow our() declaration
22120              Subject: Re: [perl #17376] Bug Report - our(%)
22121              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22122              Date: Thu, 19 Sep 2002 22:34:01 -0700
22123              Message-ID: <JNri9gzkgSBB092yn@efn.org>
22124      Branch: perl
22125            + t/comp/our.t
22126            ! MANIFEST
22127 ____________________________________________________________________________
22128 [ 17920] By: hv                                    on 2002/09/26  08:16:43
22129         Log: LEAKTEST is dead, RIP
22130              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
22131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22132              Date: Mon, 23 Sep 2002 18:33:12 +0200
22133              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
22134      Branch: perl
22135            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
22136            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
22137 ____________________________________________________________________________
22138 [ 17919] By: hv                                    on 2002/09/26  07:59:42
22139         Log: Subject: [PATCH] AIX hints missinga  >&4
22140              From: Jarkko Hietaniemi <jhi@iki.fi>
22141              Date: Fri, 13 Sep 2002 16:48:42 +0300
22142              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
22143      Branch: perl
22144            ! hints/aix.sh
22145 ____________________________________________________________________________
22146 [ 17918] By: hv                                    on 2002/09/26  07:51:10
22147         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
22148              From: "Brendan O'Dea" <bod@debian.org>
22149              Date: Mon, 23 Sep 2002 22:45:40 +1000
22150              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
22151      Branch: perl
22152            ! pod/perlfunc.pod
22153 ____________________________________________________________________________
22154 [ 17917] By: hv                                    on 2002/09/26  07:46:43
22155         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
22156              From: Slaven Rezic <slaven.rezic@berlin.de>
22157              Date: 11 Sep 2002 19:37:09 +0200
22158              Message-ID: <871y80a0my.fsf@vran.herceg.de>
22159      Branch: perl
22160            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
22161 ____________________________________________________________________________
22162 [ 17916] By: hv                                    on 2002/09/26  07:31:42
22163         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
22164              From: "Brendan O'Dea" <bod@debian.org>
22165              Date: Tue, 10 Sep 2002 09:19:05 +1000
22166              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
22167      Branch: perl
22168            ! pod/perlembed.pod
22169 ____________________________________________________________________________
22170 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
22171         Log: Patch #17914 was empty ; this should have been applied instead.
22172      Branch: perl
22173            ! hints/aix.sh
22174 ____________________________________________________________________________
22175 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
22176         Log: Subject: [PATCH] PASE saga continues
22177              From: Jarkko Hietaniemi <jhi@iki.fi>
22178              Date: Thu, 19 Sep 2002 23:30:20 +0300
22179              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
22180      Branch: perl
22181            ! hints/aix.sh
22182 ____________________________________________________________________________
22183 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
22184         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
22185              From: "Craig A. Berry" <craigberry@mac.com>
22186              Date: Wed, 18 Sep 2002 16:57:02 -0500
22187              Message-ID: <3D88F6AE.3020708@mac.com>
22188      Branch: perl
22189            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
22190 ____________________________________________________________________________
22191 [ 17912] By: ams                                   on 2002/09/19  17:21:24
22192         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
22193              From: Jarkko Hietaniemi <jhi@iki.fi>
22194              Date: Thu, 19 Sep 2002 18:59:48 +0300
22195              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
22196              
22197              Subject: [PATCH] more PASE tweakage
22198              From: Jarkko Hietaniemi <jhi@iki.fi>
22199              Date: Thu, 19 Sep 2002 18:01:44 +0300
22200              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
22201      Branch: perl
22202            ! README.os400 hints/aix.sh
22203 ____________________________________________________________________________
22204 [ 17911] By: ams                                   on 2002/09/17  19:29:53
22205         Log: Typo fix.
22206      Branch: perl
22207            ! ext/POSIX/POSIX.pod
22208 ____________________________________________________________________________
22209 [ 17910] By: ams                                   on 2002/09/17  18:09:32
22210         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
22211              checking for SvOK in do_readline().
22212      Branch: perl
22213            ! pp_hot.c t/op/gv.t
22214 ____________________________________________________________________________
22215 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
22216         Log: Pod formatting nit, found by Merijn and Jos Boumans.
22217      Branch: perl
22218            ! pod/perlunicode.pod
22219 ____________________________________________________________________________
22220 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
22221         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
22222              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
22223              Date: 15 Sep 2002 19:06:56 -0000
22224              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
22225      Branch: perl
22226            ! lib/Locale/Country.pm lib/Locale/Currency.pm
22227            ! lib/Locale/Language.pm lib/Locale/Script.pm
22228 ____________________________________________________________________________
22229 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
22230         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
22231              From: Jarkko Hietaniemi <jhi@iki.fi>
22232              Date: Sun, 15 Sep 2002 18:02:17 +0300
22233              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
22234      Branch: perl
22235            ! hints/netbsd.sh
22236 ____________________________________________________________________________
22237 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
22238         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
22239              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
22240              not all modules listed in perlmodlib are necessarily installed.
22241              Plus some corrections by Vincent Lefevre.
22242      Branch: perl
22243            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
22244 ____________________________________________________________________________
22245 [ 17904] By: merijn                                on 2002/09/13  14:02:18
22246         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
22247              in building DProf
22248      Branch: perl
22249            ! Configure
22250 ____________________________________________________________________________
22251 [ 17902] By: merijn                                on 2002/09/13  07:47:29
22252         Log: configure.com needs d_modflproto
22253              Thu 12 Sep 2002 23:19, "Craig A. Berry"
22254      Branch: perl
22255            ! configure.com
22256 ____________________________________________________________________________
22257 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
22258         Log: Subject: [PATCH] more PASE wisdom
22259              From: Jarkko Hietaniemi <jhi@iki.fi>
22260              Date: Fri, 13 Sep 2002 00:17:39 +0300
22261              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
22262      Branch: perl
22263            ! README.os400
22264 ____________________________________________________________________________
22265 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
22266         Log: Fix a syntax incompatibility introduced by the // operator.
22267              (Note that C<print $fh //> is still a syntax error, it
22268              wasn't with perl 5.8.0.)
22269      Branch: perl
22270            ! t/op/dor.t toke.c
22271 ____________________________________________________________________________
22272 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
22273         Log: Fix bug #17006 : remove spurious do{} in the deparsing
22274              of s/.../.../e.
22275      Branch: perl
22276            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22277 ____________________________________________________________________________
22278 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
22279         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
22280              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
22281              Date: 10 Sep 2002 18:49:56 -0000
22282              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
22283      Branch: perl
22284            ! utils/dprofpp.PL
22285 ____________________________________________________________________________
22286 [ 17896] By: merijn                                on 2002/09/11  08:31:45
22287         Log: re-synced Configure to backported metaunits
22288      Branch: perl
22289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22290            ! config_h.SH
22291 ____________________________________________________________________________
22292 [ 17892] By: merijn                                on 2002/09/10  15:43:53
22293         Log: Callback behaviour in hints
22294              Mon, 9 Sep 2002, Allen Smith
22295      Branch: perl
22296            ! hints/README.hints
22297 ____________________________________________________________________________
22298 [ 17888] By: merijn                                on 2002/09/10  09:20:52
22299         Log: New low-price HP servers
22300      Branch: perl
22301            ! README.hpux
22302 ____________________________________________________________________________
22303 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
22304         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
22305              From: Paul Johnson <paul@pjcj.net>
22306              Date: Mon, 9 Sep 2002 23:37:33 +0200
22307              Message-ID: <20020909213733.GD879@pjcj.net>
22308      Branch: perl
22309            ! ext/B/B/Deparse.pm
22310 ____________________________________________________________________________
22311 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
22312         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
22313              From: Nicholas Clark <nick@unfortu.net>
22314              Date: Sun, 8 Sep 2002 23:05:54 +0100
22315              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
22316      Branch: perl
22317            ! configpm
22318 ____________________________________________________________________________
22319 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
22320         Log: Subject: [PATCH] strict.pm pod at __END__
22321              From: Nicholas Clark <nick@unfortu.net>
22322              Date: Sun, 8 Sep 2002 22:36:09 +0100
22323              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
22324      Branch: perl
22325            ! lib/strict.pm
22326 ____________________________________________________________________________
22327 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
22328         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
22329              From: Nicholas Clark <nick@unfortu.net>
22330              Date: Sun, 8 Sep 2002 19:45:52 +0100
22331              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
22332      Branch: perl
22333            ! lib/File/Find/t/find.t
22334 ____________________________________________________________________________
22335 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
22336         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
22337              From: Paul Johnson <paul@pjcj.net>
22338              Date: Sun, 8 Sep 2002 23:50:11 +0200
22339              Message-ID: <20020908215011.GA879@pjcj.net>
22340      Branch: perl
22341            ! ext/B/B/Deparse.pm
22342 ____________________________________________________________________________
22343 [ 17882] By: hv                                    on 2002/09/09  10:33:58
22344         Log: Update Changes
22345      Branch: perl
22346            ! Changes patchlevel.h
22347 ____________________________________________________________________________
22348 [ 17881] By: hv                                    on 2002/09/09  09:54:55
22349         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
22350              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
22351              Date: Mon, 9 Sep 2002 01:48:08 -0400
22352              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
22353      Branch: perl
22354            ! perl.h sv.c
22355 ____________________________________________________________________________
22356 [ 17880] By: hv                                    on 2002/09/09  09:33:55
22357         Log: integrate Math::BigInt-1.63
22358              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
22359              From: Tels <perl_dummy@bloodgate.com>
22360              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
22361              Message-Id: <200209082022.g88KMGY20194@crypt.org>
22362      Branch: perl
22363            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22364            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
22365            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
22366            ! lib/Math/BigInt/t/sub_mif.t
22367 ____________________________________________________________________________
22368 [ 17879] By: hv                                    on 2002/09/09  09:23:53
22369         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
22370              From: Jarkko Hietaniemi <jhi@iki.fi>
22371              Date: Mon, 9 Sep 2002 00:07:46 +0300
22372              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
22373      Branch: perl
22374            ! Configure
22375 ____________________________________________________________________________
22376 [ 17878] By: hv                                    on 2002/09/09  09:11:57
22377         Log: small grammar fix in Benchmark docs
22378      Branch: perl
22379            ! lib/Benchmark.pm
22380 ____________________________________________________________________________
22381 [ 17877] By: hv                                    on 2002/09/09  09:09:30
22382         Log: Subject: [PATCH] configpm
22383              From: Abe Timmerman <abe@ztreet.demon.nl>
22384              Date: Sun, 8 Sep 2002 17:21:19 +0200
22385              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
22386      Branch: perl
22387            ! configpm
22388 ____________________________________________________________________________
22389 [ 17876] By: hv                                    on 2002/09/09  08:48:35
22390         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
22391              From: Abe Timmerman <abe@ztreet.demon.nl>
22392              Date: Mon, 9 Sep 2002 01:32:19 +0200
22393              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
22394      Branch: perl
22395            ! makedef.pl
22396 ____________________________________________________________________________
22397 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
22398         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
22399              From: Nicholas Clark <nick@unfortu.net>
22400              Date: Sun, 8 Sep 2002 15:46:44 +0100
22401              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
22402              
22403              Plus two other similar tweaks
22404      Branch: perl
22405            ! ext/SDBM_File/sdbm.t
22406 ____________________________________________________________________________
22407 [ 17874] By: hv                                    on 2002/09/08  17:10:38
22408         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
22409              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
22410              Date: Sat, 7 Sep 2002 05:25:45 -0400
22411              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
22412      Branch: perl
22413            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
22414            ! t/op/sprintf.t
22415 ____________________________________________________________________________
22416 [ 17873] By: hv                                    on 2002/09/08  16:48:54
22417         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
22418              From: Nicholas Clark <nick@unfortu.net>
22419              Date: Sat, 7 Sep 2002 00:20:53 +0100
22420              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
22421      Branch: perl
22422            ! op.c sv.c
22423 ____________________________________________________________________________
22424 [ 17872] By: hv                                    on 2002/09/08  16:35:46
22425         Log: temporarily skip failing Storable tests caused by #17869
22426      Branch: perl
22427            ! ext/Storable/t/code.t
22428 ____________________________________________________________________________
22429 [ 17871] By: hv                                    on 2002/09/08  16:23:49
22430         Log: Subject: [PATCH] tiddly tidy up for util.c
22431              From: Nicholas Clark <nick@unfortu.net>
22432              Date: Fri, 6 Sep 2002 23:00:14 +0100
22433              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
22434      Branch: perl
22435            ! util.c
22436 ____________________________________________________________________________
22437 [ 17870] By: hv                                    on 2002/09/08  16:21:23
22438         Log: regularise whitespace and formatting in util.c
22439      Branch: perl
22440            ! util.c
22441 ____________________________________________________________________________
22442 [ 17869] By: hv                                    on 2002/09/08  15:46:08
22443         Log: Subject: [perl #17061] no strict 'garbage'
22444              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
22445              Date: 6 Sep 2002 19:31:02 -0000
22446              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
22447              Date: Sat, 07 Sep 2002 13:40:22 +0200
22448              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
22449      Branch: perl
22450            ! lib/strict.pm lib/strict.t
22451 ____________________________________________________________________________
22452 [ 17868] By: hv                                    on 2002/09/08  15:24:08
22453         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
22454      Branch: perl
22455            ! pod/perl58delta.pod
22456 ____________________________________________________________________________
22457 [ 17867] By: hv                                    on 2002/09/08  15:10:46
22458         Log: Subject: [PATCH] allow using hires time() in Benchmark
22459              From: Jarkko Hietaniemi <jhi@iki.fi>
22460              Date: Fri, 6 Sep 2002 00:38:11 +0300
22461              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
22462      Branch: perl
22463            ! lib/Benchmark.pm
22464 ____________________________________________________________________________
22465 [ 17866] By: hv                                    on 2002/09/08  15:06:05
22466         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
22467              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
22468              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
22469              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
22470      Branch: perl
22471            ! Configure
22472 ____________________________________________________________________________
22473 [ 17865] By: hv                                    on 2002/09/08  15:03:23
22474         Log: Subject: Unicode::Collate 0.23 Released
22475              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22476              Date: Thu, 05 Sep 2002 23:28:32 +0900
22477              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
22478      Branch: perl
22479            + lib/Unicode/Collate/t/index.t
22480            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22481            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22482 ____________________________________________________________________________
22483 [ 17864] By: hv                                    on 2002/09/08  14:55:31
22484         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
22485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22486              Date: Wed, 04 Sep 2002 21:09:01 -0700
22487              Message-ID: <djtd9gzkgyLd092yn@efn.org>
22488              Date: Fri, 06 Sep 2002 09:23:03 -0700
22489              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
22490      Branch: perl
22491            ! lib/overload.t sv.c sv.h t/op/pat.t
22492 ____________________________________________________________________________
22493 [ 17863] By: hv                                    on 2002/09/08  14:11:54
22494         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
22495      Branch: perl
22496            ! t/op/taint.t
22497 ____________________________________________________________________________
22498 [ 17862] By: hv                                    on 2002/09/08  14:01:07
22499         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
22500              From: Michael G Schwern <schwern@pobox.com>
22501              Date: Wed, 4 Sep 2002 11:38:01 -0700
22502              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
22503      Branch: perl
22504            ! t/TestInit.pm
22505 ____________________________________________________________________________
22506 [ 17861] By: hv                                    on 2002/09/08  13:58:10
22507         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
22508              From: Michael G Schwern <schwern@pobox.com>
22509              Date: Fri, 6 Sep 2002 14:03:16 -0700
22510              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
22511      Branch: perl
22512            ! t/test.pl
22513 ____________________________________________________________________________
22514 [ 17860] By: hv                                    on 2002/09/08  13:48:49
22515         Log: #17859 misuses s/// return values
22516      Branch: perl
22517            ! configpm
22518 ____________________________________________________________________________
22519 [ 17859] By: hv                                    on 2002/09/08  13:17:46
22520         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
22521              From: Nicholas Clark <nick@unfortu.net>
22522              Date: Mon, 2 Sep 2002 23:22:32 +0100
22523              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
22524      Branch: perl
22525            ! configpm
22526 ____________________________________________________________________________
22527 [ 17850] By: ams                                   on 2002/09/06  03:31:32
22528         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
22529              From: Jarkko Hietaniemi <jhi@iki.fi>
22530              Date: Fri, 6 Sep 2002 06:01:57 +0300
22531              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
22532      Branch: perl
22533            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
22534 ____________________________________________________________________________
22535 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
22536         Log: document setting the email address
22537      Branch: perl
22538            ! Porting/repository.pod
22539 ____________________________________________________________________________
22540 [ 17848] By: hv                                    on 2002/09/04  23:12:15
22541         Log: AUTHORS: preferred address for Allen Smith
22542      Branch: perl
22543            ! AUTHORS
22544 ____________________________________________________________________________
22545 [ 17847] By: hv                                    on 2002/09/04  23:10:37
22546         Log: copy on write: fixes and debugging
22547              Subject: what copies scalars in ithreads?
22548              From: Nicholas Clark <nick@unfortu.net>
22549              Date: Wed, 4 Sep 2002 21:52:47 +0100
22550              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
22551      Branch: perl
22552            ! sv.c
22553 ____________________________________________________________________________
22554 [ 17846] By: hv                                    on 2002/09/04  23:02:43
22555         Log: Subject: Re: [PATCH] A variety of README nitpicks.
22556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22557              Date: Wed, 04 Sep 2002 09:10:05 +0200
22558              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
22559      Branch: perl
22560            ! README.hpux
22561 ____________________________________________________________________________
22562 [ 17845] By: hv                                    on 2002/09/04  15:06:33
22563         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
22564      Branch: perl
22565            ! lib/Math/BigInt/t/constant.t
22566 ____________________________________________________________________________
22567 [ 17844] By: hv                                    on 2002/09/04  14:32:19
22568         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
22569      Branch: perl
22570            ! ext/DB_File/DB_File.xs
22571 ____________________________________________________________________________
22572 [ 17843] By: hv                                    on 2002/09/04  14:09:13
22573         Log: #17842 was only half the story
22574              Subject: [PATCH deb.c] Re: HiRes failure is success?
22575              From: Dave Mitchell <davem@fdgroup.com>
22576              Date: Wed, 4 Sep 2002 16:11:15 +0100
22577              Message-ID: <20020904161115.E27603@fdgroup.com>
22578      Branch: perl
22579            ! deb.c
22580 ____________________________________________________________________________
22581 [ 17842] By: hv                                    on 2002/09/04  14:04:40
22582         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
22583      Branch: perl
22584            ! deb.c
22585 ____________________________________________________________________________
22586 [ 17841] By: hv                                    on 2002/09/04  13:57:27
22587         Log: Subject: [PATCH] op/getpid.t failure
22588              From: Michael G Schwern <schwern@pobox.com>
22589              Date: Tue, 3 Sep 2002 17:48:24 -0700
22590              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
22591      Branch: perl
22592            ! t/op/getpid.t
22593 ____________________________________________________________________________
22594 [ 17840] By: hv                                    on 2002/09/04  13:55:20
22595         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
22596              and Subject: [PATCH] More modules that don't lazy load Carp right.
22597              From: Michael G Schwern <schwern@pobox.com>
22598              Date: Tue, 3 Sep 2002 17:21:57 -0700
22599              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
22600              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
22601      Branch: perl
22602            ! ext/Encode/Unicode/Unicode.pm
22603            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
22604            ! lib/File/Basename.pm
22605 ____________________________________________________________________________
22606 [ 17839] By: hv                                    on 2002/09/04  13:47:12
22607         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
22608              From: "Brendan O'Dea" <bod@debian.org>
22609              Date: Wed, 4 Sep 2002 02:36:10 +1000
22610              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
22611      Branch: perl
22612            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
22613 ____________________________________________________________________________
22614 [ 17838] By: hv                                    on 2002/09/04  13:41:27
22615         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
22616              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
22617              Date: Tue, 3 Sep 2002 13:46:18 +0200
22618              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
22619      Branch: perl
22620            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
22621 ____________________________________________________________________________
22622 [ 17837] By: hv                                    on 2002/09/04  13:38:27
22623         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
22624              From: Michael G Schwern <schwern@pobox.com>
22625              Date: Mon, 2 Sep 2002 22:29:07 -0700
22626              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
22627      Branch: perl
22628            ! lib/Config.t
22629 ____________________________________________________________________________
22630 [ 17836] By: hv                                    on 2002/09/04  13:35:36
22631         Log: Subject: [PATCH] DB_File 1.805
22632              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22633              Date: Mon, 2 Sep 2002 23:56:40 +0100
22634              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
22635      Branch: perl
22636            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22637            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
22638            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22639            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
22640 ____________________________________________________________________________
22641 [ 17835] By: hv                                    on 2002/09/04  13:23:17
22642         Log: fix coredump after 64k-deep recursion
22643              Subject: Re: debugging coredump with -DD
22644              From: hv@crypt.org
22645              Date: Tue, 03 Sep 2002 14:34:20 +0100
22646              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
22647      Branch: perl
22648            ! cop.h t/op/recurse.t
22649 ____________________________________________________________________________
22650 [ 17834] By: hv                                    on 2002/09/04  13:08:36
22651         Log: perldoc: allow arguments for pager
22652              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
22653              From: Chip Turner <cturner@redhat.com>
22654              Date: 02 Sep 2002 01:17:23 -0400
22655              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
22656      Branch: perl
22657            ! utils/perldoc.PL
22658 ____________________________________________________________________________
22659 [ 17833] By: hv                                    on 2002/09/04  12:55:54
22660         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
22661              From: Jarkko Hietaniemi <jhi@iki.fi>
22662              Date: Sun, 1 Sep 2002 19:23:55 +0300
22663              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
22664      Branch: perl
22665            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
22666 ____________________________________________________________________________
22667 [ 17832] By: hv                                    on 2002/09/04  12:39:42
22668         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
22669              From: John Peacock <jpeacock@rowman.com>
22670              Date: Sun, 01 Sep 2002 15:00:12 -0400
22671              Message-ID: <3D7263BC.9020608@rowman.com>
22672      Branch: perl
22673            ! lib/ExtUtils/xsubpp pod/perlxs.pod
22674 ____________________________________________________________________________
22675 [ 17831] By: hv                                    on 2002/09/04  11:47:10
22676         Log: #17827 misses some win32 tweaks
22677      Branch: perl
22678            ! win32/Makefile win32/makefile.mk
22679 ____________________________________________________________________________
22680 [ 17830] By: hv                                    on 2002/09/04  11:41:22
22681         Log: update email address for Paul Marquess
22682      Branch: perl
22683            ! AUTHORS
22684 ____________________________________________________________________________
22685 [ 17829] By: hv                                    on 2002/09/04  11:38:39
22686         Log: Subject: Correction for AUTHORS.html
22687              From: Sean Davis <dive@ender.com>
22688              Date: Fri, 30 Aug 2002 03:51:16 -0700
22689              Message-ID: <20020830035116.A18739@endersgame.net>
22690      Branch: perl
22691            ! AUTHORS
22692 ____________________________________________________________________________
22693 [ 17828] By: hv                                    on 2002/09/04  11:31:42
22694         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
22695              From: Michael G Schwern <schwern@pobox.com>
22696              Date: Fri, 30 Aug 2002 03:40:45 -0700
22697              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
22698      Branch: perl
22699            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
22700            ! lib/File/Spec/t/Spec.t
22701 ____________________________________________________________________________
22702 [ 17827] By: hv                                    on 2002/09/04  11:21:57
22703         Log: Subject: [PATCH] OS/400 PASE port
22704              From: Jarkko Hietaniemi <jhi@iki.fi>
22705              Date: Thu, 29 Aug 2002 22:22:51 +0300
22706              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
22707      Branch: perl
22708            + README.os400 hints/os400.sh
22709            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
22710            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
22711 ____________________________________________________________________________
22712 [ 17826] By: hv                                    on 2002/09/04  11:10:54
22713         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
22714              From: "Brendan O'Dea" <bod@debian.org>
22715              Date: Thu, 29 Aug 2002 22:42:39 +1000
22716              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
22717      Branch: perl
22718            ! ext/Sys/Syslog/syslog.t
22719 ____________________________________________________________________________
22720 [ 17825] By: hv                                    on 2002/09/04  10:53:59
22721         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
22722              From: "John P. Linderman" <jpl@research.att.com>
22723              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
22724              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
22725      Branch: perl
22726            ! ext/IPC/SysV/Semaphore.pm
22727 ____________________________________________________________________________
22728 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
22729         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
22730              From: Richard Soderberg (via RT) <perlbug@perl.org>
22731              Date: 3 Sep 2002 18:48:54 -0000
22732              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
22733              
22734              Subject: [PATCH] A variety of README nitpicks.
22735              From: Richard Soderberg <rs@crystalflame.net>
22736              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
22737              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
22738      Branch: perl
22739            ! README.amiga README.dgux README.dos README.epoc README.hpux
22740            ! README.mint README.netware README.vmesa
22741 ____________________________________________________________________________
22742 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
22743         Log: Fix bug #16828.
22744              Add a few tests to ext/B/t/b.t, make it use Test::More.
22745      Branch: perl
22746            ! ext/B/B.xs ext/B/t/b.t
22747 ____________________________________________________________________________
22748 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
22749         Log: Some simple tests for the POSIX::isXXX() functions.
22750      Branch: perl
22751            ! ext/POSIX/t/posix.t
22752 ____________________________________________________________________________
22753 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
22754         Log: Advertise Linux::Pid.
22755      Branch: perl
22756            ! pod/perlfunc.pod pod/perlvar.pod
22757 ____________________________________________________________________________
22758 [ 17819] By: hv                                    on 2002/08/30  13:42:02
22759         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
22760              From: John Peacock <jpeacock@rowman.com>
22761              Date: Wed, 28 Aug 2002 22:13:48 -0400
22762              Message-ID: <3D6D835C.50809@rowman.com>
22763      Branch: perl
22764            ! universal.c util.c
22765 ____________________________________________________________________________
22766 [ 17818] By: hv                                    on 2002/08/30  13:16:05
22767         Log: add test related to change #17799:
22768              Subject: Re: if.pm bug.
22769              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
22770              Date: Thu, 29 Aug 2002 19:39:58 +0200
22771              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
22772      Branch: perl
22773            ! lib/if.t
22774 ____________________________________________________________________________
22775 [ 17817] By: hv                                    on 2002/08/30  13:12:20
22776         Log: Subject: [PATCH] AUTHORS
22777              From: "Brendan O'Dea" <bod@debian.org>
22778              Date: Thu, 29 Aug 2002 22:49:34 +1000
22779              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
22780      Branch: perl
22781            ! AUTHORS
22782 ____________________________________________________________________________
22783 [ 17816] By: hv                                    on 2002/08/30  13:10:45
22784         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
22785              From: "Brendan O'Dea" <bod@debian.org>
22786              Date: Thu, 29 Aug 2002 22:46:47 +1000
22787              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
22788      Branch: perl
22789            ! lib/Term/Cap.pm
22790 ____________________________________________________________________________
22791 [ 17815] By: hv                                    on 2002/08/30  13:02:41
22792         Log: formatting cleanup and:
22793              Subject: Re: perl-5.8.0 on HP porting center
22794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22795              Date: Thu, 29 Aug 2002 12:23:31 +0200
22796              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
22797      Branch: perl
22798            ! installperl
22799 ____________________________________________________________________________
22800 [ 17814] By: hv                                    on 2002/08/30  12:23:33
22801         Log: Subject: [PATCH] perlmod.pod nit
22802              From: Autrijus Tang <autrijus@autrijus.org>
22803              Date: Thu, 29 Aug 2002 03:49:34 +0800
22804              Message-ID: <20020828194934.GA12244@not.autrijus.org>
22805      Branch: perl
22806            ! pod/perlmod.pod
22807 ____________________________________________________________________________
22808 [ 17813] By: hv                                    on 2002/08/30  12:19:15
22809         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
22810              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22811              Date: Thu, 29 Aug 2002 17:31:31 -0700
22812              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
22813      Branch: perl
22814            ! sv.c t/op/pat.t
22815 ____________________________________________________________________________
22816 [ 17812] By: hv                                    on 2002/08/30  12:06:20
22817         Log: Subject: [PATCH] typos in Hash::Util documentation
22818              From: Slaven Rezic <slaven.rezic@berlin.de>
22819              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
22820              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
22821      Branch: perl
22822            ! lib/Hash/Util.pm
22823 ____________________________________________________________________________
22824 [ 17811] By: hv                                    on 2002/08/30  12:02:59
22825         Log: Subject: Re: Recent changes on the HP porting center
22826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22827              Date: Wed, 28 Aug 2002 17:39:27 +0200
22828              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
22829      Branch: perl
22830            ! README.hpux
22831 ____________________________________________________________________________
22832 [ 17810] By: hv                                    on 2002/08/30  11:58:18
22833         Log: Subject: [PATCH] Fixes to threads::shared when disabled
22834              From: Michael G Schwern <schwern@pobox.com>
22835              Date: Wed, 28 Aug 2002 06:04:18 -0700
22836              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
22837      Branch: perl
22838            + ext/threads/shared/t/disabled.t
22839            ! MANIFEST ext/threads/shared/shared.pm
22840            ! ext/threads/shared/t/hv_refs.t
22841 ____________________________________________________________________________
22842 [ 17808] By: ams                                   on 2002/08/30  02:59:31
22843         Log: Subject: [PATCH] Tru64 vs Berkeley DB
22844              From: Jarkko Hietaniemi <jhi@iki.fi>
22845              Date: Fri, 30 Aug 2002 06:56:38 +0300
22846              Message-Id: <20020830035638.GB874@lyta.hut.fi>
22847      Branch: perl
22848            ! README.tru64 hints/dec_osf.sh
22849 ____________________________________________________________________________
22850 [ 17807] By: ams                                   on 2002/08/30  02:32:30
22851         Log: Subject: [PATCH] IRIX + INSTALL
22852              From: Jarkko Hietaniemi <jhi@iki.fi>
22853              Date: Fri, 30 Aug 2002 06:31:48 +0300
22854              Message-Id: <20020830033148.GA874@lyta.hut.fi>
22855      Branch: perl
22856            ! INSTALL hints/irix_6.sh
22857 ____________________________________________________________________________
22858 [ 17806] By: hv                                    on 2002/08/29  22:56:45
22859         Log: #17449 failed to apply the actual patch. This is it.
22860      Branch: perl
22861            ! lib/Exporter.pm lib/Exporter/Heavy.pm
22862 ____________________________________________________________________________
22863 [ 17805] By: hv                                    on 2002/08/29  13:49:04
22864         Log: Fix based on:
22865              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
22866              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
22867              Date: 27 Aug 2002 22:10:16 -0000
22868              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
22869      Branch: perl
22870            ! ext/POSIX/POSIX.xs
22871 ____________________________________________________________________________
22872 [ 17804] By: hv                                    on 2002/08/29  13:29:43
22873         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
22874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22875              Date: Tue, 27 Aug 2002 23:36:53 +0200
22876              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
22877      Branch: perl
22878            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
22879            ! perl.c perlapi.h sv.c
22880 ____________________________________________________________________________
22881 [ 17803] By: ams                                   on 2002/08/29  13:09:47
22882         Log: Subject: [PATCH] AIX compiler setup sanity checking
22883              From: Jarkko Hietaniemi <jhi@iki.fi>
22884              Date: Thu, 29 Aug 2002 16:43:51 +0300
22885              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
22886      Branch: perl
22887            ! hints/aix.sh
22888 ____________________________________________________________________________
22889 [ 17802] By: hv                                    on 2002/08/29  12:32:51
22890         Log: Subject: [perl #16769] Documention bug
22891              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
22892              Date: 26 Aug 2002 10:01:04 -0000
22893              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
22894      Branch: perl
22895            ! pod/perl58delta.pod
22896 ____________________________________________________________________________
22897 [ 17801] By: hv                                    on 2002/08/29  12:19:30
22898         Log: Subject: [PATCH] ExtUtils::Constant 0.14
22899              From: Nicholas Clark <nick@unfortu.net>
22900              Date: Sun, 25 Aug 2002 18:06:00 +0100
22901              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
22902      Branch: perl
22903            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
22904 ____________________________________________________________________________
22905 [ 17800] By: hv                                    on 2002/08/29  12:08:59
22906         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
22907              From: Mark-Jason Dominus <mjd@plover.com>
22908              Date: Sun, 25 Aug 2002 12:09:53 -0400
22909              Message-ID: <20020825160953.15987.qmail@plover.com>
22910      Branch: perl
22911            ! pod/perlfaq5.pod
22912 ____________________________________________________________________________
22913 [ 17799] By: hv                                    on 2002/08/29  11:48:39
22914         Log: Subject: Re: if.pm bug.
22915              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
22916              Date: Sun, 25 Aug 2002 00:27:59 +0200
22917              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
22918      Branch: perl
22919            ! lib/if.pm
22920 ____________________________________________________________________________
22921 [ 17798] By: hv                                    on 2002/08/29  11:44:00
22922         Log: Subject: [PATCH] posixify getppid on linux-multithread
22923              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22924              Date: Tue, 6 Aug 2002 21:56:46 +0200
22925              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
22926      Branch: perl
22927            + t/op/getpid.t
22928            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
22929            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
22930 ____________________________________________________________________________
22931 [ 17797] By: hv                                    on 2002/08/29  10:55:41
22932         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
22933              From: Mark-Jason Dominus <mjd@plover.com>
22934              Date: Sun, 25 Aug 2002 22:31:54 -0400
22935              Message-ID: <20020826023154.22986.qmail@plover.com>
22936      Branch: perl
22937            ! ext/B/B.pm
22938 ____________________________________________________________________________
22939 [ 17791] By: hv                                    on 2002/08/27  11:28:32
22940         Log: Missing MANIFEST files for #17783.
22941      Branch: perl
22942            ! MANIFEST
22943 ____________________________________________________________________________
22944 [ 17790] By: hv                                    on 2002/08/27  11:22:36
22945         Log: #17783 introduced an outdated test module, causing failure in
22946              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
22947              ExtUtils::MakeMaker.
22948      Branch: perl
22949            ! t/lib/TieOut.pm
22950 ____________________________________________________________________________
22951 [ 17789] By: ams                                   on 2002/08/27  04:04:48
22952         Log: Subject: Patch perlvar.pod
22953              From: mjd@plover.com
22954              Date: 27 Aug 2002 03:03:01 -0000
22955              Message-Id: <20020827030301.32481.qmail@plover.com>
22956      Branch: perl
22957            ! pod/perlvar.pod
22958 ____________________________________________________________________________
22959 [ 17788] By: hv                                    on 2002/08/26  23:59:47
22960         Log: Update Changes
22961      Branch: perl
22962            ! Changes patchlevel.h
22963 ____________________________________________________________________________
22964 [ 17787] By: hv                                    on 2002/08/26  19:22:27
22965         Log: fix for:
22966              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
22967              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
22968              Date: 26 Aug 2002 15:01:36 -0000
22969              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
22970      Branch: perl
22971            ! regexec.c t/op/re_tests
22972 ____________________________________________________________________________
22973 [ 17786] By: hv                                    on 2002/08/26  15:34:25
22974         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
22975              From: "Sean M. Burke" <sburke@cpan.org>
22976              Date: Mon, 26 Aug 2002 04:38:19 -0600
22977              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
22978      Branch: perl
22979            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
22980            ! lib/Test/t/todo.t
22981 ____________________________________________________________________________
22982 [ 17785] By: hv                                    on 2002/08/26  15:18:41
22983         Log: fix non-ANSI C++-style comment
22984              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
22985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22986              Date: Mon, 26 Aug 2002 09:15:18 +0200
22987              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
22988      Branch: perl
22989            ! ext/Storable/Storable.xs
22990 ____________________________________________________________________________
22991 [ 17784] By: hv                                    on 2002/08/26  15:15:19
22992         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
22993      Branch: perl
22994            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
22995            ! lib/bignum/t/brinfnan.t
22996 ____________________________________________________________________________
22997 [ 17783] By: hv                                    on 2002/08/26  15:07:21
22998         Log: Subject: [ANNOUNCE] Test::Simple 0.47
22999              From: Michael G Schwern <schwern@pobox.com>
23000              Date: Mon, 26 Aug 2002 04:13:03 -0700
23001              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
23002      Branch: perl
23003            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
23004            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
23005            + lib/Test/Simple/t/ok_obj.t
23006            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
23007            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
23008            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
23009            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
23010            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
23011 ____________________________________________________________________________
23012 [ 17782] By: hv                                    on 2002/08/26  15:00:55
23013         Log: new test for change #17773
23014              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
23015              From: DH <crazyinsomniac@yahoo.com>
23016              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
23017              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
23018      Branch: perl
23019            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
23020 ____________________________________________________________________________
23021 [ 17781] By: hv                                    on 2002/08/26  14:48:35
23022         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
23023      Branch: perl
23024            ! reentr.pl
23025 ____________________________________________________________________________
23026 [ 17780] By: hv                                    on 2002/08/25  19:03:50
23027         Log: fix bignum test failures
23028      Branch: perl
23029            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
23030            ! lib/bignum/t/brinfnan.t
23031 ____________________________________________________________________________
23032 [ 17779] By: hv                                    on 2002/08/25  18:56:29
23033         Log: upgrade bignum to v0.13: fix test failures and update docs
23034      Branch: perl
23035            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
23036 ____________________________________________________________________________
23037 [ 17778] By: hv                                    on 2002/08/25  18:43:06
23038         Log: Subject: Encode 1.76 Released
23039              From: Dan Kogai <dankogai@dan.co.jp>
23040              Date: su elo 25, 2002  11:27:07 US/Eastern
23041              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
23042      Branch: perl
23043            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
23044            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
23045            ! ext/Encode/lib/Encode/MIME/Header.pm
23046            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
23047 ____________________________________________________________________________
23048 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
23049         Log: Fix parsing problems with the // operator.
23050              Make // able to follow various unary operators used without
23051              arguments or parens (shift, pop, getc, pos, readline,
23052              readlink, undef, umask, and the filetest operators), as
23053              well as the <FH> operator.
23054      Branch: perl
23055            ! perl.h t/op/dor.t toke.c
23056 ____________________________________________________________________________
23057 [ 17776] By: hv                                    on 2002/08/25  15:56:37
23058         Log: Subject: [PATCH] ExtUtils::Constant 0.13
23059              From: Nicholas Clark <nick@unfortu.net>
23060              Date: Fri, 23 Aug 2002 19:21:12 +0100
23061              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
23062      Branch: perl
23063            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
23064 ____________________________________________________________________________
23065 [ 17775] By: hv                                    on 2002/08/25  15:46:28
23066         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
23067              From: "mls@suse.de (via RT)" <perlbug@perl.org>
23068              Date: 23 Aug 2002 15:24:39 -0000
23069              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
23070      Branch: perl
23071            ! reentr.c
23072 ____________________________________________________________________________
23073 [ 17774] By: hv                                    on 2002/08/25  15:29:42
23074         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
23075              From: Abigail <abigail@foad.org>
23076              Date: Thu, 22 Aug 2002 04:10:39 -0700
23077              Message-ID: <20020822041039.A2089@ucan.foad.org>
23078      Branch: perl
23079            ! lib/Benchmark.pm lib/Benchmark.t
23080 ____________________________________________________________________________
23081 [ 17773] By: hv                                    on 2002/08/25  15:17:16
23082         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
23083              From: DH <crazyinsomniac@yahoo.com>
23084              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
23085              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
23086      Branch: perl
23087            ! lib/Pod/Html.pm
23088 ____________________________________________________________________________
23089 [ 17772] By: hv                                    on 2002/08/25  14:49:37
23090         Log: Subject: Re: p5p patches
23091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23092              Date: Fri, 23 Aug 2002 15:27:48 +0200
23093              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
23094      Branch: perl
23095            ! Porting/patching.pod
23096 ____________________________________________________________________________
23097 [ 17771] By: hv                                    on 2002/08/25  14:45:46
23098         Log: Subject: Newdated info for HP-UX
23099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23100              Date: Wed, 21 Aug 2002 20:20:17 +0200
23101              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
23102      Branch: perl
23103            ! README.hpux
23104 ____________________________________________________________________________
23105 [ 17770] By: hv                                    on 2002/08/25  14:26:36
23106         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
23107              From: "Jos I. Boumans" <kane@cpan.org>
23108              Date: Wed, 21 Aug 2002 14:55:51 +0200
23109              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
23110      Branch: perl
23111            ! pod/perlfaq1.pod
23112 ____________________________________________________________________________
23113 [ 17769] By: hv                                    on 2002/08/25  14:16:50
23114         Log: Subject: bit more for WinCE
23115              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
23116              Date: Wed, 21 Aug 2002 01:31:52 +0400
23117              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
23118      Branch: perl
23119            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
23120            ! wince/wince.c
23121 ____________________________________________________________________________
23122 [ 17768] By: hv                                    on 2002/08/25  14:02:47
23123         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
23124              From: Anton Berezin <tobez@tobez.org>
23125              Date: Tue, 20 Aug 2002 23:44:25 +0200
23126              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
23127      Branch: perl
23128            ! lib/lib.t lib/lib_pm.PL
23129 ____________________________________________________________________________
23130 [ 17767] By: hv                                    on 2002/08/25  13:52:08
23131         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
23132              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
23133              Date: 18 Aug 2002 13:27:12 -0000
23134              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
23135      Branch: perl
23136            ! utils/perldoc.PL
23137 ____________________________________________________________________________
23138 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
23139         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut  
23140              From: Peter BARABAS (via RT) <perlbug@perl.org>
23141              Date: 24 Aug 2002 08:16:19 -0000
23142              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 
23143      Branch: perl
23144            ! pod/perlxstut.pod
23145 ____________________________________________________________________________
23146 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
23147         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
23148              From: Nicholas Clark <nick@unfortu.net>
23149              Date: Sat, 24 Aug 2002 17:01:08 +0100
23150              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
23151              (plus a typo fix)
23152      Branch: perl
23153            ! lib/Net/t/hostname.t
23154 ____________________________________________________________________________
23155 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
23156         Log: a2p wasn't installed with -Dversiononly
23157      Branch: perl
23158            ! installperl
23159 ____________________________________________________________________________
23160 [ 17763] By: hv                                    on 2002/08/23  12:23:31
23161         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
23162              with a NULL subaddr. Fix that, and stop it happening again.
23163      Branch: perl
23164            ! op.c universal.c
23165 ____________________________________________________________________________
23166 [ 17762] By: hv                                    on 2002/08/23  11:02:35
23167         Log: fixup threaded build for vstring changes
23168      Branch: perl
23169            ! universal.c util.c
23170 ____________________________________________________________________________
23171 [ 17761] By: ams                                   on 2002/08/23  02:54:09
23172         Log: Incorporate fix from JHI at:
23173              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
23174      Branch: perl
23175            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
23176 ____________________________________________________________________________
23177 [ 17760] By: ams                                   on 2002/08/23  01:30:46
23178         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
23179              From: Jarkko Hietaniemi <jhi@iki.fi>
23180              Date: Fri, 23 Aug 2002 05:29:09 +0300
23181              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
23182      Branch: perl
23183            ! ext/Devel/PPPort/PPPort.pm
23184 ____________________________________________________________________________
23185 [ 17759] By: ams                                   on 2002/08/23  01:27:23
23186         Log: Subject: [PATCH] x2p/str.c signedness nits
23187              From: Jarkko Hietaniemi <jhi@iki.fi>
23188              Date: Fri, 23 Aug 2002 02:43:30 +0300
23189              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
23190      Branch: perl
23191            ! x2p/str.c
23192 ____________________________________________________________________________
23193 [ 17758] By: hv                                    on 2002/08/22  22:29:45
23194         Log: bignum-0.12 updates from:
23195              Subject: [ANNOUCNE] Big Math::Big* update
23196              From: Tels <perl_dummy@bloodgate.com>
23197              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
23198              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
23199      Branch: perl
23200            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
23201            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
23202            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
23203            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
23204            ! lib/bigrat.pm
23205 ____________________________________________________________________________
23206 [ 17757] By: hv                                    on 2002/08/22  22:19:42
23207         Log: new file for #17756
23208      Branch: perl
23209            ! MANIFEST
23210 ____________________________________________________________________________
23211 [ 17756] By: hv                                    on 2002/08/22  22:16:41
23212         Log: Subject: ANNOUCNE: Math::BigRat v0.09
23213              From: Tels <perl_dummy@bloodgate.com>
23214              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
23215              Message-Id: <200208141812.g7EICrV23771@crypt.org>
23216      Branch: perl
23217            + lib/Math/BigRat/t/big_ap.t
23218            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
23219            ! lib/Math/BigRat/t/bigratpm.inc
23220 ____________________________________________________________________________
23221 [ 17755] By: hv                                    on 2002/08/22  19:44:03
23222         Log: new files from #17754
23223      Branch: perl
23224            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
23225 ____________________________________________________________________________
23226 [ 17754] By: hv                                    on 2002/08/22  19:42:58
23227         Log: Subject: ANNOUNCE: Math-BigInt v1.62
23228              From: Tels <perl_dummy@bloodgate.com>
23229              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
23230              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
23231      Branch: perl
23232            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23233            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
23234            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
23235            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
23236            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
23237            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
23238            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
23239            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
23240            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
23241            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
23242            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
23243 ____________________________________________________________________________
23244 [ 17753] By: hv                                    on 2002/08/22  12:05:57
23245         Log: Subject: podlators 1.24 released
23246              From: Russ Allbery <rra@stanford.edu>
23247              Date: Sat, 03 Aug 2002 20:56:42 -0700
23248              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
23249      Branch: perl
23250            + lib/Pod/t/text-options.t
23251            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
23252            ! lib/Pod/t/basic.t pod/pod2text.PL
23253 ____________________________________________________________________________
23254 [ 17752] By: hv                                    on 2002/08/22  11:13:17
23255         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
23256              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23257              Date: Fri, 26 Jul 2002 02:59:12 +0900
23258              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
23259      Branch: perl
23260            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23261            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
23262            ! lib/Unicode/Collate/t/test.t
23263 ____________________________________________________________________________
23264 [ 17751] By: hv                                    on 2002/08/22  11:08:35
23265         Log: fix test failure from #17747
23266      Branch: perl
23267            ! ext/B/t/stash.t
23268 ____________________________________________________________________________
23269 [ 17750] By: hv                                    on 2002/08/22  10:46:19
23270         Log: Subject: [PATCH] Fix DBM filters
23271              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23272              Date: Wed, 21 Aug 2002 11:40:49 +0100
23273              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
23274      Branch: perl
23275            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
23276            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
23277            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
23278            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
23279            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
23280            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
23281            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
23282 ____________________________________________________________________________
23283 [ 17749] By: hv                                    on 2002/08/22  01:04:32
23284         Log: avoid use of %caller::EXPORT
23285              Subject: [PATCH] Re: question about Exporter::import
23286              From: Nicholas Clark <nick@unfortu.net>
23287              Date: Wed, 14 Aug 2002 21:33:12 +0100
23288              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
23289      Branch: perl
23290            ! lib/Exporter.pm lib/Exporter/Heavy.pm
23291 ____________________________________________________________________________
23292 [ 17748] By: hv                                    on 2002/08/22  00:54:03
23293         Log: todo test for linux $0 modification
23294              Subject: Re: [perl #16206] $0 in 5.8
23295              From: Slaven Rezic <slaven.rezic@berlin.de>
23296              Date: 17 Aug 2002 21:32:37 +0200
23297              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
23298      Branch: perl
23299            ! t/op/magic.t
23300 ____________________________________________________________________________
23301 [ 17747] By: hv                                    on 2002/08/22  00:11:34
23302         Log: Subject: Re: [PATCH] Version object patch #1
23303              From: John Peacock <jpeacock@rowman.com>
23304              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
23305              Message-id: <3D630042.6020407@rowman.com>
23306              
23307              Subject: Re: [REVISED PATCH] Magic v-strings
23308              From: John Peacock <jpeacock@rowman.com>
23309              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
23310              Message-id: <3D63E532.7020305@rowman.com>
23311      Branch: perl
23312            ! sv.c t/op/ver.t universal.c util.c
23313 ____________________________________________________________________________
23314 [ 17746] By: hv                                    on 2002/08/20  16:48:05
23315         Log: Subject: [PATCH] Version object patch #1
23316              From: John Peacock <jpeacock@rowman.com>
23317              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
23318              Message-id: <3D5BB55D.6090603@rowman.com>
23319              and Message-id: <3D627D1A.4050607@rowman.com>
23320              and t/lib/warnings/universal tweak to skip
23321      Branch: perl
23322            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
23323            ! t/lib/warnings/universal toke.c util.c
23324 ____________________________________________________________________________
23325 [ 17745] By: hv                                    on 2002/08/20  16:27:01
23326         Log: perldelta for #17727
23327      Branch: perl
23328            ! pod/perldelta.pod
23329 ____________________________________________________________________________
23330 [ 17744] By: hv                                    on 2002/08/20  15:34:36
23331         Log: Subject: typo in perfunc.pod
23332              From: "John P. Linderman" <jpl@research.att.com>
23333              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
23334              Message-id: <200208191245.IAA20072@raptor.research.att.com>
23335      Branch: perl
23336            ! pod/perlfunc.pod
23337 ____________________________________________________________________________
23338 [ 17743] By: hv                                    on 2002/08/20  15:31:40
23339         Log: Subject: Re: [PATCH] fix typos in perlpacktut
23340              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
23341              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
23342              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
23343      Branch: perl
23344            ! pod/perlpacktut.pod
23345 ____________________________________________________________________________
23346 [ 17742] By: hv                                    on 2002/08/20  14:51:16
23347         Log: Subject: [REVISED PATCH] Magic v-strings
23348              From: John Peacock <jpeacock@rowman.com>
23349              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
23350              Message-id: <3D556FE6.6000404@rowman.com>
23351              plus a bit of cleanup
23352      Branch: perl
23353            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
23354 ____________________________________________________________________________
23355 [ 17741] By: hv                                    on 2002/08/20  14:20:16
23356         Log: Subject: Re: [PATCH] Storable and CODE references
23357              From: Slaven Rezic <slaven.rezic@berlin.de>
23358              Date: 17 Aug 2002 21:58:03 +0200
23359              Message-id: <87bs812r78.fsf@vran.herceg.de>
23360      Branch: perl
23361            + ext/Storable/t/code.t
23362            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
23363            ! ext/Storable/t/malice.t
23364 ____________________________________________________________________________
23365 [ 17740] By: hv                                    on 2002/08/20  14:07:56
23366         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
23367              Handle CoW in hashes:
23368              Subject: Re: why would tr/// be performing hash copies?
23369              From: Nicholas Clark <nick@unfortu.net>
23370              Date: Sun, 18 Aug 2002 23:17:01 +0100
23371              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
23372      Branch: perl
23373            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
23374 ____________________________________________________________________________
23375 [ 17739] By: hv                                    on 2002/08/20  13:52:18
23376         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
23377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23378              Date: Tue, 23 Jul 2002 09:21:10 +0200
23379              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
23380      Branch: perl
23381            ! Configure
23382 ____________________________________________________________________________
23383 [ 17737] By: ams                                   on 2002/08/19  07:48:39
23384         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
23385              negligence.
23386      Branch: perl
23387            ! pod/perlrun.pod
23388 ____________________________________________________________________________
23389 [ 17736] By: hv                                    on 2002/08/18  18:27:28
23390         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
23391              From: Dave Mitchell <davem@fdgroup.com>
23392              Date: Fri, 16 Aug 2002 23:31:07 +0100
23393              Message-id: <20020816233107.E9388@fdgroup.com>
23394      Branch: perl
23395            ! numeric.c t/base/num.t
23396 ____________________________________________________________________________
23397 [ 17735] By: hv                                    on 2002/08/18  02:22:21
23398         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
23399              From: Mark-Jason Dominus <mjd@plover.com>
23400              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
23401              Message-id: <20020814011909.22744.qmail@plover.com>
23402      Branch: perl
23403            ! lib/Net/hostent.pm
23404 ____________________________________________________________________________
23405 [ 17734] By: hv                                    on 2002/08/18  02:20:05
23406         Log: Subject: [PATCH] Re: Pod::Functions tpyo
23407              From: Abe Timmerman <abe@ztreet.demon.nl>
23408              Date: Tue, 13 Aug 2002 23:47:00 +0200
23409              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
23410      Branch: perl
23411            ! lib/Pod/Functions.pm
23412 ____________________________________________________________________________
23413 [ 17733] By: hv                                    on 2002/08/18  02:17:18
23414         Log: Subject: Server rename revisited
23415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23416              Date: Tue, 13 Aug 2002 19:19:03 +0200
23417              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
23418      Branch: perl
23419            ! README.hpux
23420 ____________________________________________________________________________
23421 [ 17732] By: hv                                    on 2002/08/18  02:11:49
23422         Log: Subject: [PATCH] Remove old VOS build methods
23423              From: Paul_GreenVOS@vos.stratus.com
23424              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
23425              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
23426      Branch: perl
23427            - vos/Makefile vos/build.cm vos/compile_perl.cm
23428            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23429            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
23430            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
23431            - vos/vos_dummies.c
23432            ! MANIFEST README.vos pod/perlport.pod vos/Changes
23433 ____________________________________________________________________________
23434 [ 17731] By: hv                                    on 2002/08/18  01:57:12
23435         Log: Subject: [PATCH] Configure missing d_modflproto=''
23436              From: "Gerrit P. Haase" <gp@familiehaase.de>
23437              Date: Tue, 13 Aug 2002 15:11:05 +0200
23438              Message-id: <11417599086.20020813151105@familiehaase.de>
23439      Branch: perl
23440            ! Configure
23441 ____________________________________________________________________________
23442 [ 17730] By: hv                                    on 2002/08/18  01:41:33
23443         Log: missing chunk from #17725 causes lib/constant.t test failures
23444      Branch: perl
23445            ! lib/constant.t
23446 ____________________________________________________________________________
23447 [ 17729] By: hv                                    on 2002/08/17  02:33:15
23448         Log: Subject: [PATCH] Safe.pm documentation
23449              From: Slaven Rezic <slaven.rezic@berlin.de>
23450              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
23451              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
23452      Branch: perl
23453            ! ext/Opcode/Safe.pm pod/perlre.pod
23454 ____________________________________________________________________________
23455 [ 17728] By: hv                                    on 2002/08/17  02:07:24
23456         Log: Subject: Copy On Write
23457              From: Nicholas Clark <nick@ccl4.org>
23458              Date: Thu, 15 Aug 2002 00:10:35 +0100
23459              Message-id: <20020815001035.A69079@plum.flirble.org>
23460              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
23461      Branch: perl
23462            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
23463            ! pp_hot.c proto.h sv.c sv.h
23464 ____________________________________________________________________________
23465 [ 17727] By: hv                                    on 2002/08/17  01:20:05
23466         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
23467              From: Mark-Jason Dominus <mjd@plover.com>
23468              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
23469              Message-id: <20020415033855.6343.qmail@plover.com>
23470      Branch: perl
23471            ! av.c av.h pod/perltie.pod t/op/tiearray.t
23472 ____________________________________________________________________________
23473 [ 17726] By: hv                                    on 2002/08/17  01:17:09
23474         Log: pp.c warns that sv may be used uninitialised in pp_delete()
23475      Branch: perl
23476            ! pp.c
23477 ____________________________________________________________________________
23478 [ 17725] By: hv                                    on 2002/08/17  00:51:19
23479         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
23480              From: Michael G Schwern <schwern@pobox.com>
23481              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
23482              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
23483      Branch: perl
23484            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
23485            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
23486            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
23487            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
23488 ____________________________________________________________________________
23489 [ 17724] By: hv                                    on 2002/08/17  00:27:33
23490         Log: ext/B/defsubs.h also depends on the program that builds it
23491      Branch: perl
23492            ! ext/B/Makefile.PL
23493 ____________________________________________________________________________
23494 [ 17723] By: hv                                    on 2002/08/17  00:10:24
23495         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
23496              From: Dave Mitchell <davem@fdgroup.com>
23497              Date: Tue, 13 Aug 2002 14:42:15 +0100
23498              Message-ID: <20020813144215.G11939@fdgroup.com>
23499      Branch: perl
23500            ! embed.fnc embed.h global.sym proto.h
23501 ____________________________________________________________________________
23502 [ 17722] By: ams                                   on 2002/08/16  05:20:22
23503         Log: Subject: Minor perlrun.pod patch
23504              From: Iain Truskett <spoon@cpan.org>
23505              Date: Fri, 16 Aug 2002 16:20:27 +1000
23506              Message-Id: <20020816162027.D17196@eh.org>
23507      Branch: perl
23508            ! pod/perlrun.pod
23509 ____________________________________________________________________________
23510 [ 17721] By: hv                                    on 2002/08/12  12:17:19
23511         Log: #17717 needed tests fixing up
23512      Branch: perl
23513            ! t/op/chop.t
23514 ____________________________________________________________________________
23515 [ 17720] By: hv                                    on 2002/08/12  12:10:07
23516         Log: Subject: Re: [PATCH] Re: taint news
23517              From: Rick Delaney <rick.delaney@rogers.com>
23518              Date: 04 Aug 2002 00:28:58 EDT
23519              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
23520              missed patch fragment from Change #17676
23521      Branch: perl
23522            ! pod/perlsec.pod
23523 ____________________________________________________________________________
23524 [ 17719] By: hv                                    on 2002/08/12  12:03:53
23525         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
23526              From: Warren Jones (via RT) <perlbug@perl.org>
23527              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
23528              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
23529      Branch: perl
23530            ! lib/strict.t lib/warnings.t
23531 ____________________________________________________________________________
23532 [ 17718] By: hv                                    on 2002/08/12  11:57:17
23533         Log: Subject: [PATCH] add verbose stack display option, -Dvs
23534              From: Dave Mitchell <davem@fdgroup.com>
23535              Date: Mon, 5 Aug 2002 00:55:33 +0100
23536              Message-id: <20020805005533.B26111@fdgroup.com>
23537      Branch: perl
23538            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
23539            ! pod/perlrun.pod proto.h
23540 ____________________________________________________________________________
23541 [ 17717] By: hv                                    on 2002/08/12  11:44:06
23542         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
23543              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23544              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
23545              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
23546      Branch: perl
23547            ! op.c t/op/chop.t t/op/ref.t
23548 ____________________________________________________________________________
23549 [ 17716] By: hv                                    on 2002/08/12  11:29:53
23550         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
23551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23552              Date: Sat, 13 Jul 2002 17:44:02 +0100
23553              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
23554      Branch: perl
23555            ! pp_hot.c t/op/tiehandle.t
23556 ____________________________________________________________________________
23557 [ 17715] By: hv                                    on 2002/08/12  11:28:26
23558         Log: Subject: [PATCH] better modfl detection
23559              From: Nicholas Clark <nick@unfortu.net>
23560              Date: Sun, 11 Aug 2002 20:05:49 +0100
23561              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
23562      Branch: perl
23563            ! Configure config_h.SH perl.h
23564 ____________________________________________________________________________
23565 [ 17714] By: hv                                    on 2002/08/12  11:26:23
23566         Log: Subject: [PATCH] perltodo.pod
23567              From: Richard.Foley@t-online.de
23568              Date: Sun, 11 Aug 2002 18:26:10 +0200
23569              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
23570              perlbug credits
23571      Branch: perl
23572            ! pod/perltodo.pod
23573 ____________________________________________________________________________
23574 [ 17713] By: hv                                    on 2002/08/12  11:24:44
23575         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
23576              From: Nicholas Clark <nick@unfortu.net>
23577              Date: Sun, 11 Aug 2002 16:59:16 +0100
23578              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
23579      Branch: perl
23580            ! gv.c
23581 ____________________________________________________________________________
23582 [ 17712] By: hv                                    on 2002/08/12  11:23:06
23583         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
23584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23585              Date: Mon, 12 Aug 2002 10:25:20 +0200
23586              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
23587              gcc bug test needs -lm
23588      Branch: perl
23589            ! hints/hpux.sh
23590 ____________________________________________________________________________
23591 [ 17711] By: hv                                    on 2002/08/12  11:20:49
23592         Log: Subject: [PATCH s2p] Small typo correction
23593              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
23594              Date: Wed, 7 Aug 2002 11:50:51 +0200
23595              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
23596      Branch: perl
23597            ! x2p/s2p.PL
23598 ____________________________________________________________________________
23599 [ 17710] By: hv                                    on 2002/08/12  11:17:21
23600         Log: Subject: [PATCH] pod/perlfaq4.pod
23601              From: Abigail <abigail@foad.org>
23602              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
23603              Message-id: <20020730095202.A6462@ucan.foad.org>
23604              Add references to Regexp::Common.
23605      Branch: perl
23606            ! pod/perlfaq4.pod
23607 ____________________________________________________________________________
23608 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
23609         Log: Subject: New HP-UX itanium servers
23610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23611              Date: Wed, 07 Aug 2002 13:25:57 +0200
23612              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
23613      Branch: perl
23614            ! README.hpux
23615 ____________________________________________________________________________
23616 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
23617         Log: Subject: Re: missing lower range in {} regex 
23618              From: "John P. Linderman" <jpl@research.att.com>
23619              Date: Fri, 09 Aug 2002 12:48:55 -0400
23620              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
23621      Branch: perl
23622            ! pod/perlre.pod
23623 ____________________________________________________________________________
23624 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
23625         Log: More tests for the attribute syntax, from the
23626              attributes manpage.
23627      Branch: perl
23628            ! t/op/attrs.t
23629 ____________________________________________________________________________
23630 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
23631         Log: Fix bug #16080 : an attribute list should end at '}'
23632      Branch: perl
23633            ! t/op/attrs.t toke.c
23634 ____________________________________________________________________________
23635 [ 17703] By: hv                                    on 2002/08/08  15:30:12
23636         Log: Update Changes
23637      Branch: perl
23638            ! Changes patchlevel.h
23639 ____________________________________________________________________________
23640 [ 17702] By: hv                                    on 2002/08/08  15:08:57
23641         Log: Subject: Re: README.aix
23642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23643              Date: Tue, 30 Jul 2002 13:30:29 +0200
23644              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
23645      Branch: perl
23646            ! README.aix
23647 ____________________________________________________________________________
23648 [ 17701] By: hv                                    on 2002/08/08  15:06:01
23649         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
23650              From: Andy Dougherty <doughera@lafayette.edu>
23651              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
23652              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
23653      Branch: perl
23654            ! hints/aix.sh
23655 ____________________________________________________________________________
23656 [ 17700] By: hv                                    on 2002/08/08  15:02:57
23657         Log: Subject: [DOC PATCH] perlipc.pod
23658              From: Arjen Laarhoven <arjen@nl.demon.net>
23659              Date: Tue, 6 Aug 2002 14:16:01 +0200
23660              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
23661      Branch: perl
23662            ! pod/perlipc.pod
23663 ____________________________________________________________________________
23664 [ 17699] By: hv                                    on 2002/08/08  14:56:56
23665         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
23666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23667              Date: Fri, 2 Aug 2002 23:44:21 +0200
23668              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
23669      Branch: perl
23670            ! op.c t/op/attrs.t
23671 ____________________________________________________________________________
23672 [ 17698] By: hv                                    on 2002/08/08  14:52:45
23673         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
23674              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
23675              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
23676              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
23677      Branch: perl
23678            ! Configure
23679 ____________________________________________________________________________
23680 [ 17697] By: hv                                    on 2002/08/08  14:49:00
23681         Log: Subject: Doc patch for Class::Struct under 5.8.0
23682              From: Damian Conway <damian@conway.org>
23683              Date: Tue, 30 Jul 2002 23:03:14 +1000
23684              Message-id: <3D471FCF.1C7C6E6B@conway.org>
23685      Branch: perl
23686            ! lib/Class/Struct.pm
23687 ____________________________________________________________________________
23688 [ 17696] By: hv                                    on 2002/08/08  14:44:21
23689         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
23690              From: Slaven Rezic <slaven.rezic@berlin.de>
23691              Date: 31 Jul 2002 09:50:06 +0200
23692              Message-id: <87ado85ob5.fsf@vran.herceg.de>
23693      Branch: perl
23694            ! pp.c
23695 ____________________________________________________________________________
23696 [ 17695] By: hv                                    on 2002/08/08  14:40:41
23697         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
23698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23699              Date: Fri, 2 Aug 2002 00:13:10 +0200
23700              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
23701      Branch: perl
23702            + t/op/stash.t
23703            ! MANIFEST perl.h
23704 ____________________________________________________________________________
23705 [ 17694] By: hv                                    on 2002/08/08  14:31:55
23706         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
23707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23708              Date: Wed, 31 Jul 2002 16:04:02 +0200
23709              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
23710      Branch: perl
23711            ! hints/hpux.sh
23712 ____________________________________________________________________________
23713 [ 17693] By: hv                                    on 2002/08/08  14:25:16
23714         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
23715              From: Abigail <abigail@foad.org>
23716              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
23717              Message-id: <20020725085252.A2703@ucan.foad.org>
23718      Branch: perl
23719            ! lib/ExtUtils/MM_Unix.pm
23720 ____________________________________________________________________________
23721 [ 17692] By: hv                                    on 2002/08/08  14:20:05
23722         Log: Subject: [PATCH] README.jp and README.cn
23723              From: Autrijus Tang <autrijus@autrijus.org>
23724              Date: Thu, 25 Jul 2002 07:05:11 +0800
23725              Message-id: <20020724230511.GA1327@not.autrijus.org>
23726      Branch: perl
23727            ! README.cn README.jp
23728 ____________________________________________________________________________
23729 [ 17691] By: hv                                    on 2002/08/08  14:01:50
23730         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
23731              From: Henrik Tougaard (via RT) <perlbug@perl.org>
23732              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
23733              Message-id: <rt-15398-31095.6.30466042998663@perl>
23734      Branch: perl
23735            ! lib/Pod/Usage.pm
23736 ____________________________________________________________________________
23737 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
23738         Log: Doc fix : the symbol for COPs wasn't documented.
23739      Branch: perl
23740            ! opcode.pl
23741 ____________________________________________________________________________
23742 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
23743         Log: Subject: Re: no warnings 'io';
23744              From: Nicholas Clark <nick@unfortu.net>
23745              Date: Sat, 27 Jul 2002 21:49:55 +0100
23746              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
23747              
23748              Plus a little bit of regression tests.
23749      Branch: perl
23750            ! t/lib/warnings/pp_hot util.c
23751 ____________________________________________________________________________
23752 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
23753         Log: Subject: [PATCH] XS build fix for VMS
23754              From: "Craig A. Berry" <craigberry@mac.com>
23755              Date: Sun, 4 Aug 2002 12:13:06 -0500
23756              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
23757      Branch: perl
23758            ! vms/descrip_mms.template
23759 ____________________________________________________________________________
23760 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
23761         Log: PerlIO::scalar wasn't able to read from non-string
23762              scalar ; now stringifies its argument.
23763      Branch: perl
23764            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
23765 ____________________________________________________________________________
23766 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
23767         Log: More regression tests for $^H and %^H.
23768              Add a TODO test for eval "" preserving %^H.
23769      Branch: perl
23770            ! t/comp/hints.t
23771 ____________________________________________________________________________
23772 [ 17685] By: hv                                    on 2002/08/05  22:42:09
23773         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
23774              From: "John P. Linderman" <jpl@research.att.com>
23775              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
23776              Message-id: <200207211613.MAA69505@raptor.research.att.com>
23777      Branch: perl
23778            ! lib/sort.pm lib/sort.t
23779 ____________________________________________________________________________
23780 [ 17684] By: hv                                    on 2002/08/05  22:35:22
23781         Log: Integrate from perlio: change #17653 fixes bug RT15283
23782      Branch: perl
23783           !> ext/PerlIO/via/via.xs
23784 ____________________________________________________________________________
23785 [ 17683] By: hv                                    on 2002/08/05  22:26:45
23786         Log: Integrate from maint-5.6/macperl via macperl
23787              Changes 17660, 17661, 17662, 17663, 17664
23788      Branch: perl
23789           !> perl.c
23790 ____________________________________________________________________________
23791 [ 17682] By: hv                                    on 2002/08/05  15:04:54
23792         Log: Subject: Defined-or patch (cleaned up)
23793              From: "Brent Dax" <brentdax@cpan.org>
23794              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
23795              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
23796      Branch: perl
23797            + t/op/dor.t
23798            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
23799            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
23800            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
23801            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
23802            ! vms/perly_h.vms
23803 ____________________________________________________________________________
23804 [ 17681] By: hv                                    on 2002/08/05  14:41:23
23805         Log: typo
23806      Branch: perl
23807            ! keywords.h keywords.pl
23808 ____________________________________________________________________________
23809 [ 17680] By: hv                                    on 2002/08/05  14:33:39
23810         Log: warn that keywords.h is generated
23811      Branch: perl
23812            ! keywords.h keywords.pl
23813 ____________________________________________________________________________
23814 [ 17679] By: hv                                    on 2002/08/04  23:40:22
23815         Log: again: #17678 caused test failures in pod2html,
23816              in which $1 could leak from previous regexp
23817      Branch: perl
23818            ! mg.c
23819 ____________________________________________________________________________
23820 [ 17678] By: hv                                    on 2002/08/04  15:34:19
23821         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
23822              From: hv@crypt.org
23823              Date: Sun, 04 Aug 2002 17:40:30 +0100
23824              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
23825      Branch: perl
23826            ! mg.c t/op/taint.t
23827 ____________________________________________________________________________
23828 [ 17677] By: hv                                    on 2002/08/04  15:25:25
23829         Log: Main branch no longer needs op/taint.t version check.
23830      Branch: perl
23831            ! t/op/taint.t
23832 ____________________________________________________________________________
23833 [ 17676] By: hv                                    on 2002/08/04  15:14:09
23834         Log: Subject: Re: [PATCH] Re: taint news
23835              From: Rick Delaney <rick.delaney@rogers.com>
23836              Date: 04 Aug 2002 00:28:58 EDT
23837              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
23838              Ref: 20020208.005
23839      Branch: perl
23840            ! pp_sys.c
23841 ____________________________________________________________________________
23842 [ 17675] By: hv                                    on 2002/08/04  01:48:36
23843         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
23844      Branch: perl
23845            ! AUTHORS
23846 ____________________________________________________________________________
23847 [ 17674] By: hv                                    on 2002/08/04  01:30:11
23848         Log: Subject: [PATCH] AUTHORS
23849              From: Colin Watson <colinw@zeus.com>
23850              Date: Thu, 25 Jul 2002 15:54:37 +0100
23851              Message-id: <20020725145437.GC4921@zeus.com>
23852      Branch: perl
23853            ! AUTHORS
23854 ____________________________________________________________________________
23855 [ 17673] By: hv                                    on 2002/08/04  01:27:36
23856         Log: Subject: [PATCH] AUTHORS
23857              From: Walt Mankowski <waltman@pobox.com>
23858              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
23859              Message-id: <20020721025612.GB15958@pobox.com>
23860      Branch: perl
23861            ! AUTHORS
23862 ____________________________________________________________________________
23863 [ 17672] By: hv                                    on 2002/08/04  01:25:14
23864         Log: Subject: Re: mention of "use sort" botched in perlfunc?
23865              From: Michael G Schwern <schwern@pobox.com>
23866              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
23867              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
23868      Branch: perl
23869            ! pod/perlfunc.pod
23870 ____________________________________________________________________________
23871 [ 17671] By: hv                                    on 2002/08/04  01:11:32
23872         Log: Change version from 5.8.0 to 5.9.0.
23873      Branch: perl
23874            ! Configure NetWare/Makefile NetWare/config_H.wc
23875            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
23876            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
23877            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
23878            ! patchlevel.h win32/Makefile win32/makefile.mk
23879            ! wince/Makefile.ce
23880 ____________________________________________________________________________
23881 [ 17656] By: ams                                   on 2002/07/28  06:12:33
23882         Log: Subject: [PATCH] Typo in regcomp.c
23883              From: Chris Ball <chris@cpan.org>
23884              Date: 26 Jul 2002 17:49:35 +0100
23885              Message-Id: <868z3yzb6o.fsf@void.printf.net>
23886              (With additional tweak to s_reginclasslen.)
23887      Branch: perl
23888            ! regcomp.c
23889 ____________________________________________________________________________
23890 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
23891         Log: Upgrade to Unicode::Collate 0.20.
23892      Branch: perl
23893            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23894            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
23895 ____________________________________________________________________________
23896 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
23897         Log: Commas, schcommas.
23898      Branch: perl
23899            ! patchlevel.h
23900 ____________________________________________________________________________
23901 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
23902         Log: Copy perldelta as perl58delta, purge the perldelta.
23903      Branch: perl
23904            + pod/perl58delta.pod
23905            ! MANIFEST pod/perldelta.pod
23906 ____________________________________________________________________________
23907 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
23908         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
23909      Branch: perl
23910            ! Changes patchlevel.h
23911 ____________________________________________________________________________
23912 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
23913         Log: Integrate perlio (no changes, but that's fine).
23914      Branch: perl
23915           !> embed.fnc perl.h
23916 ____________________________________________________________________________
23917 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
23918         Log: It's all yours, Hugo.
23919      Branch: perl
23920            + Changes5.8
23921            ! Changes MANIFEST